@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,3 +1,4 @@
1
- export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../../chunk-WXZE35FK.js';
2
- import '../../chunk-SB5UG7OC.js';
1
+ export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../../chunk-VK2FJ65F.js';
2
+ import '../../chunk-4IGU5SVP.js';
3
+ import '../../chunk-G24PWQKG.js';
3
4
  import '../../chunk-ZD2QRAOX.js';
@@ -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,9 +44,9 @@ require('../../chunk-H2BWO3SI.cjs');
40
44
 
41
45
  Object.defineProperty(exports, "Toaster", {
42
46
  enumerable: true,
43
- get: function () { return chunkCP43WJCN_cjs.Toaster; }
47
+ get: function () { return chunkEZCWHR56_cjs.Toaster; }
44
48
  });
45
49
  Object.defineProperty(exports, "toast", {
46
50
  enumerable: true,
47
- get: function () { return chunkCP43WJCN_cjs.toast; }
51
+ get: function () { return chunkEZCWHR56_cjs.toast; }
48
52
  });
@@ -1,33 +1,37 @@
1
- export { Toaster, toast } from '../../chunk-QTYNFISP.js';
1
+ export { Toaster, toast } 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';
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { MotionProps, UseInViewOptions } from 'motion/react';
3
+ import '../../color-picker.types-GI7dq2Ig.cjs';
3
4
 
