@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,19 +9,19 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-select-trigger] {
12
- @apply from-surface-z2 to-surface-z1 text-surface-z8 border-surface-z4 border bg-gradient-to-b;
12
+ @apply from-surface-z2 to-surface-z1 text-surface-z8 border-surface-z4 border bg-gradient-to-b;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-select-trigger]:hover:not(:disabled) {
16
- @apply from-surface-z3 to-surface-z2 border-surface-z5 text-surface-z10 bg-gradient-to-b;
16
+ @apply from-surface-z3 to-surface-z2 border-surface-z5 text-surface-z10 bg-gradient-to-b;
17
17
  }
18
18
 
19
19
  [data-style='rokkit'] [data-select-trigger]:focus-visible {
20
- @apply ring-primary-z4 ring-2 outline-none;
20
+ @apply ring-primary-z4 ring-2 outline-none;
21
21
  }
22
22
 
23
23
  [data-style='rokkit'] [data-select][data-open='true'] [data-select-trigger] {
24
- @apply border-primary-z5 ring-primary-z4 ring-1;
24
+ @apply border-primary-z5 ring-primary-z4 ring-1;
25
25
  }
26
26
 
27
27
  /* =============================================================================
@@ -29,7 +29,7 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='rokkit'] [data-select-placeholder] {
32
- @apply text-surface-z5;
32
+ @apply text-surface-z5;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,11 +37,11 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='rokkit'] [data-select-arrow] {
40
- @apply text-surface-z5;
40
+ @apply text-surface-z5;
41
41
  }
42
42
 
43
43
  [data-style='rokkit'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
44
- @apply text-surface-z7;
44
+ @apply text-surface-z7;
45
45
  }
46
46
 
47
47
  /* =============================================================================
@@ -49,15 +49,15 @@
49
49
  ============================================================================= */
50
50
 
51
51
  [data-style='rokkit'] [data-select-tag] {
52
- @apply from-surface-z4 to-surface-z3 text-surface-z8 border-surface-z5 border bg-gradient-to-b;
52
+ @apply from-surface-z4 to-surface-z3 text-surface-z8 border-surface-z5 border bg-gradient-to-b;
53
53
  }
54
54
 
55
55
  [data-style='rokkit'] [data-select-tag-remove] {
56
- @apply text-surface-z6;
56
+ @apply text-surface-z6;
57
57
  }
58
58
 
59
59
  [data-style='rokkit'] [data-select-tag-remove]:hover {
60
- @apply text-surface-z9;
60
+ @apply text-surface-z9;
61
61
  }
62
62
 
63
63
  /* =============================================================================
@@ -65,7 +65,7 @@
65
65
  ============================================================================= */
66
66
 
67
67
  [data-style='rokkit'] [data-select-dropdown] {
68
- @apply from-surface-z2 to-surface-z1 border-surface-z4 border bg-gradient-to-b shadow-md;
68
+ @apply from-surface-z2 to-surface-z1 border-surface-z4 border bg-gradient-to-b shadow-md;
69
69
  }
70
70
 
71
71
  /* =============================================================================
@@ -73,75 +73,80 @@
73
73
  ============================================================================= */
74
74
 
75
75
  [data-style='rokkit'] [data-select-option] {
76
- @apply text-surface-z8 rounded-none border-0 border-solid border-transparent;
76
+ @apply text-surface-z8 rounded-none border-0 border-solid border-transparent;
77
77
  }
78
78
 
79
79
  /* Hover and focus */
80
80
  [data-style='rokkit'] [data-select-option]:hover:not(:disabled),
81
81
  [data-style='rokkit'] [data-select-option]:focus:not(:disabled) {
82
- @apply from-surface-z3 to-surface-z2 text-surface-z10 bg-gradient-to-r outline-none;
82
+ @apply from-surface-z3 to-surface-z2 text-surface-z10 bg-gradient-to-r outline-none;
83
83
  }
84
84
 
85
85
  /* Selected state — muted when dropdown not focused */
