@rokkit/themes 1.0.5 → 1.1.1

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 (155) hide show
  1. package/build.mjs +4 -2
  2. package/package.json +3 -2
  3. package/src/base/carousel.css +2 -1
  4. package/src/base/code-block.css +76 -0
  5. package/src/base/display.css +16 -8
  6. package/src/base/frame.css +36 -0
  7. package/src/base/index.css +2 -0
  8. package/src/base/input.css +49 -10
  9. package/src/base/nav-content.css +3 -3
  10. package/src/base/stepper.css +14 -7
  11. package/src/base/tabs.css +15 -2
  12. package/src/base/typography.css +32 -13
  13. package/src/frosted/button.css +27 -27
  14. package/src/frosted/card.css +8 -8
  15. package/src/frosted/chart.css +6 -6
  16. package/src/frosted/code-block.css +33 -0
  17. package/src/frosted/dropdown.css +9 -9
  18. package/src/frosted/floating-action.css +10 -10
  19. package/src/frosted/floating-navigation.css +13 -13
  20. package/src/frosted/frame.css +17 -0
  21. package/src/frosted/index.css +2 -0
  22. package/src/frosted/input.css +16 -16
  23. package/src/frosted/list.css +25 -25
  24. package/src/frosted/menu.css +13 -13
  25. package/src/frosted/message.css +8 -8
  26. package/src/frosted/range.css +8 -8
  27. package/src/frosted/search-filter.css +8 -8
  28. package/src/frosted/select.css +31 -31
  29. package/src/frosted/status-list.css +17 -17
  30. package/src/frosted/step-indicator.css +8 -8
  31. package/src/frosted/swatch.css +3 -3
  32. package/src/frosted/switch.css +3 -3
  33. package/src/frosted/table.css +16 -16
  34. package/src/frosted/tabs.css +8 -8
  35. package/src/frosted/timeline.css +5 -5
  36. package/src/frosted/toc.css +4 -4
  37. package/src/frosted/toggle.css +7 -7
  38. package/src/frosted/toolbar.css +15 -15
  39. package/src/frosted/tree.css +19 -19
  40. package/src/material/button.css +29 -29
  41. package/src/material/card.css +12 -12
  42. package/src/material/chart.css +6 -6
  43. package/src/material/code-block.css +33 -0
  44. package/src/material/dropdown.css +11 -11
  45. package/src/material/floating-action.css +10 -10
  46. package/src/material/floating-navigation.css +13 -13
  47. package/src/material/frame.css +17 -0
  48. package/src/material/index.css +2 -0
  49. package/src/material/input.css +21 -21
  50. package/src/material/list.css +23 -23
  51. package/src/material/menu.css +16 -16
  52. package/src/material/message.css +8 -8
  53. package/src/material/range.css +8 -8
  54. package/src/material/search-filter.css +8 -8
  55. package/src/material/select.css +31 -31
  56. package/src/material/status-list.css +17 -17
  57. package/src/material/step-indicator.css +8 -8
  58. package/src/material/swatch.css +3 -3
  59. package/src/material/switch.css +6 -6
  60. package/src/material/table.css +16 -16
  61. package/src/material/tabs.css +7 -7
  62. package/src/material/timeline.css +5 -5
  63. package/src/material/toc.css +4 -4
  64. package/src/material/toggle.css +6 -6
  65. package/src/material/toolbar.css +11 -11
  66. package/src/material/tree.css +17 -17
  67. package/src/minimal/button.css +30 -30
  68. package/src/minimal/card.css +13 -13
  69. package/src/minimal/chart.css +6 -6
  70. package/src/minimal/code-block.css +33 -0
  71. package/src/minimal/dropdown.css +11 -11
  72. package/src/minimal/floating-action.css +10 -10
  73. package/src/minimal/floating-navigation.css +12 -12
  74. package/src/minimal/frame.css +17 -0
  75. package/src/minimal/index.css +2 -0
  76. package/src/minimal/input.css +24 -24
  77. package/src/minimal/list.css +52 -26
  78. package/src/minimal/menu.css +15 -15
  79. package/src/minimal/message.css +8 -8
  80. package/src/minimal/range.css +7 -7
  81. package/src/minimal/search-filter.css +8 -8
  82. package/src/minimal/select.css +27 -27
  83. package/src/minimal/status-list.css +17 -17
  84. package/src/minimal/step-indicator.css +8 -8
  85. package/src/minimal/swatch.css +3 -3
  86. package/src/minimal/switch.css +6 -6
  87. package/src/minimal/table.css +16 -16
  88. package/src/minimal/tabs.css +14 -14
  89. package/src/minimal/timeline.css +4 -4
  90. package/src/minimal/toc.css +4 -4
  91. package/src/minimal/toggle.css +7 -7
  92. package/src/minimal/toolbar.css +14 -14
  93. package/src/minimal/tree.css +24 -18
  94. package/src/rokkit/avatar.css +6 -6
  95. package/src/rokkit/badge.css +5 -5
  96. package/src/rokkit/button.css +55 -37
  97. package/src/rokkit/card.css +11 -11
  98. package/src/rokkit/chart.css +6 -6
  99. package/src/rokkit/code-block.css +33 -0
  100. package/src/rokkit/connector.css +1 -1
  101. package/src/rokkit/divider.css +5 -5
  102. package/src/rokkit/dropdown.css +11 -11
  103. package/src/rokkit/floating-action.css +11 -11
  104. package/src/rokkit/floating-navigation.css +15 -15
  105. package/src/rokkit/frame.css +17 -0
  106. package/src/rokkit/grid.css +8 -8
  107. package/src/rokkit/index.css +2 -0
  108. package/src/rokkit/input.css +17 -17
  109. package/src/rokkit/list.css +24 -24
  110. package/src/rokkit/menu.css +14 -14
  111. package/src/rokkit/message.css +12 -12
  112. package/src/rokkit/range.css +10 -10
  113. package/src/rokkit/search-filter.css +8 -8
  114. package/src/rokkit/select.css +34 -34
  115. package/src/rokkit/status-list.css +17 -17
  116. package/src/rokkit/step-indicator.css +8 -8
  117. package/src/rokkit/swatch.css +3 -3
  118. package/src/rokkit/switch.css +6 -6
  119. package/src/rokkit/table.css +16 -16
  120. package/src/rokkit/tabs.css +31 -28
  121. package/src/rokkit/timeline.css +5 -5
  122. package/src/rokkit/toc.css +4 -4
  123. package/src/rokkit/toggle.css +21 -10
  124. package/src/rokkit/toolbar.css +15 -15
  125. package/src/rokkit/tooltip.css +1 -1
  126. package/src/rokkit/tree.css +23 -23
  127. package/src/rokkit/upload-progress.css +18 -18
  128. package/src/rokkit/upload-target.css +8 -8
  129. package/src/zen-sumi/button.css +29 -29
  130. package/src/zen-sumi/card.css +12 -12
  131. package/src/zen-sumi/chart.css +6 -6
  132. package/src/zen-sumi/code-block.css +35 -0
  133. package/src/zen-sumi/dropdown.css +10 -10
  134. package/src/zen-sumi/floating-action.css +7 -7
  135. package/src/zen-sumi/floating-navigation.css +11 -11
  136. package/src/zen-sumi/frame.css +20 -0
  137. package/src/zen-sumi/index.css +2 -0
  138. package/src/zen-sumi/input.css +49 -23
  139. package/src/zen-sumi/list.css +20 -20
  140. package/src/zen-sumi/menu.css +14 -14
  141. package/src/zen-sumi/message.css +8 -8
  142. package/src/zen-sumi/range.css +7 -7
  143. package/src/zen-sumi/search-filter.css +8 -8
  144. package/src/zen-sumi/select.css +26 -26
  145. package/src/zen-sumi/status-list.css +17 -17
  146. package/src/zen-sumi/step-indicator.css +8 -8
  147. package/src/zen-sumi/swatch.css +3 -3
  148. package/src/zen-sumi/switch.css +5 -5
  149. package/src/zen-sumi/table.css +16 -16
  150. package/src/zen-sumi/tabs.css +8 -8
  151. package/src/zen-sumi/timeline.css +4 -4
  152. package/src/zen-sumi/toc.css +4 -4
  153. package/src/zen-sumi/toggle.css +18 -10
  154. package/src/zen-sumi/toolbar.css +14 -14
  155. package/src/zen-sumi/tree.css +16 -16
