@oneplatformdev/ui 0.1.10-34 → 0.1.10-35
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/CHANGELOG.md +8 -0
- package/Label/Label.d.ts +2 -5
- package/Label/Label.d.ts.map +1 -1
- package/Label/Label.js +13 -13
- package/Label/Label.js.map +1 -1
- package/Label/index.js +6 -4
- package/Label/index.js.map +1 -1
- package/Progress/Progress.d.ts +2 -2
- package/Progress/Progress.d.ts.map +1 -1
- package/Progress/Progress.js +27 -24
- package/Progress/Progress.js.map +1 -1
- package/Progress/index.js +4 -2
- package/Progress/index.js.map +1 -1
- package/index.js +377 -373
- package/index.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 0.1.10-35 (2025-10-02)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @oneplatformdev/utils to 0.1.1-84
|
|
6
|
+
- Updated @oneplatformdev/hooks to 0.1.0-70
|
|
7
|
+
- Updated @oneplatformdev/tokens to 0.0.1-57
|
|
8
|
+
|
|
1
9
|
## 0.1.10-34 (2025-10-02)
|
|
2
10
|
|
|
3
11
|
### 🧱 Updated Dependencies
|
package/Label/Label.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { VariantProps } from 'class-variance-authority';
|
|
2
|
-
import { labelVariants } from './labelVariants';
|
|
3
1
|
import * as React from "react";
|
|
4
2
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
export declare function Label(props: ILabelProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Label(props: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { Label, LabelPrimitive };
|
|
8
5
|
export default Label;
|
|
9
6
|
//# sourceMappingURL=Label.d.ts.map
|
package/Label/Label.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/Label/Label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/Label/Label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AAIvD,iBAAS,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAYrE;AACD,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAA;AAEhC,eAAe,KAAK,CAAC"}
|
package/Label/Label.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import * as
|
|
3
|
-
import { cn as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
...o
|
|
9
|
-
} = a;
|
|
10
|
-
return /* @__PURE__ */ r(
|
|
11
|
-
e.Root,
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "@radix-ui/react-label";
|
|
3
|
+
import { cn as s } from "@oneplatformdev/utils";
|
|
4
|
+
function n(e) {
|
|
5
|
+
const { className: t, ...a } = e;
|
|
6
|
+
return /* @__PURE__ */ o(
|
|
7
|
+
r.Root,
|
|
12
8
|
{
|
|
13
9
|
"data-slot": "label",
|
|
14
|
-
className:
|
|
15
|
-
|
|
10
|
+
className: s(
|
|
11
|
+
"flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
|
|
12
|
+
t
|
|
13
|
+
),
|
|
14
|
+
...a
|
|
16
15
|
}
|
|
17
16
|
);
|
|
18
17
|
}
|
|
19
18
|
export {
|
|
20
19
|
n as Label,
|
|
20
|
+
r as LabelPrimitive,
|
|
21
21
|
n as default
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=Label.js.map
|
package/Label/Label.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.js","sources":["../../src/Label/Label.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport * as LabelPrimitive from \"@radix-ui/react-label\"\n\nimport { cn } from \"@oneplatformdev/utils\"\
|
|
1
|
+
{"version":3,"file":"Label.js","sources":["../../src/Label/Label.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport * as LabelPrimitive from \"@radix-ui/react-label\"\n\nimport { cn } from \"@oneplatformdev/utils\"\n\nfunction Label(props: React.ComponentProps<typeof LabelPrimitive.Root>) {\n const { className, ...rest } = props;\n return (\n <LabelPrimitive.Root\n data-slot=\"label\"\n className={cn(\n \"flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50\",\n className\n )}\n {...rest}\n />\n )\n}\nexport { Label, LabelPrimitive }\n\nexport default Label;\n"],"names":["Label","props","className","rest","jsx","LabelPrimitive","cn"],"mappings":";;;AAOA,SAASA,EAAMC,GAAyD;AACtE,QAAM,EAAE,WAAAC,GAAW,GAAGC,EAAA,IAASF;AAC/B,SACE,gBAAAG;AAAA,IAACC,EAAe;AAAA,IAAf;AAAA,MACC,aAAU;AAAA,MACV,WAAWC;AAAA,QACT;AAAA,QACAJ;AAAA,MAAA;AAAA,MAED,GAAGC;AAAA,IAAA;AAAA,EAAA;AAGV;"}
|
package/Label/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { Label as
|
|
2
|
-
import { labelVariants as
|
|
1
|
+
import { Label as a } from "./Label.js";
|
|
2
|
+
import { labelVariants as i } from "./labelVariants.js";
|
|
3
|
+
import * as r from "@radix-ui/react-label";
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
a as Label,
|
|
6
|
+
r as LabelPrimitive,
|
|
7
|
+
i as labelVariants
|
|
6
8
|
};
|
|
7
9
|
//# sourceMappingURL=index.js.map
|
package/Label/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
package/Progress/Progress.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
3
|
-
declare
|
|
4
|
-
export { Progress };
|
|
3
|
+
declare function Progress(props: React.ComponentProps<typeof ProgressPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { Progress, ProgressPrimitive };
|
|
5
5
|
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/Progress/Progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAI7D,
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/Progress/Progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAI7D,iBAAS,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,2CAkB3E;AAED,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA"}
|
package/Progress/Progress.js
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import * as
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
r
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
r
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
)
|
|
23
|
-
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import * as o from "@radix-ui/react-progress";
|
|
3
|
+
import { cn as l } from "@oneplatformdev/utils";
|
|
4
|
+
function m(s) {
|
|
5
|
+
const { className: t, value: a, ...e } = s;
|
|
6
|
+
return /* @__PURE__ */ r(
|
|
7
|
+
o.Root,
|
|
8
|
+
{
|
|
9
|
+
"data-slot": "progress",
|
|
10
|
+
className: l(
|
|
11
|
+
"bg-primary/20 relative h-2 w-full overflow-hidden rounded-full",
|
|
12
|
+
t
|
|
13
|
+
),
|
|
14
|
+
...e,
|
|
15
|
+
children: /* @__PURE__ */ r(
|
|
16
|
+
o.Indicator,
|
|
17
|
+
{
|
|
18
|
+
"data-slot": "progress-indicator",
|
|
19
|
+
className: "bg-primary h-full w-full flex-1 transition-all",
|
|
20
|
+
style: { transform: `translateX(-${100 - (a || 0)}%)` }
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
24
26
|
export {
|
|
25
|
-
m as Progress
|
|
27
|
+
m as Progress,
|
|
28
|
+
o as ProgressPrimitive
|
|
26
29
|
};
|
|
27
30
|
//# sourceMappingURL=Progress.js.map
|
package/Progress/Progress.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.js","sources":["../../src/Progress/Progress.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport * as ProgressPrimitive from \"@radix-ui/react-progress\"\n\nimport { cn } from \"@oneplatformdev/utils\"
|
|
1
|
+
{"version":3,"file":"Progress.js","sources":["../../src/Progress/Progress.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport * as ProgressPrimitive from \"@radix-ui/react-progress\"\n\nimport { cn } from \"@oneplatformdev/utils\"\n\nfunction Progress(props: React.ComponentProps<typeof ProgressPrimitive.Root>) {\n const { className, value, ...rest } = props;\n return (\n <ProgressPrimitive.Root\n data-slot=\"progress\"\n className={cn(\n \"bg-primary/20 relative h-2 w-full overflow-hidden rounded-full\",\n className\n )}\n {...rest}\n >\n <ProgressPrimitive.Indicator\n data-slot=\"progress-indicator\"\n className=\"bg-primary h-full w-full flex-1 transition-all\"\n style={{ transform: `translateX(-${100 - (value || 0)}%)` }}\n />\n </ProgressPrimitive.Root>\n )\n}\n\nexport { Progress, ProgressPrimitive }\n"],"names":["Progress","props","className","value","rest","jsx","ProgressPrimitive","cn"],"mappings":";;;AAOA,SAASA,EAASC,GAA4D;AAC5E,QAAM,EAAE,WAAAC,GAAW,OAAAC,GAAO,GAAGC,MAASH;AACtC,SACE,gBAAAI;AAAA,IAACC,EAAkB;AAAA,IAAlB;AAAA,MACC,aAAU;AAAA,MACV,WAAWC;AAAA,QACT;AAAA,QACAL;AAAA,MAAA;AAAA,MAED,GAAGE;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAACC,EAAkB;AAAA,QAAlB;AAAA,UACC,aAAU;AAAA,UACV,WAAU;AAAA,UACV,OAAO,EAAE,WAAW,eAAe,OAAOH,KAAS,EAAE,KAAA;AAAA,QAAK;AAAA,MAAA;AAAA,IAC5D;AAAA,EAAA;AAGN;"}
|
package/Progress/index.js
CHANGED
package/Progress/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/index.js
CHANGED
|
@@ -1,380 +1,384 @@
|
|
|
1
|
-
import { Accordion as
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { AlertDialogAction as
|
|
4
|
-
import { AlertDialog as
|
|
5
|
-
import { AreaChart as
|
|
6
|
-
import { Aside as
|
|
7
|
-
import { AsideSidebar as
|
|
8
|
-
import { AspectRatio as
|
|
9
|
-
import { Avatar as
|
|
10
|
-
import { Badge as
|
|
11
|
-
import { badgeVariants as
|
|
12
|
-
import { Breadcrumb as
|
|
13
|
-
import { Button as
|
|
14
|
-
import { buttonVariants as
|
|
15
|
-
import { ButtonIcon as
|
|
16
|
-
import { buttonIconVariants as
|
|
17
|
-
import { Calendar as
|
|
18
|
-
import { Card as
|
|
19
|
-
import { Carousel as
|
|
20
|
-
import { ChartContainer as
|
|
21
|
-
import { Checkbox as
|
|
22
|
-
import { Collapsible as
|
|
23
|
-
import { Combobox as
|
|
24
|
-
import { Command as
|
|
25
|
-
import { DataTable as
|
|
26
|
-
import { DatePicker as
|
|
27
|
-
import { Dialog as
|
|
28
|
-
import { DialogOverlayContainerContext as
|
|
29
|
-
import { Drawer as
|
|
30
|
-
import { DropdownMenu as
|
|
31
|
-
import { Form as
|
|
32
|
-
import { FormRenderControl as
|
|
33
|
-
import { FormCheckbox as
|
|
34
|
-
import { FormCombobox as
|
|
35
|
-
import { FormDatePicker as
|
|
36
|
-
import { FormInput as
|
|
37
|
-
import { FormSelect as
|
|
38
|
-
import { FormTextarea as
|
|
39
|
-
import { Header as
|
|
40
|
-
import { HoverCard as
|
|
41
|
-
import { BaseInput as
|
|
42
|
-
import { InputOTP as
|
|
43
|
-
import { Label as
|
|
44
|
-
import { labelVariants as
|
|
45
|
-
import { LazyLoader as
|
|
46
|
-
import { LoadedIcon as
|
|
47
|
-
import { LoadingMask as
|
|
48
|
-
import { RenderLoadingMask as
|
|
49
|
-
import { LoadingProgress as
|
|
50
|
-
import { loadingProgressVariants as
|
|
51
|
-
import { Menubar as
|
|
52
|
-
import { NavigationMenu as
|
|
53
|
-
import { navigationMenuVariants as
|
|
54
|
-
import { Pagination as
|
|
55
|
-
import { Popover as
|
|
56
|
-
import { Progress as
|
|
57
|
-
import { RadioGroup as
|
|
58
|
-
import { ResizableHandle as
|
|
59
|
-
import { ScrollArea as
|
|
60
|
-
import { Search as
|
|
61
|
-
import { SelectContent as
|
|
62
|
-
import { Select as
|
|
63
|
-
import { Separator as
|
|
64
|
-
import { Sheet as
|
|
65
|
-
import { Sidebar as
|
|
66
|
-
import { Skeleton as
|
|
67
|
-
import { Slider as
|
|
68
|
-
import { Sonner as
|
|
69
|
-
import { Switch as
|
|
70
|
-
import { Table as
|
|
71
|
-
import { TabsContent as
|
|
72
|
-
import { TabRender as
|
|
73
|
-
import { Textarea as
|
|
74
|
-
import { ThemeProvider as
|
|
75
|
-
import { ThemeModeToggle as
|
|
76
|
-
import { Toast as
|
|
77
|
-
import { reducer as
|
|
78
|
-
import { Toaster as
|
|
79
|
-
import { Toggle as
|
|
80
|
-
import { ToggleGroup as
|
|
81
|
-
import { TooltipContent as
|
|
82
|
-
import { Tooltip as
|
|
83
|
-
import { Dropzone as
|
|
84
|
-
import { DEFAULT_FILE_TYPES as
|
|
85
|
-
import { FormDropzone as
|
|
86
|
-
import { TablePagination as
|
|
1
|
+
import { Accordion as p, AccordionContent as m, AccordionItem as l, AccordionTrigger as u } from "./Accordion/Accordion.js";
|
|
2
|
+
import { Alert as g, AlertDescription as x, AlertTitle as b } from "./Alert/Alert.js";
|
|
3
|
+
import { AlertDialogAction as s, AlertDialogCancel as S, AlertDialogContent as C, AlertDialogDescription as T, AlertDialogFooter as D, AlertDialogHeader as c, AlertDialogOverlay as M, AlertDialogPortal as P, AlertDialogRoot as v, AlertDialogTitle as I, AlertDialogTrigger as A } from "./AlertDialog/AlertDialogRoot.js";
|
|
4
|
+
import { AlertDialog as h } from "./AlertDialog/AlertDialog.js";
|
|
5
|
+
import { AreaChart as L } from "./AreaChart/AreaChart.js";
|
|
6
|
+
import { Aside as B } from "./Aside/Aside.js";
|
|
7
|
+
import { AsideSidebar as k } from "./Aside/AsideSidebar.js";
|
|
8
|
+
import { AspectRatio as y } from "./AspectRatio/AspectRatio.js";
|
|
9
|
+
import { Avatar as O, AvatarFallback as V, AvatarImage as E } from "./Avatar/Avatar.js";
|
|
10
|
+
import { Badge as _ } from "./Badge/Badge.js";
|
|
11
|
+
import { badgeVariants as Y } from "./Badge/badgeVariants.js";
|
|
12
|
+
import { Breadcrumb as q, BreadcrumbEllipsis as J, BreadcrumbItem as K, BreadcrumbLink as Q, BreadcrumbList as W, BreadcrumbPage as X, BreadcrumbSeparator as Z } from "./Breadcrumb/Breadcrumb.js";
|
|
13
|
+
import { Button as oo } from "./Button/Button.js";
|
|
14
|
+
import { buttonVariants as eo } from "./Button/buttonVariants.js";
|
|
15
|
+
import { ButtonIcon as ao } from "./ButtonIcon/ButtonIcon.js";
|
|
16
|
+
import { buttonIconVariants as io } from "./ButtonIcon/buttonIconVariants.js";
|
|
17
|
+
import { Calendar as mo } from "./Calendar/Calendar.js";
|
|
18
|
+
import { Card as uo, CardContent as go, CardDescription as xo, CardFooter as bo, CardHeader as fo, CardTitle as so } from "./Card/Card.js";
|
|
19
|
+
import { Carousel as Co, CarouselContent as To, CarouselItem as Do, CarouselNext as co, CarouselPrevious as Mo } from "./Carousel/Carousel.js";
|
|
20
|
+
import { ChartContainer as vo, ChartLegend as Io, ChartLegendContent as Ao, ChartStyle as wo, ChartTooltip as ho, ChartTooltipContent as Fo } from "./Chart/Chart.js";
|
|
21
|
+
import { Checkbox as Ro, CheckboxLabel as Bo } from "./Checkbox/Checkbox.js";
|
|
22
|
+
import { Collapsible as ko, CollapsibleContent as Ho, CollapsibleTrigger as yo } from "./Collapsible/Collapsible.js";
|
|
23
|
+
import { Combobox as Oo } from "./Combobox/Combobox.js";
|
|
24
|
+
import { Command as Eo, CommandDialog as zo, CommandEmpty as _o, CommandGroup as Uo, CommandInput as Yo, CommandItem as jo, CommandList as qo, CommandSeparator as Jo, CommandShortcut as Ko } from "./Command/Command.js";
|
|
25
|
+
import { DataTable as Wo } from "./DataTable/DataTable.js";
|
|
26
|
+
import { DatePicker as Zo } from "./DatePicker/DatePicker.js";
|
|
27
|
+
import { Dialog as or, DialogClose as rr, DialogContent as er, DialogDescription as tr, DialogFooter as ar, DialogHeader as nr, DialogOverlay as ir, DialogPortal as pr, DialogTitle as mr, DialogTrigger as lr } from "./Dialog/Dialog.js";
|
|
28
|
+
import { DialogOverlayContainerContext as dr, DialogOverlayScope as gr, useDialogOverlayContainer as xr } from "./Dialog/DialogOverlayScope.js";
|
|
29
|
+
import { Drawer as fr, DrawerClose as sr, DrawerContent as Sr, DrawerDescription as Cr, DrawerFooter as Tr, DrawerHeader as Dr, DrawerOverlay as cr, DrawerPortal as Mr, DrawerTitle as Pr, DrawerTrigger as vr } from "./Drawer/Drawer.js";
|
|
30
|
+
import { DropdownMenu as Ar, DropdownMenuCheckboxItem as wr, DropdownMenuContent as hr, DropdownMenuGroup as Fr, DropdownMenuItem as Lr, DropdownMenuLabel as Rr, DropdownMenuPortal as Br, DropdownMenuRadioGroup as Gr, DropdownMenuRadioItem as kr, DropdownMenuSeparator as Hr, DropdownMenuShortcut as yr, DropdownMenuSub as Nr, DropdownMenuSubContent as Or, DropdownMenuSubTrigger as Vr, DropdownMenuTrigger as Er } from "./DropdownMenu/DropdownMenu.js";
|
|
31
|
+
import { Form as _r, FormControl as Ur, FormDescription as Yr, FormField as jr, FormItem as qr, FormLabel as Jr, FormMessage as Kr, useFormField as Qr } from "./Form/Form.js";
|
|
32
|
+
import { FormRenderControl as Xr } from "./Form/FormRenderControl.js";
|
|
33
|
+
import { FormCheckbox as $r } from "./FormCheckbox/FormCheckbox.js";
|
|
34
|
+
import { FormCombobox as re } from "./FormCombobox/FormCombobox.js";
|
|
35
|
+
import { FormDatePicker as te } from "./FormDatePicker/FormDatePicker.js";
|
|
36
|
+
import { FormInput as ne } from "./FormInput/FormInput.js";
|
|
37
|
+
import { FormSelect as pe } from "./FormSelect/FormSelect.js";
|
|
38
|
+
import { FormTextarea as le } from "./FormTextarea/FormTextarea.js";
|
|
39
|
+
import { Header as de } from "./Header/Header.js";
|
|
40
|
+
import { HoverCard as xe, HoverCardContent as be, HoverCardTrigger as fe } from "./HoverCard/HoverCard.js";
|
|
41
|
+
import { BaseInput as Se, Input as Ce, PasswordInput as Te } from "./Input/Input.js";
|
|
42
|
+
import { InputOTP as ce, InputOTPGroup as Me, InputOTPSeparator as Pe, InputOTPSlot as ve } from "./InputOTP/InputOTP.js";
|
|
43
|
+
import { Label as Ae } from "./Label/Label.js";
|
|
44
|
+
import { labelVariants as he } from "./Label/labelVariants.js";
|
|
45
|
+
import { LazyLoader as Le } from "./LazyLoader/LazyLoader.js";
|
|
46
|
+
import { LoadedIcon as Be } from "./LoadedIcon/LoadedIcon.js";
|
|
47
|
+
import { LoadingMask as ke } from "./LoadingMask/LoadingMask.js";
|
|
48
|
+
import { RenderLoadingMask as ye } from "./LoadingMask/RenderLoadingMask.js";
|
|
49
|
+
import { LoadingProgress as Oe } from "./LoadingProgress/LoadingProgress.js";
|
|
50
|
+
import { loadingProgressVariants as Ee } from "./LoadingProgress/loadingProgressVariants.js";
|
|
51
|
+
import { Menubar as _e, MenubarCheckboxItem as Ue, MenubarContent as Ye, MenubarGroup as je, MenubarItem as qe, MenubarLabel as Je, MenubarMenu as Ke, MenubarPortal as Qe, MenubarRadioGroup as We, MenubarRadioItem as Xe, MenubarSeparator as Ze, MenubarShortcut as $e, MenubarSub as ot, MenubarSubContent as rt, MenubarSubTrigger as et, MenubarTrigger as tt } from "./Menubar/Menubar.js";
|
|
52
|
+
import { NavigationMenu as nt, NavigationMenuContent as it, NavigationMenuIndicator as pt, NavigationMenuItem as mt, NavigationMenuLink as lt, NavigationMenuList as ut, NavigationMenuTrigger as dt, NavigationMenuViewport as gt } from "./NavigationMenu/NavigationMenu.js";
|
|
53
|
+
import { navigationMenuVariants as bt } from "./NavigationMenu/navigationMenuVariants.js";
|
|
54
|
+
import { Pagination as st, PaginationContent as St, PaginationEllipsis as Ct, PaginationItem as Tt, PaginationLink as Dt, PaginationNext as ct, PaginationPrevious as Mt } from "./Pagination/Pagination.js";
|
|
55
|
+
import { Popover as vt, PopoverAnchor as It, PopoverContent as At, PopoverTrigger as wt } from "./Popover/Popover.js";
|
|
56
|
+
import { Progress as Ft } from "./Progress/Progress.js";
|
|
57
|
+
import { RadioGroup as Rt, RadioGroupItem as Bt, RadioGroupLabel as Gt } from "./RadioGroup/RadioGroup.js";
|
|
58
|
+
import { ResizableHandle as Ht, ResizablePanel as yt, ResizablePanelGroup as Nt } from "./Resizable/Resizable.js";
|
|
59
|
+
import { ScrollArea as Vt, ScrollBar as Et } from "./ScrollArea/ScrollArea.js";
|
|
60
|
+
import { Search as _t } from "./Search/Search.js";
|
|
61
|
+
import { SelectContent as Yt, SelectGroup as jt, SelectItem as qt, SelectLabel as Jt, SelectRoot as Kt, SelectScrollDownButton as Qt, SelectScrollUpButton as Wt, SelectSeparator as Xt, SelectTrigger as Zt, SelectValue as $t } from "./Select/SelectRoot.js";
|
|
62
|
+
import { Select as ra } from "./Select/Select.js";
|
|
63
|
+
import { Separator as ta } from "./Separator/Separator.js";
|
|
64
|
+
import { Sheet as na, SheetClose as ia, SheetContent as pa, SheetDescription as ma, SheetFooter as la, SheetHeader as ua, SheetOverlay as da, SheetPortal as ga, SheetTitle as xa, SheetTrigger as ba } from "./Sheet/Sheet.js";
|
|
65
|
+
import { Sidebar as sa, SidebarContent as Sa, SidebarFooter as Ca, SidebarGroup as Ta, SidebarGroupAction as Da, SidebarGroupContent as ca, SidebarGroupLabel as Ma, SidebarHeader as Pa, SidebarInput as va, SidebarInset as Ia, SidebarMenu as Aa, SidebarMenuAction as wa, SidebarMenuBadge as ha, SidebarMenuButton as Fa, SidebarMenuItem as La, SidebarMenuSkeleton as Ra, SidebarMenuSub as Ba, SidebarMenuSubButton as Ga, SidebarMenuSubItem as ka, SidebarProvider as Ha, SidebarRail as ya, SidebarSeparator as Na, SidebarTrigger as Oa, useSidebar as Va } from "./Sidebar/Sidebar.js";
|
|
66
|
+
import { Skeleton as za } from "./Skeleton/Skeleton.js";
|
|
67
|
+
import { Slider as Ua } from "./Slider/Slider.js";
|
|
68
|
+
import { Sonner as ja } from "./Sonner/Sonner.js";
|
|
69
|
+
import { Switch as Ja } from "./Switch/Switch.js";
|
|
70
|
+
import { Table as Qa, TableBody as Wa, TableCaption as Xa, TableCell as Za, TableFooter as $a, TableHead as on, TableHeader as rn, TableRow as en } from "./Table/Table.js";
|
|
71
|
+
import { TabsContent as an, TabsList as nn, TabsRoot as pn, TabsTrigger as mn } from "./Tabs/TabsRoot.js";
|
|
72
|
+
import { TabRender as un, Tabs as dn } from "./Tabs/Tabs.js";
|
|
73
|
+
import { Textarea as xn } from "./Textarea/Textarea.js";
|
|
74
|
+
import { ThemeProvider as fn } from "./Theme/ThemeProvider.js";
|
|
75
|
+
import { ThemeModeToggle as Sn } from "./Theme/ThemeModeToggle.js";
|
|
76
|
+
import { Toast as Tn, ToastAction as Dn, ToastClose as cn, ToastDescription as Mn, ToastProvider as Pn, ToastTitle as vn, ToastViewport as In } from "./Toast/Toast.js";
|
|
77
|
+
import { reducer as wn, toast as hn, useNotify as Fn, useToast as Ln } from "./Toast/useToast.js";
|
|
78
|
+
import { Toaster as Bn } from "./Toaster/Toaster.js";
|
|
79
|
+
import { Toggle as kn, toggleVariants as Hn } from "./Toggle/Toggle.js";
|
|
80
|
+
import { ToggleGroup as Nn, ToggleGroupItem as On } from "./ToggleGroup/ToggleGroup.js";
|
|
81
|
+
import { TooltipContent as En, TooltipProvider as zn, TooltipRoot as _n, TooltipTrigger as Un } from "./Tooltip/TooltipRoot.js";
|
|
82
|
+
import { Tooltip as jn } from "./Tooltip/Tooltip.js";
|
|
83
|
+
import { Dropzone as Jn } from "./Dropzone/Dropzone.js";
|
|
84
|
+
import { DEFAULT_FILE_TYPES as Qn, DEFAULT_IMAGES_TYPES as Wn } from "./Dropzone/Dropzone.types.js";
|
|
85
|
+
import { FormDropzone as Zn } from "./FormDropzone/FormDropzone.js";
|
|
86
|
+
import { TablePagination as oi } from "./TablePagination/TablePagination.js";
|
|
87
87
|
import * as o from "@radix-ui/react-dialog";
|
|
88
88
|
import * as r from "@radix-ui/react-dropdown-menu";
|
|
89
|
-
import * as e from "@radix-ui/react-
|
|
89
|
+
import * as e from "@radix-ui/react-label";
|
|
90
|
+
import * as t from "@radix-ui/react-popover";
|
|
91
|
+
import * as a from "@radix-ui/react-progress";
|
|
90
92
|
export {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
93
|
+
p as Accordion,
|
|
94
|
+
m as AccordionContent,
|
|
95
|
+
l as AccordionItem,
|
|
96
|
+
u as AccordionTrigger,
|
|
97
|
+
g as Alert,
|
|
98
|
+
x as AlertDescription,
|
|
99
|
+
h as AlertDialog,
|
|
100
|
+
s as AlertDialogAction,
|
|
101
|
+
S as AlertDialogCancel,
|
|
102
|
+
C as AlertDialogContent,
|
|
103
|
+
T as AlertDialogDescription,
|
|
104
|
+
D as AlertDialogFooter,
|
|
105
|
+
c as AlertDialogHeader,
|
|
106
|
+
M as AlertDialogOverlay,
|
|
107
|
+
P as AlertDialogPortal,
|
|
108
|
+
v as AlertDialogRoot,
|
|
109
|
+
I as AlertDialogTitle,
|
|
110
|
+
A as AlertDialogTrigger,
|
|
111
|
+
b as AlertTitle,
|
|
112
|
+
L as AreaChart,
|
|
113
|
+
B as Aside,
|
|
114
|
+
k as AsideSidebar,
|
|
115
|
+
y as AspectRatio,
|
|
116
|
+
O as Avatar,
|
|
117
|
+
V as AvatarFallback,
|
|
118
|
+
E as AvatarImage,
|
|
119
|
+
_ as Badge,
|
|
120
|
+
Se as BaseInput,
|
|
121
|
+
q as Breadcrumb,
|
|
122
|
+
J as BreadcrumbEllipsis,
|
|
123
|
+
K as BreadcrumbItem,
|
|
124
|
+
Q as BreadcrumbLink,
|
|
125
|
+
W as BreadcrumbList,
|
|
126
|
+
X as BreadcrumbPage,
|
|
127
|
+
Z as BreadcrumbSeparator,
|
|
128
|
+
oo as Button,
|
|
129
|
+
ao as ButtonIcon,
|
|
130
|
+
mo as Calendar,
|
|
131
|
+
uo as Card,
|
|
132
|
+
go as CardContent,
|
|
133
|
+
xo as CardDescription,
|
|
134
|
+
bo as CardFooter,
|
|
135
|
+
fo as CardHeader,
|
|
136
|
+
so as CardTitle,
|
|
137
|
+
Co as Carousel,
|
|
138
|
+
To as CarouselContent,
|
|
139
|
+
Do as CarouselItem,
|
|
140
|
+
co as CarouselNext,
|
|
141
|
+
Mo as CarouselPrevious,
|
|
142
|
+
vo as ChartContainer,
|
|
143
|
+
Io as ChartLegend,
|
|
144
|
+
Ao as ChartLegendContent,
|
|
145
|
+
wo as ChartStyle,
|
|
146
|
+
ho as ChartTooltip,
|
|
147
|
+
Fo as ChartTooltipContent,
|
|
148
|
+
Ro as Checkbox,
|
|
149
|
+
Bo as CheckboxLabel,
|
|
150
|
+
ko as Collapsible,
|
|
151
|
+
Ho as CollapsibleContent,
|
|
152
|
+
yo as CollapsibleTrigger,
|
|
153
|
+
Oo as Combobox,
|
|
154
|
+
Eo as Command,
|
|
155
|
+
zo as CommandDialog,
|
|
156
|
+
_o as CommandEmpty,
|
|
157
|
+
Uo as CommandGroup,
|
|
158
|
+
Yo as CommandInput,
|
|
159
|
+
jo as CommandItem,
|
|
160
|
+
qo as CommandList,
|
|
161
|
+
Jo as CommandSeparator,
|
|
162
|
+
Ko as CommandShortcut,
|
|
163
|
+
Qn as DEFAULT_FILE_TYPES,
|
|
164
|
+
Wn as DEFAULT_IMAGES_TYPES,
|
|
165
|
+
Wo as DataTable,
|
|
166
|
+
Zo as DatePicker,
|
|
167
|
+
or as Dialog,
|
|
168
|
+
rr as DialogClose,
|
|
169
|
+
er as DialogContent,
|
|
170
|
+
tr as DialogDescription,
|
|
171
|
+
ar as DialogFooter,
|
|
172
|
+
nr as DialogHeader,
|
|
173
|
+
ir as DialogOverlay,
|
|
174
|
+
dr as DialogOverlayContainerContext,
|
|
175
|
+
gr as DialogOverlayScope,
|
|
176
|
+
pr as DialogPortal,
|
|
175
177
|
o as DialogPrimitive,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
178
|
+
mr as DialogTitle,
|
|
179
|
+
lr as DialogTrigger,
|
|
180
|
+
fr as Drawer,
|
|
181
|
+
sr as DrawerClose,
|
|
182
|
+
Sr as DrawerContent,
|
|
183
|
+
Cr as DrawerDescription,
|
|
184
|
+
Tr as DrawerFooter,
|
|
185
|
+
Dr as DrawerHeader,
|
|
186
|
+
cr as DrawerOverlay,
|
|
187
|
+
Mr as DrawerPortal,
|
|
188
|
+
Pr as DrawerTitle,
|
|
189
|
+
vr as DrawerTrigger,
|
|
190
|
+
Ar as DropdownMenu,
|
|
191
|
+
wr as DropdownMenuCheckboxItem,
|
|
192
|
+
hr as DropdownMenuContent,
|
|
193
|
+
Fr as DropdownMenuGroup,
|
|
194
|
+
Lr as DropdownMenuItem,
|
|
195
|
+
Rr as DropdownMenuLabel,
|
|
196
|
+
Br as DropdownMenuPortal,
|
|
195
197
|
r as DropdownMenuPrimitive,
|
|
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
|
-
Le as
|
|
232
|
-
Be as
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
tt as
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
St as
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
wt as
|
|
272
|
-
Ft as
|
|
273
|
-
|
|
274
|
-
Rt as
|
|
275
|
-
|
|
276
|
-
Gt as
|
|
277
|
-
|
|
278
|
-
Ht as
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
_t as
|
|
284
|
-
|
|
285
|
-
Yt as
|
|
286
|
-
jt as
|
|
287
|
-
qt as
|
|
288
|
-
Jt as
|
|
289
|
-
Kt as
|
|
290
|
-
Qt as
|
|
291
|
-
Wt as
|
|
292
|
-
Xt as
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
na as
|
|
297
|
-
ia as
|
|
298
|
-
pa as
|
|
299
|
-
ma as
|
|
300
|
-
la as
|
|
301
|
-
ua as
|
|
302
|
-
da as
|
|
303
|
-
ga as
|
|
304
|
-
xa as
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
Ca as
|
|
309
|
-
Ta as
|
|
310
|
-
Da as
|
|
311
|
-
ca as
|
|
312
|
-
Ma as
|
|
313
|
-
Pa as
|
|
314
|
-
va as
|
|
315
|
-
Ia as
|
|
316
|
-
Aa as
|
|
317
|
-
wa as
|
|
318
|
-
ha as
|
|
319
|
-
Fa as
|
|
320
|
-
La as
|
|
321
|
-
Ra as
|
|
322
|
-
Ba as
|
|
323
|
-
Ga as
|
|
324
|
-
ka as
|
|
325
|
-
Ha as
|
|
326
|
-
ya as
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
Ja as
|
|
333
|
-
|
|
334
|
-
Qa as
|
|
335
|
-
Wa as
|
|
336
|
-
Xa as
|
|
337
|
-
Za as
|
|
338
|
-
$a as
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
en as
|
|
343
|
-
|
|
344
|
-
an as
|
|
345
|
-
nn as
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
Tn as
|
|
352
|
-
Dn as
|
|
353
|
-
cn as
|
|
354
|
-
Mn as
|
|
355
|
-
Pn as
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
On as
|
|
362
|
-
|
|
363
|
-
En as
|
|
364
|
-
zn as
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
198
|
+
Gr as DropdownMenuRadioGroup,
|
|
199
|
+
kr as DropdownMenuRadioItem,
|
|
200
|
+
Hr as DropdownMenuSeparator,
|
|
201
|
+
yr as DropdownMenuShortcut,
|
|
202
|
+
Nr as DropdownMenuSub,
|
|
203
|
+
Or as DropdownMenuSubContent,
|
|
204
|
+
Vr as DropdownMenuSubTrigger,
|
|
205
|
+
Er as DropdownMenuTrigger,
|
|
206
|
+
Jn as Dropzone,
|
|
207
|
+
_r as Form,
|
|
208
|
+
$r as FormCheckbox,
|
|
209
|
+
re as FormCombobox,
|
|
210
|
+
Ur as FormControl,
|
|
211
|
+
te as FormDatePicker,
|
|
212
|
+
Yr as FormDescription,
|
|
213
|
+
Zn as FormDropzone,
|
|
214
|
+
jr as FormField,
|
|
215
|
+
ne as FormInput,
|
|
216
|
+
qr as FormItem,
|
|
217
|
+
Jr as FormLabel,
|
|
218
|
+
Kr as FormMessage,
|
|
219
|
+
Xr as FormRenderControl,
|
|
220
|
+
pe as FormSelect,
|
|
221
|
+
le as FormTextarea,
|
|
222
|
+
de as Header,
|
|
223
|
+
xe as HoverCard,
|
|
224
|
+
be as HoverCardContent,
|
|
225
|
+
fe as HoverCardTrigger,
|
|
226
|
+
Ce as Input,
|
|
227
|
+
ce as InputOTP,
|
|
228
|
+
Me as InputOTPGroup,
|
|
229
|
+
Pe as InputOTPSeparator,
|
|
230
|
+
ve as InputOTPSlot,
|
|
231
|
+
Ae as Label,
|
|
232
|
+
e as LabelPrimitive,
|
|
233
|
+
Le as LazyLoader,
|
|
234
|
+
Be as LoadedIcon,
|
|
235
|
+
ke as LoadingMask,
|
|
236
|
+
Oe as LoadingProgress,
|
|
237
|
+
_e as Menubar,
|
|
238
|
+
Ue as MenubarCheckboxItem,
|
|
239
|
+
Ye as MenubarContent,
|
|
240
|
+
je as MenubarGroup,
|
|
241
|
+
qe as MenubarItem,
|
|
242
|
+
Je as MenubarLabel,
|
|
243
|
+
Ke as MenubarMenu,
|
|
244
|
+
Qe as MenubarPortal,
|
|
245
|
+
We as MenubarRadioGroup,
|
|
246
|
+
Xe as MenubarRadioItem,
|
|
247
|
+
Ze as MenubarSeparator,
|
|
248
|
+
$e as MenubarShortcut,
|
|
249
|
+
ot as MenubarSub,
|
|
250
|
+
rt as MenubarSubContent,
|
|
251
|
+
et as MenubarSubTrigger,
|
|
252
|
+
tt as MenubarTrigger,
|
|
253
|
+
nt as NavigationMenu,
|
|
254
|
+
it as NavigationMenuContent,
|
|
255
|
+
pt as NavigationMenuIndicator,
|
|
256
|
+
mt as NavigationMenuItem,
|
|
257
|
+
lt as NavigationMenuLink,
|
|
258
|
+
ut as NavigationMenuList,
|
|
259
|
+
dt as NavigationMenuTrigger,
|
|
260
|
+
gt as NavigationMenuViewport,
|
|
261
|
+
st as Pagination,
|
|
262
|
+
St as PaginationContent,
|
|
263
|
+
Ct as PaginationEllipsis,
|
|
264
|
+
Tt as PaginationItem,
|
|
265
|
+
Dt as PaginationLink,
|
|
266
|
+
ct as PaginationNext,
|
|
267
|
+
Mt as PaginationPrevious,
|
|
268
|
+
Te as PasswordInput,
|
|
269
|
+
vt as Popover,
|
|
270
|
+
It as PopoverAnchor,
|
|
271
|
+
At as PopoverContent,
|
|
272
|
+
t as PopoverPrimitive,
|
|
273
|
+
wt as PopoverTrigger,
|
|
274
|
+
Ft as Progress,
|
|
275
|
+
a as ProgressPrimitive,
|
|
276
|
+
Rt as RadioGroup,
|
|
277
|
+
Bt as RadioGroupItem,
|
|
278
|
+
Gt as RadioGroupLabel,
|
|
279
|
+
ye as RenderLoadingMask,
|
|
280
|
+
Ht as ResizableHandle,
|
|
281
|
+
yt as ResizablePanel,
|
|
282
|
+
Nt as ResizablePanelGroup,
|
|
283
|
+
Vt as ScrollArea,
|
|
284
|
+
Et as ScrollBar,
|
|
285
|
+
_t as Search,
|
|
286
|
+
ra as Select,
|
|
287
|
+
Yt as SelectContent,
|
|
288
|
+
jt as SelectGroup,
|
|
289
|
+
qt as SelectItem,
|
|
290
|
+
Jt as SelectLabel,
|
|
291
|
+
Kt as SelectRoot,
|
|
292
|
+
Qt as SelectScrollDownButton,
|
|
293
|
+
Wt as SelectScrollUpButton,
|
|
294
|
+
Xt as SelectSeparator,
|
|
295
|
+
Zt as SelectTrigger,
|
|
296
|
+
$t as SelectValue,
|
|
297
|
+
ta as Separator,
|
|
298
|
+
na as Sheet,
|
|
299
|
+
ia as SheetClose,
|
|
300
|
+
pa as SheetContent,
|
|
301
|
+
ma as SheetDescription,
|
|
302
|
+
la as SheetFooter,
|
|
303
|
+
ua as SheetHeader,
|
|
304
|
+
da as SheetOverlay,
|
|
305
|
+
ga as SheetPortal,
|
|
306
|
+
xa as SheetTitle,
|
|
307
|
+
ba as SheetTrigger,
|
|
308
|
+
sa as Sidebar,
|
|
309
|
+
Sa as SidebarContent,
|
|
310
|
+
Ca as SidebarFooter,
|
|
311
|
+
Ta as SidebarGroup,
|
|
312
|
+
Da as SidebarGroupAction,
|
|
313
|
+
ca as SidebarGroupContent,
|
|
314
|
+
Ma as SidebarGroupLabel,
|
|
315
|
+
Pa as SidebarHeader,
|
|
316
|
+
va as SidebarInput,
|
|
317
|
+
Ia as SidebarInset,
|
|
318
|
+
Aa as SidebarMenu,
|
|
319
|
+
wa as SidebarMenuAction,
|
|
320
|
+
ha as SidebarMenuBadge,
|
|
321
|
+
Fa as SidebarMenuButton,
|
|
322
|
+
La as SidebarMenuItem,
|
|
323
|
+
Ra as SidebarMenuSkeleton,
|
|
324
|
+
Ba as SidebarMenuSub,
|
|
325
|
+
Ga as SidebarMenuSubButton,
|
|
326
|
+
ka as SidebarMenuSubItem,
|
|
327
|
+
Ha as SidebarProvider,
|
|
328
|
+
ya as SidebarRail,
|
|
329
|
+
Na as SidebarSeparator,
|
|
330
|
+
Oa as SidebarTrigger,
|
|
331
|
+
za as Skeleton,
|
|
332
|
+
Ua as Slider,
|
|
333
|
+
ja as Sonner,
|
|
334
|
+
Ja as Switch,
|
|
335
|
+
un as TabRender,
|
|
336
|
+
Qa as Table,
|
|
337
|
+
Wa as TableBody,
|
|
338
|
+
Xa as TableCaption,
|
|
339
|
+
Za as TableCell,
|
|
340
|
+
$a as TableFooter,
|
|
341
|
+
on as TableHead,
|
|
342
|
+
rn as TableHeader,
|
|
343
|
+
oi as TablePagination,
|
|
344
|
+
en as TableRow,
|
|
345
|
+
dn as Tabs,
|
|
346
|
+
an as TabsContent,
|
|
347
|
+
nn as TabsList,
|
|
348
|
+
pn as TabsRoot,
|
|
349
|
+
mn as TabsTrigger,
|
|
350
|
+
xn as Textarea,
|
|
351
|
+
Sn as ThemeModeToggle,
|
|
352
|
+
fn as ThemeProvider,
|
|
353
|
+
Tn as Toast,
|
|
354
|
+
Dn as ToastAction,
|
|
355
|
+
cn as ToastClose,
|
|
356
|
+
Mn as ToastDescription,
|
|
357
|
+
Pn as ToastProvider,
|
|
358
|
+
vn as ToastTitle,
|
|
359
|
+
In as ToastViewport,
|
|
360
|
+
Bn as Toaster,
|
|
361
|
+
kn as Toggle,
|
|
362
|
+
Nn as ToggleGroup,
|
|
363
|
+
On as ToggleGroupItem,
|
|
364
|
+
jn as Tooltip,
|
|
365
|
+
En as TooltipContent,
|
|
366
|
+
zn as TooltipProvider,
|
|
367
|
+
_n as TooltipRoot,
|
|
368
|
+
Un as TooltipTrigger,
|
|
369
|
+
Y as badgeVariants,
|
|
370
|
+
io as buttonIconVariants,
|
|
371
|
+
eo as buttonVariants,
|
|
372
|
+
he as labelVariants,
|
|
373
|
+
Ee as loadingProgressVariants,
|
|
374
|
+
bt as navigationMenuVariants,
|
|
375
|
+
wn as reducer,
|
|
376
|
+
hn as toast,
|
|
377
|
+
Hn as toggleVariants,
|
|
378
|
+
xr as useDialogOverlayContainer,
|
|
379
|
+
Qr as useFormField,
|
|
380
|
+
Fn as useNotify,
|
|
381
|
+
Va as useSidebar,
|
|
382
|
+
Ln as useToast
|
|
379
383
|
};
|
|
380
384
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneplatformdev/ui",
|
|
3
|
-
"version": "0.1.10-
|
|
3
|
+
"version": "0.1.10-35",
|
|
4
4
|
"description": "UI component library for OnePlatform",
|
|
5
5
|
"author": "One Platform Development Team",
|
|
6
6
|
"keywords": [
|
|
@@ -54,7 +54,8 @@
|
|
|
54
54
|
"react-hook-form": "^7.54.2",
|
|
55
55
|
"class-variance-authority": "^0.7.1",
|
|
56
56
|
"lucide-react": "^0.544.0",
|
|
57
|
-
"zod": "^3.24.1"
|
|
57
|
+
"zod": "^3.24.1",
|
|
58
|
+
"@tanstack/react-table": "^8.21.3"
|
|
58
59
|
},
|
|
59
60
|
"peerDependenciesMeta": {
|
|
60
61
|
"@types/react": {
|
|
@@ -93,7 +94,6 @@
|
|
|
93
94
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
94
95
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
95
96
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
96
|
-
"@tanstack/react-table": "^8.21.3",
|
|
97
97
|
"cmdk": "1.1.1",
|
|
98
98
|
"date-fns": "^4.1.0",
|
|
99
99
|
"embla-carousel-react": "^8.6.0",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"recharts": "^3.2.0",
|
|
106
106
|
"sonner": "^2.0.7",
|
|
107
107
|
"vaul": "^1.1.2",
|
|
108
|
-
"@oneplatformdev/tokens": "^0.0.1-
|
|
109
|
-
"@oneplatformdev/hooks": "^0.1.0-
|
|
110
|
-
"@oneplatformdev/utils": "^0.1.1-
|
|
108
|
+
"@oneplatformdev/tokens": "^0.0.1-57",
|
|
109
|
+
"@oneplatformdev/hooks": "^0.1.0-70",
|
|
110
|
+
"@oneplatformdev/utils": "^0.1.1-84"
|
|
111
111
|
}
|
|
112
112
|
}
|