@szum-tech/design-system 3.5.1 → 3.7.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-3BLXG7ET.js +86 -0
- package/dist/chunk-4YXM4NWG.cjs +46 -0
- package/dist/{chunk-5Q3H4MOX.js → chunk-ACJ3ES2B.js} +1 -1
- package/dist/{chunk-6WGZMVJT.cjs → chunk-BAWVLSRF.cjs} +1 -1
- package/dist/chunk-FKCWRNWB.js +54 -0
- package/dist/chunk-KXMI4545.js +43 -0
- package/dist/chunk-X55H6LRX.cjs +108 -0
- package/dist/chunk-Z6CZAPVG.cjs +58 -0
- package/dist/components/badge/index.cjs +10 -2
- package/dist/components/badge/index.d.cts +11 -2
- package/dist/components/badge/index.d.ts +11 -2
- package/dist/components/badge/index.js +1 -1
- package/dist/components/button/index.cjs +8 -6
- package/dist/components/button/index.d.cts +1 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +7 -5
- package/dist/components/color-swatch/index.cjs +12 -0
- package/dist/components/color-swatch/index.d.cts +22 -0
- package/dist/components/color-swatch/index.d.ts +22 -0
- package/dist/components/color-swatch/index.js +3 -0
- package/dist/components/dialog/index.cjs +9 -9
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/index.cjs +64 -42
- package/dist/components/index.d.cts +3 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.js +7 -5
- package/dist/components/item/index.d.cts +1 -1
- package/dist/components/item/index.d.ts +1 -1
- package/dist/components/scroll-area/index.cjs +16 -0
- package/dist/components/scroll-area/index.d.cts +11 -0
- package/dist/components/scroll-area/index.d.ts +11 -0
- package/dist/components/scroll-area/index.js +3 -0
- package/dist/components/stepper/index.cjs +26 -24
- package/dist/components/stepper/index.js +7 -5
- package/dist/components/toaster/index.cjs +9 -7
- package/dist/components/toaster/index.js +7 -5
- package/package.json +14 -14
- package/dist/chunk-6VC76QIP.js +0 -27
- package/dist/chunk-RDYKJP7U.cjs +0 -29
- /package/dist/{chunk-FN24XAO4.js → chunk-E2Y5T6U6.js} +0 -0
- /package/dist/{chunk-UPL5LJOP.cjs → chunk-ZTD7ED52.cjs} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkBAWVLSRF_cjs = require('../../chunk-BAWVLSRF.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
5
|
require('../../chunk-3376ZTRC.cjs');
|
|
6
6
|
|
|
@@ -8,33 +8,33 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Dialog", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkBAWVLSRF_cjs.Dialog; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DialogClose", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogClose; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "DialogContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "DialogDescription", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogDescription; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "DialogFooter", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogFooter; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "DialogHeader", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogHeader; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "DialogTitle", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogTitle; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogTrigger; }
|
|
40
40
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-
|
|
1
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-ACJ3ES2B.js';
|
|
2
2
|
import '../../chunk-ZD2QRAOX.js';
|
|
3
3
|
import '../../chunk-BYXBJQAS.js';
|
|
@@ -2,28 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkZTD7ED52_cjs = require('../chunk-ZTD7ED52.cjs');
|
|
6
6
|
var chunkNU5UQPBX_cjs = require('../chunk-NU5UQPBX.cjs');
|
|
7
7
|
var chunkGR37JJQK_cjs = require('../chunk-GR37JJQK.cjs');
|
|
8
|
+
var chunk5AA4IE2T_cjs = require('../chunk-5AA4IE2T.cjs');
|
|
8
9
|
var chunkTH44JYXB_cjs = require('../chunk-TH44JYXB.cjs');
|
|
9
10
|
var chunkXENOUBSI_cjs = require('../chunk-XENOUBSI.cjs');
|
|
11
|
+
var chunk4YXM4NWG_cjs = require('../chunk-4YXM4NWG.cjs');
|
|
10
12
|
var chunk3ZRMIVJM_cjs = require('../chunk-3ZRMIVJM.cjs');
|
|
11
13
|
var chunkGHV2TURY_cjs = require('../chunk-GHV2TURY.cjs');
|
|
12
14
|
var chunk3WSQRFUY_cjs = require('../chunk-3WSQRFUY.cjs');
|
|
13
15
|
var chunk2Y2ZCPNV_cjs = require('../chunk-2Y2ZCPNV.cjs');
|
|
14
16
|
var chunkHCHVDUI6_cjs = require('../chunk-HCHVDUI6.cjs');
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
+
var chunkX55H6LRX_cjs = require('../chunk-X55H6LRX.cjs');
|
|
18
|
+
var chunkBAWVLSRF_cjs = require('../chunk-BAWVLSRF.cjs');
|
|
17
19
|
var chunkYTVV2IUF_cjs = require('../chunk-YTVV2IUF.cjs');
|
|
18
20
|
var chunkS3ANEJJ7_cjs = require('../chunk-S3ANEJJ7.cjs');
|
|
19
|
-
var
|
|
21
|
+
var chunkYWG7TML6_cjs = require('../chunk-YWG7TML6.cjs');
|
|
20
22
|
var chunk3DUJHGXE_cjs = require('../chunk-3DUJHGXE.cjs');
|
|
21
23
|
var chunkUIOBJSKZ_cjs = require('../chunk-UIOBJSKZ.cjs');
|
|
22
24
|
require('../chunk-EW6TE3N5.cjs');
|
|
23
25
|
require('../chunk-7EYMOUWG.cjs');
|
|
24
26
|
var chunkTMXVL5CV_cjs = require('../chunk-TMXVL5CV.cjs');
|
|
25
27
|
var chunkI7AV5IQO_cjs = require('../chunk-I7AV5IQO.cjs');
|
|
26
|
-
var
|
|
28
|
+
var chunkZ6CZAPVG_cjs = require('../chunk-Z6CZAPVG.cjs');
|
|
27
29
|
require('../chunk-H2BWO3SI.cjs');
|
|
28
30
|
require('../chunk-3376ZTRC.cjs');
|
|
29
31
|
|
|
@@ -31,91 +33,91 @@ require('../chunk-3376ZTRC.cjs');
|
|
|
31
33
|
|
|
32
34
|
Object.defineProperty(exports, "Button", {
|
|
33
35
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkZTD7ED52_cjs.Button; }
|
|
35
37
|
});
|
|
36
38
|
Object.defineProperty(exports, "Stepper", {
|
|
37
39
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkZTD7ED52_cjs.Stepper; }
|
|
39
41
|
});
|
|
40
42
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
41
43
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkZTD7ED52_cjs.StepperActivationMode; }
|
|
43
45
|
});
|
|
44
46
|
Object.defineProperty(exports, "StepperContent", {
|
|
45
47
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkZTD7ED52_cjs.StepperContent; }
|
|
47
49
|
});
|
|
48
50
|
Object.defineProperty(exports, "StepperDataState", {
|
|
49
51
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkZTD7ED52_cjs.StepperDataState; }
|
|
51
53
|
});
|
|
52
54
|
Object.defineProperty(exports, "StepperDescription", {
|
|
53
55
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkZTD7ED52_cjs.StepperDescription; }
|
|
55
57
|
});
|
|
56
58
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
57
59
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkZTD7ED52_cjs.StepperFocusIntent; }
|
|
59
61
|
});
|
|
60
62
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
61
63
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkZTD7ED52_cjs.StepperIndicator; }
|
|
63
65
|
});
|
|
64
66
|
Object.defineProperty(exports, "StepperItem", {
|
|
65
67
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkZTD7ED52_cjs.StepperItem; }
|
|
67
69
|
});
|
|
68
70
|
Object.defineProperty(exports, "StepperNav", {
|
|
69
71
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNav; }
|
|
71
73
|
});
|
|
72
74
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
73
75
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNavigationDirection; }
|
|
75
77
|
});
|
|
76
78
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
77
79
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNextTrigger; }
|
|
79
81
|
});
|
|
80
82
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
81
83
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkZTD7ED52_cjs.StepperOrientation; }
|
|
83
85
|
});
|
|
84
86
|
Object.defineProperty(exports, "StepperPanel", {
|
|
85
87
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkZTD7ED52_cjs.StepperPanel; }
|
|
87
89
|
});
|
|
88
90
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
89
91
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkZTD7ED52_cjs.StepperPrevTrigger; }
|
|
91
93
|
});
|
|
92
94
|
Object.defineProperty(exports, "StepperTitle", {
|
|
93
95
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkZTD7ED52_cjs.StepperTitle; }
|
|
95
97
|
});
|
|
96
98
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
97
99
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkZTD7ED52_cjs.StepperTrigger; }
|
|
99
101
|
});
|
|
100
102
|
Object.defineProperty(exports, "Toaster", {
|
|
101
103
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkZTD7ED52_cjs.Toaster; }
|
|
103
105
|
});
|
|
104
106
|
Object.defineProperty(exports, "toast", {
|
|
105
107
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkZTD7ED52_cjs.toast; }
|
|
107
109
|
});
|
|
108
110
|
Object.defineProperty(exports, "useStepperContext", {
|
|
109
111
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperContext; }
|
|
111
113
|
});
|
|
112
114
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
113
115
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperFocusContext; }
|
|
115
117
|
});
|
|
116
118
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
117
119
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperItemContext; }
|
|
119
121
|
});
|
|
120
122
|
Object.defineProperty(exports, "Textarea", {
|
|
121
123
|
enumerable: true,
|
|
@@ -129,6 +131,10 @@ Object.defineProperty(exports, "TooltipProvider", {
|
|
|
129
131
|
enumerable: true,
|
|
130
132
|
get: function () { return chunkGR37JJQK_cjs.TooltipProvider; }
|
|
131
133
|
});
|
|
134
|
+
Object.defineProperty(exports, "Input", {
|
|
135
|
+
enumerable: true,
|
|
136
|
+
get: function () { return chunk5AA4IE2T_cjs.Input; }
|
|
137
|
+
});
|
|
132
138
|
Object.defineProperty(exports, "Progress", {
|
|
133
139
|
enumerable: true,
|
|
134
140
|
get: function () { return chunkTH44JYXB_cjs.Progress; }
|
|
@@ -141,6 +147,14 @@ Object.defineProperty(exports, "RadioGroupItem", {
|
|
|
141
147
|
enumerable: true,
|
|
142
148
|
get: function () { return chunkXENOUBSI_cjs.RadioGroupItem; }
|
|
143
149
|
});
|
|
150
|
+
Object.defineProperty(exports, "ScrollArea", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function () { return chunk4YXM4NWG_cjs.ScrollArea; }
|
|
153
|
+
});
|
|
154
|
+
Object.defineProperty(exports, "ScrollBar", {
|
|
155
|
+
enumerable: true,
|
|
156
|
+
get: function () { return chunk4YXM4NWG_cjs.ScrollBar; }
|
|
157
|
+
});
|
|
144
158
|
Object.defineProperty(exports, "Select", {
|
|
145
159
|
enumerable: true,
|
|
146
160
|
get: function () { return chunk3ZRMIVJM_cjs.Select; }
|
|
@@ -233,41 +247,41 @@ Object.defineProperty(exports, "Checkbox", {
|
|
|
233
247
|
enumerable: true,
|
|
234
248
|
get: function () { return chunkHCHVDUI6_cjs.Checkbox; }
|
|
235
249
|
});
|
|
250
|
+
Object.defineProperty(exports, "ColorSwatch", {
|
|
251
|
+
enumerable: true,
|
|
252
|
+
get: function () { return chunkX55H6LRX_cjs.ColorSwatch; }
|
|
253
|
+
});
|
|
236
254
|
Object.defineProperty(exports, "Dialog", {
|
|
237
255
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkBAWVLSRF_cjs.Dialog; }
|
|
239
257
|
});
|
|
240
258
|
Object.defineProperty(exports, "DialogClose", {
|
|
241
259
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogClose; }
|
|
243
261
|
});
|
|
244
262
|
Object.defineProperty(exports, "DialogContent", {
|
|
245
263
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogContent; }
|
|
247
265
|
});
|
|
248
266
|
Object.defineProperty(exports, "DialogDescription", {
|
|
249
267
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogDescription; }
|
|
251
269
|
});
|
|
252
270
|
Object.defineProperty(exports, "DialogFooter", {
|
|
253
271
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogFooter; }
|
|
255
273
|
});
|
|
256
274
|
Object.defineProperty(exports, "DialogHeader", {
|
|
257
275
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogHeader; }
|
|
259
277
|
});
|
|
260
278
|
Object.defineProperty(exports, "DialogTitle", {
|
|
261
279
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogTitle; }
|
|
263
281
|
});
|
|
264
282
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
265
283
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
267
|
-
});
|
|
268
|
-
Object.defineProperty(exports, "Header", {
|
|
269
|
-
enumerable: true,
|
|
270
|
-
get: function () { return chunkYWG7TML6_cjs.Header; }
|
|
284
|
+
get: function () { return chunkBAWVLSRF_cjs.DialogTrigger; }
|
|
271
285
|
});
|
|
272
286
|
Object.defineProperty(exports, "Field", {
|
|
273
287
|
enumerable: true,
|
|
@@ -313,9 +327,9 @@ Object.defineProperty(exports, "Label", {
|
|
|
313
327
|
enumerable: true,
|
|
314
328
|
get: function () { return chunkS3ANEJJ7_cjs.Label; }
|
|
315
329
|
});
|
|
316
|
-
Object.defineProperty(exports, "
|
|
330
|
+
Object.defineProperty(exports, "Header", {
|
|
317
331
|
enumerable: true,
|
|
318
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunkYWG7TML6_cjs.Header; }
|
|
319
333
|
});
|
|
320
334
|
Object.defineProperty(exports, "Item", {
|
|
321
335
|
enumerable: true,
|
|
@@ -411,5 +425,13 @@ Object.defineProperty(exports, "AvatarImage", {
|
|
|
411
425
|
});
|
|
412
426
|
Object.defineProperty(exports, "Badge", {
|
|
413
427
|
enumerable: true,
|
|
414
|
-
get: function () { return
|
|
428
|
+
get: function () { return chunkZ6CZAPVG_cjs.Badge; }
|
|
429
|
+
});
|
|
430
|
+
Object.defineProperty(exports, "BadgeButton", {
|
|
431
|
+
enumerable: true,
|
|
432
|
+
get: function () { return chunkZ6CZAPVG_cjs.BadgeButton; }
|
|
433
|
+
});
|
|
434
|
+
Object.defineProperty(exports, "BadgeDot", {
|
|
435
|
+
enumerable: true,
|
|
436
|
+
get: function () { return chunkZ6CZAPVG_cjs.BadgeDot; }
|
|
415
437
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './alert-dialog/index.cjs';
|
|
2
2
|
export { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps } from './avatar/index.cjs';
|
|
3
|
-
export { Badge, BadgeProps, BadgeVariant } from './badge/index.cjs';
|
|
3
|
+
export { Badge, BadgeButton, BadgeButtonProps, BadgeDot, BadgeDotProps, BadgeProps, BadgeVariant } from './badge/index.cjs';
|
|
4
4
|
export { Button, ButtonProps, ButtonSizeType, ButtonVariantType } from './button/index.cjs';
|
|
5
5
|
export { Card, CardAction, CardActionProps, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps, CardTitle, CardTitleProps } from './card/index.cjs';
|
|
6
6
|
export { Checkbox, CheckboxProps } from './checkbox/index.cjs';
|
|
@@ -20,6 +20,8 @@ export { Textarea, TextareaProps } from './textarea/index.cjs';
|
|
|
20
20
|
export { Toaster, ToasterProps } from './toaster/index.cjs';
|
|
21
21
|
export { Tooltip, TooltipProps, TooltipProvider, TooltipProviderProps } from './tooltip/index.cjs';
|
|
22
22
|
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps } from './radio-group/index.cjs';
|
|
23
|
+
export { ColorSwatch, ColorSwatchProps, ColorSwatchSize } from './color-swatch/index.cjs';
|
|
24
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from './scroll-area/index.cjs';
|
|
23
25
|
export { toast } from 'sonner';
|
|
24
26
|
import 'react';
|
|
25
27
|
import 'radix-ui';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './alert-dialog/index.js';
|
|
2
2
|
export { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps } from './avatar/index.js';
|
|
3
|
-
export { Badge, BadgeProps, BadgeVariant } from './badge/index.js';
|
|
3
|
+
export { Badge, BadgeButton, BadgeButtonProps, BadgeDot, BadgeDotProps, BadgeProps, BadgeVariant } from './badge/index.js';
|
|
4
4
|
export { Button, ButtonProps, ButtonSizeType, ButtonVariantType } from './button/index.js';
|
|
5
5
|
export { Card, CardAction, CardActionProps, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps, CardTitle, CardTitleProps } from './card/index.js';
|
|
6
6
|
export { Checkbox, CheckboxProps } from './checkbox/index.js';
|
|
@@ -20,6 +20,8 @@ export { Textarea, TextareaProps } from './textarea/index.js';
|
|
|
20
20
|
export { Toaster, ToasterProps } from './toaster/index.js';
|
|
21
21
|
export { Tooltip, TooltipProps, TooltipProvider, TooltipProviderProps } from './tooltip/index.js';
|
|
22
22
|
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps } from './radio-group/index.js';
|
|
23
|
+
export { ColorSwatch, ColorSwatchProps, ColorSwatchSize } from './color-swatch/index.js';
|
|
24
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from './scroll-area/index.js';
|
|
23
25
|
export { toast } from 'sonner';
|
|
24
26
|
import 'react';
|
|
25
27
|
import 'radix-ui';
|
package/dist/components/index.js
CHANGED
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
export { Button, Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, Toaster, toast, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../chunk-
|
|
3
|
+
export { Button, Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, Toaster, toast, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../chunk-E2Y5T6U6.js';
|
|
4
4
|
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
5
5
|
export { Tooltip, TooltipProvider } from '../chunk-HJJPEVIH.js';
|
|
6
|
+
export { Input } from '../chunk-UGSNASZM.js';
|
|
6
7
|
export { Progress } from '../chunk-PBEZZMAB.js';
|
|
7
8
|
export { RadioGroup, RadioGroupItem } from '../chunk-4TRADSTP.js';
|
|
9
|
+
export { ScrollArea, ScrollBar } from '../chunk-KXMI4545.js';
|
|
8
10
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../chunk-O7QFYWMK.js';
|
|
9
11
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-DTSFPOLX.js';
|
|
10
12
|
export { Spinner } from '../chunk-P5IUC7HJ.js';
|
|
11
13
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-6BSR3O2J.js';
|
|
12
14
|
export { Checkbox } from '../chunk-5F2Y65JH.js';
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
+
export { ColorSwatch } from '../chunk-3BLXG7ET.js';
|
|
16
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../chunk-ACJ3ES2B.js';
|
|
15
17
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-KYFNEU4K.js';
|
|
16
18
|
export { Label } from '../chunk-I3RSTJP6.js';
|
|
17
|
-
export {
|
|
19
|
+
export { Header } from '../chunk-UW6GOD7J.js';
|
|
18
20
|
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-XV3AQ6NS.js';
|
|
19
21
|
export { Separator } from '../chunk-XJIUGEPN.js';
|
|
20
22
|
import '../chunk-H5O5L6XT.js';
|
|
21
23
|
import '../chunk-DFD2WUOU.js';
|
|
22
24
|
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from '../chunk-5MJPZUTO.js';
|
|
23
25
|
export { Avatar, AvatarFallback, AvatarImage } from '../chunk-NGVFYKAT.js';
|
|
24
|
-
export { Badge } from '../chunk-
|
|
26
|
+
export { Badge, BadgeButton, BadgeDot } from '../chunk-FKCWRNWB.js';
|
|
25
27
|
import '../chunk-ZD2QRAOX.js';
|
|
26
28
|
import '../chunk-BYXBJQAS.js';
|
|
@@ -13,7 +13,7 @@ type ItemProps = React.ComponentProps<"div"> & {
|
|
|
13
13
|
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
14
|
|
|
15
15
|
declare const itemVariants: (props?: ({
|
|
16
|
-
variant?: "
|
|
16
|
+
variant?: "outline" | "default" | "muted" | null | undefined;
|
|
17
17
|
size?: "default" | "sm" | null | undefined;
|
|
18
18
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ type ItemProps = React.ComponentProps<"div"> & {
|
|
|
13
13
|
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
14
|
|
|
15
15
|
declare const itemVariants: (props?: ({
|
|
16
|
-
variant?: "
|
|
16
|
+
variant?: "outline" | "default" | "muted" | null | undefined;
|
|
17
17
|
size?: "default" | "sm" | null | undefined;
|
|
18
18
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
19
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk4YXM4NWG_cjs = require('../../chunk-4YXM4NWG.cjs');
|
|
4
|
+
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "ScrollArea", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunk4YXM4NWG_cjs.ScrollArea; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "ScrollBar", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunk4YXM4NWG_cjs.ScrollBar; }
|
|
16
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { ScrollArea as ScrollArea$1 } from 'radix-ui';
|
|
4
|
+
|
|
5
|
+
type ScrollAreaProps = React.ComponentProps<typeof ScrollArea$1.Root>;
|
|
6
|
+
declare function ScrollArea({ className, children, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
type ScrollBarProps = React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>;
|
|
9
|
+
declare function ScrollBar({ className, orientation, ...props }: ScrollBarProps): react_jsx_runtime.JSX.Element;
|
|
10
|
+
|
|
11
|
+
export { ScrollArea, type ScrollAreaProps, ScrollBar, type ScrollBarProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { ScrollArea as ScrollArea$1 } from 'radix-ui';
|
|
4
|
+
|
|
5
|
+
type ScrollAreaProps = React.ComponentProps<typeof ScrollArea$1.Root>;
|
|
6
|
+
declare function ScrollArea({ className, children, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
type ScrollBarProps = React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>;
|
|
9
|
+
declare function ScrollBar({ className, orientation, ...props }: ScrollBarProps): react_jsx_runtime.JSX.Element;
|
|
10
|
+
|
|
11
|
+
export { ScrollArea, type ScrollAreaProps, ScrollBar, type ScrollBarProps };
|
|
@@ -1,27 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZTD7ED52_cjs = require('../../chunk-ZTD7ED52.cjs');
|
|
4
4
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
5
|
require('../../chunk-GR37JJQK.cjs');
|
|
6
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
6
7
|
require('../../chunk-TH44JYXB.cjs');
|
|
7
8
|
require('../../chunk-XENOUBSI.cjs');
|
|
9
|
+
require('../../chunk-4YXM4NWG.cjs');
|
|
8
10
|
require('../../chunk-3ZRMIVJM.cjs');
|
|
9
11
|
require('../../chunk-GHV2TURY.cjs');
|
|
10
12
|
require('../../chunk-3WSQRFUY.cjs');
|
|
11
13
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
12
14
|
require('../../chunk-HCHVDUI6.cjs');
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-X55H6LRX.cjs');
|
|
16
|
+
require('../../chunk-BAWVLSRF.cjs');
|
|
15
17
|
require('../../chunk-YTVV2IUF.cjs');
|
|
16
18
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
17
|
-
require('../../chunk-
|
|
19
|
+
require('../../chunk-YWG7TML6.cjs');
|
|
18
20
|
require('../../chunk-3DUJHGXE.cjs');
|
|
19
21
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
20
22
|
require('../../chunk-EW6TE3N5.cjs');
|
|
21
23
|
require('../../chunk-7EYMOUWG.cjs');
|
|
22
24
|
require('../../chunk-TMXVL5CV.cjs');
|
|
23
25
|
require('../../chunk-I7AV5IQO.cjs');
|
|
24
|
-
require('../../chunk-
|
|
26
|
+
require('../../chunk-Z6CZAPVG.cjs');
|
|
25
27
|
require('../../chunk-H2BWO3SI.cjs');
|
|
26
28
|
require('../../chunk-3376ZTRC.cjs');
|
|
27
29
|
|
|
@@ -29,77 +31,77 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
29
31
|
|
|
30
32
|
Object.defineProperty(exports, "Stepper", {
|
|
31
33
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkZTD7ED52_cjs.Stepper; }
|
|
33
35
|
});
|
|
34
36
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
35
37
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkZTD7ED52_cjs.StepperActivationMode; }
|
|
37
39
|
});
|
|
38
40
|
Object.defineProperty(exports, "StepperContent", {
|
|
39
41
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkZTD7ED52_cjs.StepperContent; }
|
|
41
43
|
});
|
|
42
44
|
Object.defineProperty(exports, "StepperDataState", {
|
|
43
45
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkZTD7ED52_cjs.StepperDataState; }
|
|
45
47
|
});
|
|
46
48
|
Object.defineProperty(exports, "StepperDescription", {
|
|
47
49
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkZTD7ED52_cjs.StepperDescription; }
|
|
49
51
|
});
|
|
50
52
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
51
53
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkZTD7ED52_cjs.StepperFocusIntent; }
|
|
53
55
|
});
|
|
54
56
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
55
57
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkZTD7ED52_cjs.StepperIndicator; }
|
|
57
59
|
});
|
|
58
60
|
Object.defineProperty(exports, "StepperItem", {
|
|
59
61
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkZTD7ED52_cjs.StepperItem; }
|
|
61
63
|
});
|
|
62
64
|
Object.defineProperty(exports, "StepperNav", {
|
|
63
65
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNav; }
|
|
65
67
|
});
|
|
66
68
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
67
69
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNavigationDirection; }
|
|
69
71
|
});
|
|
70
72
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
71
73
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkZTD7ED52_cjs.StepperNextTrigger; }
|
|
73
75
|
});
|
|
74
76
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
75
77
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkZTD7ED52_cjs.StepperOrientation; }
|
|
77
79
|
});
|
|
78
80
|
Object.defineProperty(exports, "StepperPanel", {
|
|
79
81
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkZTD7ED52_cjs.StepperPanel; }
|
|
81
83
|
});
|
|
82
84
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
83
85
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkZTD7ED52_cjs.StepperPrevTrigger; }
|
|
85
87
|
});
|
|
86
88
|
Object.defineProperty(exports, "StepperTitle", {
|
|
87
89
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkZTD7ED52_cjs.StepperTitle; }
|
|
89
91
|
});
|
|
90
92
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
91
93
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkZTD7ED52_cjs.StepperTrigger; }
|
|
93
95
|
});
|
|
94
96
|
Object.defineProperty(exports, "useStepperContext", {
|
|
95
97
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperContext; }
|
|
97
99
|
});
|
|
98
100
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
99
101
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperFocusContext; }
|
|
101
103
|
});
|
|
102
104
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
103
105
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkZTD7ED52_cjs.useStepperItemContext; }
|
|
105
107
|
});
|
|
@@ -1,24 +1,26 @@
|
|
|
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-E2Y5T6U6.js';
|
|
2
2
|
import '../../chunk-OQCNPNPS.js';
|
|
3
3
|
import '../../chunk-HJJPEVIH.js';
|
|
4
|
+
import '../../chunk-UGSNASZM.js';
|
|
4
5
|
import '../../chunk-PBEZZMAB.js';
|
|
5
6
|
import '../../chunk-4TRADSTP.js';
|
|
7
|
+
import '../../chunk-KXMI4545.js';
|
|
6
8
|
import '../../chunk-O7QFYWMK.js';
|
|
7
9
|
import '../../chunk-DTSFPOLX.js';
|
|
8
10
|
import '../../chunk-P5IUC7HJ.js';
|
|
9
11
|
import '../../chunk-6BSR3O2J.js';
|
|
10
12
|
import '../../chunk-5F2Y65JH.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-3BLXG7ET.js';
|
|
14
|
+
import '../../chunk-ACJ3ES2B.js';
|
|
13
15
|
import '../../chunk-KYFNEU4K.js';
|
|
14
16
|
import '../../chunk-I3RSTJP6.js';
|
|
15
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-UW6GOD7J.js';
|
|
16
18
|
import '../../chunk-XV3AQ6NS.js';
|
|
17
19
|
import '../../chunk-XJIUGEPN.js';
|
|
18
20
|
import '../../chunk-H5O5L6XT.js';
|
|
19
21
|
import '../../chunk-DFD2WUOU.js';
|
|
20
22
|
import '../../chunk-5MJPZUTO.js';
|
|
21
23
|
import '../../chunk-NGVFYKAT.js';
|
|
22
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-FKCWRNWB.js';
|
|
23
25
|
import '../../chunk-ZD2QRAOX.js';
|
|
24
26
|
import '../../chunk-BYXBJQAS.js';
|