@itcase/ui 1.9.7 → 1.9.9
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/cjs/components/Warning.js +36 -10
- package/dist/components/Warning.js +36 -10
- package/dist/css/styles/bundles.css +1 -0
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +44 -44
- package/dist/types/components/Badge/Badge.appearance.d.ts +55 -55
- package/dist/types/components/Button/Button.appearance.d.ts +55 -55
- package/dist/types/components/Divider/Divider.appearance.d.ts +55 -55
- package/dist/types/components/Label/Label.appearance.d.ts +55 -55
- package/dist/types/components/Loader/Loader.appearance.d.ts +55 -55
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +55 -55
- package/dist/types/components/Modal/Modal.appearance.d.ts +55 -55
- package/dist/types/components/Overlay/Overlay.appearance.d.ts +2 -2
- package/dist/types/components/Text/Text.appearance.d.ts +55 -55
- package/dist/types/components/Tile/Tile.appearance.d.ts +36 -36
- package/dist/types/components/Title/Title.appearance.d.ts +57 -57
- package/dist/types/components/Tooltip/Tooltip.appearance.d.ts +37 -37
- package/dist/types/components/Warning/Warning.appearance.d.ts +22 -0
- package/dist/types/components/Warning/appearance/warningShape.d.ts +25 -0
- package/package.json +5 -5
|
@@ -23,7 +23,7 @@ export declare const tooltipAppearance: {
|
|
|
23
23
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
24
24
|
wrap?: import("@itcase/types").WrapProps;
|
|
25
25
|
} | undefined;
|
|
26
|
-
|
|
26
|
+
errorPrimary?: {
|
|
27
27
|
align?: null;
|
|
28
28
|
alignDirection?: null;
|
|
29
29
|
alignment?: null;
|
|
@@ -47,7 +47,7 @@ export declare const tooltipAppearance: {
|
|
|
47
47
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
48
48
|
wrap?: import("@itcase/types").WrapProps;
|
|
49
49
|
} | undefined;
|
|
50
|
-
|
|
50
|
+
errorSecondary?: {
|
|
51
51
|
align?: null;
|
|
52
52
|
alignDirection?: null;
|
|
53
53
|
alignment?: null;
|
|
@@ -71,7 +71,7 @@ export declare const tooltipAppearance: {
|
|
|
71
71
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
72
72
|
wrap?: import("@itcase/types").WrapProps;
|
|
73
73
|
} | undefined;
|
|
74
|
-
|
|
74
|
+
errorTertiary?: {
|
|
75
75
|
align?: null;
|
|
76
76
|
alignDirection?: null;
|
|
77
77
|
alignment?: null;
|
|
@@ -95,7 +95,7 @@ export declare const tooltipAppearance: {
|
|
|
95
95
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
96
96
|
wrap?: import("@itcase/types").WrapProps;
|
|
97
97
|
} | undefined;
|
|
98
|
-
|
|
98
|
+
errorQuaternary?: {
|
|
99
99
|
align?: null;
|
|
100
100
|
alignDirection?: null;
|
|
101
101
|
alignment?: null;
|
|
@@ -119,7 +119,7 @@ export declare const tooltipAppearance: {
|
|
|
119
119
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
120
120
|
wrap?: import("@itcase/types").WrapProps;
|
|
121
121
|
} | undefined;
|
|
122
|
-
|
|
122
|
+
successPrimary?: {
|
|
123
123
|
align?: null;
|
|
124
124
|
alignDirection?: null;
|
|
125
125
|
alignment?: null;
|
|
@@ -143,7 +143,7 @@ export declare const tooltipAppearance: {
|
|
|
143
143
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
144
144
|
wrap?: import("@itcase/types").WrapProps;
|
|
145
145
|
} | undefined;
|
|
146
|
-
|
|
146
|
+
successSecondary?: {
|
|
147
147
|
align?: null;
|
|
148
148
|
alignDirection?: null;
|
|
149
149
|
alignment?: null;
|
|
@@ -167,7 +167,7 @@ export declare const tooltipAppearance: {
|
|
|
167
167
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
168
168
|
wrap?: import("@itcase/types").WrapProps;
|
|
169
169
|
} | undefined;
|
|
170
|
-
|
|
170
|
+
successTertiary?: {
|
|
171
171
|
align?: null;
|
|
172
172
|
alignDirection?: null;
|
|
173
173
|
alignment?: null;
|
|
@@ -191,7 +191,7 @@ export declare const tooltipAppearance: {
|
|
|
191
191
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
192
192
|
wrap?: import("@itcase/types").WrapProps;
|
|
193
193
|
} | undefined;
|
|
194
|
-
|
|
194
|
+
successQuaternary?: {
|
|
195
195
|
align?: null;
|
|
196
196
|
alignDirection?: null;
|
|
197
197
|
alignment?: null;
|
|
@@ -215,7 +215,7 @@ export declare const tooltipAppearance: {
|
|
|
215
215
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
216
216
|
wrap?: import("@itcase/types").WrapProps;
|
|
217
217
|
} | undefined;
|
|
218
|
-
|
|
218
|
+
disabledPrimary?: {
|
|
219
219
|
align?: null;
|
|
220
220
|
alignDirection?: null;
|
|
221
221
|
alignment?: null;
|
|
@@ -239,7 +239,7 @@ export declare const tooltipAppearance: {
|
|
|
239
239
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
240
240
|
wrap?: import("@itcase/types").WrapProps;
|
|
241
241
|
} | undefined;
|
|
242
|
-
|
|
242
|
+
disabledSecondary?: {
|
|
243
243
|
align?: null;
|
|
244
244
|
alignDirection?: null;
|
|
245
245
|
alignment?: null;
|
|
@@ -263,7 +263,7 @@ export declare const tooltipAppearance: {
|
|
|
263
263
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
264
264
|
wrap?: import("@itcase/types").WrapProps;
|
|
265
265
|
} | undefined;
|
|
266
|
-
|
|
266
|
+
disabledTertiary?: {
|
|
267
267
|
align?: null;
|
|
268
268
|
alignDirection?: null;
|
|
269
269
|
alignment?: null;
|
|
@@ -287,7 +287,7 @@ export declare const tooltipAppearance: {
|
|
|
287
287
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
288
288
|
wrap?: import("@itcase/types").WrapProps;
|
|
289
289
|
} | undefined;
|
|
290
|
-
|
|
290
|
+
disabledQuaternary?: {
|
|
291
291
|
align?: null;
|
|
292
292
|
alignDirection?: null;
|
|
293
293
|
alignment?: null;
|
|
@@ -311,7 +311,7 @@ export declare const tooltipAppearance: {
|
|
|
311
311
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
312
312
|
wrap?: import("@itcase/types").WrapProps;
|
|
313
313
|
} | undefined;
|
|
314
|
-
|
|
314
|
+
geometric?: {
|
|
315
315
|
align?: null;
|
|
316
316
|
alignDirection?: null;
|
|
317
317
|
alignment?: null;
|
|
@@ -335,7 +335,7 @@ export declare const tooltipAppearance: {
|
|
|
335
335
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
336
336
|
wrap?: import("@itcase/types").WrapProps;
|
|
337
337
|
} | undefined;
|
|
338
|
-
|
|
338
|
+
circular?: {
|
|
339
339
|
align?: null;
|
|
340
340
|
alignDirection?: null;
|
|
341
341
|
alignment?: null;
|
|
@@ -359,7 +359,7 @@ export declare const tooltipAppearance: {
|
|
|
359
359
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
360
360
|
wrap?: import("@itcase/types").WrapProps;
|
|
361
361
|
} | undefined;
|
|
362
|
-
|
|
362
|
+
rounded?: {
|
|
363
363
|
align?: null;
|
|
364
364
|
alignDirection?: null;
|
|
365
365
|
alignment?: null;
|
|
@@ -383,7 +383,7 @@ export declare const tooltipAppearance: {
|
|
|
383
383
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
384
384
|
wrap?: import("@itcase/types").WrapProps;
|
|
385
385
|
} | undefined;
|
|
386
|
-
|
|
386
|
+
sizeXXS?: {
|
|
387
387
|
align?: null;
|
|
388
388
|
alignDirection?: null;
|
|
389
389
|
alignment?: null;
|
|
@@ -407,7 +407,7 @@ export declare const tooltipAppearance: {
|
|
|
407
407
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
408
408
|
wrap?: import("@itcase/types").WrapProps;
|
|
409
409
|
} | undefined;
|
|
410
|
-
|
|
410
|
+
sizeXS?: {
|
|
411
411
|
align?: null;
|
|
412
412
|
alignDirection?: null;
|
|
413
413
|
alignment?: null;
|
|
@@ -431,7 +431,7 @@ export declare const tooltipAppearance: {
|
|
|
431
431
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
432
432
|
wrap?: import("@itcase/types").WrapProps;
|
|
433
433
|
} | undefined;
|
|
434
|
-
|
|
434
|
+
sizeS?: {
|
|
435
435
|
align?: null;
|
|
436
436
|
alignDirection?: null;
|
|
437
437
|
alignment?: null;
|
|
@@ -455,7 +455,7 @@ export declare const tooltipAppearance: {
|
|
|
455
455
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
456
456
|
wrap?: import("@itcase/types").WrapProps;
|
|
457
457
|
} | undefined;
|
|
458
|
-
|
|
458
|
+
sizeM?: {
|
|
459
459
|
align?: null;
|
|
460
460
|
alignDirection?: null;
|
|
461
461
|
alignment?: null;
|
|
@@ -479,7 +479,7 @@ export declare const tooltipAppearance: {
|
|
|
479
479
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
480
480
|
wrap?: import("@itcase/types").WrapProps;
|
|
481
481
|
} | undefined;
|
|
482
|
-
|
|
482
|
+
sizeL?: {
|
|
483
483
|
align?: null;
|
|
484
484
|
alignDirection?: null;
|
|
485
485
|
alignment?: null;
|
|
@@ -503,7 +503,7 @@ export declare const tooltipAppearance: {
|
|
|
503
503
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
504
504
|
wrap?: import("@itcase/types").WrapProps;
|
|
505
505
|
} | undefined;
|
|
506
|
-
|
|
506
|
+
sizeXL?: {
|
|
507
507
|
align?: null;
|
|
508
508
|
alignDirection?: null;
|
|
509
509
|
alignment?: null;
|
|
@@ -527,7 +527,7 @@ export declare const tooltipAppearance: {
|
|
|
527
527
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
528
528
|
wrap?: import("@itcase/types").WrapProps;
|
|
529
529
|
} | undefined;
|
|
530
|
-
|
|
530
|
+
sizeXXL?: {
|
|
531
531
|
align?: null;
|
|
532
532
|
alignDirection?: null;
|
|
533
533
|
alignment?: null;
|
|
@@ -551,7 +551,7 @@ export declare const tooltipAppearance: {
|
|
|
551
551
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
552
552
|
wrap?: import("@itcase/types").WrapProps;
|
|
553
553
|
} | undefined;
|
|
554
|
-
|
|
554
|
+
outlined?: {
|
|
555
555
|
align?: null;
|
|
556
556
|
alignDirection?: null;
|
|
557
557
|
alignment?: null;
|
|
@@ -575,7 +575,7 @@ export declare const tooltipAppearance: {
|
|
|
575
575
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
576
576
|
wrap?: import("@itcase/types").WrapProps;
|
|
577
577
|
} | undefined;
|
|
578
|
-
|
|
578
|
+
full?: {
|
|
579
579
|
align?: null;
|
|
580
580
|
alignDirection?: null;
|
|
581
581
|
alignment?: null;
|
|
@@ -599,7 +599,7 @@ export declare const tooltipAppearance: {
|
|
|
599
599
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
600
600
|
wrap?: import("@itcase/types").WrapProps;
|
|
601
601
|
} | undefined;
|
|
602
|
-
|
|
602
|
+
ghost?: {
|
|
603
603
|
align?: null;
|
|
604
604
|
alignDirection?: null;
|
|
605
605
|
alignment?: null;
|
|
@@ -623,7 +623,7 @@ export declare const tooltipAppearance: {
|
|
|
623
623
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
624
624
|
wrap?: import("@itcase/types").WrapProps;
|
|
625
625
|
} | undefined;
|
|
626
|
-
|
|
626
|
+
roundedL?: {
|
|
627
627
|
align?: null;
|
|
628
628
|
alignDirection?: null;
|
|
629
629
|
alignment?: null;
|
|
@@ -647,7 +647,7 @@ export declare const tooltipAppearance: {
|
|
|
647
647
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
648
648
|
wrap?: import("@itcase/types").WrapProps;
|
|
649
649
|
} | undefined;
|
|
650
|
-
|
|
650
|
+
roundedM?: {
|
|
651
651
|
align?: null;
|
|
652
652
|
alignDirection?: null;
|
|
653
653
|
alignment?: null;
|
|
@@ -671,7 +671,7 @@ export declare const tooltipAppearance: {
|
|
|
671
671
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
672
672
|
wrap?: import("@itcase/types").WrapProps;
|
|
673
673
|
} | undefined;
|
|
674
|
-
|
|
674
|
+
roundedS?: {
|
|
675
675
|
align?: null;
|
|
676
676
|
alignDirection?: null;
|
|
677
677
|
alignment?: null;
|
|
@@ -695,7 +695,7 @@ export declare const tooltipAppearance: {
|
|
|
695
695
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
696
696
|
wrap?: import("@itcase/types").WrapProps;
|
|
697
697
|
} | undefined;
|
|
698
|
-
|
|
698
|
+
roundedXL?: {
|
|
699
699
|
align?: null;
|
|
700
700
|
alignDirection?: null;
|
|
701
701
|
alignment?: null;
|
|
@@ -719,7 +719,7 @@ export declare const tooltipAppearance: {
|
|
|
719
719
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
720
720
|
wrap?: import("@itcase/types").WrapProps;
|
|
721
721
|
} | undefined;
|
|
722
|
-
|
|
722
|
+
requirePrimary?: {
|
|
723
723
|
align?: null;
|
|
724
724
|
alignDirection?: null;
|
|
725
725
|
alignment?: null;
|
|
@@ -743,7 +743,7 @@ export declare const tooltipAppearance: {
|
|
|
743
743
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
744
744
|
wrap?: import("@itcase/types").WrapProps;
|
|
745
745
|
} | undefined;
|
|
746
|
-
|
|
746
|
+
requireSecondary?: {
|
|
747
747
|
align?: null;
|
|
748
748
|
alignDirection?: null;
|
|
749
749
|
alignment?: null;
|
|
@@ -767,7 +767,7 @@ export declare const tooltipAppearance: {
|
|
|
767
767
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
768
768
|
wrap?: import("@itcase/types").WrapProps;
|
|
769
769
|
} | undefined;
|
|
770
|
-
|
|
770
|
+
defaultPrimary?: {
|
|
771
771
|
align?: null;
|
|
772
772
|
alignDirection?: null;
|
|
773
773
|
alignment?: null;
|
|
@@ -791,7 +791,7 @@ export declare const tooltipAppearance: {
|
|
|
791
791
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
792
792
|
wrap?: import("@itcase/types").WrapProps;
|
|
793
793
|
} | undefined;
|
|
794
|
-
|
|
794
|
+
defaultQuaternary?: {
|
|
795
795
|
align?: null;
|
|
796
796
|
alignDirection?: null;
|
|
797
797
|
alignment?: null;
|
|
@@ -815,7 +815,7 @@ export declare const tooltipAppearance: {
|
|
|
815
815
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
816
816
|
wrap?: import("@itcase/types").WrapProps;
|
|
817
817
|
} | undefined;
|
|
818
|
-
|
|
818
|
+
defaultSecondary?: {
|
|
819
819
|
align?: null;
|
|
820
820
|
alignDirection?: null;
|
|
821
821
|
alignment?: null;
|
|
@@ -839,7 +839,7 @@ export declare const tooltipAppearance: {
|
|
|
839
839
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
840
840
|
wrap?: import("@itcase/types").WrapProps;
|
|
841
841
|
} | undefined;
|
|
842
|
-
|
|
842
|
+
defaultTertiary?: {
|
|
843
843
|
align?: null;
|
|
844
844
|
alignDirection?: null;
|
|
845
845
|
alignment?: null;
|
|
@@ -863,7 +863,7 @@ export declare const tooltipAppearance: {
|
|
|
863
863
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
864
864
|
wrap?: import("@itcase/types").WrapProps;
|
|
865
865
|
} | undefined;
|
|
866
|
-
|
|
866
|
+
requireQuaternary?: {
|
|
867
867
|
align?: null;
|
|
868
868
|
alignDirection?: null;
|
|
869
869
|
alignment?: null;
|
|
@@ -887,7 +887,7 @@ export declare const tooltipAppearance: {
|
|
|
887
887
|
titleWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
888
888
|
wrap?: import("@itcase/types").WrapProps;
|
|
889
889
|
} | undefined;
|
|
890
|
-
|
|
890
|
+
requireTertiary?: {
|
|
891
891
|
align?: null;
|
|
892
892
|
alignDirection?: null;
|
|
893
893
|
alignment?: null;
|
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
export declare const warningAppearance: {
|
|
2
|
+
circular: {
|
|
3
|
+
shape: string;
|
|
4
|
+
};
|
|
5
|
+
rounded: {
|
|
6
|
+
shape: string;
|
|
7
|
+
};
|
|
8
|
+
roundedXL: {
|
|
9
|
+
shape: string;
|
|
10
|
+
shapeStrength: string;
|
|
11
|
+
};
|
|
12
|
+
roundedL: {
|
|
13
|
+
shape: string;
|
|
14
|
+
shapeStrength: string;
|
|
15
|
+
};
|
|
16
|
+
roundedM: {
|
|
17
|
+
shape: string;
|
|
18
|
+
shapeStrength: string;
|
|
19
|
+
};
|
|
20
|
+
roundedS: {
|
|
21
|
+
shape: string;
|
|
22
|
+
shapeStrength: string;
|
|
23
|
+
};
|
|
2
24
|
sizeL: {
|
|
3
25
|
size: string;
|
|
4
26
|
labelTextSize: string;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const warningAppearanceShape: {
|
|
2
|
+
circular: {
|
|
3
|
+
shape: string;
|
|
4
|
+
};
|
|
5
|
+
rounded: {
|
|
6
|
+
shape: string;
|
|
7
|
+
};
|
|
8
|
+
roundedXL: {
|
|
9
|
+
shape: string;
|
|
10
|
+
shapeStrength: string;
|
|
11
|
+
};
|
|
12
|
+
roundedL: {
|
|
13
|
+
shape: string;
|
|
14
|
+
shapeStrength: string;
|
|
15
|
+
};
|
|
16
|
+
roundedM: {
|
|
17
|
+
shape: string;
|
|
18
|
+
shapeStrength: string;
|
|
19
|
+
};
|
|
20
|
+
roundedS: {
|
|
21
|
+
shape: string;
|
|
22
|
+
shapeStrength: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export { warningAppearanceShape };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.9",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"rc-slider": "^11.1.9",
|
|
118
118
|
"react": "^18.3.1",
|
|
119
119
|
"react-dadata": "^2.27.4",
|
|
120
|
-
"react-datepicker": "^8.
|
|
120
|
+
"react-datepicker": "^8.9.0",
|
|
121
121
|
"react-dom": "^18.3.1",
|
|
122
122
|
"react-indiana-drag-scroll": "^3.0.3-alpha",
|
|
123
123
|
"react-inlinesvg": "^4.2.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@commitlint/config-conventional": "^20.0.0",
|
|
142
142
|
"@itcase/config": "^1.0.63",
|
|
143
143
|
"@itcase/lint": "^1.1.68",
|
|
144
|
-
"@itcase/types": "^1.0
|
|
144
|
+
"@itcase/types": "^1.1.0",
|
|
145
145
|
"@rollup/plugin-alias": "^6.0.0",
|
|
146
146
|
"@rollup/plugin-babel": "^6.1.0",
|
|
147
147
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
@@ -168,13 +168,13 @@
|
|
|
168
168
|
"husky": "^9.1.7",
|
|
169
169
|
"lint-staged": "^16.2.6",
|
|
170
170
|
"prettier": "^3.6.2",
|
|
171
|
-
"rollup": "^4.53.
|
|
171
|
+
"rollup": "^4.53.2",
|
|
172
172
|
"rollup-plugin-copy": "^3.5.0",
|
|
173
173
|
"rollup-plugin-dts": "^6.2.3",
|
|
174
174
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
175
175
|
"rollup-preserve-directives": "^1.1.3",
|
|
176
176
|
"semantic-release": "^24.2.9",
|
|
177
|
-
"storybook": "^10.0.
|
|
177
|
+
"storybook": "^10.0.7",
|
|
178
178
|
"stylelint": "^16.25.0",
|
|
179
179
|
"typescript": "^5.9.3"
|
|
180
180
|
}
|