4
5
  type TypingTextProps = Omit<MotionProps, "children"> & {
5
6
  /** Text to animate */
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { MotionProps, UseInViewOptions } from 'motion/react';
3
+ import '../../color-picker.types-GI7dq2Ig.js';
3
4
 
4
5
  type TypingTextProps = Omit<MotionProps, "children"> & {
5
6
  /** Text to animate */
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { MotionProps, UseInViewOptions } from 'motion/react';
3
+ import '../../color-picker.types-GI7dq2Ig.cjs';
3
4
 
4
5
  type WordRotateProps = Omit<MotionProps, "children"> & {
5
6
  words: string[];
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { MotionProps, UseInViewOptions } from 'motion/react';
3
+ import '../../color-picker.types-GI7dq2Ig.js';
3
4
 
4
5
  type WordRotateProps = Omit<MotionProps, "children"> & {
5
6
  words: string[];
@@ -1,22 +1,31 @@
1
1
  'use strict';
2
2
 
3
- var chunkXIQUR62A_cjs = require('../chunk-XIQUR62A.cjs');
3
+ var chunkXY3ZNUWR_cjs = require('../chunk-XY3ZNUWR.cjs');
4
+ var chunkN4TYSZSU_cjs = require('../chunk-N4TYSZSU.cjs');
4
5
 
5
6
 
6
7
 
8
+ Object.defineProperty(exports, "composeRefs", {
9
+ enumerable: true,
10
+ get: function () { return chunkXY3ZNUWR_cjs.composeRefs; }
11
+ });
7
12
  Object.defineProperty(exports, "useComposedRefs", {
8
13
  enumerable: true,
9
- get: function () { return chunkXIQUR62A_cjs.useComposedRefs; }
14
+ get: function () { return chunkXY3ZNUWR_cjs.useComposedRefs; }
10
15
  });
11
- Object.defineProperty(exports, "useIsomorphicLayoutEffect", {
16
+ Object.defineProperty(exports, "useValidationLog", {
12
17
  enumerable: true,
13
- get: function () { return chunkXIQUR62A_cjs.useIsomorphicLayoutEffect; }
18
+ get: function () { return chunkXY3ZNUWR_cjs.useValidationLog; }
14
19
  });
15
- Object.defineProperty(exports, "useLazyRef", {
20
+ Object.defineProperty(exports, "useAsRef", {
16
21
  enumerable: true,
17
- get: function () { return chunkXIQUR62A_cjs.useLazyRef; }
22
+ get: function () { return chunkN4TYSZSU_cjs.useAsRef; }
18
23
  });
19
- Object.defineProperty(exports, "useValidationLog", {
24
+ Object.defineProperty(exports, "useIsomorphicLayoutEffect", {
25
+ enumerable: true,
26
+ get: function () { return chunkN4TYSZSU_cjs.useIsomorphicLayoutEffect; }
27
+ });
28
+ Object.defineProperty(exports, "useLazyRef", {
20
29
  enumerable: true,
21
- get: function () { return chunkXIQUR62A_cjs.useValidationLog; }
30
+ get: function () { return chunkN4TYSZSU_cjs.useLazyRef; }
22
31
  });
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import React__default from 'react';
3
2
 
4
3
  interface UseValidationLogProps {
5
4
  check: boolean;
@@ -10,8 +9,20 @@ declare function useValidationLog({ check, scope, message }: UseValidationLogPro
10
9
 
11
10
  declare function useLazyRef<T>(fn: () => T): React.RefObject<T>;
12
11
 
13
- declare const useIsomorphicLayoutEffect: typeof React.useEffect;
12
+ declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;
14
13
 
15
- declare function useComposedRefs<T>(...refs: (React__default.Ref<T> | undefined)[]): (node: T | null) => void;
14
+ type PossibleRef<T> = React.Ref<T> | undefined;
15
+ /**
16
+ * A utility to compose multiple refs together
17
+ * Accepts callback refs and RefObject(s)
18
+ */
19
+ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
20
+ /**
21
+ * A custom hook that composes multiple refs
22
+ * Accepts callback refs and RefObject(s)
23
+ */
24
+ declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
16
25
 
17
- export { useComposedRefs, useIsomorphicLayoutEffect, useLazyRef, useValidationLog };
26
+ declare function useAsRef<T>(props: T): React.RefObject<T>;
27
+
28
+ export { composeRefs, useAsRef, useComposedRefs, useIsomorphicLayoutEffect, useLazyRef, useValidationLog };
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import React__default from 'react';
3
2
 
4
3
  interface UseValidationLogProps {
5
4
  check: boolean;
@@ -10,8 +9,20 @@ declare function useValidationLog({ check, scope, message }: UseValidationLogPro
10
9
 
11
10
  declare function useLazyRef<T>(fn: () => T): React.RefObject<T>;
12
11
 
13
- declare const useIsomorphicLayoutEffect: typeof React.useEffect;
12
+ declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect;
14
13
 
15
- declare function useComposedRefs<T>(...refs: (React__default.Ref<T> | undefined)[]): (node: T | null) => void;
14
+ type PossibleRef<T> = React.Ref<T> | undefined;
15
+ /**
16
+ * A utility to compose multiple refs together
17
+ * Accepts callback refs and RefObject(s)
18
+ */
19
+ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
20
+ /**
21
+ * A custom hook that composes multiple refs
22
+ * Accepts callback refs and RefObject(s)
23
+ */
24
+ declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
16
25
 
17
- export { useComposedRefs, useIsomorphicLayoutEffect, useLazyRef, useValidationLog };
26
+ declare function useAsRef<T>(props: T): React.RefObject<T>;
27
+
28
+ export { composeRefs, useAsRef, useComposedRefs, useIsomorphicLayoutEffect, useLazyRef, useValidationLog };
@@ -1 +1,2 @@
1
- export { useComposedRefs, useIsomorphicLayoutEffect, useLazyRef, useValidationLog } from '../chunk-SB5UG7OC.js';
1
+ export { composeRefs, useComposedRefs, useValidationLog } from '../chunk-4IGU5SVP.js';
2
+ export { useAsRef, useIsomorphicLayoutEffect, useLazyRef } from '../chunk-G24PWQKG.js';
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Popover as Popover$1 } from 'radix-ui';
4
+
5
+ type PopoverProps = React.ComponentProps<typeof Popover$1.Root>;
6
+ declare function Popover(props: PopoverProps): react_jsx_runtime.JSX.Element;
7
+
8
+ type PopoverContentProps = React.ComponentProps<typeof Popover$1.Content>;
9
+ declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps): react_jsx_runtime.JSX.Element;
10
+
11
+ type PopoverTriggerProps = React.ComponentProps<typeof Popover$1.Trigger>;
12
+ declare function PopoverTrigger(props: PopoverTriggerProps): react_jsx_runtime.JSX.Element;
13
+
14
+ export { Popover as P, PopoverContent as a, type PopoverContentProps as b, type PopoverProps as c, PopoverTrigger as d, type PopoverTriggerProps as e };
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Popover as Popover$1 } from 'radix-ui';
4
+
5
+ type PopoverProps = React.ComponentProps<typeof Popover$1.Root>;
6
+ declare function Popover(props: PopoverProps): react_jsx_runtime.JSX.Element;
7
+
8
+ type PopoverContentProps = React.ComponentProps<typeof Popover$1.Content>;
9
+ declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps): react_jsx_runtime.JSX.Element;
10
+
11
+ type PopoverTriggerProps = React.ComponentProps<typeof Popover$1.Trigger>;
12
+ declare function PopoverTrigger(props: PopoverTriggerProps): react_jsx_runtime.JSX.Element;
13
+
14
+ export { Popover as P, PopoverContent as a, type PopoverContentProps as b, type PopoverProps as c, PopoverTrigger as d, type PopoverTriggerProps as e };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Select as Select$1 } from 'radix-ui';
4
+
5
+ type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
6
+ size?: "sm" | "default";
7
+ invalid?: boolean;
8
+ placeholder?: React.ReactNode;
9
+ };
10
+ 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;
11
+
12
+ export { Select as S, type SelectProps as a };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Select as Select$1 } from 'radix-ui';
4
+
5
+ type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
6
+ size?: "sm" | "default";
7
+ invalid?: boolean;
8
+ placeholder?: React.ReactNode;
9
+ };
10
+ 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;
11
+
12
+ export { Select as S, type SelectProps as a };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szum-tech/design-system",
3
- "version": "3.12.3",
3
+ "version": "3.14.0",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
@@ -1,27 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkH2BWO3SI_cjs = require('./chunk-H2BWO3SI.cjs');
4
- var jsxRuntime = require('react/jsx-runtime');
5
-
6
- function Input({ className, type, invalid = false, ...props }) {
7
- return /* @__PURE__ */ jsxRuntime.jsx(
8
- "input",
9
- {
10
- type,
11
- "data-slot": "input",
12
- "aria-invalid": props["aria-invalid"] || invalid,
13
- className: chunkH2BWO3SI_cjs.cn(
14
- "placeholder:text-muted-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none",
15
- "disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50",
16
- "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
17
- "aria-invalid:ring-error/20 dark:aria-invalid:ring-error/40 aria-invalid:border-error",
18
- "selection:bg-primary selection:text-primary-foreground",
19
- "file:text-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium md:text-sm",
20
- className
21
- ),
22
- ...props
23
- }
24
- );
25
- }
26
-
27
- exports.Input = Input;