@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.
- package/LICENSE +21 -0
- package/README.md +68 -80
- package/build.mjs +148 -150
- package/dist/base.css +689 -623
- package/dist/glass.css +212 -203
- package/dist/index.css +1464 -1257
- package/dist/material.css +203 -171
- package/dist/minimal.css +171 -147
- package/dist/rokkit.css +189 -113
- package/package.json +11 -4
- package/src/base/breadcrumbs.css +28 -28
- package/src/base/button.css +10 -3
- package/src/base/card.css +17 -17
- package/src/base/carousel.css +67 -67
- package/src/base/display.css +8 -8
- package/src/base/floating-navigation.css +32 -8
- package/src/base/graph-paper.css +49 -49
- package/src/base/pill.css +35 -35
- package/src/base/progress.css +21 -21
- package/src/base/range.css +57 -57
- package/src/base/rating.css +20 -18
- package/src/base/reveal.css +16 -16
- package/src/base/search-filter.css +61 -61
- package/src/base/shine.css +7 -7
- package/src/base/stepper.css +75 -75
- package/src/base/switch.css +55 -55
- package/src/base/table.css +49 -49
- package/src/base/tilt.css +4 -4
- package/src/base/timeline.css +38 -38
- package/src/base/tree.css +48 -15
- package/src/glass/button.css +11 -10
- package/src/glass/card.css +16 -13
- package/src/glass/floating-action.css +13 -13
- package/src/glass/floating-navigation.css +2 -2
- package/src/glass/input.css +32 -30
- package/src/glass/list.css +21 -21
- package/src/glass/menu.css +16 -16
- package/src/glass/range.css +10 -10
- package/src/glass/search-filter.css +8 -8
- package/src/glass/select.css +32 -32
- package/src/glass/switch.css +6 -6
- package/src/glass/table.css +14 -14
- package/src/glass/tabs.css +3 -3
- package/src/glass/timeline.css +8 -8
- package/src/glass/toggle.css +7 -7
- package/src/glass/toolbar.css +15 -15
- package/src/glass/tree.css +27 -21
- package/src/material/button.css +12 -8
- package/src/material/card.css +1 -1
- package/src/material/input.css +30 -14
- package/src/material/list.css +27 -23
- package/src/material/menu.css +16 -16
- package/src/material/range.css +11 -11
- package/src/material/search-filter.css +8 -8
- package/src/material/select.css +31 -31
- package/src/material/switch.css +6 -6
- package/src/material/table.css +20 -16
- package/src/material/timeline.css +8 -8
- package/src/material/toggle.css +7 -7
- package/src/material/toolbar.css +17 -16
- package/src/material/tree.css +22 -19
- package/src/minimal/button.css +7 -4
- package/src/minimal/card.css +13 -11
- package/src/minimal/floating-action.css +11 -11
- package/src/minimal/floating-navigation.css +1 -1
- package/src/minimal/input.css +14 -10
- package/src/minimal/list.css +27 -23
- package/src/minimal/menu.css +15 -15
- package/src/minimal/range.css +10 -10
- package/src/minimal/search-filter.css +8 -8
- package/src/minimal/select.css +4 -2
- package/src/minimal/switch.css +6 -6
- package/src/minimal/table.css +17 -15
- package/src/minimal/tabs.css +5 -3
- package/src/minimal/timeline.css +7 -7
- package/src/minimal/toggle.css +7 -7
- package/src/minimal/toolbar.css +17 -16
- package/src/minimal/tree.css +26 -20
- package/src/rokkit/button.css +40 -11
- package/src/rokkit/card.css +16 -14
- package/src/rokkit/floating-navigation.css +2 -2
- package/src/rokkit/input.css +10 -6
- package/src/rokkit/list.css +7 -2
- package/src/rokkit/range.css +11 -11
- package/src/rokkit/search-filter.css +8 -8
- package/src/rokkit/select.css +41 -36
- package/src/rokkit/switch.css +6 -6
- package/src/rokkit/table.css +17 -15
- package/src/rokkit/tabs.css +11 -6
- package/src/rokkit/timeline.css +8 -8
- package/src/rokkit/tree.css +35 -9
package/src/minimal/tree.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='minimal'] [data-tree]:focus-within {
|
|
12
|
-
|
|
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
|
-
|
|
20
|
+
@apply text-surface-z4;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
[data-style='minimal'] [data-tree-toggle-btn]:hover {
|
|
24
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
67
|
+
@apply text-primary-z5;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
[data-style='minimal'] [data-tree-item-content] [data-item-description] {
|
|
71
|
-
|
|
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
|
-
|
|
75
|
+
@apply text-primary-z6;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
[data-style='minimal'] [data-tree-item-content] [data-item-badge] {
|
|
79
|
-
|
|
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
|
-
|
|
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
|
-
|
|
91
|
+
@apply text-primary-z7 border-primary-z3 border-l-2;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
[data-style='minimal']
|
|
95
|
-
|
|
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']
|
|
99
|
-
|
|
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
|
}
|
package/src/rokkit/button.css
CHANGED
|
@@ -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']
|
|
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']
|
|
145
|
-
[data-
|
|
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']
|
|
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']
|
|
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']
|
|
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']
|
|
163
|
-
[data-
|
|
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']
|
|
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']
|
|
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']
|
|
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
|
|
package/src/rokkit/card.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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
|
-
|
|
17
|
-
|
|
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
|
-
|
|
22
|
-
|
|
23
|
+
@apply shadow-xl;
|
|
24
|
+
transform: translateY(-2px);
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
[data-style='rokkit'] [data-card][data-card-interactive]:active {
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
37
|
+
@apply border-surface-z4 border-b;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
[data-style='rokkit'] [data-card-body] {
|
|
39
|
-
|
|
41
|
+
@apply text-surface-z8;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
[data-style='rokkit'] [data-card-footer] {
|
|
43
|
-
|
|
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
|
-
|
|
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
|
-
|
|
61
|
-
|
|
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
|
|
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
|
|
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 {
|
package/src/rokkit/input.css
CHANGED
|
@@ -39,7 +39,9 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/* Standard inputs inside wrapper */
|
|
42
|
-
[data-style='rokkit']
|
|
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
|
|
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
|
|
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
|
|
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-
|
|
83
|
+
@apply outline-primary-z4 outline-2 outline-offset-2;
|
|
82
84
|
}
|
|
83
85
|
|
|
84
|
-
[data-style='rokkit']
|
|
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
|
|
package/src/rokkit/list.css
CHANGED
|
@@ -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']
|
|
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']
|
|
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
|
|
package/src/rokkit/range.css
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='rokkit'] [data-range-bar] {
|
|
12
|
-
|
|
12
|
+
@apply bg-surface-z2 border-surface-z3 border;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[data-style='rokkit'] [data-range-selected] {
|
|
16
|
-
|
|
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
|
-
|
|
24
|
+
@apply bg-secondary border-secondary shadow-lg;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
[data-style='rokkit'] [data-range-thumb][data-sliding] {
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
|
|
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
|
-
|
|
41
|
+
@apply text-surface-z6;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
[data-style='rokkit'] [data-tick-bar] {
|
|
45
|
-
|
|
45
|
+
@apply border-surface-z5;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
[data-style='rokkit'] [data-tick-label] {
|
|
49
|
-
|
|
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
|
-
|
|
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
|
-
|
|
61
|
+
@apply bg-surface-z4;
|
|
62
62
|
}
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='rokkit'] [data-search-input] {
|
|
12
|
-
|
|
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
|
-
|
|
16
|
+
@apply border-primary-z5 ring-primary-z4 ring-1;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[data-style='rokkit'] [data-search-input]::placeholder {
|
|
20
|
-
|
|
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
|
-
|
|
28
|
+
@apply text-surface-z5;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
[data-style='rokkit'] [data-search-clear]:hover {
|
|
32
|
-
|
|
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
|
-
|
|
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
|
-
|
|
44
|
+
@apply text-surface-z5;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
[data-style='rokkit'] [data-search-tag-remove]:hover {
|
|
48
|
-
|
|
48
|
+
@apply text-surface-z9;
|
|
49
49
|
}
|