@vuer-ai/vuer-uikit 0.0.77 → 0.0.79
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-UHDBWDHS.cjs → chunk-63LX3ILN.cjs} +10 -9
- package/dist/{chunk-3LM4LVYM.mjs → chunk-67FOC7SV.mjs} +10 -9
- package/dist/{chunk-3HERIMKO.mjs → chunk-JNOO5NXB.mjs} +2 -2
- package/dist/{chunk-33ZAFHOY.cjs → chunk-OITJZBFZ.cjs} +2 -2
- package/dist/chunk-WPDU2YYR.mjs +1 -0
- package/dist/chunk-YJ6X6T5K.cjs +2 -0
- package/dist/highlight-cursor/enhanced-components.cjs +8 -8
- package/dist/highlight-cursor/enhanced-components.mjs +3 -3
- package/dist/highlight-cursor/index.cjs +12 -12
- package/dist/highlight-cursor/index.mjs +3 -3
- package/dist/index.cjs +456 -431
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +48 -47
- package/dist/ui/UIKitBadge.cjs +5 -5
- package/dist/ui/UIKitBadge.mjs +1 -1
- package/dist/ui/badge.d.cts +1 -1
- package/dist/ui/badge.d.ts +1 -1
- package/dist/ui/index.cjs +371 -346
- package/dist/ui/index.d.cts +2 -1
- package/dist/ui/index.d.ts +2 -1
- package/dist/ui/index.mjs +47 -46
- package/dist/ui/inputs/index.cjs +18 -18
- package/dist/ui/inputs/index.mjs +4 -4
- package/dist/ui/inputs/input.d.cts +1 -1
- package/dist/ui/inputs/input.d.ts +1 -1
- package/dist/ui/inputs/number-inputs/index.cjs +15 -15
- package/dist/ui/inputs/number-inputs/index.mjs +3 -3
- package/dist/ui/pagination.cjs +9 -9
- package/dist/ui/pagination.mjs +2 -2
- package/dist/ui/select.d.cts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/sidebar.cjs +26 -26
- package/dist/ui/sidebar.mjs +2 -2
- package/dist/ui/tabs.cjs +6 -6
- package/dist/ui/tabs.mjs +2 -2
- package/dist/ui/textarea.d.cts +1 -1
- package/dist/ui/textarea.d.ts +1 -1
- package/dist/ui/timeline.cjs +4 -4
- package/dist/ui/timeline.mjs +3 -3
- package/dist/ui/tree-view/TreeView.cjs +3 -3
- package/dist/ui/tree-view/TreeView.d.cts +6 -6
- package/dist/ui/tree-view/TreeView.d.ts +6 -6
- package/dist/ui/tree-view/TreeView.mjs +1 -1
- package/dist/ui/tree-view/index.cjs +3 -3
- package/dist/ui/tree-view/index.mjs +1 -1
- package/dist/ui/tree-view-legacy.cjs +6 -6
- package/dist/ui/tree-view-legacy.mjs +2 -2
- package/dist/ui/waterfall/index.cjs +34 -9
- package/dist/ui/waterfall/index.d.cts +3 -1
- package/dist/ui/waterfall/index.d.ts +3 -1
- package/dist/ui/waterfall/index.mjs +9 -8
- package/dist/ui/waterfall/types.cjs +2 -0
- package/dist/ui/waterfall/types.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-6E4NTY34.cjs +0 -494
- package/dist/chunk-7644AY3P.cjs +0 -855
- package/dist/chunk-AOAM6HV2.mjs +0 -94
- package/dist/chunk-CSSMBHBD.mjs +0 -853
- package/dist/chunk-CW6FHIAT.cjs +0 -624
- package/dist/chunk-D5YKZOUG.mjs +0 -247
- package/dist/chunk-HOJOWLJT.mjs +0 -142
- package/dist/chunk-HTHCG2AN.cjs +0 -125
- package/dist/chunk-IZJYFVS7.mjs +0 -15
- package/dist/chunk-KQXLV6YW.mjs +0 -489
- package/dist/chunk-NEOSSUNE.mjs +0 -599
- package/dist/chunk-TE5JNR5C.mjs +0 -117
- package/dist/chunk-V2OROE7H.cjs +0 -99
- package/dist/chunk-XKIB3LSS.cjs +0 -167
- package/dist/chunk-YPQYI63K.cjs +0 -249
- package/dist/chunk-ZO3X2NDT.cjs +0 -21
- /package/dist/{chunk-MMT74K7A.mjs → chunk-3WSKU4Q4.mjs} +0 -0
- /package/dist/{chunk-E6D3BSYY.cjs → chunk-G2U3V4VA.cjs} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -81,11 +81,12 @@ export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.cjs';
|
|
|
81
81
|
export { withCursor } from './highlight-cursor/with-cursor.cjs';
|
|
82
82
|
export { BaseScrollOptions, ScrollRole, SyncScrollProvider, UseSyncScrollOptions, useScrollSlave, useSyncDrag, useSyncScroll } from './SyncScroll/useSyncScroll.cjs';
|
|
83
83
|
export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollProps, SyncScrollSlave } from './SyncScroll/SyncScroll.cjs';
|
|
84
|
+
export { LogItemType, LogItemWithMeta } from './ui/waterfall/types.cjs';
|
|
85
|
+
export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './ui/waterfall/utils.cjs';
|
|
84
86
|
export { toast } from 'sonner';
|
|
85
87
|
export { VariantProps } from 'class-variance-authority';
|
|
86
88
|
import 'react/jsx-runtime';
|
|
87
89
|
import 'react';
|
|
88
|
-
import './ui/waterfall/types.cjs';
|
|
89
90
|
import 'class-variance-authority/types';
|
|
90
91
|
import './ui/separator.cjs';
|
|
91
92
|
import '@radix-ui/react-separator';
|
package/dist/index.d.ts
CHANGED
|
@@ -81,11 +81,12 @@ export { TabsCursorProvider } from './highlight-cursor/tabs-cursor-context.js';
|
|
|
81
81
|
export { withCursor } from './highlight-cursor/with-cursor.js';
|
|
82
82
|
export { BaseScrollOptions, ScrollRole, SyncScrollProvider, UseSyncScrollOptions, useScrollSlave, useSyncDrag, useSyncScroll } from './SyncScroll/useSyncScroll.js';
|
|
83
83
|
export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollProps, SyncScrollSlave } from './SyncScroll/SyncScroll.js';
|
|
84
|
+
export { LogItemType, LogItemWithMeta } from './ui/waterfall/types.js';
|
|
85
|
+
export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './ui/waterfall/utils.js';
|
|
84
86
|
export { toast } from 'sonner';
|
|
85
87
|
export { VariantProps } from 'class-variance-authority';
|
|
86
88
|
import 'react/jsx-runtime';
|
|
87
89
|
import 'react';
|
|
88
|
-
import './ui/waterfall/types.js';
|
|
89
90
|
import 'class-variance-authority/types';
|
|
90
91
|
import './ui/separator.js';
|
|
91
92
|
import '@radix-ui/react-separator';
|
package/dist/index.mjs
CHANGED
|
@@ -1,34 +1,41 @@
|
|
|
1
1
|
import './chunk-G3EIVAVR.mjs';
|
|
2
|
-
export { Waterfall } from './chunk-
|
|
3
|
-
import './chunk-IR334P7F.mjs';
|
|
4
|
-
import './chunk-CIPI2V54.mjs';
|
|
2
|
+
export { Waterfall } from './chunk-3WSKU4Q4.mjs';
|
|
5
3
|
import './chunk-JWKOW2OV.mjs';
|
|
6
4
|
import './chunk-VPQ5SSY3.mjs';
|
|
7
|
-
import './chunk-SA5WKLYB.mjs';
|
|
8
|
-
import './chunk-5EXV5EWF.mjs';
|
|
9
5
|
import './chunk-K22BEXUA.mjs';
|
|
10
6
|
import './chunk-OC4HRPZU.mjs';
|
|
11
7
|
import './chunk-N6DSPSMM.mjs';
|
|
12
8
|
import './chunk-CO6EASQO.mjs';
|
|
13
|
-
import './chunk-
|
|
9
|
+
import './chunk-IR334P7F.mjs';
|
|
10
|
+
import './chunk-CIPI2V54.mjs';
|
|
11
|
+
import './chunk-WPDU2YYR.mjs';
|
|
12
|
+
import './chunk-HVVT3D2T.mjs';
|
|
13
|
+
export { TreeSearchBar } from './chunk-W4CDQ2RJ.mjs';
|
|
14
|
+
export { TreeEntryItem, TreeView } from './chunk-67FOC7SV.mjs';
|
|
15
|
+
export { useTreeSearch, useTreeState } from './chunk-BWBBQCG2.mjs';
|
|
16
|
+
import './chunk-HTAFERCZ.mjs';
|
|
17
|
+
import './chunk-SA5WKLYB.mjs';
|
|
18
|
+
import './chunk-5EXV5EWF.mjs';
|
|
19
|
+
export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './chunk-4U232QAX.mjs';
|
|
14
20
|
import './chunk-IGTUE4NW.mjs';
|
|
15
21
|
import './chunk-4QFWMPJZ.mjs';
|
|
16
22
|
import './chunk-EPRRJR2S.mjs';
|
|
17
23
|
export { LiquidLayoutView } from './chunk-L26ULDYM.mjs';
|
|
18
24
|
import './chunk-V2IP7UUV.mjs';
|
|
19
|
-
import './chunk-HVVT3D2T.mjs';
|
|
20
|
-
export { TreeSearchBar } from './chunk-W4CDQ2RJ.mjs';
|
|
21
|
-
export { TreeEntryItem, TreeView } from './chunk-3LM4LVYM.mjs';
|
|
22
|
-
export { useTreeSearch, useTreeState } from './chunk-BWBBQCG2.mjs';
|
|
23
|
-
import './chunk-HTAFERCZ.mjs';
|
|
24
25
|
export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
|
|
25
26
|
export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
|
|
26
27
|
import './chunk-6NK7UMFP.mjs';
|
|
28
|
+
export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-COVQAQYO.mjs';
|
|
29
|
+
export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
|
|
30
|
+
export { ThemeScript } from './chunk-PQEAXTVY.mjs';
|
|
31
|
+
import './chunk-KHROZRRE.mjs';
|
|
32
|
+
export { createSelectable } from './chunk-TVKPO5VK.mjs';
|
|
33
|
+
export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
|
|
34
|
+
import './chunk-5UMTQHTX.mjs';
|
|
35
|
+
export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-D2DMH5WY.mjs';
|
|
36
|
+
export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
|
|
27
37
|
import './chunk-FIWBOGQV.mjs';
|
|
28
38
|
import './chunk-AGRPGNME.mjs';
|
|
29
|
-
export { EulerRadInput } from './chunk-S3OW7I3O.mjs';
|
|
30
|
-
export { InchInput } from './chunk-LKEPALXM.mjs';
|
|
31
|
-
export { IntInput } from './chunk-ZRYL32TK.mjs';
|
|
32
39
|
export { KVectorInput } from './chunk-DYFJAD2K.mjs';
|
|
33
40
|
export { QuaternionInput } from './chunk-R4JF2SWJ.mjs';
|
|
34
41
|
export { RadInput } from './chunk-3DPQXJRL.mjs';
|
|
@@ -37,64 +44,59 @@ export { Vec3Input } from './chunk-ER54LTUC.mjs';
|
|
|
37
44
|
export { CmInput } from './chunk-HWBRKGZJ.mjs';
|
|
38
45
|
export { DegInput } from './chunk-KBVBN5Q3.mjs';
|
|
39
46
|
export { EulerDegInput } from './chunk-ZLXUML4B.mjs';
|
|
47
|
+
export { EulerRadInput } from './chunk-S3OW7I3O.mjs';
|
|
40
48
|
export { EulerInput } from './chunk-IBW26377.mjs';
|
|
41
49
|
export { VectorInput } from './chunk-U4OZ35J3.mjs';
|
|
42
|
-
export {
|
|
50
|
+
export { InchInput } from './chunk-LKEPALXM.mjs';
|
|
51
|
+
export { IntInput } from './chunk-ZRYL32TK.mjs';
|
|
43
52
|
export { PresetsInput } from './chunk-6VB53UMO.mjs';
|
|
44
53
|
export { InputNumbers } from './chunk-WU3YZHOP.mjs';
|
|
45
|
-
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
|
|
49
|
-
export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-D2DMH5WY.mjs';
|
|
50
|
-
export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
|
|
51
|
-
export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-COVQAQYO.mjs';
|
|
52
|
-
export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
|
|
53
|
-
export { ThemeScript } from './chunk-PQEAXTVY.mjs';
|
|
54
|
+
export { ColorInput } from './chunk-MDBCKCGI.mjs';
|
|
55
|
+
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
56
|
+
export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
|
|
57
|
+
export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
|
|
54
58
|
export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
|
|
55
59
|
export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-VTEWRMGQ.mjs';
|
|
60
|
+
export { TreeView as SimpleTreeView } from './chunk-2SWBXWLK.mjs';
|
|
61
|
+
export { Slider } from './chunk-Y6WGGVT2.mjs';
|
|
56
62
|
export { Switch } from './chunk-AZBJB6KC.mjs';
|
|
57
63
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
|
|
58
|
-
export { Timeline } from './chunk-
|
|
59
|
-
export { TreeView as TreeViewLegacy } from './chunk-
|
|
60
|
-
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
64
|
-
export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
|
|
65
|
-
export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
|
|
64
|
+
export { Timeline } from './chunk-LBENVTO2.mjs';
|
|
65
|
+
export { TreeView as TreeViewLegacy } from './chunk-OEM5OJDP.mjs';
|
|
66
|
+
export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-EBBHJLUX.mjs';
|
|
67
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-PO2LYHDO.mjs';
|
|
68
|
+
export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
|
|
66
69
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
|
|
67
|
-
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 } from './chunk-
|
|
70
|
+
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 } from './chunk-WHKKMUON.mjs';
|
|
71
|
+
import './chunk-DWWM2TV3.mjs';
|
|
68
72
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-PCSY5IJ2.mjs';
|
|
69
73
|
import './chunk-OWGKZAOO.mjs';
|
|
70
74
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-W3RJNSWQ.mjs';
|
|
71
|
-
export {
|
|
72
|
-
|
|
73
|
-
export { Slider } from './chunk-Y6WGGVT2.mjs';
|
|
75
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
|
|
76
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
|
|
74
77
|
export { Label } from './chunk-42UBHC2D.mjs';
|
|
75
78
|
export { Layout } from './chunk-BGYHKHMQ.mjs';
|
|
76
79
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-3THWK3HB.mjs';
|
|
77
80
|
export { Navigation } from './chunk-LG3PNH2P.mjs';
|
|
78
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
|
|
81
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-NTGUD2JN.mjs';
|
|
82
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-JNOO5NXB.mjs';
|
|
83
|
+
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
|
|
82
84
|
export { Badge, badgeVariants } from './chunk-SUSABE24.mjs';
|
|
83
85
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-D3IW2NW6.mjs';
|
|
84
86
|
export { Checkbox } from './chunk-YTV7747H.mjs';
|
|
85
87
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
|
|
86
|
-
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
|
|
87
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
|
|
88
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-AOAM6HV2.mjs';
|
|
89
|
-
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
|
|
90
88
|
import './chunk-VGCVIHBR.mjs';
|
|
89
|
+
import './chunk-BNDRHLLZ.mjs';
|
|
90
|
+
export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-BEJIZ56L.mjs';
|
|
91
|
+
export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
|
|
91
92
|
export { CursorProvider } from './chunk-WWGF6TBZ.mjs';
|
|
92
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-
|
|
93
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-
|
|
93
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-7CTCK26U.mjs';
|
|
94
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-B53A4WNW.mjs';
|
|
94
95
|
export { Textarea } from './chunk-25RDJXX7.mjs';
|
|
95
96
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-KY4I766B.mjs';
|
|
96
97
|
export { InputRoot as Input, InputRoot, InputSlot } from './chunk-JXALL32A.mjs';
|
|
97
98
|
export { Button, buttonVariants } from './chunk-INHZ5D7P.mjs';
|
|
99
|
+
export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
|
98
100
|
export { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
99
101
|
import './chunk-F7ZHPSLA.mjs';
|
|
100
102
|
export { useDragSelect } from './chunk-3QT5VABC.mjs';
|
|
@@ -107,4 +109,3 @@ export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chu
|
|
|
107
109
|
export { useDocument } from './chunk-IDUVYPN7.mjs';
|
|
108
110
|
export { cn } from './chunk-HMN4IKTG.mjs';
|
|
109
111
|
import './chunk-3FR3WKI4.mjs';
|
|
110
|
-
export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
package/dist/ui/UIKitBadge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOITJZBFZ_cjs = require('../chunk-OITJZBFZ.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
6
6
|
require('../chunk-JR4TVE43.cjs');
|
|
@@ -16,17 +16,17 @@ require('../chunk-OHIB3TEN.cjs');
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkOITJZBFZ_cjs.GIT_HASH; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkOITJZBFZ_cjs.PACKAGE_VERSION; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "PackageBadge", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkOITJZBFZ_cjs.PackageBadge; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkOITJZBFZ_cjs.UIKitBadge; }
|
|
32
32
|
});
|
package/dist/ui/UIKitBadge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-
|
|
1
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-JNOO5NXB.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
3
|
import '../chunk-3QT5VABC.mjs';
|
|
4
4
|
import '../chunk-XHJDRQD7.mjs';
|
package/dist/ui/badge.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
|
|
|
5
5
|
|
|
6
6
|
declare const badgeVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
|
|
8
|
-
type?: "
|
|
8
|
+
type?: "default" | "circle" | "dot" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
11
11
|
asChild?: boolean;
|
package/dist/ui/badge.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
|
|
|
5
5
|
|
|
6
6
|
declare const badgeVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
|
|
8
|
-
type?: "
|
|
8
|
+
type?: "default" | "circle" | "dot" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
11
11
|
asChild?: boolean;
|