@rokkit/themes 1.1.17 → 1.1.18

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 (128) hide show
  1. package/dist/base/stepper.css +11 -5
  2. package/dist/base/table.css +4 -1
  3. package/dist/base/toggle.css +5 -0
  4. package/dist/base.css +20 -6
  5. package/dist/frosted/button.css +8 -8
  6. package/dist/frosted/card.css +4 -4
  7. package/dist/frosted/dropdown.css +2 -2
  8. package/dist/frosted/list.css +5 -5
  9. package/dist/frosted/menu.css +5 -5
  10. package/dist/frosted/message.css +4 -4
  11. package/dist/frosted/select.css +8 -8
  12. package/dist/frosted/table.css +5 -5
  13. package/dist/frosted/tabs.css +2 -2
  14. package/dist/frosted/timeline.css +1 -1
  15. package/dist/frosted/toggle.css +4 -4
  16. package/dist/frosted/tree.css +15 -4
  17. package/dist/frosted.css +63 -52
  18. package/dist/index.css +437 -306
  19. package/dist/material/button.css +14 -10
  20. package/dist/material/dropdown.css +2 -2
  21. package/dist/material/list.css +5 -5
  22. package/dist/material/menu.css +5 -5
  23. package/dist/material/select.css +8 -8
  24. package/dist/material/table.css +5 -5
  25. package/dist/material/tabs.css +4 -3
  26. package/dist/material/timeline.css +4 -3
  27. package/dist/material/toggle.css +6 -5
  28. package/dist/material/tree.css +15 -4
  29. package/dist/material.css +68 -50
  30. package/dist/minimal/button.css +14 -10
  31. package/dist/minimal/card.css +4 -4
  32. package/dist/minimal/dropdown.css +2 -2
  33. package/dist/minimal/list.css +8 -8
  34. package/dist/minimal/menu.css +6 -6
  35. package/dist/minimal/select.css +8 -8
  36. package/dist/minimal/table.css +5 -5
  37. package/dist/minimal/tabs.css +2 -2
  38. package/dist/minimal/timeline.css +3 -3
  39. package/dist/minimal/toggle.css +4 -4
  40. package/dist/minimal/tree.css +17 -6
  41. package/dist/minimal.css +73 -58
  42. package/dist/rokkit/avatar.css +1 -1
  43. package/dist/rokkit/badge.css +7 -7
  44. package/dist/rokkit/button.css +9 -9
  45. package/dist/rokkit/card.css +4 -4
  46. package/dist/rokkit/divider.css +1 -1
  47. package/dist/rokkit/dropdown.css +2 -2
  48. package/dist/rokkit/list.css +5 -5
  49. package/dist/rokkit/menu.css +5 -5
  50. package/dist/rokkit/select.css +24 -13
  51. package/dist/rokkit/table.css +5 -5
  52. package/dist/rokkit/tabs.css +1 -1
  53. package/dist/rokkit/timeline.css +4 -3
  54. package/dist/rokkit/toggle.css +4 -4
  55. package/dist/rokkit/tree.css +17 -6
  56. package/dist/rokkit.css +89 -66
  57. package/dist/zen-sumi/button.css +20 -12
  58. package/dist/zen-sumi/card.css +4 -4
  59. package/dist/zen-sumi/divider.css +29 -0
  60. package/dist/zen-sumi/dropdown.css +4 -4
  61. package/dist/zen-sumi/list.css +9 -9
  62. package/dist/zen-sumi/menu.css +9 -9
  63. package/dist/zen-sumi/select.css +11 -11
  64. package/dist/zen-sumi/table.css +6 -6
  65. package/dist/zen-sumi/tabs.css +3 -3
  66. package/dist/zen-sumi/timeline.css +3 -3
  67. package/dist/zen-sumi/toggle.css +6 -5
  68. package/dist/zen-sumi/tree.css +19 -8
  69. package/dist/zen-sumi.css +124 -74
  70. package/package.json +3 -3
  71. package/src/base/stepper.css +11 -5
  72. package/src/base/table.css +4 -1
  73. package/src/base/toggle.css +5 -0
  74. package/src/frosted/dropdown.css +2 -2
  75. package/src/frosted/list.css +5 -5
  76. package/src/frosted/menu.css +5 -5
  77. package/src/frosted/message.css +4 -4
  78. package/src/frosted/select.css +8 -8
  79. package/src/frosted/table.css +5 -5
  80. package/src/frosted/tabs.css +2 -2
  81. package/src/frosted/timeline.css +1 -1
  82. package/src/frosted/toggle.css +4 -4
  83. package/src/frosted/tree.css +15 -4
  84. package/src/material/button.css +8 -4
  85. package/src/material/dropdown.css +2 -2
  86. package/src/material/list.css +5 -5
  87. package/src/material/menu.css +5 -5
  88. package/src/material/select.css +8 -8
  89. package/src/material/table.css +5 -5
  90. package/src/material/tabs.css +4 -3
  91. package/src/material/timeline.css +4 -3
  92. package/src/material/toggle.css +6 -5
  93. package/src/material/tree.css +15 -4
  94. package/src/minimal/button.css +8 -4
  95. package/src/minimal/dropdown.css +2 -2
  96. package/src/minimal/list.css +8 -8
  97. package/src/minimal/menu.css +6 -6
  98. package/src/minimal/select.css +8 -8
  99. package/src/minimal/table.css +5 -5
  100. package/src/minimal/tabs.css +2 -2
  101. package/src/minimal/timeline.css +3 -3
  102. package/src/minimal/toggle.css +4 -4
  103. package/src/minimal/tree.css +17 -6
  104. package/src/rokkit/avatar.css +1 -1
  105. package/src/rokkit/badge.css +1 -1
  106. package/src/rokkit/button.css +1 -1
  107. package/src/rokkit/divider.css +1 -1
  108. package/src/rokkit/dropdown.css +2 -2
  109. package/src/rokkit/list.css +5 -5
  110. package/src/rokkit/menu.css +5 -5
  111. package/src/rokkit/select.css +24 -13
  112. package/src/rokkit/table.css +5 -5
  113. package/src/rokkit/tabs.css +1 -1
  114. package/src/rokkit/timeline.css +4 -3
  115. package/src/rokkit/toggle.css +4 -4
  116. package/src/rokkit/tree.css +17 -6
  117. package/src/zen-sumi/button.css +16 -8
  118. package/src/zen-sumi/divider.css +29 -0
  119. package/src/zen-sumi/dropdown.css +4 -4
  120. package/src/zen-sumi/index.css +1 -0
  121. package/src/zen-sumi/list.css +9 -9
  122. package/src/zen-sumi/menu.css +9 -9
  123. package/src/zen-sumi/select.css +11 -11
  124. package/src/zen-sumi/table.css +6 -6
  125. package/src/zen-sumi/tabs.css +3 -3
  126. package/src/zen-sumi/timeline.css +3 -3
  127. package/src/zen-sumi/toggle.css +6 -5
  128. package/src/zen-sumi/tree.css +19 -8
