@rafal.lemieszewski/tide-ui 0.90.0 → 0.90.1
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/cjs/components/fundamental/alert-dialog.cjs +1 -1
- package/dist/cjs/components/fundamental/dialog.cjs +1 -1
- package/dist/cjs/components/fundamental/dropdown-menu.cjs +1 -1
- package/dist/cjs/lib/index.cjs +1 -1
- package/dist/es/components/fundamental/alert-dialog.js +28 -24
- package/dist/es/components/fundamental/dialog.js +33 -32
- package/dist/es/components/fundamental/dropdown-menu.js +125 -91
- package/dist/es/lib/index.js +157 -150
- package/dist/types/components/core-index.d.cts +1 -1
- package/dist/types/components/core-index.d.ts +1 -1
- package/dist/types/lib/index.d.cts +1 -1
- package/dist/types/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/es/lib/index.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
import { designTokens as o } from "../components/core-index.js";
|
|
3
3
|
import { useIsDesktop as i, useMediaQuery as n } from "./hooks.js";
|
|
4
|
-
import { calculatePresetRange as
|
|
5
|
-
import { Alert as
|
|
4
|
+
import { calculatePresetRange as l, formatDateRange as d, getDaysAgo as u, getLastMonthEnd as m, getLastMonthStart as g, getLastQuarterEnd as b, getLastQuarterStart as s, getLastWeekEnd as S, getLastWeekStart as x, getLastYearEnd as T, getLastYearStart as f, getPresetLabel as c, getQuarterLabel as D, getThisMonthEnd as C, getThisMonthStart as A, getThisQuarterEnd as L, getThisQuarterStart as M, getThisWeekEnd as h, getThisWeekStart as v, getThisYearEnd as G, getThisYearStart as w, getToday as I } from "./date-utils.js";
|
|
5
|
+
import { Alert as y, AlertDescription as E, AlertTitle as k } from "../components/fundamental/alert.js";
|
|
6
6
|
import { Avatar as V, AvatarFallback as P, AvatarImage as H, avatarFallbackVariants as R, avatarVariants as Q } from "../components/fundamental/avatar.js";
|
|
7
7
|
import { AvatarGroup as W } from "../components/fundamental/avatar-group.js";
|
|
8
8
|
import { Badge as K } from "../components/fundamental/badge.js";
|
|
9
9
|
import { Collapsible as j, CollapsibleContent as q, CollapsibleTrigger as z } from "../components/fundamental/collapsible.js";
|
|
10
10
|
import { Button as N } from "../components/fundamental/button.js";
|
|
11
11
|
import { ButtonGroup as Z, ButtonGroupSeparator as _, ButtonGroupText as $, buttonGroupVariants as ee } from "../components/fundamental/button-group.js";
|
|
12
|
-
import { Card as te, CardContent as oe, CardDescription as ae, CardFooter as ie, CardHeader as ne, CardTitle as
|
|
13
|
-
import { Checkbox as de, checkboxVariants as
|
|
12
|
+
import { Card as te, CardContent as oe, CardDescription as ae, CardFooter as ie, CardHeader as ne, CardTitle as pe } from "../components/fundamental/card.js";
|
|
13
|
+
import { Checkbox as de, checkboxVariants as ue } from "../components/fundamental/checkbox.js";
|
|
14
14
|
import { RadioGroup as ge, RadioGroupItem as be, radioGroupItemVariants as se, radioGroupVariants as Se } from "../components/fundamental/radio-group.js";
|
|
15
|
-
import { Input as
|
|
16
|
-
import { InputGroup as ce, InputGroupAddon as
|
|
17
|
-
import { Label as
|
|
18
|
-
import { ScrollArea as
|
|
15
|
+
import { Input as Te } from "../components/fundamental/input.js";
|
|
16
|
+
import { InputGroup as ce, InputGroupAddon as De, InputGroupButton as Ce, InputGroupInput as Ae, InputGroupText as Le, InputGroupTextarea as Me, inputGroupAddonVariants as he } from "../components/fundamental/input-group.js";
|
|
17
|
+
import { Label as Ge } from "../components/fundamental/label.js";
|
|
18
|
+
import { ScrollArea as Ie, ScrollBar as Fe } from "../components/fundamental/scroll-area.js";
|
|
19
19
|
import { Separator as Ee } from "../components/fundamental/separator.js";
|
|
20
|
-
import { Skeleton as
|
|
20
|
+
import { Skeleton as Be, SkeletonAvatar as Ve, SkeletonButton as Pe, SkeletonCard as He, SkeletonTable as Re, skeletonVariants as Qe } from "../components/fundamental/skeleton.js";
|
|
21
21
|
import { LoadingOverlay as We, ProgressDots as Ye, Pulse as Ke, Spinner as Ue } from "../components/fundamental/spinner.js";
|
|
22
22
|
import { FixtureStatus as qe, statusConfig as ze } from "../components/product/fixture-status.js";
|
|
23
23
|
import { Switch as Ne } from "../components/fundamental/switch.js";
|
|
24
24
|
import { Textarea as Ze } from "../components/fundamental/textarea.js";
|
|
25
|
-
import { ActivityLog as $e, ActivityLogChevron as er, ActivityLogContent as rr, ActivityLogDescription as tr, ActivityLogHeader as or, ActivityLogItem as ar, ActivityLogSeparator as ir, ActivityLogTime as nr, ActivityLogValue as
|
|
26
|
-
import { AttributesChevron as dr, AttributesContent as
|
|
27
|
-
import { Editable as cr, EditablePreview as
|
|
28
|
-
import { Field as hr, FieldContent as
|
|
25
|
+
import { ActivityLog as $e, ActivityLogChevron as er, ActivityLogContent as rr, ActivityLogDescription as tr, ActivityLogHeader as or, ActivityLogItem as ar, ActivityLogSeparator as ir, ActivityLogTime as nr, ActivityLogValue as pr } from "../components/product/activity-log.js";
|
|
26
|
+
import { AttributesChevron as dr, AttributesContent as ur, AttributesGroup as mr, AttributesItem as gr, AttributesLabel as br, AttributesList as sr, AttributesRow as Sr, AttributesSeparator as xr, AttributesValue as Tr } from "../components/product/attributes-list.js";
|
|
27
|
+
import { Editable as cr, EditablePreview as Dr, EditableInput as Cr, EditableInput as Ar, EditablePreview as Lr } from "../components/fundamental/editable.js";
|
|
28
|
+
import { Field as hr, FieldContent as vr, FieldDescription as Gr, FieldError as wr, FieldGroup as Ir, FieldLabel as Fr, FieldLegend as yr, FieldSeparator as Er, FieldSet as kr, FieldTitle as Br, FormControl as Vr, FormErrorMessage as Pr, FormField as Hr, FormHelperText as Rr, FormLabel as Qr, fieldLegendVariants as Or, fieldVariants as Wr } from "../components/fundamental/form-field.js";
|
|
29
29
|
import { Tabs as Kr, TabsContent as Ur, TabsGroupLabel as jr, TabsList as qr, TabsTrigger as zr } from "../components/fundamental/tabs.js";
|
|
30
30
|
import { Toggle as Nr } from "../components/fundamental/toggle.js";
|
|
31
31
|
import { ToggleGroup as Zr, ToggleGroupItem as _r } from "../components/fundamental/toggle-group.js";
|
|
32
|
-
import { Select as et, SelectContent as rt, SelectGroup as tt, SelectItem as ot, SelectLabel as at, SelectSeparator as it, SelectTrigger as nt, SelectValue as
|
|
32
|
+
import { Select as et, SelectContent as rt, SelectGroup as tt, SelectItem as ot, SelectLabel as at, SelectSeparator as it, SelectTrigger as nt, SelectValue as pt, selectContentVariants as lt, selectItemVariants as dt, selectTriggerVariants as ut } from "../components/fundamental/select.js";
|
|
33
33
|
import { TextLink as gt } from "../components/fundamental/text-link.js";
|
|
34
|
-
import { Accordion as st, AccordionContent as St, AccordionItem as xt, AccordionTrigger as
|
|
35
|
-
import { Dialog as ct, DialogBody as
|
|
36
|
-
import { AlertDialog as
|
|
34
|
+
import { Accordion as st, AccordionContent as St, AccordionItem as xt, AccordionTrigger as Tt } from "../components/fundamental/accordion.js";
|
|
35
|
+
import { Dialog as ct, DialogBody as Dt, DialogClose as Ct, DialogContent as At, DialogFooter as Lt, DialogHeader as Mt, DialogOverlay as ht, DialogPortal as vt, DialogTitle as Gt, DialogTrigger as wt } from "../components/fundamental/dialog.js";
|
|
36
|
+
import { AlertDialog as Ft, AlertDialogAction as yt, AlertDialogBody as Et, AlertDialogCancel as kt, AlertDialogContent as Bt, AlertDialogFooter as Vt, AlertDialogHeader as Pt, AlertDialogTitle as Ht, AlertDialogTrigger as Rt } from "../components/fundamental/alert-dialog.js";
|
|
37
37
|
import { Empty as Ot, EmptyContent as Wt, EmptyDescription as Yt, EmptyHeader as Kt, EmptyMedia as Ut, EmptyTitle as jt } from "../components/fundamental/empty.js";
|
|
38
38
|
import { Flag as zt } from "../components/fundamental/flag.js";
|
|
39
39
|
import { FileUpload as Nt } from "../components/fundamental/file-upload.js";
|
|
@@ -41,33 +41,33 @@ import { HoverCard as Zt, HoverCardContent as _t, HoverCardTrigger as $t } from
|
|
|
41
41
|
import { Slider as ro } from "../components/fundamental/slider.js";
|
|
42
42
|
import { Tag as oo, TagGroup as ao } from "../components/fundamental/tag.js";
|
|
43
43
|
import { Tree as no } from "../components/fundamental/tree.js";
|
|
44
|
-
import { Icon as
|
|
45
|
-
import { Kbd as
|
|
44
|
+
import { Icon as lo } from "../components/fundamental/icon.js";
|
|
45
|
+
import { Kbd as mo, KbdGroup as go } from "../components/fundamental/kbd.js";
|
|
46
46
|
import { MonthPicker as so } from "../components/fundamental/month-picker.js";
|
|
47
|
-
import { CommandDialog as xo, CommandEmpty as
|
|
48
|
-
import { Combobox as Lo, MultiCombobox as
|
|
49
|
-
import { AutocompleteSearch as
|
|
50
|
-
import { Breadcrumb as
|
|
51
|
-
import { Sidebar as Po, SidebarContent as Ho, SidebarFooter as Ro, SidebarGroup as Qo, SidebarGroupAction as Oo, SidebarGroupContent as Wo, SidebarGroupLabel as Yo, SidebarHeader as Ko, SidebarInput as Uo, SidebarInset as jo, SidebarMenu as qo, SidebarMenuAction as zo, SidebarMenuBadge as Jo, SidebarMenuButton as No, SidebarMenuItem as Xo, SidebarMenuSkeleton as Zo, SidebarMenuSub as _o, SidebarMenuSubButton as $o, SidebarMenuSubItem as ea, SidebarProvider as ra, SidebarRail as ta, SidebarSearchButton as oa, SidebarSearchTrigger as aa, SidebarSeparator as ia, SidebarTrigger as na, useSidebar as
|
|
47
|
+
import { CommandDialog as xo, CommandEmpty as To, CommandGroup as fo, CommandInput as co, CommandItem as Do, CommandList as Co } from "../components/fundamental/command.js";
|
|
48
|
+
import { Combobox as Lo, MultiCombobox as Mo } from "../components/fundamental/combobox.js";
|
|
49
|
+
import { AutocompleteSearch as vo } from "../components/fundamental/autocomplete-search.js";
|
|
50
|
+
import { Breadcrumb as wo, BreadcrumbItem as Io, BreadcrumbLink as Fo, BreadcrumbList as yo, BreadcrumbPage as Eo, BreadcrumbPagePicker as ko, BreadcrumbSeparator as Bo } from "../components/fundamental/breadcrumb.js";
|
|
51
|
+
import { Sidebar as Po, SidebarContent as Ho, SidebarFooter as Ro, SidebarGroup as Qo, SidebarGroupAction as Oo, SidebarGroupContent as Wo, SidebarGroupLabel as Yo, SidebarHeader as Ko, SidebarInput as Uo, SidebarInset as jo, SidebarMenu as qo, SidebarMenuAction as zo, SidebarMenuBadge as Jo, SidebarMenuButton as No, SidebarMenuItem as Xo, SidebarMenuSkeleton as Zo, SidebarMenuSub as _o, SidebarMenuSubButton as $o, SidebarMenuSubItem as ea, SidebarProvider as ra, SidebarRail as ta, SidebarSearchButton as oa, SidebarSearchTrigger as aa, SidebarSeparator as ia, SidebarTrigger as na, useSidebar as pa } from "../components/fundamental/sidebar.js";
|
|
52
52
|
import { AppFrame as da } from "../components/product/app-frame.js";
|
|
53
|
-
import { Drawer as
|
|
54
|
-
import { Sheet as Aa, SheetClose as La, SheetContent as
|
|
55
|
-
import { DropdownMenu as Ba, DropdownMenuContent as
|
|
56
|
-
import { Tooltip as
|
|
57
|
-
import { Toaster as
|
|
58
|
-
import { toast as
|
|
59
|
-
import { Pagination as
|
|
60
|
-
import { Progress as
|
|
61
|
-
import { Popover as
|
|
62
|
-
import { Table as
|
|
63
|
-
import { DataTableSettingsMenu as
|
|
64
|
-
import { ViewModeMenu as
|
|
65
|
-
import { cn as
|
|
53
|
+
import { Drawer as ma, DrawerClose as ga, DrawerContent as ba, DrawerDescription as sa, DrawerFooter as Sa, DrawerHeader as xa, DrawerOverlay as Ta, DrawerPortal as fa, DrawerTitle as ca, DrawerTrigger as Da } from "../components/fundamental/drawer.js";
|
|
54
|
+
import { Sheet as Aa, SheetClose as La, SheetContent as Ma, SheetDescription as ha, SheetFooter as va, SheetHeader as Ga, SheetOverlay as wa, SheetPortal as Ia, SheetTitle as Fa, SheetTrigger as ya } from "../components/fundamental/sheet.js";
|
|
55
|
+
import { DropdownMenu as ka, DropdownMenuCheckboxItem as Ba, DropdownMenuContent as Va, DropdownMenuGroup as Pa, DropdownMenuItem as Ha, DropdownMenuLabel as Ra, DropdownMenuRadioGroup as Qa, DropdownMenuRadioItem as Oa, DropdownMenuSeparator as Wa, DropdownMenuShortcut as Ya, DropdownMenuSub as Ka, DropdownMenuSubContent as Ua, DropdownMenuSubTrigger as ja, DropdownMenuTrigger as qa } from "../components/fundamental/dropdown-menu.js";
|
|
56
|
+
import { Tooltip as Ja, TooltipContent as Na, TooltipProvider as Xa, TooltipTrigger as Za } from "../components/fundamental/tooltip.js";
|
|
57
|
+
import { Toaster as $a } from "../components/fundamental/toast.js";
|
|
58
|
+
import { toast as ri } from "sonner";
|
|
59
|
+
import { Pagination as oi } from "../components/fundamental/pagination.js";
|
|
60
|
+
import { Progress as ii } from "../components/fundamental/progress.js";
|
|
61
|
+
import { Popover as pi, PopoverContent as li, PopoverTrigger as di } from "../components/fundamental/popover.js";
|
|
62
|
+
import { Table as mi, TableBody as gi, TableCaption as bi, TableCell as si, TableFooter as Si, TableGroupHeader as xi, TableHead as Ti, TableHeader as fi, TableRow as ci, TableSortHeader as Di, tableCellVariants as Ci, tableHeaderVariants as Ai, tableRowVariants as Li, tableVariants as Mi } from "../components/fundamental/table.js";
|
|
63
|
+
import { DataTableSettingsMenu as vi } from "../components/product/data-table-settings-menu.js";
|
|
64
|
+
import { ViewModeMenu as wi } from "../components/product/view-mode-menu.js";
|
|
65
|
+
import { cn as Fi } from "./utils.js";
|
|
66
66
|
export {
|
|
67
67
|
st as Accordion,
|
|
68
68
|
St as AccordionContent,
|
|
69
69
|
xt as AccordionItem,
|
|
70
|
-
|
|
70
|
+
Tt as AccordionTrigger,
|
|
71
71
|
$e as ActivityLog,
|
|
72
72
|
er as ActivityLogChevron,
|
|
73
73
|
rr as ActivityLogContent,
|
|
@@ -76,42 +76,42 @@ export {
|
|
|
76
76
|
ar as ActivityLogItem,
|
|
77
77
|
ir as ActivityLogSeparator,
|
|
78
78
|
nr as ActivityLogTime,
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
pr as ActivityLogValue,
|
|
80
|
+
y as Alert,
|
|
81
81
|
E as AlertDescription,
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
Ft as AlertDialog,
|
|
83
|
+
yt as AlertDialogAction,
|
|
84
84
|
Et as AlertDialogBody,
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
kt as AlertDialogCancel,
|
|
86
|
+
Bt as AlertDialogContent,
|
|
87
87
|
Vt as AlertDialogFooter,
|
|
88
88
|
Pt as AlertDialogHeader,
|
|
89
89
|
Ht as AlertDialogTitle,
|
|
90
90
|
Rt as AlertDialogTrigger,
|
|
91
|
-
|
|
91
|
+
k as AlertTitle,
|
|
92
92
|
da as AppFrame,
|
|
93
93
|
dr as AttributesChevron,
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
ur as AttributesContent,
|
|
95
|
+
mr as AttributesGroup,
|
|
96
96
|
gr as AttributesItem,
|
|
97
97
|
br as AttributesLabel,
|
|
98
98
|
sr as AttributesList,
|
|
99
99
|
Sr as AttributesRow,
|
|
100
100
|
xr as AttributesSeparator,
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
Tr as AttributesValue,
|
|
102
|
+
vo as AutocompleteSearch,
|
|
103
103
|
V as Avatar,
|
|
104
104
|
P as AvatarFallback,
|
|
105
105
|
W as AvatarGroup,
|
|
106
106
|
H as AvatarImage,
|
|
107
107
|
K as Badge,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
108
|
+
wo as Breadcrumb,
|
|
109
|
+
Io as BreadcrumbItem,
|
|
110
|
+
Fo as BreadcrumbLink,
|
|
111
|
+
yo as BreadcrumbList,
|
|
112
112
|
Eo as BreadcrumbPage,
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
ko as BreadcrumbPagePicker,
|
|
114
|
+
Bo as BreadcrumbSeparator,
|
|
115
115
|
N as Button,
|
|
116
116
|
Z as ButtonGroup,
|
|
117
117
|
_ as ButtonGroupSeparator,
|
|
@@ -121,49 +121,56 @@ export {
|
|
|
121
121
|
ae as CardDescription,
|
|
122
122
|
ie as CardFooter,
|
|
123
123
|
ne as CardHeader,
|
|
124
|
-
|
|
124
|
+
pe as CardTitle,
|
|
125
125
|
de as Checkbox,
|
|
126
126
|
j as Collapsible,
|
|
127
127
|
q as CollapsibleContent,
|
|
128
128
|
z as CollapsibleTrigger,
|
|
129
129
|
Lo as Combobox,
|
|
130
130
|
xo as CommandDialog,
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
To as CommandEmpty,
|
|
132
|
+
fo as CommandGroup,
|
|
133
133
|
co as CommandInput,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
134
|
+
Do as CommandItem,
|
|
135
|
+
Co as CommandList,
|
|
136
|
+
vi as DataTableSettingsMenu,
|
|
137
137
|
ct as Dialog,
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
Dt as DialogBody,
|
|
139
|
+
Ct as DialogClose,
|
|
140
140
|
At as DialogContent,
|
|
141
141
|
Lt as DialogFooter,
|
|
142
|
-
|
|
142
|
+
Mt as DialogHeader,
|
|
143
143
|
ht as DialogOverlay,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
vt as DialogPortal,
|
|
145
|
+
Gt as DialogTitle,
|
|
146
|
+
wt as DialogTrigger,
|
|
147
|
+
ma as Drawer,
|
|
148
148
|
ga as DrawerClose,
|
|
149
149
|
ba as DrawerContent,
|
|
150
150
|
sa as DrawerDescription,
|
|
151
151
|
Sa as DrawerFooter,
|
|
152
152
|
xa as DrawerHeader,
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
Ta as DrawerOverlay,
|
|
154
|
+
fa as DrawerPortal,
|
|
155
155
|
ca as DrawerTitle,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
Va as
|
|
160
|
-
Pa as
|
|
161
|
-
Ha as
|
|
162
|
-
Ra as
|
|
163
|
-
Qa as
|
|
156
|
+
Da as DrawerTrigger,
|
|
157
|
+
ka as DropdownMenu,
|
|
158
|
+
Ba as DropdownMenuCheckboxItem,
|
|
159
|
+
Va as DropdownMenuContent,
|
|
160
|
+
Pa as DropdownMenuGroup,
|
|
161
|
+
Ha as DropdownMenuItem,
|
|
162
|
+
Ra as DropdownMenuLabel,
|
|
163
|
+
Qa as DropdownMenuRadioGroup,
|
|
164
|
+
Oa as DropdownMenuRadioItem,
|
|
165
|
+
Wa as DropdownMenuSeparator,
|
|
166
|
+
Ya as DropdownMenuShortcut,
|
|
167
|
+
Ka as DropdownMenuSub,
|
|
168
|
+
Ua as DropdownMenuSubContent,
|
|
169
|
+
ja as DropdownMenuSubTrigger,
|
|
170
|
+
qa as DropdownMenuTrigger,
|
|
164
171
|
cr as Editable,
|
|
165
|
-
|
|
166
|
-
|
|
172
|
+
Dr as EditableDisplay,
|
|
173
|
+
Cr as EditableField,
|
|
167
174
|
Ar as EditableInput,
|
|
168
175
|
Lr as EditablePreview,
|
|
169
176
|
Ot as Empty,
|
|
@@ -173,15 +180,15 @@ export {
|
|
|
173
180
|
Ut as EmptyMedia,
|
|
174
181
|
jt as EmptyTitle,
|
|
175
182
|
hr as Field,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
183
|
+
vr as FieldContent,
|
|
184
|
+
Gr as FieldDescription,
|
|
185
|
+
wr as FieldError,
|
|
186
|
+
Ir as FieldGroup,
|
|
187
|
+
Fr as FieldLabel,
|
|
188
|
+
yr as FieldLegend,
|
|
182
189
|
Er as FieldSeparator,
|
|
183
|
-
|
|
184
|
-
|
|
190
|
+
kr as FieldSet,
|
|
191
|
+
Br as FieldTitle,
|
|
185
192
|
Nt as FileUpload,
|
|
186
193
|
qe as FixtureStatus,
|
|
187
194
|
zt as Flag,
|
|
@@ -193,31 +200,31 @@ export {
|
|
|
193
200
|
Zt as HoverCard,
|
|
194
201
|
_t as HoverCardContent,
|
|
195
202
|
$t as HoverCardTrigger,
|
|
196
|
-
|
|
197
|
-
|
|
203
|
+
lo as Icon,
|
|
204
|
+
Te as Input,
|
|
198
205
|
ce as InputGroup,
|
|
199
|
-
|
|
200
|
-
|
|
206
|
+
De as InputGroupAddon,
|
|
207
|
+
Ce as InputGroupButton,
|
|
201
208
|
Ae as InputGroupInput,
|
|
202
209
|
Le as InputGroupText,
|
|
203
|
-
|
|
204
|
-
|
|
210
|
+
Me as InputGroupTextarea,
|
|
211
|
+
mo as Kbd,
|
|
205
212
|
go as KbdGroup,
|
|
206
|
-
|
|
213
|
+
Ge as Label,
|
|
207
214
|
We as LoadingOverlay,
|
|
208
215
|
so as MonthPicker,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
216
|
+
Mo as MultiCombobox,
|
|
217
|
+
oi as Pagination,
|
|
218
|
+
pi as Popover,
|
|
219
|
+
li as PopoverContent,
|
|
220
|
+
di as PopoverTrigger,
|
|
221
|
+
ii as Progress,
|
|
215
222
|
Ye as ProgressDots,
|
|
216
223
|
Ke as Pulse,
|
|
217
224
|
ge as RadioGroup,
|
|
218
225
|
be as RadioGroupItem,
|
|
219
|
-
|
|
220
|
-
|
|
226
|
+
Ie as ScrollArea,
|
|
227
|
+
Fe as ScrollBar,
|
|
221
228
|
et as Select,
|
|
222
229
|
rt as SelectContent,
|
|
223
230
|
tt as SelectGroup,
|
|
@@ -225,18 +232,18 @@ export {
|
|
|
225
232
|
at as SelectLabel,
|
|
226
233
|
it as SelectSeparator,
|
|
227
234
|
nt as SelectTrigger,
|
|
228
|
-
|
|
235
|
+
pt as SelectValue,
|
|
229
236
|
Ee as Separator,
|
|
230
237
|
Aa as Sheet,
|
|
231
238
|
La as SheetClose,
|
|
232
|
-
|
|
239
|
+
Ma as SheetContent,
|
|
233
240
|
ha as SheetDescription,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
241
|
+
va as SheetFooter,
|
|
242
|
+
Ga as SheetHeader,
|
|
243
|
+
wa as SheetOverlay,
|
|
244
|
+
Ia as SheetPortal,
|
|
245
|
+
Fa as SheetTitle,
|
|
246
|
+
ya as SheetTrigger,
|
|
240
247
|
Po as Sidebar,
|
|
241
248
|
Ho as SidebarContent,
|
|
242
249
|
Ro as SidebarFooter,
|
|
@@ -262,7 +269,7 @@ export {
|
|
|
262
269
|
aa as SidebarSearchTrigger,
|
|
263
270
|
ia as SidebarSeparator,
|
|
264
271
|
na as SidebarTrigger,
|
|
265
|
-
|
|
272
|
+
Be as Skeleton,
|
|
266
273
|
Ve as SkeletonAvatar,
|
|
267
274
|
Pe as SkeletonButton,
|
|
268
275
|
He as SkeletonCard,
|
|
@@ -270,16 +277,16 @@ export {
|
|
|
270
277
|
ro as Slider,
|
|
271
278
|
Ue as Spinner,
|
|
272
279
|
Ne as Switch,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
280
|
+
mi as Table,
|
|
281
|
+
gi as TableBody,
|
|
282
|
+
bi as TableCaption,
|
|
283
|
+
si as TableCell,
|
|
284
|
+
Si as TableFooter,
|
|
285
|
+
xi as TableGroupHeader,
|
|
286
|
+
Ti as TableHead,
|
|
287
|
+
fi as TableHeader,
|
|
288
|
+
ci as TableRow,
|
|
289
|
+
Di as TableSortHeader,
|
|
283
290
|
Kr as Tabs,
|
|
284
291
|
Ur as TabsContent,
|
|
285
292
|
jr as TabsGroupLabel,
|
|
@@ -289,60 +296,60 @@ export {
|
|
|
289
296
|
ao as TagGroup,
|
|
290
297
|
gt as TextLink,
|
|
291
298
|
Ze as Textarea,
|
|
292
|
-
|
|
299
|
+
$a as Toaster,
|
|
293
300
|
Nr as Toggle,
|
|
294
301
|
Zr as ToggleGroup,
|
|
295
302
|
_r as ToggleGroupItem,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
303
|
+
Ja as Tooltip,
|
|
304
|
+
Na as TooltipContent,
|
|
305
|
+
Xa as TooltipProvider,
|
|
306
|
+
Za as TooltipTrigger,
|
|
300
307
|
no as Tree,
|
|
301
|
-
|
|
308
|
+
wi as ViewModeMenu,
|
|
302
309
|
R as avatarFallbackVariants,
|
|
303
310
|
Q as avatarVariants,
|
|
304
311
|
ee as buttonGroupVariants,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
312
|
+
l as calculatePresetRange,
|
|
313
|
+
ue as checkboxVariants,
|
|
314
|
+
Fi as cn,
|
|
308
315
|
o as designTokens,
|
|
309
316
|
Or as fieldLegendVariants,
|
|
310
317
|
Wr as fieldVariants,
|
|
311
318
|
d as formatDateRange,
|
|
312
|
-
|
|
313
|
-
|
|
319
|
+
u as getDaysAgo,
|
|
320
|
+
m as getLastMonthEnd,
|
|
314
321
|
g as getLastMonthStart,
|
|
315
322
|
b as getLastQuarterEnd,
|
|
316
323
|
s as getLastQuarterStart,
|
|
317
324
|
S as getLastWeekEnd,
|
|
318
325
|
x as getLastWeekStart,
|
|
319
|
-
|
|
320
|
-
|
|
326
|
+
T as getLastYearEnd,
|
|
327
|
+
f as getLastYearStart,
|
|
321
328
|
c as getPresetLabel,
|
|
322
|
-
|
|
323
|
-
|
|
329
|
+
D as getQuarterLabel,
|
|
330
|
+
C as getThisMonthEnd,
|
|
324
331
|
A as getThisMonthStart,
|
|
325
332
|
L as getThisQuarterEnd,
|
|
326
|
-
|
|
333
|
+
M as getThisQuarterStart,
|
|
327
334
|
h as getThisWeekEnd,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
335
|
+
v as getThisWeekStart,
|
|
336
|
+
G as getThisYearEnd,
|
|
337
|
+
w as getThisYearStart,
|
|
338
|
+
I as getToday,
|
|
332
339
|
he as inputGroupAddonVariants,
|
|
333
340
|
se as radioGroupItemVariants,
|
|
334
341
|
Se as radioGroupVariants,
|
|
335
|
-
|
|
342
|
+
lt as selectContentVariants,
|
|
336
343
|
dt as selectItemVariants,
|
|
337
|
-
|
|
344
|
+
ut as selectTriggerVariants,
|
|
338
345
|
Qe as skeletonVariants,
|
|
339
346
|
ze as statusConfig,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
347
|
+
Ci as tableCellVariants,
|
|
348
|
+
Ai as tableHeaderVariants,
|
|
349
|
+
Li as tableRowVariants,
|
|
350
|
+
Mi as tableVariants,
|
|
351
|
+
ri as toast,
|
|
345
352
|
i as useIsDesktop,
|
|
346
353
|
n as useMediaQuery,
|
|
347
|
-
|
|
354
|
+
pa as useSidebar
|
|
348
355
|
};
|
|
@@ -84,7 +84,7 @@ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFra
|
|
|
84
84
|
export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from './fundamental/drawer.js';
|
|
85
85
|
export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from './fundamental/sheet.js';
|
|
86
86
|
export type { SheetProps, SheetContentProps } from './fundamental/sheet.js';
|
|
87
|
-
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from './fundamental/dropdown-menu.js';
|
|
87
|
+
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuRadioGroup, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, DropdownMenuShortcut, } from './fundamental/dropdown-menu.js';
|
|
88
88
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from './fundamental/tooltip.js';
|
|
89
89
|
export { Toaster, toast } from './fundamental/toast.js';
|
|
90
90
|
export { Pagination } from './fundamental/pagination.js';
|
|
@@ -84,7 +84,7 @@ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFra
|
|
|
84
84
|
export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from './fundamental/drawer.js';
|
|
85
85
|
export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from './fundamental/sheet.js';
|
|
86
86
|
export type { SheetProps, SheetContentProps } from './fundamental/sheet.js';
|
|
87
|
-
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from './fundamental/dropdown-menu.js';
|
|
87
|
+
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuRadioGroup, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, DropdownMenuShortcut, } from './fundamental/dropdown-menu.js';
|
|
88
88
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from './fundamental/tooltip.js';
|
|
89
89
|
export { Toaster, toast } from './fundamental/toast.js';
|
|
90
90
|
export { Pagination } from './fundamental/pagination.js';
|
|
@@ -84,7 +84,7 @@ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFra
|
|
|
84
84
|
export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from '../components/core-index.js';
|
|
85
85
|
export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from '../components/core-index.js';
|
|
86
86
|
export type { SheetProps, SheetContentProps } from '../components/core-index.js';
|
|
87
|
-
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from '../components/core-index.js';
|
|
87
|
+
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuRadioGroup, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, DropdownMenuShortcut, } from '../components/core-index.js';
|
|
88
88
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../components/core-index.js';
|
|
89
89
|
export { Toaster, toast } from '../components/core-index.js';
|
|
90
90
|
export { Pagination } from '../components/core-index.js';
|
|
@@ -84,7 +84,7 @@ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFra
|
|
|
84
84
|
export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from '../components/core-index.js';
|
|
85
85
|
export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from '../components/core-index.js';
|
|
86
86
|
export type { SheetProps, SheetContentProps } from '../components/core-index.js';
|
|
87
|
-
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from '../components/core-index.js';
|
|
87
|
+
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuRadioGroup, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, DropdownMenuShortcut, } from '../components/core-index.js';
|
|
88
88
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../components/core-index.js';
|
|
89
89
|
export { Toaster, toast } from '../components/core-index.js';
|
|
90
90
|
export { Pagination } from '../components/core-index.js';
|
package/package.json
CHANGED