@rokkit/themes 1.0.0-next.132 → 1.0.0-next.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +68 -80
  3. package/build.mjs +148 -150
  4. package/dist/base.css +689 -623
  5. package/dist/glass.css +212 -203
  6. package/dist/index.css +1464 -1257
  7. package/dist/material.css +203 -171
  8. package/dist/minimal.css +171 -147
  9. package/dist/rokkit.css +189 -113
  10. package/package.json +11 -4
  11. package/src/base/breadcrumbs.css +28 -28
  12. package/src/base/button.css +10 -3
  13. package/src/base/card.css +17 -17
  14. package/src/base/carousel.css +67 -67
  15. package/src/base/display.css +8 -8
  16. package/src/base/floating-navigation.css +32 -8
  17. package/src/base/graph-paper.css +49 -49
  18. package/src/base/pill.css +35 -35
  19. package/src/base/progress.css +21 -21
  20. package/src/base/range.css +57 -57
  21. package/src/base/rating.css +20 -18
  22. package/src/base/reveal.css +16 -16
  23. package/src/base/search-filter.css +61 -61
  24. package/src/base/shine.css +7 -7
  25. package/src/base/stepper.css +75 -75
  26. package/src/base/switch.css +55 -55
  27. package/src/base/table.css +49 -49
  28. package/src/base/tilt.css +4 -4
  29. package/src/base/timeline.css +38 -38
  30. package/src/base/tree.css +48 -15
  31. package/src/glass/button.css +11 -10
  32. package/src/glass/card.css +16 -13
  33. package/src/glass/floating-action.css +13 -13
  34. package/src/glass/floating-navigation.css +2 -2
  35. package/src/glass/input.css +32 -30
  36. package/src/glass/list.css +21 -21
  37. package/src/glass/menu.css +16 -16
  38. package/src/glass/range.css +10 -10
  39. package/src/glass/search-filter.css +8 -8
  40. package/src/glass/select.css +32 -32
  41. package/src/glass/switch.css +6 -6
  42. package/src/glass/table.css +14 -14
  43. package/src/glass/tabs.css +3 -3
  44. package/src/glass/timeline.css +8 -8
  45. package/src/glass/toggle.css +7 -7
  46. package/src/glass/toolbar.css +15 -15
  47. package/src/glass/tree.css +27 -21
  48. package/src/material/button.css +12 -8
  49. package/src/material/card.css +1 -1
  50. package/src/material/input.css +30 -14
  51. package/src/material/list.css +27 -23
  52. package/src/material/menu.css +16 -16
  53. package/src/material/range.css +11 -11
  54. package/src/material/search-filter.css +8 -8
  55. package/src/material/select.css +31 -31
  56. package/src/material/switch.css +6 -6
  57. package/src/material/table.css +20 -16
  58. package/src/material/timeline.css +8 -8
  59. package/src/material/toggle.css +7 -7
  60. package/src/material/toolbar.css +17 -16
  61. package/src/material/tree.css +22 -19
  62. package/src/minimal/button.css +7 -4
  63. package/src/minimal/card.css +13 -11
  64. package/src/minimal/floating-action.css +11 -11
  65. package/src/minimal/floating-navigation.css +1 -1
  66. package/src/minimal/input.css +14 -10
  67. package/src/minimal/list.css +27 -23
  68. package/src/minimal/menu.css +15 -15
  69. package/src/minimal/range.css +10 -10
  70. package/src/minimal/search-filter.css +8 -8
  71. package/src/minimal/select.css +4 -2
  72. package/src/minimal/switch.css +6 -6
  73. package/src/minimal/table.css +17 -15
  74. package/src/minimal/tabs.css +5 -3
  75. package/src/minimal/timeline.css +7 -7
  76. package/src/minimal/toggle.css +7 -7
  77. package/src/minimal/toolbar.css +17 -16
  78. package/src/minimal/tree.css +26 -20
  79. package/src/rokkit/button.css +40 -11
  80. package/src/rokkit/card.css +16 -14
  81. package/src/rokkit/floating-navigation.css +2 -2
  82. package/src/rokkit/input.css +10 -6
  83. package/src/rokkit/list.css +7 -2
  84. package/src/rokkit/range.css +11 -11
  85. package/src/rokkit/search-filter.css +8 -8
  86. package/src/rokkit/select.css +41 -36
  87. package/src/rokkit/switch.css +6 -6
  88. package/src/rokkit/table.css +17 -15
  89. package/src/rokkit/tabs.css +11 -6
  90. package/src/rokkit/timeline.css +8 -8
  91. package/src/rokkit/tree.css +35 -9
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='minimal'] [data-tree]:focus-within {
12
- @apply outline-none;
12
+ @apply outline-none;
13
13
  }
