@szum-tech/design-system 3.12.3 → 3.14.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.
Files changed (94) hide show
  1. package/dist/chunk-4IGU5SVP.js +54 -0
  2. package/dist/{chunk-XJZOANXX.cjs → chunk-6HX7ETL3.cjs} +1 -1
  3. package/dist/chunk-7OD2NBSV.cjs +50 -0
  4. package/dist/chunk-B4M7Q5KX.cjs +25 -0
  5. package/dist/{chunk-S2BCU6WG.cjs → chunk-CAIAZGSW.cjs} +5 -4
  6. package/dist/chunk-EOTQVIA5.js +993 -0
  7. package/dist/chunk-EZCWHR56.cjs +2355 -0
  8. package/dist/chunk-G24PWQKG.js +20 -0
  9. package/dist/chunk-GEDBA3JU.cjs +49 -0
  10. package/dist/chunk-IZU3KULT.js +41 -0
  11. package/dist/{chunk-KQ6QE7BT.cjs → chunk-MNDQXDV4.cjs} +4 -4
  12. package/dist/chunk-N4TYSZSU.cjs +44 -0
  13. package/dist/chunk-OZSNSRLV.cjs +1027 -0
  14. package/dist/{chunk-DL54DIMD.js → chunk-Q2MJKFIE.js} +2 -1
  15. package/dist/chunk-S3ZUFD6U.js +23 -0
  16. package/dist/{chunk-WXZE35FK.js → chunk-VK2FJ65F.js} +1 -1
  17. package/dist/chunk-VL3TPVSB.js +2299 -0
  18. package/dist/chunk-X5O7GP4S.js +48 -0
  19. package/dist/{chunk-E5TYGWGE.js → chunk-XKCLVPUC.js} +1 -1
  20. package/dist/{chunk-XIQUR62A.cjs → chunk-XY3ZNUWR.cjs} +32 -20
  21. package/dist/color-picker.types-GI7dq2Ig.d.cts +42 -0
  22. package/dist/color-picker.types-GI7dq2Ig.d.ts +42 -0
  23. package/dist/components/badge-overflow/index.cjs +3 -2
  24. package/dist/components/badge-overflow/index.js +2 -1
  25. package/dist/components/button/index.cjs +16 -12
  26. package/dist/components/button/index.d.cts +1 -0
  27. package/dist/components/button/index.d.ts +1 -0
  28. package/dist/components/button/index.js +15 -11
  29. package/dist/components/carousel/index.cjs +17 -13
  30. package/dist/components/carousel/index.d.cts +1 -0
  31. package/dist/components/carousel/index.d.ts +1 -0
  32. package/dist/components/carousel/index.js +15 -11
  33. package/dist/components/color-picker/index.cjs +88 -0
  34. package/dist/components/color-picker/index.d.cts +71 -0
  35. package/dist/components/color-picker/index.d.ts +71 -0
  36. package/dist/components/color-picker/index.js +39 -0
  37. package/dist/components/dialog/index.d.cts +1 -0
  38. package/dist/components/dialog/index.d.ts +1 -0
  39. package/dist/components/file-upload/index.cjs +60 -0
  40. package/dist/components/file-upload/index.d.cts +131 -0
  41. package/dist/components/file-upload/index.d.ts +131 -0
  42. package/dist/components/file-upload/index.js +3 -0
  43. package/dist/components/index.cjs +216 -84
  44. package/dist/components/index.d.cts +8 -1
  45. package/dist/components/index.d.ts +8 -1
  46. package/dist/components/index.js +15 -11
  47. package/dist/components/input/index.cjs +2 -2
  48. package/dist/components/input/index.js +1 -1
  49. package/dist/components/item/index.d.cts +1 -0
  50. package/dist/components/item/index.d.ts +1 -0
  51. package/dist/components/masonry/index.cjs +5 -4
  52. package/dist/components/masonry/index.js +3 -2
  53. package/dist/components/popover/index.cjs +35 -0
  54. package/dist/components/popover/index.d.cts +18 -0
  55. package/dist/components/popover/index.d.ts +18 -0
  56. package/dist/components/popover/index.js +2 -0
  57. package/dist/components/select/index.cjs +7 -7
  58. package/dist/components/select/index.d.cts +8 -14
  59. package/dist/components/select/index.d.ts +8 -14
  60. package/dist/components/select/index.js +1 -1
  61. package/dist/components/sheet/index.d.cts +2 -1
  62. package/dist/components/sheet/index.d.ts +2 -1
  63. package/dist/components/stepper/index.cjs +34 -30
  64. package/dist/components/stepper/index.d.cts +1 -0
  65. package/dist/components/stepper/index.d.ts +1 -0
  66. package/dist/components/stepper/index.js +15 -11
  67. package/dist/components/switch/index.cjs +11 -0
  68. package/dist/components/switch/index.d.cts +19 -0
  69. package/dist/components/switch/index.d.ts +19 -0
  70. package/dist/components/switch/index.js +2 -0
  71. package/dist/components/timeline/index.cjs +12 -11
  72. package/dist/components/timeline/index.d.cts +1 -0
  73. package/dist/components/timeline/index.d.ts +1 -0
  74. package/dist/components/timeline/index.js +3 -2
  75. package/dist/components/toaster/index.cjs +17 -13
  76. package/dist/components/toaster/index.js +15 -11
  77. package/dist/components/typing-text/index.d.cts +1 -0
  78. package/dist/components/typing-text/index.d.ts +1 -0
  79. package/dist/components/word-rotate/index.d.cts +1 -0
  80. package/dist/components/word-rotate/index.d.ts +1 -0
  81. package/dist/hooks/index.cjs +17 -8
  82. package/dist/hooks/index.d.cts +15 -4
  83. package/dist/hooks/index.d.ts +15 -4
  84. package/dist/hooks/index.js +2 -1
  85. package/dist/popover-trigger-Cf4PPj0z.d.cts +14 -0
  86. package/dist/popover-trigger-Cf4PPj0z.d.ts +14 -0
  87. package/dist/select-Bf6XQtt-.d.cts +12 -0
  88. package/dist/select-Bf6XQtt-.d.ts +12 -0
  89. package/package.json +1 -1
  90. package/dist/chunk-5AA4IE2T.cjs +0 -27
  91. package/dist/chunk-CP43WJCN.cjs +0 -1065
  92. package/dist/chunk-QTYNFISP.js +0 -1020
  93. package/dist/chunk-SB5UG7OC.js +0 -41
  94. package/dist/chunk-UGSNASZM.js +0 -25
