@szum-tech/design-system 2.7.0 → 3.1.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-2Y2ZCPNV.cjs +61 -0
- package/dist/chunk-3376ZTRC.cjs +2 -0
- package/dist/{chunk-S5BN23O7.cjs → chunk-3KMXFN6M.cjs} +14 -20
- package/dist/chunk-5AA4IE2T.cjs +27 -0
- package/dist/chunk-5F2Y65JH.js +32 -0
- package/dist/chunk-6BSR3O2J.js +53 -0
- package/dist/chunk-BYXBJQAS.js +1 -0
- package/dist/{chunk-XIPREW2R.js → chunk-DP7UEOTA.js} +173 -176
- package/dist/chunk-HCHVDUI6.cjs +34 -0
- package/dist/chunk-HD7ZDQWW.js +173 -0
- package/dist/chunk-I3RSTJP6.js +20 -0
- package/dist/chunk-I7AV5IQO.cjs +33 -0
- package/dist/chunk-N4O2GO6V.cjs +204 -0
- package/dist/chunk-NGVFYKAT.js +29 -0
- package/dist/chunk-NU5UQPBX.cjs +25 -0
- package/dist/chunk-OQCNPNPS.js +23 -0
- package/dist/chunk-S3ANEJJ7.cjs +22 -0
- package/dist/chunk-U4AWAABZ.js +4901 -0
- package/dist/chunk-UGSNASZM.js +25 -0
- package/dist/{chunk-EIXSMEDP.cjs → chunk-UIOBJSKZ.cjs} +1 -3
- package/dist/{chunk-I5P2HH5Z.js → chunk-WJSS32MY.js} +13 -19
- package/dist/{chunk-GEACYHTU.js → chunk-XJIUGEPN.js} +1 -3
- package/dist/chunk-Y6EVJSAH.cjs +4928 -0
- package/dist/{chunk-D3MOZUNH.cjs → chunk-ZV4467OW.cjs} +176 -185
- package/dist/components/alert-dialog/index.cjs +1 -0
- package/dist/components/alert-dialog/index.js +1 -0
- package/dist/components/avatar/index.cjs +5 -4
- package/dist/components/avatar/index.d.cts +5 -19
- package/dist/components/avatar/index.d.ts +5 -19
- package/dist/components/avatar/index.js +2 -1
- package/dist/components/badge/index.cjs +1 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/button/index.cjs +23 -3
- package/dist/components/button/index.d.cts +8 -15
- package/dist/components/button/index.d.ts +8 -15
- package/dist/components/button/index.js +22 -2
- package/dist/components/card/index.cjs +12 -7
- package/dist/components/card/index.d.cts +8 -5
- package/dist/components/card/index.d.ts +8 -5
- package/dist/components/card/index.js +2 -1
- package/dist/components/checkbox/index.cjs +12 -0
- package/dist/components/checkbox/index.d.cts +8 -0
- package/dist/components/checkbox/index.d.ts +8 -0
- package/dist/components/checkbox/index.js +3 -0
- package/dist/components/dialog/index.cjs +1 -0
- package/dist/components/dialog/index.d.cts +1 -1
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/dialog/index.js +1 -0
- package/dist/components/field/index.cjs +50 -0
- package/dist/components/field/index.d.cts +50 -0
- package/dist/components/field/index.d.ts +50 -0
- package/dist/components/field/index.js +5 -0
- package/dist/components/header/index.cjs +1 -0
- package/dist/components/header/index.js +1 -0
- package/dist/components/index.cjs +157 -125
- package/dist/components/index.d.cts +7 -8
- package/dist/components/index.d.ts +7 -8
- package/dist/components/index.js +14 -14
- package/dist/components/input/index.cjs +3 -2
- package/dist/components/input/index.d.cts +2 -4
- package/dist/components/input/index.d.ts +2 -4
- package/dist/components/input/index.js +2 -1
- package/dist/components/item/index.cjs +13 -12
- package/dist/components/item/index.d.cts +7 -7
- package/dist/components/item/index.d.ts +7 -7
- package/dist/components/item/index.js +3 -2
- package/dist/components/label/index.cjs +3 -2
- package/dist/components/label/index.js +2 -1
- package/dist/components/select/index.cjs +20 -3
- package/dist/components/select/index.d.cts +20 -6
- package/dist/components/select/index.d.ts +20 -6
- package/dist/components/select/index.js +2 -1
- package/dist/components/separator/index.cjs +3 -2
- package/dist/components/separator/index.js +2 -1
- package/dist/components/sheet/index.cjs +1 -0
- package/dist/components/sheet/index.d.cts +1 -1
- package/dist/components/sheet/index.d.ts +1 -1
- package/dist/components/sheet/index.js +1 -0
- package/dist/components/spinner/index.cjs +1 -0
- package/dist/components/spinner/index.js +1 -0
- package/dist/components/stepper/index.cjs +33 -33
- package/dist/components/stepper/index.js +14 -14
- package/dist/components/textarea/index.cjs +4 -2
- package/dist/components/textarea/index.d.cts +2 -2
- package/dist/components/textarea/index.d.ts +2 -2
- package/dist/components/textarea/index.js +3 -1
- package/dist/components/tooltip/index.cjs +1 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/contexts/index.cjs +1 -0
- package/dist/contexts/index.js +1 -0
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.js +1 -0
- package/dist/icons/index.cjs +89 -18
- package/dist/icons/index.js +88 -1
- package/dist/utils/index.cjs +1 -0
- package/dist/utils/index.js +1 -0
- package/package.json +8 -9
- package/tailwind/global.css +12 -8
- package/tailwind/palette.css +149 -204
- package/tailwind/typography.css +33 -57
- package/dist/chunk-36YD6ICC.js +0 -70
- package/dist/chunk-4NO6IM75.cjs +0 -40
- package/dist/chunk-5BTQ6BQA.js +0 -24
- package/dist/chunk-5PBHBOXI.js +0 -30
- package/dist/chunk-EU7G37IS.js +0 -36
- package/dist/chunk-FPFRA5Q6.cjs +0 -31
- package/dist/chunk-FVSO3RHT.cjs +0 -17
- package/dist/chunk-G6VXQ7DJ.cjs +0 -63
- package/dist/chunk-IAI7BIAG.js +0 -31
- package/dist/chunk-K4TRAPRN.cjs +0 -341
- package/dist/chunk-MI3CQBHC.js +0 -60
- package/dist/chunk-OIWEXHFE.cjs +0 -33
- package/dist/chunk-P4J2TTH7.cjs +0 -32
- package/dist/chunk-UKWZ5BHD.cjs +0 -93
- package/dist/chunk-VZKTT6CG.js +0 -15
- package/dist/chunk-XTO7CMIM.js +0 -88
- package/dist/chunk-YJFJLF7Y.js +0 -319
- package/dist/chunk-ZZ3EBGSD.cjs +0 -72
- package/dist/components/form/index.cjs +0 -55
- package/dist/components/form/index.d.cts +0 -32
- package/dist/components/form/index.d.ts +0 -32
- package/dist/components/form/index.js +0 -22
- package/dist/components/helper-text/index.cjs +0 -10
- package/dist/components/helper-text/index.d.cts +0 -18
- package/dist/components/helper-text/index.d.ts +0 -18
- package/dist/components/helper-text/index.js +0 -1
|
@@ -1,48 +1,49 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunk3KMXFN6M_cjs = require('../../chunk-3KMXFN6M.cjs');
|
|
4
|
+
require('../../chunk-UIOBJSKZ.cjs');
|
|
5
5
|
require('../../chunk-H2BWO3SI.cjs');
|
|
6
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
Object.defineProperty(exports, "Item", {
|
|
10
11
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunk3KMXFN6M_cjs.Item; }
|
|
12
13
|
});
|
|
13
14
|
Object.defineProperty(exports, "ItemActions", {
|
|
14
15
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemActions; }
|
|
16
17
|
});
|
|
17
18
|
Object.defineProperty(exports, "ItemContent", {
|
|
18
19
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemContent; }
|
|
20
21
|
});
|
|
21
22
|
Object.defineProperty(exports, "ItemDescription", {
|
|
22
23
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemDescription; }
|
|
24
25
|
});
|
|
25
26
|
Object.defineProperty(exports, "ItemFooter", {
|
|
26
27
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemFooter; }
|
|
28
29
|
});
|
|
29
30
|
Object.defineProperty(exports, "ItemGroup", {
|
|
30
31
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemGroup; }
|
|
32
33
|
});
|
|
33
34
|
Object.defineProperty(exports, "ItemHeader", {
|
|
34
35
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemHeader; }
|
|
36
37
|
});
|
|
37
38
|
Object.defineProperty(exports, "ItemMedia", {
|
|
38
39
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemMedia; }
|
|
40
41
|
});
|
|
41
42
|
Object.defineProperty(exports, "ItemSeparator", {
|
|
42
43
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemSeparator; }
|
|
44
45
|
});
|
|
45
46
|
Object.defineProperty(exports, "ItemTitle", {
|
|
46
47
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunk3KMXFN6M_cjs.ItemTitle; }
|
|
48
49
|
});
|
|
@@ -12,14 +12,14 @@ type ItemProps = React.ComponentProps<"div"> & {
|
|
|
12
12
|
};
|
|
13
13
|
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
14
|
|
|
15
|
-
declare const
|
|
16
|
-
variant?: "
|
|
17
|
-
size?: "
|
|
15
|
+
declare const itemVariants: (props?: ({
|
|
16
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
17
|
+
size?: "default" | "sm" | null | undefined;
|
|
18
18
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
19
|
|
|
20
|
-
type
|
|
21
|
-
type ItemVariantType = NonNullable<
|
|
22
|
-
type ItemSizeType = NonNullable<
|
|
20
|
+
type ItemVariantsProps = VariantProps<typeof itemVariants>;
|
|
21
|
+
type ItemVariantType = NonNullable<ItemVariantsProps["variant"]>;
|
|
22
|
+
type ItemSizeType = NonNullable<ItemVariantsProps["size"]>;
|
|
23
23
|
|
|
24
24
|
declare const itemMediaVariants: (props?: ({
|
|
25
25
|
variant?: "image" | "default" | "icon" | null | undefined;
|
|
@@ -40,7 +40,7 @@ type ItemActionsProps = React.ComponentProps<"div">;
|
|
|
40
40
|
declare function ItemActions({ className, ...props }: ItemActionsProps): react_jsx_runtime.JSX.Element;
|
|
41
41
|
|
|
42
42
|
type ItemContentProps = React.ComponentProps<"div">;
|
|
43
|
-
declare function ItemContent({ className, ...props }:
|
|
43
|
+
declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
44
44
|
|
|
45
45
|
type ItemDescriptionProps = React.ComponentProps<"p">;
|
|
46
46
|
declare function ItemDescription({ className, ...props }: ItemDescriptionProps): react_jsx_runtime.JSX.Element;
|
|
@@ -12,14 +12,14 @@ type ItemProps = React.ComponentProps<"div"> & {
|
|
|
12
12
|
};
|
|
13
13
|
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
14
|
|
|
15
|
-
declare const
|
|
16
|
-
variant?: "
|
|
17
|
-
size?: "
|
|
15
|
+
declare const itemVariants: (props?: ({
|
|
16
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
17
|
+
size?: "default" | "sm" | null | undefined;
|
|
18
18
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
19
|
|
|
20
|
-
type
|
|
21
|
-
type ItemVariantType = NonNullable<
|
|
22
|
-
type ItemSizeType = NonNullable<
|
|
20
|
+
type ItemVariantsProps = VariantProps<typeof itemVariants>;
|
|
21
|
+
type ItemVariantType = NonNullable<ItemVariantsProps["variant"]>;
|
|
22
|
+
type ItemSizeType = NonNullable<ItemVariantsProps["size"]>;
|
|
23
23
|
|
|
24
24
|
declare const itemMediaVariants: (props?: ({
|
|
25
25
|
variant?: "image" | "default" | "icon" | null | undefined;
|
|
@@ -40,7 +40,7 @@ type ItemActionsProps = React.ComponentProps<"div">;
|
|
|
40
40
|
declare function ItemActions({ className, ...props }: ItemActionsProps): react_jsx_runtime.JSX.Element;
|
|
41
41
|
|
|
42
42
|
type ItemContentProps = React.ComponentProps<"div">;
|
|
43
|
-
declare function ItemContent({ className, ...props }:
|
|
43
|
+
declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
44
44
|
|
|
45
45
|
type ItemDescriptionProps = React.ComponentProps<"p">;
|
|
46
46
|
declare function ItemDescription({ className, ...props }: ItemDescriptionProps): react_jsx_runtime.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../../chunk-WJSS32MY.js';
|
|
2
|
+
import '../../chunk-XJIUGEPN.js';
|
|
3
3
|
import '../../chunk-ZD2QRAOX.js';
|
|
4
|
+
import '../../chunk-BYXBJQAS.js';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkS3ANEJJ7_cjs = require('../../chunk-S3ANEJJ7.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "Label", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkS3ANEJJ7_cjs.Label; }
|
|
11
12
|
});
|
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkY6EVJSAH_cjs = require('../../chunk-Y6EVJSAH.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "Select", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkY6EVJSAH_cjs.Select; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "SelectContent", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunkY6EVJSAH_cjs.SelectContent; }
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, "SelectGroup", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkY6EVJSAH_cjs.SelectGroup; }
|
|
11
20
|
});
|
|
12
21
|
Object.defineProperty(exports, "SelectItem", {
|
|
13
22
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkY6EVJSAH_cjs.SelectItem; }
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "SelectLabel", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function () { return chunkY6EVJSAH_cjs.SelectLabel; }
|
|
28
|
+
});
|
|
29
|
+
Object.defineProperty(exports, "SelectSeparator", {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: function () { return chunkY6EVJSAH_cjs.SelectSeparator; }
|
|
15
32
|
});
|
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
+
import React__default from 'react';
|
|
3
4
|
import { Select as Select$1 } from 'radix-ui';
|
|
5
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
6
|
|
|
5
|
-
type SelectProps = Select$1.
|
|
6
|
-
|
|
7
|
-
placeholder?: React.ReactNode;
|
|
7
|
+
type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
|
|
8
|
+
size?: "sm" | "default";
|
|
8
9
|
invalid?: boolean;
|
|
10
|
+
placeholder?: React.ReactNode;
|
|
9
11
|
};
|
|
10
|
-
declare function Select({ children, placeholder,
|
|
12
|
+
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;
|
|
13
|
+
|
|
14
|
+
type SelectContentProps = React.ComponentProps<typeof Select$1.Content>;
|
|
15
|
+
declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
type SelectGroupProps = React.ComponentProps<typeof SelectPrimitive.Group>;
|
|
18
|
+
declare function SelectGroup(props: SelectGroupProps): react_jsx_runtime.JSX.Element;
|
|
11
19
|
|
|
12
20
|
type SelectItemProps = React.ComponentProps<typeof Select$1.Item>;
|
|
13
|
-
declare function SelectItem({
|
|
21
|
+
declare function SelectItem({ className, children, ...props }: SelectItemProps): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
type SelectLabelProps = React.ComponentProps<typeof Select$1.Label>;
|
|
24
|
+
declare function SelectLabel({ className, ...props }: SelectLabelProps): react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
type SelectSeparatorProps = React__default.ComponentProps<typeof Select$1.Separator>;
|
|
27
|
+
declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
14
28
|
|
|
15
|
-
export { Select, SelectItem, type SelectItemProps, type SelectProps };
|
|
29
|
+
export { Select, SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectSeparator, type SelectSeparatorProps };
|
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
+
import React__default from 'react';
|
|
3
4
|
import { Select as Select$1 } from 'radix-ui';
|
|
5
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
6
|
|
|
5
|
-
type SelectProps = Select$1.
|
|
6
|
-
|
|
7
|
-
placeholder?: React.ReactNode;
|
|
7
|
+
type SelectProps = React.ComponentProps<typeof Select$1.Root> & React.ComponentProps<typeof Select$1.Trigger> & {
|
|
8
|
+
size?: "sm" | "default";
|
|
8
9
|
invalid?: boolean;
|
|
10
|
+
placeholder?: React.ReactNode;
|
|
9
11
|
};
|
|
10
|
-
declare function Select({ children, placeholder,
|
|
12
|
+
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;
|
|
13
|
+
|
|
14
|
+
type SelectContentProps = React.ComponentProps<typeof Select$1.Content>;
|
|
15
|
+
declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
type SelectGroupProps = React.ComponentProps<typeof SelectPrimitive.Group>;
|
|
18
|
+
declare function SelectGroup(props: SelectGroupProps): react_jsx_runtime.JSX.Element;
|
|
11
19
|
|
|
12
20
|
type SelectItemProps = React.ComponentProps<typeof Select$1.Item>;
|
|
13
|
-
declare function SelectItem({
|
|
21
|
+
declare function SelectItem({ className, children, ...props }: SelectItemProps): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
type SelectLabelProps = React.ComponentProps<typeof Select$1.Label>;
|
|
24
|
+
declare function SelectLabel({ className, ...props }: SelectLabelProps): react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
type SelectSeparatorProps = React__default.ComponentProps<typeof Select$1.Separator>;
|
|
27
|
+
declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
14
28
|
|
|
15
|
-
export { Select, SelectItem, type SelectItemProps, type SelectProps };
|
|
29
|
+
export { Select, SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectSeparator, type SelectSeparatorProps };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUIOBJSKZ_cjs = require('../../chunk-UIOBJSKZ.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "Separator", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkUIOBJSKZ_cjs.Separator; }
|
|
11
12
|
});
|
|
@@ -19,7 +19,7 @@ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
|
|
|
19
19
|
declare function SheetContent({ side, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
21
|
declare const sheetContentStyles: (props?: ({
|
|
22
|
-
side?: "
|
|
22
|
+
side?: "top" | "bottom" | "left" | "right" | null | undefined;
|
|
23
23
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
24
24
|
|
|
25
25
|
type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
|
|
@@ -19,7 +19,7 @@ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
|
|
|
19
19
|
declare function SheetContent({ side, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
21
|
declare const sheetContentStyles: (props?: ({
|
|
22
|
-
side?: "
|
|
22
|
+
side?: "top" | "bottom" | "left" | "right" | null | undefined;
|
|
23
23
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
24
24
|
|
|
25
25
|
type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
|
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
5
|
-
require('../../chunk-S5BN23O7.cjs');
|
|
6
|
-
require('../../chunk-EIXSMEDP.cjs');
|
|
7
|
-
require('../../chunk-3WSQRFUY.cjs');
|
|
3
|
+
var chunkZV4467OW_cjs = require('../../chunk-ZV4467OW.cjs');
|
|
4
|
+
require('../../chunk-Y6EVJSAH.cjs');
|
|
8
5
|
require('../../chunk-GHV2TURY.cjs');
|
|
9
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-3WSQRFUY.cjs');
|
|
7
|
+
require('../../chunk-NU5UQPBX.cjs');
|
|
10
8
|
require('../../chunk-GR37JJQK.cjs');
|
|
11
|
-
require('../../chunk-
|
|
12
|
-
require('../../chunk-
|
|
9
|
+
require('../../chunk-2Y2ZCPNV.cjs');
|
|
10
|
+
require('../../chunk-HCHVDUI6.cjs');
|
|
13
11
|
require('../../chunk-PH4LO5TE.cjs');
|
|
12
|
+
require('../../chunk-N4O2GO6V.cjs');
|
|
13
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
14
14
|
require('../../chunk-YWG7TML6.cjs');
|
|
15
|
-
require('../../chunk-
|
|
16
|
-
require('../../chunk-
|
|
17
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
16
|
+
require('../../chunk-3KMXFN6M.cjs');
|
|
17
|
+
require('../../chunk-UIOBJSKZ.cjs');
|
|
18
18
|
require('../../chunk-EW6TE3N5.cjs');
|
|
19
19
|
require('../../chunk-7EYMOUWG.cjs');
|
|
20
|
-
require('../../chunk-
|
|
21
|
-
require('../../chunk-4NO6IM75.cjs');
|
|
22
|
-
require('../../chunk-NHFHKMX2.cjs');
|
|
20
|
+
require('../../chunk-I7AV5IQO.cjs');
|
|
23
21
|
require('../../chunk-TMXVL5CV.cjs');
|
|
22
|
+
require('../../chunk-NHFHKMX2.cjs');
|
|
24
23
|
require('../../chunk-H2BWO3SI.cjs');
|
|
24
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
Object.defineProperty(exports, "Stepper", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkZV4467OW_cjs.Stepper; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkZV4467OW_cjs.StepperActivationMode; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "StepperContent", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkZV4467OW_cjs.StepperContent; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "StepperDataState", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkZV4467OW_cjs.StepperDataState; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "StepperDescription", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkZV4467OW_cjs.StepperDescription; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkZV4467OW_cjs.StepperFocusIntent; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkZV4467OW_cjs.StepperIndicator; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "StepperItem", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkZV4467OW_cjs.StepperItem; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "StepperNav", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkZV4467OW_cjs.StepperNav; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkZV4467OW_cjs.StepperNavigationDirection; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkZV4467OW_cjs.StepperNextTrigger; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkZV4467OW_cjs.StepperOrientation; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "StepperPanel", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkZV4467OW_cjs.StepperPanel; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkZV4467OW_cjs.StepperPrevTrigger; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "StepperTitle", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkZV4467OW_cjs.StepperTitle; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkZV4467OW_cjs.StepperTrigger; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "useStepperContext", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkZV4467OW_cjs.useStepperContext; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkZV4467OW_cjs.useStepperFocusContext; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkZV4467OW_cjs.useStepperItemContext; }
|
|
103
103
|
});
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-I5P2HH5Z.js';
|
|
4
|
-
import '../../chunk-GEACYHTU.js';
|
|
5
|
-
import '../../chunk-P5IUC7HJ.js';
|
|
1
|
+
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-DP7UEOTA.js';
|
|
2
|
+
import '../../chunk-U4AWAABZ.js';
|
|
6
3
|
import '../../chunk-DTSFPOLX.js';
|
|
7
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-P5IUC7HJ.js';
|
|
5
|
+
import '../../chunk-OQCNPNPS.js';
|
|
8
6
|
import '../../chunk-HJJPEVIH.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-6BSR3O2J.js';
|
|
8
|
+
import '../../chunk-5F2Y65JH.js';
|
|
11
9
|
import '../../chunk-AGVEKVWD.js';
|
|
10
|
+
import '../../chunk-HD7ZDQWW.js';
|
|
11
|
+
import '../../chunk-I3RSTJP6.js';
|
|
12
12
|
import '../../chunk-UW6GOD7J.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-UGSNASZM.js';
|
|
14
|
+
import '../../chunk-WJSS32MY.js';
|
|
15
|
+
import '../../chunk-XJIUGEPN.js';
|
|
16
16
|
import '../../chunk-H5O5L6XT.js';
|
|
17
17
|
import '../../chunk-DFD2WUOU.js';
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-EU7G37IS.js';
|
|
20
|
-
import '../../chunk-7V34QHYR.js';
|
|
18
|
+
import '../../chunk-NGVFYKAT.js';
|
|
21
19
|
import '../../chunk-5MJPZUTO.js';
|
|
20
|
+
import '../../chunk-7V34QHYR.js';
|
|
22
21
|
import '../../chunk-ZD2QRAOX.js';
|
|
22
|
+
import '../../chunk-BYXBJQAS.js';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkNU5UQPBX_cjs = require('../../chunk-NU5UQPBX.cjs');
|
|
4
|
+
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
4
6
|
|
|
5
7
|
|
|
6
8
|
|
|
7
9
|
Object.defineProperty(exports, "Textarea", {
|
|
8
10
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkNU5UQPBX_cjs.Textarea; }
|
|
10
12
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
type TextareaProps = React.
|
|
4
|
+
type TextareaProps = React.ComponentProps<"textarea"> & {
|
|
5
5
|
invalid?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare function Textarea({ invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function Textarea({ className, invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
|
|
8
8
|
|
|
9
9
|
export { Textarea, type TextareaProps };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
type TextareaProps = React.
|
|
4
|
+
type TextareaProps = React.ComponentProps<"textarea"> & {
|
|
5
5
|
invalid?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare function Textarea({ invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function Textarea({ className, invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
|
|
8
8
|
|
|
9
9
|
export { Textarea, type TextareaProps };
|
package/dist/contexts/index.cjs
CHANGED
package/dist/contexts/index.js
CHANGED
package/dist/hooks/index.cjs
CHANGED
package/dist/hooks/index.js
CHANGED