14
14
 
15
15
  /* =============================================================================
@@ -17,11 +17,11 @@
17
17
  ============================================================================= */
18
18
 
19
19
  [data-style='minimal'] [data-tree-toggle-btn] {
20
- @apply text-surface-z4;
20
+ @apply text-surface-z4;
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-tree-toggle-btn]:hover {
24
- @apply text-surface-z6;
24
+ @apply text-surface-z6;
25
25
  }
26
26
 
27
27
  /* =============================================================================
@@ -29,26 +29,26 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='minimal'] [data-tree-item-content] {
32
- @apply text-surface-z7;
32
+ @apply text-surface-z7;
33
33
  }
34
34
 
35
35
  [data-style='minimal'] [data-tree-item-content]:hover:not(:disabled),
36
36
  [data-style='minimal'] [data-tree-item-content]:focus:not(:disabled) {
37
- @apply text-surface-z9 outline-none;
37
+ @apply text-surface-z9 outline-none;
38
38
  }
39
39
 
40
40
  /* Focus visible for keyboard navigation */
41
41
  [data-style='minimal'] [data-tree-item-content]:focus-visible {
42
- @apply outline-none ring-1 ring-surface-z5;
42
+ @apply ring-surface-z5 ring-1 outline-none;
43
43
  }
44
44
 
45
45
  /* Active/selected state */
46
46
  [data-style='minimal'] [data-tree-item-content][data-active='true'] {
47
- @apply text-primary-z7 border-primary-z4 border-l-2;
47
+ @apply text-primary-z7 border-primary-z4 border-l-2;
48
48
  }
49
49
 
50
50
  [data-style='minimal'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
51
- @apply text-primary-z8;
51
+ @apply text-primary-z8;
52
52
  }
53
53
 
54
54
  /* =============================================================================
@@ -56,31 +56,31 @@
56
56
  ============================================================================= */
57
57
 
58
58
  [data-style='minimal'] [data-tree-item-content] [data-item-icon] {
59
- @apply text-surface-z5;
59
+ @apply text-surface-z5;
60
60
  }
61
61
 
62
62
  [data-style='minimal'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
63
- @apply text-surface-z6;
63
+ @apply text-surface-z6;
64
64
  }
65
65
 
66
66
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-icon] {
67
- @apply text-primary-z5;
67
+ @apply text-primary-z5;
68
68
  }
69
69
 
70
70
  [data-style='minimal'] [data-tree-item-content] [data-item-description] {
71
- @apply text-surface-z5;
71
+ @apply text-surface-z5;
72
72
  }
73
73
 
74
74
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-description] {
75
- @apply text-primary-z6;
75
+ @apply text-primary-z6;
76
76
  }
77
77
 
78
78
  [data-style='minimal'] [data-tree-item-content] [data-item-badge] {
79
- @apply text-surface-z6 bg-transparent border-surface-z4 border;
79
+ @apply text-surface-z6 border-surface-z4 border bg-transparent;
80
80
  }
81
81
 
82
82
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-badge] {
83
- @apply text-primary-z7 border-primary-z4;
83
+ @apply text-primary-z7 border-primary-z4;
84
84
  }
85
85
 
86
86
  /* =============================================================================
@@ -88,13 +88,19 @@
88
88
  ============================================================================= */
89
89
 
90
90
  [data-style='minimal'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
91
- @apply text-primary-z7 border-primary-z3 border-l-2;
91
+ @apply text-primary-z7 border-primary-z3 border-l-2;
92
92
  }
93
93
 