@@ -1,2 +1,2 @@
1
- export { Input } from '../../chunk-UGSNASZM.js';
1
+ export { Input } from '../../chunk-S3ZUFD6U.js';
2
2
  import '../../chunk-ZD2QRAOX.js';
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
+ import '../../color-picker.types-GI7dq2Ig.cjs';
3
4
  import { VariantProps } from 'class-variance-authority';
4
5
  import * as class_variance_authority_types from 'class-variance-authority/types';
5
6
  import { Separator } from '../separator/index.cjs';
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
+ import '../../color-picker.types-GI7dq2Ig.js';
3
4
  import { VariantProps } from 'class-variance-authority';
4
5
  import * as class_variance_authority_types from 'class-variance-authority/types';
5
6
  import { Separator } from '../separator/index.js';
@@ -1,15 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunkS2BCU6WG_cjs = require('../../chunk-S2BCU6WG.cjs');
4
- require('../../chunk-XIQUR62A.cjs');
3
+ var chunkCAIAZGSW_cjs = require('../../chunk-CAIAZGSW.cjs');
4
+ require('../../chunk-XY3ZNUWR.cjs');
5
+ require('../../chunk-N4TYSZSU.cjs');
5
6
 
6
7
 
7
8
 
8
9
  Object.defineProperty(exports, "Masonry", {
9
10
  enumerable: true,
10
- get: function () { return chunkS2BCU6WG_cjs.Masonry; }
11
+ get: function () { return chunkCAIAZGSW_cjs.Masonry; }
11
12
  });
12
13
  Object.defineProperty(exports, "MasonryItem", {
13
14
  enumerable: true,
14
- get: function () { return chunkS2BCU6WG_cjs.MasonryItem; }
15
+ get: function () { return chunkCAIAZGSW_cjs.MasonryItem; }
15
16
  });