@@ -10,7 +10,7 @@
10
10
  ============================================================================= */
11
11
 
12
12
  [data-style='zen-sumi'] [data-range-bar] {
13
- @apply bg-surface-z2;
13
+ @apply bg-paper-mute;
14
14
  }
15
15
 
16
16
  [data-style='zen-sumi'] [data-range-selected] {
@@ -22,7 +22,7 @@
22
22
  ============================================================================= */
23
23
 
24
24
  [data-style='zen-sumi'] [data-range-thumb] {
25
- @apply bg-surface-z0 border-primary border-2;
25
+ @apply bg-paper border-primary border-2;
26
26
  }
27
27
 
28
28
  [data-style='zen-sumi'] [data-range-thumb][data-sliding] {
@@ -38,15 +38,15 @@
38
38
  ============================================================================= */
39
39
 
40
40
  [data-style='zen-sumi'] [data-range-tick] {
41
- @apply text-ink-z5;
41
+ @apply text-paper-edge;
42
42
  }
43
43
 
44
44
  [data-style='zen-sumi'] [data-tick-bar] {
45
- @apply border-surface-z3;
45
+ @apply border-paper-mute;
46
46
  }
47
47
 
48
48
  [data-style='zen-sumi'] [data-tick-label] {
49
- @apply text-ink-z5;
49
+ @apply text-paper-edge;
50
50
  }
51
51
 
52
52
  /* =============================================================================
@@ -54,9 +54,9 @@
54
54
  ============================================================================= */
55
55
 
56
56
  [data-style='zen-sumi'] [data-range][data-disabled] [data-range-thumb] {
57
- @apply bg-surface-z2 border-surface-z3;
57
+ @apply bg-paper-mute border-paper-mute;
58
58
  }
59
59
 
60
60
  [data-style='zen-sumi'] [data-range][data-disabled] [data-range-selected] {
61
- @apply bg-surface-z3;
61
+ @apply bg-paper-mute;
62
62
  }
@@ -9,15 +9,15 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='zen-sumi'] [data-search-input] {
12
- @apply text-ink-z2 border-surface-z3 border bg-transparent;
12
+ @apply text-ink-mute border-paper-mute border bg-transparent;
13
13
  }
14
14
 
15
15
  [data-style='zen-sumi'] [data-search-input]:focus {
16
- @apply border-surface-z5 outline-none;
16
+ @apply border-ink-soft outline-none;
17
17
  }
18
18
 
19
19
  [data-style='zen-sumi'] [data-search-input]::placeholder {
20
- @apply text-surface-z4;
20
+ @apply text-paper-edge;
21
21
  }
22
22
 
23
23
  /* =============================================================================
@@ -25,11 +25,11 @@
25
25
  ============================================================================= */
26
26
 
27
27
  [data-style='zen-sumi'] [data-search-clear] {
28
- @apply text-surface-z4;
28
+ @apply text-paper-edge;
29
29
  }
30
30
 
31
31
  [data-style='zen-sumi'] [data-search-clear]:hover {
32
- @apply text-ink-z3;
32
+ @apply text-ink-soft;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,13 +37,13 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='zen-sumi'] [data-search-tag] {
40
- @apply text-ink-z3 border-surface-z3 border bg-transparent bg-none;
40
+ @apply text-ink-soft border-paper-mute border bg-transparent bg-none;
41
41
  }
42
42
 
43
43
  [data-style='zen-sumi'] [data-search-tag-remove] {
44
- @apply text-ink-z5;
44
+ @apply text-paper-edge;
45
45
  }
46
46
 
47
47
  [data-style='zen-sumi'] [data-search-tag-remove]:hover {
48
- @apply text-ink-z2;
48
+ @apply text-ink-mute;
49
49
  }
@@ -11,11 +11,11 @@
11
11
  ============================================================================= */
12
12
 
13
13
  [data-style='zen-sumi'] [data-select-trigger] {
14
- @apply text-ink-z3 border-surface-z3 border bg-transparent bg-none;
14
+ @apply text-ink-soft border-paper-mute border bg-transparent bg-none;
15
15
  }
16
16
 
17
17
  [data-style='zen-sumi'] [data-select-trigger]:hover:not(:disabled) {
18
- @apply border-surface-z4 text-ink-z2 bg-none;
18
+ @apply border-paper-edge text-ink-mute bg-none;
19
19
  }
20
20
 
21
21
  [data-style='zen-sumi'] [data-select-trigger]:focus-visible {
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  [data-style='zen-sumi'] [data-select][data-open='true'] [data-select-trigger] {
27
- @apply border-surface-z5 bg-none;
27
+ @apply border-ink-soft bg-none;
28
28
  }
29
29
 
30
30
  /* =============================================================================
@@ -32,7 +32,7 @@
32
32
  ============================================================================= */
33
33
 
34
34
  [data-style='zen-sumi'] [data-select-placeholder] {
35
- @apply text-surface-z4;
35
+ @apply text-paper-edge;
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-surface-z4;
43
+ @apply text-paper-edge;
44
44
  }
45
45
 
46
46
  [data-style='zen-sumi'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
47
- @apply text-ink-z5;
47
+ @apply text-paper-edge;
48
48
  }
49
49
 
50
50
  /* =============================================================================
@@ -52,15 +52,15 @@
52
52
  ============================================================================= */
53
53
 
54
54
  [data-style='zen-sumi'] [data-select-tag] {
55
- @apply text-ink-z3 border-surface-z3 border bg-transparent bg-none;
55
+ @apply text-ink-soft 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-ink-z5;
59
+ @apply text-paper-edge;
60
60
  }
61
61
 
62
62
  [data-style='zen-sumi'] [data-select-tag-remove]:hover {
63
- @apply text-ink-z2;
63
+ @apply text-ink-mute;
64
64
  }
65
65
 
66
66
  /* =============================================================================
@@ -68,7 +68,7 @@
68
68
  ============================================================================= */
69
69
 
70
70
  [data-style='zen-sumi'] [data-select-dropdown] {
71
- @apply bg-surface-z0 border-surface-z2 border bg-none;
71
+ @apply bg-paper border-paper-mute border bg-none;
72
72
  box-shadow: none;
73
73
  }
74
74
 
@@ -77,46 +77,46 @@
77
77
  ============================================================================= */
78
78
 
79
79
  [data-style='zen-sumi'] [data-select-option] {
80
- @apply text-ink-z3 border-0 border-solid border-transparent;
80
+ @apply text-ink-soft border-0 border-solid border-transparent;
81
81
  }
82
82
 
83
83
  [data-style='zen-sumi'] [data-select-option]:hover:not(:disabled),
84
84
  [data-style='zen-sumi'] [data-select-option]:focus:not(:disabled) {
85
- @apply bg-surface-z2 text-ink-z2 bg-none outline-none;
85
+ @apply bg-paper-mute text-ink-mute bg-none outline-none;
86
86
  }
87
87
 
88
88
  /* Selected state */
89
89
  [data-style='zen-sumi'] [data-select-option][data-selected='true'] {
90
- @apply text-ink-z1 border-primary-z4 border-l-2 bg-none;
90
+ @apply text-ink-mute border-primary border-l-2 bg-none;
91
91
  }
92
92
 
93
93
  [data-style='zen-sumi']
94
94
  [data-select-dropdown]:focus-within
95
95
  [data-select-option][data-selected='true'] {
96
- @apply text-primary-z6 border-primary-z5 border-l-2 bg-none;
96
+ @apply text-primary border-primary border-l-2 bg-none;
97
97
  }
98
98
 
99
99
  /* Check mark */
100
100
  [data-style='zen-sumi'] [data-select-check] {
101
- @apply text-primary-z5;
101
+ @apply text-primary;
102
102
  }
103
103
 
104
104
  /* Checkbox */
105
105
  [data-style='zen-sumi'] [data-select-checkbox] {
106
- @apply border-surface-z4 bg-transparent bg-none;
106
+ @apply border-paper-edge bg-transparent bg-none;
107
107
  }
108
108
 
109
109
  [data-style='zen-sumi'] [data-select-checkbox][data-checked='true'] {
110
- @apply bg-primary-z5 border-primary-z5 bg-none text-on-primary;
110
+ @apply bg-primary border-primary bg-none text-on-primary;
111
111
  }
112
112
 
113
113
  /* Item elements */
114
114
  [data-style='zen-sumi'] [data-select-option] [data-item-description] {
115
- @apply text-ink-z5;
115
+ @apply text-paper-edge;
116
116
  }
117
117
 
118
118
  [data-style='zen-sumi'] [data-select-option][data-selected='true'] [data-item-description] {
119
- @apply text-primary-z5;
119
+ @apply text-primary;
120
120
  }
121
121
 
122
122
  /* =============================================================================
@@ -124,7 +124,7 @@
124
124
  ============================================================================= */
125
125
 
126
126
  [data-style='zen-sumi'] [data-select-group-label] {
127
- @apply text-surface-z4;
127
+ @apply text-paper-edge;
128
128
  }
129
129
 
130
130
  /* =============================================================================
@@ -132,7 +132,7 @@
132
132
  ============================================================================= */
133
133
 
134
134
  [data-style='zen-sumi'] [data-select-divider] {
135
- @apply bg-surface-z2 bg-none;
135
+ @apply bg-paper-mute bg-none;
136
136
  }
137
137
 
138
138
  /* =============================================================================
@@ -140,21 +140,21 @@
140
140
  ============================================================================= */
141
141
 
142
142
  [data-style='zen-sumi'] [data-select-filter] {
143
- @apply bg-surface-z0;
143
+ @apply bg-paper;
144
144
  }
145
145
 
146
146
  [data-style='zen-sumi'] [data-select-filter-input] {
147
- @apply text-ink-z2 border-surface-z3 border bg-transparent;
147
+ @apply text-ink-mute border-paper-mute border bg-transparent;
148
148
  }
149
149
 
150
150
  [data-style='zen-sumi'] [data-select-filter-input]:focus {
151
- @apply border-surface-z5;
151
+ @apply border-ink-soft;
152
152
  }
153
153
 
154
154
  [data-style='zen-sumi'] [data-select-filter-input]::placeholder {
155
- @apply text-surface-z4;
155
+ @apply text-paper-edge;
156
156
  }
157
157
 
158
158
  [data-style='zen-sumi'] [data-select-empty] {
159
- @apply text-ink-z5;
159
+ @apply text-paper-edge;
160
160
  }
@@ -5,62 +5,62 @@
5
5
  /* ── @rokkit/ui StatusList: icon and text colors by status ── */
6
6
 
7
7
  [data-style='zen-sumi'] [data-status-item][data-status='pass'] span {
8
- @apply text-success-z5;
8
+ @apply text-success;
9
9
  }
10
10
  [data-style='zen-sumi'] [data-status-item][data-status='fail'] span {
11
- @apply text-error-z5;
11
+ @apply text-error;
12
12
  }
13
13
  [data-style='zen-sumi'] [data-status-item][data-status='warn'] span {
14
- @apply text-warning-z5;
14
+ @apply text-warning;
15
15
  }
16
16
  [data-style='zen-sumi'] [data-status-item][data-status='unknown'] span {
17
- @apply text-surface-z4;
17
+ @apply text-paper-edge;
18
18
  }
19
19
 
20
20
  [data-style='zen-sumi'] [data-status-item][data-status='pass'] {
21
- @apply text-success-z7;
21
+ @apply text-success;
22
22
  }
23
23
  [data-style='zen-sumi'] [data-status-item][data-status='fail'] {
24
- @apply text-error-z7;
24
+ @apply text-error;
25
25
  }
26
26
  [data-style='zen-sumi'] [data-status-item][data-status='warn'] {
27
- @apply text-warning-z7;
27
+ @apply text-warning;
28
28
  }
29
29
  [data-style='zen-sumi'] [data-status-item][data-status='unknown'] {
30
- @apply text-ink-z5;
30
+ @apply text-paper-edge;
31
31
  }
32
32
 
33
33
  /* ── @rokkit/forms StatusList: group headers by severity ── */
34
34
 
35
35
  [data-style='zen-sumi'] [data-status-group][data-severity='error'] [data-status-header] {
36
- @apply text-error-z5;
36
+ @apply text-error;
37
37
  }
38
38
  [data-style='zen-sumi'] [data-status-group][data-severity='warning'] [data-status-header] {
39
- @apply text-warning-z5;
39
+ @apply text-warning;
40
40
  }
41
41
  [data-style='zen-sumi'] [data-status-group][data-severity='info'] [data-status-header] {
42
- @apply text-info-z5;
42
+ @apply text-info;
43
43
  }
44
44
  [data-style='zen-sumi'] [data-status-group][data-severity='success'] [data-status-header] {
45
- @apply text-success-z5;
45
+ @apply text-success;
46
46
  }
47
47
 
48
48
  /* ── @rokkit/forms StatusList: item colors ── */
49
49
 
50
50
  [data-style='zen-sumi'] [data-status-item][data-status='error'] {
51
- @apply text-error-z7;
51
+ @apply text-error;
52
52
  }
53
53
  [data-style='zen-sumi'] [data-status-item][data-status='warning'] {
54
- @apply text-warning-z7;
54
+ @apply text-warning;
55
55
  }
56
56
  [data-style='zen-sumi'] [data-status-item][data-status='info'] {
57
- @apply text-info-z7;
57
+ @apply text-info;
58
58
  }
59
59
  [data-style='zen-sumi'] [data-status-item][data-status='success'] {
60
- @apply text-success-z7;
60
+ @apply text-success;
61
61
  }
62
62
 
63
63
  /* Count badge */
64
64
  [data-style='zen-sumi'] [data-status-count] {
65
- @apply text-ink-z5 bg-none font-medium;
65
+ @apply text-paper-edge bg-none font-medium;
66
66
  }
@@ -3,38 +3,38 @@
3
3
  /* ── Number circles ── */
4
4
 
5
5
  [data-style='zen-sumi'] [data-step-item][data-step-state='complete'] [data-step-number] {
6
- @apply bg-primary-z5 border-primary-z5 text-on-primary bg-none;
6
+ @apply bg-primary border-primary text-on-primary bg-none;
7
7
  }
8
8
 
9
9
  [data-style='zen-sumi'] [data-step-item][data-step-state='current'] [data-step-number] {
10
- @apply bg-transparent border-primary-z4 text-primary-z6 bg-none;
10
+ @apply bg-transparent border-primary text-primary bg-none;
11
11
  }
12
12
 
13
13
  [data-style='zen-sumi'] [data-step-item][data-step-state='upcoming'] [data-step-number] {
14
- @apply bg-transparent border-surface-z2 text-ink-z5 bg-none;
14
+ @apply bg-transparent border-paper-mute text-paper-edge bg-none;
15
15
  }
16
16
 
17
17
  /* ── Labels ── */
18
18
 
19
19
  [data-style='zen-sumi'] [data-step-item][data-step-state='complete'] [data-step-label] {
20
- @apply text-primary-z6 bg-none;
20
+ @apply text-primary bg-none;
21
21
  }
22
22
 
23
23
  [data-style='zen-sumi'] [data-step-item][data-step-state='current'] [data-step-label] {
24
- @apply text-ink-z1 font-medium bg-none;
24
+ @apply text-ink-mute font-medium bg-none;
25
25
  }
26
26
 
27
27
  [data-style='zen-sumi'] [data-step-item][data-step-state='upcoming'] [data-step-label] {
28
- @apply text-surface-z4 bg-none;
28
+ @apply text-paper-edge bg-none;
29
29
  }
30
30
 
31
31
  /* ── Connector lines ── */
32
32
 
33
33
  [data-style='zen-sumi'] [data-step-item][data-step-state='complete']::after {
34
- @apply bg-primary-z4;
34
+ @apply bg-primary;
35
35
  }
36
36
 
37
37
  [data-style='zen-sumi'] [data-step-item][data-step-state='current']::after,
38
38
  [data-style='zen-sumi'] [data-step-item][data-step-state='upcoming']::after {
39
- @apply bg-surface-z2;
39
+ @apply bg-paper-mute;
40
40
  }
@@ -5,17 +5,17 @@
5
5
 
6
6
  [data-style='zen-sumi'] [data-swatch-item][data-selected] {
7
7
  background: transparent;
8
- @apply outline-primary-z5;
8
+ @apply outline-primary;
9
9
  }
10
10
 
11
11
  [data-style='zen-sumi']
12
12
  [data-swatch-item]:hover:not(:disabled):not([data-disabled]):not([data-selected]),
13
13
  [data-style='zen-sumi']
14
14
  [data-swatch-item]:focus-visible:not(:disabled):not([data-disabled]):not([data-selected]) {
15
- @apply outline-surface-z4;
15
+ @apply outline-paper-edge;
16
16
  }
17
17
 
18
18
  [data-style='zen-sumi'] [data-swatch-item][data-selected]:focus-visible {
19
- @apply outline-primary-z6;
19
+ @apply outline-primary;
20
20
  outline-offset: 3px;
21
21
  }
@@ -6,13 +6,13 @@
6
6
  */
7
7
 
8
8
  [data-style='zen-sumi'] [data-switch-track] {
9
- @apply bg-surface-z3 border-0;
9
+ @apply bg-paper-mute border-0;
10
10
  background-image: none;
11
11
  }
12
12
 
13
13
  [data-style='zen-sumi'] [data-switch] [data-switch-thumb] {
14
14
  --switch-thumb-travel: 1.25rem;
15
- @apply bg-surface-z0;
15
+ @apply bg-paper;
16
16
  }
17
17
 
18
18
  [data-style='zen-sumi'] [data-switch]:focus-visible [data-switch-track] {
@@ -21,14 +21,14 @@
21
21
 
22
22
  /* On state — shu vermillion */
23
23
  [data-style='zen-sumi'] [data-switch][aria-checked='true'] [data-switch-track] {
24
- @apply bg-primary-z5 border-0;
24
+ @apply bg-primary border-0;
25
25
  background-image: none;
26
26
  }
27
27
 
28
28
  [data-style='zen-sumi'] [data-switch][aria-checked='true'] [data-switch-thumb] {
29
- @apply bg-surface-z0;
29
+ @apply bg-paper;
30
30
  }
31
31
 
32
32
  [data-style='zen-sumi'] [data-switch-label] {
33
- @apply text-ink-z3;
33
+ @apply text-ink-soft;
34
34
  }
@@ -10,7 +10,7 @@
10
10
  ============================================================================= */
11
11
 
12
12
  [data-style='zen-sumi'] [data-table-header] th {
13
- @apply text-ink-z5 border-surface-z2 border-b bg-transparent;
13
+ @apply text-ink-soft border-paper-mute border-b bg-transparent;
14
14
  font-size: 0.6875rem;
15
15
  font-weight: 600;
16
16
  letter-spacing: 0.05em;
@@ -18,16 +18,16 @@
18
18
  }
19
19
 
20
20
  [data-style='zen-sumi'] [data-table-header-cell][data-sortable='true']:hover {
21
- @apply text-ink-z2;
21
+ @apply text-ink-mute;
22
22
  }
23
23
 
24
24
  [data-style='zen-sumi'] [data-table-header-cell][data-sort-order='ascending'],
25
25
  [data-style='zen-sumi'] [data-table-header-cell][data-sort-order='descending'] {
26
- @apply text-primary-z6;
26
+ @apply text-primary;
27
27
  }
28
28
 
29
29
  [data-style='zen-sumi'] [data-table-sort-icon] {
30
- @apply text-surface-z4;
30
+ @apply text-ink-faint;
31
31
  }
32
32
 
33
33
  [data-style='zen-sumi']
@@ -36,7 +36,7 @@
36
36
  [data-style='zen-sumi']
37
37
  [data-table-header-cell][data-sort-order='descending']
38
38
  [data-table-sort-icon] {
39
- @apply text-primary-z5;
39
+ @apply text-primary;
40
40
  }
41
41
 
42
42
  /* =============================================================================
@@ -44,7 +44,7 @@
44
44
  ============================================================================= */
45
45
 
46
46
  [data-style='zen-sumi'] [data-table-caption] {
47
- @apply text-ink-z4;
47
+ @apply text-ink-soft;
48
48
  }
49
49
 
50
50
  /* =============================================================================
@@ -52,20 +52,20 @@
52
52
  ============================================================================= */
53
53
 
54
54
  [data-style='zen-sumi'] [data-table-row] {
55
- @apply text-ink-z3 border-surface-z2 border-b;
55
+ @apply text-ink-soft border-paper-mute border-b;
56
56
  }
57
57
 
58
58
  [data-style='zen-sumi'] [data-table-row]:hover {
59
- @apply bg-surface-z1 text-ink-z2 bg-none;
59
+ @apply bg-paper-soft text-ink-mute bg-none;
60
60
  }
61
61
 
62
62
  [data-style='zen-sumi'] [data-table-row]:focus {
63
- @apply text-ink-z1 bg-none outline-none;
63
+ @apply text-ink-mute bg-none outline-none;
64
64
  box-shadow: inset 0 0 0 1px var(--color-surface-z4);
65
65
  }
66
66
 
67
67
  [data-style='zen-sumi'] [data-table-row][data-selected='true'] {
68
- @apply text-primary-z7 border-l-primary-z4 border-l-2 bg-none;
68
+ @apply text-primary border-l-primary border-l-2 bg-none;
69
69
  }
70
70
 
71
71
  /* =============================================================================
@@ -73,7 +73,7 @@
73
73
  ============================================================================= */
74
74
 
75
75
  [data-style='zen-sumi'] [data-table-striped] [data-table-body] tr:nth-child(even) {
76
- @apply bg-surface-z1;
76
+ @apply bg-paper-soft;
77
77
  }
78
78
 
79
79
  /* =============================================================================
@@ -81,7 +81,7 @@
81
81
  ============================================================================= */
82
82
 
83
83
  [data-style='zen-sumi'] [data-table-empty] {
84
- @apply text-ink-z5;
84
+ @apply text-ink-soft;
85
85
  }
86
86
 
87
87
  /* =============================================================================
@@ -89,11 +89,11 @@
89
89
  ============================================================================= */
90
90
 
91
91
  [data-style='zen-sumi'] [data-table-cell] [data-cell-icon] {
92
- @apply text-ink-z5;
92
+ @apply text-ink-soft;
93
93
  }
94
94
 
95
95
  [data-style='zen-sumi'] [data-table-row][data-selected='true'] [data-cell-icon] {
96
- @apply text-primary-z5;
96
+ @apply text-primary;
97
97
  }
98
98
 
99
99
  /* =============================================================================
@@ -102,11 +102,11 @@
102
102
 
103
103
  @media (max-width: 639px) {
104
104
  [data-style='zen-sumi'] [data-table-responsive] [data-table-row] {
105
- @apply border-surface-z2 border bg-none;
105
+ @apply border-paper-mute border bg-none;
106
106
  }
107
107
 
108
108
  [data-style='zen-sumi'] [data-table-responsive] [data-table-cell]::before {
109
- @apply text-ink-z5;
109
+ @apply text-ink-soft;
110
110
  }
111
111
 
112
112
  [data-style='zen-sumi']
@@ -11,7 +11,7 @@
11
11
  ============================================================================= */
12
12
 
13
13
  [data-style='zen-sumi'] [data-tabs-list] {
14
- @apply bg-surface-z1 gap-1 border-0 p-1;
14
+ @apply bg-paper-soft gap-1 border-0 p-1;
15
15
  border-radius: var(--radius-md, 0.375rem);
16
16
  }
17
17
 
@@ -24,7 +24,7 @@
24
24
  ============================================================================= */
25
25
 
26
26
  [data-style='zen-sumi'] [data-tabs-trigger] {
27
- @apply text-ink-z4 bg-transparent border-0;
27
+ @apply text-ink-soft bg-transparent border-0;
28
28
  font-weight: 400;
29
29
  border-radius: var(--radius-sm, 0.125rem);
30
30
  transition:
@@ -33,11 +33,11 @@
33
33
  }
34
34
 
35
35
  [data-style='zen-sumi'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
36
- @apply bg-surface-z2 text-ink-z2;
36
+ @apply bg-paper-mute text-ink-mute;
37
37
  }
38
38
 
39
39
  [data-style='zen-sumi'] [data-tabs-trigger][data-selected] {
40
- @apply bg-surface-z9 text-surface-z0 bg-none;
40
+ @apply bg-ink text-paper bg-none;
41
41
  font-weight: 500;
42
42
  }
43
43
 
@@ -58,15 +58,15 @@
58
58
  ============================================================================= */
59
59
 
60
60
  [data-style='zen-sumi'] [data-tabs-trigger] [data-tabs-icon] {
61
- @apply text-surface-z4;
61
+ @apply text-paper-edge;
62
62
  }
63
63
 
64
64
  [data-style='zen-sumi'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
65
- @apply text-ink-z4;
65
+ @apply text-ink-soft;
66
66
  }
67
67
 
68
68
  [data-style='zen-sumi'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
69
- @apply text-surface-z1;
69
+ @apply text-paper-soft;
70
70
  }
71
71
 
72
72
  /* =============================================================================
@@ -74,5 +74,5 @@
74
74
  ============================================================================= */
75
75
 
76
76
  [data-style='zen-sumi'] [data-tabs-content] {
77
- @apply text-ink-z2;
77
+ @apply text-ink-mute;
78
78
  }
@@ -10,7 +10,7 @@
10
10
  ============================================================================= */
11
11
 
12
12
  [data-style='zen-sumi'] [data-timeline-circle] {
13
- @apply border-surface-z3 text-ink-z5;
13
+ @apply border-paper-mute text-paper-edge;
14
14
  }
15
15
 
16
16
  [data-style='zen-sumi'] [data-timeline-item][data-completed] [data-timeline-circle] {
@@ -26,7 +26,7 @@
26
26
  ============================================================================= */
27
27
 
28
28
  [data-style='zen-sumi'] [data-timeline-connector] {
29
- @apply bg-surface-z2;
29
+ @apply bg-paper-mute;
30
30
  }
31
31
 
32
32
  [data-style='zen-sumi'] [data-timeline-item][data-completed] [data-timeline-connector] {
@@ -38,9 +38,9 @@
38
38
  ============================================================================= */
39
39
 
40
40
  [data-style='zen-sumi'] [data-timeline-title] {
41
- @apply text-ink-z2;
41
+ @apply text-ink-mute;
42
42
  }
43
43
 
44
44
  [data-style='zen-sumi'] [data-timeline-description] {
45
- @apply text-ink-z5;
45
+ @apply text-paper-edge;
46
46
  }