94
- [data-style='minimal'] [data-tree]:focus-within [data-tree-node][data-selected='true'] [data-tree-item-content] {
95
- @apply text-primary-z7 border-primary-z4 border-l-2;
94
+ [data-style='minimal']
95
+ [data-tree]:focus-within
96
+ [data-tree-node][data-selected='true']
97
+ [data-tree-item-content] {
98
+ @apply text-primary-z7 border-primary-z4 border-l-2;
96
99
  }
97
100
 
98
- [data-style='minimal'] [data-tree-node][data-selected='true'] [data-tree-item-content] [data-item-icon] {
99
- @apply text-primary-z5;
101
+ [data-style='minimal']
102
+ [data-tree-node][data-selected='true']
103
+ [data-tree-item-content]
104
+ [data-item-icon] {
105
+ @apply text-primary-z5;
100
106
  }
@@ -101,7 +101,8 @@
101
101
  @apply from-danger-z5 to-danger-z3 text-on-danger bg-gradient-to-br;
102
102
  }
103
103
 
104
- [data-style='rokkit'] [data-button][data-style='gradient']:hover:not(:disabled):not([data-disabled]) {
104
+ [data-style='rokkit']
105
+ [data-button][data-style='gradient']:hover:not(:disabled):not([data-disabled]) {
105
106
  filter: brightness(1.1);
106
107
  }
107
108
 
@@ -141,38 +142,66 @@
141
142
  }
142
143
 
143
144
  /* Outline style hover */
144
- [data-style='rokkit'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled])[data-variant='default'],
145
- [data-style='rokkit'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled]):not([data-variant]) {
145
+ [data-style='rokkit']
146
+ [data-button][data-style='outline']:hover:not(:disabled):not(
147
+ [data-disabled]
148
+ )[data-variant='default'],
149
+ [data-style='rokkit']
150
+ [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled]):not(
151
+ [data-variant]
152
+ ) {
146
153
  @apply from-surface-z2 to-surface-z1 bg-gradient-to-b;
147
154
  }
148
155
 
149
- [data-style='rokkit'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled])[data-variant='primary'] {
156
+ [data-style='rokkit']
157
+ [data-button][data-style='outline']:hover:not(:disabled):not(
158
+ [data-disabled]
159
+ )[data-variant='primary'] {
150
160
  @apply from-primary-z2 to-primary-z1 bg-gradient-to-b;
151
161
  }
152
162
 
153
- [data-style='rokkit'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled])[data-variant='secondary'] {
163
+ [data-style='rokkit']
164
+ [data-button][data-style='outline']:hover:not(:disabled):not(
165
+ [data-disabled]
166
+ )[data-variant='secondary'] {
154
167
  @apply from-secondary-z2 to-secondary-z1 bg-gradient-to-b;
155
168
  }
156
169
 
157
- [data-style='rokkit'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled])[data-variant='danger'] {
170
+ [data-style='rokkit']
171
+ [data-button][data-style='outline']:hover:not(:disabled):not(
172
+ [data-disabled]
173
+ )[data-variant='danger'] {
158
174
  @apply from-danger-z2 to-danger-z1 bg-gradient-to-b;
159
175
  }
160
176
 
161
177
  /* Ghost style hover */
162
- [data-style='rokkit'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled])[data-variant='default'],
163
- [data-style='rokkit'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled]):not([data-variant]) {
178
+ [data-style='rokkit']
179
+ [data-button][data-style='ghost']:hover:not(:disabled):not(
180
+ [data-disabled]
181
+ )[data-variant='default'],
182
+ [data-style='rokkit']
183
+ [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled]):not([data-variant]) {
164
184
  @apply bg-surface-z2;
165
185
  }
166
186
 
