@vuer-ai/vuer-uikit 0.0.27 → 0.0.28
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-ZTNXAV64.js → chunk-3ZFILFNB.js} +4 -4
- package/dist/{chunk-Q3GXSHJV.mjs → chunk-4QERYDMC.mjs} +3 -3
- package/dist/{chunk-5TVG5JK5.js → chunk-5CENHVP3.js} +18 -0
- package/dist/chunk-7DRJLKR6.js +38 -0
- package/dist/{chunk-ZRJ5JCVG.mjs → chunk-7LDFQGYF.mjs} +1 -1
- package/dist/chunk-BAAW5VSE.js +142 -0
- package/dist/{chunk-G6PRZVSE.mjs → chunk-D6HWHISR.mjs} +18 -0
- package/dist/{chunk-CCGCEN7Z.js → chunk-EMHRYI5O.js} +1 -1
- package/dist/chunk-KMIPKXV2.mjs +108 -0
- package/dist/chunk-SBHPTJE4.mjs +29 -0
- package/dist/{chunk-LHWH4GP5.mjs → chunk-YIBD2FEV.mjs} +1 -1
- package/dist/{chunk-OO7LYJQL.js → chunk-Z3LP6DAV.js} +1 -1
- package/dist/highlight-cursor/cursor-context.d.mts +2 -2
- package/dist/highlight-cursor/cursor-context.d.ts +2 -2
- package/dist/highlight-cursor/enhanced-components.d.mts +4 -4
- package/dist/highlight-cursor/enhanced-components.d.ts +4 -4
- package/dist/highlight-cursor/enhanced-components.js +11 -10
- package/dist/highlight-cursor/enhanced-components.mjs +6 -5
- package/dist/highlight-cursor/index.js +11 -10
- package/dist/highlight-cursor/index.mjs +6 -5
- package/dist/highlight-cursor/with-cursor.d.mts +2 -2
- package/dist/highlight-cursor/with-cursor.d.ts +2 -2
- package/dist/index.css +1 -1
- package/dist/index.d.mts +8 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.js +167 -122
- package/dist/index.mjs +21 -20
- package/dist/styles/theme.css +1 -1
- package/dist/ui/avatar.d.mts +19 -6
- package/dist/ui/avatar.d.ts +19 -6
- package/dist/ui/avatar.js +31 -6
- package/dist/ui/avatar.mjs +3 -2
- package/dist/ui/badge.d.mts +2 -2
- package/dist/ui/badge.d.ts +2 -2
- package/dist/ui/badge.js +2 -1
- package/dist/ui/badge.mjs +2 -1
- package/dist/ui/button.d.mts +2 -2
- package/dist/ui/button.d.ts +2 -2
- package/dist/ui/button.js +2 -1
- package/dist/ui/button.mjs +2 -1
- package/dist/ui/card.js +2 -1
- package/dist/ui/card.mjs +2 -1
- package/dist/ui/checkbox.js +4 -3
- package/dist/ui/checkbox.mjs +3 -2
- package/dist/ui/collapsible.js +2 -1
- package/dist/ui/collapsible.mjs +2 -1
- package/dist/ui/drawer.d.mts +16 -0
- package/dist/ui/drawer.d.ts +16 -0
- package/dist/ui/drawer.js +2 -1
- package/dist/ui/drawer.mjs +2 -1
- package/dist/ui/dropdown.js +2 -1
- package/dist/ui/dropdown.mjs +2 -1
- package/dist/ui/index.d.mts +7 -3
- package/dist/ui/index.d.ts +7 -3
- package/dist/ui/index.js +135 -106
- package/dist/ui/index.mjs +19 -18
- package/dist/ui/input-numbers.d.mts +2 -2
- package/dist/ui/input-numbers.d.ts +2 -2
- package/dist/ui/input-numbers.js +2 -1
- package/dist/ui/input-numbers.mjs +2 -1
- package/dist/ui/input.d.mts +4 -4
- package/dist/ui/input.d.ts +4 -4
- package/dist/ui/input.js +2 -1
- package/dist/ui/input.mjs +2 -1
- package/dist/ui/layout.js +2 -1
- package/dist/ui/layout.mjs +2 -1
- package/dist/ui/modal.js +2 -1
- package/dist/ui/modal.mjs +2 -1
- package/dist/ui/popover.js +2 -1
- package/dist/ui/popover.mjs +2 -1
- package/dist/ui/radio-group.js +2 -1
- package/dist/ui/radio-group.mjs +2 -1
- package/dist/ui/select.d.mts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/select.js +2 -1
- package/dist/ui/select.mjs +2 -1
- package/dist/ui/slider.d.mts +2 -2
- package/dist/ui/slider.d.ts +2 -2
- package/dist/ui/slider.js +2 -1
- package/dist/ui/slider.mjs +2 -1
- package/dist/ui/switch.js +2 -1
- package/dist/ui/switch.mjs +2 -1
- package/dist/ui/tabs.js +2 -1
- package/dist/ui/tabs.mjs +2 -1
- package/dist/ui/textarea.d.mts +1 -1
- package/dist/ui/textarea.d.ts +1 -1
- package/dist/ui/textarea.js +2 -1
- package/dist/ui/textarea.mjs +2 -1
- package/dist/ui/theme/ThemeProvider.d.mts +8 -0
- package/dist/ui/theme/ThemeProvider.d.ts +8 -0
- package/dist/ui/theme/ThemeProvider.js +15 -0
- package/dist/ui/theme/ThemeProvider.mjs +2 -0
- package/dist/ui/theme/index.d.mts +5 -0
- package/dist/ui/theme/index.d.ts +5 -0
- package/dist/ui/theme/index.js +20 -0
- package/dist/ui/theme/index.mjs +3 -0
- package/dist/ui/theme/themeScript.d.mts +19 -0
- package/dist/ui/theme/themeScript.d.ts +19 -0
- package/dist/ui/theme/themeScript.js +10 -0
- package/dist/ui/theme/themeScript.mjs +1 -0
- package/dist/ui/theme/types.d.mts +47 -0
- package/dist/ui/theme/types.d.ts +47 -0
- package/dist/ui/timeline.d.mts +23 -10
- package/dist/ui/timeline.d.ts +23 -10
- package/dist/ui/timeline.js +2 -1
- package/dist/ui/timeline.mjs +2 -1
- package/dist/ui/toggle-group.js +2 -1
- package/dist/ui/toggle-group.mjs +2 -1
- package/dist/ui/toggle.js +2 -1
- package/dist/ui/toggle.mjs +2 -1
- package/dist/ui/tooltip.js +2 -1
- package/dist/ui/tooltip.mjs +2 -1
- package/dist/ui/tree-view-v2.js +2 -1
- package/dist/ui/tree-view-v2.mjs +2 -1
- package/dist/ui/tree-view.d.mts +3 -3
- package/dist/ui/tree-view.d.ts +3 -3
- package/dist/ui/tree-view.js +2 -1
- package/dist/ui/tree-view.mjs +2 -1
- package/dist/ui/version-badge.js +4 -3
- package/dist/ui/version-badge.mjs +3 -2
- package/dist/utils/client-only.d.mts +27 -0
- package/dist/utils/client-only.d.ts +27 -0
- package/dist/utils/client-only.js +22 -0
- package/dist/utils/client-only.mjs +1 -0
- package/dist/utils/index.d.mts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +18 -1
- package/dist/utils/index.mjs +2 -1
- package/package.json +3 -2
- package/src/index.css +1 -1
- package/src/ui/avatar.tsx +72 -37
- package/src/ui/checkbox.tsx +18 -1
- package/src/ui/index.ts +1 -1
- package/src/ui/{theme-context/theme-context.tsx → theme/ThemeProvider.tsx} +2 -2
- package/src/ui/theme/index.ts +4 -0
- package/src/ui/{theme-context/theme-script.tsx → theme/themeScript.tsx} +8 -2
- package/src/utils/client-only.ts +54 -0
- package/src/utils/index.ts +1 -0
- package/dist/chunk-2TRYGIGT.mjs +0 -76
- package/dist/chunk-2YCL2ET2.js +0 -431
- package/dist/chunk-5SR53QBZ.js +0 -143
- package/dist/chunk-6N5422RT.js +0 -110
- package/dist/chunk-6RTJSAVW.js +0 -202
- package/dist/chunk-ALTUOIWV.mjs +0 -15
- package/dist/chunk-AOUGWGQR.js +0 -609
- package/dist/chunk-AQXAGOYO.js +0 -107
- package/dist/chunk-B2E7AY66.mjs +0 -86
- package/dist/chunk-DYT2FBW5.mjs +0 -79
- package/dist/chunk-DZ4J7I7I.mjs +0 -114
- package/dist/chunk-E33MW663.js +0 -179
- package/dist/chunk-EOFYA6CS.js +0 -53
- package/dist/chunk-EUY74AXP.mjs +0 -341
- package/dist/chunk-EYIFKSU2.mjs +0 -259
- package/dist/chunk-F776EMXP.mjs +0 -82
- package/dist/chunk-FEYQ2OWB.mjs +0 -39
- package/dist/chunk-FP26SRGL.js +0 -377
- package/dist/chunk-H5C3BWSK.mjs +0 -196
- package/dist/chunk-HLJ7PQA7.mjs +0 -15
- package/dist/chunk-IXHMIR5P.js +0 -131
- package/dist/chunk-JMPVDU2C.mjs +0 -110
- package/dist/chunk-LEPXSM36.mjs +0 -46
- package/dist/chunk-LKAGJL2E.mjs +0 -15
- package/dist/chunk-MRVMXKZO.mjs +0 -106
- package/dist/chunk-MZ4POL3U.js +0 -301
- package/dist/chunk-OQ237S4Z.js +0 -94
- package/dist/chunk-PIJM7ZII.js +0 -21
- package/dist/chunk-PVRQNCSJ.js +0 -49
- package/dist/chunk-Q5KEB4UK.mjs +0 -51
- package/dist/chunk-QVUX6LLD.mjs +0 -270
- package/dist/chunk-QYRRQ65X.mjs +0 -115
- package/dist/chunk-RTURVQIP.js +0 -41
- package/dist/chunk-SKO72K64.js +0 -118
- package/dist/chunk-TMBKCIVQ.mjs +0 -148
- package/dist/chunk-U2ZLDPOE.js +0 -261
- package/dist/chunk-U7SNLMJR.js +0 -110
- package/dist/chunk-UKFVRXAR.mjs +0 -409
- package/dist/chunk-V4KNORQN.js +0 -21
- package/dist/chunk-VXHM7V6F.mjs +0 -92
- package/dist/chunk-W7D57QE6.js +0 -21
- package/dist/chunk-WDUTW7HS.mjs +0 -87
- package/dist/chunk-WJ7T7FAH.js +0 -135
- package/dist/chunk-X55EAYE2.js +0 -94
- package/dist/chunk-YXDJPCAF.js +0 -99
- package/dist/chunk-ZVG2UKKC.mjs +0 -603
- package/dist/ui/theme-context/index.js +0 -16
- package/dist/ui/theme-context/index.mjs +0 -3
- package/dist/ui/theme-context/theme-context.js +0 -15
- package/dist/ui/theme-context/theme-context.mjs +0 -2
- package/dist/ui/theme-context/theme-script.js +0 -10
- package/dist/ui/theme-context/theme-script.mjs +0 -1
- package/dist/ui/theme-context/theme-types.js +0 -2
- package/dist/ui/theme-context/theme-types.mjs +0 -1
- package/dist/ui/theme-context.d.mts +0 -17
- package/dist/ui/theme-context.d.ts +0 -17
- package/dist/ui/theme-context.js +0 -17
- package/dist/ui/theme-context.mjs +0 -4
- package/src/ui/theme-context/index.ts +0 -3
- /package/dist/{chunk-4FOSHIMU.mjs → chunk-AMB2H6WS.mjs} +0 -0
- /package/dist/{chunk-F56ZKT7B.mjs → chunk-CMYR6AOY.mjs} +0 -0
- /package/dist/{chunk-N7CINZS2.js → chunk-IJ7QXNIJ.js} +0 -0
- /package/dist/{chunk-UOFJLQ72.js → chunk-Y2QBWXB4.js} +0 -0
- /package/dist/{chunk-XWS4SIB5.js → ui/theme/types.js} +0 -0
- /package/dist/{chunk-M4IVLZIH.mjs → ui/theme/types.mjs} +0 -0
- /package/src/ui/{theme-context/theme-types.ts → theme/types.ts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentType } from 'react';
|
|
3
3
|
import { EnhancedComponentProps } from './types.mjs';
|
|
4
4
|
|
|
5
|
-
declare function withCursor<P extends object>(Component: ComponentType<P>):
|
|
5
|
+
declare function withCursor<P extends object>(Component: ComponentType<P>): React.ForwardRefExoticComponent<React.PropsWithoutRef<EnhancedComponentProps<P>> & React.RefAttributes<HTMLElement>>;
|
|
6
6
|
|
|
7
7
|
export { withCursor };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { ComponentType } from 'react';
|
|
3
3
|
import { EnhancedComponentProps } from './types.js';
|
|
4
4
|
|
|
5
|
-
declare function withCursor<P extends object>(Component: ComponentType<P>):
|
|
5
|
+
declare function withCursor<P extends object>(Component: ComponentType<P>): React.ForwardRefExoticComponent<React.PropsWithoutRef<EnhancedComponentProps<P>> & React.RefAttributes<HTMLElement>>;
|
|
6
6
|
|
|
7
7
|
export { withCursor };
|
package/dist/index.css
CHANGED
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
--shadow-tertiary: var(--black-alpha-6);
|
|
254
254
|
}
|
|
255
255
|
@custom-variant liquid (&:is(.liquiddark *, .liquidlight *));
|
|
256
|
-
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important;
|
|
256
|
+
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
|
|
257
257
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
258
258
|
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-xl: 18px; --text-uk-xxl: 20px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-xl: 28px; --leading-uk-xxl: 32px; }
|
|
259
259
|
.vk-toast,
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.mjs';
|
|
2
|
+
export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.mjs';
|
|
2
3
|
export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.mjs';
|
|
3
4
|
export { TreeDataItem, TreeView } from './ui/tree-view.mjs';
|
|
4
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.mjs';
|
|
5
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.mjs';
|
|
6
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.mjs';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.mjs';
|
|
7
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.mjs';
|
|
8
9
|
export { Toaster } from './ui/toast.mjs';
|
|
9
10
|
export { Textarea } from './ui/textarea.mjs';
|
|
@@ -25,9 +26,12 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
25
26
|
export { Slider, SliderProps } from './ui/slider.mjs';
|
|
26
27
|
export { Layout, LayoutProps } from './ui/layout.mjs';
|
|
27
28
|
export { VersionBadge } from './ui/version-badge.mjs';
|
|
28
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.mjs';
|
|
30
|
+
export { ThemeScript } from './ui/theme/themeScript.mjs';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.mjs';
|
|
29
32
|
export { cn } from './utils/cn.mjs';
|
|
30
33
|
export { useLocalStorage } from './utils/use-local-storage.mjs';
|
|
34
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './utils/client-only.mjs';
|
|
31
35
|
export { CursorProvider } from './highlight-cursor/cursor-provider.mjs';
|
|
32
36
|
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './highlight-cursor/enhanced-components.mjs';
|
|
33
37
|
export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.mjs';
|
|
@@ -35,6 +39,7 @@ export { withCursor } from './highlight-cursor/with-cursor.mjs';
|
|
|
35
39
|
export { toast } from 'sonner';
|
|
36
40
|
import 'react/jsx-runtime';
|
|
37
41
|
import 'react';
|
|
42
|
+
import 'vaul';
|
|
38
43
|
import '@radix-ui/react-dialog';
|
|
39
44
|
import '@radix-ui/react-popover';
|
|
40
45
|
import '@radix-ui/react-avatar';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.js';
|
|
2
|
+
export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.js';
|
|
2
3
|
export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.js';
|
|
3
4
|
export { TreeDataItem, TreeView } from './ui/tree-view.js';
|
|
4
5
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
|
|
5
6
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
|
|
6
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './ui/avatar.js';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.js';
|
|
7
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.js';
|
|
8
9
|
export { Toaster } from './ui/toast.js';
|
|
9
10
|
export { Textarea } from './ui/textarea.js';
|
|
@@ -25,9 +26,12 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
25
26
|
export { Slider, SliderProps } from './ui/slider.js';
|
|
26
27
|
export { Layout, LayoutProps } from './ui/layout.js';
|
|
27
28
|
export { VersionBadge } from './ui/version-badge.js';
|
|
28
|
-
export {
|
|
29
|
+
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.js';
|
|
30
|
+
export { ThemeScript } from './ui/theme/themeScript.js';
|
|
31
|
+
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.js';
|
|
29
32
|
export { cn } from './utils/cn.js';
|
|
30
33
|
export { useLocalStorage } from './utils/use-local-storage.js';
|
|
34
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './utils/client-only.js';
|
|
31
35
|
export { CursorProvider } from './highlight-cursor/cursor-provider.js';
|
|
32
36
|
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './highlight-cursor/enhanced-components.js';
|
|
33
37
|
export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.js';
|
|
@@ -35,6 +39,7 @@ export { withCursor } from './highlight-cursor/with-cursor.js';
|
|
|
35
39
|
export { toast } from 'sonner';
|
|
36
40
|
import 'react/jsx-runtime';
|
|
37
41
|
import 'react';
|
|
42
|
+
import 'vaul';
|
|
38
43
|
import '@radix-ui/react-dialog';
|
|
39
44
|
import '@radix-ui/react-popover';
|
|
40
45
|
import '@radix-ui/react-avatar';
|
package/dist/index.js
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-2TBYBUF4.js');
|
|
4
|
-
var
|
|
5
|
-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-CCGCEN7Z.js');
|
|
9
|
-
var chunkPIR7EZC6_js = require('./chunk-PIR7EZC6.js');
|
|
10
|
-
var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
|
|
4
|
+
var chunkZ3LP6DAV_js = require('./chunk-Z3LP6DAV.js');
|
|
5
|
+
require('./chunk-Y2QBWXB4.js');
|
|
6
|
+
var chunk3ZFILFNB_js = require('./chunk-3ZFILFNB.js');
|
|
7
|
+
var chunkEMHRYI5O_js = require('./chunk-EMHRYI5O.js');
|
|
11
8
|
var chunkQ42CNAC4_js = require('./chunk-Q42CNAC4.js');
|
|
12
|
-
var chunkTOXM5BPM_js = require('./chunk-TOXM5BPM.js');
|
|
13
|
-
var chunkKJV7RR25_js = require('./chunk-KJV7RR25.js');
|
|
14
9
|
var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
|
|
15
10
|
var chunkSAM2YZFC_js = require('./chunk-SAM2YZFC.js');
|
|
16
11
|
var chunkJSMQMGST_js = require('./chunk-JSMQMGST.js');
|
|
17
|
-
var
|
|
18
|
-
var
|
|
12
|
+
var chunkTOXM5BPM_js = require('./chunk-TOXM5BPM.js');
|
|
13
|
+
var chunkKJV7RR25_js = require('./chunk-KJV7RR25.js');
|
|
14
|
+
var chunkXPPJVYYS_js = require('./chunk-XPPJVYYS.js');
|
|
19
15
|
var chunkYLYNNT5Q_js = require('./chunk-YLYNNT5Q.js');
|
|
20
16
|
var chunkIGBWUFZL_js = require('./chunk-IGBWUFZL.js');
|
|
21
17
|
var chunkVAXIFFOT_js = require('./chunk-VAXIFFOT.js');
|
|
22
18
|
var chunkN3VYENST_js = require('./chunk-N3VYENST.js');
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
19
|
+
var chunkPIR7EZC6_js = require('./chunk-PIR7EZC6.js');
|
|
20
|
+
var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
|
|
21
|
+
var chunk5CENHVP3_js = require('./chunk-5CENHVP3.js');
|
|
26
22
|
var chunk2JCULHBM_js = require('./chunk-2JCULHBM.js');
|
|
27
23
|
var chunk5F36YBKG_js = require('./chunk-5F36YBKG.js');
|
|
28
24
|
var chunkS3TZN6HZ_js = require('./chunk-S3TZN6HZ.js');
|
|
29
|
-
var
|
|
25
|
+
var chunkGGMVWSL5_js = require('./chunk-GGMVWSL5.js');
|
|
26
|
+
var chunkY5I2GI4V_js = require('./chunk-Y5I2GI4V.js');
|
|
27
|
+
var chunkBAAW5VSE_js = require('./chunk-BAAW5VSE.js');
|
|
28
|
+
var chunkEFIRD3FN_js = require('./chunk-EFIRD3FN.js');
|
|
29
|
+
var chunkFV2TIL2G_js = require('./chunk-FV2TIL2G.js');
|
|
30
30
|
require('./chunk-KJ42IGH6.js');
|
|
31
31
|
var chunkQEY7BWIR_js = require('./chunk-QEY7BWIR.js');
|
|
32
|
-
var
|
|
33
|
-
var chunk6SRDWLQJ_js = require('./chunk-6SRDWLQJ.js');
|
|
32
|
+
var chunk2TXGBB33_js = require('./chunk-2TXGBB33.js');
|
|
34
33
|
var chunk5OUTEHVX_js = require('./chunk-5OUTEHVX.js');
|
|
35
|
-
var chunkNP6VNT23_js = require('./chunk-NP6VNT23.js');
|
|
36
34
|
var chunkNQRO3NQX_js = require('./chunk-NQRO3NQX.js');
|
|
37
|
-
var
|
|
35
|
+
var chunk6SRDWLQJ_js = require('./chunk-6SRDWLQJ.js');
|
|
36
|
+
var chunkNP6VNT23_js = require('./chunk-NP6VNT23.js');
|
|
38
37
|
var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
|
|
39
|
-
require('./chunk-
|
|
38
|
+
var chunkXUKMVPUD_js = require('./chunk-XUKMVPUD.js');
|
|
39
|
+
require('./chunk-IJ7QXNIJ.js');
|
|
40
|
+
var chunk7DRJLKR6_js = require('./chunk-7DRJLKR6.js');
|
|
40
41
|
var chunkZX6K2A3O_js = require('./chunk-ZX6K2A3O.js');
|
|
41
42
|
var chunkXXWQ4RVP_js = require('./chunk-XXWQ4RVP.js');
|
|
42
43
|
require('./chunk-CLTLT5XW.js');
|
|
@@ -44,54 +45,26 @@ var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
|
|
|
44
45
|
|
|
45
46
|
|
|
46
47
|
|
|
47
|
-
Object.defineProperty(exports, "TreeView", {
|
|
48
|
-
enumerable: true,
|
|
49
|
-
get: function () { return chunkXPPJVYYS_js.TreeView; }
|
|
50
|
-
});
|
|
51
48
|
Object.defineProperty(exports, "VersionBadge", {
|
|
52
49
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkZ3LP6DAV_js.VersionBadge; }
|
|
54
51
|
});
|
|
55
52
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
56
53
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk3ZFILFNB_js.ThemeProvider; }
|
|
58
55
|
});
|
|
59
56
|
Object.defineProperty(exports, "useTheme", {
|
|
60
57
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk3ZFILFNB_js.useTheme; }
|
|
62
59
|
});
|
|
63
|
-
Object.defineProperty(exports, "
|
|
60
|
+
Object.defineProperty(exports, "ThemeScript", {
|
|
64
61
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
66
|
-
});
|
|
67
|
-
Object.defineProperty(exports, "Switch", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
get: function () { return chunkH5P4IX7R_js.Switch; }
|
|
62
|
+
get: function () { return chunkEMHRYI5O_js.ThemeScript; }
|
|
70
63
|
});
|
|
71
64
|
Object.defineProperty(exports, "Timeline", {
|
|
72
65
|
enumerable: true,
|
|
73
66
|
get: function () { return chunkQ42CNAC4_js.Timeline; }
|
|
74
67
|
});
|
|
75
|
-
Object.defineProperty(exports, "TreeViewV2", {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () { return chunkTOXM5BPM_js.TreeView; }
|
|
78
|
-
});
|
|
79
|
-
Object.defineProperty(exports, "Tooltip", {
|
|
80
|
-
enumerable: true,
|
|
81
|
-
get: function () { return chunkKJV7RR25_js.Tooltip; }
|
|
82
|
-
});
|
|
83
|
-
Object.defineProperty(exports, "TooltipContent", {
|
|
84
|
-
enumerable: true,
|
|
85
|
-
get: function () { return chunkKJV7RR25_js.TooltipContent; }
|
|
86
|
-
});
|
|
87
|
-
Object.defineProperty(exports, "TooltipProvider", {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function () { return chunkKJV7RR25_js.TooltipProvider; }
|
|
90
|
-
});
|
|
91
|
-
Object.defineProperty(exports, "TooltipTrigger", {
|
|
92
|
-
enumerable: true,
|
|
93
|
-
get: function () { return chunkKJV7RR25_js.TooltipTrigger; }
|
|
94
|
-
});
|
|
95
68
|
Object.defineProperty(exports, "Toaster", {
|
|
96
69
|
enumerable: true,
|
|
97
70
|
get: function () { return chunkQJR6MCTR_js.Toaster; }
|
|
@@ -116,13 +89,29 @@ Object.defineProperty(exports, "toggleVariants", {
|
|
|
116
89
|
enumerable: true,
|
|
117
90
|
get: function () { return chunkJSMQMGST_js.toggleVariants; }
|
|
118
91
|
});
|
|
119
|
-
Object.defineProperty(exports, "
|
|
92
|
+
Object.defineProperty(exports, "TreeViewV2", {
|
|
120
93
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkTOXM5BPM_js.TreeView; }
|
|
122
95
|
});
|
|
123
|
-
Object.defineProperty(exports, "
|
|
96
|
+
Object.defineProperty(exports, "Tooltip", {
|
|
124
97
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkKJV7RR25_js.Tooltip; }
|
|
99
|
+
});
|
|
100
|
+
Object.defineProperty(exports, "TooltipContent", {
|
|
101
|
+
enumerable: true,
|
|
102
|
+
get: function () { return chunkKJV7RR25_js.TooltipContent; }
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(exports, "TooltipProvider", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function () { return chunkKJV7RR25_js.TooltipProvider; }
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "TooltipTrigger", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () { return chunkKJV7RR25_js.TooltipTrigger; }
|
|
111
|
+
});
|
|
112
|
+
Object.defineProperty(exports, "TreeView", {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function () { return chunkXPPJVYYS_js.TreeView; }
|
|
126
115
|
});
|
|
127
116
|
Object.defineProperty(exports, "Modal", {
|
|
128
117
|
enumerable: true,
|
|
@@ -220,45 +209,17 @@ Object.defineProperty(exports, "SheetTrigger", {
|
|
|
220
209
|
enumerable: true,
|
|
221
210
|
get: function () { return chunkN3VYENST_js.SheetTrigger; }
|
|
222
211
|
});
|
|
223
|
-
Object.defineProperty(exports, "
|
|
224
|
-
enumerable: true,
|
|
225
|
-
get: function () { return chunkEFIRD3FN_js.Badge; }
|
|
226
|
-
});
|
|
227
|
-
Object.defineProperty(exports, "badgeVariants", {
|
|
228
|
-
enumerable: true,
|
|
229
|
-
get: function () { return chunkEFIRD3FN_js.badgeVariants; }
|
|
230
|
-
});
|
|
231
|
-
Object.defineProperty(exports, "Card", {
|
|
232
|
-
enumerable: true,
|
|
233
|
-
get: function () { return chunkFV2TIL2G_js.Card; }
|
|
234
|
-
});
|
|
235
|
-
Object.defineProperty(exports, "CardAction", {
|
|
236
|
-
enumerable: true,
|
|
237
|
-
get: function () { return chunkFV2TIL2G_js.CardAction; }
|
|
238
|
-
});
|
|
239
|
-
Object.defineProperty(exports, "CardContent", {
|
|
240
|
-
enumerable: true,
|
|
241
|
-
get: function () { return chunkFV2TIL2G_js.CardContent; }
|
|
242
|
-
});
|
|
243
|
-
Object.defineProperty(exports, "CardDescription", {
|
|
244
|
-
enumerable: true,
|
|
245
|
-
get: function () { return chunkFV2TIL2G_js.CardDescription; }
|
|
246
|
-
});
|
|
247
|
-
Object.defineProperty(exports, "CardFooter", {
|
|
248
|
-
enumerable: true,
|
|
249
|
-
get: function () { return chunkFV2TIL2G_js.CardFooter; }
|
|
250
|
-
});
|
|
251
|
-
Object.defineProperty(exports, "CardHeader", {
|
|
212
|
+
Object.defineProperty(exports, "Slider", {
|
|
252
213
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkPIR7EZC6_js.Slider; }
|
|
254
215
|
});
|
|
255
|
-
Object.defineProperty(exports, "
|
|
216
|
+
Object.defineProperty(exports, "Switch", {
|
|
256
217
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkH5P4IX7R_js.Switch; }
|
|
258
219
|
});
|
|
259
220
|
Object.defineProperty(exports, "Checkbox", {
|
|
260
221
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunk5CENHVP3_js.Checkbox; }
|
|
262
223
|
});
|
|
263
224
|
Object.defineProperty(exports, "Collapsible", {
|
|
264
225
|
enumerable: true,
|
|
@@ -372,73 +333,117 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
|
372
333
|
enumerable: true,
|
|
373
334
|
get: function () { return chunkS3TZN6HZ_js.DropdownMenuTrigger; }
|
|
374
335
|
});
|
|
336
|
+
Object.defineProperty(exports, "InputNumbers", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function () { return chunkGGMVWSL5_js.InputNumbers; }
|
|
339
|
+
});
|
|
340
|
+
Object.defineProperty(exports, "Layout", {
|
|
341
|
+
enumerable: true,
|
|
342
|
+
get: function () { return chunkY5I2GI4V_js.Layout; }
|
|
343
|
+
});
|
|
375
344
|
Object.defineProperty(exports, "Avatar", {
|
|
376
345
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunkBAAW5VSE_js.Avatar; }
|
|
378
347
|
});
|
|
379
348
|
Object.defineProperty(exports, "AvatarFallback", {
|
|
380
349
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallback; }
|
|
351
|
+
});
|
|
352
|
+
Object.defineProperty(exports, "AvatarFallbackRoot", {
|
|
353
|
+
enumerable: true,
|
|
354
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackRoot; }
|
|
355
|
+
});
|
|
356
|
+
Object.defineProperty(exports, "AvatarFallbackSSR", {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () { return chunkBAAW5VSE_js.AvatarFallbackSSR; }
|
|
382
359
|
});
|
|
383
360
|
Object.defineProperty(exports, "AvatarGroup", {
|
|
384
361
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
362
|
+
get: function () { return chunkBAAW5VSE_js.AvatarGroup; }
|
|
386
363
|
});
|
|
387
364
|
Object.defineProperty(exports, "AvatarImage", {
|
|
388
365
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
366
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImage; }
|
|
390
367
|
});
|
|
391
|
-
Object.defineProperty(exports, "
|
|
368
|
+
Object.defineProperty(exports, "AvatarImageFallback", {
|
|
392
369
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
370
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageFallback; }
|
|
394
371
|
});
|
|
395
|
-
Object.defineProperty(exports, "
|
|
372
|
+
Object.defineProperty(exports, "AvatarImageRoot", {
|
|
396
373
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
374
|
+
get: function () { return chunkBAAW5VSE_js.AvatarImageRoot; }
|
|
398
375
|
});
|
|
399
|
-
Object.defineProperty(exports, "
|
|
376
|
+
Object.defineProperty(exports, "AvatarRoot", {
|
|
400
377
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
378
|
+
get: function () { return chunkBAAW5VSE_js.AvatarRoot; }
|
|
402
379
|
});
|
|
403
|
-
Object.defineProperty(exports, "
|
|
380
|
+
Object.defineProperty(exports, "AvatarSSRFallback", {
|
|
404
381
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
382
|
+
get: function () { return chunkBAAW5VSE_js.AvatarSSRFallback; }
|
|
406
383
|
});
|
|
407
|
-
Object.defineProperty(exports, "
|
|
384
|
+
Object.defineProperty(exports, "Badge", {
|
|
408
385
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
386
|
+
get: function () { return chunkEFIRD3FN_js.Badge; }
|
|
410
387
|
});
|
|
411
|
-
Object.defineProperty(exports, "
|
|
388
|
+
Object.defineProperty(exports, "badgeVariants", {
|
|
412
389
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
390
|
+
get: function () { return chunkEFIRD3FN_js.badgeVariants; }
|
|
414
391
|
});
|
|
415
|
-
Object.defineProperty(exports, "
|
|
392
|
+
Object.defineProperty(exports, "Card", {
|
|
416
393
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
394
|
+
get: function () { return chunkFV2TIL2G_js.Card; }
|
|
418
395
|
});
|
|
419
|
-
Object.defineProperty(exports, "
|
|
396
|
+
Object.defineProperty(exports, "CardAction", {
|
|
420
397
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
398
|
+
get: function () { return chunkFV2TIL2G_js.CardAction; }
|
|
422
399
|
});
|
|
423
|
-
Object.defineProperty(exports, "
|
|
400
|
+
Object.defineProperty(exports, "CardContent", {
|
|
424
401
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
402
|
+
get: function () { return chunkFV2TIL2G_js.CardContent; }
|
|
426
403
|
});
|
|
427
|
-
Object.defineProperty(exports, "
|
|
404
|
+
Object.defineProperty(exports, "CardDescription", {
|
|
428
405
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
406
|
+
get: function () { return chunkFV2TIL2G_js.CardDescription; }
|
|
430
407
|
});
|
|
431
|
-
Object.defineProperty(exports, "
|
|
408
|
+
Object.defineProperty(exports, "CardFooter", {
|
|
432
409
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
410
|
+
get: function () { return chunkFV2TIL2G_js.CardFooter; }
|
|
434
411
|
});
|
|
435
|
-
Object.defineProperty(exports, "
|
|
412
|
+
Object.defineProperty(exports, "CardHeader", {
|
|
436
413
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
414
|
+
get: function () { return chunkFV2TIL2G_js.CardHeader; }
|
|
438
415
|
});
|
|
439
|
-
Object.defineProperty(exports, "
|
|
416
|
+
Object.defineProperty(exports, "CardTitle", {
|
|
440
417
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
418
|
+
get: function () { return chunkFV2TIL2G_js.CardTitle; }
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, "CursorProvider", {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function () { return chunkQEY7BWIR_js.CursorProvider; }
|
|
423
|
+
});
|
|
424
|
+
Object.defineProperty(exports, "CursorButton", {
|
|
425
|
+
enumerable: true,
|
|
426
|
+
get: function () { return chunk2TXGBB33_js.CursorButton; }
|
|
427
|
+
});
|
|
428
|
+
Object.defineProperty(exports, "CursorInputRoot", {
|
|
429
|
+
enumerable: true,
|
|
430
|
+
get: function () { return chunk2TXGBB33_js.CursorInputRoot; }
|
|
431
|
+
});
|
|
432
|
+
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () { return chunk2TXGBB33_js.CursorSelectTrigger; }
|
|
435
|
+
});
|
|
436
|
+
Object.defineProperty(exports, "CursorTabs", {
|
|
437
|
+
enumerable: true,
|
|
438
|
+
get: function () { return chunk2TXGBB33_js.CursorTabs; }
|
|
439
|
+
});
|
|
440
|
+
Object.defineProperty(exports, "CursorTextarea", {
|
|
441
|
+
enumerable: true,
|
|
442
|
+
get: function () { return chunk2TXGBB33_js.CursorTextarea; }
|
|
443
|
+
});
|
|
444
|
+
Object.defineProperty(exports, "Textarea", {
|
|
445
|
+
enumerable: true,
|
|
446
|
+
get: function () { return chunk5OUTEHVX_js.Textarea; }
|
|
442
447
|
});
|
|
443
448
|
Object.defineProperty(exports, "Select", {
|
|
444
449
|
enumerable: true,
|
|
@@ -480,14 +485,54 @@ Object.defineProperty(exports, "SelectValue", {
|
|
|
480
485
|
enumerable: true,
|
|
481
486
|
get: function () { return chunkNQRO3NQX_js.SelectValue; }
|
|
482
487
|
});
|
|
483
|
-
Object.defineProperty(exports, "
|
|
488
|
+
Object.defineProperty(exports, "Tabs", {
|
|
484
489
|
enumerable: true,
|
|
485
|
-
get: function () { return
|
|
490
|
+
get: function () { return chunk6SRDWLQJ_js.Tabs; }
|
|
491
|
+
});
|
|
492
|
+
Object.defineProperty(exports, "TabsContent", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function () { return chunk6SRDWLQJ_js.TabsContent; }
|
|
495
|
+
});
|
|
496
|
+
Object.defineProperty(exports, "TabsList", {
|
|
497
|
+
enumerable: true,
|
|
498
|
+
get: function () { return chunk6SRDWLQJ_js.TabsList; }
|
|
499
|
+
});
|
|
500
|
+
Object.defineProperty(exports, "TabsTrigger", {
|
|
501
|
+
enumerable: true,
|
|
502
|
+
get: function () { return chunk6SRDWLQJ_js.TabsTrigger; }
|
|
503
|
+
});
|
|
504
|
+
Object.defineProperty(exports, "InputRoot", {
|
|
505
|
+
enumerable: true,
|
|
506
|
+
get: function () { return chunkNP6VNT23_js.InputRoot; }
|
|
507
|
+
});
|
|
508
|
+
Object.defineProperty(exports, "InputSlot", {
|
|
509
|
+
enumerable: true,
|
|
510
|
+
get: function () { return chunkNP6VNT23_js.InputSlot; }
|
|
486
511
|
});
|
|
487
512
|
Object.defineProperty(exports, "withCursor", {
|
|
488
513
|
enumerable: true,
|
|
489
514
|
get: function () { return chunkUFHMEEGL_js.withCursor; }
|
|
490
515
|
});
|
|
516
|
+
Object.defineProperty(exports, "Button", {
|
|
517
|
+
enumerable: true,
|
|
518
|
+
get: function () { return chunkXUKMVPUD_js.Button; }
|
|
519
|
+
});
|
|
520
|
+
Object.defineProperty(exports, "clientOnly", {
|
|
521
|
+
enumerable: true,
|
|
522
|
+
get: function () { return chunk7DRJLKR6_js.clientOnly; }
|
|
523
|
+
});
|
|
524
|
+
Object.defineProperty(exports, "createClientOnlyComponent", {
|
|
525
|
+
enumerable: true,
|
|
526
|
+
get: function () { return chunk7DRJLKR6_js.createClientOnlyComponent; }
|
|
527
|
+
});
|
|
528
|
+
Object.defineProperty(exports, "isClient", {
|
|
529
|
+
enumerable: true,
|
|
530
|
+
get: function () { return chunk7DRJLKR6_js.isClient; }
|
|
531
|
+
});
|
|
532
|
+
Object.defineProperty(exports, "isServer", {
|
|
533
|
+
enumerable: true,
|
|
534
|
+
get: function () { return chunk7DRJLKR6_js.isServer; }
|
|
535
|
+
});
|
|
491
536
|
Object.defineProperty(exports, "useLocalStorage", {
|
|
492
537
|
enumerable: true,
|
|
493
538
|
get: function () { return chunkZX6K2A3O_js.useLocalStorage; }
|
package/dist/index.mjs
CHANGED
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
import './chunk-L3LDQABD.mjs';
|
|
2
|
-
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export {
|
|
6
|
-
import './chunk-LHWH4GP5.mjs';
|
|
7
|
-
export { Slider } from './chunk-T3VSSE2L.mjs';
|
|
8
|
-
export { Switch } from './chunk-JAMJUXBY.mjs';
|
|
2
|
+
export { VersionBadge } from './chunk-7LDFQGYF.mjs';
|
|
3
|
+
import './chunk-AMB2H6WS.mjs';
|
|
4
|
+
export { ThemeProvider, useTheme } from './chunk-4QERYDMC.mjs';
|
|
5
|
+
export { ThemeScript } from './chunk-YIBD2FEV.mjs';
|
|
9
6
|
export { Timeline } from './chunk-6YJ6IBWC.mjs';
|
|
10
|
-
export { TreeView as TreeViewV2 } from './chunk-DD7FIYSP.mjs';
|
|
11
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-6SBHQBFL.mjs';
|
|
12
7
|
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
13
8
|
export { ToggleGroup, ToggleGroupItem } from './chunk-2WJW572X.mjs';
|
|
14
9
|
export { Toggle, toggleVariants } from './chunk-66FC5NST.mjs';
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
10
|
+
export { TreeView as TreeViewV2 } from './chunk-DD7FIYSP.mjs';
|
|
11
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-6SBHQBFL.mjs';
|
|
12
|
+
export { TreeView } from './chunk-YGIU2WQY.mjs';
|
|
17
13
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-35CM7HPZ.mjs';
|
|
18
14
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-BOPZFNFS.mjs';
|
|
19
15
|
export { RadioGroup, RadioGroupItem } from './chunk-5ZZC23M7.mjs';
|
|
20
16
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-AAIXMQCG.mjs';
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export { Checkbox } from './chunk-
|
|
17
|
+
export { Slider } from './chunk-T3VSSE2L.mjs';
|
|
18
|
+
export { Switch } from './chunk-JAMJUXBY.mjs';
|
|
19
|
+
export { Checkbox } from './chunk-D6HWHISR.mjs';
|
|
24
20
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-FRT225GK.mjs';
|
|
25
21
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-U5U7B7ZI.mjs';
|
|
26
22
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-VKGXNTK2.mjs';
|
|
27
|
-
export {
|
|
23
|
+
export { InputNumbers } from './chunk-XADXCP5Z.mjs';
|
|
24
|
+
export { Layout } from './chunk-LLXRJYQB.mjs';
|
|
25
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-KMIPKXV2.mjs';
|
|
26
|
+
export { Badge, badgeVariants } from './chunk-WO3WHXDP.mjs';
|
|
27
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-H2VZHFP6.mjs';
|
|
28
28
|
import './chunk-VGCVIHBR.mjs';
|
|
29
29
|
export { CursorProvider } from './chunk-OOI3SJDU.mjs';
|
|
30
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-
|
|
31
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-QPQFG2DZ.mjs';
|
|
30
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-HT37IGEB.mjs';
|
|
32
31
|
export { Textarea } from './chunk-DDOX4EEM.mjs';
|
|
33
|
-
export { InputRoot, InputSlot } from './chunk-ZT6G7STM.mjs';
|
|
34
32
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './chunk-4F3R5V3E.mjs';
|
|
35
|
-
export {
|
|
33
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-QPQFG2DZ.mjs';
|
|
34
|
+
export { InputRoot, InputSlot } from './chunk-ZT6G7STM.mjs';
|
|
36
35
|
export { withCursor } from './chunk-44KW6PTD.mjs';
|
|
37
|
-
|
|
36
|
+
export { Button } from './chunk-JOTWPUPW.mjs';
|
|
37
|
+
import './chunk-CMYR6AOY.mjs';
|
|
38
|
+
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-SBHPTJE4.mjs';
|
|
38
39
|
export { useLocalStorage } from './chunk-GXZZGOXX.mjs';
|
|
39
40
|
export { cn } from './chunk-KTNZSZ5Y.mjs';
|
|
40
41
|
import './chunk-3FR3WKI4.mjs';
|
package/dist/styles/theme.css
CHANGED
|
@@ -187,6 +187,6 @@
|
|
|
187
187
|
--shadow-tertiary: var(--black-alpha-6);
|
|
188
188
|
}
|
|
189
189
|
@custom-variant liquid (&:is(.liquiddark *, .liquidlight *));
|
|
190
|
-
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important;
|
|
190
|
+
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
|
|
191
191
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
192
192
|
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-xl: 18px; --text-uk-xxl: 20px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-xl: 28px; --leading-uk-xxl: 32px; }
|
package/dist/ui/avatar.d.mts
CHANGED
|
@@ -1,16 +1,29 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
3
|
-
import
|
|
3
|
+
import React__default, { ComponentProps } from 'react';
|
|
4
4
|
|
|
5
|
-
declare
|
|
6
|
-
declare
|
|
7
|
-
|
|
5
|
+
declare const AvatarRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Root>) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare const AvatarSSRFallback: ({ className }: {
|
|
7
|
+
className?: string;
|
|
8
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare const Avatar: React__default.ComponentType<AvatarPrimitive.AvatarProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
10
|
+
declare const AvatarImageRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Image>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare const AvatarImageFallback: ({ className }: {
|
|
12
|
+
className?: string;
|
|
13
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare const AvatarImage: React__default.ComponentType<AvatarPrimitive.AvatarImageProps & React__default.RefAttributes<HTMLImageElement>>;
|
|
15
|
+
declare const AvatarFallbackRoot: ({ className, ...props }: ComponentProps<typeof AvatarPrimitive.Fallback>) => react_jsx_runtime.JSX.Element;
|
|
16
|
+
declare const AvatarFallbackSSR: ({ className, ...props }: {
|
|
17
|
+
className?: string;
|
|
18
|
+
children?: React__default.ReactNode;
|
|
19
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
20
|
+
declare const AvatarFallback: React__default.ComponentType<AvatarPrimitive.AvatarFallbackProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
8
21
|
interface AvatarGroupProps {
|
|
9
|
-
children:
|
|
22
|
+
children: React__default.ReactNode;
|
|
10
23
|
className?: string;
|
|
11
24
|
spacing?: "tight" | "normal" | "loose";
|
|
12
25
|
max?: number;
|
|
13
26
|
}
|
|
14
27
|
declare function AvatarGroup({ children, className, spacing, max }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
|
|
15
28
|
|
|
16
|
-
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage };
|
|
29
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, type AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback };
|