@oneplatformdev/ui 0.0.1-beta.11
Sign up to get free protection for your applications and to get access to all the features.
- package/Accordion/Accordion.d.ts +7 -0
- package/Accordion/Accordion.mjs +46 -0
- package/Accordion/index.d.ts +1 -0
- package/Accordion/index.mjs +7 -0
- package/Accordion/package.json +7 -0
- package/Alert/Alert.d.ts +7 -0
- package/Alert/Alert.mjs +37 -0
- package/Alert/alertVariants.d.ts +4 -0
- package/Alert/alertVariants.mjs +19 -0
- package/Alert/index.d.ts +1 -0
- package/Alert/index.mjs +6 -0
- package/Alert/package.json +7 -0
- package/AlertDialog/AlertDialog.d.ts +65 -0
- package/AlertDialog/AlertDialog.mjs +97 -0
- package/AlertDialog/AlertDialog.types.d.ts +53 -0
- package/AlertDialog/AlertDialogRoot.d.ts +21 -0
- package/AlertDialog/AlertDialogRoot.mjs +114 -0
- package/AlertDialog/index.d.ts +3 -0
- package/AlertDialog/index.mjs +16 -0
- package/AlertDialog/package.json +7 -0
- package/AreaChart/AreaChart.d.ts +4 -0
- package/AreaChart/AreaChart.mjs +27 -0
- package/AreaChart/AreaChart.types.d.ts +15 -0
- package/AreaChart/index.d.ts +2 -0
- package/AreaChart/index.mjs +4 -0
- package/AreaChart/package.json +7 -0
- package/Aside/Aside.d.ts +4 -0
- package/Aside/Aside.mjs +23 -0
- package/Aside/Aside.types.d.ts +18 -0
- package/Aside/AsideSidebar.d.ts +3 -0
- package/Aside/AsideSidebar.mjs +37 -0
- package/Aside/index.d.ts +3 -0
- package/Aside/index.mjs +7 -0
- package/Aside/package.json +7 -0
- package/AspectRatio/AspectRatio.d.ts +2 -0
- package/AspectRatio/AspectRatio.mjs +5 -0
- package/AspectRatio/index.d.ts +1 -0
- package/AspectRatio/index.mjs +5 -0
- package/AspectRatio/package.json +7 -0
- package/Avatar/Avatar.d.ts +5 -0
- package/Avatar/Avatar.mjs +42 -0
- package/Avatar/index.d.ts +1 -0
- package/Avatar/index.mjs +6 -0
- package/Avatar/package.json +7 -0
- package/Badge/Badge.d.ts +5 -0
- package/Badge/Badge.mjs +10 -0
- package/Badge/Badge.types.d.ts +5 -0
- package/Badge/badgeVariants.d.ts +3 -0
- package/Badge/badgeVariants.mjs +20 -0
- package/Badge/index.d.ts +3 -0
- package/Badge/index.mjs +6 -0
- package/Badge/package.json +7 -0
- package/Breadcrumb/Breadcrumb.d.ts +19 -0
- package/Breadcrumb/Breadcrumb.mjs +90 -0
- package/Breadcrumb/index.d.ts +1 -0
- package/Breadcrumb/index.mjs +10 -0
- package/Breadcrumb/package.json +7 -0
- package/Button/Button.d.ts +4 -0
- package/Button/Button.mjs +31 -0
- package/Button/Button.types.d.ts +8 -0
- package/Button/buttonVariants.d.ts +4 -0
- package/Button/buttonVariants.mjs +29 -0
- package/Button/index.d.ts +3 -0
- package/Button/index.mjs +7 -0
- package/Button/package.json +7 -0
- package/ButtonIcon/ButtonIcon.d.ts +3 -0
- package/ButtonIcon/ButtonIcon.mjs +29 -0
- package/ButtonIcon/ButtonIcon.types.d.ts +7 -0
- package/ButtonIcon/buttonIconVariants.d.ts +7 -0
- package/ButtonIcon/buttonIconVariants.mjs +139 -0
- package/ButtonIcon/index.d.ts +3 -0
- package/ButtonIcon/index.mjs +7 -0
- package/ButtonIcon/package.json +7 -0
- package/Calendar/Calendar.d.ts +8 -0
- package/Calendar/Calendar.mjs +63 -0
- package/Calendar/index.d.ts +1 -0
- package/Calendar/index.mjs +4 -0
- package/Calendar/package.json +7 -0
- package/Card/Card.d.ts +8 -0
- package/Card/Card.mjs +61 -0
- package/Card/index.d.ts +1 -0
- package/Card/index.mjs +9 -0
- package/Card/package.json +7 -0
- package/Carousel/Carousel.d.ts +18 -0
- package/Carousel/Carousel.mjs +168 -0
- package/Carousel/index.d.ts +1 -0
- package/Carousel/index.mjs +8 -0
- package/Carousel/package.json +7 -0
- package/Chart/Chart.d.ts +62 -0
- package/Chart/Chart.mjs +210 -0
- package/Chart/index.d.ts +1 -0
- package/Chart/index.mjs +9 -0
- package/Chart/package.json +7 -0
- package/Checkbox/Checkbox.d.ts +4 -0
- package/Checkbox/Checkbox.mjs +27 -0
- package/Checkbox/index.d.ts +1 -0
- package/Checkbox/index.mjs +4 -0
- package/Checkbox/package.json +7 -0
- package/Collapsible/Collapsible.d.ts +5 -0
- package/Collapsible/Collapsible.mjs +7 -0
- package/Collapsible/index.d.ts +1 -0
- package/Collapsible/index.mjs +6 -0
- package/Collapsible/package.json +7 -0
- package/Combobox/Combobox.d.ts +4 -0
- package/Combobox/Combobox.mjs +126 -0
- package/Combobox/Combobox.types.d.ts +15 -0
- package/Combobox/index.d.ts +2 -0
- package/Combobox/index.mjs +4 -0
- package/Combobox/package.json +7 -0
- package/Command/Command.d.ts +80 -0
- package/Command/Command.mjs +109 -0
- package/Command/index.d.ts +1 -0
- package/Command/index.mjs +12 -0
- package/Command/package.json +7 -0
- package/DataTable/DataTable.d.ts +4 -0
- package/DataTable/DataTable.mjs +64 -0
- package/DataTable/DataTable.types.d.ts +11 -0
- package/DataTable/index.d.ts +2 -0
- package/DataTable/index.mjs +4 -0
- package/DataTable/package.json +7 -0
- package/DataTable/useDataTable.d.ts +3 -0
- package/DataTable/useDataTable.mjs +30 -0
- package/DatePicker/DatePicker.d.ts +3 -0
- package/DatePicker/DatePicker.mjs +699 -0
- package/DatePicker/DatePicker.types.d.ts +5 -0
- package/DatePicker/index.d.ts +3 -0
- package/DatePicker/index.mjs +5 -0
- package/DatePicker/package.json +7 -0
- package/Dialog/Dialog.d.ts +19 -0
- package/Dialog/Dialog.mjs +100 -0
- package/Dialog/index.d.ts +1 -0
- package/Dialog/index.mjs +13 -0
- package/Dialog/package.json +7 -0
- package/Drawer/Drawer.d.ts +22 -0
- package/Drawer/Drawer.mjs +98 -0
- package/Drawer/index.d.ts +1 -0
- package/Drawer/index.mjs +13 -0
- package/Drawer/package.json +7 -0
- package/DropdownMenu/DropdownMenu.d.ts +27 -0
- package/DropdownMenu/DropdownMenu.mjs +144 -0
- package/DropdownMenu/index.d.ts +1 -0
- package/DropdownMenu/index.mjs +18 -0
- package/DropdownMenu/package.json +7 -0
- package/Dropzone/Dropzone.d.ts +16 -0
- package/Dropzone/Dropzone.mjs +2923 -0
- package/Dropzone/Dropzone.types.d.ts +21 -0
- package/Dropzone/FilePreview.d.ts +15 -0
- package/Dropzone/FilePreview.mjs +7 -0
- package/Dropzone/index.d.ts +2 -0
- package/Dropzone/index.mjs +7 -0
- package/Dropzone/package.json +7 -0
- package/FilePreview-C6IeuOqo.js +40 -0
- package/Form/Form.d.ts +23 -0
- package/Form/Form.mjs +95 -0
- package/Form/FormRenderControl.d.ts +5 -0
- package/Form/FormRenderControl.mjs +21 -0
- package/Form/FormRenderControl.types.d.ts +18 -0
- package/Form/index.d.ts +3 -0
- package/Form/index.mjs +13 -0
- package/Form/package.json +7 -0
- package/FormCheckbox/FormCheckbox.d.ts +5 -0
- package/FormCheckbox/FormCheckbox.mjs +30 -0
- package/FormCheckbox/FormCheckbox.types.d.ts +7 -0
- package/FormCheckbox/index.d.ts +2 -0
- package/FormCheckbox/index.mjs +4 -0
- package/FormCheckbox/package.json +7 -0
- package/FormCombobox/FormCombobox.d.ts +4 -0
- package/FormCombobox/FormCombobox.mjs +26 -0
- package/FormCombobox/FormCombobox.types.d.ts +7 -0
- package/FormCombobox/index.d.ts +2 -0
- package/FormCombobox/index.mjs +4 -0
- package/FormCombobox/package.json +7 -0
- package/FormDatePicker/FormDatePicker.d.ts +4 -0
- package/FormDatePicker/FormDatePicker.mjs +27 -0
- package/FormDatePicker/FormDatePicker.types.d.ts +7 -0
- package/FormDatePicker/index.d.ts +3 -0
- package/FormDatePicker/index.mjs +5 -0
- package/FormDatePicker/package.json +7 -0
- package/FormInput/FormInput.d.ts +5 -0
- package/FormInput/FormInput.mjs +26 -0
- package/FormInput/FormInput.types.d.ts +7 -0
- package/FormInput/index.d.ts +2 -0
- package/FormInput/index.mjs +4 -0
- package/FormInput/package.json +7 -0
- package/FormSelect/FormSelect.d.ts +5 -0
- package/FormSelect/FormSelect.mjs +38 -0
- package/FormSelect/FormSelect.types.d.ts +7 -0
- package/FormSelect/index.d.ts +2 -0
- package/FormSelect/index.mjs +4 -0
- package/FormSelect/package.json +7 -0
- package/FormTextarea/FormTextarea.d.ts +5 -0
- package/FormTextarea/FormTextarea.mjs +26 -0
- package/FormTextarea/FormTextarea.types.d.ts +7 -0
- package/FormTextarea/index.d.ts +2 -0
- package/FormTextarea/index.mjs +4 -0
- package/FormTextarea/package.json +7 -0
- package/Header/Header.d.ts +4 -0
- package/Header/Header.mjs +26 -0
- package/Header/Header.types.d.ts +3 -0
- package/Header/index.d.ts +2 -0
- package/Header/index.mjs +5 -0
- package/Header/package.json +7 -0
- package/HoverCard/HoverCard.d.ts +6 -0
- package/HoverCard/HoverCard.mjs +23 -0
- package/HoverCard/index.d.ts +1 -0
- package/HoverCard/index.mjs +6 -0
- package/HoverCard/package.json +7 -0
- package/Input/Input.d.ts +6 -0
- package/Input/Input.mjs +61 -0
- package/Input/Input.types.d.ts +13 -0
- package/Input/index.d.ts +3 -0
- package/Input/index.mjs +7 -0
- package/Input/inputVariants.d.ts +3 -0
- package/Input/inputVariants.mjs +18 -0
- package/Input/package.json +7 -0
- package/InputOTP/InputOTP.d.ts +34 -0
- package/InputOTP/InputOTP.mjs +48 -0
- package/InputOTP/index.d.ts +1 -0
- package/InputOTP/index.mjs +7 -0
- package/InputOTP/package.json +7 -0
- package/Label/Label.d.ts +5 -0
- package/Label/Label.mjs +17 -0
- package/Label/index.d.ts +2 -0
- package/Label/index.mjs +6 -0
- package/Label/labelVariants.d.ts +1 -0
- package/Label/labelVariants.mjs +7 -0
- package/Label/package.json +7 -0
- package/LazyLoader/LazyLoader.d.ts +20 -0
- package/LazyLoader/LazyLoader.mjs +7 -0
- package/LazyLoader/index.d.ts +1 -0
- package/LazyLoader/index.mjs +5 -0
- package/LazyLoader/package.json +7 -0
- package/LoadingMask/LoadingMask.d.ts +1 -0
- package/LoadingMask/LoadingMask.mjs +59 -0
- package/LoadingMask/index.d.ts +1 -0
- package/LoadingMask/index.mjs +4 -0
- package/LoadingMask/package.json +7 -0
- package/LoadingProgress/LoadingProgress.d.ts +4 -0
- package/LoadingProgress/LoadingProgress.mjs +37 -0
- package/LoadingProgress/LoadingProgress.types.d.ts +8 -0
- package/LoadingProgress/index.d.ts +3 -0
- package/LoadingProgress/index.mjs +6 -0
- package/LoadingProgress/loadingProgressVariants.d.ts +4 -0
- package/LoadingProgress/loadingProgressVariants.mjs +24 -0
- package/LoadingProgress/package.json +7 -0
- package/Menubar/Menubar.d.ts +28 -0
- package/Menubar/Menubar.mjs +175 -0
- package/Menubar/index.d.ts +1 -0
- package/Menubar/index.mjs +19 -0
- package/Menubar/package.json +7 -0
- package/NavigationMenu/NavigationMenu.d.ts +11 -0
- package/NavigationMenu/NavigationMenu.mjs +101 -0
- package/NavigationMenu/index.d.ts +2 -0
- package/NavigationMenu/index.mjs +13 -0
- package/NavigationMenu/navigationMenuVariants.d.ts +1 -0
- package/NavigationMenu/navigationMenuVariants.mjs +7 -0
- package/NavigationMenu/package.json +7 -0
- package/Pagination/Pagination.d.ts +28 -0
- package/Pagination/Pagination.mjs +106 -0
- package/Pagination/index.d.ts +1 -0
- package/Pagination/index.mjs +10 -0
- package/Pagination/package.json +7 -0
- package/Popover/Popover.d.ts +7 -0
- package/Popover/Popover.mjs +24 -0
- package/Popover/index.d.ts +1 -0
- package/Popover/index.mjs +7 -0
- package/Popover/package.json +7 -0
- package/Progress/Progress.d.ts +4 -0
- package/Progress/Progress.mjs +26 -0
- package/Progress/index.d.ts +1 -0
- package/Progress/index.mjs +4 -0
- package/Progress/package.json +7 -0
- package/README.md +33 -0
- package/RadioGroup/RadioGroup.d.ts +5 -0
- package/RadioGroup/RadioGroup.mjs +31 -0
- package/RadioGroup/index.d.ts +1 -0
- package/RadioGroup/index.mjs +5 -0
- package/RadioGroup/package.json +7 -0
- package/Resizable/Resizable.d.ts +23 -0
- package/Resizable/Resizable.mjs +36 -0
- package/Resizable/index.d.ts +1 -0
- package/Resizable/index.mjs +6 -0
- package/Resizable/package.json +7 -0
- package/ScrollArea/ScrollArea.d.ts +5 -0
- package/ScrollArea/ScrollArea.mjs +38 -0
- package/ScrollArea/index.d.ts +1 -0
- package/ScrollArea/index.mjs +5 -0
- package/ScrollArea/package.json +7 -0
- package/Search/Search.d.ts +4 -0
- package/Search/Search.mjs +30 -0
- package/Search/Search.types.d.ts +6 -0
- package/Search/index.d.ts +3 -0
- package/Search/index.mjs +5 -0
- package/Search/package.json +7 -0
- package/Select/Select.d.ts +3 -0
- package/Select/Select.mjs +72 -0
- package/Select/Select.types.d.ts +29 -0
- package/Select/SelectRoot.d.ts +13 -0
- package/Select/SelectRoot.mjs +121 -0
- package/Select/index.d.ts +3 -0
- package/Select/index.mjs +15 -0
- package/Select/package.json +7 -0
- package/Separator/Separator.d.ts +4 -0
- package/Separator/Separator.mjs +24 -0
- package/Separator/index.d.ts +1 -0
- package/Separator/index.mjs +4 -0
- package/Separator/package.json +7 -0
- package/Sheet/Sheet.d.ts +25 -0
- package/Sheet/Sheet.mjs +110 -0
- package/Sheet/index.d.ts +1 -0
- package/Sheet/index.mjs +13 -0
- package/Sheet/package.json +7 -0
- package/Sidebar/Sidebar.d.ts +66 -0
- package/Sidebar/Sidebar.mjs +543 -0
- package/Sidebar/index.d.ts +1 -0
- package/Sidebar/index.mjs +27 -0
- package/Sidebar/package.json +7 -0
- package/Skeleton/Skeleton.d.ts +4 -0
- package/Skeleton/Skeleton.mjs +17 -0
- package/Skeleton/index.d.ts +1 -0
- package/Skeleton/index.mjs +4 -0
- package/Skeleton/package.json +7 -0
- package/Slider/Slider.d.ts +4 -0
- package/Slider/Slider.mjs +23 -0
- package/Slider/index.d.ts +1 -0
- package/Slider/index.mjs +4 -0
- package/Slider/package.json +7 -0
- package/Sonner/Sonner.d.ts +5 -0
- package/Sonner/Sonner.mjs +25 -0
- package/Sonner/index.d.ts +1 -0
- package/Sonner/index.mjs +4 -0
- package/Sonner/package.json +7 -0
- package/Switch/Switch.d.ts +4 -0
- package/Switch/Switch.mjs +27 -0
- package/Switch/index.d.ts +1 -0
- package/Switch/index.mjs +4 -0
- package/Switch/package.json +7 -0
- package/Table/Table.d.ts +10 -0
- package/Table/Table.mjs +90 -0
- package/Table/index.d.ts +1 -0
- package/Table/index.mjs +11 -0
- package/Table/package.json +7 -0
- package/Tabs/Tabs.d.ts +4 -0
- package/Tabs/Tabs.mjs +9 -0
- package/Tabs/Tabs.types.d.ts +9 -0
- package/Tabs/TabsRoot.d.ts +7 -0
- package/Tabs/TabsRoot.mjs +46 -0
- package/Tabs/index.d.ts +2 -0
- package/Tabs/index.mjs +9 -0
- package/Tabs/package.json +7 -0
- package/Textarea/Textarea.d.ts +4 -0
- package/Textarea/Textarea.mjs +18 -0
- package/Textarea/Textarea.types.d.ts +4 -0
- package/Textarea/index.d.ts +2 -0
- package/Textarea/index.mjs +4 -0
- package/Textarea/package.json +7 -0
- package/Theme/ThemeModeToggle.d.ts +8 -0
- package/Theme/ThemeModeToggle.mjs +48 -0
- package/Theme/ThemeProvider.d.ts +4 -0
- package/Theme/ThemeProvider.mjs +27 -0
- package/Theme/index.d.ts +2 -0
- package/Theme/index.mjs +6 -0
- package/Theme/package.json +7 -0
- package/Toast/Toast.d.ts +13 -0
- package/Toast/Toast.mjs +80 -0
- package/Toast/Toast.types.d.ts +34 -0
- package/Toast/index.d.ts +3 -0
- package/Toast/index.mjs +15 -0
- package/Toast/package.json +7 -0
- package/Toast/toast.constants.d.ts +6 -0
- package/Toast/toast.constants.mjs +9 -0
- package/Toast/toastVariants.d.ts +3 -0
- package/Toast/toastVariants.mjs +21 -0
- package/Toast/useToast.d.ts +16 -0
- package/Toast/useToast.mjs +101 -0
- package/Toaster/Toaster.d.ts +1 -0
- package/Toaster/Toaster.mjs +22 -0
- package/Toaster/index.d.ts +1 -0
- package/Toaster/index.mjs +4 -0
- package/Toaster/package.json +7 -0
- package/Toggle/Toggle.d.ts +12 -0
- package/Toggle/Toggle.mjs +37 -0
- package/Toggle/index.d.ts +1 -0
- package/Toggle/index.mjs +5 -0
- package/Toggle/package.json +7 -0
- package/ToggleGroup/ToggleGroup.d.ts +12 -0
- package/ToggleGroup/ToggleGroup.mjs +41 -0
- package/ToggleGroup/index.d.ts +1 -0
- package/ToggleGroup/index.mjs +5 -0
- package/ToggleGroup/package.json +7 -0
- package/Tooltip/Tooltip.d.ts +4 -0
- package/Tooltip/Tooltip.mjs +12 -0
- package/Tooltip/Tooltip.types.d.ts +8 -0
- package/Tooltip/TooltipRoot.d.ts +7 -0
- package/Tooltip/TooltipRoot.mjs +23 -0
- package/Tooltip/index.d.ts +3 -0
- package/Tooltip/index.mjs +9 -0
- package/Tooltip/package.json +7 -0
- package/index.css +1 -0
- package/index.d.ts +66 -0
- package/index.mjs +358 -0
- package/package.json +103 -0
- package/tailwind.config.mjs +148 -0
package/index.d.ts
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
export * from './Accordion';
|
2
|
+
export * from './Alert';
|
3
|
+
export * from './AlertDialog';
|
4
|
+
export * from './AreaChart';
|
5
|
+
export * from './Aside';
|
6
|
+
export * from './AspectRatio';
|
7
|
+
export * from './Avatar';
|
8
|
+
export * from './Badge';
|
9
|
+
export * from './Breadcrumb';
|
10
|
+
export * from './Button';
|
11
|
+
export * from './ButtonIcon';
|
12
|
+
export * from './Calendar';
|
13
|
+
export * from './Card';
|
14
|
+
export * from './Carousel';
|
15
|
+
export * from './Chart';
|
16
|
+
export * from './Checkbox';
|
17
|
+
export * from './Collapsible';
|
18
|
+
export * from './Combobox';
|
19
|
+
export * from './Command';
|
20
|
+
export * from './DataTable';
|
21
|
+
export * from './DatePicker';
|
22
|
+
export * from './Dialog';
|
23
|
+
export * from './Drawer';
|
24
|
+
export * from './DropdownMenu';
|
25
|
+
export * from './Form';
|
26
|
+
export * from './FormCheckbox';
|
27
|
+
export * from './FormCombobox';
|
28
|
+
export * from './FormDatePicker';
|
29
|
+
export * from './FormInput';
|
30
|
+
export * from './FormSelect';
|
31
|
+
export * from './FormTextarea';
|
32
|
+
export * from './Header';
|
33
|
+
export * from './HoverCard';
|
34
|
+
export * from './Input';
|
35
|
+
export * from './InputOTP';
|
36
|
+
export * from './Label';
|
37
|
+
export * from './LazyLoader';
|
38
|
+
export * from './LoadingMask';
|
39
|
+
export * from './LoadingProgress';
|
40
|
+
export * from './Menubar';
|
41
|
+
export * from './NavigationMenu';
|
42
|
+
export * from './Pagination';
|
43
|
+
export * from './Popover';
|
44
|
+
export * from './Progress';
|
45
|
+
export * from './RadioGroup';
|
46
|
+
export * from './Resizable';
|
47
|
+
export * from './ScrollArea';
|
48
|
+
export * from './Search';
|
49
|
+
export * from './Select';
|
50
|
+
export * from './Separator';
|
51
|
+
export * from './Sheet';
|
52
|
+
export * from './Sidebar';
|
53
|
+
export * from './Skeleton';
|
54
|
+
export * from './Slider';
|
55
|
+
export * from './Sonner';
|
56
|
+
export * from './Switch';
|
57
|
+
export * from './Table';
|
58
|
+
export * from './Tabs';
|
59
|
+
export * from './Textarea';
|
60
|
+
export * from './Theme';
|
61
|
+
export * from './Toast';
|
62
|
+
export * from './Toaster';
|
63
|
+
export * from './Toggle';
|
64
|
+
export * from './ToggleGroup';
|
65
|
+
export * from './Tooltip';
|
66
|
+
export * from './Dropzone';
|
package/index.mjs
ADDED
@@ -0,0 +1,358 @@
|
|
1
|
+
import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./Accordion/Accordion.mjs";
|
2
|
+
import { Alert as p, AlertDescription as l, AlertTitle as m } from "./Alert/Alert.mjs";
|
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
|
+
import { AlertDialog as P } from "./AlertDialog/AlertDialog.mjs";
|
5
|
+
import { AreaChart as I } from "./AreaChart/AreaChart.mjs";
|
6
|
+
import { Aside as h } from "./Aside/Aside.mjs";
|
7
|
+
import { AsideSidebar as F } from "./Aside/AsideSidebar.mjs";
|
8
|
+
import { AspectRatio as B } from "./AspectRatio/AspectRatio.mjs";
|
9
|
+
import { Avatar as R, AvatarFallback as k, AvatarImage as H } from "./Avatar/Avatar.mjs";
|
10
|
+
import { Badge as V } from "./Badge/Badge.mjs";
|
11
|
+
import { badgeVariants as E } from "./Badge/badgeVariants.mjs";
|
12
|
+
import { Breadcrumb as z, BreadcrumbEllipsis as _, BreadcrumbItem as U, BreadcrumbLink as Y, BreadcrumbList as j, BreadcrumbPage as q, BreadcrumbSeparator as J } from "./Breadcrumb/Breadcrumb.mjs";
|
13
|
+
import { Button as Q } from "./Button/Button.mjs";
|
14
|
+
import { buttonVariants as X } from "./Button/buttonVariants.mjs";
|
15
|
+
import { ButtonIcon as $ } from "./ButtonIcon/ButtonIcon.mjs";
|
16
|
+
import { buttonIconVariants as ro } from "./ButtonIcon/buttonIconVariants.mjs";
|
17
|
+
import { Calendar as to } from "./Calendar/Calendar.mjs";
|
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 bo, CarouselContent as xo, CarouselItem as fo, CarouselNext as So, CarouselPrevious as so } from "./Carousel/Carousel.mjs";
|
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
|
+
import { Checkbox as wo } from "./Checkbox/Checkbox.mjs";
|
22
|
+
import { Collapsible as vo, CollapsibleContent as Fo, CollapsibleTrigger as Lo } from "./Collapsible/Collapsible.mjs";
|
23
|
+
import { Combobox as Go } from "./Combobox/Combobox.mjs";
|
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
|
+
import { DataTable as Yo } from "./DataTable/DataTable.mjs";
|
26
|
+
import { DatePicker as qo } from "./DatePicker/DatePicker.mjs";
|
27
|
+
import { Dialog as Ko, DialogClose as Qo, DialogContent as Wo, DialogDescription as Xo, DialogFooter as Zo, DialogHeader as $o, DialogOverlay as or, DialogPortal as rr, DialogTitle as er, DialogTrigger as tr } from "./Dialog/Dialog.mjs";
|
28
|
+
import { Drawer as nr, DrawerClose as ir, DrawerContent as pr, DrawerDescription as lr, DrawerFooter as mr, DrawerHeader as ur, DrawerOverlay as dr, DrawerPortal as gr, DrawerTitle as br, DrawerTrigger as xr } from "./Drawer/Drawer.mjs";
|
29
|
+
import { DropdownMenu as Sr, DropdownMenuCheckboxItem as sr, DropdownMenuContent as Cr, DropdownMenuGroup as Tr, DropdownMenuItem as Dr, DropdownMenuLabel as cr, DropdownMenuPortal as Mr, DropdownMenuRadioGroup as Pr, DropdownMenuRadioItem as Ar, DropdownMenuSeparator as Ir, DropdownMenuShortcut as wr, DropdownMenuSub as hr, DropdownMenuSubContent as vr, DropdownMenuSubTrigger as Fr, DropdownMenuTrigger as Lr } from "./DropdownMenu/DropdownMenu.mjs";
|
30
|
+
import { Form as Gr, FormControl as Rr, FormDescription as kr, FormField as Hr, FormItem as Nr, FormLabel as Vr, FormMessage as yr, useFormField as Er } from "./Form/Form.mjs";
|
31
|
+
import { FormRenderControl as zr } from "./Form/FormRenderControl.mjs";
|
32
|
+
import { FormCheckbox as Ur } from "./FormCheckbox/FormCheckbox.mjs";
|
33
|
+
import { FormCombobox as jr } from "./FormCombobox/FormCombobox.mjs";
|
34
|
+
import { FormDatePicker as Jr } from "./FormDatePicker/FormDatePicker.mjs";
|
35
|
+
import { FormInput as Qr } from "./FormInput/FormInput.mjs";
|
36
|
+
import { FormSelect as Xr } from "./FormSelect/FormSelect.mjs";
|
37
|
+
import { FormTextarea as $r } from "./FormTextarea/FormTextarea.mjs";
|
38
|
+
import { Header as re } from "./Header/Header.mjs";
|
39
|
+
import { HoverCard as te, HoverCardContent as ae, HoverCardTrigger as ne } from "./HoverCard/HoverCard.mjs";
|
40
|
+
import { BaseInput as pe, Input as le, PasswordInput as me } from "./Input/Input.mjs";
|
41
|
+
import { InputOTP as de, InputOTPGroup as ge, InputOTPSeparator as be, InputOTPSlot as xe } from "./InputOTP/InputOTP.mjs";
|
42
|
+
import { Label as Se } from "./Label/Label.mjs";
|
43
|
+
import { labelVariants as Ce } from "./Label/labelVariants.mjs";
|
44
|
+
import { LazyLoader as De } from "./LazyLoader/LazyLoader.mjs";
|
45
|
+
import { LoadingMask as Me } from "./LoadingMask/LoadingMask.mjs";
|
46
|
+
import { LoadingProgress as Ae } from "./LoadingProgress/LoadingProgress.mjs";
|
47
|
+
import { loadingProgressVariants as we } from "./LoadingProgress/loadingProgressVariants.mjs";
|
48
|
+
import { Menubar as ve, MenubarCheckboxItem as Fe, MenubarContent as Le, MenubarGroup as Be, MenubarItem as Ge, MenubarLabel as Re, MenubarMenu as ke, MenubarPortal as He, MenubarRadioGroup as Ne, MenubarRadioItem as Ve, MenubarSeparator as ye, MenubarShortcut as Ee, MenubarSub as Oe, MenubarSubContent as ze, MenubarSubTrigger as _e, MenubarTrigger as Ue } from "./Menubar/Menubar.mjs";
|
49
|
+
import { NavigationMenu as je, NavigationMenuContent as qe, NavigationMenuIndicator as Je, NavigationMenuItem as Ke, NavigationMenuLink as Qe, NavigationMenuList as We, NavigationMenuTrigger as Xe, NavigationMenuViewport as Ze } from "./NavigationMenu/NavigationMenu.mjs";
|
50
|
+
import { navigationMenuVariants as ot } from "./NavigationMenu/navigationMenuVariants.mjs";
|
51
|
+
import { Pagination as et, PaginationContent as tt, PaginationEllipsis as at, PaginationItem as nt, PaginationLink as it, PaginationNext as pt, PaginationPrevious as lt } from "./Pagination/Pagination.mjs";
|
52
|
+
import { Popover as ut, PopoverAnchor as dt, PopoverContent as gt, PopoverTrigger as bt } from "./Popover/Popover.mjs";
|
53
|
+
import { Progress as ft } from "./Progress/Progress.mjs";
|
54
|
+
import { RadioGroup as st, RadioGroupItem as Ct } from "./RadioGroup/RadioGroup.mjs";
|
55
|
+
import { ResizableHandle as Dt, ResizablePanel as ct, ResizablePanelGroup as Mt } from "./Resizable/Resizable.mjs";
|
56
|
+
import { ScrollArea as At, ScrollBar as It } from "./ScrollArea/ScrollArea.mjs";
|
57
|
+
import { Search as ht } from "./Search/Search.mjs";
|
58
|
+
import { SelectContent as Ft, SelectGroup as Lt, SelectItem as Bt, SelectLabel as Gt, SelectRoot as Rt, SelectScrollDownButton as kt, SelectScrollUpButton as Ht, SelectSeparator as Nt, SelectTrigger as Vt, SelectValue as yt } from "./Select/SelectRoot.mjs";
|
59
|
+
import { Select as Ot } from "./Select/Select.mjs";
|
60
|
+
import { Separator as _t } from "./Separator/Separator.mjs";
|
61
|
+
import { Sheet as Yt, SheetClose as jt, SheetContent as qt, SheetDescription as Jt, SheetFooter as Kt, SheetHeader as Qt, SheetOverlay as Wt, SheetPortal as Xt, SheetTitle as Zt, SheetTrigger as $t } from "./Sheet/Sheet.mjs";
|
62
|
+
import { Sidebar as ra, SidebarContent as ea, SidebarFooter as ta, SidebarGroup as aa, SidebarGroupAction as na, SidebarGroupContent as ia, SidebarGroupLabel as pa, SidebarHeader as la, SidebarInput as ma, SidebarInset as ua, SidebarMenu as da, SidebarMenuAction as ga, SidebarMenuBadge as ba, SidebarMenuButton as xa, SidebarMenuItem as fa, SidebarMenuSkeleton as Sa, SidebarMenuSub as sa, SidebarMenuSubButton as Ca, SidebarMenuSubItem as Ta, SidebarProvider as Da, SidebarRail as ca, SidebarSeparator as Ma, SidebarTrigger as Pa, useSidebar as Aa } from "./Sidebar/Sidebar.mjs";
|
63
|
+
import { Skeleton as wa } from "./Skeleton/Skeleton.mjs";
|
64
|
+
import { Slider as va } from "./Slider/Slider.mjs";
|
65
|
+
import { Sonner as La } from "./Sonner/Sonner.mjs";
|
66
|
+
import { Switch as Ga } from "./Switch/Switch.mjs";
|
67
|
+
import { Table as ka, TableBody as Ha, TableCaption as Na, TableCell as Va, TableFooter as ya, TableHead as Ea, TableHeader as Oa, TableRow as za } from "./Table/Table.mjs";
|
68
|
+
import { TabsContent as Ua, TabsList as Ya, TabsRoot as ja, TabsTrigger as qa } from "./Tabs/TabsRoot.mjs";
|
69
|
+
import { Tabs as Ka } from "./Tabs/Tabs.mjs";
|
70
|
+
import { Textarea as Wa } from "./Textarea/Textarea.mjs";
|
71
|
+
import { ThemeProvider as Za } from "./Theme/ThemeProvider.mjs";
|
72
|
+
import { ThemeModeToggle as on } from "./Theme/ThemeModeToggle.mjs";
|
73
|
+
import { Toast as en, ToastAction as tn, ToastClose as an, ToastDescription as nn, ToastProvider as pn, ToastTitle as ln, ToastViewport as mn } from "./Toast/Toast.mjs";
|
74
|
+
import { reducer as dn, toast as gn, useNotify as bn, useToast as xn } from "./Toast/useToast.mjs";
|
75
|
+
import { Toaster as Sn } from "./Toaster/Toaster.mjs";
|
76
|
+
import { Toggle as Cn, toggleVariants as Tn } from "./Toggle/Toggle.mjs";
|
77
|
+
import { ToggleGroup as cn, ToggleGroupItem as Mn } from "./ToggleGroup/ToggleGroup.mjs";
|
78
|
+
import { TooltipContent as An, TooltipProvider as In, TooltipRoot as wn, TooltipTrigger as hn } from "./Tooltip/TooltipRoot.mjs";
|
79
|
+
import { Tooltip as Fn } from "./Tooltip/Tooltip.mjs";
|
80
|
+
import { Dropzone as Bn } from "./Dropzone/Dropzone.mjs";
|
81
|
+
import { D as Rn, a as kn } from "./FilePreview-C6IeuOqo.js";
|
82
|
+
export {
|
83
|
+
e as Accordion,
|
84
|
+
t as AccordionContent,
|
85
|
+
a as AccordionItem,
|
86
|
+
n as AccordionTrigger,
|
87
|
+
p as Alert,
|
88
|
+
l as AlertDescription,
|
89
|
+
P as AlertDialog,
|
90
|
+
d as AlertDialogAction,
|
91
|
+
g as AlertDialogCancel,
|
92
|
+
b as AlertDialogContent,
|
93
|
+
x as AlertDialogDescription,
|
94
|
+
f as AlertDialogFooter,
|
95
|
+
S as AlertDialogHeader,
|
96
|
+
s as AlertDialogOverlay,
|
97
|
+
C as AlertDialogPortal,
|
98
|
+
T as AlertDialogRoot,
|
99
|
+
D as AlertDialogTitle,
|
100
|
+
c as AlertDialogTrigger,
|
101
|
+
m as AlertTitle,
|
102
|
+
I as AreaChart,
|
103
|
+
h as Aside,
|
104
|
+
F as AsideSidebar,
|
105
|
+
B as AspectRatio,
|
106
|
+
R as Avatar,
|
107
|
+
k as AvatarFallback,
|
108
|
+
H as AvatarImage,
|
109
|
+
V as Badge,
|
110
|
+
pe as BaseInput,
|
111
|
+
z as Breadcrumb,
|
112
|
+
_ as BreadcrumbEllipsis,
|
113
|
+
U as BreadcrumbItem,
|
114
|
+
Y as BreadcrumbLink,
|
115
|
+
j as BreadcrumbList,
|
116
|
+
q as BreadcrumbPage,
|
117
|
+
J as BreadcrumbSeparator,
|
118
|
+
Q as Button,
|
119
|
+
$ as ButtonIcon,
|
120
|
+
to as Calendar,
|
121
|
+
no as Card,
|
122
|
+
io as CardContent,
|
123
|
+
po as CardDescription,
|
124
|
+
lo as CardFooter,
|
125
|
+
mo as CardHeader,
|
126
|
+
uo as CardTitle,
|
127
|
+
bo as Carousel,
|
128
|
+
xo as CarouselContent,
|
129
|
+
fo as CarouselItem,
|
130
|
+
So as CarouselNext,
|
131
|
+
so as CarouselPrevious,
|
132
|
+
To as ChartContainer,
|
133
|
+
Do as ChartLegend,
|
134
|
+
co as ChartLegendContent,
|
135
|
+
Mo as ChartStyle,
|
136
|
+
Po as ChartTooltip,
|
137
|
+
Ao as ChartTooltipContent,
|
138
|
+
wo as Checkbox,
|
139
|
+
vo as Collapsible,
|
140
|
+
Fo as CollapsibleContent,
|
141
|
+
Lo as CollapsibleTrigger,
|
142
|
+
Go as Combobox,
|
143
|
+
ko as Command,
|
144
|
+
Ho as CommandDialog,
|
145
|
+
No as CommandEmpty,
|
146
|
+
Vo as CommandGroup,
|
147
|
+
yo as CommandInput,
|
148
|
+
Eo as CommandItem,
|
149
|
+
Oo as CommandList,
|
150
|
+
zo as CommandSeparator,
|
151
|
+
_o as CommandShortcut,
|
152
|
+
Rn as DEFAULT_FILE_TYPES,
|
153
|
+
kn as DEFAULT_IMAGES_TYPES,
|
154
|
+
Yo as DataTable,
|
155
|
+
qo as DatePicker,
|
156
|
+
Ko as Dialog,
|
157
|
+
Qo as DialogClose,
|
158
|
+
Wo as DialogContent,
|
159
|
+
Xo as DialogDescription,
|
160
|
+
Zo as DialogFooter,
|
161
|
+
$o as DialogHeader,
|
162
|
+
or as DialogOverlay,
|
163
|
+
rr as DialogPortal,
|
164
|
+
er as DialogTitle,
|
165
|
+
tr as DialogTrigger,
|
166
|
+
nr as Drawer,
|
167
|
+
ir as DrawerClose,
|
168
|
+
pr as DrawerContent,
|
169
|
+
lr as DrawerDescription,
|
170
|
+
mr as DrawerFooter,
|
171
|
+
ur as DrawerHeader,
|
172
|
+
dr as DrawerOverlay,
|
173
|
+
gr as DrawerPortal,
|
174
|
+
br as DrawerTitle,
|
175
|
+
xr as DrawerTrigger,
|
176
|
+
Sr as DropdownMenu,
|
177
|
+
sr as DropdownMenuCheckboxItem,
|
178
|
+
Cr as DropdownMenuContent,
|
179
|
+
Tr as DropdownMenuGroup,
|
180
|
+
Dr as DropdownMenuItem,
|
181
|
+
cr as DropdownMenuLabel,
|
182
|
+
Mr as DropdownMenuPortal,
|
183
|
+
Pr as DropdownMenuRadioGroup,
|
184
|
+
Ar as DropdownMenuRadioItem,
|
185
|
+
Ir as DropdownMenuSeparator,
|
186
|
+
wr as DropdownMenuShortcut,
|
187
|
+
hr as DropdownMenuSub,
|
188
|
+
vr as DropdownMenuSubContent,
|
189
|
+
Fr as DropdownMenuSubTrigger,
|
190
|
+
Lr as DropdownMenuTrigger,
|
191
|
+
Bn as Dropzone,
|
192
|
+
Gr as Form,
|
193
|
+
Ur as FormCheckbox,
|
194
|
+
jr as FormCombobox,
|
195
|
+
Rr as FormControl,
|
196
|
+
Jr as FormDatePicker,
|
197
|
+
kr as FormDescription,
|
198
|
+
Hr as FormField,
|
199
|
+
Qr as FormInput,
|
200
|
+
Nr as FormItem,
|
201
|
+
Vr as FormLabel,
|
202
|
+
yr as FormMessage,
|
203
|
+
zr as FormRenderControl,
|
204
|
+
Xr as FormSelect,
|
205
|
+
$r as FormTextarea,
|
206
|
+
re as Header,
|
207
|
+
te as HoverCard,
|
208
|
+
ae as HoverCardContent,
|
209
|
+
ne as HoverCardTrigger,
|
210
|
+
le as Input,
|
211
|
+
de as InputOTP,
|
212
|
+
ge as InputOTPGroup,
|
213
|
+
be as InputOTPSeparator,
|
214
|
+
xe as InputOTPSlot,
|
215
|
+
Se as Label,
|
216
|
+
De as LazyLoader,
|
217
|
+
Me as LoadingMask,
|
218
|
+
Ae as LoadingProgress,
|
219
|
+
ve as Menubar,
|
220
|
+
Fe as MenubarCheckboxItem,
|
221
|
+
Le as MenubarContent,
|
222
|
+
Be as MenubarGroup,
|
223
|
+
Ge as MenubarItem,
|
224
|
+
Re as MenubarLabel,
|
225
|
+
ke as MenubarMenu,
|
226
|
+
He as MenubarPortal,
|
227
|
+
Ne as MenubarRadioGroup,
|
228
|
+
Ve as MenubarRadioItem,
|
229
|
+
ye as MenubarSeparator,
|
230
|
+
Ee as MenubarShortcut,
|
231
|
+
Oe as MenubarSub,
|
232
|
+
ze as MenubarSubContent,
|
233
|
+
_e as MenubarSubTrigger,
|
234
|
+
Ue as MenubarTrigger,
|
235
|
+
je as NavigationMenu,
|
236
|
+
qe as NavigationMenuContent,
|
237
|
+
Je as NavigationMenuIndicator,
|
238
|
+
Ke as NavigationMenuItem,
|
239
|
+
Qe as NavigationMenuLink,
|
240
|
+
We as NavigationMenuList,
|
241
|
+
Xe as NavigationMenuTrigger,
|
242
|
+
Ze as NavigationMenuViewport,
|
243
|
+
et as Pagination,
|
244
|
+
tt as PaginationContent,
|
245
|
+
at as PaginationEllipsis,
|
246
|
+
nt as PaginationItem,
|
247
|
+
it as PaginationLink,
|
248
|
+
pt as PaginationNext,
|
249
|
+
lt as PaginationPrevious,
|
250
|
+
me as PasswordInput,
|
251
|
+
ut as Popover,
|
252
|
+
dt as PopoverAnchor,
|
253
|
+
gt as PopoverContent,
|
254
|
+
bt as PopoverTrigger,
|
255
|
+
ft as Progress,
|
256
|
+
st as RadioGroup,
|
257
|
+
Ct as RadioGroupItem,
|
258
|
+
Dt as ResizableHandle,
|
259
|
+
ct as ResizablePanel,
|
260
|
+
Mt as ResizablePanelGroup,
|
261
|
+
At as ScrollArea,
|
262
|
+
It as ScrollBar,
|
263
|
+
ht as Search,
|
264
|
+
Ot as Select,
|
265
|
+
Ft as SelectContent,
|
266
|
+
Lt as SelectGroup,
|
267
|
+
Bt as SelectItem,
|
268
|
+
Gt as SelectLabel,
|
269
|
+
Rt as SelectRoot,
|
270
|
+
kt as SelectScrollDownButton,
|
271
|
+
Ht as SelectScrollUpButton,
|
272
|
+
Nt as SelectSeparator,
|
273
|
+
Vt as SelectTrigger,
|
274
|
+
yt as SelectValue,
|
275
|
+
_t as Separator,
|
276
|
+
Yt as Sheet,
|
277
|
+
jt as SheetClose,
|
278
|
+
qt as SheetContent,
|
279
|
+
Jt as SheetDescription,
|
280
|
+
Kt as SheetFooter,
|
281
|
+
Qt as SheetHeader,
|
282
|
+
Wt as SheetOverlay,
|
283
|
+
Xt as SheetPortal,
|
284
|
+
Zt as SheetTitle,
|
285
|
+
$t as SheetTrigger,
|
286
|
+
ra as Sidebar,
|
287
|
+
ea as SidebarContent,
|
288
|
+
ta as SidebarFooter,
|
289
|
+
aa as SidebarGroup,
|
290
|
+
na as SidebarGroupAction,
|
291
|
+
ia as SidebarGroupContent,
|
292
|
+
pa as SidebarGroupLabel,
|
293
|
+
la as SidebarHeader,
|
294
|
+
ma as SidebarInput,
|
295
|
+
ua as SidebarInset,
|
296
|
+
da as SidebarMenu,
|
297
|
+
ga as SidebarMenuAction,
|
298
|
+
ba as SidebarMenuBadge,
|
299
|
+
xa as SidebarMenuButton,
|
300
|
+
fa as SidebarMenuItem,
|
301
|
+
Sa as SidebarMenuSkeleton,
|
302
|
+
sa as SidebarMenuSub,
|
303
|
+
Ca as SidebarMenuSubButton,
|
304
|
+
Ta as SidebarMenuSubItem,
|
305
|
+
Da as SidebarProvider,
|
306
|
+
ca as SidebarRail,
|
307
|
+
Ma as SidebarSeparator,
|
308
|
+
Pa as SidebarTrigger,
|
309
|
+
wa as Skeleton,
|
310
|
+
va as Slider,
|
311
|
+
La as Sonner,
|
312
|
+
Ga as Switch,
|
313
|
+
ka as Table,
|
314
|
+
Ha as TableBody,
|
315
|
+
Na as TableCaption,
|
316
|
+
Va as TableCell,
|
317
|
+
ya as TableFooter,
|
318
|
+
Ea as TableHead,
|
319
|
+
Oa as TableHeader,
|
320
|
+
za as TableRow,
|
321
|
+
Ka as Tabs,
|
322
|
+
Ua as TabsContent,
|
323
|
+
Ya as TabsList,
|
324
|
+
ja as TabsRoot,
|
325
|
+
qa as TabsTrigger,
|
326
|
+
Wa as Textarea,
|
327
|
+
on as ThemeModeToggle,
|
328
|
+
Za as ThemeProvider,
|
329
|
+
en as Toast,
|
330
|
+
tn as ToastAction,
|
331
|
+
an as ToastClose,
|
332
|
+
nn as ToastDescription,
|
333
|
+
pn as ToastProvider,
|
334
|
+
ln as ToastTitle,
|
335
|
+
mn as ToastViewport,
|
336
|
+
Sn as Toaster,
|
337
|
+
Cn as Toggle,
|
338
|
+
cn as ToggleGroup,
|
339
|
+
Mn as ToggleGroupItem,
|
340
|
+
Fn as Tooltip,
|
341
|
+
An as TooltipContent,
|
342
|
+
In as TooltipProvider,
|
343
|
+
wn as TooltipRoot,
|
344
|
+
hn as TooltipTrigger,
|
345
|
+
E as badgeVariants,
|
346
|
+
ro as buttonIconVariants,
|
347
|
+
X as buttonVariants,
|
348
|
+
Ce as labelVariants,
|
349
|
+
we as loadingProgressVariants,
|
350
|
+
ot as navigationMenuVariants,
|
351
|
+
dn as reducer,
|
352
|
+
gn as toast,
|
353
|
+
Tn as toggleVariants,
|
354
|
+
Er as useFormField,
|
355
|
+
bn as useNotify,
|
356
|
+
Aa as useSidebar,
|
357
|
+
xn as useToast
|
358
|
+
};
|
package/package.json
ADDED
@@ -0,0 +1,103 @@
|
|
1
|
+
{
|
2
|
+
"name": "@oneplatformdev/ui",
|
3
|
+
"version": "0.0.1-beta.11",
|
4
|
+
"description": "UI React Components.",
|
5
|
+
"author": "One Platform Development Team",
|
6
|
+
"keywords": [
|
7
|
+
"react",
|
8
|
+
"oneplatform",
|
9
|
+
"ui"
|
10
|
+
],
|
11
|
+
"license": "MIT",
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "git+https://github.com/oneplatformdev/core-web.git",
|
15
|
+
"directory": "packages/ui"
|
16
|
+
},
|
17
|
+
"bugs": {
|
18
|
+
"url": "https://github.com/oneplatformdev/core/issues"
|
19
|
+
},
|
20
|
+
"homepage": "private package",
|
21
|
+
"type": "module",
|
22
|
+
"source": "./index.ts",
|
23
|
+
"main": "./index.mjs",
|
24
|
+
"module": "./index.mjs",
|
25
|
+
"default": "./index.mjs",
|
26
|
+
"types": "./index.d.ts",
|
27
|
+
"scripts": {
|
28
|
+
"beta-version-patch": "npm version $(semver $npm_package_version -i prerelease --preid beta)",
|
29
|
+
"semver": "npm version $(semver $npm_package_version -i $release --preid $preid)"
|
30
|
+
},
|
31
|
+
"sideEffects": [
|
32
|
+
"**/*.css"
|
33
|
+
],
|
34
|
+
"publishConfig": {
|
35
|
+
"directory": "build",
|
36
|
+
"registry": "https://registry.npmjs.org/",
|
37
|
+
"dependencies": {
|
38
|
+
"@oneplatformdev/hooks": "~0.0.1-beta.3",
|
39
|
+
"@oneplatformdev/utils": "~0.0.2-beta.7"
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"peerDependency": {
|
43
|
+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
44
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
45
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
46
|
+
"@oneplatformdev/hooks": "~0.0.1-beta.3",
|
47
|
+
"@oneplatformdev/utils": "~0.0.2-beta.7",
|
48
|
+
"lucide-react": "^0.469.0"
|
49
|
+
},
|
50
|
+
"peerDependenciesMeta": {
|
51
|
+
"@types/react": {
|
52
|
+
"optional": true
|
53
|
+
},
|
54
|
+
"@types/react-dom": {
|
55
|
+
"optional": true
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"dependencies": {
|
59
|
+
"@hookform/resolvers": "^3.9.1",
|
60
|
+
"@oneplatformdev/hooks": "workspace:*",
|
61
|
+
"@oneplatformdev/utils": "workspace:*",
|
62
|
+
"@radix-ui/react-accordion": "^1.2.2",
|
63
|
+
"@radix-ui/react-alert-dialog": "^1.1.4",
|
64
|
+
"@radix-ui/react-aspect-ratio": "^1.1.1",
|
65
|
+
"@radix-ui/react-avatar": "^1.1.2",
|
66
|
+
"@radix-ui/react-checkbox": "^1.1.3",
|
67
|
+
"@radix-ui/react-collapsible": "^1.1.2",
|
68
|
+
"@radix-ui/react-dialog": "^1.1.4",
|
69
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
70
|
+
"@radix-ui/react-hover-card": "^1.1.4",
|
71
|
+
"@radix-ui/react-label": "^2.1.1",
|
72
|
+
"@radix-ui/react-menubar": "^1.1.4",
|
73
|
+
"@radix-ui/react-navigation-menu": "^1.2.3",
|
74
|
+
"@radix-ui/react-popover": "^1.1.4",
|
75
|
+
"@radix-ui/react-progress": "^1.1.1",
|
76
|
+
"@radix-ui/react-radio-group": "^1.2.2",
|
77
|
+
"@radix-ui/react-scroll-area": "^1.2.2",
|
78
|
+
"@radix-ui/react-select": "^2.1.4",
|
79
|
+
"@radix-ui/react-separator": "^1.1.1",
|
80
|
+
"@radix-ui/react-slider": "^1.2.2",
|
81
|
+
"@radix-ui/react-slot": "^1.1.1",
|
82
|
+
"@radix-ui/react-switch": "^1.1.2",
|
83
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
84
|
+
"@radix-ui/react-toast": "^1.2.4",
|
85
|
+
"@radix-ui/react-toggle": "^1.1.1",
|
86
|
+
"@radix-ui/react-toggle-group": "^1.1.1",
|
87
|
+
"@radix-ui/react-tooltip": "^1.1.6",
|
88
|
+
"@tanstack/react-table": "^8.20.6",
|
89
|
+
"cmdk": "1.0.0",
|
90
|
+
"date-fns": "^4.1.0",
|
91
|
+
"embla-carousel-react": "^8.5.1",
|
92
|
+
"input-otp": "^1.4.1",
|
93
|
+
"next-themes": "^0.4.4",
|
94
|
+
"react-day-picker": "8.10.1",
|
95
|
+
"react-dropzone": "^14.3.5",
|
96
|
+
"react-hook-form": "^7.54.2",
|
97
|
+
"react-resizable-panels": "^2.1.7",
|
98
|
+
"recharts": "^2.15.0",
|
99
|
+
"sonner": "^1.7.1",
|
100
|
+
"vaul": "^1.1.2",
|
101
|
+
"zod": "^3.24.1"
|
102
|
+
}
|
103
|
+
}
|
@@ -0,0 +1,148 @@
|
|
1
|
+
import { join as o } from "path";
|
2
|
+
const r = (a, e = "hsl") => `${e}(var(${a}))`, d = {
|
3
|
+
content: [
|
4
|
+
o(
|
5
|
+
__dirname,
|
6
|
+
"{src,pages,components,app}/**/*!(*.stories|*.spec).{ts,tsx,html}"
|
7
|
+
)
|
8
|
+
],
|
9
|
+
darkMode: ["class", '[data-mode="dark"]'],
|
10
|
+
// darkMode: 'selector' // class data-
|
11
|
+
// darkMode: [ 'variant', [
|
12
|
+
// 'selector',
|
13
|
+
// '@media (prefers-color-scheme: dark) { &:not(.light *) }',
|
14
|
+
// '&:is(.dark *)',
|
15
|
+
// ] ],
|
16
|
+
theme: {
|
17
|
+
screens: {
|
18
|
+
sm: "480px",
|
19
|
+
md: "768px",
|
20
|
+
lg: "976px",
|
21
|
+
xl: "1440px"
|
22
|
+
},
|
23
|
+
container: {
|
24
|
+
center: !0,
|
25
|
+
padding: "2rem",
|
26
|
+
screens: {
|
27
|
+
"2xl": "1536px"
|
28
|
+
}
|
29
|
+
},
|
30
|
+
extend: {
|
31
|
+
borderRadius: {
|
32
|
+
sm: "calc(var(--radius) - 4px)",
|
33
|
+
md: "calc(var(--radius) - 2px)",
|
34
|
+
lg: "var(--radius)",
|
35
|
+
xl: "calc(var(--radius) + 4px)"
|
36
|
+
},
|
37
|
+
colors: {
|
38
|
+
additional: {
|
39
|
+
green: r("--additional-green"),
|
40
|
+
blue: r("--additional-blue"),
|
41
|
+
yellow: r("--additional-yellow"),
|
42
|
+
salmon: r("--additional-salmon")
|
43
|
+
},
|
44
|
+
typography: {
|
45
|
+
DEFAULT: r("--text-primary"),
|
46
|
+
highlight: r("--text-highlight"),
|
47
|
+
primary: r("--text-primary"),
|
48
|
+
secondary: r("--text-secondary"),
|
49
|
+
error: r("--text-error"),
|
50
|
+
success: r("--text-success"),
|
51
|
+
muted: r("--text-muted")
|
52
|
+
},
|
53
|
+
gray: {
|
54
|
+
DEFAULT: r("--gray-1"),
|
55
|
+
1: r("--gray-1"),
|
56
|
+
2: r("--gray-2"),
|
57
|
+
3: r("--gray-3"),
|
58
|
+
4: r("--gray-4"),
|
59
|
+
5: r("--gray-5")
|
60
|
+
},
|
61
|
+
background: "hsl(var(--background))",
|
62
|
+
foreground: "hsl(var(--foreground))",
|
63
|
+
card: {
|
64
|
+
DEFAULT: "hsl(var(--card))",
|
65
|
+
foreground: "hsl(var(--card-foreground))"
|
66
|
+
},
|
67
|
+
popover: {
|
68
|
+
DEFAULT: "hsl(var(--popover))",
|
69
|
+
foreground: "hsl(var(--popover-foreground))"
|
70
|
+
},
|
71
|
+
greenner: "hsl(var(--greenner))",
|
72
|
+
primary: {
|
73
|
+
DEFAULT: "hsl(var(--primary))",
|
74
|
+
foreground: "hsl(var(--primary-foreground))"
|
75
|
+
},
|
76
|
+
secondary: {
|
77
|
+
DEFAULT: "hsl(var(--secondary))",
|
78
|
+
foreground: "hsl(var(--secondary-foreground))"
|
79
|
+
},
|
80
|
+
muted: {
|
81
|
+
DEFAULT: "hsl(var(--muted))",
|
82
|
+
foreground: "hsl(var(--muted-foreground))"
|
83
|
+
},
|
84
|
+
accent: {
|
85
|
+
DEFAULT: "hsl(var(--accent))",
|
86
|
+
foreground: "hsl(var(--accent-foreground))"
|
87
|
+
},
|
88
|
+
destructive: {
|
89
|
+
DEFAULT: "hsl(var(--destructive))",
|
90
|
+
foreground: "hsl(var(--destructive-foreground))"
|
91
|
+
},
|
92
|
+
border: "hsl(var(--border))",
|
93
|
+
input: "hsl(var(--input))",
|
94
|
+
ring: "hsl(var(--ring))",
|
95
|
+
chart: {
|
96
|
+
1: "hsl(var(--chart-1))",
|
97
|
+
2: "hsl(var(--chart-2))",
|
98
|
+
3: "hsl(var(--chart-3))",
|
99
|
+
4: "hsl(var(--chart-4))",
|
100
|
+
5: "hsl(var(--chart-5))"
|
101
|
+
},
|
102
|
+
sidebar: {
|
103
|
+
DEFAULT: "hsl(var(--sidebar-background))",
|
104
|
+
foreground: "hsl(var(--sidebar-foreground))",
|
105
|
+
primary: "hsl(var(--sidebar-primary))",
|
106
|
+
"primary-foreground": "hsl(var(--sidebar-primary-foreground))",
|
107
|
+
accent: "hsl(var(--sidebar-accent))",
|
108
|
+
"accent-foreground": "hsl(var(--sidebar-accent-foreground))",
|
109
|
+
border: "hsl(var(--sidebar-border))",
|
110
|
+
ring: "hsl(var(--sidebar-ring))"
|
111
|
+
}
|
112
|
+
// highlight: withFormat('--highlight)'),
|
113
|
+
// background: withFormat('--background'),
|
114
|
+
// foreground: withFormat('--foreground'),
|
115
|
+
// typography: {
|
116
|
+
// DEFAULT: withFormat('--text-primary'),
|
117
|
+
// highlight: withFormat('--text-highlight'),
|
118
|
+
// primary: withFormat('--text-primary'),
|
119
|
+
// secondary: withFormat('--text-secondary'),
|
120
|
+
// error: withFormat('--text-error'),
|
121
|
+
// success: withFormat('--text-success'),
|
122
|
+
// muted: withFormat('--text-muted'),
|
123
|
+
// },
|
124
|
+
// gray: {
|
125
|
+
// DEFAULT: withFormat('--gray-1'),
|
126
|
+
// 1: withFormat('--gray-1'),
|
127
|
+
// 2: withFormat('--gray-2'),
|
128
|
+
// 3: withFormat('--gray-3'),
|
129
|
+
// 4: withFormat('--gray-4'),
|
130
|
+
// 5: withFormat('--gray-5'),
|
131
|
+
// },
|
132
|
+
// border: withFormat('--border'),
|
133
|
+
// accent: {
|
134
|
+
// DEFAULT: withFormat('--accent'),
|
135
|
+
// foreground: withFormat('--accent-foreground'),
|
136
|
+
// },
|
137
|
+
// card: {
|
138
|
+
// DEFAULT: withFormat('--card'),
|
139
|
+
// foreground: withFormat('--card-foreground'),
|
140
|
+
// },
|
141
|
+
}
|
142
|
+
}
|
143
|
+
},
|
144
|
+
plugins: [require("tailwindcss-animate")]
|
145
|
+
};
|
146
|
+
export {
|
147
|
+
d as default
|
148
|
+
};
|