167
- [data-style='rokkit'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled])[data-variant='primary'] {
187
+ [data-style='rokkit']
188
+ [data-button][data-style='ghost']:hover:not(:disabled):not(
189
+ [data-disabled]
190
+ )[data-variant='primary'] {
168
191
  @apply bg-primary-z1;
169
192
  }
170
193
 
171
- [data-style='rokkit'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled])[data-variant='secondary'] {
194
+ [data-style='rokkit']
195
+ [data-button][data-style='ghost']:hover:not(:disabled):not(
196
+ [data-disabled]
197
+ )[data-variant='secondary'] {
172
198
  @apply bg-secondary-z1;
173
199
  }
174
200
 
175
- [data-style='rokkit'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled])[data-variant='danger'] {
201
+ [data-style='rokkit']
202
+ [data-button][data-style='ghost']:hover:not(:disabled):not(
203
+ [data-disabled]
204
+ )[data-variant='danger'] {
176
205
  @apply bg-danger-z1;
177
206
  }
178
207
 
@@ -1,4 +1,4 @@
1
- * Card - Rokkit Theme Styles
1
+ * Card - Rokkit Theme Styles
2
2
  *
3
3
  * Rich gradients, elevated shadows, and vibrant surface styling.
4
4
  */
@@ -8,23 +8,25 @@
8
8
  ============================================================================= */
9
9
 
10
10
  [data-style='rokkit'] [data-card] {
11
- @apply from-surface-z2 to-surface-z1 border-surface-z5 text-surface-z9 border bg-gradient-to-b shadow-lg;
11
+ @apply from-surface-z2 to-surface-z1 border-surface-z5 text-surface-z9 border bg-gradient-to-b shadow-lg;
12
12
  }
13
13
 
14
14
  /* Interactive cards (buttons) */
15
15
  [data-style='rokkit'] [data-card][data-card-interactive] {
16
- cursor: pointer;
17
- transition: transform 0.2s ease, box-shadow 0.2s ease;
16
+ cursor: pointer;
17
+ transition:
18
+ transform 0.2s ease,
19
+ box-shadow 0.2s ease;
18
20
  }
19
21
 
20
22
  [data-style='rokkit'] [data-card][data-card-interactive]:hover {
21
- @apply shadow-xl;
22
- transform: translateY(-2px);
23
+ @apply shadow-xl;
24
+ transform: translateY(-2px);
23
25
  }
24
26
 
25
27
  [data-style='rokkit'] [data-card][data-card-interactive]:active {
26
- @apply shadow-lg;
27
- transform: translateY(0);
28
+ @apply shadow-lg;
29
+ transform: translateY(0);
28
30
  }
29
31
 
30
32
  /* =============================================================================
@@ -32,15 +34,15 @@
32
34
  ============================================================================= */
33
35
 
34
36
  [data-style='rokkit'] [data-card-header] {
35
- @apply border-surface-z4 border-b;
37
+ @apply border-surface-z4 border-b;
36
38
  }
37
39
 
38
40
  [data-style='rokkit'] [data-card-body] {
39
- @apply text-surface-z8;
41
+ @apply text-surface-z8;
40
42
  }
41
43
 
42
44
  [data-style='rokkit'] [data-card-footer] {
43
- @apply border-surface-z4 border-t text-surface-z7;
45
+ @apply border-surface-z4 text-surface-z7 border-t;
44
46
  }
45
47
 
46
48
  /* =============================================================================
@@ -48,7 +50,7 @@
48
50
  ============================================================================= */
49
51
 
50
52
  [data-style='rokkit'] [data-card][data-card-interactive]:focus-visible {
51
- @apply ring-primary-z5 ring-2 outline-none;
53
+ @apply ring-primary-z5 ring-2 outline-none;
52
54
  }
53
55
 
54
56
  /* =============================================================================
@@ -57,6 +59,6 @@
57
59
 
58
60
  [data-style='rokkit'] [data-card][data-card-interactive][data-disabled],
59
61
  [data-style='rokkit'] [data-card][data-card-interactive]:disabled {
60
- @apply opacity-50 cursor-not-allowed;
61
- transform: none;
62
+ @apply cursor-not-allowed opacity-50;
63
+ transform: none;
62
64
  }
@@ -41,11 +41,11 @@
41
41
  }
42
42
 
43
43
  [data-style='rokkit'] [data-floating-nav-item]:hover {
44
- @apply from-surface-z2 to-surface-z1 bg-gradient-to-b text-surface-z10;
44
+ @apply from-surface-z2 to-surface-z1 text-surface-z10 bg-gradient-to-b;
45
45
  }
46
46
 
47
47
  [data-style='rokkit'] [data-floating-nav-item][data-active] {
48
- @apply from-primary-z5/10 to-primary-z5/5 bg-gradient-to-b text-primary-z7;
48
+ @apply from-primary-z5/10 to-primary-z5/5 text-primary-z7 bg-gradient-to-b;
49
49
  }
50
50
 
51
51
  [data-style='rokkit'] [data-floating-nav-item]:focus-visible {
@@ -39,7 +39,9 @@
39
39
  }
40
40
 
41
41
  /* Standard inputs inside wrapper */
42
- [data-style='rokkit'] [data-input-root] input:not([type='checkbox'], [type='radio'], [type='color']),
42
+ [data-style='rokkit']
43
+ [data-input-root]
44
+ input:not([type='checkbox'], [type='radio'], [type='color']),
43
45
  [data-style='rokkit'] [data-input-root] select {
44
46
  @apply bg-surface-z2 text-surface-z8 rounded-md border-none px-3 focus:outline-none;
45
47
  font-size: 0.875rem;
@@ -53,13 +55,13 @@
53
55
 
54
56
  /* Select inside input-root: remove trigger styles since input-root provides the border */
55
57
  [data-style='rokkit'] [data-input-root] [data-select-trigger] {
56
- @apply border-none bg-surface-z2 text-surface-z8 rounded-md shadow-none ring-0 focus:outline-none;
58
+ @apply bg-surface-z2 text-surface-z8 rounded-md border-none shadow-none ring-0 focus:outline-none;
57
59
  background-image: none;
58
60
  }
59
61
 
60
62
  /* Suppress standalone select open-state ring/border when inside input-root */
61
63
  [data-style='rokkit'] [data-input-root] [data-select][data-open='true'] [data-select-trigger] {
62
- @apply border-none ring-0 shadow-none;
64
+ @apply border-none shadow-none ring-0;
63
65
  }
64
66
 
65
67
  [data-style='rokkit'] [data-input-root] input::placeholder,
@@ -74,14 +76,16 @@
74
76
 
75
77
  /* Checkbox icon: theme-colored */
76
78
  [data-style='rokkit'] [data-checkbox-icon] {
77
- @apply text-surface-z5 cursor-pointer transition-colors text-lg rounded;
79
+ @apply text-surface-z5 cursor-pointer rounded text-lg transition-colors;
78
80
  }
79
81
 
80
82
  [data-style='rokkit'] [data-checkbox-icon]:focus-visible {
81
- @apply outline-2 outline-primary-z4 outline-offset-2;
83
+ @apply outline-primary-z4 outline-2 outline-offset-2;
82
84
  }
83
85
 
84
- [data-style='rokkit'] [data-checkbox-root][data-variant='custom']:has(input:checked) [data-checkbox-icon] {
86
+ [data-style='rokkit']
87
+ [data-checkbox-root][data-variant='custom']:has(input:checked)
88
+ [data-checkbox-icon] {
85
89
  @apply text-primary-z6;
86
90
  }
87
91
 
@@ -27,7 +27,9 @@
27
27
 
28
28
  /* Hover and focus (keyboard navigation) */
29
29
  [data-style='rokkit'] [data-list] [data-list-item]:hover:not(:disabled):not([data-disabled='true']),
30
- [data-style='rokkit'] [data-list] [data-list-item]:focus:not(:disabled):not([data-disabled='true']) {
30
+ [data-style='rokkit']
31
+ [data-list]
32
+ [data-list-item]:focus:not(:disabled):not([data-disabled='true']) {
31
33
  @apply from-surface-z3 to-surface-z2 text-surface-z10 bg-gradient-to-r outline-none;
32
34
  }
33
35
 
@@ -63,7 +65,10 @@
63
65
  @apply text-primary-z6;
64
66
  }
65
67
 
66
- [data-style='rokkit'] [data-list]:focus-within [data-list-item][data-active='true'] [data-item-icon] {
68
+ [data-style='rokkit']
69
+ [data-list]:focus-within
70
+ [data-list-item][data-active='true']
71
+ [data-item-icon] {
67
72
  @apply text-primary-z9;
68
73
  }
69
74
 
@@ -9,11 +9,11 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-range-bar] {
12
- @apply bg-surface-z2 border-surface-z3 border;
12
+ @apply bg-surface-z2 border-surface-z3 border;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-range-selected] {
16
- @apply from-primary to-secondary bg-gradient-to-r;
16
+ @apply from-primary to-secondary bg-gradient-to-r;
17
17
  }
18
18
 
19
19
  /* =============================================================================
@@ -21,16 +21,16 @@
21
21
  ============================================================================= */
22
22
 
23
23
  [data-style='rokkit'] [data-range-thumb] {
24
- @apply bg-secondary border-secondary shadow-lg;
24
+ @apply bg-secondary border-secondary shadow-lg;
25
25
  }
26
26
 
27
27
  [data-style='rokkit'] [data-range-thumb][data-sliding] {
28
- @apply shadow-xl;
29
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-secondary) 30%, transparent);
28
+ @apply shadow-xl;
29
+ box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-secondary) 30%, transparent);
30
30
  }
