@szum-tech/design-system 2.6.0 → 3.0.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-3KMXFN6M.cjs +141 -0
- 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-5RNHEHRL.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-Q2IKZZ3U.cjs → chunk-UIOBJSKZ.cjs} +2 -3
- package/dist/chunk-WJSS32MY.js +130 -0
- package/dist/{chunk-RXYZURP4.js → chunk-XJIUGEPN.js} +2 -3
- package/dist/chunk-Y6EVJSAH.cjs +4928 -0
- package/dist/{chunk-AIXT3Q3I.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 +155 -82
- package/dist/components/index.d.cts +8 -8
- package/dist/components/index.d.ts +8 -8
- package/dist/components/index.js +13 -12
- 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 +49 -0
- package/dist/components/item/index.d.cts +60 -0
- package/dist/components/item/index.d.ts +60 -0
- package/dist/components/item/index.js +4 -0
- 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 +32 -31
- package/dist/components/stepper/index.js +13 -12
- 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 +5 -9
- package/tailwind/palette.css +149 -204
- package/tailwind/typography.css +33 -57
- package/dist/chunk-36YD6ICC.js +0 -70
- package/dist/chunk-3DSBDIFJ.cjs +0 -31
- package/dist/chunk-4NO6IM75.cjs +0 -40
- package/dist/chunk-5PBHBOXI.js +0 -30
- package/dist/chunk-EU7G37IS.js +0 -36
- 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-V5OVQTDR.js +0 -24
- 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 -54
- 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 -21
- 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
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
|
4
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
+
import { Separator } from '../separator/index.cjs';
|
|
6
|
+
import 'radix-ui';
|
|
7
|
+
|
|
8
|
+
type ItemProps = React.ComponentProps<"div"> & {
|
|
9
|
+
asChild?: boolean;
|
|
10
|
+
variant?: ItemVariantType;
|
|
11
|
+
size?: ItemSizeType;
|
|
12
|
+
};
|
|
13
|
+
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare const itemVariants: (props?: ({
|
|
16
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
17
|
+
size?: "default" | "sm" | null | undefined;
|
|
18
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
|
+
|
|
20
|
+
type ItemVariantsProps = VariantProps<typeof itemVariants>;
|
|
21
|
+
type ItemVariantType = NonNullable<ItemVariantsProps["variant"]>;
|
|
22
|
+
type ItemSizeType = NonNullable<ItemVariantsProps["size"]>;
|
|
23
|
+
|
|
24
|
+
declare const itemMediaVariants: (props?: ({
|
|
25
|
+
variant?: "image" | "default" | "icon" | null | undefined;
|
|
26
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
27
|
+
|
|
28
|
+
type ItemMediaVariantsProps = VariantProps<typeof itemMediaVariants>;
|
|
29
|
+
type ItemMediaVariantType = NonNullable<ItemMediaVariantsProps["variant"]>;
|
|
30
|
+
|
|
31
|
+
type ItemMediaProps = React.ComponentProps<"div"> & {
|
|
32
|
+
variant?: ItemMediaVariantType;
|
|
33
|
+
};
|
|
34
|
+
declare function ItemMedia({ className, variant, ...props }: ItemMediaProps): react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
type ItemGroupProps = React.ComponentProps<"div">;
|
|
37
|
+
declare function ItemGroup({ className, ...props }: ItemGroupProps): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
type ItemActionsProps = React.ComponentProps<"div">;
|
|
40
|
+
declare function ItemActions({ className, ...props }: ItemActionsProps): react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
type ItemContentProps = React.ComponentProps<"div">;
|
|
43
|
+
declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
type ItemDescriptionProps = React.ComponentProps<"p">;
|
|
46
|
+
declare function ItemDescription({ className, ...props }: ItemDescriptionProps): react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
type ItemFooterProps = React.ComponentProps<"div">;
|
|
49
|
+
declare function ItemFooter({ className, ...props }: ItemFooterProps): react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
type ItemHeaderProps = React.ComponentProps<"div">;
|
|
52
|
+
declare function ItemHeader({ className, ...props }: ItemHeaderProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
type ItemTitleProps = React.ComponentProps<"div">;
|
|
55
|
+
declare function ItemTitle({ className, ...props }: ItemTitleProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
type ItemSeparatorProps = React.ComponentProps<typeof Separator>;
|
|
58
|
+
declare function ItemSeparator({ className, ...props }: ItemSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
export { Item, ItemActions, type ItemActionsProps, ItemContent, type ItemContentProps, ItemDescription, type ItemDescriptionProps, ItemFooter, type ItemFooterProps, ItemGroup, type ItemGroupProps, ItemHeader, type ItemHeaderProps, ItemMedia, type ItemMediaProps, type ItemMediaVariantType, type ItemProps, ItemSeparator, type ItemSeparatorProps, type ItemSizeType, ItemTitle, type ItemTitleProps, type ItemVariantType };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
|
4
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
+
import { Separator } from '../separator/index.js';
|
|
6
|
+
import 'radix-ui';
|
|
7
|
+
|
|
8
|
+
type ItemProps = React.ComponentProps<"div"> & {
|
|
9
|
+
asChild?: boolean;
|
|
10
|
+
variant?: ItemVariantType;
|
|
11
|
+
size?: ItemSizeType;
|
|
12
|
+
};
|
|
13
|
+
declare function Item({ className, variant, size, asChild, ...props }: ItemProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare const itemVariants: (props?: ({
|
|
16
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
17
|
+
size?: "default" | "sm" | null | undefined;
|
|
18
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
19
|
+
|
|
20
|
+
type ItemVariantsProps = VariantProps<typeof itemVariants>;
|
|
21
|
+
type ItemVariantType = NonNullable<ItemVariantsProps["variant"]>;
|
|
22
|
+
type ItemSizeType = NonNullable<ItemVariantsProps["size"]>;
|
|
23
|
+
|
|
24
|
+
declare const itemMediaVariants: (props?: ({
|
|
25
|
+
variant?: "image" | "default" | "icon" | null | undefined;
|
|
26
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
27
|
+
|
|
28
|
+
type ItemMediaVariantsProps = VariantProps<typeof itemMediaVariants>;
|
|
29
|
+
type ItemMediaVariantType = NonNullable<ItemMediaVariantsProps["variant"]>;
|
|
30
|
+
|
|
31
|
+
type ItemMediaProps = React.ComponentProps<"div"> & {
|
|
32
|
+
variant?: ItemMediaVariantType;
|
|
33
|
+
};
|
|
34
|
+
declare function ItemMedia({ className, variant, ...props }: ItemMediaProps): react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
type ItemGroupProps = React.ComponentProps<"div">;
|
|
37
|
+
declare function ItemGroup({ className, ...props }: ItemGroupProps): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
type ItemActionsProps = React.ComponentProps<"div">;
|
|
40
|
+
declare function ItemActions({ className, ...props }: ItemActionsProps): react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
type ItemContentProps = React.ComponentProps<"div">;
|
|
43
|
+
declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
type ItemDescriptionProps = React.ComponentProps<"p">;
|
|
46
|
+
declare function ItemDescription({ className, ...props }: ItemDescriptionProps): react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
type ItemFooterProps = React.ComponentProps<"div">;
|
|
49
|
+
declare function ItemFooter({ className, ...props }: ItemFooterProps): react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
type ItemHeaderProps = React.ComponentProps<"div">;
|
|
52
|
+
declare function ItemHeader({ className, ...props }: ItemHeaderProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
type ItemTitleProps = React.ComponentProps<"div">;
|
|
55
|
+
declare function ItemTitle({ className, ...props }: ItemTitleProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
type ItemSeparatorProps = React.ComponentProps<typeof Separator>;
|
|
58
|
+
declare function ItemSeparator({ className, ...props }: ItemSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
export { Item, ItemActions, type ItemActionsProps, ItemContent, type ItemContentProps, ItemDescription, type ItemDescriptionProps, ItemFooter, type ItemFooterProps, ItemGroup, type ItemGroupProps, ItemHeader, type ItemHeaderProps, ItemMedia, type ItemMediaProps, type ItemMediaVariantType, type ItemProps, ItemSeparator, type ItemSeparatorProps, type ItemSizeType, ItemTitle, type ItemTitleProps, type ItemVariantType };
|
|
@@ -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,102 +1,103 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
5
|
-
require('../../chunk-3WSQRFUY.cjs');
|
|
3
|
+
var chunkZV4467OW_cjs = require('../../chunk-ZV4467OW.cjs');
|
|
4
|
+
require('../../chunk-Y6EVJSAH.cjs');
|
|
6
5
|
require('../../chunk-GHV2TURY.cjs');
|
|
7
|
-
require('../../chunk-
|
|
8
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-3WSQRFUY.cjs');
|
|
7
|
+
require('../../chunk-NU5UQPBX.cjs');
|
|
9
8
|
require('../../chunk-GR37JJQK.cjs');
|
|
10
|
-
require('../../chunk-
|
|
11
|
-
require('../../chunk-
|
|
9
|
+
require('../../chunk-2Y2ZCPNV.cjs');
|
|
10
|
+
require('../../chunk-HCHVDUI6.cjs');
|
|
12
11
|
require('../../chunk-PH4LO5TE.cjs');
|
|
13
|
-
require('../../chunk-
|
|
12
|
+
require('../../chunk-N4O2GO6V.cjs');
|
|
13
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
14
14
|
require('../../chunk-YWG7TML6.cjs');
|
|
15
|
-
require('../../chunk-
|
|
16
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-5AA4IE2T.cjs');
|
|
16
|
+
require('../../chunk-3KMXFN6M.cjs');
|
|
17
|
+
require('../../chunk-UIOBJSKZ.cjs');
|
|
17
18
|
require('../../chunk-EW6TE3N5.cjs');
|
|
18
19
|
require('../../chunk-7EYMOUWG.cjs');
|
|
19
|
-
require('../../chunk-UKWZ5BHD.cjs');
|
|
20
20
|
require('../../chunk-TMXVL5CV.cjs');
|
|
21
|
-
require('../../chunk-
|
|
21
|
+
require('../../chunk-I7AV5IQO.cjs');
|
|
22
22
|
require('../../chunk-NHFHKMX2.cjs');
|
|
23
23
|
require('../../chunk-H2BWO3SI.cjs');
|
|
24
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
|
|
27
28
|
Object.defineProperty(exports, "Stepper", {
|
|
28
29
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkZV4467OW_cjs.Stepper; }
|
|
30
31
|
});
|
|
31
32
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
32
33
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkZV4467OW_cjs.StepperActivationMode; }
|
|
34
35
|
});
|
|
35
36
|
Object.defineProperty(exports, "StepperContent", {
|
|
36
37
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkZV4467OW_cjs.StepperContent; }
|
|
38
39
|
});
|
|
39
40
|
Object.defineProperty(exports, "StepperDataState", {
|
|
40
41
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkZV4467OW_cjs.StepperDataState; }
|
|
42
43
|
});
|
|
43
44
|
Object.defineProperty(exports, "StepperDescription", {
|
|
44
45
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkZV4467OW_cjs.StepperDescription; }
|
|
46
47
|
});
|
|
47
48
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
48
49
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkZV4467OW_cjs.StepperFocusIntent; }
|
|
50
51
|
});
|
|
51
52
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
52
53
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkZV4467OW_cjs.StepperIndicator; }
|
|
54
55
|
});
|
|
55
56
|
Object.defineProperty(exports, "StepperItem", {
|
|
56
57
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkZV4467OW_cjs.StepperItem; }
|
|
58
59
|
});
|
|
59
60
|
Object.defineProperty(exports, "StepperNav", {
|
|
60
61
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkZV4467OW_cjs.StepperNav; }
|
|
62
63
|
});
|
|
63
64
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
64
65
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkZV4467OW_cjs.StepperNavigationDirection; }
|
|
66
67
|
});
|
|
67
68
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
68
69
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkZV4467OW_cjs.StepperNextTrigger; }
|
|
70
71
|
});
|
|
71
72
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
72
73
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkZV4467OW_cjs.StepperOrientation; }
|
|
74
75
|
});
|
|
75
76
|
Object.defineProperty(exports, "StepperPanel", {
|
|
76
77
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkZV4467OW_cjs.StepperPanel; }
|
|
78
79
|
});
|
|
79
80
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
80
81
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkZV4467OW_cjs.StepperPrevTrigger; }
|
|
82
83
|
});
|
|
83
84
|
Object.defineProperty(exports, "StepperTitle", {
|
|
84
85
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkZV4467OW_cjs.StepperTitle; }
|
|
86
87
|
});
|
|
87
88
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
88
89
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkZV4467OW_cjs.StepperTrigger; }
|
|
90
91
|
});
|
|
91
92
|
Object.defineProperty(exports, "useStepperContext", {
|
|
92
93
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkZV4467OW_cjs.useStepperContext; }
|
|
94
95
|
});
|
|
95
96
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
96
97
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkZV4467OW_cjs.useStepperFocusContext; }
|
|
98
99
|
});
|
|
99
100
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
100
101
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkZV4467OW_cjs.useStepperItemContext; }
|
|
102
103
|
});
|
|
@@ -1,21 +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-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';
|
|
4
3
|
import '../../chunk-DTSFPOLX.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-P5IUC7HJ.js';
|
|
5
|
+
import '../../chunk-OQCNPNPS.js';
|
|
7
6
|
import '../../chunk-HJJPEVIH.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-6BSR3O2J.js';
|
|
8
|
+
import '../../chunk-5F2Y65JH.js';
|
|
10
9
|
import '../../chunk-AGVEKVWD.js';
|
|
11
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-HD7ZDQWW.js';
|
|
11
|
+
import '../../chunk-I3RSTJP6.js';
|
|
12
12
|
import '../../chunk-UW6GOD7J.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-UGSNASZM.js';
|
|
14
|
+
import '../../chunk-WJSS32MY.js';
|
|
15
|
+
import '../../chunk-XJIUGEPN.js';
|
|
15
16
|
import '../../chunk-H5O5L6XT.js';
|
|
16
17
|
import '../../chunk-DFD2WUOU.js';
|
|
17
|
-
import '../../chunk-XTO7CMIM.js';
|
|
18
18
|
import '../../chunk-5MJPZUTO.js';
|
|
19
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-NGVFYKAT.js';
|
|
20
20
|
import '../../chunk-7V34QHYR.js';
|
|
21
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