@szum-tech/design-system 3.15.0 → 3.16.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-3MH6P44N.js → chunk-3DP3VMPN.js} +1 -1
- package/dist/{chunk-XJIUGEPN.js → chunk-A72LE53B.js} +1 -1
- package/dist/{chunk-UIOBJSKZ.cjs → chunk-DUAM4RTP.cjs} +1 -1
- package/dist/{chunk-XY3ZNUWR.cjs → chunk-F7NFSDOD.cjs} +17 -4
- package/dist/{chunk-DTYX7CYN.cjs → chunk-HPICKLBZ.cjs} +2 -2
- package/dist/chunk-KTAIBRTH.cjs +10 -0
- package/dist/{chunk-KGGCA634.js → chunk-L2TRMQNN.js} +1 -1
- package/dist/{chunk-PTZVUZNQ.cjs → chunk-MFTNHVPZ.cjs} +556 -5
- package/dist/chunk-NXEZE7LG.js +15 -0
- package/dist/{chunk-OH323B3O.js → chunk-OIM2X2NK.js} +531 -5
- package/dist/chunk-OXZQGDTR.js +208 -0
- package/dist/{chunk-4IGU5SVP.js → chunk-P4IL77YC.js} +16 -4
- package/dist/{chunk-CAIAZGSW.cjs → chunk-RKFU4DS3.cjs} +2 -2
- package/dist/chunk-SHPJGB2L.cjs +19 -0
- package/dist/{chunk-CFJ44JVK.cjs → chunk-UNOMGKAZ.cjs} +2 -2
- package/dist/{chunk-Q2MJKFIE.js → chunk-WCQ5WKCQ.js} +1 -1
- package/dist/chunk-X7WREEFD.js +8 -0
- package/dist/chunk-YBFG2IRJ.cjs +225 -0
- package/dist/components/badge-overflow/index.cjs +2 -2
- package/dist/components/badge-overflow/index.js +1 -1
- package/dist/components/button/index.cjs +19 -16
- package/dist/components/button/index.js +18 -15
- package/dist/components/carousel/index.cjs +20 -17
- package/dist/components/carousel/index.js +18 -15
- package/dist/components/collapsible/index.cjs +18 -0
- package/dist/components/collapsible/index.d.cts +12 -0
- package/dist/components/collapsible/index.d.ts +12 -0
- package/dist/components/collapsible/index.js +1 -0
- package/dist/components/color-picker/index.cjs +29 -26
- package/dist/components/color-picker/index.js +18 -15
- package/dist/components/dropdown-menu/index.cjs +71 -0
- package/dist/components/dropdown-menu/index.d.cts +67 -0
- package/dist/components/dropdown-menu/index.d.ts +67 -0
- package/dist/components/dropdown-menu/index.js +2 -0
- package/dist/components/field/index.cjs +12 -12
- package/dist/components/field/index.js +2 -2
- package/dist/components/index.cjs +332 -149
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +18 -15
- package/dist/components/item/index.cjs +12 -12
- package/dist/components/item/index.js +2 -2
- package/dist/components/masonry/index.cjs +4 -4
- package/dist/components/masonry/index.js +2 -2
- package/dist/components/separator/index.cjs +2 -2
- package/dist/components/separator/index.js +1 -1
- package/dist/components/sidebar/index.cjs +148 -0
- package/dist/components/sidebar/index.d.cts +135 -0
- package/dist/components/sidebar/index.d.ts +135 -0
- package/dist/components/sidebar/index.js +43 -0
- package/dist/components/skeleton/index.cjs +11 -0
- package/dist/components/skeleton/index.d.cts +7 -0
- package/dist/components/skeleton/index.d.ts +7 -0
- package/dist/components/skeleton/index.js +2 -0
- package/dist/components/stepper/index.cjs +37 -34
- package/dist/components/stepper/index.js +18 -15
- package/dist/components/timeline/index.cjs +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/toaster/index.cjs +20 -17
- package/dist/components/toaster/index.js +18 -15
- package/dist/components/tooltip/index.d.cts +2 -4
- package/dist/components/tooltip/index.d.ts +2 -4
- package/dist/hooks/index.cjs +8 -4
- package/dist/hooks/index.d.cts +3 -1
- package/dist/hooks/index.d.ts +3 -1
- package/dist/hooks/index.js +1 -1
- package/dist/tooltip-content-DqtogPBq.d.cts +8 -0
- package/dist/tooltip-content-DqtogPBq.d.ts +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Button } from '../button/index.js';
|
|
4
|
+
import '../../color-picker.types-GI7dq2Ig.js';
|
|
5
|
+
import { Input } from '../input/index.js';
|
|
6
|
+
import { Separator } from '../separator/index.js';
|
|
7
|
+
import { T as TooltipContent } from '../../tooltip-content-DqtogPBq.js';
|
|
8
|
+
import { VariantProps } from 'class-variance-authority';
|
|
9
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
10
|
+
import 'radix-ui';
|
|
11
|
+
|
|
12
|
+
type SidebarProviderProps = React.ComponentProps<"div"> & {
|
|
13
|
+
defaultOpen?: boolean;
|
|
14
|
+
open?: boolean;
|
|
15
|
+
onOpenChange?: (open: boolean) => void;
|
|
16
|
+
};
|
|
17
|
+
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
type SidebarSide = "left" | "right";
|
|
20
|
+
type SidebarVariant = "sidebar" | "floating" | "inset";
|
|
21
|
+
type SidebarCollapsible = "offcanvas" | "icon" | "none";
|
|
22
|
+
|
|
23
|
+
type SidebarProps = React.ComponentProps<"div"> & {
|
|
24
|
+
side?: SidebarSide;
|
|
25
|
+
variant?: SidebarVariant;
|
|
26
|
+
collapsible?: SidebarCollapsible;
|
|
27
|
+
};
|
|
28
|
+
declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: SidebarProps): react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
type SidebarTriggerProps = React.ComponentProps<typeof Button>;
|
|
31
|
+
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps): react_jsx_runtime.JSX.Element;
|
|
32
|
+
|
|
33
|
+
type SidebarRailProps = React.ComponentProps<"button">;
|
|
34
|
+
declare function SidebarRail({ className, ...props }: SidebarRailProps): react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
type SidebarInsetProps = React.ComponentProps<"main">;
|
|
37
|
+
declare function SidebarInset({ className, ...props }: SidebarInsetProps): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
type SidebarInputProps = React.ComponentProps<typeof Input>;
|
|
40
|
+
declare function SidebarInput({ className, ...props }: SidebarInputProps): react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
type SidebarHeaderProps = React.ComponentProps<"div">;
|
|
43
|
+
declare function SidebarHeader({ className, ...props }: SidebarHeaderProps): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
type SidebarFooterProps = React.ComponentProps<"div">;
|
|
46
|
+
declare function SidebarFooter({ className, ...props }: SidebarFooterProps): react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
type SidebarSeparatorProps = React.ComponentProps<typeof Separator>;
|
|
49
|
+
declare function SidebarSeparator({ className, ...props }: SidebarSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
type SidebarContentProps = React.ComponentProps<"div">;
|
|
52
|
+
declare function SidebarContent({ className, ...props }: SidebarContentProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
type SidebarGroupProps = React.ComponentProps<"div">;
|
|
55
|
+
declare function SidebarGroup({ className, ...props }: SidebarGroupProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
type SidebarGroupLabelProps = React.ComponentProps<"div"> & {
|
|
58
|
+
asChild?: boolean;
|
|
59
|
+
};
|
|
60
|
+
declare function SidebarGroupLabel({ className, asChild, ...props }: SidebarGroupLabelProps): react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
62
|
+
type SidebarGroupActionProps = React.ComponentProps<"button"> & {
|
|
63
|
+
asChild?: boolean;
|
|
64
|
+
};
|
|
65
|
+
declare function SidebarGroupAction({ className, asChild, ...props }: SidebarGroupActionProps): react_jsx_runtime.JSX.Element;
|
|
66
|
+
|
|
67
|
+
type SidebarGroupContentProps = React.ComponentProps<"div">;
|
|
68
|
+
declare function SidebarGroupContent({ className, ...props }: SidebarGroupContentProps): react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
type SidebarMenuProps = React.ComponentProps<"ul">;
|
|
71
|
+
declare function SidebarMenu({ className, ...props }: SidebarMenuProps): react_jsx_runtime.JSX.Element;
|
|
72
|
+
|
|
73
|
+
type SidebarMenuItemProps = React.ComponentProps<"li">;
|
|
74
|
+
declare function SidebarMenuItem({ className, ...props }: SidebarMenuItemProps): react_jsx_runtime.JSX.Element;
|
|
75
|
+
|
|
76
|
+
declare const sidebarMenuButtonVariants: (props?: {
|
|
77
|
+
variant?: "outline" | "default";
|
|
78
|
+
size?: "default" | "sm" | "lg";
|
|
79
|
+
} & class_variance_authority_types.ClassProp) => string;
|
|
80
|
+
|
|
81
|
+
type SidebarMenuButtonCvaProps = VariantProps<typeof sidebarMenuButtonVariants>;
|
|
82
|
+
type SidebarMenuButtonVariantType = NonNullable<SidebarMenuButtonCvaProps["variant"]>;
|
|
83
|
+
type SidebarMenuButtonSizeType = NonNullable<SidebarMenuButtonCvaProps["size"]>;
|
|
84
|
+
|
|
85
|
+
type SidebarMenuButtonProps = React.ComponentProps<"button"> & {
|
|
86
|
+
asChild?: boolean;
|
|
87
|
+
isActive?: boolean;
|
|
88
|
+
variant?: SidebarMenuButtonVariantType;
|
|
89
|
+
size?: SidebarMenuButtonSizeType;
|
|
90
|
+
tooltip?: string | React.ComponentProps<typeof TooltipContent>;
|
|
91
|
+
};
|
|
92
|
+
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: SidebarMenuButtonProps): react_jsx_runtime.JSX.Element;
|
|
93
|
+
|
|
94
|
+
type SidebarMenuActionProps = React.ComponentProps<"button"> & {
|
|
95
|
+
asChild?: boolean;
|
|
96
|
+
showOnHover?: boolean;
|
|
97
|
+
};
|
|
98
|
+
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: SidebarMenuActionProps): react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
100
|
+
type SidebarMenuBadgeProps = React.ComponentProps<"div">;
|
|
101
|
+
declare function SidebarMenuBadge({ className, ...props }: SidebarMenuBadgeProps): react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
type SidebarMenuSkeletonProps = React.ComponentProps<"div"> & {
|
|
104
|
+
showIcon?: boolean;
|
|
105
|
+
};
|
|
106
|
+
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: SidebarMenuSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
108
|
+
type SidebarMenuSubProps = React.ComponentProps<"ul">;
|
|
109
|
+
declare function SidebarMenuSub({ className, ...props }: SidebarMenuSubProps): react_jsx_runtime.JSX.Element;
|
|
110
|
+
|
|
111
|
+
type SidebarMenuSubItemProps = React.ComponentProps<"li">;
|
|
112
|
+
declare function SidebarMenuSubItem({ className, ...props }: SidebarMenuSubItemProps): react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
type SidebarMenuSubButtonSize = "sm" | "md";
|
|
115
|
+
|
|
116
|
+
type SidebarMenuSubButtonProps = React.ComponentProps<"a"> & {
|
|
117
|
+
asChild?: boolean;
|
|
118
|
+
size?: SidebarMenuSubButtonSize;
|
|
119
|
+
isActive?: boolean;
|
|
120
|
+
};
|
|
121
|
+
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: SidebarMenuSubButtonProps): react_jsx_runtime.JSX.Element;
|
|
122
|
+
|
|
123
|
+
type SidebarContextValue = {
|
|
124
|
+
state: "expanded" | "collapsed";
|
|
125
|
+
open: boolean;
|
|
126
|
+
setOpen: (open: boolean | ((value: boolean) => boolean)) => void;
|
|
127
|
+
openMobile: boolean;
|
|
128
|
+
setOpenMobile: (open: boolean) => void;
|
|
129
|
+
isMobile: boolean;
|
|
130
|
+
toggleSidebar: () => void;
|
|
131
|
+
};
|
|
132
|
+
declare function useSidebarContext(consumerName: string): SidebarContextValue;
|
|
133
|
+
declare function useSidebar(): SidebarContextValue;
|
|
134
|
+
|
|
135
|
+
export { Sidebar, type SidebarCollapsible, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, type SidebarMenuButtonSizeType, type SidebarMenuButtonVariantType, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, type SidebarMenuSubButtonSize, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarSide, SidebarTrigger, type SidebarTriggerProps, type SidebarVariant, useSidebar, useSidebarContext };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, useSidebarContext } from '../../chunk-OIM2X2NK.js';
|
|
2
|
+
import '../../chunk-WMGJCB7O.js';
|
|
3
|
+
import '../../chunk-K5AURCK5.js';
|
|
4
|
+
import '../../chunk-IWF52DDE.js';
|
|
5
|
+
import '../../chunk-X5O7GP4S.js';
|
|
6
|
+
import '../../chunk-OCOCENE6.js';
|
|
7
|
+
import '../../chunk-OQCNPNPS.js';
|
|
8
|
+
import '../../chunk-VK2FJ65F.js';
|
|
9
|
+
import '../../chunk-U7XZJQ4O.js';
|
|
10
|
+
import '../../chunk-M7NIRB3U.js';
|
|
11
|
+
import '../../chunk-XKCLVPUC.js';
|
|
12
|
+
import '../../chunk-H5NHGMSQ.js';
|
|
13
|
+
import '../../chunk-X7WREEFD.js';
|
|
14
|
+
import '../../chunk-BUJO4FB6.js';
|
|
15
|
+
import '../../chunk-P5IUC7HJ.js';
|
|
16
|
+
import '../../chunk-S3ZUFD6U.js';
|
|
17
|
+
import '../../chunk-L2TRMQNN.js';
|
|
18
|
+
import '../../chunk-YUMKV5TH.js';
|
|
19
|
+
import '../../chunk-WCQ5WKCQ.js';
|
|
20
|
+
import '../../chunk-IZU3KULT.js';
|
|
21
|
+
import '../../chunk-PBEZZMAB.js';
|
|
22
|
+
import '../../chunk-4TRADSTP.js';
|
|
23
|
+
import '../../chunk-P4JIMFSL.js';
|
|
24
|
+
import '../../chunk-BTSHACKG.js';
|
|
25
|
+
import '../../chunk-OXZQGDTR.js';
|
|
26
|
+
import '../../chunk-HNRVLRMN.js';
|
|
27
|
+
import '../../chunk-3DP3VMPN.js';
|
|
28
|
+
import '../../chunk-A72LE53B.js';
|
|
29
|
+
import '../../chunk-I3RSTJP6.js';
|
|
30
|
+
import '../../chunk-VT5GDGZJ.js';
|
|
31
|
+
import '../../chunk-EOTQVIA5.js';
|
|
32
|
+
import '../../chunk-U3QKV7I4.js';
|
|
33
|
+
import '../../chunk-6BSR3O2J.js';
|
|
34
|
+
import '../../chunk-5F2Y65JH.js';
|
|
35
|
+
import '../../chunk-NXEZE7LG.js';
|
|
36
|
+
import '../../chunk-3RK5PCIC.js';
|
|
37
|
+
import '../../chunk-P4IL77YC.js';
|
|
38
|
+
import '../../chunk-G24PWQKG.js';
|
|
39
|
+
import '../../chunk-B7RHEMZH.js';
|
|
40
|
+
import '../../chunk-5MV54MWS.js';
|
|
41
|
+
import '../../chunk-5MJPZUTO.js';
|
|
42
|
+
import '../../chunk-XTKD76O5.js';
|
|
43
|
+
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type SkeletonProps = React.ComponentProps<"div">;
|
|
5
|
+
declare function Skeleton({ className, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
|
|
6
|
+
|
|
7
|
+
export { Skeleton, type SkeletonProps };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type SkeletonProps = React.ComponentProps<"div">;
|
|
5
|
+
declare function Skeleton({ className, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
|
|
6
|
+
|
|
7
|
+
export { Skeleton, type SkeletonProps };
|
|
@@ -1,39 +1,42 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMFTNHVPZ_cjs = require('../../chunk-MFTNHVPZ.cjs');
|
|
4
|
+
require('../../chunk-EUH466AL.cjs');
|
|
5
|
+
require('../../chunk-DGWBE2Y3.cjs');
|
|
6
|
+
require('../../chunk-GYXQUTWZ.cjs');
|
|
7
|
+
require('../../chunk-7OD2NBSV.cjs');
|
|
8
|
+
require('../../chunk-YEFLGE3L.cjs');
|
|
4
9
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
10
|
require('../../chunk-MNDQXDV4.cjs');
|
|
6
|
-
require('../../chunk-EUH466AL.cjs');
|
|
7
11
|
require('../../chunk-A7SBXO2Y.cjs');
|
|
8
|
-
require('../../chunk-
|
|
12
|
+
require('../../chunk-UJX74PFK.cjs');
|
|
13
|
+
require('../../chunk-6HX7ETL3.cjs');
|
|
9
14
|
require('../../chunk-375QAB65.cjs');
|
|
15
|
+
require('../../chunk-KTAIBRTH.cjs');
|
|
10
16
|
require('../../chunk-CL2C6STG.cjs');
|
|
11
17
|
require('../../chunk-3WSQRFUY.cjs');
|
|
12
|
-
require('../../chunk-
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-YEFLGE3L.cjs');
|
|
18
|
+
require('../../chunk-B4M7Q5KX.cjs');
|
|
19
|
+
require('../../chunk-UNOMGKAZ.cjs');
|
|
15
20
|
require('../../chunk-2WQJ36RD.cjs');
|
|
16
|
-
require('../../chunk-
|
|
21
|
+
require('../../chunk-RKFU4DS3.cjs');
|
|
17
22
|
require('../../chunk-GEDBA3JU.cjs');
|
|
18
23
|
require('../../chunk-TH44JYXB.cjs');
|
|
19
24
|
require('../../chunk-XENOUBSI.cjs');
|
|
20
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
21
|
-
require('../../chunk-UJX74PFK.cjs');
|
|
22
|
-
require('../../chunk-6HX7ETL3.cjs');
|
|
23
25
|
require('../../chunk-USIW3VT5.cjs');
|
|
24
26
|
require('../../chunk-VK5EX3OG.cjs');
|
|
27
|
+
require('../../chunk-YBFG2IRJ.cjs');
|
|
25
28
|
require('../../chunk-CXHDWIGF.cjs');
|
|
26
|
-
require('../../chunk-
|
|
27
|
-
require('../../chunk-
|
|
29
|
+
require('../../chunk-HPICKLBZ.cjs');
|
|
30
|
+
require('../../chunk-DUAM4RTP.cjs');
|
|
31
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
28
32
|
require('../../chunk-6X26XC6P.cjs');
|
|
29
33
|
require('../../chunk-OZSNSRLV.cjs');
|
|
30
|
-
require('../../chunk-B4M7Q5KX.cjs');
|
|
31
|
-
require('../../chunk-S3ANEJJ7.cjs');
|
|
32
34
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
33
35
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
34
36
|
require('../../chunk-HCHVDUI6.cjs');
|
|
37
|
+
require('../../chunk-SHPJGB2L.cjs');
|
|
35
38
|
require('../../chunk-ULEEQ723.cjs');
|
|
36
|
-
require('../../chunk-
|
|
39
|
+
require('../../chunk-F7NFSDOD.cjs');
|
|
37
40
|
require('../../chunk-N4TYSZSU.cjs');
|
|
38
41
|
require('../../chunk-X3ZT3KGX.cjs');
|
|
39
42
|
require('../../chunk-3GNVQFCK.cjs');
|
|
@@ -45,77 +48,77 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
45
48
|
|
|
46
49
|
Object.defineProperty(exports, "Stepper", {
|
|
47
50
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkMFTNHVPZ_cjs.Stepper; }
|
|
49
52
|
});
|
|
50
53
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
51
54
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperActivationMode; }
|
|
53
56
|
});
|
|
54
57
|
Object.defineProperty(exports, "StepperContent", {
|
|
55
58
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperContent; }
|
|
57
60
|
});
|
|
58
61
|
Object.defineProperty(exports, "StepperDataState", {
|
|
59
62
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperDataState; }
|
|
61
64
|
});
|
|
62
65
|
Object.defineProperty(exports, "StepperDescription", {
|
|
63
66
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperDescription; }
|
|
65
68
|
});
|
|
66
69
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
67
70
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperFocusIntent; }
|
|
69
72
|
});
|
|
70
73
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
71
74
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperIndicator; }
|
|
73
76
|
});
|
|
74
77
|
Object.defineProperty(exports, "StepperItem", {
|
|
75
78
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperItem; }
|
|
77
80
|
});
|
|
78
81
|
Object.defineProperty(exports, "StepperNav", {
|
|
79
82
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperNav; }
|
|
81
84
|
});
|
|
82
85
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
83
86
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperNavigationDirection; }
|
|
85
88
|
});
|
|
86
89
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
87
90
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperNextTrigger; }
|
|
89
92
|
});
|
|
90
93
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
91
94
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperOrientation; }
|
|
93
96
|
});
|
|
94
97
|
Object.defineProperty(exports, "StepperPanel", {
|
|
95
98
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperPanel; }
|
|
97
100
|
});
|
|
98
101
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
99
102
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperPrevTrigger; }
|
|
101
104
|
});
|
|
102
105
|
Object.defineProperty(exports, "StepperTitle", {
|
|
103
106
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperTitle; }
|
|
105
108
|
});
|
|
106
109
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
107
110
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkMFTNHVPZ_cjs.StepperTrigger; }
|
|
109
112
|
});
|
|
110
113
|
Object.defineProperty(exports, "useStepperContext", {
|
|
111
114
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkMFTNHVPZ_cjs.useStepperContext; }
|
|
113
116
|
});
|
|
114
117
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
115
118
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkMFTNHVPZ_cjs.useStepperFocusContext; }
|
|
117
120
|
});
|
|
118
121
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
119
122
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkMFTNHVPZ_cjs.useStepperItemContext; }
|
|
121
124
|
});
|
|
@@ -1,37 +1,40 @@
|
|
|
1
|
-
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-
|
|
1
|
+
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-OIM2X2NK.js';
|
|
2
|
+
import '../../chunk-WMGJCB7O.js';
|
|
3
|
+
import '../../chunk-K5AURCK5.js';
|
|
4
|
+
import '../../chunk-IWF52DDE.js';
|
|
5
|
+
import '../../chunk-X5O7GP4S.js';
|
|
6
|
+
import '../../chunk-OCOCENE6.js';
|
|
2
7
|
import '../../chunk-OQCNPNPS.js';
|
|
3
8
|
import '../../chunk-VK2FJ65F.js';
|
|
4
|
-
import '../../chunk-WMGJCB7O.js';
|
|
5
9
|
import '../../chunk-U7XZJQ4O.js';
|
|
6
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-M7NIRB3U.js';
|
|
11
|
+
import '../../chunk-XKCLVPUC.js';
|
|
7
12
|
import '../../chunk-H5NHGMSQ.js';
|
|
13
|
+
import '../../chunk-X7WREEFD.js';
|
|
8
14
|
import '../../chunk-BUJO4FB6.js';
|
|
9
15
|
import '../../chunk-P5IUC7HJ.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-OCOCENE6.js';
|
|
16
|
+
import '../../chunk-S3ZUFD6U.js';
|
|
17
|
+
import '../../chunk-L2TRMQNN.js';
|
|
13
18
|
import '../../chunk-YUMKV5TH.js';
|
|
14
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-WCQ5WKCQ.js';
|
|
15
20
|
import '../../chunk-IZU3KULT.js';
|
|
16
21
|
import '../../chunk-PBEZZMAB.js';
|
|
17
22
|
import '../../chunk-4TRADSTP.js';
|
|
18
|
-
import '../../chunk-KGGCA634.js';
|
|
19
|
-
import '../../chunk-M7NIRB3U.js';
|
|
20
|
-
import '../../chunk-XKCLVPUC.js';
|
|
21
23
|
import '../../chunk-P4JIMFSL.js';
|
|
22
24
|
import '../../chunk-BTSHACKG.js';
|
|
25
|
+
import '../../chunk-OXZQGDTR.js';
|
|
23
26
|
import '../../chunk-HNRVLRMN.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-3DP3VMPN.js';
|
|
28
|
+
import '../../chunk-A72LE53B.js';
|
|
29
|
+
import '../../chunk-I3RSTJP6.js';
|
|
26
30
|
import '../../chunk-VT5GDGZJ.js';
|
|
27
31
|
import '../../chunk-EOTQVIA5.js';
|
|
28
|
-
import '../../chunk-S3ZUFD6U.js';
|
|
29
|
-
import '../../chunk-I3RSTJP6.js';
|
|
30
32
|
import '../../chunk-U3QKV7I4.js';
|
|
31
33
|
import '../../chunk-6BSR3O2J.js';
|
|
32
34
|
import '../../chunk-5F2Y65JH.js';
|
|
35
|
+
import '../../chunk-NXEZE7LG.js';
|
|
33
36
|
import '../../chunk-3RK5PCIC.js';
|
|
34
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-P4IL77YC.js';
|
|
35
38
|
import '../../chunk-G24PWQKG.js';
|
|
36
39
|
import '../../chunk-B7RHEMZH.js';
|
|
37
40
|
import '../../chunk-5MV54MWS.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../../chunk-VK2FJ65F.js';
|
|
2
|
-
import '../../chunk-
|
|
2
|
+
import '../../chunk-P4IL77YC.js';
|
|
3
3
|
import '../../chunk-G24PWQKG.js';
|
|
4
4
|
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -1,39 +1,42 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMFTNHVPZ_cjs = require('../../chunk-MFTNHVPZ.cjs');
|
|
4
|
+
require('../../chunk-EUH466AL.cjs');
|
|
5
|
+
require('../../chunk-DGWBE2Y3.cjs');
|
|
6
|
+
require('../../chunk-GYXQUTWZ.cjs');
|
|
7
|
+
require('../../chunk-7OD2NBSV.cjs');
|
|
8
|
+
require('../../chunk-YEFLGE3L.cjs');
|
|
4
9
|
require('../../chunk-NU5UQPBX.cjs');
|
|
5
10
|
require('../../chunk-MNDQXDV4.cjs');
|
|
6
|
-
require('../../chunk-EUH466AL.cjs');
|
|
7
11
|
require('../../chunk-A7SBXO2Y.cjs');
|
|
8
|
-
require('../../chunk-
|
|
12
|
+
require('../../chunk-UJX74PFK.cjs');
|
|
13
|
+
require('../../chunk-6HX7ETL3.cjs');
|
|
9
14
|
require('../../chunk-375QAB65.cjs');
|
|
15
|
+
require('../../chunk-KTAIBRTH.cjs');
|
|
10
16
|
require('../../chunk-CL2C6STG.cjs');
|
|
11
17
|
require('../../chunk-3WSQRFUY.cjs');
|
|
12
|
-
require('../../chunk-
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-YEFLGE3L.cjs');
|
|
18
|
+
require('../../chunk-B4M7Q5KX.cjs');
|
|
19
|
+
require('../../chunk-UNOMGKAZ.cjs');
|
|
15
20
|
require('../../chunk-2WQJ36RD.cjs');
|
|
16
|
-
require('../../chunk-
|
|
21
|
+
require('../../chunk-RKFU4DS3.cjs');
|
|
17
22
|
require('../../chunk-GEDBA3JU.cjs');
|
|
18
23
|
require('../../chunk-TH44JYXB.cjs');
|
|
19
24
|
require('../../chunk-XENOUBSI.cjs');
|
|
20
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
21
|
-
require('../../chunk-UJX74PFK.cjs');
|
|
22
|
-
require('../../chunk-6HX7ETL3.cjs');
|
|
23
25
|
require('../../chunk-USIW3VT5.cjs');
|
|
24
26
|
require('../../chunk-VK5EX3OG.cjs');
|
|
27
|
+
require('../../chunk-YBFG2IRJ.cjs');
|
|
25
28
|
require('../../chunk-CXHDWIGF.cjs');
|
|
26
|
-
require('../../chunk-
|
|
27
|
-
require('../../chunk-
|
|
29
|
+
require('../../chunk-HPICKLBZ.cjs');
|
|
30
|
+
require('../../chunk-DUAM4RTP.cjs');
|
|
31
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
28
32
|
require('../../chunk-6X26XC6P.cjs');
|
|
29
33
|
require('../../chunk-OZSNSRLV.cjs');
|
|
30
|
-
require('../../chunk-B4M7Q5KX.cjs');
|
|
31
|
-
require('../../chunk-S3ANEJJ7.cjs');
|
|
32
34
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
33
35
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
34
36
|
require('../../chunk-HCHVDUI6.cjs');
|
|
37
|
+
require('../../chunk-SHPJGB2L.cjs');
|
|
35
38
|
require('../../chunk-ULEEQ723.cjs');
|
|
36
|
-
require('../../chunk-
|
|
39
|
+
require('../../chunk-F7NFSDOD.cjs');
|
|
37
40
|
require('../../chunk-N4TYSZSU.cjs');
|
|
38
41
|
require('../../chunk-X3ZT3KGX.cjs');
|
|
39
42
|
require('../../chunk-3GNVQFCK.cjs');
|
|
@@ -45,9 +48,9 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
45
48
|
|
|
46
49
|
Object.defineProperty(exports, "Toaster", {
|
|
47
50
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkMFTNHVPZ_cjs.Toaster; }
|
|
49
52
|
});
|
|
50
53
|
Object.defineProperty(exports, "toast", {
|
|
51
54
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkMFTNHVPZ_cjs.toast; }
|
|
53
56
|
});
|
|
@@ -1,37 +1,40 @@
|
|
|
1
|
-
export { Toaster, toast } from '../../chunk-
|
|
1
|
+
export { Toaster, toast } from '../../chunk-OIM2X2NK.js';
|
|
2
|
+
import '../../chunk-WMGJCB7O.js';
|
|
3
|
+
import '../../chunk-K5AURCK5.js';
|
|
4
|
+
import '../../chunk-IWF52DDE.js';
|
|
5
|
+
import '../../chunk-X5O7GP4S.js';
|
|
6
|
+
import '../../chunk-OCOCENE6.js';
|
|
2
7
|
import '../../chunk-OQCNPNPS.js';
|
|
3
8
|
import '../../chunk-VK2FJ65F.js';
|
|
4
|
-
import '../../chunk-WMGJCB7O.js';
|
|
5
9
|
import '../../chunk-U7XZJQ4O.js';
|
|
6
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-M7NIRB3U.js';
|
|
11
|
+
import '../../chunk-XKCLVPUC.js';
|
|
7
12
|
import '../../chunk-H5NHGMSQ.js';
|
|
13
|
+
import '../../chunk-X7WREEFD.js';
|
|
8
14
|
import '../../chunk-BUJO4FB6.js';
|
|
9
15
|
import '../../chunk-P5IUC7HJ.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-OCOCENE6.js';
|
|
16
|
+
import '../../chunk-S3ZUFD6U.js';
|
|
17
|
+
import '../../chunk-L2TRMQNN.js';
|
|
13
18
|
import '../../chunk-YUMKV5TH.js';
|
|
14
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-WCQ5WKCQ.js';
|
|
15
20
|
import '../../chunk-IZU3KULT.js';
|
|
16
21
|
import '../../chunk-PBEZZMAB.js';
|
|
17
22
|
import '../../chunk-4TRADSTP.js';
|
|
18
|
-
import '../../chunk-KGGCA634.js';
|
|
19
|
-
import '../../chunk-M7NIRB3U.js';
|
|
20
|
-
import '../../chunk-XKCLVPUC.js';
|
|
21
23
|
import '../../chunk-P4JIMFSL.js';
|
|
22
24
|
import '../../chunk-BTSHACKG.js';
|
|
25
|
+
import '../../chunk-OXZQGDTR.js';
|
|
23
26
|
import '../../chunk-HNRVLRMN.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-3DP3VMPN.js';
|
|
28
|
+
import '../../chunk-A72LE53B.js';
|
|
29
|
+
import '../../chunk-I3RSTJP6.js';
|
|
26
30
|
import '../../chunk-VT5GDGZJ.js';
|
|
27
31
|
import '../../chunk-EOTQVIA5.js';
|
|
28
|
-
import '../../chunk-S3ZUFD6U.js';
|
|
29
|
-
import '../../chunk-I3RSTJP6.js';
|
|
30
32
|
import '../../chunk-U3QKV7I4.js';
|
|
31
33
|
import '../../chunk-6BSR3O2J.js';
|
|
32
34
|
import '../../chunk-5F2Y65JH.js';
|
|
35
|
+
import '../../chunk-NXEZE7LG.js';
|
|
33
36
|
import '../../chunk-3RK5PCIC.js';
|
|
34
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-P4IL77YC.js';
|
|
35
38
|
import '../../chunk-G24PWQKG.js';
|
|
36
39
|
import '../../chunk-B7RHEMZH.js';
|
|
37
40
|
import '../../chunk-5MV54MWS.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { Tooltip as Tooltip$1 } from 'radix-ui';
|
|
4
|
+
export { T as TooltipContent, a as TooltipContentProps } from '../../tooltip-content-DqtogPBq.cjs';
|
|
4
5
|
|
|
5
6
|
type TooltipProps = React.ComponentProps<typeof Tooltip$1.Root>;
|
|
6
7
|
declare function Tooltip(props: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
@@ -8,7 +9,4 @@ declare function Tooltip(props: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
|
8
9
|
type TooltipTriggerProps = React.ComponentProps<typeof Tooltip$1.Trigger>;
|
|
9
10
|
declare function TooltipTrigger(props: TooltipTriggerProps): react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
type
|
|
12
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }: TooltipContentProps): react_jsx_runtime.JSX.Element;
|
|
13
|
-
|
|
14
|
-
export { Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipTrigger, type TooltipTriggerProps };
|
|
12
|
+
export { Tooltip, type TooltipProps, TooltipTrigger, type TooltipTriggerProps };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { Tooltip as Tooltip$1 } from 'radix-ui';
|
|
4
|
+
export { T as TooltipContent, a as TooltipContentProps } from '../../tooltip-content-DqtogPBq.js';
|
|
4
5
|
|
|
5
6
|
type TooltipProps = React.ComponentProps<typeof Tooltip$1.Root>;
|
|
6
7
|
declare function Tooltip(props: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
@@ -8,7 +9,4 @@ declare function Tooltip(props: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
|
8
9
|
type TooltipTriggerProps = React.ComponentProps<typeof Tooltip$1.Trigger>;
|
|
9
10
|
declare function TooltipTrigger(props: TooltipTriggerProps): react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
type
|
|
12
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }: TooltipContentProps): react_jsx_runtime.JSX.Element;
|
|
13
|
-
|
|
14
|
-
export { Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipTrigger, type TooltipTriggerProps };
|
|
12
|
+
export { Tooltip, type TooltipProps, TooltipTrigger, type TooltipTriggerProps };
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkF7NFSDOD_cjs = require('../chunk-F7NFSDOD.cjs');
|
|
4
4
|
var chunkN4TYSZSU_cjs = require('../chunk-N4TYSZSU.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "composeRefs", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkF7NFSDOD_cjs.composeRefs; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "useComposedRefs", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkF7NFSDOD_cjs.useComposedRefs; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "useIsMobile", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkF7NFSDOD_cjs.useIsMobile; }
|
|
15
19
|
});
|
|
16
20
|
Object.defineProperty(exports, "useValidationLog", {
|
|
17
21
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkF7NFSDOD_cjs.useValidationLog; }
|
|
19
23
|
});
|
|
20
24
|
Object.defineProperty(exports, "useAsRef", {
|
|
21
25
|
enumerable: true,
|
package/dist/hooks/index.d.cts
CHANGED
|
@@ -25,4 +25,6 @@ declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallbac
|
|
|
25
25
|
|
|
26
26
|
declare function useAsRef<T>(props: T): React.RefObject<T>;
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
declare function useIsMobile(): boolean;
|
|
29
|
+
|
|
30
|
+
export { composeRefs, useAsRef, useComposedRefs, useIsMobile, useIsomorphicLayoutEffect, useLazyRef, useValidationLog };
|