@@ -1,2 +1,3 @@
1
- export { Masonry, MasonryItem } from '../../chunk-DL54DIMD.js';
2
- import '../../chunk-SB5UG7OC.js';
1
+ export { Masonry, MasonryItem } from '../../chunk-Q2MJKFIE.js';
2
+ import '../../chunk-4IGU5SVP.js';
3
+ import '../../chunk-G24PWQKG.js';
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ var chunkGEDBA3JU_cjs = require('../../chunk-GEDBA3JU.cjs');
4
+ require('../../chunk-H2BWO3SI.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Popover", {
9
+ enumerable: true,
10
+ get: function () { return chunkGEDBA3JU_cjs.Popover; }
11
+ });
12
+ Object.defineProperty(exports, "PopoverAnchor", {
13
+ enumerable: true,
14
+ get: function () { return chunkGEDBA3JU_cjs.PopoverAnchor; }
15
+ });
16
+ Object.defineProperty(exports, "PopoverContent", {
17
+ enumerable: true,
18
+ get: function () { return chunkGEDBA3JU_cjs.PopoverContent; }
19
+ });
20
+ Object.defineProperty(exports, "PopoverDescription", {
21
+ enumerable: true,
22
+ get: function () { return chunkGEDBA3JU_cjs.PopoverDescription; }
23
+ });
24
+ Object.defineProperty(exports, "PopoverHeader", {
25
+ enumerable: true,
26
+ get: function () { return chunkGEDBA3JU_cjs.PopoverHeader; }
27
+ });
28
+ Object.defineProperty(exports, "PopoverTitle", {
29
+ enumerable: true,
30
+ get: function () { return chunkGEDBA3JU_cjs.PopoverTitle; }
31
+ });
32
+ Object.defineProperty(exports, "PopoverTrigger", {
33
+ enumerable: true,
34
+ get: function () { return chunkGEDBA3JU_cjs.PopoverTrigger; }
35
+ });
@@ -0,0 +1,18 @@
1
+ export { P as Popover, a as PopoverContent, b as PopoverContentProps, c as PopoverProps, d as PopoverTrigger, e as PopoverTriggerProps } from '../../popover-trigger-Cf4PPj0z.cjs';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
+ import * as React from 'react';
4
+ import { Popover } from 'radix-ui';
5
+
6
+ type PopoverAnchorProps = React.ComponentProps<typeof Popover.Anchor>;
7
+ declare function PopoverAnchor(props: PopoverAnchorProps): react_jsx_runtime.JSX.Element;
8
+
9
+ type PopoverHeaderProps = React.ComponentProps<"div">;
10
+ declare function PopoverHeader({ className, ...props }: PopoverHeaderProps): react_jsx_runtime.JSX.Element;
11
+
12
+ type PopoverTitleProps = React.ComponentProps<"h2">;
13
+ declare function PopoverTitle({ className, ...props }: PopoverTitleProps): react_jsx_runtime.JSX.Element;
14
+
15
+ type PopoverDescriptionProps = React.ComponentProps<"p">;
16
+ declare function PopoverDescription({ className, ...props }: PopoverDescriptionProps): react_jsx_runtime.JSX.Element;
17
+
18
+ export { PopoverAnchor, type PopoverAnchorProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, PopoverTitle, type PopoverTitleProps };
@@ -0,0 +1,18 @@
1
+ export { P as Popover, a as PopoverContent, b as PopoverContentProps, c as PopoverProps, d as PopoverTrigger, e as PopoverTriggerProps } from '../../popover-trigger-Cf4PPj0z.js';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
+ import * as React from 'react';
4
+ import { Popover } from 'radix-ui';
5
+
6
+ type PopoverAnchorProps = React.ComponentProps<typeof Popover.Anchor>;
7
+ declare function PopoverAnchor(props: PopoverAnchorProps): react_jsx_runtime.JSX.Element;
8
+
9
+ type PopoverHeaderProps = React.ComponentProps<"div">;
10
+ declare function PopoverHeader({ className, ...props }: PopoverHeaderProps): react_jsx_runtime.JSX.Element;
11
+
12
+ type PopoverTitleProps = React.ComponentProps<"h2">;
13
+ declare function PopoverTitle({ className, ...props }: PopoverTitleProps): react_jsx_runtime.JSX.Element;
14
+
15
+ type PopoverDescriptionProps = React.ComponentProps<"p">;
16
+ declare function PopoverDescription({ className, ...props }: PopoverDescriptionProps): react_jsx_runtime.JSX.Element;
17
+
18
+ export { PopoverAnchor, type PopoverAnchorProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, PopoverTitle, type PopoverTitleProps };
@@ -0,0 +1,2 @@
1
+ export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../../chunk-IZU3KULT.js';
2
+ import '../../chunk-ZD2QRAOX.js';
@@ -1,31 +1,31 @@
1
1
  'use strict';
2
2
 
3
- var chunkXJZOANXX_cjs = require('../../chunk-XJZOANXX.cjs');
3
+ var chunk6HX7ETL3_cjs = require('../../chunk-6HX7ETL3.cjs');
4
4
  require('../../chunk-H2BWO3SI.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Select", {
9
9
  enumerable: true,
10
- get: function () { return chunkXJZOANXX_cjs.Select; }
10
+ get: function () { return chunk6HX7ETL3_cjs.Select; }
11
11
  });
12
12
  Object.defineProperty(exports, "SelectContent", {
13
13
  enumerable: true,
14
- get: function () { return chunkXJZOANXX_cjs.SelectContent; }
14
+ get: function () { return chunk6HX7ETL3_cjs.SelectContent; }
15
15
  });
16
16
  Object.defineProperty(exports, "SelectGroup", {
17
17
  enumerable: true,
18
- get: function () { return chunkXJZOANXX_cjs.SelectGroup; }
18
+ get: function () { return chunk6HX7ETL3_cjs.SelectGroup; }
19
19
  });
20
20
  Object.defineProperty(exports, "SelectItem", {
21
21
  enumerable: true,
22
- get: function () { return chunkXJZOANXX_cjs.SelectItem; }
22
+ get: function () { return chunk6HX7ETL3_cjs.SelectItem; }
23
23
  });
24
24
  Object.defineProperty(exports, "SelectLabel", {
25
25
  enumerable: true,
26
- get: function () { return chunkXJZOANXX_cjs.SelectLabel; }
26
+ get: function () { return chunk6HX7ETL3_cjs.SelectLabel; }
27
27
  });