86
86
  [data-style='rokkit'] [data-select-option][data-selected='true'] {
87
- @apply bg-surface-z2 text-primary-z9 border-l-primary-z5 border-l-2;
87
+ @apply bg-surface-z2 text-primary-z9 border-l-primary-z5 border-l-2;
88
88
  }
89
89
 
90
90
  /* Selected state — full gradient when dropdown has focus */
91
- [data-style='rokkit'] [data-select-dropdown]:focus-within [data-select-option][data-selected='true'] {
92
- @apply from-primary-z5 to-secondary-z5 text-primary-z9 border-l-primary-z5 border-l-2 bg-gradient-to-r;
91
+ [data-style='rokkit']
92
+ [data-select-dropdown]:focus-within
93
+ [data-select-option][data-selected='true'] {
94
+ @apply from-primary-z5 to-secondary-z5 text-primary-z9 border-l-primary-z5 border-l-2 bg-gradient-to-r;
93
95
  }
94
96
 
95
97
  /* Selected + hover */
96
98
  [data-style='rokkit'] [data-select-option][data-selected='true']:hover:not(:disabled) {
97
- @apply from-primary-z4 to-primary-z3 bg-gradient-to-r;
99
+ @apply from-primary-z4 to-primary-z3 bg-gradient-to-r;
98
100
  }
99
101
 
100
102
  /* Check mark */
101
103
  [data-style='rokkit'] [data-select-check] {
102
- @apply text-primary-z6;
104
+ @apply text-primary-z6;
103
105
  }
104
106
 
105
107
  /* Checkbox */
106
108
  [data-style='rokkit'] [data-select-checkbox] {
107
- @apply from-surface-z2 to-surface-z1 border-surface-z5 border bg-gradient-to-b;
109
+ @apply from-surface-z2 to-surface-z1 border-surface-z5 border bg-gradient-to-b;
108
110
  }
109
111
 
110
112
  [data-style='rokkit'] [data-select-checkbox][data-checked='true'] {
111
- @apply from-primary-z6 to-primary-z5 border-primary-z6 bg-gradient-to-b text-white;
113
+ @apply from-primary-z6 to-primary-z5 border-primary-z6 bg-gradient-to-b text-white;
112
114
  }
113
115
 
114
116
  /* Item elements */
115
117
  [data-style='rokkit'] [data-select-option] [data-item-icon] {
116
- @apply text-surface-z5;
118
+ @apply text-surface-z5;
117
119
  }
118
120
 
119
121
  [data-style='rokkit'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
120
- @apply text-surface-z7;
122
+ @apply text-surface-z7;
121
123
  }
122
124
 
123
125
  [data-style='rokkit'] [data-select-option][data-selected='true'] [data-item-icon] {
124
- @apply text-primary-z6;
126
+ @apply text-primary-z6;
125
127
  }
126
128
 
127
- [data-style='rokkit'] [data-select-dropdown]:focus-within [data-select-option][data-selected='true'] [data-item-icon] {
128
- @apply text-primary-z9;
129
+ [data-style='rokkit']
130
+ [data-select-dropdown]:focus-within
131
+ [data-select-option][data-selected='true']
132
+ [data-item-icon] {
133
+ @apply text-primary-z9;
129
134
  }
130
135
 
131
136
  [data-style='rokkit'] [data-select-option] [data-item-description] {
132
- @apply text-surface-z5;
137
+ @apply text-surface-z5;
133
138
  }
134
139
 
135
140
  [data-style='rokkit'] [data-select-option][data-selected='true'] [data-item-description] {
136
- @apply text-primary-z7;
141
+ @apply text-primary-z7;
137
142
  }
138
143
 
139
144
  [data-style='rokkit'] [data-select-option] [data-item-badge] {
140
- @apply text-surface-z6 bg-surface-z2;
145
+ @apply text-surface-z6 bg-surface-z2;
141
146
  }
142
147
 
143
148
  [data-style='rokkit'] [data-select-option][data-selected='true'] [data-item-badge] {
144
- @apply text-primary-z8 bg-primary-z2;
149
+ @apply text-primary-z8 bg-primary-z2;
145
150
  }
146
151
 
147
152
  /* =============================================================================
@@ -149,7 +154,7 @@
149
154
  ============================================================================= */
150
155
 
151
156
  [data-style='rokkit'] [data-select-group-label] {
152
- @apply text-surface-z5;
157
+ @apply text-surface-z5;
153
158
  }
154
159
 
155
160
  /* =============================================================================
@@ -157,7 +162,7 @@
157
162
  ============================================================================= */
158
163
 
159
164
  [data-style='rokkit'] [data-select-divider] {
160
- @apply via-surface-z4 bg-gradient-to-r from-transparent to-transparent;
165
+ @apply via-surface-z4 bg-gradient-to-r from-transparent to-transparent;
161
166
  }
162
167
 
163
168
  /* =============================================================================
@@ -165,21 +170,21 @@
165
170
  ============================================================================= */
166
171
 
167
172
  [data-style='rokkit'] [data-select-filter] {
168
- @apply bg-surface-z2;
173
+ @apply bg-surface-z2;
169
174
  }
170
175
 
171
176
  [data-style='rokkit'] [data-select-filter-input] {
172
- @apply text-surface-z8 border-surface-z4 bg-surface-z1 border;
177
+ @apply text-surface-z8 border-surface-z4 bg-surface-z1 border;
173
178
  }
174
179
 
175
180
  [data-style='rokkit'] [data-select-filter-input]:focus {
176
- @apply border-primary-z5 ring-primary-z4 ring-1;
181
+ @apply border-primary-z5 ring-primary-z4 ring-1;
177
182
  }
178
183
 
179
184
  [data-style='rokkit'] [data-select-filter-input]::placeholder {
180
- @apply text-surface-z5;
185
+ @apply text-surface-z5;
181
186
  }
182
187
 
183
188
  [data-style='rokkit'] [data-select-empty] {
184
- @apply text-surface-z5;
189
+ @apply text-surface-z5;
185
190
  }
@@ -3,26 +3,26 @@
3
3
  */
4
4
 
5
5
  [data-style='rokkit'] [data-switch-track] {
6
- @apply from-surface-z3 to-surface-z2 border-surface-z4 border bg-gradient-to-b;
6
+ @apply from-surface-z3 to-surface-z2 border-surface-z4 border bg-gradient-to-b;
7
7
  }
8
8
 
9
9
  [data-style='rokkit'] [data-switch-thumb] {
10
- @apply bg-surface-z6 shadow-sm;
10
+ @apply bg-surface-z6 shadow-sm;
11
11
  }
12
12
 
13
13
  [data-style='rokkit'] [data-switch]:focus-visible [data-switch-track] {
14
- @apply ring-2 ring-primary-z5 ring-offset-1;
14
+ @apply ring-primary-z5 ring-2 ring-offset-1;
15
15
  }
16
16
 
17
17
  /* On state */
18
18
  [data-style='rokkit'] [data-switch][aria-checked='true'] [data-switch-track] {
19
- @apply from-primary-z4 to-secondary-z4 border-primary-z5 bg-gradient-to-b;
19
+ @apply from-primary-z4 to-secondary-z4 border-primary-z5 bg-gradient-to-b;
20
20
  }
21
21
 
22
22
  [data-style='rokkit'] [data-switch][aria-checked='true'] [data-switch-thumb] {
23
- @apply bg-white shadow-md;
23
+ @apply bg-white shadow-md;
24
24
  }
25
25
 
26
26
  [data-style='rokkit'] [data-switch-label] {
27
- @apply text-surface-z7;
27
+ @apply text-surface-z7;
28
28
  }
@@ -9,25 +9,27 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-table-header] th {
12
- @apply text-surface-z6 border-b border-surface-z4;
12
+ @apply text-surface-z6 border-surface-z4 border-b;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-table-header-cell][data-sortable='true']:hover {
16
- @apply text-surface-z8;
16
+ @apply text-surface-z8;
17
17
  }
18
18
 
19
19
  [data-style='rokkit'] [data-table-header-cell][data-sort-order='ascending'],
20
20
  [data-style='rokkit'] [data-table-header-cell][data-sort-order='descending'] {
21
- @apply text-primary-z7;
21
+ @apply text-primary-z7;
22
22
  }
23
23
 
24
24
  [data-style='rokkit'] [data-table-sort-icon] {
25
- @apply text-surface-z5;
25
+ @apply text-surface-z5;
26
26
  }
27
27
 
28
28
  [data-style='rokkit'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
29
- [data-style='rokkit'] [data-table-header-cell][data-sort-order='descending'] [data-table-sort-icon] {
30
- @apply text-primary-z6;
29
+ [data-style='rokkit']
30
+ [data-table-header-cell][data-sort-order='descending']
31
+ [data-table-sort-icon] {
32
+ @apply text-primary-z6;
31
33
  }
32
34
 
33
35
  /* =============================================================================
@@ -35,7 +37,7 @@
35
37
  ============================================================================= */
36
38
 
37
39
  [data-style='rokkit'] [data-table-caption] {
38
- @apply text-surface-z7;
40
+ @apply text-surface-z7;
39
41
  }
40
42
 
41
43
  /* =============================================================================
@@ -43,19 +45,19 @@
43
45
  ============================================================================= */
44
46
 
45
47
  [data-style='rokkit'] [data-table-row] {
46
- @apply text-surface-z8 border-b border-surface-z3;
48
+ @apply text-surface-z8 border-surface-z3 border-b;
47
49
  }
48
50
 
49
51
  [data-style='rokkit'] [data-table-row]:hover {
50
- @apply from-surface-z3 to-surface-z2 bg-gradient-to-r;
52
+ @apply from-surface-z3 to-surface-z2 bg-gradient-to-r;
51
53
  }
52
54
 
53
55
  [data-style='rokkit'] [data-table-row]:focus {
54
- @apply from-surface-z3 to-surface-z2 text-surface-z10 bg-gradient-to-r outline-none;
56
+ @apply from-surface-z3 to-surface-z2 text-surface-z10 bg-gradient-to-r outline-none;
55
57
  }
56
58
 
57
59
  [data-style='rokkit'] [data-table-row][data-selected='true'] {
58
- @apply from-primary-z5 to-secondary-z5 text-primary-z9 bg-gradient-to-r;
60
+ @apply from-primary-z5 to-secondary-z5 text-primary-z9 bg-gradient-to-r;
59
61
  }
60
62
 
61
63
  /* =============================================================================
@@ -63,7 +65,7 @@
63
65
  ============================================================================= */
64
66
 
65
67
  [data-style='rokkit'] [data-striped='true'] [data-table-body] tr:nth-child(even) {
66
- @apply bg-surface-z2;
68
+ @apply bg-surface-z2;
67
69
  }
68
70
 
69
71
  /* =============================================================================
@@ -71,7 +73,7 @@
71
73
  ============================================================================= */
72
74
 
73
75
  [data-style='rokkit'] [data-table-empty] {
74
- @apply text-surface-z5;
76
+ @apply text-surface-z5;
75
77
  }
76
78
 
77
79
  /* =============================================================================
@@ -79,9 +81,9 @@
79
81
  ============================================================================= */
80
82
 
81
83
  [data-style='rokkit'] [data-table-cell] [data-cell-icon] {
82
- @apply text-surface-z5;
84
+ @apply text-surface-z5;
83
85
  }
84
86
 
85
87
  [data-style='rokkit'] [data-table-row][data-selected='true'] [data-cell-icon] {
86
- @apply text-primary-z7;
88
+ @apply text-primary-z7;
87
89
  }
@@ -13,14 +13,16 @@
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-tabs][data-position='after'] [data-tabs-list] {
16
- @apply border-b-0 border-t-2;
16
+ @apply border-t-2 border-b-0;
17
17
  }
18
18
 
19
19
  [data-style='rokkit'] [data-tabs][data-orientation='vertical'] [data-tabs-list] {
20
- @apply border-b-0 border-r-2 px-0 py-1;
20
+ @apply border-r-2 border-b-0 px-0 py-1;
21
21
  }
22
22
 
23
- [data-style='rokkit'] [data-tabs][data-orientation='vertical'][data-position='after'] [data-tabs-list] {
23
+ [data-style='rokkit']
24
+ [data-tabs][data-orientation='vertical'][data-position='after']
25
+ [data-tabs-list] {
24
26
  @apply border-r-0 border-l-2;
25
27
  }
26
28
 
@@ -37,7 +39,7 @@
37
39
  }
38
40
 
39
41
  [data-style='rokkit'] [data-tabs][data-position='after'] [data-tabs-trigger] {
40
- @apply rounded-b rounded-t-none;
42
+ @apply rounded-t-none rounded-b;
41
43
  }
42
44
 
43
45
  [data-style='rokkit'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
@@ -50,10 +52,13 @@
50
52
  }
51
53
 
52
54
  [data-style='rokkit'] [data-tabs-list]:focus-within [data-tabs-trigger][data-selected] {
53
- @apply from-primary-z5 to-secondary-z5 bg-gradient-to-b text-primary-z9;
55
+ @apply from-primary-z5 to-secondary-z5 text-primary-z9 bg-gradient-to-b;
54
56
  }
55
57
 
56
- [data-style='rokkit'] [data-tabs][data-position='after'] [data-tabs-list]:focus-within [data-tabs-trigger][data-selected] {
58
+ [data-style='rokkit']
59
+ [data-tabs][data-position='after']
60
+ [data-tabs-list]:focus-within
61
+ [data-tabs-trigger][data-selected] {
57
62
  @apply bg-gradient-to-t;
58
63
  }
59
64
 
@@ -9,16 +9,16 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-timeline-circle] {
12
- @apply border-surface-z4 text-surface-z6;
12
+ @apply border-surface-z4 text-surface-z6;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-timeline-item][data-completed] [data-timeline-circle] {
16
- @apply bg-primary border-primary text-on-primary;
16
+ @apply bg-primary border-primary text-on-primary;
17
17
  }
18
18
 
19
19
  [data-style='rokkit'] [data-timeline-item][data-active] [data-timeline-circle] {
20
- @apply border-primary text-primary;
21
- box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 20%, transparent);
20
+ @apply border-primary text-primary;
21
+ box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 20%, transparent);
22
22
  }