31
31
 
32
32
  [data-style='rokkit'] [data-range-thumb]:focus-visible {
33
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-secondary) 30%, transparent);
33
+ box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-secondary) 30%, transparent);
34
34
  }
35
35
 
36
36
  /* =============================================================================
@@ -38,15 +38,15 @@
38
38
  ============================================================================= */
39
39
 
40
40
  [data-style='rokkit'] [data-range-tick] {
41
- @apply text-surface-z6;
41
+ @apply text-surface-z6;
42
42
  }
43
43
 
44
44
  [data-style='rokkit'] [data-tick-bar] {
45
- @apply border-surface-z5;
45
+ @apply border-surface-z5;
46
46
  }
47
47
 
48
48
  [data-style='rokkit'] [data-tick-label] {
49
- @apply text-surface-z6;
49
+ @apply text-surface-z6;
50
50
  }
51
51
 
52
52
  /* =============================================================================
@@ -54,9 +54,9 @@
54
54
  ============================================================================= */
55
55
 
56
56
  [data-style='rokkit'] [data-range][data-disabled] [data-range-thumb] {
57
- @apply bg-surface-z4 border-surface-z4;
57
+ @apply bg-surface-z4 border-surface-z4;
58
58
  }
59
59
 
60
60
  [data-style='rokkit'] [data-range][data-disabled] [data-range-selected] {
61
- @apply bg-surface-z4;
61
+ @apply bg-surface-z4;
62
62
  }
