@economic/taco 1.22.8 → 1.23.0
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.d.ts +12 -0
- package/dist/components/Alert/Alert.stories.d.ts +36 -0
- package/dist/components/Badge/Badge.d.ts +44 -13
- package/dist/components/BadgeIcon/BadgeIcon.d.ts +19 -0
- package/dist/components/BadgeIcon/BadgeIcon.stories.d.ts +12 -0
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Datepicker/Datepicker.stories.d.ts +1 -1
- package/dist/components/Select/Select.stories.d.ts +1 -1
- package/dist/components/Select/useSelect.d.ts +1 -1
- package/dist/components/Select2/Select2.d.ts +1 -2
- package/dist/components/Select2/Select2.stories.d.ts +0 -1
- package/dist/components/Select2/components/Context.d.ts +3 -1
- package/dist/components/Select2/components/Create.d.ts +1 -1
- package/dist/components/Select2/components/Edit.d.ts +2 -2
- package/dist/components/Select2/components/Option.d.ts +2 -2
- package/dist/components/Select2/utilities.d.ts +1 -1
- package/dist/components/Table2/components/row/Context.d.ts +3 -1
- package/dist/components/Tag/Tag.d.ts +3 -14
- package/dist/esm/index.css +14 -2
- package/dist/esm/packages/taco/src/components/Accordion/Accordion.js +1 -1
- package/dist/esm/packages/taco/src/components/Alert/Alert.js +49 -0
- package/dist/esm/packages/taco/src/components/Alert/Alert.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Content.js +1 -1
- package/dist/esm/packages/taco/src/components/Badge/Badge.js +28 -8
- package/dist/esm/packages/taco/src/components/Badge/Badge.js.map +1 -1
- package/dist/esm/packages/taco/src/components/BadgeIcon/BadgeIcon.js +30 -0
- package/dist/esm/packages/taco/src/components/BadgeIcon/BadgeIcon.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Hanger/Hanger.js +1 -1
- package/dist/esm/packages/taco/src/components/Popover/Popover.js +1 -1
- package/dist/esm/packages/taco/src/components/Select/useSelect.js +2 -0
- package/dist/esm/packages/taco/src/components/Select/useSelect.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/Select2.js +12 -3
- package/dist/esm/packages/taco/src/components/Select2/Select2.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Context.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Create.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js +2 -3
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Option.js +2 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Option.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/utilities.js +5 -1
- package/dist/esm/packages/taco/src/components/Select2/utilities.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/components/ColumnSettingsButton.js +7 -5
- package/dist/esm/packages/taco/src/components/Table2/components/ColumnSettingsButton.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/components/row/Context.js +5 -2
- package/dist/esm/packages/taco/src/components/Table2/components/row/Context.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/components/row/Row.js +2 -1
- package/dist/esm/packages/taco/src/components/Table2/components/row/Row.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/hooks/useColumnDefinitions.js +4 -3
- package/dist/esm/packages/taco/src/components/Table2/hooks/useColumnDefinitions.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/hooks/useTable.js +2 -2
- package/dist/esm/packages/taco/src/components/Table2/hooks/useTable.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js +3 -1
- package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Tag/Tag.js +3 -13
- package/dist/esm/packages/taco/src/components/Tag/Tag.js.map +1 -1
- package/dist/esm/packages/taco/src/hooks/useIsFormControl.js +1 -1
- package/dist/esm/packages/taco/src/hooks/useIsFormControl.js.map +1 -1
- package/dist/esm/packages/taco/src/{components/Table2/hooks/useShouldPauseHoverState.js → hooks/useIsHoverStatePaused.js} +3 -3
- package/dist/esm/packages/taco/src/hooks/useIsHoverStatePaused.js.map +1 -0
- package/dist/esm/packages/taco/src/index.js +5 -3
- package/dist/esm/packages/taco/src/index.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js +6 -0
- package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js +2 -2
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js.map +1 -1
- package/dist/esm/packages/taco/src/utils/taillwind.js +79 -20
- package/dist/esm/packages/taco/src/utils/taillwind.js.map +1 -1
- package/dist/hooks/useIsHoverStatePaused.d.ts +2 -0
- package/dist/index.css +14 -2
- package/dist/index.d.ts +2 -0
- package/dist/taco.cjs.development.js +370 -211
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/utils/taillwind.d.ts +6 -4
- package/package.json +2 -2
- package/tailwind.config.js +9 -11
- package/types.json +92 -30
- package/dist/components/Badge/Badge.stories.d.ts +0 -15
- package/dist/components/Table2/hooks/useShouldPauseHoverState.d.ts +0 -2
- package/dist/esm/packages/taco/src/components/Table2/hooks/useShouldPauseHoverState.js.map +0 -1
- package/dist/utils/colors.d.ts +0 -12
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { AVAILABLE_COLORS } from './utils/taillwind';
|
|
1
2
|
export declare type Appearance = 'default' | 'primary' | 'danger' | 'ghost' | 'discrete';
|
|
2
3
|
export declare type State = 'default' | 'success' | 'error' | 'warning' | 'information';
|
|
3
4
|
export declare type Locale = 'en-GB' | 'da-DK' | 'sv-SE' | 'no-NO';
|
|
4
5
|
export declare type Orientation = 'horizontal' | 'vertical';
|
|
5
6
|
export declare type Align = 'start' | 'center' | 'end';
|
|
6
7
|
export declare type Placement = 'right' | 'left' | 'top' | 'bottom';
|
|
8
|
+
export declare type Color = (typeof AVAILABLE_COLORS)[number];
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
1
|
+
import { Color, State } from '../types';
|
|
2
|
+
export declare const AVAILABLE_COLORS: readonly ["green", "yellow", "red", "blue", "purple", "brown", "pink", "orange", "grey", "transparent"];
|
|
3
|
+
export declare const getColorByState: (state: State | undefined) => Color;
|
|
4
|
+
export declare const getOutlineColorShadeClasses: (state: Color | undefined) => string;
|
|
5
|
+
export declare const getSubtleColorShadeClasses: (value: Color | undefined) => string;
|
|
6
|
+
export declare const getColorShadeClasses: (value: Color | undefined) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@economic/taco",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"not ie < 11"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "a40cbd60fdf92d7944e07af8d2b8da38455059f7"
|
|
135
135
|
}
|
package/tailwind.config.js
CHANGED
|
@@ -153,7 +153,7 @@ module.exports = {
|
|
|
153
153
|
},
|
|
154
154
|
'.wcag-pink-300': {
|
|
155
155
|
background: theme('colors.pink.300'),
|
|
156
|
-
color: theme('colors.
|
|
156
|
+
color: theme('colors.pink.900'),
|
|
157
157
|
},
|
|
158
158
|
'.wcag-pink-500': {
|
|
159
159
|
background: theme('colors.pink.500'),
|
|
@@ -161,13 +161,12 @@ module.exports = {
|
|
|
161
161
|
},
|
|
162
162
|
'.wcag-pink-700': {
|
|
163
163
|
background: theme('colors.pink.700'),
|
|
164
|
-
color: '
|
|
164
|
+
color: theme('colors.white'),
|
|
165
165
|
},
|
|
166
166
|
'.wcag-pink-900': {
|
|
167
167
|
background: theme('colors.pink.900'),
|
|
168
168
|
color: theme('colors.white'),
|
|
169
169
|
},
|
|
170
|
-
|
|
171
170
|
'.wcag-purple-100': {
|
|
172
171
|
background: theme('colors.purple.100'),
|
|
173
172
|
color: theme('colors.purple.900'),
|
|
@@ -182,7 +181,7 @@ module.exports = {
|
|
|
182
181
|
},
|
|
183
182
|
'.wcag-purple-500': {
|
|
184
183
|
background: theme('colors.purple.500'),
|
|
185
|
-
color: theme('colors.
|
|
184
|
+
color: theme('colors.white'),
|
|
186
185
|
},
|
|
187
186
|
'.wcag-purple-700': {
|
|
188
187
|
background: theme('colors.purple.700'),
|
|
@@ -390,7 +389,6 @@ module.exports = {
|
|
|
390
389
|
background: theme('colors.yellow.900'),
|
|
391
390
|
color: theme('colors.white'),
|
|
392
391
|
},
|
|
393
|
-
|
|
394
392
|
'.wcag-brown-100': {
|
|
395
393
|
background: theme('colors.brown.100'),
|
|
396
394
|
color: theme('colors.brown.900'),
|
|
@@ -405,7 +403,7 @@ module.exports = {
|
|
|
405
403
|
},
|
|
406
404
|
'.wcag-brown-500': {
|
|
407
405
|
background: theme('colors.brown.500'),
|
|
408
|
-
color: theme('colors.
|
|
406
|
+
color: theme('colors.white'),
|
|
409
407
|
},
|
|
410
408
|
'.wcag-brown-700': {
|
|
411
409
|
background: theme('colors.brown.700'),
|
|
@@ -499,8 +497,8 @@ module.exports = {
|
|
|
499
497
|
},
|
|
500
498
|
'.yt-yellow-inverted': {
|
|
501
499
|
background: theme('colors.transparent'),
|
|
502
|
-
border: `1px solid ${theme('colors.yellow.
|
|
503
|
-
color: theme('colors.yellow.
|
|
500
|
+
border: `1px solid ${theme('colors.yellow.700')}`,
|
|
501
|
+
color: theme('colors.yellow.700'),
|
|
504
502
|
},
|
|
505
503
|
'.yt-red-solid': {
|
|
506
504
|
background: theme('colors.red.500'),
|
|
@@ -512,13 +510,13 @@ module.exports = {
|
|
|
512
510
|
color: theme('colors.red.500'),
|
|
513
511
|
},
|
|
514
512
|
'.yt-green-solid': {
|
|
515
|
-
background: theme('colors.green.
|
|
513
|
+
background: theme('colors.green.700'),
|
|
516
514
|
color: theme('colors.white'),
|
|
517
515
|
},
|
|
518
516
|
'.yt-green-inverted': {
|
|
519
517
|
background: theme('colors.transparent'),
|
|
520
|
-
border: `1px solid ${theme('colors.green.
|
|
521
|
-
color: theme('colors.green.
|
|
518
|
+
border: `1px solid ${theme('colors.green.700')}`,
|
|
519
|
+
color: theme('colors.green.700'),
|
|
522
520
|
},
|
|
523
521
|
'.yt-grey-solid': {
|
|
524
522
|
background: theme('colors.grey.200'),
|
package/types.json
CHANGED
|
@@ -25,6 +25,32 @@
|
|
|
25
25
|
],
|
|
26
26
|
"AccordionTriggerProps": "HTMLAttributes<HTMLElement>"
|
|
27
27
|
},
|
|
28
|
+
"Alert": {
|
|
29
|
+
"AlertProps": {
|
|
30
|
+
"intersections": [
|
|
31
|
+
"Omit<HTMLAttributes<HTMLDivElement>, 'children'>"
|
|
32
|
+
],
|
|
33
|
+
"props": [
|
|
34
|
+
{
|
|
35
|
+
"name": "children",
|
|
36
|
+
"optional": false,
|
|
37
|
+
"type": "React.ReactNode"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "onClose",
|
|
41
|
+
"optional": true,
|
|
42
|
+
"type": {
|
|
43
|
+
"returnValue": "void"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "state",
|
|
48
|
+
"optional": true,
|
|
49
|
+
"type": "State"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
28
54
|
"AlertDialog": {
|
|
29
55
|
"AlertDialogProps": {
|
|
30
56
|
"props": [
|
|
@@ -306,6 +332,16 @@
|
|
|
306
332
|
"returnValue": "void"
|
|
307
333
|
}
|
|
308
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"name": "setShouldPauseHoverState",
|
|
337
|
+
"optional": false,
|
|
338
|
+
"type": {
|
|
339
|
+
"arguments": {
|
|
340
|
+
"pause": "boolean"
|
|
341
|
+
},
|
|
342
|
+
"returnValue": "void"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
309
345
|
{
|
|
310
346
|
"name": "setValidationError",
|
|
311
347
|
"optional": false,
|
|
@@ -329,6 +365,11 @@
|
|
|
329
365
|
"returnValue": "void"
|
|
330
366
|
}
|
|
331
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"name": "shouldPauseHoverState",
|
|
370
|
+
"optional": false,
|
|
371
|
+
"type": "boolean"
|
|
372
|
+
},
|
|
332
373
|
{
|
|
333
374
|
"name": "tags",
|
|
334
375
|
"optional": true,
|
|
@@ -472,7 +513,7 @@
|
|
|
472
513
|
"BackdropProps": "HTMLAttributes<HTMLDivElement>"
|
|
473
514
|
},
|
|
474
515
|
"Badge": {
|
|
475
|
-
"
|
|
516
|
+
"BadgeBaseProps": {
|
|
476
517
|
"intersections": [
|
|
477
518
|
"HTMLAttributes<HTMLSpanElement>"
|
|
478
519
|
],
|
|
@@ -484,22 +525,49 @@
|
|
|
484
525
|
"type": "React.ReactNode"
|
|
485
526
|
},
|
|
486
527
|
{
|
|
487
|
-
"description": "
|
|
488
|
-
"name": "
|
|
528
|
+
"description": "Background color",
|
|
529
|
+
"name": "color",
|
|
489
530
|
"optional": true,
|
|
490
|
-
"type": "
|
|
531
|
+
"type": "Color"
|
|
491
532
|
},
|
|
492
533
|
{
|
|
493
|
-
"description": "Show
|
|
494
|
-
"name": "
|
|
534
|
+
"description": "Show small version of badge",
|
|
535
|
+
"name": "small",
|
|
495
536
|
"optional": true,
|
|
496
537
|
"type": "boolean"
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
"BadgeProps": [
|
|
542
|
+
"CompactBadgeProps",
|
|
543
|
+
"OutlineBadgeProps",
|
|
544
|
+
"SubtleBadgeProps",
|
|
545
|
+
"StatusBadgeProps"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
"BadgeIcon": {
|
|
549
|
+
"BadgeIconProps": {
|
|
550
|
+
"intersections": [
|
|
551
|
+
"HTMLAttributes<HTMLSpanElement>"
|
|
552
|
+
],
|
|
553
|
+
"props": [
|
|
554
|
+
{
|
|
555
|
+
"description": "Background color",
|
|
556
|
+
"name": "color",
|
|
557
|
+
"optional": true,
|
|
558
|
+
"type": "Color"
|
|
497
559
|
},
|
|
498
560
|
{
|
|
499
|
-
"description": "
|
|
500
|
-
"name": "
|
|
561
|
+
"description": "Icon type",
|
|
562
|
+
"name": "icon",
|
|
563
|
+
"optional": false,
|
|
564
|
+
"type": "IconName"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"description": "Show subtle version",
|
|
568
|
+
"name": "subtle",
|
|
501
569
|
"optional": true,
|
|
502
|
-
"type": "
|
|
570
|
+
"type": "boolean"
|
|
503
571
|
}
|
|
504
572
|
]
|
|
505
573
|
}
|
|
@@ -2719,11 +2787,6 @@
|
|
|
2719
2787
|
"optional": true,
|
|
2720
2788
|
"type": "Select2Value"
|
|
2721
2789
|
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "disableSearch",
|
|
2724
|
-
"optional": true,
|
|
2725
|
-
"type": "boolean"
|
|
2726
|
-
},
|
|
2727
2790
|
{
|
|
2728
2791
|
"name": "disabled",
|
|
2729
2792
|
"optional": true,
|
|
@@ -2925,7 +2988,7 @@
|
|
|
2925
2988
|
{
|
|
2926
2989
|
"name": "color",
|
|
2927
2990
|
"optional": true,
|
|
2928
|
-
"type": "
|
|
2991
|
+
"type": "Color"
|
|
2929
2992
|
},
|
|
2930
2993
|
{
|
|
2931
2994
|
"name": "text",
|
|
@@ -2986,7 +3049,7 @@
|
|
|
2986
3049
|
{
|
|
2987
3050
|
"type": "reflection",
|
|
2988
3051
|
"declaration": {
|
|
2989
|
-
"id":
|
|
3052
|
+
"id": 2961,
|
|
2990
3053
|
"name": "__type",
|
|
2991
3054
|
"kind": 65536,
|
|
2992
3055
|
"kindString": "Type literal",
|
|
@@ -3186,7 +3249,7 @@
|
|
|
3186
3249
|
"constraint": {
|
|
3187
3250
|
"type": "reflection",
|
|
3188
3251
|
"declaration": {
|
|
3189
|
-
"id":
|
|
3252
|
+
"id": 1696,
|
|
3190
3253
|
"name": "__type",
|
|
3191
3254
|
"kind": 65536,
|
|
3192
3255
|
"kindString": "Type literal",
|
|
@@ -5697,18 +5760,6 @@
|
|
|
5697
5760
|
}
|
|
5698
5761
|
},
|
|
5699
5762
|
"Tag": {
|
|
5700
|
-
"TagColor": {
|
|
5701
|
-
"type": "typeOperator",
|
|
5702
|
-
"operator": "keyof",
|
|
5703
|
-
"target": {
|
|
5704
|
-
"type": "query",
|
|
5705
|
-
"queryType": {
|
|
5706
|
-
"type": "reference",
|
|
5707
|
-
"id": 2797,
|
|
5708
|
-
"name": "TAG_COLORS"
|
|
5709
|
-
}
|
|
5710
|
-
}
|
|
5711
|
-
},
|
|
5712
5763
|
"TagProps": {
|
|
5713
5764
|
"intersections": [
|
|
5714
5765
|
"Omit<HTMLAttributes<HTMLSpanElement>, 'children'>"
|
|
@@ -5722,7 +5773,7 @@
|
|
|
5722
5773
|
{
|
|
5723
5774
|
"name": "color",
|
|
5724
5775
|
"optional": true,
|
|
5725
|
-
"type": "
|
|
5776
|
+
"type": "Color"
|
|
5726
5777
|
},
|
|
5727
5778
|
{
|
|
5728
5779
|
"name": "disabled",
|
|
@@ -6145,6 +6196,17 @@
|
|
|
6145
6196
|
"'ghost'",
|
|
6146
6197
|
"'discrete'"
|
|
6147
6198
|
],
|
|
6199
|
+
"Color": {
|
|
6200
|
+
"type": "indexedAccess",
|
|
6201
|
+
"indexType": {
|
|
6202
|
+
"type": "intrinsic",
|
|
6203
|
+
"name": "number"
|
|
6204
|
+
},
|
|
6205
|
+
"objectType": {
|
|
6206
|
+
"type": "intrinsic",
|
|
6207
|
+
"name": "Object"
|
|
6208
|
+
}
|
|
6209
|
+
},
|
|
6148
6210
|
"Locale": [
|
|
6149
6211
|
"'en-GB'",
|
|
6150
6212
|
"'da-DK'",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & {
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
compact?: boolean | undefined;
|
|
7
|
-
outline?: boolean | undefined;
|
|
8
|
-
state?: "default" | "warning" | "information" | "success" | "error" | undefined;
|
|
9
|
-
} & React.RefAttributes<HTMLSpanElement>>;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
12
|
-
export declare const Default: () => JSX.Element;
|
|
13
|
-
export declare const Outline: () => JSX.Element;
|
|
14
|
-
export declare const CompactOutline: () => JSX.Element;
|
|
15
|
-
export declare const KitchenSink: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useShouldPauseHoverState.js","sources":["../../../../../../../../src/components/Table2/hooks/useShouldPauseHoverState.ts"],"sourcesContent":["import { OnChangeFn } from '@tanstack/react-table';\nimport React from 'react';\n\nexport const useShouldPauseHoverState = (): [boolean, OnChangeFn<boolean>] => {\n const [shouldPauseHoverState, setShouldPauseHoverState] = React.useState<boolean>(false);\n\n // as soon as the mouse starts moving again, unpause hover state\n React.useEffect(() => {\n const move = () => setShouldPauseHoverState(false);\n\n if (shouldPauseHoverState) {\n document.addEventListener('mousemove', move);\n }\n\n return () => {\n document.removeEventListener('mousemove', move);\n };\n }, [shouldPauseHoverState]);\n\n return [shouldPauseHoverState, setShouldPauseHoverState];\n};\n"],"names":["useShouldPauseHoverState","shouldPauseHoverState","setShouldPauseHoverState","React","useState","useEffect","move","document","addEventListener","removeEventListener"],"mappings":";;MAGaA,wBAAwB,GAAG;EACpC,MAAM,CAACC,qBAAqB,EAAEC,wBAAwB,CAAC,GAAGC,cAAK,CAACC,QAAQ,CAAU,KAAK,CAAC;;EAGxFD,cAAK,CAACE,SAAS,CAAC;IACZ,MAAMC,IAAI,GAAG,MAAMJ,wBAAwB,CAAC,KAAK,CAAC;IAElD,IAAID,qBAAqB,EAAE;MACvBM,QAAQ,CAACC,gBAAgB,CAAC,WAAW,EAAEF,IAAI,CAAC;;IAGhD,OAAO;MACHC,QAAQ,CAACE,mBAAmB,CAAC,WAAW,EAAEH,IAAI,CAAC;KAClD;GACJ,EAAE,CAACL,qBAAqB,CAAC,CAAC;EAE3B,OAAO,CAACA,qBAAqB,EAAEC,wBAAwB,CAAC;AAC5D;;;;"}
|
package/dist/utils/colors.d.ts
DELETED