@szum-tech/design-system 3.5.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-Y6EVJSAH.cjs → chunk-3ZRMIVJM.cjs} +6 -0
- package/dist/chunk-54PWKHYF.cjs +58 -0
- package/dist/chunk-5Q3H4MOX.js +123 -0
- package/dist/chunk-6WGZMVJT.cjs +132 -0
- package/dist/chunk-FUS2IGBX.js +54 -0
- package/dist/{chunk-LLQ52RQE.js → chunk-GWRG4LH5.js} +1 -1
- package/dist/{chunk-YHDEDCPE.cjs → chunk-JXZ27PK6.cjs} +3 -3
- package/dist/chunk-N2Q3D32M.js +86 -0
- package/dist/{chunk-U4AWAABZ.js → chunk-O7QFYWMK.js} +6 -0
- package/dist/chunk-Z33XUQTB.cjs +108 -0
- package/dist/components/badge/index.cjs +10 -2
- package/dist/components/badge/index.d.cts +11 -2
- package/dist/components/badge/index.d.ts +11 -2
- package/dist/components/badge/index.js +1 -1
- package/dist/components/button/index.cjs +8 -7
- package/dist/components/button/index.d.cts +1 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +7 -6
- package/dist/components/color-swatch/index.cjs +12 -0
- package/dist/components/color-swatch/index.d.cts +22 -0
- package/dist/components/color-swatch/index.d.ts +22 -0
- package/dist/components/color-swatch/index.js +3 -0
- package/dist/components/dialog/index.cjs +9 -9
- package/dist/components/dialog/index.d.cts +13 -12
- package/dist/components/dialog/index.d.ts +13 -12
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/index.cjs +100 -87
- package/dist/components/index.d.cts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +7 -6
- package/dist/components/item/index.d.cts +1 -1
- package/dist/components/item/index.d.ts +1 -1
- package/dist/components/select/index.cjs +7 -7
- package/dist/components/select/index.js +1 -1
- package/dist/components/stepper/index.cjs +26 -25
- package/dist/components/stepper/index.js +7 -6
- package/dist/components/toaster/index.cjs +9 -8
- package/dist/components/toaster/index.js +7 -6
- package/package.json +19 -19
- package/dist/chunk-6VC76QIP.js +0 -27
- package/dist/chunk-AGVEKVWD.js +0 -78
- package/dist/chunk-PH4LO5TE.cjs +0 -87
- package/dist/chunk-RDYKJP7U.cjs +0 -29
|
@@ -1,10 +1,11 @@
|
|
|
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 { VariantProps } from 'class-variance-authority';
|
|
4
5
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
6
|
|
|
6
7
|
declare const badgeVariants: (props?: ({
|
|
7
|
-
variant?: "
|
|
8
|
+
variant?: "primary" | "secondary" | "outline" | "success" | "warning" | "error" | null | undefined;
|
|
8
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
10
|
|
|
10
11
|
type BadgeVariantsProps = VariantProps<typeof badgeVariants>;
|
|
@@ -16,4 +17,12 @@ type BadgeProps = React.ComponentProps<"span"> & {
|
|
|
16
17
|
};
|
|
17
18
|
declare function Badge({ className, variant, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
type BadgeButtonProps = React__default.ComponentProps<"button"> & {
|
|
21
|
+
asChild?: boolean;
|
|
22
|
+
};
|
|
23
|
+
declare function BadgeButton({ className, asChild, ...props }: BadgeButtonProps): react_jsx_runtime.JSX.Element;
|
|
24
|
+
|
|
25
|
+
type BadgeDotProps = React.ComponentProps<"span">;
|
|
26
|
+
declare function BadgeDot({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
export { Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, type BadgeVariant };
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJXZ27PK6_cjs = require('../../chunk-JXZ27PK6.cjs');
|
|
4
4
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
5
|
require('../../chunk-GR37JJQK.cjs');
|
|
6
|
+
require('../../chunk-3DUJHGXE.cjs');
|
|
6
7
|
require('../../chunk-TH44JYXB.cjs');
|
|
7
8
|
require('../../chunk-XENOUBSI.cjs');
|
|
8
|
-
require('../../chunk-
|
|
9
|
+
require('../../chunk-3ZRMIVJM.cjs');
|
|
9
10
|
require('../../chunk-GHV2TURY.cjs');
|
|
10
11
|
require('../../chunk-3WSQRFUY.cjs');
|
|
11
12
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
12
13
|
require('../../chunk-HCHVDUI6.cjs');
|
|
13
|
-
require('../../chunk-
|
|
14
|
+
require('../../chunk-Z33XUQTB.cjs');
|
|
15
|
+
require('../../chunk-6WGZMVJT.cjs');
|
|
14
16
|
require('../../chunk-YTVV2IUF.cjs');
|
|
15
17
|
require('../../chunk-S3ANEJJ7.cjs');
|
|
18
|
+
require('../../chunk-UIOBJSKZ.cjs');
|
|
16
19
|
require('../../chunk-YWG7TML6.cjs');
|
|
17
20
|
require('../../chunk-5AA4IE2T.cjs');
|
|
18
|
-
require('../../chunk-3DUJHGXE.cjs');
|
|
19
|
-
require('../../chunk-UIOBJSKZ.cjs');
|
|
20
21
|
require('../../chunk-EW6TE3N5.cjs');
|
|
21
22
|
require('../../chunk-7EYMOUWG.cjs');
|
|
22
23
|
require('../../chunk-TMXVL5CV.cjs');
|
|
23
24
|
require('../../chunk-I7AV5IQO.cjs');
|
|
24
|
-
require('../../chunk-
|
|
25
|
+
require('../../chunk-54PWKHYF.cjs');
|
|
25
26
|
require('../../chunk-H2BWO3SI.cjs');
|
|
26
27
|
require('../../chunk-3376ZTRC.cjs');
|
|
27
28
|
|
|
@@ -29,5 +30,5 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
29
30
|
|
|
30
31
|
Object.defineProperty(exports, "Button", {
|
|
31
32
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJXZ27PK6_cjs.Button; }
|
|
33
34
|
});
|
|
@@ -45,7 +45,7 @@ type ButtonProps = React.ComponentProps<"button"> & {
|
|
|
45
45
|
declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
46
46
|
|
|
47
47
|
declare const buttonVariants: (props?: ({
|
|
48
|
-
variant?: "link" | "
|
|
48
|
+
variant?: "link" | "secondary" | "outline" | "error" | "default" | "ghost" | null | undefined;
|
|
49
49
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
50
50
|
fullWidth?: boolean | null | undefined;
|
|
51
51
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -45,7 +45,7 @@ type ButtonProps = React.ComponentProps<"button"> & {
|
|
|
45
45
|
declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
46
46
|
|
|
47
47
|
declare const buttonVariants: (props?: ({
|
|
48
|
-
variant?: "link" | "
|
|
48
|
+
variant?: "link" | "secondary" | "outline" | "error" | "default" | "ghost" | null | undefined;
|
|
49
49
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
50
50
|
fullWidth?: boolean | null | undefined;
|
|
51
51
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
export { Button } from '../../chunk-
|
|
1
|
+
export { Button } from '../../chunk-GWRG4LH5.js';
|
|
2
2
|
import '../../chunk-OQCNPNPS.js';
|
|
3
3
|
import '../../chunk-HJJPEVIH.js';
|
|
4
|
+
import '../../chunk-XV3AQ6NS.js';
|
|
4
5
|
import '../../chunk-PBEZZMAB.js';
|
|
5
6
|
import '../../chunk-4TRADSTP.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-O7QFYWMK.js';
|
|
7
8
|
import '../../chunk-DTSFPOLX.js';
|
|
8
9
|
import '../../chunk-P5IUC7HJ.js';
|
|
9
10
|
import '../../chunk-6BSR3O2J.js';
|
|
10
11
|
import '../../chunk-5F2Y65JH.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-N2Q3D32M.js';
|
|
13
|
+
import '../../chunk-5Q3H4MOX.js';
|
|
12
14
|
import '../../chunk-KYFNEU4K.js';
|
|
13
15
|
import '../../chunk-I3RSTJP6.js';
|
|
16
|
+
import '../../chunk-XJIUGEPN.js';
|
|
14
17
|
import '../../chunk-UW6GOD7J.js';
|
|
15
18
|
import '../../chunk-UGSNASZM.js';
|
|
16
|
-
import '../../chunk-XV3AQ6NS.js';
|
|
17
|
-
import '../../chunk-XJIUGEPN.js';
|
|
18
19
|
import '../../chunk-H5O5L6XT.js';
|
|
19
20
|
import '../../chunk-DFD2WUOU.js';
|
|
20
21
|
import '../../chunk-5MJPZUTO.js';
|
|
21
22
|
import '../../chunk-NGVFYKAT.js';
|
|
22
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-FUS2IGBX.js';
|
|
23
24
|
import '../../chunk-ZD2QRAOX.js';
|
|
24
25
|
import '../../chunk-BYXBJQAS.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkZ33XUQTB_cjs = require('../../chunk-Z33XUQTB.cjs');
|
|
4
|
+
require('../../chunk-H2BWO3SI.cjs');
|
|
5
|
+
require('../../chunk-3376ZTRC.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "ColorSwatch", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkZ33XUQTB_cjs.ColorSwatch; }
|
|
12
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
|
|
6
|
+
declare const colorSwatchVariants: (props?: ({
|
|
7
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
|
|
10
|
+
type ColorSwatchVariantsProps = VariantProps<typeof colorSwatchVariants>;
|
|
11
|
+
type ColorSwatchSize = NonNullable<ColorSwatchVariantsProps["size"]>;
|
|
12
|
+
|
|
13
|
+
type ColorSwatchProps = React.ComponentProps<"div"> & {
|
|
14
|
+
size?: ColorSwatchSize;
|
|
15
|
+
color?: string;
|
|
16
|
+
asChild?: boolean;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
withoutTransparency?: boolean;
|
|
19
|
+
};
|
|
20
|
+
declare function ColorSwatch({ color, size, asChild, disabled, withoutTransparency, className, style, ...props }: ColorSwatchProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
export { ColorSwatch, type ColorSwatchProps, type ColorSwatchSize };
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
|
|
6
|
+
declare const colorSwatchVariants: (props?: ({
|
|
7
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
|
|
10
|
+
type ColorSwatchVariantsProps = VariantProps<typeof colorSwatchVariants>;
|
|
11
|
+
type ColorSwatchSize = NonNullable<ColorSwatchVariantsProps["size"]>;
|
|
12
|
+
|
|
13
|
+
type ColorSwatchProps = React.ComponentProps<"div"> & {
|
|
14
|
+
size?: ColorSwatchSize;
|
|
15
|
+
color?: string;
|
|
16
|
+
asChild?: boolean;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
withoutTransparency?: boolean;
|
|
19
|
+
};
|
|
20
|
+
declare function ColorSwatch({ color, size, asChild, disabled, withoutTransparency, className, style, ...props }: ColorSwatchProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
export { ColorSwatch, type ColorSwatchProps, type ColorSwatchSize };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk6WGZMVJT_cjs = require('../../chunk-6WGZMVJT.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
5
|
require('../../chunk-3376ZTRC.cjs');
|
|
6
6
|
|
|
@@ -8,33 +8,33 @@ require('../../chunk-3376ZTRC.cjs');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Dialog", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk6WGZMVJT_cjs.Dialog; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DialogClose", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogClose; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "DialogContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "DialogDescription", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogDescription; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "DialogFooter", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogFooter; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "DialogHeader", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogHeader; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "DialogTitle", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogTitle; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk6WGZMVJT_cjs.DialogTrigger; }
|
|
40
40
|
});
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
import { Dialog as Dialog$1 } from 'radix-ui';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
6
|
|
|
7
|
-
type DialogProps = Dialog$1.
|
|
8
|
-
declare
|
|
7
|
+
type DialogProps = React.ComponentProps<typeof Dialog$1.Root>;
|
|
8
|
+
declare function Dialog(props: DialogProps): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
|
-
type DialogCloseProps = Dialog$1.
|
|
11
|
-
declare
|
|
10
|
+
type DialogCloseProps = React.ComponentProps<typeof Dialog$1.Close>;
|
|
11
|
+
declare function DialogClose(props: DialogCloseProps): react_jsx_runtime.JSX.Element;
|
|
12
12
|
|
|
13
13
|
type DialogContentProps = React.ComponentProps<typeof Dialog$1.Content> & {
|
|
14
14
|
width?: DialogContentWidth;
|
|
15
|
+
showCloseButton?: boolean;
|
|
15
16
|
};
|
|
16
|
-
declare function DialogContent({ className, children, width, ...props }: DialogContentProps): react_jsx_runtime.JSX.Element;
|
|
17
|
+
declare function DialogContent({ className, children, width, showCloseButton, ...props }: DialogContentProps): react_jsx_runtime.JSX.Element;
|
|
17
18
|
|
|
18
|
-
declare const
|
|
19
|
+
declare const dialogContentVariants: (props?: ({
|
|
19
20
|
width?: "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "full" | null | undefined;
|
|
20
21
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
21
22
|
|
|
22
|
-
type DialogContentCvaProps = VariantProps<typeof
|
|
23
|
+
type DialogContentCvaProps = VariantProps<typeof dialogContentVariants>;
|
|
23
24
|
type DialogContentWidth = NonNullable<DialogContentCvaProps["width"]>;
|
|
24
25
|
|
|
25
|
-
type DialogTriggerProps = Dialog$1.
|
|
26
|
-
declare
|
|
26
|
+
type DialogTriggerProps = React.ComponentProps<typeof Dialog$1.Trigger>;
|
|
27
|
+
declare function DialogTrigger({ ...props }: DialogTriggerProps): react_jsx_runtime.JSX.Element;
|
|
27
28
|
|
|
28
|
-
type DialogHeaderProps = React.
|
|
29
|
+
type DialogHeaderProps = React.ComponentProps<"div">;
|
|
29
30
|
declare function DialogHeader({ className, ...props }: DialogHeaderProps): react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
type DialogFooterProps = React.
|
|
32
|
+
type DialogFooterProps = React.ComponentProps<"div">;
|
|
32
33
|
declare function DialogFooter({ className, ...props }: DialogFooterProps): react_jsx_runtime.JSX.Element;
|
|
33
34
|
|
|
34
35
|
type DialogTitleProps = React.ComponentProps<typeof Dialog$1.Title>;
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
import { Dialog as Dialog$1 } from 'radix-ui';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
6
|
|
|
7
|
-
type DialogProps = Dialog$1.
|
|
8
|
-
declare
|
|
7
|
+
type DialogProps = React.ComponentProps<typeof Dialog$1.Root>;
|
|
8
|
+
declare function Dialog(props: DialogProps): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
|
-
type DialogCloseProps = Dialog$1.
|
|
11
|
-
declare
|
|
10
|
+
type DialogCloseProps = React.ComponentProps<typeof Dialog$1.Close>;
|
|
11
|
+
declare function DialogClose(props: DialogCloseProps): react_jsx_runtime.JSX.Element;
|
|
12
12
|
|
|
13
13
|
type DialogContentProps = React.ComponentProps<typeof Dialog$1.Content> & {
|
|
14
14
|
width?: DialogContentWidth;
|
|
15
|
+
showCloseButton?: boolean;
|
|
15
16
|
};
|
|
16
|
-
declare function DialogContent({ className, children, width, ...props }: DialogContentProps): react_jsx_runtime.JSX.Element;
|
|
17
|
+
declare function DialogContent({ className, children, width, showCloseButton, ...props }: DialogContentProps): react_jsx_runtime.JSX.Element;
|
|
17
18
|
|
|
18
|
-
declare const
|
|
19
|
+
declare const dialogContentVariants: (props?: ({
|
|
19
20
|
width?: "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "full" | null | undefined;
|
|
20
21
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
21
22
|
|
|
22
|
-
type DialogContentCvaProps = VariantProps<typeof
|
|
23
|
+
type DialogContentCvaProps = VariantProps<typeof dialogContentVariants>;
|
|
23
24
|
type DialogContentWidth = NonNullable<DialogContentCvaProps["width"]>;
|
|
24
25
|
|
|
25
|
-
type DialogTriggerProps = Dialog$1.
|
|
26
|
-
declare
|
|
26
|
+
type DialogTriggerProps = React.ComponentProps<typeof Dialog$1.Trigger>;
|
|
27
|
+
declare function DialogTrigger({ ...props }: DialogTriggerProps): react_jsx_runtime.JSX.Element;
|
|
27
28
|
|
|
28
|
-
type DialogHeaderProps = React.
|
|
29
|
+
type DialogHeaderProps = React.ComponentProps<"div">;
|
|
29
30
|
declare function DialogHeader({ className, ...props }: DialogHeaderProps): react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
type DialogFooterProps = React.
|
|
32
|
+
type DialogFooterProps = React.ComponentProps<"div">;
|
|
32
33
|
declare function DialogFooter({ className, ...props }: DialogFooterProps): react_jsx_runtime.JSX.Element;
|
|
33
34
|
|
|
34
35
|
type DialogTitleProps = React.ComponentProps<typeof Dialog$1.Title>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-
|
|
1
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../../chunk-5Q3H4MOX.js';
|
|
2
2
|
import '../../chunk-ZD2QRAOX.js';
|
|
3
3
|
import '../../chunk-BYXBJQAS.js';
|