@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.
- package/build.mjs +4 -2
- package/package.json +3 -2
- package/src/base/carousel.css +2 -1
- package/src/base/code-block.css +76 -0
- package/src/base/display.css +16 -8
- package/src/base/frame.css +36 -0
- package/src/base/index.css +2 -0
- package/src/base/input.css +49 -10
- package/src/base/nav-content.css +3 -3
- package/src/base/stepper.css +14 -7
- package/src/base/tabs.css +15 -2
- package/src/base/typography.css +32 -13
- package/src/frosted/button.css +27 -27
- package/src/frosted/card.css +8 -8
- package/src/frosted/chart.css +6 -6
- package/src/frosted/code-block.css +33 -0
- package/src/frosted/dropdown.css +9 -9
- package/src/frosted/floating-action.css +10 -10
- package/src/frosted/floating-navigation.css +13 -13
- package/src/frosted/frame.css +17 -0
- package/src/frosted/index.css +2 -0
- package/src/frosted/input.css +16 -16
- package/src/frosted/list.css +25 -25
- package/src/frosted/menu.css +13 -13
- package/src/frosted/message.css +8 -8
- package/src/frosted/range.css +8 -8
- package/src/frosted/search-filter.css +8 -8
- package/src/frosted/select.css +31 -31
- package/src/frosted/status-list.css +17 -17
- package/src/frosted/step-indicator.css +8 -8
- package/src/frosted/swatch.css +3 -3
- package/src/frosted/switch.css +3 -3
- package/src/frosted/table.css +16 -16
- package/src/frosted/tabs.css +8 -8
- package/src/frosted/timeline.css +5 -5
- package/src/frosted/toc.css +4 -4
- package/src/frosted/toggle.css +7 -7
- package/src/frosted/toolbar.css +15 -15
- package/src/frosted/tree.css +19 -19
- package/src/material/button.css +29 -29
- package/src/material/card.css +12 -12
- package/src/material/chart.css +6 -6
- package/src/material/code-block.css +33 -0
- package/src/material/dropdown.css +11 -11
- package/src/material/floating-action.css +10 -10
- package/src/material/floating-navigation.css +13 -13
- package/src/material/frame.css +17 -0
- package/src/material/index.css +2 -0
- package/src/material/input.css +21 -21
- package/src/material/list.css +23 -23
- package/src/material/menu.css +16 -16
- package/src/material/message.css +8 -8
- package/src/material/range.css +8 -8
- package/src/material/search-filter.css +8 -8
- package/src/material/select.css +31 -31
- package/src/material/status-list.css +17 -17
- package/src/material/step-indicator.css +8 -8
- package/src/material/swatch.css +3 -3
- package/src/material/switch.css +6 -6
- package/src/material/table.css +16 -16
- package/src/material/tabs.css +7 -7
- package/src/material/timeline.css +5 -5
- package/src/material/toc.css +4 -4
- package/src/material/toggle.css +6 -6
- package/src/material/toolbar.css +11 -11
- package/src/material/tree.css +17 -17
- package/src/minimal/button.css +30 -30
- package/src/minimal/card.css +13 -13
- package/src/minimal/chart.css +6 -6
- package/src/minimal/code-block.css +33 -0
- package/src/minimal/dropdown.css +11 -11
- package/src/minimal/floating-action.css +10 -10
- package/src/minimal/floating-navigation.css +12 -12
- package/src/minimal/frame.css +17 -0
- package/src/minimal/index.css +2 -0
- package/src/minimal/input.css +24 -24
- package/src/minimal/list.css +52 -26
- package/src/minimal/menu.css +15 -15
- package/src/minimal/message.css +8 -8
- package/src/minimal/range.css +7 -7
- package/src/minimal/search-filter.css +8 -8
- package/src/minimal/select.css +27 -27
- package/src/minimal/status-list.css +17 -17
- package/src/minimal/step-indicator.css +8 -8
- package/src/minimal/swatch.css +3 -3
- package/src/minimal/switch.css +6 -6
- package/src/minimal/table.css +16 -16
- package/src/minimal/tabs.css +14 -14
- package/src/minimal/timeline.css +4 -4
- package/src/minimal/toc.css +4 -4
- package/src/minimal/toggle.css +7 -7
- package/src/minimal/toolbar.css +14 -14
- package/src/minimal/tree.css +24 -18
- package/src/rokkit/avatar.css +6 -6
- package/src/rokkit/badge.css +5 -5
- package/src/rokkit/button.css +55 -37
- package/src/rokkit/card.css +11 -11
- package/src/rokkit/chart.css +6 -6
- package/src/rokkit/code-block.css +33 -0
- package/src/rokkit/connector.css +1 -1
- package/src/rokkit/divider.css +5 -5
- package/src/rokkit/dropdown.css +11 -11
- package/src/rokkit/floating-action.css +11 -11
- package/src/rokkit/floating-navigation.css +15 -15
- package/src/rokkit/frame.css +17 -0
- package/src/rokkit/grid.css +8 -8
- package/src/rokkit/index.css +2 -0
- package/src/rokkit/input.css +17 -17
- package/src/rokkit/list.css +24 -24
- package/src/rokkit/menu.css +14 -14
- package/src/rokkit/message.css +12 -12
- package/src/rokkit/range.css +10 -10
- package/src/rokkit/search-filter.css +8 -8
- package/src/rokkit/select.css +34 -34
- package/src/rokkit/status-list.css +17 -17
- package/src/rokkit/step-indicator.css +8 -8
- package/src/rokkit/swatch.css +3 -3
- package/src/rokkit/switch.css +6 -6
- package/src/rokkit/table.css +16 -16
- package/src/rokkit/tabs.css +31 -28
- package/src/rokkit/timeline.css +5 -5
- package/src/rokkit/toc.css +4 -4
- package/src/rokkit/toggle.css +21 -10
- package/src/rokkit/toolbar.css +15 -15
- package/src/rokkit/tooltip.css +1 -1
- package/src/rokkit/tree.css +23 -23
- package/src/rokkit/upload-progress.css +18 -18
- package/src/rokkit/upload-target.css +8 -8
- package/src/zen-sumi/button.css +29 -29
- package/src/zen-sumi/card.css +12 -12
- package/src/zen-sumi/chart.css +6 -6
- package/src/zen-sumi/code-block.css +35 -0
- package/src/zen-sumi/dropdown.css +10 -10
- package/src/zen-sumi/floating-action.css +7 -7
- package/src/zen-sumi/floating-navigation.css +11 -11
- package/src/zen-sumi/frame.css +20 -0
- package/src/zen-sumi/index.css +2 -0
- package/src/zen-sumi/input.css +49 -23
- package/src/zen-sumi/list.css +20 -20
- package/src/zen-sumi/menu.css +14 -14
- package/src/zen-sumi/message.css +8 -8
- package/src/zen-sumi/range.css +7 -7
- package/src/zen-sumi/search-filter.css +8 -8
- package/src/zen-sumi/select.css +26 -26
- package/src/zen-sumi/status-list.css +17 -17
- package/src/zen-sumi/step-indicator.css +8 -8
- package/src/zen-sumi/swatch.css +3 -3
- package/src/zen-sumi/switch.css +5 -5
- package/src/zen-sumi/table.css +16 -16
- package/src/zen-sumi/tabs.css +8 -8
- package/src/zen-sumi/timeline.css +4 -4
- package/src/zen-sumi/toc.css +4 -4
- package/src/zen-sumi/toggle.css +18 -10
- package/src/zen-sumi/toolbar.css +14 -14
- package/src/zen-sumi/tree.css +16 -16
package/src/zen-sumi/range.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
============================================================================= */
|
|
11
11
|
|
|
12
12
|
[data-style='zen-sumi'] [data-range-bar] {
|
|
13
|
-
@apply bg-
|
|
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-
|
|
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-
|
|
41
|
+
@apply text-paper-edge;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
[data-style='zen-sumi'] [data-tick-bar] {
|
|
45
|
-
@apply border-
|
|
45
|
+
@apply border-paper-mute;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
[data-style='zen-sumi'] [data-tick-label] {
|
|
49
|
-
@apply text-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
16
|
+
@apply border-ink-soft outline-none;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[data-style='zen-sumi'] [data-search-input]::placeholder {
|
|
20
|
-
@apply text-
|
|
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-
|
|
28
|
+
@apply text-paper-edge;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
[data-style='zen-sumi'] [data-search-clear]:hover {
|
|
32
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
44
|
+
@apply text-paper-edge;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
[data-style='zen-sumi'] [data-search-tag-remove]:hover {
|
|
48
|
-
@apply text-ink-
|
|
48
|
+
@apply text-ink-mute;
|
|
49
49
|
}
|
package/src/zen-sumi/select.css
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================================================= */
|
|
12
12
|
|
|
13
13
|
[data-style='zen-sumi'] [data-select-trigger] {
|
|
14
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
59
|
+
@apply text-paper-edge;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
[data-style='zen-sumi'] [data-select-tag-remove]:hover {
|
|
63
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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
|
|
101
|
+
@apply text-primary;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/* Checkbox */
|
|
105
105
|
[data-style='zen-sumi'] [data-select-checkbox] {
|
|
106
|
-
@apply border-
|
|
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
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
143
|
+
@apply bg-paper;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
[data-style='zen-sumi'] [data-select-filter-input] {
|
|
147
|
-
@apply text-ink-
|
|
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-
|
|
151
|
+
@apply border-ink-soft;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
[data-style='zen-sumi'] [data-select-filter-input]::placeholder {
|
|
155
|
-
@apply text-
|
|
155
|
+
@apply text-paper-edge;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
[data-style='zen-sumi'] [data-select-empty] {
|
|
159
|
-
@apply text-
|
|
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
|
|
8
|
+
@apply text-success;
|
|
9
9
|
}
|
|
10
10
|
[data-style='zen-sumi'] [data-status-item][data-status='fail'] span {
|
|
11
|
-
@apply text-error
|
|
11
|
+
@apply text-error;
|
|
12
12
|
}
|
|
13
13
|
[data-style='zen-sumi'] [data-status-item][data-status='warn'] span {
|
|
14
|
-
@apply text-warning
|
|
14
|
+
@apply text-warning;
|
|
15
15
|
}
|
|
16
16
|
[data-style='zen-sumi'] [data-status-item][data-status='unknown'] span {
|
|
17
|
-
@apply text-
|
|
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
|
|
21
|
+
@apply text-success;
|
|
22
22
|
}
|
|
23
23
|
[data-style='zen-sumi'] [data-status-item][data-status='fail'] {
|
|
24
|
-
@apply text-error
|
|
24
|
+
@apply text-error;
|
|
25
25
|
}
|
|
26
26
|
[data-style='zen-sumi'] [data-status-item][data-status='warn'] {
|
|
27
|
-
@apply text-warning
|
|
27
|
+
@apply text-warning;
|
|
28
28
|
}
|
|
29
29
|
[data-style='zen-sumi'] [data-status-item][data-status='unknown'] {
|
|
30
|
-
@apply text-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
51
|
+
@apply text-error;
|
|
52
52
|
}
|
|
53
53
|
[data-style='zen-sumi'] [data-status-item][data-status='warning'] {
|
|
54
|
-
@apply text-warning
|
|
54
|
+
@apply text-warning;
|
|
55
55
|
}
|
|
56
56
|
[data-style='zen-sumi'] [data-status-item][data-status='info'] {
|
|
57
|
-
@apply text-info
|
|
57
|
+
@apply text-info;
|
|
58
58
|
}
|
|
59
59
|
[data-style='zen-sumi'] [data-status-item][data-status='success'] {
|
|
60
|
-
@apply text-success
|
|
60
|
+
@apply text-success;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/* Count badge */
|
|
64
64
|
[data-style='zen-sumi'] [data-status-count] {
|
|
65
|
-
@apply text-
|
|
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
|
|
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
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
39
|
+
@apply bg-paper-mute;
|
|
40
40
|
}
|
package/src/zen-sumi/swatch.css
CHANGED
|
@@ -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
|
|
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-
|
|
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
|
|
19
|
+
@apply outline-primary;
|
|
20
20
|
outline-offset: 3px;
|
|
21
21
|
}
|
package/src/zen-sumi/switch.css
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
[data-style='zen-sumi'] [data-switch-track] {
|
|
9
|
-
@apply bg-
|
|
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-
|
|
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
|
|
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-
|
|
29
|
+
@apply bg-paper;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
[data-style='zen-sumi'] [data-switch-label] {
|
|
33
|
-
@apply text-ink-
|
|
33
|
+
@apply text-ink-soft;
|
|
34
34
|
}
|
package/src/zen-sumi/table.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
============================================================================= */
|
|
11
11
|
|
|
12
12
|
[data-style='zen-sumi'] [data-table-header] th {
|
|
13
|
-
@apply text-ink-
|
|
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-
|
|
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
|
|
26
|
+
@apply text-primary;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
[data-style='zen-sumi'] [data-table-sort-icon] {
|
|
30
|
-
@apply text-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
109
|
+
@apply text-ink-soft;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
[data-style='zen-sumi']
|
package/src/zen-sumi/tabs.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
============================================================================= */
|
|
12
12
|
|
|
13
13
|
[data-style='zen-sumi'] [data-tabs-list] {
|
|
14
|
-
@apply bg-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
41
|
+
@apply text-ink-mute;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
[data-style='zen-sumi'] [data-timeline-description] {
|
|
45
|
-
@apply text-
|
|
45
|
+
@apply text-paper-edge;
|
|
46
46
|
}
|