@@ -9,15 +9,15 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-search-input] {
12
- @apply text-surface-z8 border-surface-z4 border bg-transparent;
12
+ @apply text-surface-z8 border-surface-z4 border bg-transparent;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-search-input]:focus {
16
- @apply border-primary-z5 ring-1 ring-primary-z4;
16
+ @apply border-primary-z5 ring-primary-z4 ring-1;
17
17
  }
18
18
 
19
19
  [data-style='rokkit'] [data-search-input]::placeholder {
20
- @apply text-surface-z5;
20
+ @apply text-surface-z5;
21
21
  }
22
22
 
23
23
  /* =============================================================================
@@ -25,11 +25,11 @@
25
25
  ============================================================================= */
26
26
 
27
27
  [data-style='rokkit'] [data-search-clear] {
28
- @apply text-surface-z5;
28
+ @apply text-surface-z5;
29
29
  }
30
30
 
31
31
  [data-style='rokkit'] [data-search-clear]:hover {
32
- @apply text-surface-z8;
32
+ @apply text-surface-z8;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,13 +37,13 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='rokkit'] [data-search-tag] {
40
- @apply text-surface-z7 from-surface-z3 to-surface-z2 border-surface-z4 border bg-gradient-to-b;
40
+ @apply text-surface-z7 from-surface-z3 to-surface-z2 border-surface-z4 border bg-gradient-to-b;
41
41
  }
42
42
 
43
43
  [data-style='rokkit'] [data-search-tag-remove] {
44
- @apply text-surface-z5;
44
+ @apply text-surface-z5;
45
45
  }
46
46
 
47
47
  [data-style='rokkit'] [data-search-tag-remove]:hover {
48
- @apply text-surface-z9;
48
+ @apply text-surface-z9;
49
49
  }