23
23
 
24
24
  /* =============================================================================
@@ -26,11 +26,11 @@
26
26
  ============================================================================= */
27
27
 
28
28
  [data-style='rokkit'] [data-timeline-connector] {
29
- @apply bg-surface-z3;
29
+ @apply bg-surface-z3;
30
30
  }
31
31
 
32
32
  [data-style='rokkit'] [data-timeline-item][data-completed] [data-timeline-connector] {
33
- @apply bg-primary;
33
+ @apply bg-primary;
34
34
  }
35
35
 
36
36
  /* =============================================================================
@@ -38,9 +38,9 @@
38
38
  ============================================================================= */
39
39
 
40
40
  [data-style='rokkit'] [data-timeline-title] {
41
- @apply text-surface-z8;
41
+ @apply text-surface-z8;
42
42
  }
43
43
 
44
44
  [data-style='rokkit'] [data-timeline-description] {
45
- @apply text-surface-z6;
45
+ @apply text-surface-z6;
46
46
  }
@@ -47,7 +47,9 @@
47
47
  @apply from-primary-z5 to-secondary-z5 text-primary-z9 border-l-primary-z5 border-l-2 bg-gradient-to-r;
48
48
  }
49
49
 
50
- [data-style='rokkit'] [data-tree]:focus-within [data-tree-item-content][data-active='true']:hover:not(:disabled) {
50
+ [data-style='rokkit']
51
+ [data-tree]:focus-within
52
+ [data-tree-item-content][data-active='true']:hover:not(:disabled) {
51
53
  @apply from-primary-z4 to-primary-z3 bg-gradient-to-r;
52
54
  }
53
55
 
@@ -68,11 +70,17 @@
68
70
  @apply text-surface-z7;
69
71
  }
