@oneplatformdev/ui 0.0.1-beta.46 → 0.0.1-beta.47
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/Button/buttonVariants.mjs +2 -2
- package/Command/Command.d.ts +1 -1
- package/Command/Command.mjs +4 -3
- package/Dialog/Dialog.d.ts +3 -19
- package/Dialog/Dialog.mjs +15 -96
- package/Dialog/Dialog.types.d.ts +6 -0
- package/Dialog/DialogRoot.d.ts +19 -0
- package/Dialog/DialogRoot.mjs +100 -0
- package/Dialog/index.d.ts +1 -0
- package/Dialog/index.mjs +12 -10
- package/Textarea/Textarea.mjs +4 -4
- package/index.css +1 -1
- package/index.mjs +269 -267
- package/package.json +1 -2
package/index.mjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./Accordion/Accordion.mjs";
|
2
2
|
import { Alert as p, AlertDescription as l, AlertTitle as m } from "./Alert/Alert.mjs";
|
3
|
-
import { AlertDialogAction as d, AlertDialogCancel as
|
3
|
+
import { AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as b, AlertDialogDescription as x, AlertDialogFooter as f, AlertDialogHeader as S, AlertDialogOverlay as s, AlertDialogPortal as C, AlertDialogRoot as T, AlertDialogTitle as D, AlertDialogTrigger as c } from "./AlertDialog/AlertDialogRoot.mjs";
|
4
4
|
import { AlertDialog as P } from "./AlertDialog/AlertDialog.mjs";
|
5
5
|
import { AreaChart as I } from "./AreaChart/AreaChart.mjs";
|
6
6
|
import { Aside as h } from "./Aside/Aside.mjs";
|
7
7
|
import { AsideSidebar as F } from "./Aside/AsideSidebar.mjs";
|
8
|
-
import { AspectRatio as
|
8
|
+
import { AspectRatio as R } from "./AspectRatio/AspectRatio.mjs";
|
9
9
|
import { Avatar as G, AvatarFallback as k, AvatarImage as H } from "./Avatar/Avatar.mjs";
|
10
10
|
import { Badge as V } from "./Badge/Badge.mjs";
|
11
11
|
import { badgeVariants as E } from "./Badge/badgeVariants.mjs";
|
@@ -16,70 +16,71 @@ import { ButtonIcon as $ } from "./ButtonIcon/ButtonIcon.mjs";
|
|
16
16
|
import { buttonIconVariants as ro } from "./ButtonIcon/buttonIconVariants.mjs";
|
17
17
|
import { Calendar as to } from "./Calendar/Calendar.mjs";
|
18
18
|
import { Card as no, CardContent as io, CardDescription as po, CardFooter as lo, CardHeader as mo, CardTitle as uo } from "./Card/Card.mjs";
|
19
|
-
import { Carousel as
|
19
|
+
import { Carousel as bo, CarouselContent as xo, CarouselItem as fo, CarouselNext as So, CarouselPrevious as so } from "./Carousel/Carousel.mjs";
|
20
20
|
import { ChartContainer as To, ChartLegend as Do, ChartLegendContent as co, ChartStyle as Mo, ChartTooltip as Po, ChartTooltipContent as Ao } from "./Chart/Chart.mjs";
|
21
21
|
import { Checkbox as wo } from "./Checkbox/Checkbox.mjs";
|
22
22
|
import { Collapsible as vo, CollapsibleContent as Fo, CollapsibleTrigger as Lo } from "./Collapsible/Collapsible.mjs";
|
23
|
-
import { Combobox as
|
23
|
+
import { Combobox as Bo } from "./Combobox/Combobox.mjs";
|
24
24
|
import { Command as ko, CommandDialog as Ho, CommandEmpty as No, CommandGroup as Vo, CommandInput as yo, CommandItem as Eo, CommandList as Oo, CommandSeparator as zo, CommandShortcut as _o } from "./Command/Command.mjs";
|
25
25
|
import { DataTable as Yo } from "./DataTable/DataTable.mjs";
|
26
26
|
import { DatePicker as qo } from "./DatePicker/DatePicker.mjs";
|
27
|
-
import {
|
28
|
-
import {
|
29
|
-
import {
|
30
|
-
import {
|
31
|
-
import {
|
32
|
-
import {
|
33
|
-
import {
|
34
|
-
import {
|
35
|
-
import {
|
36
|
-
import {
|
37
|
-
import {
|
38
|
-
import {
|
39
|
-
import {
|
40
|
-
import {
|
41
|
-
import {
|
42
|
-
import {
|
43
|
-
import {
|
44
|
-
import {
|
45
|
-
import {
|
46
|
-
import {
|
47
|
-
import {
|
48
|
-
import {
|
49
|
-
import {
|
50
|
-
import {
|
51
|
-
import {
|
52
|
-
import {
|
53
|
-
import {
|
54
|
-
import {
|
55
|
-
import {
|
56
|
-
import {
|
57
|
-
import {
|
58
|
-
import {
|
59
|
-
import {
|
60
|
-
import {
|
61
|
-
import {
|
62
|
-
import {
|
63
|
-
import {
|
64
|
-
import {
|
65
|
-
import {
|
66
|
-
import {
|
67
|
-
import {
|
68
|
-
import {
|
69
|
-
import {
|
70
|
-
import {
|
71
|
-
import {
|
72
|
-
import {
|
73
|
-
import {
|
74
|
-
import {
|
75
|
-
import {
|
76
|
-
import {
|
77
|
-
import {
|
78
|
-
import {
|
79
|
-
import {
|
80
|
-
import {
|
81
|
-
import {
|
82
|
-
import {
|
27
|
+
import { DialogClose as Ko, DialogContent as Qo, DialogDescription as Wo, DialogFooter as Xo, DialogHeader as Zo, DialogOverlay as $o, DialogPortal as or, DialogRoot as rr, DialogTitle as er, DialogTrigger as tr } from "./Dialog/DialogRoot.mjs";
|
28
|
+
import { Dialog as nr } from "./Dialog/Dialog.mjs";
|
29
|
+
import { Drawer as pr, DrawerClose as lr, DrawerContent as mr, DrawerDescription as ur, DrawerFooter as dr, DrawerHeader as gr, DrawerOverlay as br, DrawerPortal as xr, DrawerTitle as fr, DrawerTrigger as Sr } from "./Drawer/Drawer.mjs";
|
30
|
+
import { DropdownMenu as Cr, DropdownMenuCheckboxItem as Tr, DropdownMenuContent as Dr, DropdownMenuGroup as cr, DropdownMenuItem as Mr, DropdownMenuLabel as Pr, DropdownMenuPortal as Ar, DropdownMenuRadioGroup as Ir, DropdownMenuRadioItem as wr, DropdownMenuSeparator as hr, DropdownMenuShortcut as vr, DropdownMenuSub as Fr, DropdownMenuSubContent as Lr, DropdownMenuSubTrigger as Rr, DropdownMenuTrigger as Br } from "./DropdownMenu/DropdownMenu.mjs";
|
31
|
+
import { Form as kr, FormControl as Hr, FormDescription as Nr, FormField as Vr, FormItem as yr, FormLabel as Er, FormMessage as Or, useFormField as zr } from "./Form/Form.mjs";
|
32
|
+
import { FormRenderControl as Ur } from "./Form/FormRenderControl.mjs";
|
33
|
+
import { FormCheckbox as jr } from "./FormCheckbox/FormCheckbox.mjs";
|
34
|
+
import { FormCombobox as Jr } from "./FormCombobox/FormCombobox.mjs";
|
35
|
+
import { FormDatePicker as Qr } from "./FormDatePicker/FormDatePicker.mjs";
|
36
|
+
import { FormInput as Xr } from "./FormInput/FormInput.mjs";
|
37
|
+
import { FormSelect as $r } from "./FormSelect/FormSelect.mjs";
|
38
|
+
import { FormTextarea as re } from "./FormTextarea/FormTextarea.mjs";
|
39
|
+
import { Header as te } from "./Header/Header.mjs";
|
40
|
+
import { HoverCard as ne, HoverCardContent as ie, HoverCardTrigger as pe } from "./HoverCard/HoverCard.mjs";
|
41
|
+
import { BaseInput as me, Input as ue, PasswordInput as de } from "./Input/Input.mjs";
|
42
|
+
import { InputOTP as be, InputOTPGroup as xe, InputOTPSeparator as fe, InputOTPSlot as Se } from "./InputOTP/InputOTP.mjs";
|
43
|
+
import { Label as Ce } from "./Label/Label.mjs";
|
44
|
+
import { labelVariants as De } from "./Label/labelVariants.mjs";
|
45
|
+
import { LazyLoader as Me } from "./LazyLoader/LazyLoader.mjs";
|
46
|
+
import { LoadingMask as Ae } from "./LoadingMask/LoadingMask.mjs";
|
47
|
+
import { LoadingProgress as we } from "./LoadingProgress/LoadingProgress.mjs";
|
48
|
+
import { loadingProgressVariants as ve } from "./LoadingProgress/loadingProgressVariants.mjs";
|
49
|
+
import { Menubar as Le, MenubarCheckboxItem as Re, MenubarContent as Be, MenubarGroup as Ge, MenubarItem as ke, MenubarLabel as He, MenubarMenu as Ne, MenubarPortal as Ve, MenubarRadioGroup as ye, MenubarRadioItem as Ee, MenubarSeparator as Oe, MenubarShortcut as ze, MenubarSub as _e, MenubarSubContent as Ue, MenubarSubTrigger as Ye, MenubarTrigger as je } from "./Menubar/Menubar.mjs";
|
50
|
+
import { NavigationMenu as Je, NavigationMenuContent as Ke, NavigationMenuIndicator as Qe, NavigationMenuItem as We, NavigationMenuLink as Xe, NavigationMenuList as Ze, NavigationMenuTrigger as $e, NavigationMenuViewport as ot } from "./NavigationMenu/NavigationMenu.mjs";
|
51
|
+
import { navigationMenuVariants as et } from "./NavigationMenu/navigationMenuVariants.mjs";
|
52
|
+
import { Pagination as at, PaginationContent as nt, PaginationEllipsis as it, PaginationItem as pt, PaginationLink as lt, PaginationNext as mt, PaginationPrevious as ut } from "./Pagination/Pagination.mjs";
|
53
|
+
import { Popover as gt, PopoverAnchor as bt, PopoverContent as xt, PopoverTrigger as ft } from "./Popover/Popover.mjs";
|
54
|
+
import { Progress as st } from "./Progress/Progress.mjs";
|
55
|
+
import { RadioGroup as Tt, RadioGroupItem as Dt } from "./RadioGroup/RadioGroup.mjs";
|
56
|
+
import { ResizableHandle as Mt, ResizablePanel as Pt, ResizablePanelGroup as At } from "./Resizable/Resizable.mjs";
|
57
|
+
import { ScrollArea as wt, ScrollBar as ht } from "./ScrollArea/ScrollArea.mjs";
|
58
|
+
import { Search as Ft } from "./Search/Search.mjs";
|
59
|
+
import { SelectContent as Rt, SelectGroup as Bt, SelectItem as Gt, SelectLabel as kt, SelectRoot as Ht, SelectScrollDownButton as Nt, SelectScrollUpButton as Vt, SelectSeparator as yt, SelectTrigger as Et, SelectValue as Ot } from "./Select/SelectRoot.mjs";
|
60
|
+
import { Select as _t } from "./Select/Select.mjs";
|
61
|
+
import { Separator as Yt } from "./Separator/Separator.mjs";
|
62
|
+
import { Sheet as qt, SheetClose as Jt, SheetContent as Kt, SheetDescription as Qt, SheetFooter as Wt, SheetHeader as Xt, SheetOverlay as Zt, SheetPortal as $t, SheetTitle as oa, SheetTrigger as ra } from "./Sheet/Sheet.mjs";
|
63
|
+
import { Sidebar as ta, SidebarContent as aa, SidebarFooter as na, SidebarGroup as ia, SidebarGroupAction as pa, SidebarGroupContent as la, SidebarGroupLabel as ma, SidebarHeader as ua, SidebarInput as da, SidebarInset as ga, SidebarMenu as ba, SidebarMenuAction as xa, SidebarMenuBadge as fa, SidebarMenuButton as Sa, SidebarMenuItem as sa, SidebarMenuSkeleton as Ca, SidebarMenuSub as Ta, SidebarMenuSubButton as Da, SidebarMenuSubItem as ca, SidebarProvider as Ma, SidebarRail as Pa, SidebarSeparator as Aa, SidebarTrigger as Ia, useSidebar as wa } from "./Sidebar/Sidebar.mjs";
|
64
|
+
import { Skeleton as va } from "./Skeleton/Skeleton.mjs";
|
65
|
+
import { Slider as La } from "./Slider/Slider.mjs";
|
66
|
+
import { Sonner as Ba } from "./Sonner/Sonner.mjs";
|
67
|
+
import { Switch as ka } from "./Switch/Switch.mjs";
|
68
|
+
import { Table as Na, TableBody as Va, TableCaption as ya, TableCell as Ea, TableFooter as Oa, TableHead as za, TableHeader as _a, TableRow as Ua } from "./Table/Table.mjs";
|
69
|
+
import { TabsContent as ja, TabsList as qa, TabsRoot as Ja, TabsTrigger as Ka } from "./Tabs/TabsRoot.mjs";
|
70
|
+
import { TabRender as Wa, Tabs as Xa } from "./Tabs/Tabs.mjs";
|
71
|
+
import { Textarea as $a } from "./Textarea/Textarea.mjs";
|
72
|
+
import { ThemeProvider as rn } from "./Theme/ThemeProvider.mjs";
|
73
|
+
import { ThemeModeToggle as tn } from "./Theme/ThemeModeToggle.mjs";
|
74
|
+
import { Toast as nn, ToastAction as pn, ToastClose as ln, ToastDescription as mn, ToastProvider as un, ToastTitle as dn, ToastViewport as gn } from "./Toast/Toast.mjs";
|
75
|
+
import { reducer as xn, toast as fn, useNotify as Sn, useToast as sn } from "./Toast/useToast.mjs";
|
76
|
+
import { Toaster as Tn } from "./Toaster/Toaster.mjs";
|
77
|
+
import { Toggle as cn, toggleVariants as Mn } from "./Toggle/Toggle.mjs";
|
78
|
+
import { ToggleGroup as An, ToggleGroupItem as In } from "./ToggleGroup/ToggleGroup.mjs";
|
79
|
+
import { TooltipContent as hn, TooltipProvider as vn, TooltipRoot as Fn, TooltipTrigger as Ln } from "./Tooltip/TooltipRoot.mjs";
|
80
|
+
import { Tooltip as Bn } from "./Tooltip/Tooltip.mjs";
|
81
|
+
import { Dropzone as kn } from "./Dropzone/Dropzone.mjs";
|
82
|
+
import { D as Nn, a as Vn } from "./DropzoneFilePreview-Dhtv8F4u.js";
|
83
|
+
import { FormDropzone as En } from "./FormDropzone/FormDropzone.mjs";
|
83
84
|
export {
|
84
85
|
e as Accordion,
|
85
86
|
t as AccordionContent,
|
@@ -89,8 +90,8 @@ export {
|
|
89
90
|
l as AlertDescription,
|
90
91
|
P as AlertDialog,
|
91
92
|
d as AlertDialogAction,
|
92
|
-
|
93
|
-
|
93
|
+
g as AlertDialogCancel,
|
94
|
+
b as AlertDialogContent,
|
94
95
|
x as AlertDialogDescription,
|
95
96
|
f as AlertDialogFooter,
|
96
97
|
S as AlertDialogHeader,
|
@@ -103,12 +104,12 @@ export {
|
|
103
104
|
I as AreaChart,
|
104
105
|
h as Aside,
|
105
106
|
F as AsideSidebar,
|
106
|
-
|
107
|
+
R as AspectRatio,
|
107
108
|
G as Avatar,
|
108
109
|
k as AvatarFallback,
|
109
110
|
H as AvatarImage,
|
110
111
|
V as Badge,
|
111
|
-
|
112
|
+
me as BaseInput,
|
112
113
|
z as Breadcrumb,
|
113
114
|
_ as BreadcrumbEllipsis,
|
114
115
|
U as BreadcrumbItem,
|
@@ -125,7 +126,7 @@ export {
|
|
125
126
|
lo as CardFooter,
|
126
127
|
mo as CardHeader,
|
127
128
|
uo as CardTitle,
|
128
|
-
|
129
|
+
bo as Carousel,
|
129
130
|
xo as CarouselContent,
|
130
131
|
fo as CarouselItem,
|
131
132
|
So as CarouselNext,
|
@@ -140,7 +141,7 @@ export {
|
|
140
141
|
vo as Collapsible,
|
141
142
|
Fo as CollapsibleContent,
|
142
143
|
Lo as CollapsibleTrigger,
|
143
|
-
|
144
|
+
Bo as Combobox,
|
144
145
|
ko as Command,
|
145
146
|
Ho as CommandDialog,
|
146
147
|
No as CommandEmpty,
|
@@ -150,212 +151,213 @@ export {
|
|
150
151
|
Oo as CommandList,
|
151
152
|
zo as CommandSeparator,
|
152
153
|
_o as CommandShortcut,
|
153
|
-
|
154
|
-
|
154
|
+
Nn as DEFAULT_FILE_TYPES,
|
155
|
+
Vn as DEFAULT_IMAGES_TYPES,
|
155
156
|
Yo as DataTable,
|
156
157
|
qo as DatePicker,
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
158
|
+
nr as Dialog,
|
159
|
+
Ko as DialogClose,
|
160
|
+
Qo as DialogContent,
|
161
|
+
Wo as DialogDescription,
|
162
|
+
Xo as DialogFooter,
|
163
|
+
Zo as DialogHeader,
|
164
|
+
$o as DialogOverlay,
|
165
|
+
or as DialogPortal,
|
166
|
+
rr as DialogRoot,
|
165
167
|
er as DialogTitle,
|
166
168
|
tr as DialogTrigger,
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
169
|
+
pr as Drawer,
|
170
|
+
lr as DrawerClose,
|
171
|
+
mr as DrawerContent,
|
172
|
+
ur as DrawerDescription,
|
173
|
+
dr as DrawerFooter,
|
174
|
+
gr as DrawerHeader,
|
175
|
+
br as DrawerOverlay,
|
176
|
+
xr as DrawerPortal,
|
177
|
+
fr as DrawerTitle,
|
178
|
+
Sr as DrawerTrigger,
|
179
|
+
Cr as DropdownMenu,
|
180
|
+
Tr as DropdownMenuCheckboxItem,
|
181
|
+
Dr as DropdownMenuContent,
|
182
|
+
cr as DropdownMenuGroup,
|
183
|
+
Mr as DropdownMenuItem,
|
184
|
+
Pr as DropdownMenuLabel,
|
185
|
+
Ar as DropdownMenuPortal,
|
186
|
+
Ir as DropdownMenuRadioGroup,
|
187
|
+
wr as DropdownMenuRadioItem,
|
188
|
+
hr as DropdownMenuSeparator,
|
189
|
+
vr as DropdownMenuShortcut,
|
190
|
+
Fr as DropdownMenuSub,
|
191
|
+
Lr as DropdownMenuSubContent,
|
192
|
+
Rr as DropdownMenuSubTrigger,
|
193
|
+
Br as DropdownMenuTrigger,
|
194
|
+
kn as Dropzone,
|
195
|
+
kr as Form,
|
196
|
+
jr as FormCheckbox,
|
197
|
+
Jr as FormCombobox,
|
198
|
+
Hr as FormControl,
|
199
|
+
Qr as FormDatePicker,
|
200
|
+
Nr as FormDescription,
|
201
|
+
En as FormDropzone,
|
202
|
+
Vr as FormField,
|
203
|
+
Xr as FormInput,
|
204
|
+
yr as FormItem,
|
205
|
+
Er as FormLabel,
|
206
|
+
Or as FormMessage,
|
207
|
+
Ur as FormRenderControl,
|
208
|
+
$r as FormSelect,
|
209
|
+
re as FormTextarea,
|
210
|
+
te as Header,
|
211
|
+
ne as HoverCard,
|
212
|
+
ie as HoverCardContent,
|
213
|
+
pe as HoverCardTrigger,
|
214
|
+
ue as Input,
|
215
|
+
be as InputOTP,
|
216
|
+
xe as InputOTPGroup,
|
217
|
+
fe as InputOTPSeparator,
|
218
|
+
Se as InputOTPSlot,
|
219
|
+
Ce as Label,
|
220
|
+
Me as LazyLoader,
|
221
|
+
Ae as LoadingMask,
|
222
|
+
we as LoadingProgress,
|
223
|
+
Le as Menubar,
|
224
|
+
Re as MenubarCheckboxItem,
|
225
|
+
Be as MenubarContent,
|
226
|
+
Ge as MenubarGroup,
|
227
|
+
ke as MenubarItem,
|
228
|
+
He as MenubarLabel,
|
229
|
+
Ne as MenubarMenu,
|
230
|
+
Ve as MenubarPortal,
|
231
|
+
ye as MenubarRadioGroup,
|
232
|
+
Ee as MenubarRadioItem,
|
233
|
+
Oe as MenubarSeparator,
|
234
|
+
ze as MenubarShortcut,
|
235
|
+
_e as MenubarSub,
|
236
|
+
Ue as MenubarSubContent,
|
237
|
+
Ye as MenubarSubTrigger,
|
238
|
+
je as MenubarTrigger,
|
239
|
+
Je as NavigationMenu,
|
240
|
+
Ke as NavigationMenuContent,
|
241
|
+
Qe as NavigationMenuIndicator,
|
242
|
+
We as NavigationMenuItem,
|
243
|
+
Xe as NavigationMenuLink,
|
244
|
+
Ze as NavigationMenuList,
|
245
|
+
$e as NavigationMenuTrigger,
|
246
|
+
ot as NavigationMenuViewport,
|
247
|
+
at as Pagination,
|
248
|
+
nt as PaginationContent,
|
249
|
+
it as PaginationEllipsis,
|
250
|
+
pt as PaginationItem,
|
251
|
+
lt as PaginationLink,
|
252
|
+
mt as PaginationNext,
|
253
|
+
ut as PaginationPrevious,
|
254
|
+
de as PasswordInput,
|
255
|
+
gt as Popover,
|
256
|
+
bt as PopoverAnchor,
|
257
|
+
xt as PopoverContent,
|
258
|
+
ft as PopoverTrigger,
|
259
|
+
st as Progress,
|
260
|
+
Tt as RadioGroup,
|
261
|
+
Dt as RadioGroupItem,
|
262
|
+
Mt as ResizableHandle,
|
263
|
+
Pt as ResizablePanel,
|
264
|
+
At as ResizablePanelGroup,
|
265
|
+
wt as ScrollArea,
|
266
|
+
ht as ScrollBar,
|
267
|
+
Ft as Search,
|
268
|
+
_t as Select,
|
269
|
+
Rt as SelectContent,
|
270
|
+
Bt as SelectGroup,
|
271
|
+
Gt as SelectItem,
|
272
|
+
kt as SelectLabel,
|
273
|
+
Ht as SelectRoot,
|
274
|
+
Nt as SelectScrollDownButton,
|
275
|
+
Vt as SelectScrollUpButton,
|
276
|
+
yt as SelectSeparator,
|
277
|
+
Et as SelectTrigger,
|
278
|
+
Ot as SelectValue,
|
279
|
+
Yt as Separator,
|
280
|
+
qt as Sheet,
|
281
|
+
Jt as SheetClose,
|
282
|
+
Kt as SheetContent,
|
283
|
+
Qt as SheetDescription,
|
284
|
+
Wt as SheetFooter,
|
285
|
+
Xt as SheetHeader,
|
286
|
+
Zt as SheetOverlay,
|
287
|
+
$t as SheetPortal,
|
288
|
+
oa as SheetTitle,
|
289
|
+
ra as SheetTrigger,
|
290
|
+
ta as Sidebar,
|
291
|
+
aa as SidebarContent,
|
292
|
+
na as SidebarFooter,
|
293
|
+
ia as SidebarGroup,
|
294
|
+
pa as SidebarGroupAction,
|
295
|
+
la as SidebarGroupContent,
|
296
|
+
ma as SidebarGroupLabel,
|
297
|
+
ua as SidebarHeader,
|
298
|
+
da as SidebarInput,
|
299
|
+
ga as SidebarInset,
|
300
|
+
ba as SidebarMenu,
|
301
|
+
xa as SidebarMenuAction,
|
302
|
+
fa as SidebarMenuBadge,
|
303
|
+
Sa as SidebarMenuButton,
|
304
|
+
sa as SidebarMenuItem,
|
305
|
+
Ca as SidebarMenuSkeleton,
|
306
|
+
Ta as SidebarMenuSub,
|
307
|
+
Da as SidebarMenuSubButton,
|
308
|
+
ca as SidebarMenuSubItem,
|
309
|
+
Ma as SidebarProvider,
|
310
|
+
Pa as SidebarRail,
|
311
|
+
Aa as SidebarSeparator,
|
312
|
+
Ia as SidebarTrigger,
|
313
|
+
va as Skeleton,
|
314
|
+
La as Slider,
|
315
|
+
Ba as Sonner,
|
316
|
+
ka as Switch,
|
317
|
+
Wa as TabRender,
|
318
|
+
Na as Table,
|
319
|
+
Va as TableBody,
|
320
|
+
ya as TableCaption,
|
321
|
+
Ea as TableCell,
|
322
|
+
Oa as TableFooter,
|
323
|
+
za as TableHead,
|
324
|
+
_a as TableHeader,
|
325
|
+
Ua as TableRow,
|
326
|
+
Xa as Tabs,
|
327
|
+
ja as TabsContent,
|
328
|
+
qa as TabsList,
|
329
|
+
Ja as TabsRoot,
|
330
|
+
Ka as TabsTrigger,
|
331
|
+
$a as Textarea,
|
332
|
+
tn as ThemeModeToggle,
|
333
|
+
rn as ThemeProvider,
|
334
|
+
nn as Toast,
|
335
|
+
pn as ToastAction,
|
336
|
+
ln as ToastClose,
|
337
|
+
mn as ToastDescription,
|
338
|
+
un as ToastProvider,
|
339
|
+
dn as ToastTitle,
|
340
|
+
gn as ToastViewport,
|
341
|
+
Tn as Toaster,
|
342
|
+
cn as Toggle,
|
343
|
+
An as ToggleGroup,
|
344
|
+
In as ToggleGroupItem,
|
345
|
+
Bn as Tooltip,
|
346
|
+
hn as TooltipContent,
|
347
|
+
vn as TooltipProvider,
|
348
|
+
Fn as TooltipRoot,
|
349
|
+
Ln as TooltipTrigger,
|
348
350
|
E as badgeVariants,
|
349
351
|
ro as buttonIconVariants,
|
350
352
|
X as buttonVariants,
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
353
|
+
De as labelVariants,
|
354
|
+
ve as loadingProgressVariants,
|
355
|
+
et as navigationMenuVariants,
|
356
|
+
xn as reducer,
|
357
|
+
fn as toast,
|
358
|
+
Mn as toggleVariants,
|
359
|
+
zr as useFormField,
|
360
|
+
Sn as useNotify,
|
361
|
+
wa as useSidebar,
|
362
|
+
sn as useToast
|
361
363
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oneplatformdev/ui",
|
3
|
-
"version": "0.0.1-beta.
|
3
|
+
"version": "0.0.1-beta.47",
|
4
4
|
"description": "UI React Components.",
|
5
5
|
"author": "One Platform Development Team",
|
6
6
|
"keywords": [
|
@@ -95,7 +95,6 @@
|
|
95
95
|
"react-dropzone": "^14.3.5",
|
96
96
|
"react-hook-form": "^7.54.2",
|
97
97
|
"react-resizable-panels": "^2.1.7",
|
98
|
-
"react-textarea-autosize": "^8.5.7",
|
99
98
|
"recharts": "^2.15.0",
|
100
99
|
"sonner": "^1.7.1",
|
101
100
|
"vaul": "^1.1.2",
|