@szum-tech/design-system 3.11.0 → 3.12.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/chunk-3WSQRFUY.cjs +11 -0
- package/dist/{chunk-OPQX42NR.js → chunk-4TRADSTP.js} +2 -2
- package/dist/{chunk-5ZSD2YLY.js → chunk-5F2Y65JH.js} +2 -2
- package/dist/{chunk-A6ZWTZMQ.js → chunk-B7RHEMZH.js} +2 -2
- package/dist/{chunk-W5I7BUQO.js → chunk-BTSHACKG.js} +2 -2
- package/dist/{chunk-PWBY46RH.cjs → chunk-CP43WJCN.cjs} +11 -11
- package/dist/{chunk-Y5UPGNJA.js → chunk-DTSFPOLX.js} +1 -1
- package/dist/{chunk-UMILPYKN.js → chunk-E5TYGWGE.js} +5 -5
- package/dist/{chunk-LOWCBV4P.cjs → chunk-GHV2TURY.cjs} +2 -2
- package/dist/{chunk-FIWOOWZ3.cjs → chunk-HCHVDUI6.cjs} +2 -2
- package/dist/{chunk-6FFAE6UY.js → chunk-P5IUC7HJ.js} +1 -1
- package/dist/{chunk-CPQEZX4T.js → chunk-QTYNFISP.js} +6 -6
- package/dist/{chunk-HEHVP6RQ.cjs → chunk-VK5EX3OG.cjs} +2 -2
- package/dist/{chunk-PKUVRULS.cjs → chunk-X3ZT3KGX.cjs} +2 -2
- package/dist/{chunk-RXUYF4PD.cjs → chunk-XENOUBSI.cjs} +2 -2
- package/dist/{chunk-S5RFK3YL.cjs → chunk-XJZOANXX.cjs} +5 -5
- package/dist/components/accordion/index.cjs +5 -6
- package/dist/components/accordion/index.js +1 -2
- package/dist/components/badge-overflow/index.cjs +182 -0
- package/dist/components/badge-overflow/index.d.cts +21 -0
- package/dist/components/badge-overflow/index.d.ts +21 -0
- package/dist/components/badge-overflow/index.js +160 -0
- package/dist/components/button/index.cjs +14 -15
- package/dist/components/button/index.js +13 -14
- package/dist/components/carousel/index.cjs +261 -0
- package/dist/components/carousel/index.d.cts +47 -0
- package/dist/components/carousel/index.d.ts +47 -0
- package/dist/components/carousel/index.js +230 -0
- package/dist/components/checkbox/index.cjs +2 -3
- package/dist/components/checkbox/index.js +1 -2
- package/dist/components/dialog/index.cjs +9 -10
- package/dist/components/dialog/index.js +1 -2
- package/dist/components/index.cjs +173 -174
- package/dist/components/index.js +13 -14
- package/dist/components/radio-group/index.cjs +3 -4
- package/dist/components/radio-group/index.js +1 -2
- package/dist/components/select/index.cjs +7 -8
- package/dist/components/select/index.js +1 -2
- package/dist/components/sheet/index.cjs +9 -10
- package/dist/components/sheet/index.js +1 -2
- package/dist/components/spinner/index.cjs +2 -3
- package/dist/components/spinner/index.js +1 -2
- package/dist/components/stepper/index.cjs +32 -33
- package/dist/components/stepper/index.js +13 -14
- package/dist/components/toaster/index.cjs +15 -16
- package/dist/components/toaster/index.js +13 -14
- package/package.json +15 -14
- package/dist/chunk-DAUTZWFD.cjs +0 -206
- package/dist/chunk-IARCTYJ3.js +0 -195
- package/dist/chunk-MQMHXDRJ.cjs +0 -11
|
@@ -1,32 +1,31 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-DAUTZWFD.cjs');
|
|
3
|
+
var chunkXJZOANXX_cjs = require('../../chunk-XJZOANXX.cjs');
|
|
5
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
Object.defineProperty(exports, "Select", {
|
|
10
9
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkXJZOANXX_cjs.Select; }
|
|
12
11
|
});
|
|
13
12
|
Object.defineProperty(exports, "SelectContent", {
|
|
14
13
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkXJZOANXX_cjs.SelectContent; }
|
|
16
15
|
});
|
|
17
16
|
Object.defineProperty(exports, "SelectGroup", {
|
|
18
17
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkXJZOANXX_cjs.SelectGroup; }
|
|
20
19
|
});
|
|
21
20
|
Object.defineProperty(exports, "SelectItem", {
|
|
22
21
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkXJZOANXX_cjs.SelectItem; }
|
|
24
23
|
});
|
|
25
24
|
Object.defineProperty(exports, "SelectLabel", {
|
|
26
25
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkXJZOANXX_cjs.SelectLabel; }
|
|
28
27
|
});
|
|
29
28
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
30
29
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkXJZOANXX_cjs.SelectSeparator; }
|
|
32
31
|
});
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../../chunk-
|
|
2
|
-
import '../../chunk-IARCTYJ3.js';
|
|
1
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../../chunk-E5TYGWGE.js';
|
|
3
2
|
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -1,40 +1,39 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-DAUTZWFD.cjs');
|
|
3
|
+
var chunkGHV2TURY_cjs = require('../../chunk-GHV2TURY.cjs');
|
|
5
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
Object.defineProperty(exports, "Sheet", {
|
|
10
9
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkGHV2TURY_cjs.Sheet; }
|
|
12
11
|
});
|
|
13
12
|
Object.defineProperty(exports, "SheetClose", {
|
|
14
13
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkGHV2TURY_cjs.SheetClose; }
|
|
16
15
|
});
|
|
17
16
|
Object.defineProperty(exports, "SheetContent", {
|
|
18
17
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkGHV2TURY_cjs.SheetContent; }
|
|
20
19
|
});
|
|
21
20
|
Object.defineProperty(exports, "SheetDescription", {
|
|
22
21
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkGHV2TURY_cjs.SheetDescription; }
|
|
24
23
|
});
|
|
25
24
|
Object.defineProperty(exports, "SheetFooter", {
|
|
26
25
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkGHV2TURY_cjs.SheetFooter; }
|
|
28
27
|
});
|
|
29
28
|
Object.defineProperty(exports, "SheetHeader", {
|
|
30
29
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkGHV2TURY_cjs.SheetHeader; }
|
|
32
31
|
});
|
|
33
32
|
Object.defineProperty(exports, "SheetTitle", {
|
|
34
33
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkGHV2TURY_cjs.SheetTitle; }
|
|
36
35
|
});
|
|
37
36
|
Object.defineProperty(exports, "SheetTrigger", {
|
|
38
37
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkGHV2TURY_cjs.SheetTrigger; }
|
|
40
39
|
});
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../../chunk-
|
|
2
|
-
import '../../chunk-IARCTYJ3.js';
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../../chunk-DTSFPOLX.js';
|
|
3
2
|
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-DAUTZWFD.cjs');
|
|
3
|
+
var chunk3WSQRFUY_cjs = require('../../chunk-3WSQRFUY.cjs');
|
|
5
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
Object.defineProperty(exports, "Spinner", {
|
|
10
9
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk3WSQRFUY_cjs.Spinner; }
|
|
12
11
|
});
|
|
@@ -1,37 +1,36 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCP43WJCN_cjs = require('../../chunk-CP43WJCN.cjs');
|
|
4
|
+
require('../../chunk-XJZOANXX.cjs');
|
|
4
5
|
require('../../chunk-YEFLGE3L.cjs');
|
|
5
6
|
require('../../chunk-NU5UQPBX.cjs');
|
|
6
7
|
require('../../chunk-KQ6QE7BT.cjs');
|
|
7
8
|
require('../../chunk-A7SBXO2Y.cjs');
|
|
8
9
|
require('../../chunk-EUH466AL.cjs');
|
|
9
10
|
require('../../chunk-DGWBE2Y3.cjs');
|
|
10
|
-
require('../../chunk-
|
|
11
|
+
require('../../chunk-TH44JYXB.cjs');
|
|
12
|
+
require('../../chunk-CFJ44JVK.cjs');
|
|
13
|
+
require('../../chunk-XENOUBSI.cjs');
|
|
11
14
|
require('../../chunk-UJX74PFK.cjs');
|
|
12
|
-
require('../../chunk-
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-MQMHXDRJ.cjs');
|
|
15
|
+
require('../../chunk-GHV2TURY.cjs');
|
|
16
|
+
require('../../chunk-3WSQRFUY.cjs');
|
|
15
17
|
require('../../chunk-GYXQUTWZ.cjs');
|
|
16
|
-
require('../../chunk-
|
|
18
|
+
require('../../chunk-CXHDWIGF.cjs');
|
|
19
|
+
require('../../chunk-VK5EX3OG.cjs');
|
|
17
20
|
require('../../chunk-6X26XC6P.cjs');
|
|
18
|
-
require('../../chunk-
|
|
19
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
21
|
+
require('../../chunk-DTYX7CYN.cjs');
|
|
20
22
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
23
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
21
24
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
22
25
|
require('../../chunk-2WQJ36RD.cjs');
|
|
23
26
|
require('../../chunk-S2BCU6WG.cjs');
|
|
24
|
-
require('../../chunk-TH44JYXB.cjs');
|
|
25
27
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
26
28
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
27
|
-
require('../../chunk-
|
|
29
|
+
require('../../chunk-HCHVDUI6.cjs');
|
|
28
30
|
require('../../chunk-ULEEQ723.cjs');
|
|
29
31
|
require('../../chunk-USIW3VT5.cjs');
|
|
30
|
-
require('../../chunk-HEHVP6RQ.cjs');
|
|
31
|
-
require('../../chunk-CXHDWIGF.cjs');
|
|
32
32
|
require('../../chunk-XIQUR62A.cjs');
|
|
33
|
-
require('../../chunk-
|
|
34
|
-
require('../../chunk-DAUTZWFD.cjs');
|
|
33
|
+
require('../../chunk-X3ZT3KGX.cjs');
|
|
35
34
|
require('../../chunk-3GNVQFCK.cjs');
|
|
36
35
|
require('../../chunk-TMXVL5CV.cjs');
|
|
37
36
|
require('../../chunk-I7AV5IQO.cjs');
|
|
@@ -41,77 +40,77 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
41
40
|
|
|
42
41
|
Object.defineProperty(exports, "Stepper", {
|
|
43
42
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkCP43WJCN_cjs.Stepper; }
|
|
45
44
|
});
|
|
46
45
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
47
46
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkCP43WJCN_cjs.StepperActivationMode; }
|
|
49
48
|
});
|
|
50
49
|
Object.defineProperty(exports, "StepperContent", {
|
|
51
50
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkCP43WJCN_cjs.StepperContent; }
|
|
53
52
|
});
|
|
54
53
|
Object.defineProperty(exports, "StepperDataState", {
|
|
55
54
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkCP43WJCN_cjs.StepperDataState; }
|
|
57
56
|
});
|
|
58
57
|
Object.defineProperty(exports, "StepperDescription", {
|
|
59
58
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkCP43WJCN_cjs.StepperDescription; }
|
|
61
60
|
});
|
|
62
61
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
63
62
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkCP43WJCN_cjs.StepperFocusIntent; }
|
|
65
64
|
});
|
|
66
65
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
67
66
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkCP43WJCN_cjs.StepperIndicator; }
|
|
69
68
|
});
|
|
70
69
|
Object.defineProperty(exports, "StepperItem", {
|
|
71
70
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkCP43WJCN_cjs.StepperItem; }
|
|
73
72
|
});
|
|
74
73
|
Object.defineProperty(exports, "StepperNav", {
|
|
75
74
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkCP43WJCN_cjs.StepperNav; }
|
|
77
76
|
});
|
|
78
77
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
79
78
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkCP43WJCN_cjs.StepperNavigationDirection; }
|
|
81
80
|
});
|
|
82
81
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
83
82
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkCP43WJCN_cjs.StepperNextTrigger; }
|
|
85
84
|
});
|
|
86
85
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
87
86
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkCP43WJCN_cjs.StepperOrientation; }
|
|
89
88
|
});
|
|
90
89
|
Object.defineProperty(exports, "StepperPanel", {
|
|
91
90
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkCP43WJCN_cjs.StepperPanel; }
|
|
93
92
|
});
|
|
94
93
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
95
94
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkCP43WJCN_cjs.StepperPrevTrigger; }
|
|
97
96
|
});
|
|
98
97
|
Object.defineProperty(exports, "StepperTitle", {
|
|
99
98
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkCP43WJCN_cjs.StepperTitle; }
|
|
101
100
|
});
|
|
102
101
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
103
102
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkCP43WJCN_cjs.StepperTrigger; }
|
|
105
104
|
});
|
|
106
105
|
Object.defineProperty(exports, "useStepperContext", {
|
|
107
106
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkCP43WJCN_cjs.useStepperContext; }
|
|
109
108
|
});
|
|
110
109
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
111
110
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkCP43WJCN_cjs.useStepperFocusContext; }
|
|
113
112
|
});
|
|
114
113
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
115
114
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkCP43WJCN_cjs.useStepperItemContext; }
|
|
117
116
|
});
|
|
@@ -1,35 +1,34 @@
|
|
|
1
|
-
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-
|
|
1
|
+
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-QTYNFISP.js';
|
|
2
|
+
import '../../chunk-E5TYGWGE.js';
|
|
2
3
|
import '../../chunk-OCOCENE6.js';
|
|
3
4
|
import '../../chunk-OQCNPNPS.js';
|
|
4
5
|
import '../../chunk-WXZE35FK.js';
|
|
5
6
|
import '../../chunk-U7XZJQ4O.js';
|
|
6
7
|
import '../../chunk-WMGJCB7O.js';
|
|
7
8
|
import '../../chunk-K5AURCK5.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-PBEZZMAB.js';
|
|
10
|
+
import '../../chunk-KGGCA634.js';
|
|
11
|
+
import '../../chunk-4TRADSTP.js';
|
|
9
12
|
import '../../chunk-M7NIRB3U.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-6FFAE6UY.js';
|
|
13
|
+
import '../../chunk-DTSFPOLX.js';
|
|
14
|
+
import '../../chunk-P5IUC7HJ.js';
|
|
13
15
|
import '../../chunk-IWF52DDE.js';
|
|
14
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-HNRVLRMN.js';
|
|
17
|
+
import '../../chunk-BTSHACKG.js';
|
|
15
18
|
import '../../chunk-VT5GDGZJ.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-KGGCA634.js';
|
|
19
|
+
import '../../chunk-3MH6P44N.js';
|
|
18
20
|
import '../../chunk-XJIUGEPN.js';
|
|
21
|
+
import '../../chunk-UGSNASZM.js';
|
|
19
22
|
import '../../chunk-I3RSTJP6.js';
|
|
20
23
|
import '../../chunk-YUMKV5TH.js';
|
|
21
24
|
import '../../chunk-DL54DIMD.js';
|
|
22
|
-
import '../../chunk-PBEZZMAB.js';
|
|
23
25
|
import '../../chunk-U3QKV7I4.js';
|
|
24
26
|
import '../../chunk-6BSR3O2J.js';
|
|
25
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-5F2Y65JH.js';
|
|
26
28
|
import '../../chunk-3RK5PCIC.js';
|
|
27
29
|
import '../../chunk-P4JIMFSL.js';
|
|
28
|
-
import '../../chunk-W5I7BUQO.js';
|
|
29
|
-
import '../../chunk-HNRVLRMN.js';
|
|
30
30
|
import '../../chunk-SB5UG7OC.js';
|
|
31
|
-
import '../../chunk-
|
|
32
|
-
import '../../chunk-IARCTYJ3.js';
|
|
31
|
+
import '../../chunk-B7RHEMZH.js';
|
|
33
32
|
import '../../chunk-5MV54MWS.js';
|
|
34
33
|
import '../../chunk-5MJPZUTO.js';
|
|
35
34
|
import '../../chunk-NGVFYKAT.js';
|
|
@@ -1,37 +1,36 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCP43WJCN_cjs = require('../../chunk-CP43WJCN.cjs');
|
|
4
|
+
require('../../chunk-XJZOANXX.cjs');
|
|
4
5
|
require('../../chunk-YEFLGE3L.cjs');
|
|
5
6
|
require('../../chunk-NU5UQPBX.cjs');
|
|
6
7
|
require('../../chunk-KQ6QE7BT.cjs');
|
|
7
8
|
require('../../chunk-A7SBXO2Y.cjs');
|
|
8
9
|
require('../../chunk-EUH466AL.cjs');
|
|
9
10
|
require('../../chunk-DGWBE2Y3.cjs');
|
|
10
|
-
require('../../chunk-
|
|
11
|
+
require('../../chunk-TH44JYXB.cjs');
|
|
12
|
+
require('../../chunk-CFJ44JVK.cjs');
|
|
13
|
+
require('../../chunk-XENOUBSI.cjs');
|
|
11
14
|
require('../../chunk-UJX74PFK.cjs');
|
|
12
|
-
require('../../chunk-
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-MQMHXDRJ.cjs');
|
|
15
|
+
require('../../chunk-GHV2TURY.cjs');
|
|
16
|
+
require('../../chunk-3WSQRFUY.cjs');
|
|
15
17
|
require('../../chunk-GYXQUTWZ.cjs');
|
|
16
|
-
require('../../chunk-
|
|
18
|
+
require('../../chunk-CXHDWIGF.cjs');
|
|
19
|
+
require('../../chunk-VK5EX3OG.cjs');
|
|
17
20
|
require('../../chunk-6X26XC6P.cjs');
|
|
18
|
-
require('../../chunk-
|
|
19
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
21
|
+
require('../../chunk-DTYX7CYN.cjs');
|
|
20
22
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
23
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
21
24
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
22
25
|
require('../../chunk-2WQJ36RD.cjs');
|
|
23
26
|
require('../../chunk-S2BCU6WG.cjs');
|
|
24
|
-
require('../../chunk-TH44JYXB.cjs');
|
|
25
27
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
26
28
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
27
|
-
require('../../chunk-
|
|
29
|
+
require('../../chunk-HCHVDUI6.cjs');
|
|
28
30
|
require('../../chunk-ULEEQ723.cjs');
|
|
29
31
|
require('../../chunk-USIW3VT5.cjs');
|
|
30
|
-
require('../../chunk-HEHVP6RQ.cjs');
|
|
31
|
-
require('../../chunk-CXHDWIGF.cjs');
|
|
32
32
|
require('../../chunk-XIQUR62A.cjs');
|
|
33
|
-
require('../../chunk-
|
|
34
|
-
require('../../chunk-DAUTZWFD.cjs');
|
|
33
|
+
require('../../chunk-X3ZT3KGX.cjs');
|
|
35
34
|
require('../../chunk-3GNVQFCK.cjs');
|
|
36
35
|
require('../../chunk-TMXVL5CV.cjs');
|
|
37
36
|
require('../../chunk-I7AV5IQO.cjs');
|
|
@@ -41,9 +40,9 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
41
40
|
|
|
42
41
|
Object.defineProperty(exports, "Toaster", {
|
|
43
42
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkCP43WJCN_cjs.Toaster; }
|
|
45
44
|
});
|
|
46
45
|
Object.defineProperty(exports, "toast", {
|
|
47
46
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkCP43WJCN_cjs.toast; }
|
|
49
48
|
});
|
|
@@ -1,35 +1,34 @@
|
|
|
1
|
-
export { Toaster, toast } from '../../chunk-
|
|
1
|
+
export { Toaster, toast } from '../../chunk-QTYNFISP.js';
|
|
2
|
+
import '../../chunk-E5TYGWGE.js';
|
|
2
3
|
import '../../chunk-OCOCENE6.js';
|
|
3
4
|
import '../../chunk-OQCNPNPS.js';
|
|
4
5
|
import '../../chunk-WXZE35FK.js';
|
|
5
6
|
import '../../chunk-U7XZJQ4O.js';
|
|
6
7
|
import '../../chunk-WMGJCB7O.js';
|
|
7
8
|
import '../../chunk-K5AURCK5.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-PBEZZMAB.js';
|
|
10
|
+
import '../../chunk-KGGCA634.js';
|
|
11
|
+
import '../../chunk-4TRADSTP.js';
|
|
9
12
|
import '../../chunk-M7NIRB3U.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-6FFAE6UY.js';
|
|
13
|
+
import '../../chunk-DTSFPOLX.js';
|
|
14
|
+
import '../../chunk-P5IUC7HJ.js';
|
|
13
15
|
import '../../chunk-IWF52DDE.js';
|
|
14
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-HNRVLRMN.js';
|
|
17
|
+
import '../../chunk-BTSHACKG.js';
|
|
15
18
|
import '../../chunk-VT5GDGZJ.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-KGGCA634.js';
|
|
19
|
+
import '../../chunk-3MH6P44N.js';
|
|
18
20
|
import '../../chunk-XJIUGEPN.js';
|
|
21
|
+
import '../../chunk-UGSNASZM.js';
|
|
19
22
|
import '../../chunk-I3RSTJP6.js';
|
|
20
23
|
import '../../chunk-YUMKV5TH.js';
|
|
21
24
|
import '../../chunk-DL54DIMD.js';
|
|
22
|
-
import '../../chunk-PBEZZMAB.js';
|
|
23
25
|
import '../../chunk-U3QKV7I4.js';
|
|
24
26
|
import '../../chunk-6BSR3O2J.js';
|
|
25
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-5F2Y65JH.js';
|
|
26
28
|
import '../../chunk-3RK5PCIC.js';
|
|
27
29
|
import '../../chunk-P4JIMFSL.js';
|
|
28
|
-
import '../../chunk-W5I7BUQO.js';
|
|
29
|
-
import '../../chunk-HNRVLRMN.js';
|
|
30
30
|
import '../../chunk-SB5UG7OC.js';
|
|
31
|
-
import '../../chunk-
|
|
32
|
-
import '../../chunk-IARCTYJ3.js';
|
|
31
|
+
import '../../chunk-B7RHEMZH.js';
|
|
33
32
|
import '../../chunk-5MV54MWS.js';
|
|
34
33
|
import '../../chunk-5MJPZUTO.js';
|
|
35
34
|
import '../../chunk-NGVFYKAT.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "Szum-Tech design system with tailwindcss support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"szum-tech",
|
|
@@ -112,7 +112,9 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"class-variance-authority": "^0.7.1",
|
|
114
114
|
"clsx": "^2.1.1",
|
|
115
|
-
"
|
|
115
|
+
"embla-carousel-react": "^8.6.0",
|
|
116
|
+
"lucide-react": "^0.563.0",
|
|
117
|
+
"motion": "^12.34.0",
|
|
116
118
|
"radix-ui": "^1.4.3",
|
|
117
119
|
"sonner": "^2.0.7",
|
|
118
120
|
"tailwind-merge": "^3.4.0",
|
|
@@ -120,11 +122,11 @@
|
|
|
120
122
|
},
|
|
121
123
|
"devDependencies": {
|
|
122
124
|
"@storybook-community/storybook-dark-mode": "^7.1.0",
|
|
123
|
-
"@storybook/addon-a11y": "^10.2.
|
|
124
|
-
"@storybook/addon-docs": "^10.2.
|
|
125
|
-
"@storybook/addon-vitest": "^10.2.
|
|
126
|
-
"@storybook/builder-vite": "^10.2.
|
|
127
|
-
"@storybook/react-vite": "^10.2.
|
|
125
|
+
"@storybook/addon-a11y": "^10.2.8",
|
|
126
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
127
|
+
"@storybook/addon-vitest": "^10.2.8",
|
|
128
|
+
"@storybook/builder-vite": "^10.2.8",
|
|
129
|
+
"@storybook/react-vite": "^10.2.8",
|
|
128
130
|
"@szum-tech/eslint-config": "^2.1.15",
|
|
129
131
|
"@szum-tech/prettier-config": "^1.6.5",
|
|
130
132
|
"@szum-tech/semantic-release-config": "^2.3.7",
|
|
@@ -133,19 +135,18 @@
|
|
|
133
135
|
"@testing-library/jest-dom": "^6.9.1",
|
|
134
136
|
"@testing-library/react": "^16.3.2",
|
|
135
137
|
"@testing-library/user-event": "^14.6.1",
|
|
136
|
-
"@types/node": "^25.2.
|
|
138
|
+
"@types/node": "^25.2.3",
|
|
137
139
|
"@types/react": "^19.2.13",
|
|
138
140
|
"@types/react-dom": "^19.2.3",
|
|
139
|
-
"@vitejs/plugin-react": "^5.1.
|
|
141
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
140
142
|
"@vitest/browser": "^4.0.18",
|
|
141
143
|
"@vitest/browser-playwright": "^4.0.18",
|
|
142
144
|
"@vitest/coverage-v8": "^4.0.18",
|
|
143
145
|
"@vitest/ui": "^4.0.18",
|
|
144
146
|
"cpy-cli": "^7.0.0",
|
|
145
147
|
"eslint": "^9.39.2",
|
|
146
|
-
"happy-dom": "^20.
|
|
147
|
-
"
|
|
148
|
-
"playwright": "^1.58.1",
|
|
148
|
+
"happy-dom": "^20.6.1",
|
|
149
|
+
"playwright": "^1.58.2",
|
|
149
150
|
"prettier": "^3.8.1",
|
|
150
151
|
"react": "^19.2.4",
|
|
151
152
|
"react-docgen": "^8.0.2",
|
|
@@ -153,13 +154,13 @@
|
|
|
153
154
|
"react-dom": "^19.2.4",
|
|
154
155
|
"semantic-release": "^25.0.3",
|
|
155
156
|
"serve": "^14.2.5",
|
|
156
|
-
"storybook": "^10.2.
|
|
157
|
+
"storybook": "^10.2.8",
|
|
157
158
|
"storybook-addon-tag-badges": "^3.0.6",
|
|
158
159
|
"tailwindcss": "^4.1.18",
|
|
159
160
|
"tsup": "^8.5.1",
|
|
160
161
|
"typescript": "^5.9.3",
|
|
161
162
|
"vite": "^7.3.1",
|
|
162
|
-
"vite-tsconfig-paths": "^6.0
|
|
163
|
+
"vite-tsconfig-paths": "^6.1.0",
|
|
163
164
|
"vitest": "^4.0.18"
|
|
164
165
|
},
|
|
165
166
|
"peerDependencies": {
|