70
72
 
71
- [data-style='rokkit'] [data-tree]:focus-within [data-tree-item-content][data-active='true'] [data-item-icon] {
73
+ [data-style='rokkit']
74
+ [data-tree]:focus-within
75
+ [data-tree-item-content][data-active='true']
76
+ [data-item-icon] {
72
77
  @apply text-primary-z6;
73
78
  }
74
79
 
75
- [data-style='rokkit'] [data-tree]:not(:focus-within) [data-tree-item-content][data-active='true'] [data-item-icon] {
80
+ [data-style='rokkit']
81
+ [data-tree]:not(:focus-within)
82
+ [data-tree-item-content][data-active='true']
83
+ [data-item-icon] {
76
84
  @apply text-surface-z6;
77
85
  }
78
86
 
@@ -81,11 +89,17 @@
81
89
  @apply text-surface-z5;
82
90
  }
83
91
 
84
- [data-style='rokkit'] [data-tree]:focus-within [data-tree-item-content][data-active='true'] [data-item-description] {
92
+ [data-style='rokkit']
93
+ [data-tree]:focus-within
94
+ [data-tree-item-content][data-active='true']
95
+ [data-item-description] {
85
96
  @apply text-primary-z7;
86
97
  }
87
98
 
88
- [data-style='rokkit'] [data-tree]:not(:focus-within) [data-tree-item-content][data-active='true'] [data-item-description] {
99
+ [data-style='rokkit']
100
+ [data-tree]:not(:focus-within)
101
+ [data-tree-item-content][data-active='true']
102
+ [data-item-description] {
89
103
  @apply text-surface-z6;
90
104
  }
91
105
 
@@ -94,11 +108,17 @@
94
108
  @apply text-surface-z6 from-surface-z3 to-surface-z2 border-surface-z4 border bg-gradient-to-b;
95
109
  }
96
110
 
97
- [data-style='rokkit'] [data-tree]:focus-within [data-tree-item-content][data-active='true'] [data-item-badge] {
111
+ [data-style='rokkit']
112
+ [data-tree]:focus-within
113
+ [data-tree-item-content][data-active='true']
114
+ [data-item-badge] {
98
115
  @apply text-primary-z8 from-primary-z3 to-primary-z2 border-primary-z4 border bg-gradient-to-b;
99
116
  }
100
117
 
101
- [data-style='rokkit'] [data-tree]:not(:focus-within) [data-tree-item-content][data-active='true'] [data-item-badge] {
118
+ [data-style='rokkit']
119
+ [data-tree]:not(:focus-within)
120
+ [data-tree-item-content][data-active='true']
121
+ [data-item-badge] {
102
122
  @apply text-surface-z7 from-surface-z4 to-surface-z3 bg-gradient-to-b;
103
123
  }
104
124
 
@@ -110,7 +130,10 @@
110
130
  @apply bg-primary-z3;
111
131
  }
112
132
 
113
- [data-style='rokkit'] [data-tree]:focus-within [data-tree-node][data-selected='true'] [data-tree-node-row] {
133
+ [data-style='rokkit']
134
+ [data-tree]:focus-within
135
+ [data-tree-node][data-selected='true']
136
+ [data-tree-node-row] {
114
137
  @apply bg-primary-z4;
115
138
  }
116
139
 
@@ -118,6 +141,9 @@
118
141
  @apply text-primary-z9;
119
142
  }
120
143
 
121
- [data-style='rokkit'] [data-tree-node][data-selected='true'] [data-tree-item-content] [data-item-icon] {
144
+ [data-style='rokkit']
145
+ [data-tree-node][data-selected='true']
146
+ [data-tree-item-content]
147
+ [data-item-icon] {
122
148
  @apply text-primary-z6;
123
149
  }