@@ -41,22 +41,14 @@ export const classes = {
41
41
'pc-search-input-btn-transtion-mini' : 'h-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))] translate-x-4' ,
42
42
'pc-search-input-btn-transtion-unbig' : 'h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] translate-x-3.5' ,
43
43
44
- 'pc-search-input-btn-transtion-a' : 'no-underline block w-8' ,
45
- 'pc-search-input-btn-transtion-a-big' : 'leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]' ,
46
- 'pc-search-input-btn-transtion-a-medium' : 'leading-[calc(theme(spacing.8)-2*theme(borderWidth.DEFAULT))]' ,
47
- 'pc-search-input-btn-transtion-a-mini' : 'leading-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))]' ,
48
- 'pc-search-input-btn-transtion-a-unbig' : 'leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]' ,
44
+ 'pc-search-input-btn-transtion-a' : 'no-underline block w-8 leading-none' ,
49
45
'pc-search-input-btn-transtion-svg-size' : 'text-base fill-color-icon-primary hover:fill-color-icon-hover' ,
50
46
'pc-search-input-btn' : 'table-cell relative align-middle right-0 text-center' ,
51
47
'pc-search-input-btn-big' : 'h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] w-11' ,
52
48
'pc-search-input-btn-medium' : 'h-[calc(theme(spacing.8)-2*theme(borderWidth.DEFAULT))] w-11' ,
53
49
'pc-search-input-btn-mini' : 'h-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))] w-11' ,
54
50
'pc-search-input-btn-unbig' : 'h-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))] w-10' ,
55
- 'pc-search-input-btn-a' : 'no-underline block' ,
56
- 'pc-search-input-btn-a-big' : 'w-11 leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]' ,
57
- 'pc-search-input-btn-a-medium' : 'w-11 leading-[calc(theme(spacing.8)-2*theme(borderWidth.DEFAULT))]' ,
58
- 'pc-search-input-btn-a-mini' : 'w-11 leading-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))]' ,
59
- 'pc-search-input-btn-a-unbig' : 'w-10 leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]' ,
51
+ 'pc-search-input-btn-a' : 'no-underline block w-11 leading-none' ,
60
52
'pc-search-input-btn-icon-search-transparent' : 'fill-color-bg-1' ,
61
53
'pc-search-input-btn-icon-search' : 'text-base fill-color-none align-text-bottom' ,
62
54
'search-selector' :
0 commit comments