@ztwoint/z-ui 0.1.47 → 0.1.49
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/dist/components/alert/alert.const.d.ts +0 -3
- package/dist/components/alert/alert.const.js +16 -31
- package/dist/components/alert/alert.js +32 -44
- package/dist/components/button/button.d.ts +3 -3
- package/dist/components/button/button.js +58 -58
- package/dist/components/collapsible-side-nav-bar/side-nav-bar-header.js +17 -17
- package/dist/components/nav-header/nav-item/nav-item.d.ts +4 -2
- package/dist/components/nav-header/nav-item/nav-item.js +29 -28
- package/dist/components/select/z2-select.js +131 -78
- package/dist/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.d.ts +10 -0
- package/dist/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.js +33 -0
- package/dist/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.utils.d.ts +13 -0
- package/dist/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.utils.js +20 -0
- package/dist/components/table/components/table-filter/table-filter-button.js +81 -60
- package/dist/components/table/components/table-filter/table-filter-column-button.js +85 -56
- package/dist/components/table/components/table-filter/table-filter.context.d.ts +1 -0
- package/dist/components/table/components/table-filter/table-filter.hook.d.ts +1 -0
- package/dist/components/table/components/table-filter/table-filter.hook.js +17 -14
- package/dist/components/table/components/table-footer.js +6 -6
- package/dist/components/table/components/table-header/table-header.js +27 -33
- package/dist/components/table/table.const.d.ts +10 -6
- package/dist/components/table/table.const.js +10 -6
- package/dist/components/table/table.js +39 -28
- package/dist/components/table-card/table-card.js +2 -2
- package/dist/components/tooltip/tooltip.js +24 -22
- package/dist/css/config/colors/backgrounds.css +8 -8
- package/dist/css/config/colors/components/avatar.css +12 -12
- package/dist/css/config/colors/components/badge.css +42 -42
- package/dist/css/config/colors/components/checkbox.css +2 -2
- package/dist/css/config/colors/components/featured-icon.css +18 -18
- package/dist/css/config/colors/components/progress-bar.css +2 -2
- package/dist/css/config/colors/components/radio-button.css +2 -2
- package/dist/css/config/colors/components/scroll-overlay.css +4 -4
- package/dist/css/config/colors/components/tab.css +7 -7
- package/dist/css/config/colors/components/toggle-switch.css +1 -1
- package/dist/css/config/colors/components/toggle.css +6 -6
- package/dist/css/config/colors/icons.css +20 -20
- package/dist/css/config/colors/overlay.css +1 -1
- package/dist/css/config/colors/semantic/alert.css +44 -0
- package/dist/css/config/colors/semantic/background.css +51 -0
- package/dist/css/config/colors/semantic/base.css +395 -0
- package/dist/css/config/colors/semantic/button.css +131 -0
- package/dist/css/config/colors/semantic/drop-shadow.css +30 -0
- package/dist/css/config/colors/semantic/dropdown.css +12 -0
- package/dist/css/config/colors/semantic/index.css +16 -0
- package/dist/css/config/colors/semantic/input.css +56 -0
- package/dist/css/config/colors/semantic/overlay.css +13 -0
- package/dist/css/config/colors/semantic/stroke.css +90 -0
- package/dist/css/config/colors/semantic/surface.css +135 -0
- package/dist/css/config/colors/semantic/text.css +113 -0
- package/dist/css/config/colors/semantic/tooltip.css +12 -0
- package/dist/css/config/colors/shape.css +40 -40
- package/dist/css/config/colors/stroke.css +19 -19
- package/dist/css/config/colors/surfaces.css +47 -47
- package/dist/css/config/colors/text.css +37 -37
- package/dist/css/config/components/index.css +0 -2
- package/dist/css/config/config-deprecated.css +3 -5
- package/dist/css/config/config.css +5 -3
- package/dist/css/config/other-variables.css +9 -0
- package/dist/css/config/shadows.css +15 -0
- package/dist/css/config/typography/2xl.css +7 -14
- package/dist/css/config/typography/3xl.css +7 -14
- package/dist/css/config/typography/4xl.css +7 -14
- package/dist/css/config/typography/base.css +7 -14
- package/dist/css/config/typography/lg.css +7 -14
- package/dist/css/config/typography/sm.css +7 -14
- package/dist/css/config/typography/xl.css +7 -14
- package/dist/css/config/typography/xs.css +7 -14
- package/dist/css/styles/tailwind.css +1 -1
- package/dist/types/components/alert/alert.const.d.ts +0 -3
- package/dist/types/components/button/button.d.ts +3 -3
- package/dist/types/components/nav-header/nav-item/nav-item.d.ts +4 -2
- package/dist/types/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.d.ts +10 -0
- package/dist/types/components/table/components/table-filter/close-filter-confirm/filter-confirmation-dialog.utils.d.ts +13 -0
- package/dist/types/components/table/components/table-filter/table-filter.context.d.ts +1 -0
- package/dist/types/components/table/components/table-filter/table-filter.hook.d.ts +1 -0
- package/dist/types/components/table/table.const.d.ts +10 -6
- package/package.json +1 -1
- package/dist/css/config/colors/components/alert.css +0 -84
- package/dist/css/config/colors/components/button.css +0 -93
- package/dist/css/config/colors/components/select.css +0 -128
- package/dist/css/config/colors/components/text-button.css +0 -67
- package/dist/css/config/colors/defaults.css +0 -393
- package/dist/css/config/colors/semantic-colors.css +0 -353
- package/dist/css/config/components/button.css +0 -160
- package/dist/css/config/components/input.css +0 -56
- /package/dist/css/config/typography/{typography.css → index.css} +0 -0
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
/* Semantic Colors - Design System Foundation */
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
/* Background Colors - Neutral */
|
|
5
|
-
--background-neutral-default: var(--neutral-0);
|
|
6
|
-
--background-neutral-on-top: var(--neutral-0);
|
|
7
|
-
--background-neutral-light: var(--neutral-25);
|
|
8
|
-
--background-neutral-medium: var(--neutral-50);
|
|
9
|
-
--background-neutral-high: var(--neutral-100);
|
|
10
|
-
--background-neutral-pressed: var(--neutral-75);
|
|
11
|
-
--background-neutral-hover: var(--neutral-50);
|
|
12
|
-
--background-neutral-focused: var(--neutral-25);
|
|
13
|
-
/* Surface Colors - Neutral */
|
|
14
|
-
--surface-neutral-default: var(--neutral-0);
|
|
15
|
-
--surface-neutral-hover: var(--neutral-75);
|
|
16
|
-
--surface-neutral-pressed: var(--neutral-100);
|
|
17
|
-
--surface-neutral-focused: var(--neutral-75);
|
|
18
|
-
--surface-neutral-disabled: var(--neutral-100);
|
|
19
|
-
|
|
20
|
-
/* Surface Colors - Accent */
|
|
21
|
-
--surface-accent-default: var(--blue-600);
|
|
22
|
-
--surface-accent-hover: var(--blue-800);
|
|
23
|
-
--surface-accent-pressed: var(--blue-400);
|
|
24
|
-
--surface-accent-disabled: var(--neutral-100);
|
|
25
|
-
|
|
26
|
-
/* Surface Colors - Danger */
|
|
27
|
-
--surface-danger-default: var(--red-600);
|
|
28
|
-
--surface-danger-hover: var(--red-800);
|
|
29
|
-
--surface-danger-pressed: var(--red-400);
|
|
30
|
-
--surface-danger-disabled: var(--neutral-100);
|
|
31
|
-
|
|
32
|
-
/* Surface Colors - Success */
|
|
33
|
-
--surface-success-default: var(--green-600);
|
|
34
|
-
--surface-success-hover: var(--green-800);
|
|
35
|
-
--surface-success-pressed: var(--green-400);
|
|
36
|
-
--surface-success-disabled: var(--neutral-100);
|
|
37
|
-
|
|
38
|
-
/* Surface Colors - Warning */
|
|
39
|
-
--surface-warning-default: var(--amber-600);
|
|
40
|
-
--surface-warning-hover: var(--amber-800);
|
|
41
|
-
--surface-warning-pressed: var(--amber-400);
|
|
42
|
-
--surface-warning-disabled: var(--neutral-100);
|
|
43
|
-
|
|
44
|
-
/* Surface Colors - Purple */
|
|
45
|
-
--surface-purple-default: var(--violet-600);
|
|
46
|
-
--surface-purple-hover: var(--violet-700);
|
|
47
|
-
--surface-purple-pressed: var(--violet-400);
|
|
48
|
-
--surface-purple-disabled: var(--neutral-100);
|
|
49
|
-
|
|
50
|
-
/* Surface Colors - Inverted */
|
|
51
|
-
--surface-inverted-default: var(--alpha-two-150);
|
|
52
|
-
--surface-inverted-hover: var(--alpha-two-300);
|
|
53
|
-
--surface-inverted-pressed: var(--neutral-0);
|
|
54
|
-
--surface-inverted-disabled: var(--neutral-100);
|
|
55
|
-
|
|
56
|
-
/* Stroke Colors - Solid */
|
|
57
|
-
--stroke-solid-light: var(--neutral-100);
|
|
58
|
-
--stroke-solid-medium: var(--neutral-150);
|
|
59
|
-
--stroke-solid-high: var(--neutral-200);
|
|
60
|
-
--stroke-solid-hover: var(--neutral-300);
|
|
61
|
-
--stroke-solid-active: var(--blue-600);
|
|
62
|
-
--stroke-solid-attention: var(--neutral-950);
|
|
63
|
-
--stroke-solid-highlight: var(--blue-300);
|
|
64
|
-
|
|
65
|
-
/* Stroke Colors - Transparent */
|
|
66
|
-
--stroke-transparent-light: var(--alpha-one-100);
|
|
67
|
-
--stroke-transparent-medium: var(--alpha-one-150);
|
|
68
|
-
--stroke-transparent-high: var(--alpha-one-200);
|
|
69
|
-
--stroke-transparent-hover: var(--alpha-one-300);
|
|
70
|
-
--stroke-transparent-active: var(--blue-600);
|
|
71
|
-
--stroke-transparent-attention: var(--neutral-950);
|
|
72
|
-
--stroke-transparent-highlight: var(--blue-300);
|
|
73
|
-
|
|
74
|
-
/* Stroke Colors - Inverted */
|
|
75
|
-
--stroke-inverted-default: var(--alpha-two-100);
|
|
76
|
-
--stroke-inverted-hover: var(--alpha-two-300);
|
|
77
|
-
--stroke-inverted-active: var(--blue-500);
|
|
78
|
-
--stroke-inverted-attention: var(--amber-500);
|
|
79
|
-
--stroke-inverted-highlight: var(--blue-200);
|
|
80
|
-
|
|
81
|
-
/* Overlay */
|
|
82
|
-
--overlay-default: var(--alpha-one-500);
|
|
83
|
-
|
|
84
|
-
/* Text Colors - Neutral */
|
|
85
|
-
--text-neutral-primary: var(--neutral-950);
|
|
86
|
-
--text-neutral-secondary: var(--neutral-600);
|
|
87
|
-
--text-neutral-muted: var(--neutral-400);
|
|
88
|
-
|
|
89
|
-
/* Text Colors - Inverted */
|
|
90
|
-
--text-inverted-primary: var(--neutral-0);
|
|
91
|
-
--text-inverted-secondary: var(--alpha-two-600);
|
|
92
|
-
--text-inverted-static: var(--neutral-0);
|
|
93
|
-
|
|
94
|
-
/* Text Colors - Brand */
|
|
95
|
-
--text-brand-primary: var(--blue-950);
|
|
96
|
-
--text-brand-secondary: var(--blue-600);
|
|
97
|
-
|
|
98
|
-
/* Text Colors - Success */
|
|
99
|
-
--text-success-primary: var(--green-950);
|
|
100
|
-
--text-success-secondary: var(--green-600);
|
|
101
|
-
|
|
102
|
-
/* Text Colors - Danger */
|
|
103
|
-
--text-danger-primary: var(--red-950);
|
|
104
|
-
--text-danger-secondary: var(--red-600);
|
|
105
|
-
|
|
106
|
-
/* Text Colors - Warning */
|
|
107
|
-
--text-warning-primary: var(--amber-950);
|
|
108
|
-
--text-warning-secondary: var(--amber-600);
|
|
109
|
-
|
|
110
|
-
/* Text Colors - Purple */
|
|
111
|
-
--text-purple-primary: var(--violet-950);
|
|
112
|
-
--text-purple-secondary: var(--violet-600);
|
|
113
|
-
|
|
114
|
-
/* Text Colors - Body */
|
|
115
|
-
--text-body-primary: var(--neutral-950);
|
|
116
|
-
--text-body-long: var(--neutral-800);
|
|
117
|
-
--text-body-short: var(--neutral-700);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.dark {
|
|
121
|
-
/* Background Colors - Neutral - Dark Mode */
|
|
122
|
-
--background-neutral-default: var(--neutral-0);
|
|
123
|
-
--background-neutral-on-top: var(--neutral-50);
|
|
124
|
-
--background-neutral-light: var(--neutral-25);
|
|
125
|
-
--background-neutral-medium: var(--neutral-25);
|
|
126
|
-
--background-neutral-high: var(--neutral-100);
|
|
127
|
-
--background-neutral-pressed: var(--neutral-75);
|
|
128
|
-
--background-neutral-hover: var(--neutral-50);
|
|
129
|
-
--background-neutral-focused: var(--neutral-25);
|
|
130
|
-
/* Surface Colors - Neutral - Dark Mode */
|
|
131
|
-
--surface-neutral-default: var(--neutral-0);
|
|
132
|
-
--surface-neutral-hover: var(--neutral-75);
|
|
133
|
-
--surface-neutral-pressed: var(--neutral-100);
|
|
134
|
-
--surface-neutral-focused: var(--neutral-75);
|
|
135
|
-
--surface-neutral-disabled: var(--neutral-50);
|
|
136
|
-
|
|
137
|
-
/* Surface Colors - Accent - Dark Mode */
|
|
138
|
-
--surface-accent-default: var(--blue-500);
|
|
139
|
-
--surface-accent-hover: var(--blue-700);
|
|
140
|
-
--surface-accent-pressed: var(--blue-400);
|
|
141
|
-
--surface-accent-disabled: var(--neutral-50);
|
|
142
|
-
|
|
143
|
-
/* Surface Colors - Danger - Dark Mode */
|
|
144
|
-
--surface-danger-default: var(--red-500);
|
|
145
|
-
--surface-danger-hover: var(--red-700);
|
|
146
|
-
--surface-danger-pressed: var(--red-400);
|
|
147
|
-
--surface-danger-disabled: var(--neutral-50);
|
|
148
|
-
|
|
149
|
-
/* Surface Colors - Success - Dark Mode */
|
|
150
|
-
--surface-success-default: var(--green-500);
|
|
151
|
-
--surface-success-hover: var(--green-700);
|
|
152
|
-
--surface-success-pressed: var(--green-400);
|
|
153
|
-
--surface-success-disabled: var(--neutral-50);
|
|
154
|
-
|
|
155
|
-
/* Surface Colors - Warning - Dark Mode */
|
|
156
|
-
--surface-warning-default: var(--amber-500);
|
|
157
|
-
--surface-warning-hover: var(--amber-700);
|
|
158
|
-
--surface-warning-pressed: var(--amber-400);
|
|
159
|
-
--surface-warning-disabled: var(--neutral-100);
|
|
160
|
-
|
|
161
|
-
/* Surface Colors - Purple - Dark Mode */
|
|
162
|
-
--surface-purple-default: var(--violet-500);
|
|
163
|
-
--surface-purple-hover: var(--violet-700);
|
|
164
|
-
--surface-purple-pressed: var(--violet-400);
|
|
165
|
-
--surface-purple-disabled: var(--neutral-50);
|
|
166
|
-
|
|
167
|
-
/* Surface Colors - Inverted - Dark Mode */
|
|
168
|
-
--surface-inverted-default: var(--neutral-150);
|
|
169
|
-
--surface-inverted-hover: var(--neutral-300);
|
|
170
|
-
--surface-inverted-pressed: var(--neutral-0);
|
|
171
|
-
--surface-inverted-disabled: var(--neutral-100);
|
|
172
|
-
|
|
173
|
-
/* Stroke Colors - Solid - Dark Mode */
|
|
174
|
-
--stroke-solid-light: var(--neutral-75);
|
|
175
|
-
--stroke-solid-medium: var(--neutral-100);
|
|
176
|
-
--stroke-solid-high: var(--neutral-150);
|
|
177
|
-
--stroke-solid-hover: var(--neutral-200);
|
|
178
|
-
--stroke-solid-active: var(--blue-500);
|
|
179
|
-
--stroke-solid-attention: var(--neutral-950);
|
|
180
|
-
--stroke-solid-highlight: var(--blue-200);
|
|
181
|
-
|
|
182
|
-
/* Stroke Colors - Transparent - Dark Mode */
|
|
183
|
-
--stroke-transparent-light: var(--neutral-75);
|
|
184
|
-
--stroke-transparent-medium: var(--neutral-100);
|
|
185
|
-
--stroke-transparent-high: var(--neutral-150);
|
|
186
|
-
--stroke-transparent-hover: var(--neutral-200);
|
|
187
|
-
--stroke-transparent-active: var(--blue-500);
|
|
188
|
-
--stroke-transparent-attention: var(--neutral-950);
|
|
189
|
-
--stroke-transparent-highlight: var(--blue-200);
|
|
190
|
-
|
|
191
|
-
/* Stroke Colors - Inverted - Dark Mode */
|
|
192
|
-
--stroke-inverted-default: var(--neutral-150);
|
|
193
|
-
--stroke-inverted-hover: var(--neutral-150);
|
|
194
|
-
--stroke-inverted-active: var(--neutral-150);
|
|
195
|
-
--stroke-inverted-attention: var(--neutral-150);
|
|
196
|
-
--stroke-inverted-highlight: var(--neutral-150);
|
|
197
|
-
|
|
198
|
-
/* Overlay - Dark Mode */
|
|
199
|
-
--overlay-default: var(--neutral-50);
|
|
200
|
-
|
|
201
|
-
/* Text Colors - Neutral - Dark Mode */
|
|
202
|
-
--text-neutral-primary: var(--neutral-950);
|
|
203
|
-
--text-neutral-secondary: var(--neutral-500);
|
|
204
|
-
--text-neutral-muted: var(--neutral-400);
|
|
205
|
-
|
|
206
|
-
/* Text Colors - Inverted - Dark Mode */
|
|
207
|
-
--text-inverted-primary: var(--neutral-0);
|
|
208
|
-
--text-inverted-secondary: var(--alpha-one-600);
|
|
209
|
-
--text-inverted-static: var(--neutral-950);
|
|
210
|
-
|
|
211
|
-
/* Text Colors - Brand - Dark Mode */
|
|
212
|
-
--text-brand-primary: var(--blue-950);
|
|
213
|
-
--text-brand-secondary: var(--blue-600);
|
|
214
|
-
|
|
215
|
-
/* Text Colors - Success - Dark Mode */
|
|
216
|
-
--text-success-primary: var(--green-950);
|
|
217
|
-
--text-success-secondary: var(--green-600);
|
|
218
|
-
|
|
219
|
-
/* Text Colors - Danger - Dark Mode */
|
|
220
|
-
--text-danger-primary: var(--red-950);
|
|
221
|
-
--text-danger-secondary: var(--red-600);
|
|
222
|
-
|
|
223
|
-
/* Text Colors - Warning - Dark Mode */
|
|
224
|
-
--text-warning-primary: var(--amber-950);
|
|
225
|
-
--text-warning-secondary: var(--amber-600);
|
|
226
|
-
|
|
227
|
-
/* Text Colors - Purple - Dark Mode */
|
|
228
|
-
--text-purple-primary: var(--violet-950);
|
|
229
|
-
--text-purple-secondary: var(--violet-600);
|
|
230
|
-
|
|
231
|
-
/* Text Colors - Body - Dark Mode */
|
|
232
|
-
--text-body-primary: var(--neutral-0);
|
|
233
|
-
--text-body-long: var(--neutral-800);
|
|
234
|
-
--text-body-short: var(--neutral-700);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/* Tailwind v4 Theme Integration */
|
|
238
|
-
@theme inline {
|
|
239
|
-
/* Background Colors - Neutral */
|
|
240
|
-
--color-background-neutral-default: var(--background-neutral-default);
|
|
241
|
-
--color-background-neutral-on-top: var(--background-neutral-on-top);
|
|
242
|
-
--color-background-neutral-light: var(--background-neutral-light);
|
|
243
|
-
--color-background-neutral-medium: var(--background-neutral-medium);
|
|
244
|
-
--color-background-neutral-high: var(--background-neutral-high);
|
|
245
|
-
--color-background-neutral-pressed: var(--background-neutral-pressed);
|
|
246
|
-
--color-background-neutral-hover: var(--background-neutral-hover);
|
|
247
|
-
--color-background-neutral-focused: var(--background-neutral-focused);
|
|
248
|
-
/* Surface Colors - Neutral */
|
|
249
|
-
--color-surface-neutral-default: var(--surface-neutral-default);
|
|
250
|
-
--color-surface-neutral-hover: var(--surface-neutral-hover);
|
|
251
|
-
--color-surface-neutral-pressed: var(--surface-neutral-pressed);
|
|
252
|
-
--color-surface-neutral-focused: var(--surface-neutral-focused);
|
|
253
|
-
--color-surface-neutral-disabled: var(--surface-neutral-disabled);
|
|
254
|
-
|
|
255
|
-
/* Surface Colors - Accent */
|
|
256
|
-
--color-surface-accent-default: var(--surface-accent-default);
|
|
257
|
-
--color-surface-accent-hover: var(--surface-accent-hover);
|
|
258
|
-
--color-surface-accent-pressed: var(--surface-accent-pressed);
|
|
259
|
-
--color-surface-accent-disabled: var(--surface-accent-disabled);
|
|
260
|
-
|
|
261
|
-
/* Surface Colors - Danger */
|
|
262
|
-
--color-surface-danger-default: var(--surface-danger-default);
|
|
263
|
-
--color-surface-danger-hover: var(--surface-danger-hover);
|
|
264
|
-
--color-surface-danger-pressed: var(--surface-danger-pressed);
|
|
265
|
-
--color-surface-danger-disabled: var(--surface-danger-disabled);
|
|
266
|
-
|
|
267
|
-
/* Surface Colors - Success */
|
|
268
|
-
--color-surface-success-default: var(--surface-success-default);
|
|
269
|
-
--color-surface-success-hover: var(--surface-success-hover);
|
|
270
|
-
--color-surface-success-pressed: var(--surface-success-pressed);
|
|
271
|
-
--color-surface-success-disabled: var(--surface-success-disabled);
|
|
272
|
-
|
|
273
|
-
/* Surface Colors - Warning */
|
|
274
|
-
--color-surface-warning-default: var(--surface-warning-default);
|
|
275
|
-
--color-surface-warning-hover: var(--surface-warning-hover);
|
|
276
|
-
--color-surface-warning-pressed: var(--surface-warning-pressed);
|
|
277
|
-
--color-surface-warning-disabled: var(--surface-warning-disabled);
|
|
278
|
-
|
|
279
|
-
/* Surface Colors - Purple */
|
|
280
|
-
--color-surface-purple-default: var(--surface-purple-default);
|
|
281
|
-
--color-surface-purple-hover: var(--surface-purple-hover);
|
|
282
|
-
--color-surface-purple-pressed: var(--surface-purple-pressed);
|
|
283
|
-
--color-surface-purple-disabled: var(--surface-purple-disabled);
|
|
284
|
-
|
|
285
|
-
/* Surface Colors - Inverted */
|
|
286
|
-
--color-surface-inverted-default: var(--surface-inverted-default);
|
|
287
|
-
--color-surface-inverted-hover: var(--surface-inverted-hover);
|
|
288
|
-
--color-surface-inverted-pressed: var(--surface-inverted-pressed);
|
|
289
|
-
--color-surface-inverted-disabled: var(--surface-inverted-disabled);
|
|
290
|
-
|
|
291
|
-
/* Stroke Colors - Solid */
|
|
292
|
-
--color-stroke-solid-light: var(--stroke-solid-light);
|
|
293
|
-
--color-stroke-solid-medium: var(--stroke-solid-medium);
|
|
294
|
-
--color-stroke-solid-high: var(--stroke-solid-high);
|
|
295
|
-
--color-stroke-solid-hover: var(--stroke-solid-hover);
|
|
296
|
-
--color-stroke-solid-active: var(--stroke-solid-active);
|
|
297
|
-
--color-stroke-solid-attention: var(--stroke-solid-attention);
|
|
298
|
-
--color-stroke-solid-highlight: var(--stroke-solid-highlight);
|
|
299
|
-
|
|
300
|
-
/* Stroke Colors - Transparent */
|
|
301
|
-
--color-stroke-transparent-light: var(--stroke-transparent-light);
|
|
302
|
-
--color-stroke-transparent-medium: var(--stroke-transparent-medium);
|
|
303
|
-
--color-stroke-transparent-high: var(--stroke-transparent-high);
|
|
304
|
-
--color-stroke-transparent-hover: var(--stroke-transparent-hover);
|
|
305
|
-
--color-stroke-transparent-active: var(--stroke-transparent-active);
|
|
306
|
-
--color-stroke-transparent-attention: var(--stroke-transparent-attention);
|
|
307
|
-
--color-stroke-transparent-highlight: var(--stroke-transparent-highlight);
|
|
308
|
-
|
|
309
|
-
/* Stroke Colors - Inverted */
|
|
310
|
-
--color-stroke-inverted-default: var(--stroke-inverted-default);
|
|
311
|
-
--color-stroke-inverted-hover: var(--stroke-inverted-hover);
|
|
312
|
-
--color-stroke-inverted-active: var(--stroke-inverted-active);
|
|
313
|
-
--color-stroke-inverted-attention: var(--stroke-inverted-attention);
|
|
314
|
-
--color-stroke-inverted-highlight: var(--stroke-inverted-highlight);
|
|
315
|
-
|
|
316
|
-
/* Overlay */
|
|
317
|
-
--color-overlay-default: var(--overlay-default);
|
|
318
|
-
|
|
319
|
-
/* Text Colors - Neutral */
|
|
320
|
-
--color-text-neutral-primary: var(--text-neutral-primary);
|
|
321
|
-
--color-text-neutral-secondary: var(--text-neutral-secondary);
|
|
322
|
-
--color-text-neutral-muted: var(--text-neutral-muted);
|
|
323
|
-
|
|
324
|
-
/* Text Colors - Inverted */
|
|
325
|
-
--color-text-inverted-primary: var(--text-inverted-primary);
|
|
326
|
-
--color-text-inverted-secondary: var(--text-inverted-secondary);
|
|
327
|
-
--color-text-inverted-static: var(--text-inverted-static);
|
|
328
|
-
|
|
329
|
-
/* Text Colors - Brand */
|
|
330
|
-
--color-text-brand-primary: var(--text-brand-primary);
|
|
331
|
-
--color-text-brand-secondary: var(--text-brand-secondary);
|
|
332
|
-
|
|
333
|
-
/* Text Colors - Success */
|
|
334
|
-
--color-text-success-primary: var(--text-success-primary);
|
|
335
|
-
--color-text-success-secondary: var(--text-success-secondary);
|
|
336
|
-
|
|
337
|
-
/* Text Colors - Danger */
|
|
338
|
-
--color-text-danger-primary: var(--text-danger-primary);
|
|
339
|
-
--color-text-danger-secondary: var(--text-danger-secondary);
|
|
340
|
-
|
|
341
|
-
/* Text Colors - Warning */
|
|
342
|
-
--color-text-warning-primary: var(--text-warning-primary);
|
|
343
|
-
--color-text-warning-secondary: var(--text-warning-secondary);
|
|
344
|
-
|
|
345
|
-
/* Text Colors - Purple */
|
|
346
|
-
--color-text-purple-primary: var(--text-purple-primary);
|
|
347
|
-
--color-text-purple-secondary: var(--text-purple-secondary);
|
|
348
|
-
|
|
349
|
-
/* Text Colors - Body */
|
|
350
|
-
--color-text-body-primary: var(--text-body-primary);
|
|
351
|
-
--color-text-body-long: var(--text-body-long);
|
|
352
|
-
--color-text-body-short: var(--text-body-short);
|
|
353
|
-
}
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/* Button Component Colors - Design System Foundation */
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
/* Button Primary - Neutral - Surface */
|
|
5
|
-
--button-primary-neutral-surface-default: var(--neutral-950);
|
|
6
|
-
--button-primary-neutral-surface-hover: var(--neutral-900);
|
|
7
|
-
--button-primary-neutral-surface-pressed: var(--neutral-500);
|
|
8
|
-
--button-primary-neutral-surface-disabled: var(--neutral-50);
|
|
9
|
-
|
|
10
|
-
/* Button Primary - Neutral - Stroke */
|
|
11
|
-
--button-primary-neutral-stroke-default: transparent;
|
|
12
|
-
--button-primary-neutral-stroke-hover: transparent;
|
|
13
|
-
--button-primary-neutral-stroke-pressed: transparent;
|
|
14
|
-
--button-primary-neutral-stroke-disabled: var(--neutral-100);
|
|
15
|
-
|
|
16
|
-
/* Button Primary - Brand - Surface */
|
|
17
|
-
--button-primary-brand-surface-default: var(--blue-600);
|
|
18
|
-
--button-primary-brand-surface-hover: var(--blue-700);
|
|
19
|
-
--button-primary-brand-surface-pressed: var(--blue-500);
|
|
20
|
-
--button-primary-brand-surface-disabled: var(--neutral-50);
|
|
21
|
-
|
|
22
|
-
/* Button Primary - Brand - Stroke */
|
|
23
|
-
--button-primary-brand-stroke-default: transparent;
|
|
24
|
-
--button-primary-brand-stroke-hover: transparent;
|
|
25
|
-
--button-primary-brand-stroke-pressed: transparent;
|
|
26
|
-
--button-primary-brand-stroke-disabled: var(--neutral-100);
|
|
27
|
-
|
|
28
|
-
/* Button Primary - Danger - Surface */
|
|
29
|
-
--button-primary-danger-surface-default: var(--red-600);
|
|
30
|
-
--button-primary-danger-surface-hover: var(--red-700);
|
|
31
|
-
--button-primary-danger-surface-pressed: var(--red-500);
|
|
32
|
-
--button-primary-danger-surface-disabled: var(--neutral-50);
|
|
33
|
-
|
|
34
|
-
/* Button Primary - Danger - Stroke */
|
|
35
|
-
--button-primary-danger-stroke-default: transparent;
|
|
36
|
-
--button-primary-danger-stroke-hover: transparent;
|
|
37
|
-
--button-primary-danger-stroke-pressed: transparent;
|
|
38
|
-
--button-primary-danger-stroke-disabled: var(--neutral-100);
|
|
39
|
-
|
|
40
|
-
/* Button Secondary - Surface */
|
|
41
|
-
--button-secondary-surface-default: var(--neutral-00);
|
|
42
|
-
--button-secondary-surface-hover: var(--neutral-50);
|
|
43
|
-
--button-secondary-surface-pressed: var(--neutral-75);
|
|
44
|
-
--button-secondary-surface-disabled: var(--neutral-50);
|
|
45
|
-
|
|
46
|
-
/* Button Secondary - Stroke */
|
|
47
|
-
--button-secondary-stroke-default: var(--neutral-150);
|
|
48
|
-
--button-secondary-stroke-hover: var(--neutral-200);
|
|
49
|
-
--button-secondary-stroke-pressed: transparent;
|
|
50
|
-
--button-secondary-stroke-disabled: var(--neutral-100);
|
|
51
|
-
/* Button Shadows */
|
|
52
|
-
--button-shadow-default:
|
|
53
|
-
0px 1px 2px 0px var(--alpha-one-50), 0px 0px 0px 0.5px var(--neutral-150);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.dark {
|
|
57
|
-
/* Button Primary - Neutral - Surface - Dark Mode */
|
|
58
|
-
--button-primary-neutral-surface-default: var(--neutral-950);
|
|
59
|
-
--button-primary-neutral-surface-hover: var(--neutral-800);
|
|
60
|
-
--button-primary-neutral-surface-pressed: var(--neutral-500);
|
|
61
|
-
--button-primary-neutral-surface-disabled: rgba(0, 0, 0, 0.2);
|
|
62
|
-
|
|
63
|
-
/* Button Primary - Neutral - Stroke - Dark Mode */
|
|
64
|
-
--button-primary-neutral-stroke-default: transparent;
|
|
65
|
-
--button-primary-neutral-stroke-hover: transparent;
|
|
66
|
-
--button-primary-neutral-stroke-pressed: transparent;
|
|
67
|
-
--button-primary-neutral-stroke-disabled: var(--neutral-50);
|
|
68
|
-
|
|
69
|
-
/* Button Primary - Brand - Surface - Dark Mode */
|
|
70
|
-
--button-primary-brand-surface-default: var(--blue-500);
|
|
71
|
-
--button-primary-brand-surface-hover: var(--blue-700);
|
|
72
|
-
--button-primary-brand-surface-pressed: var(--blue-400);
|
|
73
|
-
--button-primary-brand-surface-disabled: rgba(0, 0, 0, 0.2);
|
|
74
|
-
|
|
75
|
-
/* Button Primary - Brand - Stroke - Dark Mode */
|
|
76
|
-
--button-primary-brand-stroke-default: transparent;
|
|
77
|
-
--button-primary-brand-stroke-hover: transparent;
|
|
78
|
-
--button-primary-brand-stroke-pressed: transparent;
|
|
79
|
-
--button-primary-brand-stroke-disabled: var(--neutral-50);
|
|
80
|
-
|
|
81
|
-
/* Button Primary - Danger - Surface - Dark Mode */
|
|
82
|
-
--button-primary-danger-surface-default: var(--red-500);
|
|
83
|
-
--button-primary-danger-surface-hover: var(--red-700);
|
|
84
|
-
--button-primary-danger-surface-pressed: var(--red-500);
|
|
85
|
-
--button-primary-danger-surface-disabled: rgba(0, 0, 0, 0.2);
|
|
86
|
-
|
|
87
|
-
/* Button Primary - Danger - Stroke - Dark Mode */
|
|
88
|
-
--button-primary-danger-stroke-default: transparent;
|
|
89
|
-
--button-primary-danger-stroke-hover: transparent;
|
|
90
|
-
--button-primary-danger-stroke-pressed: transparent;
|
|
91
|
-
--button-primary-danger-stroke-disabled: var(--neutral-50);
|
|
92
|
-
|
|
93
|
-
/* Button Secondary - Surface - Dark Mode */
|
|
94
|
-
--button-secondary-surface-default: var(--neutral-50);
|
|
95
|
-
--button-secondary-surface-hover: var(--neutral-150);
|
|
96
|
-
--button-secondary-surface-pressed: var(--neutral-75);
|
|
97
|
-
--button-secondary-surface-disabled: rgba(0, 0, 0, 0.2);
|
|
98
|
-
|
|
99
|
-
/* Button Secondary - Stroke - Dark Mode */
|
|
100
|
-
--button-secondary-stroke-default: var(--neutral-100);
|
|
101
|
-
--button-secondary-stroke-hover: var(--neutral-200);
|
|
102
|
-
--button-secondary-stroke-pressed: transparent;
|
|
103
|
-
--button-secondary-stroke-disabled: var(--neutral-50);
|
|
104
|
-
/* Button Shadows - Dark Mode */
|
|
105
|
-
--button-shadow-default:
|
|
106
|
-
0px 1px 2px 0px var(--alpha-one-50), 0px 0px 0px 0.5px var(--neutral-150);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/* Tailwind v4 Theme Integration */
|
|
110
|
-
@theme inline {
|
|
111
|
-
/* Button Primary - Neutral - Surface */
|
|
112
|
-
--color-button-primary-neutral-surface-default: var(--button-primary-neutral-surface-default);
|
|
113
|
-
--color-button-primary-neutral-surface-hover: var(--button-primary-neutral-surface-hover);
|
|
114
|
-
--color-button-primary-neutral-surface-pressed: var(--button-primary-neutral-surface-pressed);
|
|
115
|
-
--color-button-primary-neutral-surface-disabled: var(--button-primary-neutral-surface-disabled);
|
|
116
|
-
|
|
117
|
-
/* Button Primary - Neutral - Stroke */
|
|
118
|
-
--color-button-primary-neutral-stroke-default: var(--button-primary-neutral-stroke-default);
|
|
119
|
-
--color-button-primary-neutral-stroke-hover: var(--button-primary-neutral-stroke-hover);
|
|
120
|
-
--color-button-primary-neutral-stroke-pressed: var(--button-primary-neutral-stroke-pressed);
|
|
121
|
-
--color-button-primary-neutral-stroke-disabled: var(--button-primary-neutral-stroke-disabled);
|
|
122
|
-
|
|
123
|
-
/* Button Primary - Brand - Surface */
|
|
124
|
-
--color-button-primary-brand-surface-default: var(--button-primary-brand-surface-default);
|
|
125
|
-
--color-button-primary-brand-surface-hover: var(--button-primary-brand-surface-hover);
|
|
126
|
-
--color-button-primary-brand-surface-pressed: var(--button-primary-brand-surface-pressed);
|
|
127
|
-
--color-button-primary-brand-surface-disabled: var(--button-primary-brand-surface-disabled);
|
|
128
|
-
|
|
129
|
-
/* Button Primary - Brand - Stroke */
|
|
130
|
-
--color-button-primary-brand-stroke-default: var(--button-primary-brand-stroke-default);
|
|
131
|
-
--color-button-primary-brand-stroke-hover: var(--button-primary-brand-stroke-hover);
|
|
132
|
-
--color-button-primary-brand-stroke-pressed: var(--button-primary-brand-stroke-pressed);
|
|
133
|
-
--color-button-primary-brand-stroke-disabled: var(--button-primary-brand-stroke-disabled);
|
|
134
|
-
|
|
135
|
-
/* Button Primary - Danger - Surface */
|
|
136
|
-
--color-button-primary-danger-surface-default: var(--button-primary-danger-surface-default);
|
|
137
|
-
--color-button-primary-danger-surface-hover: var(--button-primary-danger-surface-hover);
|
|
138
|
-
--color-button-primary-danger-surface-pressed: var(--button-primary-danger-surface-pressed);
|
|
139
|
-
--color-button-primary-danger-surface-disabled: var(--button-primary-danger-surface-disabled);
|
|
140
|
-
|
|
141
|
-
/* Button Primary - Danger - Stroke */
|
|
142
|
-
--color-button-primary-danger-stroke-default: var(--button-primary-danger-stroke-default);
|
|
143
|
-
--color-button-primary-danger-stroke-hover: var(--button-primary-danger-stroke-hover);
|
|
144
|
-
--color-button-primary-danger-stroke-pressed: var(--button-primary-danger-stroke-pressed);
|
|
145
|
-
--color-button-primary-danger-stroke-disabled: var(--button-primary-danger-stroke-disabled);
|
|
146
|
-
|
|
147
|
-
/* Button Secondary - Surface */
|
|
148
|
-
--color-button-secondary-surface-default: var(--button-secondary-surface-default);
|
|
149
|
-
--color-button-secondary-surface-hover: var(--button-secondary-surface-hover);
|
|
150
|
-
--color-button-secondary-surface-pressed: var(--button-secondary-surface-pressed);
|
|
151
|
-
--color-button-secondary-surface-disabled: var(--button-secondary-surface-disabled);
|
|
152
|
-
|
|
153
|
-
/* Button Secondary - Stroke */
|
|
154
|
-
--color-button-secondary-stroke-default: var(--button-secondary-stroke-default);
|
|
155
|
-
--color-button-secondary-stroke-hover: var(--button-secondary-stroke-hover);
|
|
156
|
-
--color-button-secondary-stroke-pressed: var(--button-secondary-stroke-pressed);
|
|
157
|
-
--color-button-secondary-stroke-disabled: var(--button-secondary-stroke-disabled);
|
|
158
|
-
/* Button Shadows */
|
|
159
|
-
--shadow-button-default: var(--button-shadow-default);
|
|
160
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* Input Component Colors - Design System Foundation */
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
/* Input - Surface */
|
|
5
|
-
--input-surface-default: var(--neutral-0);
|
|
6
|
-
--input-surface-hover: var(--neutral-50);
|
|
7
|
-
--input-surface-pressed: var(--neutral-100);
|
|
8
|
-
--input-surface-active: var(--neutral-00);
|
|
9
|
-
--input-surface-filled: var(--neutral-25);
|
|
10
|
-
--input-surface-disabled: var(--neutral-50);
|
|
11
|
-
|
|
12
|
-
/* Input - Stroke */
|
|
13
|
-
--input-stroke-default: var(--neutral-150);
|
|
14
|
-
--input-stroke-hover: var(--neutral-200);
|
|
15
|
-
--input-stroke-pressed: transparent;
|
|
16
|
-
--input-stroke-active: var(--neutral-950);
|
|
17
|
-
--input-stroke-filled: var(--neutral-150);
|
|
18
|
-
--input-stroke-disabled: var(--neutral-100);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.dark {
|
|
22
|
-
/* Input - Surface - Dark Mode */
|
|
23
|
-
--input-surface-default: var(--neutral-50);
|
|
24
|
-
--input-surface-hover: var(--neutral-100);
|
|
25
|
-
--input-surface-pressed: var(--neutral-150);
|
|
26
|
-
--input-surface-active: var(--neutral-50);
|
|
27
|
-
--input-surface-filled: rgba(0, 0, 0, 0.2);
|
|
28
|
-
--input-surface-disabled: rgba(0, 0, 0, 0.2);
|
|
29
|
-
|
|
30
|
-
/* Input - Stroke - Dark Mode */
|
|
31
|
-
--input-stroke-default: var(--neutral-100);
|
|
32
|
-
--input-stroke-hover: var(--neutral-200);
|
|
33
|
-
--input-stroke-pressed: transparent;
|
|
34
|
-
--input-stroke-active: var(--neutral-950);
|
|
35
|
-
--input-stroke-filled: var(--neutral-50);
|
|
36
|
-
--input-stroke-disabled: var(--neutral-50);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* Tailwind v4 Theme Integration */
|
|
40
|
-
@theme inline {
|
|
41
|
-
/* Input - Surface */
|
|
42
|
-
--color-input-surface-default: var(--input-surface-default);
|
|
43
|
-
--color-input-surface-hover: var(--input-surface-hover);
|
|
44
|
-
--color-input-surface-pressed: var(--input-surface-pressed);
|
|
45
|
-
--color-input-surface-active: var(--input-surface-active);
|
|
46
|
-
--color-input-surface-filled: var(--input-surface-filled);
|
|
47
|
-
--color-input-surface-disabled: var(--input-surface-disabled);
|
|
48
|
-
|
|
49
|
-
/* Input - Stroke */
|
|
50
|
-
--color-input-stroke-default: var(--input-stroke-default);
|
|
51
|
-
--color-input-stroke-hover: var(--input-stroke-hover);
|
|
52
|
-
--color-input-stroke-pressed: var(--input-stroke-pressed);
|
|
53
|
-
--color-input-stroke-active: var(--input-stroke-active);
|
|
54
|
-
--color-input-stroke-filled: var(--input-stroke-filled);
|
|
55
|
-
--color-input-stroke-disabled: var(--input-stroke-disabled);
|
|
56
|
-
}
|
|
File without changes
|