28
28
  Object.defineProperty(exports, "SelectSeparator", {
29
29
  enumerable: true,
30
- get: function () { return chunkXJZOANXX_cjs.SelectSeparator; }
30
+ get: function () { return chunk6HX7ETL3_cjs.SelectSeparator; }
31
31
  });
@@ -1,28 +1,22 @@
1
+ export { S as Select, a as SelectProps } from '../../select-Bf6XQtt-.cjs';
1
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import * as React from 'react';
3
4
  import React__default from 'react';
4
- import { Select as Select$1 } from 'radix-ui';
5
+ import { Select } from 'radix-ui';
5
6
 
6
- type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
7
- size?: "sm" | "default";
8
- invalid?: boolean;
9
- placeholder?: React.ReactNode;
10
- };
11
- declare function Select({ children, disabled, defaultOpen, defaultValue, value, dir, open, form, name, onOpenChange, onValueChange, required, autoComplete, placeholder, className, size, invalid, ...triggerProps }: SelectProps): react_jsx_runtime.JSX.Element;
12
-
13
- type SelectContentProps = React.ComponentProps<typeof Select$1.Content>;
7
+ type SelectContentProps = React.ComponentProps<typeof Select.Content>;
14
8
  declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): react_jsx_runtime.JSX.Element;
15
9
 
16
- type SelectGroupProps = React.ComponentProps<typeof Select$1.Group>;
10
+ type SelectGroupProps = React.ComponentProps<typeof Select.Group>;
17
11
  declare function SelectGroup(props: SelectGroupProps): react_jsx_runtime.JSX.Element;
18
12
 
19
- type SelectItemProps = React.ComponentProps<typeof Select$1.Item>;
13
+ type SelectItemProps = React.ComponentProps<typeof Select.Item>;
20
14
  declare function SelectItem({ className, children, ...props }: SelectItemProps): react_jsx_runtime.JSX.Element;
21
15
 
22
- type SelectLabelProps = React.ComponentProps<typeof Select$1.Label>;
16
+ type SelectLabelProps = React.ComponentProps<typeof Select.Label>;
23
17
  declare function SelectLabel({ className, ...props }: SelectLabelProps): react_jsx_runtime.JSX.Element;
24
18
 
25
- type SelectSeparatorProps = React__default.ComponentProps<typeof Select$1.Separator>;
19
+ type SelectSeparatorProps = React__default.ComponentProps<typeof Select.Separator>;
26
20
  declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): react_jsx_runtime.JSX.Element;
27
21
 
28
- export { Select, SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectSeparator, type SelectSeparatorProps };
22
+ export { SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, SelectSeparator, type SelectSeparatorProps };
@@ -1,28 +1,22 @@
1
+ export { S as Select, a as SelectProps } from '../../select-Bf6XQtt-.js';
1
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import * as React from 'react';
3
4
  import React__default from 'react';
4
- import { Select as Select$1 } from 'radix-ui';
5
+ import { Select } from 'radix-ui';
5
6
 
6
- type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
7
- size?: "sm" | "default";
8
- invalid?: boolean;
9
- placeholder?: React.ReactNode;
10
- };
11
- declare function Select({ children, disabled, defaultOpen, defaultValue, value, dir, open, form, name, onOpenChange, onValueChange, required, autoComplete, placeholder, className, size, invalid, ...triggerProps }: SelectProps): react_jsx_runtime.JSX.Element;
12
-
13
- type SelectContentProps = React.ComponentProps<typeof Select$1.Content>;
7
+ type SelectContentProps = React.ComponentProps<typeof Select.Content>;
14
8
  declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): react_jsx_runtime.JSX.Element;
15
9
 
16
- type SelectGroupProps = React.ComponentProps<typeof Select$1.Group>;
10
+ type SelectGroupProps = React.ComponentProps<typeof Select.Group>;
17
11
  declare function SelectGroup(props: SelectGroupProps): react_jsx_runtime.JSX.Element;
18
12
 
19
- type SelectItemProps = React.ComponentProps<typeof Select$1.Item>;
13
+ type SelectItemProps = React.ComponentProps<typeof Select.Item>;
20
14
  declare function SelectItem({ className, children, ...props }: SelectItemProps): react_jsx_runtime.JSX.Element;
21
15
 
22
- type SelectLabelProps = React.ComponentProps<typeof Select$1.Label>;
16
+ type SelectLabelProps = React.ComponentProps<typeof Select.Label>;
23
17
  declare function SelectLabel({ className, ...props }: SelectLabelProps): react_jsx_runtime.JSX.Element;
24
18
 
25
- type SelectSeparatorProps = React__default.ComponentProps<typeof Select$1.Separator>;
19
+ type SelectSeparatorProps = React__default.ComponentProps<typeof Select.Separator>;
26
20
  declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): react_jsx_runtime.JSX.Element;
27
21
 