@@ -29,7 +29,7 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='rokkit'] [data-select-placeholder] {
32
- @apply text-ink-soft;
32
+ @apply text-ink-mute;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,7 +37,7 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='rokkit'] [data-select-arrow] {
40
- @apply text-ink-soft;
40
+ @apply text-ink-mute;
41
41
  }
42
42
 
43
43
  [data-style='rokkit'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  [data-style='rokkit'] [data-select-tag-remove] {
56
- @apply text-ink-soft;
56
+ @apply text-ink-mute;
57
57
  }
58
58
 
59
59
  [data-style='rokkit'] [data-select-tag-remove]:hover {
@@ -87,11 +87,12 @@
87
87
  @apply bg-paper-mute text-primary border-l-primary border-l-2;
88
88
  }
89
89
 
90
- /* Selected state — full gradient when dropdown has focus */
90
+ /* Selected state — full gradient when dropdown has focus. The option now has a
91
+ primary→accent FILL, so its text must be on-primary (teal-on-teal otherwise). */
91
92
  [data-style='rokkit']
92
93
  [data-select-dropdown]:focus-within
93
94
  [data-select-option][data-selected='true'] {
94
- @apply from-primary to-accent text-primary border-l-primary border-l-2 bg-gradient-to-r;
95
+ @apply from-primary to-accent text-on-primary border-l-primary border-l-2 bg-gradient-to-r;
95
96
  }
96
97
 
97
98
  /* Selected + hover */
@@ -115,7 +116,7 @@
115
116
 
116
117
  /* Item elements */
117
118
  [data-style='rokkit'] [data-select-option] [data-item-icon] {
118
- @apply text-ink-soft;
119
+ @apply text-ink-mute;
119
120
  }
120
121
 
121
122
  [data-style='rokkit'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
@@ -130,23 +131,33 @@
130
131
  [data-select-dropdown]:focus-within
131
132
  [data-select-option][data-selected='true']
132
133
  [data-item-icon] {
133
- @apply text-primary;
134
+ @apply text-on-primary;
134
135
  }
135
136
 
136
137
  [data-style='rokkit'] [data-select-option] [data-item-description] {
137
- @apply text-ink-soft;
138
+ @apply text-ink-mute;
138
139
  }
139
140
 
140
141
  [data-style='rokkit'] [data-select-option][data-selected='true'] [data-item-description] {
141
142
  @apply text-primary;
142
143
  }
143
144
 
145
+ /* Description also rides the primary fill when the dropdown has focus. */
146
+ [data-style='rokkit']
147
+ [data-select-dropdown]:focus-within
148
+ [data-select-option][data-selected='true']
149
+ [data-item-description] {
150
+ @apply text-on-primary;
151
+ }
152
+
144
153
  [data-style='rokkit'] [data-select-option] [data-item-badge] {
145
- @apply text-ink-soft bg-paper-mute;
154
+ @apply text-ink-mute bg-paper-mute;
146
155
  }
147
156
 
157
+ /* Selected badge sits on a primary fill → on-primary text (not text-primary,
158
+ which would be primary-on-primary). */
148
159
  [data-style='rokkit'] [data-select-option][data-selected='true'] [data-item-badge] {
149
- @apply text-primary bg-primary;
160
+ @apply text-on-primary bg-primary;
150
161
  }
151
162
 
152
163
  /* =============================================================================
@@ -154,7 +165,7 @@
154
165
  ============================================================================= */
155
166
 
156
167
  [data-style='rokkit'] [data-select-group-label] {
157
- @apply text-ink-soft;
168
+ @apply text-ink-mute;
158
169
  }
159
170
 
160
171
  /* =============================================================================
@@ -182,9 +193,9 @@
182
193
  }
183
194
 
184
195
  [data-style='rokkit'] [data-select-filter-input]::placeholder {
185
- @apply text-ink-soft;
196
+ @apply text-ink-mute;
186
197
  }
187
198
 
188
199
  [data-style='rokkit'] [data-select-empty] {
189
- @apply text-ink-soft;
200
+ @apply text-ink-mute;
190
201
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='rokkit'] [data-table-header] th {
12
- @apply text-ink-soft border-paper-edge border-b bg-paper-mute;
12
+ @apply text-ink-mute border-paper-edge border-b bg-paper-mute;
13
13
  }
14
14
 
15
15
  [data-style='rokkit'] [data-table-header-cell][data-sortable='true']:hover {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  [data-style='rokkit'] [data-table-sort-icon] {
25
- @apply text-ink-soft;
25
+ @apply text-ink-mute;
26
26
  }
27
27
 
28
28
  [data-style='rokkit'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
@@ -83,7 +83,7 @@
83
83
  ============================================================================= */
84
84
 
85
85
  [data-style='rokkit'] [data-table-empty] {
86
- @apply text-ink-soft;
86
+ @apply text-ink-mute;
87
87
  }
88
88
 
89
89
  /* =============================================================================
@@ -91,7 +91,7 @@
91
91
  ============================================================================= */
92
92
 
93
93
  [data-style='rokkit'] [data-table-cell] [data-cell-icon] {
94
- @apply text-ink-soft;
94
+ @apply text-ink-mute;
95
95
  }
96
96
 
97
97
  [data-style='rokkit'] [data-table-row][data-selected='true'] [data-cell-icon] {
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  [data-style='rokkit'] [data-table-responsive] [data-table-cell]::before {
111
- @apply text-ink-soft;
111
+ @apply text-ink-mute;
112
112
  }
113
113
 
114
114
  /* Disable striped alternating bg in card layout */
@@ -94,7 +94,7 @@
94
94
  ============================================================================= */
95
95
 
96
96
  [data-style='rokkit'] [data-tabs-trigger] [data-tabs-icon] {
97
- @apply text-ink-soft;
97
+ @apply text-ink-mute;
98
98
  }
99
99
 
100
100
  [data-style='rokkit'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
@@ -13,11 +13,12 @@
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 border-primary text-on-primary;
17
+ background-color: var(--primary);
17
18
  }
18
19
 
19
20
  [data-style='rokkit'] [data-timeline-item][data-active] [data-timeline-circle] {
20
- @apply border-primary text-primary ring-3 ring-primary/20;
21
+ @apply border-primary text-ink ring-3 ring-primary/20;
21
22
  }
22
23
 
23
24
  /* =============================================================================
@@ -29,7 +30,7 @@
29
30
  }
30
31
 
31
32
  [data-style='rokkit'] [data-timeline-item][data-completed] [data-timeline-connector] {
32
- @apply bg-primary;
33
+ background-color: var(--primary);
33
34
  }
34
35
 
35
36
  /* =============================================================================
@@ -23,7 +23,7 @@
23
23
  ============================================================================= */
24
24
 
25
25
  [data-style='rokkit'] [data-toggle-option] {
26
- @apply text-ink-soft;
26
+ @apply text-ink-mute;
27
27
  }
28
28
 
29
29
  /* Hover applies only to UNSELECTED options so the branded selected
@@ -46,7 +46,7 @@
46
46
  ============================================================================= */
47
47
 
48
48
  [data-style='rokkit'] [data-toggle-option] [data-toggle-icon] {
49
- @apply text-ink-soft;
49
+ @apply text-ink-mute;
50
50
  }
51
51
 
52
52
  [data-style='rokkit'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
@@ -66,7 +66,7 @@
66
66
  ============================================================================= */
67
67
 
68
68
  [data-style='rokkit'] [data-toggle][data-toggle-variant='button'] {
69
- @apply border-transparent bg-transparent text-ink-soft;
69
+ @apply border-transparent bg-transparent text-ink-mute;
70
70
  background-image: none;
71
71
  }
72
72
 
@@ -76,7 +76,7 @@
76
76
  }
77
77
 
78
78
  [data-style='rokkit'] [data-toggle][data-toggle-variant='button'] [data-toggle-icon] {
79
- @apply text-ink-soft;
79
+ @apply text-ink-mute;
80
80
  }
81
81
 
82
82
  [data-style='rokkit'] [data-toggle][data-toggle-variant='button']:hover:not(:disabled) [data-toggle-icon],
@@ -4,6 +4,17 @@
4
4
  * Rich gradients and glowing borders.
5
5
  */
6
6
 
7
+ /* =============================================================================
8
+ Connector Lines — hairline tone (mode-aware), not currentColor (which
9
+ renders white in dark mode and greyish in light).
10
+ ============================================================================= */
11
+
12
+ [data-style='rokkit'] [data-tree]:not([data-line-style='none']) [data-connector-v],
13
+ [data-style='rokkit'] [data-tree]:not([data-line-style='none']) [data-connector-h],
14
+ [data-style='rokkit'] [data-tree]:not([data-line-style='none']) [data-connector-corner] {
15
+ @apply border-paper-edge;
16
+ }
17
+
7
18
  /* =============================================================================
8
19
  Tree Container
9
20
  ============================================================================= */
@@ -17,7 +28,7 @@
17
28
  ============================================================================= */
18
29
 
19
30
  [data-style='rokkit'] [data-tree-toggle-btn] {
20
- @apply text-ink-soft;
31
+ @apply text-ink-mute;
21
32
  }
22
33
 
23
34
  [data-style='rokkit'] [data-tree-toggle-btn]:hover {
@@ -63,7 +74,7 @@
63
74
  ============================================================================= */
64
75
 
65
76
  [data-style='rokkit'] [data-tree-item-content] [data-item-icon] {
66
- @apply text-ink-soft;
77
+ @apply text-ink-mute;
67
78
  }
68
79
 
69
80
  [data-style='rokkit'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
@@ -81,12 +92,12 @@
81
92
  [data-tree]:not(:focus-within)
82
93
  [data-tree-item-content][data-active='true']
83
94
  [data-item-icon] {
84
- @apply text-ink-soft;
95
+ @apply text-ink-mute;
85
96
  }
86
97
 
87
98
  /* Item description */
88
99
  [data-style='rokkit'] [data-tree-item-content] [data-item-description] {
89
- @apply text-ink-soft;
100
+ @apply text-ink-mute;
90
101
  }
91
102
 
92
103
  [data-style='rokkit']
@@ -100,12 +111,12 @@
100
111
  [data-tree]:not(:focus-within)
101
112
  [data-tree-item-content][data-active='true']
102
113
  [data-item-description] {
103
- @apply text-ink-soft;
114
+ @apply text-ink-mute;
104
115
  }
105
116
 
106
117
  /* Item badge */
107
118
  [data-style='rokkit'] [data-tree-item-content] [data-item-badge] {
108
- @apply text-ink-soft from-paper-mute to-paper-mute border-paper-edge border bg-gradient-to-b;
119
+ @apply text-ink-mute from-paper-mute to-paper-mute border-paper-edge border bg-gradient-to-b;
109
120
  }
110
121
 
111
122
  [data-style='rokkit']
@@ -20,22 +20,26 @@
20
20
 
21
21
  [data-style='zen-sumi'] [data-button][data-style='default'][data-variant='primary'],
22
22
  [data-style='zen-sumi'] [data-button]:not([data-style])[data-variant='primary'] {
23
- @apply bg-primary text-on-primary border-transparent bg-none;
23
+ @apply text-on-primary border-transparent bg-none;
24
+ background-color: var(--primary);
24
25
  }
25
26
 
26
27
  [data-style='zen-sumi'] [data-button][data-style='default'][data-variant='secondary'],
27
28
  [data-style='zen-sumi'] [data-button]:not([data-style])[data-variant='secondary'] {
28
- @apply bg-accent text-on-primary border-transparent bg-none;
29
+ @apply text-on-primary border-transparent bg-none;
30
+ background-color: var(--accent);
29
31
  }
30
32
 
31
33
  [data-style='zen-sumi'] [data-button][data-style='default'][data-variant='accent'],
32
34
  [data-style='zen-sumi'] [data-button]:not([data-style])[data-variant='accent'] {
33
- @apply bg-accent text-on-accent border-transparent bg-none;
35
+ @apply text-on-accent border-transparent bg-none;
36
+ background-color: var(--accent);
34
37
  }
35
38
 
36
39
  [data-style='zen-sumi'] [data-button][data-style='default'][data-variant='danger'],
37
40
  [data-style='zen-sumi'] [data-button]:not([data-style])[data-variant='danger'] {
38
- @apply bg-danger text-on-danger border-transparent bg-none;
41
+ @apply text-on-danger border-transparent bg-none;
42
+ background-color: var(--danger);
39
43
  }
40
44
 
41
45
  /* =============================================================================
@@ -103,19 +107,23 @@
103
107
  }
104
108
 
105
109
  [data-style='zen-sumi'] [data-button][data-style='gradient'][data-variant='primary'] {
106
- @apply bg-primary text-on-primary bg-none;
110
+ @apply text-on-primary bg-none;
111
+ background-color: var(--primary);
107
112
  }
108
113
 
109
114
  [data-style='zen-sumi'] [data-button][data-style='gradient'][data-variant='secondary'] {
110
- @apply bg-accent text-on-primary bg-none;
115
+ @apply text-on-primary bg-none;
116
+ background-color: var(--accent);
111
117
  }
112
118
 
113
119
  [data-style='zen-sumi'] [data-button][data-style='gradient'][data-variant='accent'] {
114
- @apply bg-accent text-on-accent bg-none;
120
+ @apply text-on-accent bg-none;
121
+ background-color: var(--accent);
115
122
  }
116
123
 
117
124
  [data-style='zen-sumi'] [data-button][data-style='gradient'][data-variant='danger'] {
118
- @apply bg-danger text-on-danger bg-none;
125
+ @apply text-on-danger bg-none;
126
+ background-color: var(--danger);
119
127
  }
120
128
 
121
129
  /* =============================================================================
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Divider - Zen-Sumi Theme Styles
3
+ *
4
+ * Hairline ink-on-paper rule. The base leaves the line uncolored, so without
5
+ * this the divider is invisible — pin it to the paper-edge hairline tone.
6
+ */
7
+
8
+ [data-style='zen-sumi'] [data-divider][data-orientation='horizontal']::before,
9
+ [data-style='zen-sumi'] [data-divider][data-orientation='horizontal']::after {
10
+ @apply bg-paper-edge;
11
+ }
12
+
13
+ [data-style='zen-sumi'] [data-divider][data-orientation='vertical']::before,
14
+ [data-style='zen-sumi'] [data-divider][data-orientation='vertical']::after {
15
+ @apply bg-paper-edge;
16
+ }
17
+
18
+ /* No-label divider — color the element itself (no ::before/::after spacers). */
19
+ [data-style='zen-sumi'] [data-divider][data-orientation='horizontal']:not(:has([data-divider-label])) {
20
+ @apply bg-paper-edge;
21
+ }
22
+
23
+ [data-style='zen-sumi'] [data-divider][data-orientation='vertical']:not(:has([data-divider-label])) {
24
+ @apply bg-paper-edge;
25
+ }
26
+
27
+ [data-style='zen-sumi'] [data-divider-label] {
28
+ @apply text-ink-mute;
29
+ }
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  [data-style='zen-sumi'] [data-dropdown-trigger] {
9
- @apply border-paper-mute text-ink-soft border bg-transparent bg-none;
9
+ @apply border-paper-mute text-ink-mute border bg-transparent bg-none;
10
10
  }
11
11
 
12
12
  [data-style='zen-sumi'] [data-dropdown-trigger]:hover:not(:disabled) {
@@ -23,11 +23,11 @@
23
23
  }
24
24
 
25
25
  [data-style='zen-sumi'] [data-dropdown-trigger] [data-dropdown-icon] {
26
- @apply text-paper-edge;
26
+ @apply text-ink-mute;
27
27
  }
28
28
 
29
29
  [data-style='zen-sumi'] [data-dropdown-trigger] [data-dropdown-arrow] {
30
- @apply text-paper-edge;
30
+ @apply text-ink-mute;
31
31
  }
32
32
 
33
33
  [data-style='zen-sumi'] [data-dropdown-panel] {
@@ -36,7 +36,7 @@
36
36
  }
37
37
 
38
38
  [data-style='zen-sumi'] [data-dropdown-option] {
39
- @apply text-ink-soft;
39
+ @apply text-ink-mute;
40
40
  }
41
41
 
42
42
  [data-style='zen-sumi'] [data-dropdown-option]:hover:not(:disabled),
@@ -21,6 +21,7 @@
21
21
  @import './switch.css';
22
22
  @import './list.css';
23
23
  @import './tree.css';
24
+ @import './divider.css';
24
25
  @import './select.css';
25
26
  @import './menu.css';
26
27
  @import './dropdown.css';
@@ -19,12 +19,12 @@
19
19
  ============================================================================= */
20
20
 
21
21
  [data-style='zen-sumi'] [data-list] [data-list-item] {
22
- @apply text-ink-soft border-0 border-solid border-transparent bg-transparent;
22
+ @apply text-ink-mute border-0 border-solid border-transparent bg-transparent;
23
23
  }
24
24
 
25
25
  [data-style='zen-sumi'] [data-list] a[data-list-item],
26
26
  [data-style='zen-sumi'] [data-list] button[data-list-item] {
27
- @apply text-ink-soft;
27
+ @apply text-ink-mute;
28
28
  }
29
29
 
30
30
  /* Hover and focus — subtle paper wash */
@@ -58,12 +58,12 @@
58
58
  ============================================================================= */
59
59
 
60
60
  [data-style='zen-sumi'] [data-list] [data-list-item] [data-item-icon] {
61
- @apply text-paper-edge;
61
+ @apply text-ink-mute;
62
62
  }
63
63
 
64
64
  [data-style='zen-sumi'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
65
65
  [data-style='zen-sumi'] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon] {
66
- @apply text-ink-soft;
66
+ @apply text-ink-mute;
67
67
  }
68
68
 
69
69
  [data-style='zen-sumi'] [data-list] [data-list-item][data-active='true'] [data-item-icon] {
@@ -71,15 +71,15 @@
71
71
  }
72
72
 
73
73
  [data-style='zen-sumi'] [data-list] [data-list-item] [data-item-description] {
74
- @apply text-paper-edge;
74
+ @apply text-ink-mute;
75
75
  }
76
76
 
77
77
  [data-style='zen-sumi'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
78
- @apply text-ink-soft;
78
+ @apply text-ink-mute;
79
79
  }
80
80
 
81
81
  [data-style='zen-sumi'] [data-list] [data-list-item] [data-item-badge] {
82
- @apply text-ink-soft border-paper-mute border bg-transparent bg-none;
82
+ @apply text-ink-mute border-paper-mute border bg-transparent bg-none;
83
83
  }
84
84
 
85
85
  [data-style='zen-sumi'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
@@ -91,12 +91,12 @@
91
91
  ============================================================================= */
92
92
 
93
93
  [data-style='zen-sumi'] [data-list] [data-list-group] {
94
- @apply text-paper-edge;
94
+ @apply text-ink-mute;
95
95
  }
96
96
 
97
97
  [data-style='zen-sumi'] [data-list] [data-list-group]:hover:not(:disabled),
98
98
  [data-style='zen-sumi'] [data-list] [data-list-group]:focus:not(:disabled) {
99
- @apply text-ink-soft bg-none;
99
+ @apply text-ink-mute bg-none;
100
100
  }
101
101
 
102
102
  /* =============================================================================
@@ -10,7 +10,7 @@
10
10
  ============================================================================= */
11
11
 
12
12
  [data-style='zen-sumi'] [data-menu-trigger] {
13
- @apply border-paper-mute text-ink-soft border bg-transparent bg-none;
13
+ @apply border-paper-mute text-ink-mute border bg-transparent bg-none;
14
14
  }
15
15
 
16
16
  [data-style='zen-sumi'] [data-menu-trigger]:hover:not(:disabled) {
@@ -28,15 +28,15 @@
28
28
 
29
29
  /* Trigger elements */
30
30
  [data-style='zen-sumi'] [data-menu-trigger] [data-menu-icon] {
31
- @apply text-paper-edge;
31
+ @apply text-ink-mute;
32
32
  }
33
33
 
34
34
  [data-style='zen-sumi'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
35
- @apply text-ink-soft;
35
+ @apply text-ink-mute;
36
36
  }
37
37
 
38
38
  [data-style='zen-sumi'] [data-menu-trigger] [data-menu-arrow] {
39
- @apply text-paper-edge;
39
+ @apply text-ink-mute;
40
40
  }
41
41
 
42
42
  /* =============================================================================
@@ -53,7 +53,7 @@
53
53
  ============================================================================= */
54
54
 
55
55
  [data-style='zen-sumi'] [data-menu-item] {
56
- @apply text-ink-soft border-0 border-solid border-transparent;
56
+ @apply text-ink-mute border-0 border-solid border-transparent;
57
57
  }
58
58
 
59
59
  [data-style='zen-sumi'] [data-menu-item]:hover:not(:disabled),
@@ -63,15 +63,15 @@
63
63
 
64
64
  /* Item elements */
65
65
  [data-style='zen-sumi'] [data-menu-item] [data-item-icon] {
66
- @apply text-paper-edge;
66
+ @apply text-ink-mute;
67
67
  }
68
68
 
69
69
  [data-style='zen-sumi'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
70
- @apply text-ink-soft;
70
+ @apply text-ink-mute;
71
71
  }
72
72
 
73
73
  [data-style='zen-sumi'] [data-menu-item] [data-item-description] {
74
- @apply text-paper-edge;
74
+ @apply text-ink-mute;
75
75
  }
76
76
 
77
77
  /* =============================================================================
@@ -79,7 +79,7 @@
79
79
  ============================================================================= */
80
80
 
81
81
  [data-style='zen-sumi'] [data-menu-group] {
82
- @apply text-paper-edge;
82
+ @apply text-ink-mute;
83
83
  }
84
84
 
85
85
  /* =============================================================================
@@ -11,7 +11,7 @@
11
11
  ============================================================================= */
12
12
 
13
13
  [data-style='zen-sumi'] [data-select-trigger] {
14
- @apply text-ink-soft border-paper-mute border bg-transparent bg-none;
14
+ @apply text-ink-mute border-paper-mute border bg-transparent bg-none;
15
15
  }
16
16
 
17
17
  [data-style='zen-sumi'] [data-select-trigger]:hover:not(:disabled) {
@@ -32,7 +32,7 @@
32
32
  ============================================================================= */
33
33
 
34
34
  [data-style='zen-sumi'] [data-select-placeholder] {
35
- @apply text-paper-edge;
35
+ @apply text-ink-mute;
36
36
  }
37
37
 
38
38
  /* =============================================================================
@@ -40,11 +40,11 @@
40
40
  ============================================================================= */
41
41
 
42
42
  [data-style='zen-sumi'] [data-select-arrow] {
43
- @apply text-paper-edge;
43
+ @apply text-ink-mute;
44
44
  }
45
45
 
46
46
  [data-style='zen-sumi'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
47
- @apply text-paper-edge;
47
+ @apply text-ink-mute;
48
48
  }
49
49
 
50
50
  /* =============================================================================
@@ -52,11 +52,11 @@
52
52
  ============================================================================= */
53
53
 
54
54
  [data-style='zen-sumi'] [data-select-tag] {
55
- @apply text-ink-soft border-paper-mute border bg-transparent bg-none;
55
+ @apply text-ink-mute border-paper-mute border bg-transparent bg-none;
56
56
  }
57
57
 
58
58
  [data-style='zen-sumi'] [data-select-tag-remove] {
59
- @apply text-paper-edge;
59
+ @apply text-ink-mute;
60
60
  }
61
61
 
62
62
  [data-style='zen-sumi'] [data-select-tag-remove]:hover {
@@ -77,7 +77,7 @@
77
77
  ============================================================================= */
78
78
 
79
79
  [data-style='zen-sumi'] [data-select-option] {
80
- @apply text-ink-soft border-0 border-solid border-transparent;
80
+ @apply text-ink-mute border-0 border-solid border-transparent;
81
81
  }
82
82
 
83
83
  [data-style='zen-sumi'] [data-select-option]:hover:not(:disabled),
@@ -112,7 +112,7 @@
112
112
 
113
113
  /* Item elements */
114
114
  [data-style='zen-sumi'] [data-select-option] [data-item-description] {
115
- @apply text-paper-edge;
115
+ @apply text-ink-mute;
116
116
  }
117
117
 
118
118
  [data-style='zen-sumi'] [data-select-option][data-selected='true'] [data-item-description] {
@@ -124,7 +124,7 @@
124
124
  ============================================================================= */
125
125
 
126
126
  [data-style='zen-sumi'] [data-select-group-label] {
127
- @apply text-paper-edge;
127
+ @apply text-ink-mute;
128
128
  }
129
129
 
130
130
  /* =============================================================================
@@ -152,9 +152,9 @@
152
152
  }
153
153
 
154
154
  [data-style='zen-sumi'] [data-select-filter-input]::placeholder {
155
- @apply text-ink-soft;
155
+ @apply text-ink-mute;
156
156
  }
157
157
 
158
158
  [data-style='zen-sumi'] [data-select-empty] {
159
- @apply text-paper-edge;
159
+ @apply text-ink-mute;
160
160
  }
@@ -10,7 +10,7 @@
10
10
  ============================================================================= */
11
11
 
12
12
  [data-style='zen-sumi'] [data-table-header] th {
13
- @apply text-ink-soft border-paper-mute border-b bg-transparent;
13
+ @apply text-ink-mute border-paper-mute border-b bg-transparent;
14
14
  font-size: 0.6875rem;
15
15
  font-weight: 600;
16
16
  letter-spacing: 0.05em;
@@ -44,7 +44,7 @@
44
44
  ============================================================================= */
45
45
 
46
46
  [data-style='zen-sumi'] [data-table-caption] {
47
- @apply text-ink-soft;
47
+ @apply text-ink-mute;
48
48
  }
49
49
 
50
50
  /* =============================================================================
@@ -52,7 +52,7 @@
52
52
  ============================================================================= */
53
53
 
54
54
  [data-style='zen-sumi'] [data-table-row] {
55
- @apply text-ink-soft border-paper-mute border-b;
55
+ @apply text-ink-mute border-paper-mute border-b;
56
56
  }
57
57
 
58
58
  [data-style='zen-sumi'] [data-table-row]:hover {
@@ -91,7 +91,7 @@
91
91
  ============================================================================= */
92
92
 
93
93
  [data-style='zen-sumi'] [data-table-empty] {
94
- @apply text-ink-soft;
94
+ @apply text-ink-mute;
95
95
  }
96
96
 
97
97
  /* =============================================================================
@@ -99,7 +99,7 @@
99
99
  ============================================================================= */
100
100
 
101
101
  [data-style='zen-sumi'] [data-table-cell] [data-cell-icon] {
102
- @apply text-ink-soft;
102
+ @apply text-ink-mute;
103
103
  }
104
104
 
105
105
  [data-style='zen-sumi'] [data-table-row][data-selected='true'] [data-cell-icon] {
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  [data-style='zen-sumi'] [data-table-responsive] [data-table-cell]::before {
119
- @apply text-ink-soft;
119
+ @apply text-ink-mute;
120
120
  }
121
121
 
122
122
  [data-style='zen-sumi']