@nexus-cross/tokens 2.0.0 → 2.0.2
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/TOKENS.md +13 -0
- package/dist/company-vars.css +21 -1
- package/dist/company.css +21 -1
- package/dist/index.d.mts +172 -0
- package/dist/index.d.ts +172 -0
- package/dist/index.js +87 -1
- package/dist/index.mjs +87 -1
- package/package.json +1 -1
- package/src/data/color.json +32 -0
- package/src/data/space.json +1 -1
- package/src/data/typography.json +55 -1
package/dist/TOKENS.md
CHANGED
|
@@ -133,12 +133,14 @@ const { semantic } = getTheme("dark");
|
|
|
133
133
|
| `bg-status-success-disabled` | `--color-status-success-disabled` | Success - disabled | `#CDF4EA` | `#0D4431` |
|
|
134
134
|
| `bg-status-success-intense` | `--color-status-success-intense` | Success - intense | `#1B9674` | `#0BDFA5` |
|
|
135
135
|
| `bg-status-success-dim` | `--color-status-success-dim` | Success - dim | `#9FECD7` | `#1B9674` |
|
|
136
|
+
| `bg-status-success-bg` | `--color-status-success-bg` | | `#EAFAF6` | `#06261B` |
|
|
136
137
|
| `bg-status-warning` | `--color-status-warning` | Warning | `#FF9D00` | `#FFAA00` |
|
|
137
138
|
| `bg-status-warning-hover` | `--color-status-warning-hover` | Warning - hover | `#FFAA00` | `#FF9D00` |
|
|
138
139
|
| `bg-status-warning-pressed` | `--color-status-warning-pressed` | Warning - pressed | `#F9C127` | `#F9C127` |
|
|
139
140
|
| `bg-status-warning-disabled` | `--color-status-warning-disabled` | Warning - disabled | `#FFF2D2` | `#4A3F2B` |
|
|
140
141
|
| `bg-status-warning-intense` | `--color-status-warning-intense` | Warning - intense | `#D9840C` | `#FFAA00` |
|
|
141
142
|
| `bg-status-warning-dim` | `--color-status-warning-dim` | Warning - dim | `#FFDB6E` | `#9F701A` |
|
|
143
|
+
| `bg-status-warning-bg` | `--color-status-warning-bg` | | `#FBF7EC` | `#393421` |
|
|
142
144
|
| `bg-status-danger` | `--color-status-danger` | Danger | `#DB0A2D` | `#DB0A2D` |
|
|
143
145
|
| `bg-status-danger-hover` | `--color-status-danger-hover` | Danger - hover | `#E62848` | `#E62848` |
|
|
144
146
|
| `bg-status-danger-pressed` | `--color-status-danger-pressed` | Danger - pressed | `#AF2239` | `#D20625` |
|
|
@@ -146,12 +148,14 @@ const { semantic } = getTheme("dark");
|
|
|
146
148
|
| `bg-status-danger-intense` | `--color-status-danger-intense` | Danger - intense | `#D20625` | `#EC3C56` |
|
|
147
149
|
| `bg-status-danger-dim` | `--color-status-danger-dim` | Danger - dim | `#FFBBC4` | `#AF2239` |
|
|
148
150
|
| `bg-status-danger-focus` | `--color-status-danger-focus` | Danger - focus | `#E62848` | `#AF2239` |
|
|
151
|
+
| `bg-status-danger-bg` | `--color-status-danger-bg` | | `#FFF4F5` | `#530E1A` |
|
|
149
152
|
| `bg-status-info` | `--color-status-info` | Info | `#0095FF` | `#0095FF` |
|
|
150
153
|
| `bg-status-info-hover` | `--color-status-info-hover` | Info - hover | `#20B1FF` | `#20B1FF` |
|
|
151
154
|
| `bg-status-info-pressed` | `--color-status-info-pressed` | Info - pressed | `#1087FF` | `#1087FF` |
|
|
152
155
|
| `bg-status-info-disabled` | `--color-status-info-disabled` | Info - disabled | `#CCEFFF` | `#143A67` |
|
|
153
156
|
| `bg-status-info-intense` | `--color-status-info-intense` | Info - intense | `#1672D0` | `#20B1FF` |
|
|
154
157
|
| `bg-status-info-dim` | `--color-status-info-dim` | Info - dim | `#92DDFF` | `#1672D0` |
|
|
158
|
+
| `bg-status-info-bg` | `--color-status-info-bg` | | `#EAF8FF` | `#0E2F53` |
|
|
155
159
|
|
|
156
160
|
### Overlay
|
|
157
161
|
|
|
@@ -210,11 +214,13 @@ const { semantic } = getTheme("dark");
|
|
|
210
214
|
| `text-text-base` | `--text-text-base` | `1rem` |
|
|
211
215
|
| `text-text-lg` | `--text-text-lg` | `1.125rem` |
|
|
212
216
|
| `text-text-xl` | `--text-text-xl` | `1.25rem` |
|
|
217
|
+
| `text-text-2xs` | `--text-text-2xs` | `0.625rem` |
|
|
213
218
|
| `text-text-medium-xs` | `--text-text-medium-xs` | `0.75rem` |
|
|
214
219
|
| `text-text-medium-sm` | `--text-text-medium-sm` | `0.875rem` |
|
|
215
220
|
| `text-text-medium-base` | `--text-text-medium-base` | `1rem` |
|
|
216
221
|
| `text-text-medium-lg` | `--text-text-medium-lg` | `1.125rem` |
|
|
217
222
|
| `text-text-medium-xl` | `--text-text-medium-xl` | `1.25rem` |
|
|
223
|
+
| `text-text-medium-2xs` | `--text-text-medium-2xs` | `0.625rem` |
|
|
218
224
|
| `text-text-semibold-xs` | `--text-text-semibold-xs` | `0.75rem` |
|
|
219
225
|
| `text-text-semibold-sm` | `--text-text-semibold-sm` | `0.875rem` |
|
|
220
226
|
| `text-text-semibold-base` | `--text-text-semibold-base` | `1rem` |
|
|
@@ -233,6 +239,7 @@ const { semantic } = getTheme("dark");
|
|
|
233
239
|
| `text-label-sm` | `--text-label-sm` | `0.75rem` |
|
|
234
240
|
| `text-label-md` | `--text-label-md` | `0.875rem` |
|
|
235
241
|
| `text-label-lg` | `--text-label-lg` | `1rem` |
|
|
242
|
+
| `text-label-xs` | `--text-label-xs` | `0.625rem` |
|
|
236
243
|
| `text-label-semibold-sm` | `--text-label-semibold-sm` | `0.75rem` |
|
|
237
244
|
| `text-label-semibold-md` | `--text-label-semibold-md` | `0.875rem` |
|
|
238
245
|
| `text-label-semibold-lg` | `--text-label-semibold-lg` | `1rem` |
|
|
@@ -349,11 +356,13 @@ const { semantic } = getTheme("dark");
|
|
|
349
356
|
| `--font-weight-text-base` | `400` | `font-weight: var(--font-weight-text-base)` |
|
|
350
357
|
| `--font-weight-text-lg` | `400` | `font-weight: var(--font-weight-text-lg)` |
|
|
351
358
|
| `--font-weight-text-xl` | `400` | `font-weight: var(--font-weight-text-xl)` |
|
|
359
|
+
| `--font-weight-text-2xs` | `400` | `font-weight: var(--font-weight-text-2xs)` |
|
|
352
360
|
| `--font-weight-text-medium-xs` | `500` | `font-weight: var(--font-weight-text-medium-xs)` |
|
|
353
361
|
| `--font-weight-text-medium-sm` | `500` | `font-weight: var(--font-weight-text-medium-sm)` |
|
|
354
362
|
| `--font-weight-text-medium-base` | `500` | `font-weight: var(--font-weight-text-medium-base)` |
|
|
355
363
|
| `--font-weight-text-medium-lg` | `500` | `font-weight: var(--font-weight-text-medium-lg)` |
|
|
356
364
|
| `--font-weight-text-medium-xl` | `500` | `font-weight: var(--font-weight-text-medium-xl)` |
|
|
365
|
+
| `--font-weight-text-medium-2xs` | `500` | `font-weight: var(--font-weight-text-medium-2xs)` |
|
|
357
366
|
| `--font-weight-text-semibold-xs` | `600` | `font-weight: var(--font-weight-text-semibold-xs)` |
|
|
358
367
|
| `--font-weight-text-semibold-sm` | `600` | `font-weight: var(--font-weight-text-semibold-sm)` |
|
|
359
368
|
| `--font-weight-text-semibold-base` | `600` | `font-weight: var(--font-weight-text-semibold-base)` |
|
|
@@ -372,6 +381,7 @@ const { semantic } = getTheme("dark");
|
|
|
372
381
|
| `--font-weight-label-sm` | `500` | `font-weight: var(--font-weight-label-sm)` |
|
|
373
382
|
| `--font-weight-label-md` | `500` | `font-weight: var(--font-weight-label-md)` |
|
|
374
383
|
| `--font-weight-label-lg` | `500` | `font-weight: var(--font-weight-label-lg)` |
|
|
384
|
+
| `--font-weight-label-xs` | `500` | `font-weight: var(--font-weight-label-xs)` |
|
|
375
385
|
| `--font-weight-label-semibold-sm` | `600` | `font-weight: var(--font-weight-label-semibold-sm)` |
|
|
376
386
|
| `--font-weight-label-semibold-md` | `600` | `font-weight: var(--font-weight-label-semibold-md)` |
|
|
377
387
|
| `--font-weight-label-semibold-lg` | `600` | `font-weight: var(--font-weight-label-semibold-lg)` |
|
|
@@ -385,11 +395,13 @@ const { semantic } = getTheme("dark");
|
|
|
385
395
|
| `--letter-spacing-text-base` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-base)` |
|
|
386
396
|
| `--letter-spacing-text-lg` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-lg)` |
|
|
387
397
|
| `--letter-spacing-text-xl` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-xl)` |
|
|
398
|
+
| `--letter-spacing-text-2xs` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-2xs)` |
|
|
388
399
|
| `--letter-spacing-text-medium-xs` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-xs)` |
|
|
389
400
|
| `--letter-spacing-text-medium-sm` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-sm)` |
|
|
390
401
|
| `--letter-spacing-text-medium-base` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-base)` |
|
|
391
402
|
| `--letter-spacing-text-medium-lg` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-lg)` |
|
|
392
403
|
| `--letter-spacing-text-medium-xl` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-xl)` |
|
|
404
|
+
| `--letter-spacing-text-medium-2xs` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-medium-2xs)` |
|
|
393
405
|
| `--letter-spacing-text-semibold-xs` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-semibold-xs)` |
|
|
394
406
|
| `--letter-spacing-text-semibold-sm` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-semibold-sm)` |
|
|
395
407
|
| `--letter-spacing-text-semibold-base` | `-0.01em` | `letter-spacing: var(--letter-spacing-text-semibold-base)` |
|
|
@@ -408,6 +420,7 @@ const { semantic } = getTheme("dark");
|
|
|
408
420
|
| `--letter-spacing-label-sm` | `0` | `letter-spacing: var(--letter-spacing-label-sm)` |
|
|
409
421
|
| `--letter-spacing-label-md` | `0` | `letter-spacing: var(--letter-spacing-label-md)` |
|
|
410
422
|
| `--letter-spacing-label-lg` | `0` | `letter-spacing: var(--letter-spacing-label-lg)` |
|
|
423
|
+
| `--letter-spacing-label-xs` | `0` | `letter-spacing: var(--letter-spacing-label-xs)` |
|
|
411
424
|
| `--letter-spacing-label-semibold-sm` | `0` | `letter-spacing: var(--letter-spacing-label-semibold-sm)` |
|
|
412
425
|
| `--letter-spacing-label-semibold-md` | `0` | `letter-spacing: var(--letter-spacing-label-semibold-md)` |
|
|
413
426
|
| `--letter-spacing-label-semibold-lg` | `0` | `letter-spacing: var(--letter-spacing-label-semibold-lg)` |
|
package/dist/company-vars.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Company CSS — 순수 CSS 변수 (:root + .dark)
|
|
3
3
|
* Tailwind 없이 var(--*) 로 사용 가능
|
|
4
4
|
* 자동 생성: scripts/generate-css.js
|
|
5
|
-
* 생성일: 2026-05-
|
|
5
|
+
* 생성일: 2026-05-07T10:05:13.503Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
|
@@ -72,12 +72,14 @@
|
|
|
72
72
|
--color-status-success-disabled: #CDF4EA;
|
|
73
73
|
--color-status-success-intense: #1B9674;
|
|
74
74
|
--color-status-success-dim: #9FECD7;
|
|
75
|
+
--color-status-success-bg: #EAFAF6;
|
|
75
76
|
--color-status-warning: #FF9D00;
|
|
76
77
|
--color-status-warning-hover: #FFAA00;
|
|
77
78
|
--color-status-warning-pressed: #F9C127;
|
|
78
79
|
--color-status-warning-disabled: #FFF2D2;
|
|
79
80
|
--color-status-warning-intense: #D9840C;
|
|
80
81
|
--color-status-warning-dim: #FFDB6E;
|
|
82
|
+
--color-status-warning-bg: #FBF7EC;
|
|
81
83
|
--color-status-danger: #DB0A2D;
|
|
82
84
|
--color-status-danger-hover: #E62848;
|
|
83
85
|
--color-status-danger-pressed: #AF2239;
|
|
@@ -85,12 +87,14 @@
|
|
|
85
87
|
--color-status-danger-intense: #D20625;
|
|
86
88
|
--color-status-danger-dim: #FFBBC4;
|
|
87
89
|
--color-status-danger-focus: #E62848;
|
|
90
|
+
--color-status-danger-bg: #FFF4F5;
|
|
88
91
|
--color-status-info: #0095FF;
|
|
89
92
|
--color-status-info-hover: #20B1FF;
|
|
90
93
|
--color-status-info-pressed: #1087FF;
|
|
91
94
|
--color-status-info-disabled: #CCEFFF;
|
|
92
95
|
--color-status-info-intense: #1672D0;
|
|
93
96
|
--color-status-info-dim: #92DDFF;
|
|
97
|
+
--color-status-info-bg: #EAF8FF;
|
|
94
98
|
--color-overlay-dim: #000000;
|
|
95
99
|
--color-overlay-light: #000000;
|
|
96
100
|
--color-static-white: #FFFFFF;
|
|
@@ -124,6 +128,8 @@
|
|
|
124
128
|
--text-text-lg--line-height: 1.5;
|
|
125
129
|
--text-text-xl: 1.25rem;
|
|
126
130
|
--text-text-xl--line-height: 1.5;
|
|
131
|
+
--text-text-2xs: 0.625rem;
|
|
132
|
+
--text-text-2xs--line-height: 1.5;
|
|
127
133
|
--text-text-medium-xs: 0.75rem;
|
|
128
134
|
--text-text-medium-xs--line-height: 1.5;
|
|
129
135
|
--text-text-medium-sm: 0.875rem;
|
|
@@ -134,6 +140,8 @@
|
|
|
134
140
|
--text-text-medium-lg--line-height: 1.5;
|
|
135
141
|
--text-text-medium-xl: 1.25rem;
|
|
136
142
|
--text-text-medium-xl--line-height: 1.5;
|
|
143
|
+
--text-text-medium-2xs: 0.625rem;
|
|
144
|
+
--text-text-medium-2xs--line-height: 1.5;
|
|
137
145
|
--text-text-semibold-xs: 0.75rem;
|
|
138
146
|
--text-text-semibold-xs--line-height: 1.5;
|
|
139
147
|
--text-text-semibold-sm: 0.875rem;
|
|
@@ -170,6 +178,8 @@
|
|
|
170
178
|
--text-label-md--line-height: 1;
|
|
171
179
|
--text-label-lg: 1rem;
|
|
172
180
|
--text-label-lg--line-height: 1;
|
|
181
|
+
--text-label-xs: 0.625rem;
|
|
182
|
+
--text-label-xs--line-height: 1;
|
|
173
183
|
--text-label-semibold-sm: 0.75rem;
|
|
174
184
|
--text-label-semibold-sm--line-height: 1;
|
|
175
185
|
--text-label-semibold-md: 0.875rem;
|
|
@@ -252,6 +262,8 @@
|
|
|
252
262
|
--letter-spacing-text-lg: -0.01em;
|
|
253
263
|
--font-weight-text-xl: 400;
|
|
254
264
|
--letter-spacing-text-xl: -0.01em;
|
|
265
|
+
--font-weight-text-2xs: 400;
|
|
266
|
+
--letter-spacing-text-2xs: -0.01em;
|
|
255
267
|
--font-weight-text-medium-xs: 500;
|
|
256
268
|
--letter-spacing-text-medium-xs: -0.01em;
|
|
257
269
|
--font-weight-text-medium-sm: 500;
|
|
@@ -262,6 +274,8 @@
|
|
|
262
274
|
--letter-spacing-text-medium-lg: -0.01em;
|
|
263
275
|
--font-weight-text-medium-xl: 500;
|
|
264
276
|
--letter-spacing-text-medium-xl: -0.01em;
|
|
277
|
+
--font-weight-text-medium-2xs: 500;
|
|
278
|
+
--letter-spacing-text-medium-2xs: -0.01em;
|
|
265
279
|
--font-weight-text-semibold-xs: 600;
|
|
266
280
|
--letter-spacing-text-semibold-xs: -0.01em;
|
|
267
281
|
--font-weight-text-semibold-sm: 600;
|
|
@@ -298,6 +312,8 @@
|
|
|
298
312
|
--letter-spacing-label-md: 0;
|
|
299
313
|
--font-weight-label-lg: 500;
|
|
300
314
|
--letter-spacing-label-lg: 0;
|
|
315
|
+
--font-weight-label-xs: 500;
|
|
316
|
+
--letter-spacing-label-xs: 0;
|
|
301
317
|
--font-weight-label-semibold-sm: 600;
|
|
302
318
|
--letter-spacing-label-semibold-sm: 0;
|
|
303
319
|
--font-weight-label-semibold-md: 600;
|
|
@@ -373,12 +389,14 @@
|
|
|
373
389
|
--color-status-success-disabled: #0D4431;
|
|
374
390
|
--color-status-success-intense: #0BDFA5;
|
|
375
391
|
--color-status-success-dim: #1B9674;
|
|
392
|
+
--color-status-success-bg: #06261B;
|
|
376
393
|
--color-status-warning: #FFAA00;
|
|
377
394
|
--color-status-warning-hover: #FF9D00;
|
|
378
395
|
--color-status-warning-pressed: #F9C127;
|
|
379
396
|
--color-status-warning-disabled: #4A3F2B;
|
|
380
397
|
--color-status-warning-intense: #FFAA00;
|
|
381
398
|
--color-status-warning-dim: #9F701A;
|
|
399
|
+
--color-status-warning-bg: #393421;
|
|
382
400
|
--color-status-danger: #DB0A2D;
|
|
383
401
|
--color-status-danger-hover: #E62848;
|
|
384
402
|
--color-status-danger-pressed: #D20625;
|
|
@@ -386,12 +404,14 @@
|
|
|
386
404
|
--color-status-danger-intense: #EC3C56;
|
|
387
405
|
--color-status-danger-dim: #AF2239;
|
|
388
406
|
--color-status-danger-focus: #AF2239;
|
|
407
|
+
--color-status-danger-bg: #530E1A;
|
|
389
408
|
--color-status-info: #0095FF;
|
|
390
409
|
--color-status-info-hover: #20B1FF;
|
|
391
410
|
--color-status-info-pressed: #1087FF;
|
|
392
411
|
--color-status-info-disabled: #143A67;
|
|
393
412
|
--color-status-info-intense: #20B1FF;
|
|
394
413
|
--color-status-info-dim: #1672D0;
|
|
414
|
+
--color-status-info-bg: #0E2F53;
|
|
395
415
|
--color-overlay-dim: #000000;
|
|
396
416
|
--color-overlay-light: #000000;
|
|
397
417
|
--color-static-white: #FFFFFF;
|
package/dist/company.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Company CSS — Tailwind v4 (@theme + .dark)
|
|
3
3
|
* 자동 생성: scripts/generate-css.js
|
|
4
|
-
* 생성일: 2026-05-
|
|
4
|
+
* 생성일: 2026-05-07T10:05:13.498Z
|
|
5
5
|
*
|
|
6
6
|
* @theme: Tailwind 유틸리티 클래스 자동 생성
|
|
7
7
|
* :root: 순수 CSS 변수 (var()로 직접 사용)
|
|
@@ -74,12 +74,14 @@
|
|
|
74
74
|
--color-status-success-disabled: #CDF4EA;
|
|
75
75
|
--color-status-success-intense: #1B9674;
|
|
76
76
|
--color-status-success-dim: #9FECD7;
|
|
77
|
+
--color-status-success-bg: #EAFAF6;
|
|
77
78
|
--color-status-warning: #FF9D00;
|
|
78
79
|
--color-status-warning-hover: #FFAA00;
|
|
79
80
|
--color-status-warning-pressed: #F9C127;
|
|
80
81
|
--color-status-warning-disabled: #FFF2D2;
|
|
81
82
|
--color-status-warning-intense: #D9840C;
|
|
82
83
|
--color-status-warning-dim: #FFDB6E;
|
|
84
|
+
--color-status-warning-bg: #FBF7EC;
|
|
83
85
|
--color-status-danger: #DB0A2D;
|
|
84
86
|
--color-status-danger-hover: #E62848;
|
|
85
87
|
--color-status-danger-pressed: #AF2239;
|
|
@@ -87,12 +89,14 @@
|
|
|
87
89
|
--color-status-danger-intense: #D20625;
|
|
88
90
|
--color-status-danger-dim: #FFBBC4;
|
|
89
91
|
--color-status-danger-focus: #E62848;
|
|
92
|
+
--color-status-danger-bg: #FFF4F5;
|
|
90
93
|
--color-status-info: #0095FF;
|
|
91
94
|
--color-status-info-hover: #20B1FF;
|
|
92
95
|
--color-status-info-pressed: #1087FF;
|
|
93
96
|
--color-status-info-disabled: #CCEFFF;
|
|
94
97
|
--color-status-info-intense: #1672D0;
|
|
95
98
|
--color-status-info-dim: #92DDFF;
|
|
99
|
+
--color-status-info-bg: #EAF8FF;
|
|
96
100
|
--color-overlay-dim: #000000;
|
|
97
101
|
--color-overlay-light: #000000;
|
|
98
102
|
--color-static-white: #FFFFFF;
|
|
@@ -126,6 +130,8 @@
|
|
|
126
130
|
--text-text-lg--line-height: 1.5;
|
|
127
131
|
--text-text-xl: 1.25rem;
|
|
128
132
|
--text-text-xl--line-height: 1.5;
|
|
133
|
+
--text-text-2xs: 0.625rem;
|
|
134
|
+
--text-text-2xs--line-height: 1.5;
|
|
129
135
|
--text-text-medium-xs: 0.75rem;
|
|
130
136
|
--text-text-medium-xs--line-height: 1.5;
|
|
131
137
|
--text-text-medium-sm: 0.875rem;
|
|
@@ -136,6 +142,8 @@
|
|
|
136
142
|
--text-text-medium-lg--line-height: 1.5;
|
|
137
143
|
--text-text-medium-xl: 1.25rem;
|
|
138
144
|
--text-text-medium-xl--line-height: 1.5;
|
|
145
|
+
--text-text-medium-2xs: 0.625rem;
|
|
146
|
+
--text-text-medium-2xs--line-height: 1.5;
|
|
139
147
|
--text-text-semibold-xs: 0.75rem;
|
|
140
148
|
--text-text-semibold-xs--line-height: 1.5;
|
|
141
149
|
--text-text-semibold-sm: 0.875rem;
|
|
@@ -172,6 +180,8 @@
|
|
|
172
180
|
--text-label-md--line-height: 1;
|
|
173
181
|
--text-label-lg: 1rem;
|
|
174
182
|
--text-label-lg--line-height: 1;
|
|
183
|
+
--text-label-xs: 0.625rem;
|
|
184
|
+
--text-label-xs--line-height: 1;
|
|
175
185
|
--text-label-semibold-sm: 0.75rem;
|
|
176
186
|
--text-label-semibold-sm--line-height: 1;
|
|
177
187
|
--text-label-semibold-md: 0.875rem;
|
|
@@ -257,6 +267,8 @@
|
|
|
257
267
|
--letter-spacing-text-lg: -0.01em;
|
|
258
268
|
--font-weight-text-xl: 400;
|
|
259
269
|
--letter-spacing-text-xl: -0.01em;
|
|
270
|
+
--font-weight-text-2xs: 400;
|
|
271
|
+
--letter-spacing-text-2xs: -0.01em;
|
|
260
272
|
--font-weight-text-medium-xs: 500;
|
|
261
273
|
--letter-spacing-text-medium-xs: -0.01em;
|
|
262
274
|
--font-weight-text-medium-sm: 500;
|
|
@@ -267,6 +279,8 @@
|
|
|
267
279
|
--letter-spacing-text-medium-lg: -0.01em;
|
|
268
280
|
--font-weight-text-medium-xl: 500;
|
|
269
281
|
--letter-spacing-text-medium-xl: -0.01em;
|
|
282
|
+
--font-weight-text-medium-2xs: 500;
|
|
283
|
+
--letter-spacing-text-medium-2xs: -0.01em;
|
|
270
284
|
--font-weight-text-semibold-xs: 600;
|
|
271
285
|
--letter-spacing-text-semibold-xs: -0.01em;
|
|
272
286
|
--font-weight-text-semibold-sm: 600;
|
|
@@ -303,6 +317,8 @@
|
|
|
303
317
|
--letter-spacing-label-md: 0;
|
|
304
318
|
--font-weight-label-lg: 500;
|
|
305
319
|
--letter-spacing-label-lg: 0;
|
|
320
|
+
--font-weight-label-xs: 500;
|
|
321
|
+
--letter-spacing-label-xs: 0;
|
|
306
322
|
--font-weight-label-semibold-sm: 600;
|
|
307
323
|
--letter-spacing-label-semibold-sm: 0;
|
|
308
324
|
--font-weight-label-semibold-md: 600;
|
|
@@ -378,12 +394,14 @@
|
|
|
378
394
|
--color-status-success-disabled: #0D4431;
|
|
379
395
|
--color-status-success-intense: #0BDFA5;
|
|
380
396
|
--color-status-success-dim: #1B9674;
|
|
397
|
+
--color-status-success-bg: #06261B;
|
|
381
398
|
--color-status-warning: #FFAA00;
|
|
382
399
|
--color-status-warning-hover: #FF9D00;
|
|
383
400
|
--color-status-warning-pressed: #F9C127;
|
|
384
401
|
--color-status-warning-disabled: #4A3F2B;
|
|
385
402
|
--color-status-warning-intense: #FFAA00;
|
|
386
403
|
--color-status-warning-dim: #9F701A;
|
|
404
|
+
--color-status-warning-bg: #393421;
|
|
387
405
|
--color-status-danger: #DB0A2D;
|
|
388
406
|
--color-status-danger-hover: #E62848;
|
|
389
407
|
--color-status-danger-pressed: #D20625;
|
|
@@ -391,12 +409,14 @@
|
|
|
391
409
|
--color-status-danger-intense: #EC3C56;
|
|
392
410
|
--color-status-danger-dim: #AF2239;
|
|
393
411
|
--color-status-danger-focus: #AF2239;
|
|
412
|
+
--color-status-danger-bg: #530E1A;
|
|
394
413
|
--color-status-info: #0095FF;
|
|
395
414
|
--color-status-info-hover: #20B1FF;
|
|
396
415
|
--color-status-info-pressed: #1087FF;
|
|
397
416
|
--color-status-info-disabled: #143A67;
|
|
398
417
|
--color-status-info-intense: #20B1FF;
|
|
399
418
|
--color-status-info-dim: #1672D0;
|
|
419
|
+
--color-status-info-bg: #0E2F53;
|
|
400
420
|
--color-overlay-dim: #000000;
|
|
401
421
|
--color-overlay-light: #000000;
|
|
402
422
|
--color-static-white: #FFFFFF;
|
package/dist/index.d.mts
CHANGED
|
@@ -763,6 +763,14 @@ declare const rawColorData: {
|
|
|
763
763
|
};
|
|
764
764
|
description: string;
|
|
765
765
|
};
|
|
766
|
+
bg: {
|
|
767
|
+
light: {
|
|
768
|
+
source: string;
|
|
769
|
+
};
|
|
770
|
+
dark: {
|
|
771
|
+
source: string;
|
|
772
|
+
};
|
|
773
|
+
};
|
|
766
774
|
};
|
|
767
775
|
warning: {
|
|
768
776
|
base: {
|
|
@@ -819,6 +827,14 @@ declare const rawColorData: {
|
|
|
819
827
|
};
|
|
820
828
|
description: string;
|
|
821
829
|
};
|
|
830
|
+
bg: {
|
|
831
|
+
light: {
|
|
832
|
+
source: string;
|
|
833
|
+
};
|
|
834
|
+
dark: {
|
|
835
|
+
source: string;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
822
838
|
};
|
|
823
839
|
danger: {
|
|
824
840
|
base: {
|
|
@@ -884,6 +900,14 @@ declare const rawColorData: {
|
|
|
884
900
|
};
|
|
885
901
|
description: string;
|
|
886
902
|
};
|
|
903
|
+
bg: {
|
|
904
|
+
light: {
|
|
905
|
+
source: string;
|
|
906
|
+
};
|
|
907
|
+
dark: {
|
|
908
|
+
source: string;
|
|
909
|
+
};
|
|
910
|
+
};
|
|
887
911
|
};
|
|
888
912
|
info: {
|
|
889
913
|
base: {
|
|
@@ -940,6 +964,14 @@ declare const rawColorData: {
|
|
|
940
964
|
};
|
|
941
965
|
description: string;
|
|
942
966
|
};
|
|
967
|
+
bg: {
|
|
968
|
+
light: {
|
|
969
|
+
source: string;
|
|
970
|
+
};
|
|
971
|
+
dark: {
|
|
972
|
+
source: string;
|
|
973
|
+
};
|
|
974
|
+
};
|
|
943
975
|
};
|
|
944
976
|
};
|
|
945
977
|
overlay: {
|
|
@@ -1120,6 +1152,24 @@ declare const rawTypographyData: {
|
|
|
1120
1152
|
};
|
|
1121
1153
|
description: string;
|
|
1122
1154
|
};
|
|
1155
|
+
"2xs": {
|
|
1156
|
+
fontFamily: {
|
|
1157
|
+
source: string;
|
|
1158
|
+
};
|
|
1159
|
+
fontSize: {
|
|
1160
|
+
source: string;
|
|
1161
|
+
};
|
|
1162
|
+
fontWeight: {
|
|
1163
|
+
source: string;
|
|
1164
|
+
};
|
|
1165
|
+
lineHeight: {
|
|
1166
|
+
source: string;
|
|
1167
|
+
};
|
|
1168
|
+
letterSpacing: {
|
|
1169
|
+
source: string;
|
|
1170
|
+
};
|
|
1171
|
+
description: string;
|
|
1172
|
+
};
|
|
1123
1173
|
};
|
|
1124
1174
|
"text-medium": {
|
|
1125
1175
|
xs: {
|
|
@@ -1212,6 +1262,24 @@ declare const rawTypographyData: {
|
|
|
1212
1262
|
};
|
|
1213
1263
|
description: string;
|
|
1214
1264
|
};
|
|
1265
|
+
"2xs": {
|
|
1266
|
+
fontFamily: {
|
|
1267
|
+
source: string;
|
|
1268
|
+
};
|
|
1269
|
+
fontSize: {
|
|
1270
|
+
source: string;
|
|
1271
|
+
};
|
|
1272
|
+
fontWeight: {
|
|
1273
|
+
source: string;
|
|
1274
|
+
};
|
|
1275
|
+
lineHeight: {
|
|
1276
|
+
source: string;
|
|
1277
|
+
};
|
|
1278
|
+
letterSpacing: {
|
|
1279
|
+
source: string;
|
|
1280
|
+
};
|
|
1281
|
+
description: string;
|
|
1282
|
+
};
|
|
1215
1283
|
};
|
|
1216
1284
|
"text-semibold": {
|
|
1217
1285
|
xs: {
|
|
@@ -1544,6 +1612,24 @@ declare const rawTypographyData: {
|
|
|
1544
1612
|
};
|
|
1545
1613
|
description: string;
|
|
1546
1614
|
};
|
|
1615
|
+
xs: {
|
|
1616
|
+
fontFamily: {
|
|
1617
|
+
source: string;
|
|
1618
|
+
};
|
|
1619
|
+
fontSize: {
|
|
1620
|
+
source: string;
|
|
1621
|
+
};
|
|
1622
|
+
fontWeight: {
|
|
1623
|
+
source: string;
|
|
1624
|
+
};
|
|
1625
|
+
lineHeight: {
|
|
1626
|
+
source: string;
|
|
1627
|
+
};
|
|
1628
|
+
letterSpacing: {
|
|
1629
|
+
source: string;
|
|
1630
|
+
};
|
|
1631
|
+
description: string;
|
|
1632
|
+
};
|
|
1547
1633
|
};
|
|
1548
1634
|
"label-semibold": {
|
|
1549
1635
|
sm: {
|
|
@@ -2935,6 +3021,14 @@ declare const allCategoryData: {
|
|
|
2935
3021
|
};
|
|
2936
3022
|
description: string;
|
|
2937
3023
|
};
|
|
3024
|
+
bg: {
|
|
3025
|
+
light: {
|
|
3026
|
+
source: string;
|
|
3027
|
+
};
|
|
3028
|
+
dark: {
|
|
3029
|
+
source: string;
|
|
3030
|
+
};
|
|
3031
|
+
};
|
|
2938
3032
|
};
|
|
2939
3033
|
warning: {
|
|
2940
3034
|
base: {
|
|
@@ -2991,6 +3085,14 @@ declare const allCategoryData: {
|
|
|
2991
3085
|
};
|
|
2992
3086
|
description: string;
|
|
2993
3087
|
};
|
|
3088
|
+
bg: {
|
|
3089
|
+
light: {
|
|
3090
|
+
source: string;
|
|
3091
|
+
};
|
|
3092
|
+
dark: {
|
|
3093
|
+
source: string;
|
|
3094
|
+
};
|
|
3095
|
+
};
|
|
2994
3096
|
};
|
|
2995
3097
|
danger: {
|
|
2996
3098
|
base: {
|
|
@@ -3056,6 +3158,14 @@ declare const allCategoryData: {
|
|
|
3056
3158
|
};
|
|
3057
3159
|
description: string;
|
|
3058
3160
|
};
|
|
3161
|
+
bg: {
|
|
3162
|
+
light: {
|
|
3163
|
+
source: string;
|
|
3164
|
+
};
|
|
3165
|
+
dark: {
|
|
3166
|
+
source: string;
|
|
3167
|
+
};
|
|
3168
|
+
};
|
|
3059
3169
|
};
|
|
3060
3170
|
info: {
|
|
3061
3171
|
base: {
|
|
@@ -3112,6 +3222,14 @@ declare const allCategoryData: {
|
|
|
3112
3222
|
};
|
|
3113
3223
|
description: string;
|
|
3114
3224
|
};
|
|
3225
|
+
bg: {
|
|
3226
|
+
light: {
|
|
3227
|
+
source: string;
|
|
3228
|
+
};
|
|
3229
|
+
dark: {
|
|
3230
|
+
source: string;
|
|
3231
|
+
};
|
|
3232
|
+
};
|
|
3115
3233
|
};
|
|
3116
3234
|
};
|
|
3117
3235
|
overlay: {
|
|
@@ -3292,6 +3410,24 @@ declare const allCategoryData: {
|
|
|
3292
3410
|
};
|
|
3293
3411
|
description: string;
|
|
3294
3412
|
};
|
|
3413
|
+
"2xs": {
|
|
3414
|
+
fontFamily: {
|
|
3415
|
+
source: string;
|
|
3416
|
+
};
|
|
3417
|
+
fontSize: {
|
|
3418
|
+
source: string;
|
|
3419
|
+
};
|
|
3420
|
+
fontWeight: {
|
|
3421
|
+
source: string;
|
|
3422
|
+
};
|
|
3423
|
+
lineHeight: {
|
|
3424
|
+
source: string;
|
|
3425
|
+
};
|
|
3426
|
+
letterSpacing: {
|
|
3427
|
+
source: string;
|
|
3428
|
+
};
|
|
3429
|
+
description: string;
|
|
3430
|
+
};
|
|
3295
3431
|
};
|
|
3296
3432
|
"text-medium": {
|
|
3297
3433
|
xs: {
|
|
@@ -3384,6 +3520,24 @@ declare const allCategoryData: {
|
|
|
3384
3520
|
};
|
|
3385
3521
|
description: string;
|
|
3386
3522
|
};
|
|
3523
|
+
"2xs": {
|
|
3524
|
+
fontFamily: {
|
|
3525
|
+
source: string;
|
|
3526
|
+
};
|
|
3527
|
+
fontSize: {
|
|
3528
|
+
source: string;
|
|
3529
|
+
};
|
|
3530
|
+
fontWeight: {
|
|
3531
|
+
source: string;
|
|
3532
|
+
};
|
|
3533
|
+
lineHeight: {
|
|
3534
|
+
source: string;
|
|
3535
|
+
};
|
|
3536
|
+
letterSpacing: {
|
|
3537
|
+
source: string;
|
|
3538
|
+
};
|
|
3539
|
+
description: string;
|
|
3540
|
+
};
|
|
3387
3541
|
};
|
|
3388
3542
|
"text-semibold": {
|
|
3389
3543
|
xs: {
|
|
@@ -3716,6 +3870,24 @@ declare const allCategoryData: {
|
|
|
3716
3870
|
};
|
|
3717
3871
|
description: string;
|
|
3718
3872
|
};
|
|
3873
|
+
xs: {
|
|
3874
|
+
fontFamily: {
|
|
3875
|
+
source: string;
|
|
3876
|
+
};
|
|
3877
|
+
fontSize: {
|
|
3878
|
+
source: string;
|
|
3879
|
+
};
|
|
3880
|
+
fontWeight: {
|
|
3881
|
+
source: string;
|
|
3882
|
+
};
|
|
3883
|
+
lineHeight: {
|
|
3884
|
+
source: string;
|
|
3885
|
+
};
|
|
3886
|
+
letterSpacing: {
|
|
3887
|
+
source: string;
|
|
3888
|
+
};
|
|
3889
|
+
description: string;
|
|
3890
|
+
};
|
|
3719
3891
|
};
|
|
3720
3892
|
"label-semibold": {
|
|
3721
3893
|
sm: {
|
package/dist/index.d.ts
CHANGED
|
@@ -763,6 +763,14 @@ declare const rawColorData: {
|
|
|
763
763
|
};
|
|
764
764
|
description: string;
|
|
765
765
|
};
|
|
766
|
+
bg: {
|
|
767
|
+
light: {
|
|
768
|
+
source: string;
|
|
769
|
+
};
|
|
770
|
+
dark: {
|
|
771
|
+
source: string;
|
|
772
|
+
};
|
|
773
|
+
};
|
|
766
774
|
};
|
|
767
775
|
warning: {
|
|
768
776
|
base: {
|
|
@@ -819,6 +827,14 @@ declare const rawColorData: {
|
|
|
819
827
|
};
|
|
820
828
|
description: string;
|
|
821
829
|
};
|
|
830
|
+
bg: {
|
|
831
|
+
light: {
|
|
832
|
+
source: string;
|
|
833
|
+
};
|
|
834
|
+
dark: {
|
|
835
|
+
source: string;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
822
838
|
};
|
|
823
839
|
danger: {
|
|
824
840
|
base: {
|
|
@@ -884,6 +900,14 @@ declare const rawColorData: {
|
|
|
884
900
|
};
|
|
885
901
|
description: string;
|
|
886
902
|
};
|
|
903
|
+
bg: {
|
|
904
|
+
light: {
|
|
905
|
+
source: string;
|
|
906
|
+
};
|
|
907
|
+
dark: {
|
|
908
|
+
source: string;
|
|
909
|
+
};
|
|
910
|
+
};
|
|
887
911
|
};
|
|
888
912
|
info: {
|
|
889
913
|
base: {
|
|
@@ -940,6 +964,14 @@ declare const rawColorData: {
|
|
|
940
964
|
};
|
|
941
965
|
description: string;
|
|
942
966
|
};
|
|
967
|
+
bg: {
|
|
968
|
+
light: {
|
|
969
|
+
source: string;
|
|
970
|
+
};
|
|
971
|
+
dark: {
|
|
972
|
+
source: string;
|
|
973
|
+
};
|
|
974
|
+
};
|
|
943
975
|
};
|
|
944
976
|
};
|
|
945
977
|
overlay: {
|
|
@@ -1120,6 +1152,24 @@ declare const rawTypographyData: {
|
|
|
1120
1152
|
};
|
|
1121
1153
|
description: string;
|
|
1122
1154
|
};
|
|
1155
|
+
"2xs": {
|
|
1156
|
+
fontFamily: {
|
|
1157
|
+
source: string;
|
|
1158
|
+
};
|
|
1159
|
+
fontSize: {
|
|
1160
|
+
source: string;
|
|
1161
|
+
};
|
|
1162
|
+
fontWeight: {
|
|
1163
|
+
source: string;
|
|
1164
|
+
};
|
|
1165
|
+
lineHeight: {
|
|
1166
|
+
source: string;
|
|
1167
|
+
};
|
|
1168
|
+
letterSpacing: {
|
|
1169
|
+
source: string;
|
|
1170
|
+
};
|
|
1171
|
+
description: string;
|
|
1172
|
+
};
|
|
1123
1173
|
};
|
|
1124
1174
|
"text-medium": {
|
|
1125
1175
|
xs: {
|
|
@@ -1212,6 +1262,24 @@ declare const rawTypographyData: {
|
|
|
1212
1262
|
};
|
|
1213
1263
|
description: string;
|
|
1214
1264
|
};
|
|
1265
|
+
"2xs": {
|
|
1266
|
+
fontFamily: {
|
|
1267
|
+
source: string;
|
|
1268
|
+
};
|
|
1269
|
+
fontSize: {
|
|
1270
|
+
source: string;
|
|
1271
|
+
};
|
|
1272
|
+
fontWeight: {
|
|
1273
|
+
source: string;
|
|
1274
|
+
};
|
|
1275
|
+
lineHeight: {
|
|
1276
|
+
source: string;
|
|
1277
|
+
};
|
|
1278
|
+
letterSpacing: {
|
|
1279
|
+
source: string;
|
|
1280
|
+
};
|
|
1281
|
+
description: string;
|
|
1282
|
+
};
|
|
1215
1283
|
};
|
|
1216
1284
|
"text-semibold": {
|
|
1217
1285
|
xs: {
|
|
@@ -1544,6 +1612,24 @@ declare const rawTypographyData: {
|
|
|
1544
1612
|
};
|
|
1545
1613
|
description: string;
|
|
1546
1614
|
};
|
|
1615
|
+
xs: {
|
|
1616
|
+
fontFamily: {
|
|
1617
|
+
source: string;
|
|
1618
|
+
};
|
|
1619
|
+
fontSize: {
|
|
1620
|
+
source: string;
|
|
1621
|
+
};
|
|
1622
|
+
fontWeight: {
|
|
1623
|
+
source: string;
|
|
1624
|
+
};
|
|
1625
|
+
lineHeight: {
|
|
1626
|
+
source: string;
|
|
1627
|
+
};
|
|
1628
|
+
letterSpacing: {
|
|
1629
|
+
source: string;
|
|
1630
|
+
};
|
|
1631
|
+
description: string;
|
|
1632
|
+
};
|
|
1547
1633
|
};
|
|
1548
1634
|
"label-semibold": {
|
|
1549
1635
|
sm: {
|
|
@@ -2935,6 +3021,14 @@ declare const allCategoryData: {
|
|
|
2935
3021
|
};
|
|
2936
3022
|
description: string;
|
|
2937
3023
|
};
|
|
3024
|
+
bg: {
|
|
3025
|
+
light: {
|
|
3026
|
+
source: string;
|
|
3027
|
+
};
|
|
3028
|
+
dark: {
|
|
3029
|
+
source: string;
|
|
3030
|
+
};
|
|
3031
|
+
};
|
|
2938
3032
|
};
|
|
2939
3033
|
warning: {
|
|
2940
3034
|
base: {
|
|
@@ -2991,6 +3085,14 @@ declare const allCategoryData: {
|
|
|
2991
3085
|
};
|
|
2992
3086
|
description: string;
|
|
2993
3087
|
};
|
|
3088
|
+
bg: {
|
|
3089
|
+
light: {
|
|
3090
|
+
source: string;
|
|
3091
|
+
};
|
|
3092
|
+
dark: {
|
|
3093
|
+
source: string;
|
|
3094
|
+
};
|
|
3095
|
+
};
|
|
2994
3096
|
};
|
|
2995
3097
|
danger: {
|
|
2996
3098
|
base: {
|
|
@@ -3056,6 +3158,14 @@ declare const allCategoryData: {
|
|
|
3056
3158
|
};
|
|
3057
3159
|
description: string;
|
|
3058
3160
|
};
|
|
3161
|
+
bg: {
|
|
3162
|
+
light: {
|
|
3163
|
+
source: string;
|
|
3164
|
+
};
|
|
3165
|
+
dark: {
|
|
3166
|
+
source: string;
|
|
3167
|
+
};
|
|
3168
|
+
};
|
|
3059
3169
|
};
|
|
3060
3170
|
info: {
|
|
3061
3171
|
base: {
|
|
@@ -3112,6 +3222,14 @@ declare const allCategoryData: {
|
|
|
3112
3222
|
};
|
|
3113
3223
|
description: string;
|
|
3114
3224
|
};
|
|
3225
|
+
bg: {
|
|
3226
|
+
light: {
|
|
3227
|
+
source: string;
|
|
3228
|
+
};
|
|
3229
|
+
dark: {
|
|
3230
|
+
source: string;
|
|
3231
|
+
};
|
|
3232
|
+
};
|
|
3115
3233
|
};
|
|
3116
3234
|
};
|
|
3117
3235
|
overlay: {
|
|
@@ -3292,6 +3410,24 @@ declare const allCategoryData: {
|
|
|
3292
3410
|
};
|
|
3293
3411
|
description: string;
|
|
3294
3412
|
};
|
|
3413
|
+
"2xs": {
|
|
3414
|
+
fontFamily: {
|
|
3415
|
+
source: string;
|
|
3416
|
+
};
|
|
3417
|
+
fontSize: {
|
|
3418
|
+
source: string;
|
|
3419
|
+
};
|
|
3420
|
+
fontWeight: {
|
|
3421
|
+
source: string;
|
|
3422
|
+
};
|
|
3423
|
+
lineHeight: {
|
|
3424
|
+
source: string;
|
|
3425
|
+
};
|
|
3426
|
+
letterSpacing: {
|
|
3427
|
+
source: string;
|
|
3428
|
+
};
|
|
3429
|
+
description: string;
|
|
3430
|
+
};
|
|
3295
3431
|
};
|
|
3296
3432
|
"text-medium": {
|
|
3297
3433
|
xs: {
|
|
@@ -3384,6 +3520,24 @@ declare const allCategoryData: {
|
|
|
3384
3520
|
};
|
|
3385
3521
|
description: string;
|
|
3386
3522
|
};
|
|
3523
|
+
"2xs": {
|
|
3524
|
+
fontFamily: {
|
|
3525
|
+
source: string;
|
|
3526
|
+
};
|
|
3527
|
+
fontSize: {
|
|
3528
|
+
source: string;
|
|
3529
|
+
};
|
|
3530
|
+
fontWeight: {
|
|
3531
|
+
source: string;
|
|
3532
|
+
};
|
|
3533
|
+
lineHeight: {
|
|
3534
|
+
source: string;
|
|
3535
|
+
};
|
|
3536
|
+
letterSpacing: {
|
|
3537
|
+
source: string;
|
|
3538
|
+
};
|
|
3539
|
+
description: string;
|
|
3540
|
+
};
|
|
3387
3541
|
};
|
|
3388
3542
|
"text-semibold": {
|
|
3389
3543
|
xs: {
|
|
@@ -3716,6 +3870,24 @@ declare const allCategoryData: {
|
|
|
3716
3870
|
};
|
|
3717
3871
|
description: string;
|
|
3718
3872
|
};
|
|
3873
|
+
xs: {
|
|
3874
|
+
fontFamily: {
|
|
3875
|
+
source: string;
|
|
3876
|
+
};
|
|
3877
|
+
fontSize: {
|
|
3878
|
+
source: string;
|
|
3879
|
+
};
|
|
3880
|
+
fontWeight: {
|
|
3881
|
+
source: string;
|
|
3882
|
+
};
|
|
3883
|
+
lineHeight: {
|
|
3884
|
+
source: string;
|
|
3885
|
+
};
|
|
3886
|
+
letterSpacing: {
|
|
3887
|
+
source: string;
|
|
3888
|
+
};
|
|
3889
|
+
description: string;
|
|
3890
|
+
};
|
|
3719
3891
|
};
|
|
3720
3892
|
"label-semibold": {
|
|
3721
3893
|
sm: {
|
package/dist/index.js
CHANGED
|
@@ -799,6 +799,14 @@ var color_default = {
|
|
|
799
799
|
source: "green.300"
|
|
800
800
|
},
|
|
801
801
|
description: "Success - dim"
|
|
802
|
+
},
|
|
803
|
+
bg: {
|
|
804
|
+
light: {
|
|
805
|
+
source: "green.950"
|
|
806
|
+
},
|
|
807
|
+
dark: {
|
|
808
|
+
source: "green.50"
|
|
809
|
+
}
|
|
802
810
|
}
|
|
803
811
|
},
|
|
804
812
|
warning: {
|
|
@@ -855,6 +863,14 @@ var color_default = {
|
|
|
855
863
|
source: "yellow.300"
|
|
856
864
|
},
|
|
857
865
|
description: "Warning - dim"
|
|
866
|
+
},
|
|
867
|
+
bg: {
|
|
868
|
+
light: {
|
|
869
|
+
source: "yellow.950"
|
|
870
|
+
},
|
|
871
|
+
dark: {
|
|
872
|
+
source: "yellow.100"
|
|
873
|
+
}
|
|
858
874
|
}
|
|
859
875
|
},
|
|
860
876
|
danger: {
|
|
@@ -920,6 +936,14 @@ var color_default = {
|
|
|
920
936
|
source: "red.300"
|
|
921
937
|
},
|
|
922
938
|
description: "Danger - focus"
|
|
939
|
+
},
|
|
940
|
+
bg: {
|
|
941
|
+
light: {
|
|
942
|
+
source: "red.950"
|
|
943
|
+
},
|
|
944
|
+
dark: {
|
|
945
|
+
source: "red.100"
|
|
946
|
+
}
|
|
923
947
|
}
|
|
924
948
|
},
|
|
925
949
|
info: {
|
|
@@ -976,6 +1000,14 @@ var color_default = {
|
|
|
976
1000
|
source: "blue.300"
|
|
977
1001
|
},
|
|
978
1002
|
description: "Info - dim"
|
|
1003
|
+
},
|
|
1004
|
+
bg: {
|
|
1005
|
+
light: {
|
|
1006
|
+
source: "blue.950"
|
|
1007
|
+
},
|
|
1008
|
+
dark: {
|
|
1009
|
+
source: "blue.100"
|
|
1010
|
+
}
|
|
979
1011
|
}
|
|
980
1012
|
}
|
|
981
1013
|
},
|
|
@@ -1167,6 +1199,24 @@ var typography_default = {
|
|
|
1167
1199
|
source: "letterSpacing.-1"
|
|
1168
1200
|
},
|
|
1169
1201
|
description: "Extra large text"
|
|
1202
|
+
},
|
|
1203
|
+
"2xs": {
|
|
1204
|
+
fontFamily: {
|
|
1205
|
+
source: "fontFamily.sans"
|
|
1206
|
+
},
|
|
1207
|
+
fontSize: {
|
|
1208
|
+
source: "fontSize.10"
|
|
1209
|
+
},
|
|
1210
|
+
fontWeight: {
|
|
1211
|
+
source: "fontWeight.400"
|
|
1212
|
+
},
|
|
1213
|
+
lineHeight: {
|
|
1214
|
+
source: "lineHeight.150"
|
|
1215
|
+
},
|
|
1216
|
+
letterSpacing: {
|
|
1217
|
+
source: "letterSpacing.-1"
|
|
1218
|
+
},
|
|
1219
|
+
description: "2x extra small text"
|
|
1170
1220
|
}
|
|
1171
1221
|
},
|
|
1172
1222
|
"text-medium": {
|
|
@@ -1259,6 +1309,24 @@ var typography_default = {
|
|
|
1259
1309
|
source: "letterSpacing.-1"
|
|
1260
1310
|
},
|
|
1261
1311
|
description: "Extra large text - Medium"
|
|
1312
|
+
},
|
|
1313
|
+
"2xs": {
|
|
1314
|
+
fontFamily: {
|
|
1315
|
+
source: "fontFamily.sans"
|
|
1316
|
+
},
|
|
1317
|
+
fontSize: {
|
|
1318
|
+
source: "fontSize.10"
|
|
1319
|
+
},
|
|
1320
|
+
fontWeight: {
|
|
1321
|
+
source: "fontWeight.500"
|
|
1322
|
+
},
|
|
1323
|
+
lineHeight: {
|
|
1324
|
+
source: "lineHeight.150"
|
|
1325
|
+
},
|
|
1326
|
+
letterSpacing: {
|
|
1327
|
+
source: "letterSpacing.-1"
|
|
1328
|
+
},
|
|
1329
|
+
description: "2x extra small text - Medium"
|
|
1262
1330
|
}
|
|
1263
1331
|
},
|
|
1264
1332
|
"text-semibold": {
|
|
@@ -1591,6 +1659,24 @@ var typography_default = {
|
|
|
1591
1659
|
source: "fontFamily.sans"
|
|
1592
1660
|
},
|
|
1593
1661
|
description: "Label Large"
|
|
1662
|
+
},
|
|
1663
|
+
xs: {
|
|
1664
|
+
fontFamily: {
|
|
1665
|
+
source: "fontFamily.sans"
|
|
1666
|
+
},
|
|
1667
|
+
fontSize: {
|
|
1668
|
+
source: "fontSize.10"
|
|
1669
|
+
},
|
|
1670
|
+
fontWeight: {
|
|
1671
|
+
source: "fontWeight.500"
|
|
1672
|
+
},
|
|
1673
|
+
lineHeight: {
|
|
1674
|
+
source: "lineHeight.100"
|
|
1675
|
+
},
|
|
1676
|
+
letterSpacing: {
|
|
1677
|
+
source: "letterSpacing.0"
|
|
1678
|
+
},
|
|
1679
|
+
description: "Label Extra Small"
|
|
1594
1680
|
}
|
|
1595
1681
|
},
|
|
1596
1682
|
"label-semibold": {
|
|
@@ -1674,7 +1760,7 @@ var space_default = {
|
|
|
1674
1760
|
"56": "14rem",
|
|
1675
1761
|
"64": "16rem",
|
|
1676
1762
|
px: "1px",
|
|
1677
|
-
"1.5": "
|
|
1763
|
+
"1.5": "6px"
|
|
1678
1764
|
},
|
|
1679
1765
|
semantic: {
|
|
1680
1766
|
padding: {
|
package/dist/index.mjs
CHANGED
|
@@ -748,6 +748,14 @@ var color_default = {
|
|
|
748
748
|
source: "green.300"
|
|
749
749
|
},
|
|
750
750
|
description: "Success - dim"
|
|
751
|
+
},
|
|
752
|
+
bg: {
|
|
753
|
+
light: {
|
|
754
|
+
source: "green.950"
|
|
755
|
+
},
|
|
756
|
+
dark: {
|
|
757
|
+
source: "green.50"
|
|
758
|
+
}
|
|
751
759
|
}
|
|
752
760
|
},
|
|
753
761
|
warning: {
|
|
@@ -804,6 +812,14 @@ var color_default = {
|
|
|
804
812
|
source: "yellow.300"
|
|
805
813
|
},
|
|
806
814
|
description: "Warning - dim"
|
|
815
|
+
},
|
|
816
|
+
bg: {
|
|
817
|
+
light: {
|
|
818
|
+
source: "yellow.950"
|
|
819
|
+
},
|
|
820
|
+
dark: {
|
|
821
|
+
source: "yellow.100"
|
|
822
|
+
}
|
|
807
823
|
}
|
|
808
824
|
},
|
|
809
825
|
danger: {
|
|
@@ -869,6 +885,14 @@ var color_default = {
|
|
|
869
885
|
source: "red.300"
|
|
870
886
|
},
|
|
871
887
|
description: "Danger - focus"
|
|
888
|
+
},
|
|
889
|
+
bg: {
|
|
890
|
+
light: {
|
|
891
|
+
source: "red.950"
|
|
892
|
+
},
|
|
893
|
+
dark: {
|
|
894
|
+
source: "red.100"
|
|
895
|
+
}
|
|
872
896
|
}
|
|
873
897
|
},
|
|
874
898
|
info: {
|
|
@@ -925,6 +949,14 @@ var color_default = {
|
|
|
925
949
|
source: "blue.300"
|
|
926
950
|
},
|
|
927
951
|
description: "Info - dim"
|
|
952
|
+
},
|
|
953
|
+
bg: {
|
|
954
|
+
light: {
|
|
955
|
+
source: "blue.950"
|
|
956
|
+
},
|
|
957
|
+
dark: {
|
|
958
|
+
source: "blue.100"
|
|
959
|
+
}
|
|
928
960
|
}
|
|
929
961
|
}
|
|
930
962
|
},
|
|
@@ -1116,6 +1148,24 @@ var typography_default = {
|
|
|
1116
1148
|
source: "letterSpacing.-1"
|
|
1117
1149
|
},
|
|
1118
1150
|
description: "Extra large text"
|
|
1151
|
+
},
|
|
1152
|
+
"2xs": {
|
|
1153
|
+
fontFamily: {
|
|
1154
|
+
source: "fontFamily.sans"
|
|
1155
|
+
},
|
|
1156
|
+
fontSize: {
|
|
1157
|
+
source: "fontSize.10"
|
|
1158
|
+
},
|
|
1159
|
+
fontWeight: {
|
|
1160
|
+
source: "fontWeight.400"
|
|
1161
|
+
},
|
|
1162
|
+
lineHeight: {
|
|
1163
|
+
source: "lineHeight.150"
|
|
1164
|
+
},
|
|
1165
|
+
letterSpacing: {
|
|
1166
|
+
source: "letterSpacing.-1"
|
|
1167
|
+
},
|
|
1168
|
+
description: "2x extra small text"
|
|
1119
1169
|
}
|
|
1120
1170
|
},
|
|
1121
1171
|
"text-medium": {
|
|
@@ -1208,6 +1258,24 @@ var typography_default = {
|
|
|
1208
1258
|
source: "letterSpacing.-1"
|
|
1209
1259
|
},
|
|
1210
1260
|
description: "Extra large text - Medium"
|
|
1261
|
+
},
|
|
1262
|
+
"2xs": {
|
|
1263
|
+
fontFamily: {
|
|
1264
|
+
source: "fontFamily.sans"
|
|
1265
|
+
},
|
|
1266
|
+
fontSize: {
|
|
1267
|
+
source: "fontSize.10"
|
|
1268
|
+
},
|
|
1269
|
+
fontWeight: {
|
|
1270
|
+
source: "fontWeight.500"
|
|
1271
|
+
},
|
|
1272
|
+
lineHeight: {
|
|
1273
|
+
source: "lineHeight.150"
|
|
1274
|
+
},
|
|
1275
|
+
letterSpacing: {
|
|
1276
|
+
source: "letterSpacing.-1"
|
|
1277
|
+
},
|
|
1278
|
+
description: "2x extra small text - Medium"
|
|
1211
1279
|
}
|
|
1212
1280
|
},
|
|
1213
1281
|
"text-semibold": {
|
|
@@ -1540,6 +1608,24 @@ var typography_default = {
|
|
|
1540
1608
|
source: "fontFamily.sans"
|
|
1541
1609
|
},
|
|
1542
1610
|
description: "Label Large"
|
|
1611
|
+
},
|
|
1612
|
+
xs: {
|
|
1613
|
+
fontFamily: {
|
|
1614
|
+
source: "fontFamily.sans"
|
|
1615
|
+
},
|
|
1616
|
+
fontSize: {
|
|
1617
|
+
source: "fontSize.10"
|
|
1618
|
+
},
|
|
1619
|
+
fontWeight: {
|
|
1620
|
+
source: "fontWeight.500"
|
|
1621
|
+
},
|
|
1622
|
+
lineHeight: {
|
|
1623
|
+
source: "lineHeight.100"
|
|
1624
|
+
},
|
|
1625
|
+
letterSpacing: {
|
|
1626
|
+
source: "letterSpacing.0"
|
|
1627
|
+
},
|
|
1628
|
+
description: "Label Extra Small"
|
|
1543
1629
|
}
|
|
1544
1630
|
},
|
|
1545
1631
|
"label-semibold": {
|
|
@@ -1623,7 +1709,7 @@ var space_default = {
|
|
|
1623
1709
|
"56": "14rem",
|
|
1624
1710
|
"64": "16rem",
|
|
1625
1711
|
px: "1px",
|
|
1626
|
-
"1.5": "
|
|
1712
|
+
"1.5": "6px"
|
|
1627
1713
|
},
|
|
1628
1714
|
semantic: {
|
|
1629
1715
|
padding: {
|
package/package.json
CHANGED
package/src/data/color.json
CHANGED
|
@@ -747,6 +747,14 @@
|
|
|
747
747
|
"source": "green.300"
|
|
748
748
|
},
|
|
749
749
|
"description": "Success - dim"
|
|
750
|
+
},
|
|
751
|
+
"bg": {
|
|
752
|
+
"light": {
|
|
753
|
+
"source": "green.950"
|
|
754
|
+
},
|
|
755
|
+
"dark": {
|
|
756
|
+
"source": "green.50"
|
|
757
|
+
}
|
|
750
758
|
}
|
|
751
759
|
},
|
|
752
760
|
"warning": {
|
|
@@ -803,6 +811,14 @@
|
|
|
803
811
|
"source": "yellow.300"
|
|
804
812
|
},
|
|
805
813
|
"description": "Warning - dim"
|
|
814
|
+
},
|
|
815
|
+
"bg": {
|
|
816
|
+
"light": {
|
|
817
|
+
"source": "yellow.950"
|
|
818
|
+
},
|
|
819
|
+
"dark": {
|
|
820
|
+
"source": "yellow.100"
|
|
821
|
+
}
|
|
806
822
|
}
|
|
807
823
|
},
|
|
808
824
|
"danger": {
|
|
@@ -868,6 +884,14 @@
|
|
|
868
884
|
"source": "red.300"
|
|
869
885
|
},
|
|
870
886
|
"description": "Danger - focus"
|
|
887
|
+
},
|
|
888
|
+
"bg": {
|
|
889
|
+
"light": {
|
|
890
|
+
"source": "red.950"
|
|
891
|
+
},
|
|
892
|
+
"dark": {
|
|
893
|
+
"source": "red.100"
|
|
894
|
+
}
|
|
871
895
|
}
|
|
872
896
|
},
|
|
873
897
|
"info": {
|
|
@@ -924,6 +948,14 @@
|
|
|
924
948
|
"source": "blue.300"
|
|
925
949
|
},
|
|
926
950
|
"description": "Info - dim"
|
|
951
|
+
},
|
|
952
|
+
"bg": {
|
|
953
|
+
"light": {
|
|
954
|
+
"source": "blue.950"
|
|
955
|
+
},
|
|
956
|
+
"dark": {
|
|
957
|
+
"source": "blue.100"
|
|
958
|
+
}
|
|
927
959
|
}
|
|
928
960
|
}
|
|
929
961
|
},
|
package/src/data/space.json
CHANGED
package/src/data/typography.json
CHANGED
|
@@ -140,6 +140,24 @@
|
|
|
140
140
|
"source": "letterSpacing.-1"
|
|
141
141
|
},
|
|
142
142
|
"description": "Extra large text"
|
|
143
|
+
},
|
|
144
|
+
"2xs": {
|
|
145
|
+
"fontFamily": {
|
|
146
|
+
"source": "fontFamily.sans"
|
|
147
|
+
},
|
|
148
|
+
"fontSize": {
|
|
149
|
+
"source": "fontSize.10"
|
|
150
|
+
},
|
|
151
|
+
"fontWeight": {
|
|
152
|
+
"source": "fontWeight.400"
|
|
153
|
+
},
|
|
154
|
+
"lineHeight": {
|
|
155
|
+
"source": "lineHeight.150"
|
|
156
|
+
},
|
|
157
|
+
"letterSpacing": {
|
|
158
|
+
"source": "letterSpacing.-1"
|
|
159
|
+
},
|
|
160
|
+
"description": "2x extra small text"
|
|
143
161
|
}
|
|
144
162
|
},
|
|
145
163
|
"text-medium": {
|
|
@@ -232,6 +250,24 @@
|
|
|
232
250
|
"source": "letterSpacing.-1"
|
|
233
251
|
},
|
|
234
252
|
"description": "Extra large text - Medium"
|
|
253
|
+
},
|
|
254
|
+
"2xs": {
|
|
255
|
+
"fontFamily": {
|
|
256
|
+
"source": "fontFamily.sans"
|
|
257
|
+
},
|
|
258
|
+
"fontSize": {
|
|
259
|
+
"source": "fontSize.10"
|
|
260
|
+
},
|
|
261
|
+
"fontWeight": {
|
|
262
|
+
"source": "fontWeight.500"
|
|
263
|
+
},
|
|
264
|
+
"lineHeight": {
|
|
265
|
+
"source": "lineHeight.150"
|
|
266
|
+
},
|
|
267
|
+
"letterSpacing": {
|
|
268
|
+
"source": "letterSpacing.-1"
|
|
269
|
+
},
|
|
270
|
+
"description": "2x extra small text - Medium"
|
|
235
271
|
}
|
|
236
272
|
},
|
|
237
273
|
"text-semibold": {
|
|
@@ -564,6 +600,24 @@
|
|
|
564
600
|
"source": "fontFamily.sans"
|
|
565
601
|
},
|
|
566
602
|
"description": "Label Large"
|
|
603
|
+
},
|
|
604
|
+
"xs": {
|
|
605
|
+
"fontFamily": {
|
|
606
|
+
"source": "fontFamily.sans"
|
|
607
|
+
},
|
|
608
|
+
"fontSize": {
|
|
609
|
+
"source": "fontSize.10"
|
|
610
|
+
},
|
|
611
|
+
"fontWeight": {
|
|
612
|
+
"source": "fontWeight.500"
|
|
613
|
+
},
|
|
614
|
+
"lineHeight": {
|
|
615
|
+
"source": "lineHeight.100"
|
|
616
|
+
},
|
|
617
|
+
"letterSpacing": {
|
|
618
|
+
"source": "letterSpacing.0"
|
|
619
|
+
},
|
|
620
|
+
"description": "Label Extra Small"
|
|
567
621
|
}
|
|
568
622
|
},
|
|
569
623
|
"label-semibold": {
|
|
@@ -623,4 +677,4 @@
|
|
|
623
677
|
}
|
|
624
678
|
}
|
|
625
679
|
}
|
|
626
|
-
}
|
|
680
|
+
}
|