28
- export { Select, SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectSeparator, type SelectSeparatorProps };
22
+ export { SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, SelectSeparator, type SelectSeparatorProps };
@@ -1,2 +1,2 @@
1
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../../chunk-E5TYGWGE.js';
1
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../../chunk-XKCLVPUC.js';
2
2
  import '../../chunk-ZD2QRAOX.js';
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import { Dialog } from 'radix-ui';
4
+ import '../../color-picker.types-GI7dq2Ig.cjs';
4
5
  import { VariantProps } from 'class-variance-authority';
5
6
  import * as class_variance_authority_types from 'class-variance-authority/types';
6
7
 
@@ -20,7 +21,7 @@ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
20
21
  declare function SheetContent({ side, showCloseButton, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
21
22
 
22
23
  declare const sheetContentStyles: (props?: {
23
- side?: "top" | "right" | "bottom" | "left";
24
+ side?: "left" | "right" | "bottom" | "top";
24
25
  } & class_variance_authority_types.ClassProp) => string;
25
26
 
26
27
  type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import { Dialog } from 'radix-ui';
4
+ import '../../color-picker.types-GI7dq2Ig.js';
4
5
  import { VariantProps } from 'class-variance-authority';
5
6
  import * as class_variance_authority_types from 'class-variance-authority/types';
6
7
 
@@ -20,7 +21,7 @@ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
20
21
  declare function SheetContent({ side, showCloseButton, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
21
22
 
22
23
  declare const sheetContentStyles: (props?: {
23
- side?: "top" | "right" | "bottom" | "left";
24
+ side?: "left" | "right" | "bottom" | "top";
24
25
  } & class_variance_authority_types.ClassProp) => string;
25
26
 
26
27
  type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
@@ -1,35 +1,39 @@
1
1
  'use strict';
2
2
 
3
- var chunkCP43WJCN_cjs = require('../../chunk-CP43WJCN.cjs');
3
+ var chunkEZCWHR56_cjs = require('../../chunk-EZCWHR56.cjs');
4
+ require('../../chunk-A7SBXO2Y.cjs');
5
+ require('../../chunk-EUH466AL.cjs');
4
6
  require('../../chunk-DGWBE2Y3.cjs');
7
+ require('../../chunk-B4M7Q5KX.cjs');
8
+ require('../../chunk-3WSQRFUY.cjs');
5
9
  require('../../chunk-GYXQUTWZ.cjs');
6
- require('../../chunk-YEFLGE3L.cjs');
10
+ require('../../chunk-7OD2NBSV.cjs');
7
11
  require('../../chunk-NU5UQPBX.cjs');
8
- require('../../chunk-KQ6QE7BT.cjs');
9
- require('../../chunk-A7SBXO2Y.cjs');
10
- require('../../chunk-EUH466AL.cjs');
12
+ require('../../chunk-YEFLGE3L.cjs');
13
+ require('../../chunk-MNDQXDV4.cjs');
14
+ require('../../chunk-CAIAZGSW.cjs');
15
+ require('../../chunk-GEDBA3JU.cjs');
11
16
  require('../../chunk-TH44JYXB.cjs');
12
17
  require('../../chunk-XENOUBSI.cjs');
13
18
  require('../../chunk-UJX74PFK.cjs');
14
- require('../../chunk-XJZOANXX.cjs');
19
+ require('../../chunk-6HX7ETL3.cjs');
15
20
  require('../../chunk-375QAB65.cjs');
16
- require('../../chunk-3WSQRFUY.cjs');
17
21
  require('../../chunk-VK5EX3OG.cjs');
18
22
  require('../../chunk-CXHDWIGF.cjs');
19
23
  require('../../chunk-GAZLMZBH.cjs');
20
24
  require('../../chunk-S3ANEJJ7.cjs');
25
+ require('../../chunk-OZSNSRLV.cjs');
21
26
  require('../../chunk-6X26XC6P.cjs');
22
- require('../../chunk-5AA4IE2T.cjs');
23
27
  require('../../chunk-CFJ44JVK.cjs');
24
28
  require('../../chunk-UIOBJSKZ.cjs');
25
29
  require('../../chunk-2WQJ36RD.cjs');
26
- require('../../chunk-S2BCU6WG.cjs');
27
30
  require('../../chunk-ZVF7J4EI.cjs');
31
+ require('../../chunk-2Y2ZCPNV.cjs');
28
32
  require('../../chunk-HCHVDUI6.cjs');
29
33
  require('../../chunk-ULEEQ723.cjs');
30
- require('../../chunk-2Y2ZCPNV.cjs');
31
34
  require('../../chunk-USIW3VT5.cjs');
32
- require('../../chunk-XIQUR62A.cjs');
35
+ require('../../chunk-XY3ZNUWR.cjs');
36
+ require('../../chunk-N4TYSZSU.cjs');
33
37
  require('../../chunk-X3ZT3KGX.cjs');
34
38
  require('../../chunk-3GNVQFCK.cjs');
35
39
  require('../../chunk-TMXVL5CV.cjs');
@@ -40,77 +44,77 @@ require('../../chunk-H2BWO3SI.cjs');
40
44
 
41
45
  Object.defineProperty(exports, "Stepper", {
42
46
  enumerable: true,
43
- get: function () { return chunkCP43WJCN_cjs.Stepper; }
47
+ get: function () { return chunkEZCWHR56_cjs.Stepper; }
44
48
  });
45
49
  Object.defineProperty(exports, "StepperActivationMode", {
46
50
  enumerable: true,
47
- get: function () { return chunkCP43WJCN_cjs.StepperActivationMode; }
51
+ get: function () { return chunkEZCWHR56_cjs.StepperActivationMode; }
48
52
  });
49
53
  Object.defineProperty(exports, "StepperContent", {
50
54
  enumerable: true,
51
- get: function () { return chunkCP43WJCN_cjs.StepperContent; }
55
+ get: function () { return chunkEZCWHR56_cjs.StepperContent; }
52
56
  });
53
57
  Object.defineProperty(exports, "StepperDataState", {
54
58
  enumerable: true,
55
- get: function () { return chunkCP43WJCN_cjs.StepperDataState; }
59
+ get: function () { return chunkEZCWHR56_cjs.StepperDataState; }
56
60
  });
57
61
  Object.defineProperty(exports, "StepperDescription", {
58
62
  enumerable: true,
59
- get: function () { return chunkCP43WJCN_cjs.StepperDescription; }
63
+ get: function () { return chunkEZCWHR56_cjs.StepperDescription; }
60
64
  });
61
65
  Object.defineProperty(exports, "StepperFocusIntent", {
62
66
  enumerable: true,
63
- get: function () { return chunkCP43WJCN_cjs.StepperFocusIntent; }
67
+ get: function () { return chunkEZCWHR56_cjs.StepperFocusIntent; }
64
68
  });
65
69
  Object.defineProperty(exports, "StepperIndicator", {
66
70
  enumerable: true,
67
- get: function () { return chunkCP43WJCN_cjs.StepperIndicator; }
71
+ get: function () { return chunkEZCWHR56_cjs.StepperIndicator; }
68
72
  });
69
73
  Object.defineProperty(exports, "StepperItem", {
70
74
  enumerable: true,
71
- get: function () { return chunkCP43WJCN_cjs.StepperItem; }
75
+ get: function () { return chunkEZCWHR56_cjs.StepperItem; }
72
76
  });
73
77
  Object.defineProperty(exports, "StepperNav", {
74
78
  enumerable: true,
75
- get: function () { return chunkCP43WJCN_cjs.StepperNav; }
79
+ get: function () { return chunkEZCWHR56_cjs.StepperNav; }
76
80
  });
77
81
  Object.defineProperty(exports, "StepperNavigationDirection", {
78
82
  enumerable: true,
79
- get: function () { return chunkCP43WJCN_cjs.StepperNavigationDirection; }
83
+ get: function () { return chunkEZCWHR56_cjs.StepperNavigationDirection; }
80
84
  });
81
85
  Object.defineProperty(exports, "StepperNextTrigger", {
82
86
  enumerable: true,
83
- get: function () { return chunkCP43WJCN_cjs.StepperNextTrigger; }
87
+ get: function () { return chunkEZCWHR56_cjs.StepperNextTrigger; }
84
88
  });
85
89
  Object.defineProperty(exports, "StepperOrientation", {
86
90
  enumerable: true,
87
- get: function () { return chunkCP43WJCN_cjs.StepperOrientation; }
91
+ get: function () { return chunkEZCWHR56_cjs.StepperOrientation; }
88
92
  });
89
93
  Object.defineProperty(exports, "StepperPanel", {
90
94
  enumerable: true,
91
- get: function () { return chunkCP43WJCN_cjs.StepperPanel; }
95
+ get: function () { return chunkEZCWHR56_cjs.StepperPanel; }
92
96
  });
93
97
  Object.defineProperty(exports, "StepperPrevTrigger", {
94
98
  enumerable: true,
95
- get: function () { return chunkCP43WJCN_cjs.StepperPrevTrigger; }
99
+ get: function () { return chunkEZCWHR56_cjs.StepperPrevTrigger; }
96
100
  });
97
101
  Object.defineProperty(exports, "StepperTitle", {
98
102
  enumerable: true,
99
- get: function () { return chunkCP43WJCN_cjs.StepperTitle; }
103
+ get: function () { return chunkEZCWHR56_cjs.StepperTitle; }
100
104
  });
101
105
  Object.defineProperty(exports, "StepperTrigger", {
102
106
  enumerable: true,
103
- get: function () { return chunkCP43WJCN_cjs.StepperTrigger; }
107
+ get: function () { return chunkEZCWHR56_cjs.StepperTrigger; }
104
108
  });
105
109
  Object.defineProperty(exports, "useStepperContext", {
106
110
  enumerable: true,
107
- get: function () { return chunkCP43WJCN_cjs.useStepperContext; }
111
+ get: function () { return chunkEZCWHR56_cjs.useStepperContext; }
108
112
  });
109
113
  Object.defineProperty(exports, "useStepperFocusContext", {
110
114
  enumerable: true,
111
- get: function () { return chunkCP43WJCN_cjs.useStepperFocusContext; }
115
+ get: function () { return chunkEZCWHR56_cjs.useStepperFocusContext; }
112
116
  });
113
117
  Object.defineProperty(exports, "useStepperItemContext", {
114
118
  enumerable: true,
115
- get: function () { return chunkCP43WJCN_cjs.useStepperItemContext; }
119
+ get: function () { return chunkEZCWHR56_cjs.useStepperItemContext; }
116
120
  });
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
+ import '../../color-picker.types-GI7dq2Ig.cjs';
4
5
  import { D as Direction } from '../../direction-CUOPDLCj.cjs';
5
6
 
6
7
  type StepperProps = React.ComponentProps<"div"> & {
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
+ import '../../color-picker.types-GI7dq2Ig.js';
4
5
  import { D as Direction } from '../../direction-CUOPDLCj.js';
5
6
 
6
7
  type StepperProps = React.ComponentProps<"div"> & {
@@ -1,33 +1,37 @@
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';
1
+ export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-VL3TPVSB.js';
2
+ import '../../chunk-U7XZJQ4O.js';
3
+ import '../../chunk-WMGJCB7O.js';
2
4
  import '../../chunk-K5AURCK5.js';
5
+ import '../../chunk-S3ZUFD6U.js';
6
+ import '../../chunk-P5IUC7HJ.js';
3
7
  import '../../chunk-IWF52DDE.js';
4
- import '../../chunk-OCOCENE6.js';
8
+ import '../../chunk-X5O7GP4S.js';
5
9
  import '../../chunk-OQCNPNPS.js';
6
- import '../../chunk-WXZE35FK.js';
7
- import '../../chunk-U7XZJQ4O.js';
8
- import '../../chunk-WMGJCB7O.js';
10
+ import '../../chunk-OCOCENE6.js';
11
+ import '../../chunk-VK2FJ65F.js';
12
+ import '../../chunk-Q2MJKFIE.js';
13
+ import '../../chunk-IZU3KULT.js';
9
14
  import '../../chunk-PBEZZMAB.js';
10
15
  import '../../chunk-4TRADSTP.js';
11
16
  import '../../chunk-M7NIRB3U.js';
12
- import '../../chunk-E5TYGWGE.js';
17
+ import '../../chunk-XKCLVPUC.js';
13
18
  import '../../chunk-H5NHGMSQ.js';
14
- import '../../chunk-P5IUC7HJ.js';
15
19
  import '../../chunk-BTSHACKG.js';
16
20
  import '../../chunk-HNRVLRMN.js';
17
21
  import '../../chunk-K5QSMTKJ.js';
18
22
  import '../../chunk-I3RSTJP6.js';
23
+ import '../../chunk-EOTQVIA5.js';
19
24
  import '../../chunk-VT5GDGZJ.js';
20
- import '../../chunk-UGSNASZM.js';
21
25
  import '../../chunk-KGGCA634.js';
22
26
  import '../../chunk-XJIUGEPN.js';
23
27
  import '../../chunk-YUMKV5TH.js';
24
- import '../../chunk-DL54DIMD.js';
25
28
  import '../../chunk-U3QKV7I4.js';
29
+ import '../../chunk-6BSR3O2J.js';
26
30
  import '../../chunk-5F2Y65JH.js';
27
31
  import '../../chunk-3RK5PCIC.js';
28
- import '../../chunk-6BSR3O2J.js';
29
32
  import '../../chunk-P4JIMFSL.js';
30
- import '../../chunk-SB5UG7OC.js';
33
+ import '../../chunk-4IGU5SVP.js';
34
+ import '../../chunk-G24PWQKG.js';
31
35
  import '../../chunk-B7RHEMZH.js';
32
36
  import '../../chunk-5MV54MWS.js';
33
37
  import '../../chunk-5MJPZUTO.js';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunk7OD2NBSV_cjs = require('../../chunk-7OD2NBSV.cjs');
4
+ require('../../chunk-H2BWO3SI.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Switch", {
9
+ enumerable: true,
10
+ get: function () { return chunk7OD2NBSV_cjs.Switch; }
11
+ });
@@ -0,0 +1,19 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Switch as Switch$1 } from 'radix-ui';
4
+ import { VariantProps } from 'class-variance-authority';
5
+ import * as class_variance_authority_types from 'class-variance-authority/types';
6
+
7
+ declare const switchVariants: (props?: {
8
+ size?: "default" | "sm";
9
+ } & class_variance_authority_types.ClassProp) => string;
10
+
11
+ type SwitchCvaProps = VariantProps<typeof switchVariants>;
12
+ type SwitchSizeType = NonNullable<SwitchCvaProps["size"]>;
13
+
14
+ type SwitchProps = React.ComponentProps<typeof Switch$1.Root> & {
15
+ size?: SwitchSizeType;
16
+ };
17
+ declare function Switch({ className, size, ...props }: SwitchProps): react_jsx_runtime.JSX.Element;
18
+
19
+ export { Switch, type SwitchProps, type SwitchSizeType };
@@ -0,0 +1,19 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Switch as Switch$1 } from 'radix-ui';
4
+ import { VariantProps } from 'class-variance-authority';
5
+ import * as class_variance_authority_types from 'class-variance-authority/types';
6
+
7
+ declare const switchVariants: (props?: {
8
+ size?: "default" | "sm";
9
+ } & class_variance_authority_types.ClassProp) => string;
10
+
11
+ type SwitchCvaProps = VariantProps<typeof switchVariants>;
12
+ type SwitchSizeType = NonNullable<SwitchCvaProps["size"]>;
13
+
14
+ type SwitchProps = React.ComponentProps<typeof Switch$1.Root> & {
15
+ size?: SwitchSizeType;
16
+ };
17
+ declare function Switch({ className, size, ...props }: SwitchProps): react_jsx_runtime.JSX.Element;
18
+
19
+ export { Switch, type SwitchProps, type SwitchSizeType };
@@ -0,0 +1,2 @@
1
+ export { Switch } from '../../chunk-X5O7GP4S.js';
2
+ import '../../chunk-ZD2QRAOX.js';
@@ -1,44 +1,45 @@
1
1
  'use strict';
2
2
 
3
- var chunkKQ6QE7BT_cjs = require('../../chunk-KQ6QE7BT.cjs');
4
- require('../../chunk-XIQUR62A.cjs');
3
+ var chunkMNDQXDV4_cjs = require('../../chunk-MNDQXDV4.cjs');
4
+ require('../../chunk-XY3ZNUWR.cjs');
5
+ require('../../chunk-N4TYSZSU.cjs');
5
6
  require('../../chunk-H2BWO3SI.cjs');
6
7
 
7
8
 
8
9
 
9
10
  Object.defineProperty(exports, "Timeline", {
10
11
  enumerable: true,
11
- get: function () { return chunkKQ6QE7BT_cjs.Timeline; }
12
+ get: function () { return chunkMNDQXDV4_cjs.Timeline; }
12
13
  });
13
14
  Object.defineProperty(exports, "TimelineConnector", {
14
15
  enumerable: true,
15
- get: function () { return chunkKQ6QE7BT_cjs.TimelineConnector; }
16
+ get: function () { return chunkMNDQXDV4_cjs.TimelineConnector; }
16
17
  });
17
18
  Object.defineProperty(exports, "TimelineContent", {
18
19
  enumerable: true,
19
- get: function () { return chunkKQ6QE7BT_cjs.TimelineContent; }
20
+ get: function () { return chunkMNDQXDV4_cjs.TimelineContent; }
20
21
  });
21
22
  Object.defineProperty(exports, "TimelineDescription", {
22
23
  enumerable: true,
23
- get: function () { return chunkKQ6QE7BT_cjs.TimelineDescription; }
24
+ get: function () { return chunkMNDQXDV4_cjs.TimelineDescription; }
24
25
  });
25
26
  Object.defineProperty(exports, "TimelineDot", {
26
27
  enumerable: true,
27
- get: function () { return chunkKQ6QE7BT_cjs.TimelineDot; }
28
+ get: function () { return chunkMNDQXDV4_cjs.TimelineDot; }
28
29
  });
29
30
  Object.defineProperty(exports, "TimelineHeader", {
30
31
  enumerable: true,
31
- get: function () { return chunkKQ6QE7BT_cjs.TimelineHeader; }
32
+ get: function () { return chunkMNDQXDV4_cjs.TimelineHeader; }
32
33
  });
33
34
  Object.defineProperty(exports, "TimelineItem", {
34
35
  enumerable: true,
35
- get: function () { return chunkKQ6QE7BT_cjs.TimelineItem; }
36
+ get: function () { return chunkMNDQXDV4_cjs.TimelineItem; }
36
37
  });
37
38
  Object.defineProperty(exports, "TimelineTime", {
38
39
  enumerable: true,
39
- get: function () { return chunkKQ6QE7BT_cjs.TimelineTime; }
40
+ get: function () { return chunkMNDQXDV4_cjs.TimelineTime; }
40
41
  });
41
42
  Object.defineProperty(exports, "TimelineTitle", {
42
43
  enumerable: true,
43
- get: function () { return chunkKQ6QE7BT_cjs.TimelineTitle; }
44
+ get: function () { return chunkMNDQXDV4_cjs.TimelineTitle; }
44
45
  });
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
+ import '../../color-picker.types-GI7dq2Ig.cjs';
4
5
  import { D as Direction } from '../../direction-CUOPDLCj.cjs';
5
6
 
6
7
  type TimelineProps = React.ComponentProps<"div"> & {
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
+ import '../../color-picker.types-GI7dq2Ig.js';
4
5
  import { D as Direction } from '../../direction-CUOPDLCj.js';
5
6
 
6
7
  type TimelineProps = React.ComponentProps<"div"> & {