@szum-tech/design-system 3.5.1 → 3.6.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-54PWKHYF.cjs +58 -0
- package/dist/chunk-FUS2IGBX.js +54 -0
- package/dist/chunk-N2Q3D32M.js +86 -0
- package/dist/chunk-Z33XUQTB.cjs +108 -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 +7 -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 +6 -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/index.cjs +87 -74
- package/dist/components/index.d.cts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +6 -5
- package/dist/components/item/index.d.cts +1 -1
- package/dist/components/item/index.d.ts +1 -1
- package/dist/components/stepper/index.cjs +25 -24
- package/dist/components/stepper/index.js +6 -5
- package/dist/components/toaster/index.cjs +8 -7
- package/dist/components/toaster/index.js +6 -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-GWRG4LH5.js} +0 -0
- /package/dist/{chunk-UPL5LJOP.cjs → chunk-JXZ27PK6.cjs} +0 -0
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkJXZ27PK6_cjs = require('../chunk-JXZ27PK6.cjs');
|
|
6
6
|
var chunkNU5UQPBX_cjs = require('../chunk-NU5UQPBX.cjs');
|
|
7
7
|
var chunkGR37JJQK_cjs = require('../chunk-GR37JJQK.cjs');
|
|
8
|
+
var chunk3DUJHGXE_cjs = require('../chunk-3DUJHGXE.cjs');
|
|
8
9
|
var chunkTH44JYXB_cjs = require('../chunk-TH44JYXB.cjs');
|
|
9
10
|
var chunkXENOUBSI_cjs = require('../chunk-XENOUBSI.cjs');
|
|
10
11
|
var chunk3ZRMIVJM_cjs = require('../chunk-3ZRMIVJM.cjs');
|
|
@@ -12,18 +13,18 @@ var chunkGHV2TURY_cjs = require('../chunk-GHV2TURY.cjs');
|
|
|
12
13
|
var chunk3WSQRFUY_cjs = require('../chunk-3WSQRFUY.cjs');
|
|
13
14
|
var chunk2Y2ZCPNV_cjs = require('../chunk-2Y2ZCPNV.cjs');
|
|
14
15
|
var chunkHCHVDUI6_cjs = require('../chunk-HCHVDUI6.cjs');
|
|
16
|
+
var chunkZ33XUQTB_cjs = require('../chunk-Z33XUQTB.cjs');
|
|
15
17
|
var chunk6WGZMVJT_cjs = require('../chunk-6WGZMVJT.cjs');
|
|
16
|
-
var chunkYWG7TML6_cjs = require('../chunk-YWG7TML6.cjs');
|
|
17
18
|
var chunkYTVV2IUF_cjs = require('../chunk-YTVV2IUF.cjs');
|
|
18
19
|
var chunkS3ANEJJ7_cjs = require('../chunk-S3ANEJJ7.cjs');
|
|
19
|
-
var chunk5AA4IE2T_cjs = require('../chunk-5AA4IE2T.cjs');
|
|
20
|
-
var chunk3DUJHGXE_cjs = require('../chunk-3DUJHGXE.cjs');
|
|
21
20
|
var chunkUIOBJSKZ_cjs = require('../chunk-UIOBJSKZ.cjs');
|
|
21
|
+
var chunkYWG7TML6_cjs = require('../chunk-YWG7TML6.cjs');
|
|
22
|
+
var chunk5AA4IE2T_cjs = require('../chunk-5AA4IE2T.cjs');
|
|
22
23
|
require('../chunk-EW6TE3N5.cjs');
|
|
23
24
|
require('../chunk-7EYMOUWG.cjs');
|
|
24
25
|
var chunkTMXVL5CV_cjs = require('../chunk-TMXVL5CV.cjs');
|
|
25
26
|
var chunkI7AV5IQO_cjs = require('../chunk-I7AV5IQO.cjs');
|
|
26
|
-
var
|
|
27
|
+
var chunk54PWKHYF_cjs = require('../chunk-54PWKHYF.cjs');
|
|
27
28
|
require('../chunk-H2BWO3SI.cjs');
|
|
28
29
|
require('../chunk-3376ZTRC.cjs');
|
|
29
30
|
|
|
@@ -31,91 +32,91 @@ require('../chunk-3376ZTRC.cjs');
|
|
|
31
32
|
|
|
32
33
|
Object.defineProperty(exports, "Button", {
|
|
33
34
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkJXZ27PK6_cjs.Button; }
|
|
35
36
|
});
|
|
36
37
|
Object.defineProperty(exports, "Stepper", {
|
|
37
38
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkJXZ27PK6_cjs.Stepper; }
|
|
39
40
|
});
|
|
40
41
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
41
42
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperActivationMode; }
|
|
43
44
|
});
|
|
44
45
|
Object.defineProperty(exports, "StepperContent", {
|
|
45
46
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperContent; }
|
|
47
48
|
});
|
|
48
49
|
Object.defineProperty(exports, "StepperDataState", {
|
|
49
50
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperDataState; }
|
|
51
52
|
});
|
|
52
53
|
Object.defineProperty(exports, "StepperDescription", {
|
|
53
54
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperDescription; }
|
|
55
56
|
});
|
|
56
57
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
57
58
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperFocusIntent; }
|
|
59
60
|
});
|
|
60
61
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
61
62
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperIndicator; }
|
|
63
64
|
});
|
|
64
65
|
Object.defineProperty(exports, "StepperItem", {
|
|
65
66
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperItem; }
|
|
67
68
|
});
|
|
68
69
|
Object.defineProperty(exports, "StepperNav", {
|
|
69
70
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNav; }
|
|
71
72
|
});
|
|
72
73
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
73
74
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNavigationDirection; }
|
|
75
76
|
});
|
|
76
77
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
77
78
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNextTrigger; }
|
|
79
80
|
});
|
|
80
81
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
81
82
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperOrientation; }
|
|
83
84
|
});
|
|
84
85
|
Object.defineProperty(exports, "StepperPanel", {
|
|
85
86
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperPanel; }
|
|
87
88
|
});
|
|
88
89
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
89
90
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperPrevTrigger; }
|
|
91
92
|
});
|
|
92
93
|
Object.defineProperty(exports, "StepperTitle", {
|
|
93
94
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperTitle; }
|
|
95
96
|
});
|
|
96
97
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
97
98
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperTrigger; }
|
|
99
100
|
});
|
|
100
101
|
Object.defineProperty(exports, "Toaster", {
|
|
101
102
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkJXZ27PK6_cjs.Toaster; }
|
|
103
104
|
});
|
|
104
105
|
Object.defineProperty(exports, "toast", {
|
|
105
106
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkJXZ27PK6_cjs.toast; }
|
|
107
108
|
});
|
|
108
109
|
Object.defineProperty(exports, "useStepperContext", {
|
|
109
110
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperContext; }
|
|
111
112
|
});
|
|
112
113
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
113
114
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperFocusContext; }
|
|
115
116
|
});
|
|
116
117
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
117
118
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperItemContext; }
|
|
119
120
|
});
|
|
120
121
|
Object.defineProperty(exports, "Textarea", {
|
|
121
122
|
enumerable: true,
|
|
@@ -129,6 +130,46 @@ Object.defineProperty(exports, "TooltipProvider", {
|
|
|
129
130
|
enumerable: true,
|
|
130
131
|
get: function () { return chunkGR37JJQK_cjs.TooltipProvider; }
|
|
131
132
|
});
|
|
133
|
+
Object.defineProperty(exports, "Item", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
get: function () { return chunk3DUJHGXE_cjs.Item; }
|
|
136
|
+
});
|
|
137
|
+
Object.defineProperty(exports, "ItemActions", {
|
|
138
|
+
enumerable: true,
|
|
139
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemActions; }
|
|
140
|
+
});
|
|
141
|
+
Object.defineProperty(exports, "ItemContent", {
|
|
142
|
+
enumerable: true,
|
|
143
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemContent; }
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(exports, "ItemDescription", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemDescription; }
|
|
148
|
+
});
|
|
149
|
+
Object.defineProperty(exports, "ItemFooter", {
|
|
150
|
+
enumerable: true,
|
|
151
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemFooter; }
|
|
152
|
+
});
|
|
153
|
+
Object.defineProperty(exports, "ItemGroup", {
|
|
154
|
+
enumerable: true,
|
|
155
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemGroup; }
|
|
156
|
+
});
|
|
157
|
+
Object.defineProperty(exports, "ItemHeader", {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemHeader; }
|
|
160
|
+
});
|
|
161
|
+
Object.defineProperty(exports, "ItemMedia", {
|
|
162
|
+
enumerable: true,
|
|
163
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemMedia; }
|
|
164
|
+
});
|
|
165
|
+
Object.defineProperty(exports, "ItemSeparator", {
|
|
166
|
+
enumerable: true,
|
|
167
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemSeparator; }
|
|
168
|
+
});
|
|
169
|
+
Object.defineProperty(exports, "ItemTitle", {
|
|
170
|
+
enumerable: true,
|
|
171
|
+
get: function () { return chunk3DUJHGXE_cjs.ItemTitle; }
|
|
172
|
+
});
|
|
132
173
|
Object.defineProperty(exports, "Progress", {
|
|
133
174
|
enumerable: true,
|
|
134
175
|
get: function () { return chunkTH44JYXB_cjs.Progress; }
|
|
@@ -233,6 +274,10 @@ Object.defineProperty(exports, "Checkbox", {
|
|
|
233
274
|
enumerable: true,
|
|
234
275
|
get: function () { return chunkHCHVDUI6_cjs.Checkbox; }
|
|
235
276
|
});
|
|
277
|
+
Object.defineProperty(exports, "ColorSwatch", {
|
|
278
|
+
enumerable: true,
|
|
279
|
+
get: function () { return chunkZ33XUQTB_cjs.ColorSwatch; }
|
|
280
|
+
});
|
|
236
281
|
Object.defineProperty(exports, "Dialog", {
|
|
237
282
|
enumerable: true,
|
|
238
283
|
get: function () { return chunk6WGZMVJT_cjs.Dialog; }
|
|
@@ -265,10 +310,6 @@ Object.defineProperty(exports, "DialogTrigger", {
|
|
|
265
310
|
enumerable: true,
|
|
266
311
|
get: function () { return chunk6WGZMVJT_cjs.DialogTrigger; }
|
|
267
312
|
});
|
|
268
|
-
Object.defineProperty(exports, "Header", {
|
|
269
|
-
enumerable: true,
|
|
270
|
-
get: function () { return chunkYWG7TML6_cjs.Header; }
|
|
271
|
-
});
|
|
272
313
|
Object.defineProperty(exports, "Field", {
|
|
273
314
|
enumerable: true,
|
|
274
315
|
get: function () { return chunkYTVV2IUF_cjs.Field; }
|
|
@@ -313,53 +354,17 @@ Object.defineProperty(exports, "Label", {
|
|
|
313
354
|
enumerable: true,
|
|
314
355
|
get: function () { return chunkS3ANEJJ7_cjs.Label; }
|
|
315
356
|
});
|
|
316
|
-
Object.defineProperty(exports, "
|
|
317
|
-
enumerable: true,
|
|
318
|
-
get: function () { return chunk5AA4IE2T_cjs.Input; }
|
|
319
|
-
});
|
|
320
|
-
Object.defineProperty(exports, "Item", {
|
|
321
|
-
enumerable: true,
|
|
322
|
-
get: function () { return chunk3DUJHGXE_cjs.Item; }
|
|
323
|
-
});
|
|
324
|
-
Object.defineProperty(exports, "ItemActions", {
|
|
325
|
-
enumerable: true,
|
|
326
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemActions; }
|
|
327
|
-
});
|
|
328
|
-
Object.defineProperty(exports, "ItemContent", {
|
|
329
|
-
enumerable: true,
|
|
330
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemContent; }
|
|
331
|
-
});
|
|
332
|
-
Object.defineProperty(exports, "ItemDescription", {
|
|
333
|
-
enumerable: true,
|
|
334
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemDescription; }
|
|
335
|
-
});
|
|
336
|
-
Object.defineProperty(exports, "ItemFooter", {
|
|
337
|
-
enumerable: true,
|
|
338
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemFooter; }
|
|
339
|
-
});
|
|
340
|
-
Object.defineProperty(exports, "ItemGroup", {
|
|
341
|
-
enumerable: true,
|
|
342
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemGroup; }
|
|
343
|
-
});
|
|
344
|
-
Object.defineProperty(exports, "ItemHeader", {
|
|
345
|
-
enumerable: true,
|
|
346
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemHeader; }
|
|
347
|
-
});
|
|
348
|
-
Object.defineProperty(exports, "ItemMedia", {
|
|
349
|
-
enumerable: true,
|
|
350
|
-
get: function () { return chunk3DUJHGXE_cjs.ItemMedia; }
|
|
351
|
-
});
|
|
352
|
-
Object.defineProperty(exports, "ItemSeparator", {
|
|
357
|
+
Object.defineProperty(exports, "Separator", {
|
|
353
358
|
enumerable: true,
|
|
354
|
-
get: function () { return
|
|
359
|
+
get: function () { return chunkUIOBJSKZ_cjs.Separator; }
|
|
355
360
|
});
|
|
356
|
-
Object.defineProperty(exports, "
|
|
361
|
+
Object.defineProperty(exports, "Header", {
|
|
357
362
|
enumerable: true,
|
|
358
|
-
get: function () { return
|
|
363
|
+
get: function () { return chunkYWG7TML6_cjs.Header; }
|
|
359
364
|
});
|
|
360
|
-
Object.defineProperty(exports, "
|
|
365
|
+
Object.defineProperty(exports, "Input", {
|
|
361
366
|
enumerable: true,
|
|
362
|
-
get: function () { return
|
|
367
|
+
get: function () { return chunk5AA4IE2T_cjs.Input; }
|
|
363
368
|
});
|
|
364
369
|
Object.defineProperty(exports, "AlertDialog", {
|
|
365
370
|
enumerable: true,
|
|
@@ -411,5 +416,13 @@ Object.defineProperty(exports, "AvatarImage", {
|
|
|
411
416
|
});
|
|
412
417
|
Object.defineProperty(exports, "Badge", {
|
|
413
418
|
enumerable: true,
|
|
414
|
-
get: function () { return
|
|
419
|
+
get: function () { return chunk54PWKHYF_cjs.Badge; }
|
|
420
|
+
});
|
|
421
|
+
Object.defineProperty(exports, "BadgeButton", {
|
|
422
|
+
enumerable: true,
|
|
423
|
+
get: function () { return chunk54PWKHYF_cjs.BadgeButton; }
|
|
424
|
+
});
|
|
425
|
+
Object.defineProperty(exports, "BadgeDot", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function () { return chunk54PWKHYF_cjs.BadgeDot; }
|
|
415
428
|
});
|
|
@@ -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,7 @@ 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';
|
|
23
24
|
export { toast } from 'sonner';
|
|
24
25
|
import 'react';
|
|
25
26
|
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,7 @@ 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';
|
|
23
24
|
export { toast } from 'sonner';
|
|
24
25
|
import 'react';
|
|
25
26
|
import 'radix-ui';
|
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
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-GWRG4LH5.js';
|
|
4
4
|
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
5
5
|
export { Tooltip, TooltipProvider } from '../chunk-HJJPEVIH.js';
|
|
6
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-XV3AQ6NS.js';
|
|
6
7
|
export { Progress } from '../chunk-PBEZZMAB.js';
|
|
7
8
|
export { RadioGroup, RadioGroupItem } from '../chunk-4TRADSTP.js';
|
|
8
9
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../chunk-O7QFYWMK.js';
|
|
@@ -10,17 +11,17 @@ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHe
|
|
|
10
11
|
export { Spinner } from '../chunk-P5IUC7HJ.js';
|
|
11
12
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-6BSR3O2J.js';
|
|
12
13
|
export { Checkbox } from '../chunk-5F2Y65JH.js';
|
|
14
|
+
export { ColorSwatch } from '../chunk-N2Q3D32M.js';
|
|
13
15
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../chunk-5Q3H4MOX.js';
|
|
14
|
-
export { Header } from '../chunk-UW6GOD7J.js';
|
|
15
16
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-KYFNEU4K.js';
|
|
16
17
|
export { Label } from '../chunk-I3RSTJP6.js';
|
|
17
|
-
export { Input } from '../chunk-UGSNASZM.js';
|
|
18
|
-
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-XV3AQ6NS.js';
|
|
19
18
|
export { Separator } from '../chunk-XJIUGEPN.js';
|
|
19
|
+
export { Header } from '../chunk-UW6GOD7J.js';
|
|
20
|
+
export { Input } from '../chunk-UGSNASZM.js';
|
|
20
21
|
import '../chunk-H5O5L6XT.js';
|
|
21
22
|
import '../chunk-DFD2WUOU.js';
|
|
22
23
|
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from '../chunk-5MJPZUTO.js';
|
|
23
24
|
export { Avatar, AvatarFallback, AvatarImage } from '../chunk-NGVFYKAT.js';
|
|
24
|
-
export { Badge } from '../chunk-
|
|
25
|
+
export { Badge, BadgeButton, BadgeDot } from '../chunk-FUS2IGBX.js';
|
|
25
26
|
import '../chunk-ZD2QRAOX.js';
|
|
26
27
|
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
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJXZ27PK6_cjs = require('../../chunk-JXZ27PK6.cjs');
|
|
4
4
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
5
|
require('../../chunk-GR37JJQK.cjs');
|
|
6
|
+
require('../../chunk-3DUJHGXE.cjs');
|
|
6
7
|
require('../../chunk-TH44JYXB.cjs');
|
|
7
8
|
require('../../chunk-XENOUBSI.cjs');
|
|
8
9
|
require('../../chunk-3ZRMIVJM.cjs');
|
|
@@ -10,18 +11,18 @@ require('../../chunk-GHV2TURY.cjs');
|
|
|
10
11
|
require('../../chunk-3WSQRFUY.cjs');
|
|
11
12
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
12
13
|
require('../../chunk-HCHVDUI6.cjs');
|
|
14
|
+
require('../../chunk-Z33XUQTB.cjs');
|
|
13
15
|
require('../../chunk-6WGZMVJT.cjs');
|
|
14
|
-
require('../../chunk-YWG7TML6.cjs');
|
|
15
16
|
require('../../chunk-YTVV2IUF.cjs');
|
|
16
17
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
17
|
-
require('../../chunk-5AA4IE2T.cjs');
|
|
18
|
-
require('../../chunk-3DUJHGXE.cjs');
|
|
19
18
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
19
|
+
require('../../chunk-YWG7TML6.cjs');
|
|
20
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
20
21
|
require('../../chunk-EW6TE3N5.cjs');
|
|
21
22
|
require('../../chunk-7EYMOUWG.cjs');
|
|
22
23
|
require('../../chunk-TMXVL5CV.cjs');
|
|
23
24
|
require('../../chunk-I7AV5IQO.cjs');
|
|
24
|
-
require('../../chunk-
|
|
25
|
+
require('../../chunk-54PWKHYF.cjs');
|
|
25
26
|
require('../../chunk-H2BWO3SI.cjs');
|
|
26
27
|
require('../../chunk-3376ZTRC.cjs');
|
|
27
28
|
|
|
@@ -29,77 +30,77 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
29
30
|
|
|
30
31
|
Object.defineProperty(exports, "Stepper", {
|
|
31
32
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJXZ27PK6_cjs.Stepper; }
|
|
33
34
|
});
|
|
34
35
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
35
36
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperActivationMode; }
|
|
37
38
|
});
|
|
38
39
|
Object.defineProperty(exports, "StepperContent", {
|
|
39
40
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperContent; }
|
|
41
42
|
});
|
|
42
43
|
Object.defineProperty(exports, "StepperDataState", {
|
|
43
44
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperDataState; }
|
|
45
46
|
});
|
|
46
47
|
Object.defineProperty(exports, "StepperDescription", {
|
|
47
48
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperDescription; }
|
|
49
50
|
});
|
|
50
51
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
51
52
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperFocusIntent; }
|
|
53
54
|
});
|
|
54
55
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
55
56
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperIndicator; }
|
|
57
58
|
});
|
|
58
59
|
Object.defineProperty(exports, "StepperItem", {
|
|
59
60
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperItem; }
|
|
61
62
|
});
|
|
62
63
|
Object.defineProperty(exports, "StepperNav", {
|
|
63
64
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNav; }
|
|
65
66
|
});
|
|
66
67
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
67
68
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNavigationDirection; }
|
|
69
70
|
});
|
|
70
71
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
71
72
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperNextTrigger; }
|
|
73
74
|
});
|
|
74
75
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
75
76
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperOrientation; }
|
|
77
78
|
});
|
|
78
79
|
Object.defineProperty(exports, "StepperPanel", {
|
|
79
80
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperPanel; }
|
|
81
82
|
});
|
|
82
83
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
83
84
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperPrevTrigger; }
|
|
85
86
|
});
|
|
86
87
|
Object.defineProperty(exports, "StepperTitle", {
|
|
87
88
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperTitle; }
|
|
89
90
|
});
|
|
90
91
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
91
92
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkJXZ27PK6_cjs.StepperTrigger; }
|
|
93
94
|
});
|
|
94
95
|
Object.defineProperty(exports, "useStepperContext", {
|
|
95
96
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperContext; }
|
|
97
98
|
});
|
|
98
99
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
99
100
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperFocusContext; }
|
|
101
102
|
});
|
|
102
103
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
103
104
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkJXZ27PK6_cjs.useStepperItemContext; }
|
|
105
106
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
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-GWRG4LH5.js';
|
|
2
2
|
import '../../chunk-OQCNPNPS.js';
|
|
3
3
|
import '../../chunk-HJJPEVIH.js';
|
|
4
|
+
import '../../chunk-XV3AQ6NS.js';
|
|
4
5
|
import '../../chunk-PBEZZMAB.js';
|
|
5
6
|
import '../../chunk-4TRADSTP.js';
|
|
6
7
|
import '../../chunk-O7QFYWMK.js';
|
|
@@ -8,17 +9,17 @@ import '../../chunk-DTSFPOLX.js';
|
|
|
8
9
|
import '../../chunk-P5IUC7HJ.js';
|
|
9
10
|
import '../../chunk-6BSR3O2J.js';
|
|
10
11
|
import '../../chunk-5F2Y65JH.js';
|
|
12
|
+
import '../../chunk-N2Q3D32M.js';
|
|
11
13
|
import '../../chunk-5Q3H4MOX.js';
|
|
12
|
-
import '../../chunk-UW6GOD7J.js';
|
|
13
14
|
import '../../chunk-KYFNEU4K.js';
|
|
14
15
|
import '../../chunk-I3RSTJP6.js';
|
|
15
|
-
import '../../chunk-UGSNASZM.js';
|
|
16
|
-
import '../../chunk-XV3AQ6NS.js';
|
|
17
16
|
import '../../chunk-XJIUGEPN.js';
|
|
17
|
+
import '../../chunk-UW6GOD7J.js';
|
|
18
|
+
import '../../chunk-UGSNASZM.js';
|
|
18
19
|
import '../../chunk-H5O5L6XT.js';
|
|
19
20
|
import '../../chunk-DFD2WUOU.js';
|
|
20
21
|
import '../../chunk-5MJPZUTO.js';
|
|
21
22
|
import '../../chunk-NGVFYKAT.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-FUS2IGBX.js';
|
|
23
24
|
import '../../chunk-ZD2QRAOX.js';
|
|
24
25
|
import '../../chunk-BYXBJQAS.js';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJXZ27PK6_cjs = require('../../chunk-JXZ27PK6.cjs');
|
|
4
4
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
5
|
require('../../chunk-GR37JJQK.cjs');
|
|
6
|
+
require('../../chunk-3DUJHGXE.cjs');
|
|
6
7
|
require('../../chunk-TH44JYXB.cjs');
|
|
7
8
|
require('../../chunk-XENOUBSI.cjs');
|
|
8
9
|
require('../../chunk-3ZRMIVJM.cjs');
|
|
@@ -10,18 +11,18 @@ require('../../chunk-GHV2TURY.cjs');
|
|
|
10
11
|
require('../../chunk-3WSQRFUY.cjs');
|
|
11
12
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
12
13
|
require('../../chunk-HCHVDUI6.cjs');
|
|
14
|
+
require('../../chunk-Z33XUQTB.cjs');
|
|
13
15
|
require('../../chunk-6WGZMVJT.cjs');
|
|
14
|
-
require('../../chunk-YWG7TML6.cjs');
|
|
15
16
|
require('../../chunk-YTVV2IUF.cjs');
|
|
16
17
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
17
|
-
require('../../chunk-5AA4IE2T.cjs');
|
|
18
|
-
require('../../chunk-3DUJHGXE.cjs');
|
|
19
18
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
19
|
+
require('../../chunk-YWG7TML6.cjs');
|
|
20
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
20
21
|
require('../../chunk-EW6TE3N5.cjs');
|
|
21
22
|
require('../../chunk-7EYMOUWG.cjs');
|
|
22
23
|
require('../../chunk-TMXVL5CV.cjs');
|
|
23
24
|
require('../../chunk-I7AV5IQO.cjs');
|
|
24
|
-
require('../../chunk-
|
|
25
|
+
require('../../chunk-54PWKHYF.cjs');
|
|
25
26
|
require('../../chunk-H2BWO3SI.cjs');
|
|
26
27
|
require('../../chunk-3376ZTRC.cjs');
|
|
27
28
|
|
|
@@ -29,9 +30,9 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
29
30
|
|
|
30
31
|
Object.defineProperty(exports, "Toaster", {
|
|
31
32
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJXZ27PK6_cjs.Toaster; }
|
|
33
34
|
});
|
|
34
35
|
Object.defineProperty(exports, "toast", {
|
|
35
36
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkJXZ27PK6_cjs.toast; }
|
|
37
38
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { Toaster, toast } from '../../chunk-
|
|
1
|
+
export { Toaster, toast } from '../../chunk-GWRG4LH5.js';
|
|
2
2
|
import '../../chunk-OQCNPNPS.js';
|
|
3
3
|
import '../../chunk-HJJPEVIH.js';
|
|
4
|
+
import '../../chunk-XV3AQ6NS.js';
|
|
4
5
|
import '../../chunk-PBEZZMAB.js';
|
|
5
6
|
import '../../chunk-4TRADSTP.js';
|
|
6
7
|
import '../../chunk-O7QFYWMK.js';
|
|
@@ -8,17 +9,17 @@ import '../../chunk-DTSFPOLX.js';
|
|
|
8
9
|
import '../../chunk-P5IUC7HJ.js';
|
|
9
10
|
import '../../chunk-6BSR3O2J.js';
|
|
10
11
|
import '../../chunk-5F2Y65JH.js';
|
|
12
|
+
import '../../chunk-N2Q3D32M.js';
|
|
11
13
|
import '../../chunk-5Q3H4MOX.js';
|
|
12
|
-
import '../../chunk-UW6GOD7J.js';
|
|
13
14
|
import '../../chunk-KYFNEU4K.js';
|
|
14
15
|
import '../../chunk-I3RSTJP6.js';
|
|
15
|
-
import '../../chunk-UGSNASZM.js';
|
|
16
|
-
import '../../chunk-XV3AQ6NS.js';
|
|
17
16
|
import '../../chunk-XJIUGEPN.js';
|
|
17
|
+
import '../../chunk-UW6GOD7J.js';
|
|
18
|
+
import '../../chunk-UGSNASZM.js';
|
|
18
19
|
import '../../chunk-H5O5L6XT.js';
|
|
19
20
|
import '../../chunk-DFD2WUOU.js';
|
|
20
21
|
import '../../chunk-5MJPZUTO.js';
|
|
21
22
|
import '../../chunk-NGVFYKAT.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-FUS2IGBX.js';
|
|
23
24
|
import '../../chunk-ZD2QRAOX.js';
|
|
24
25
|
import '../../chunk-BYXBJQAS.js';
|