@beyondcorp/beyond-ui 1.0.6 → 1.0.9
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/README.md +233 -89
- package/dist/_virtual/jsx-runtime.js +6 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/jsx-runtime2.js +4 -0
- package/dist/_virtual/jsx-runtime2.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.js +4 -0
- package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/components/Alert/Alert.d.ts +11 -0
- package/dist/components/Alert/Alert.js +28 -0
- package/dist/components/Alert/Alert.js.map +1 -0
- package/dist/components/Alert/index.d.ts +1 -0
- package/dist/components/Alert/index.js +2 -0
- package/dist/components/Alert/index.js.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +11 -0
- package/dist/components/Avatar/Avatar.js +27 -0
- package/dist/components/Avatar/Avatar.js.map +1 -0
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Avatar/index.js +2 -0
- package/dist/components/Avatar/index.js.map +1 -0
- package/dist/components/Badge/Badge.d.ts +9 -0
- package/dist/components/Badge/Badge.js +25 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/index.d.ts +1 -0
- package/dist/components/Badge/index.js +2 -0
- package/dist/components/Badge/index.js.map +1 -0
- package/dist/components/Button/Button.d.ts +11 -0
- package/dist/components/Button/Button.js +38 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.js +2 -0
- package/dist/components/Button/index.js.map +1 -0
- package/dist/components/Card/Card.d.ts +15 -0
- package/dist/components/Card/Card.js +39 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/index.d.ts +1 -0
- package/dist/components/Card/index.js +2 -0
- package/dist/components/Card/index.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +9 -0
- package/dist/components/Checkbox/Checkbox.js +25 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Checkbox/index.js +2 -0
- package/dist/components/Checkbox/index.js.map +1 -0
- package/dist/components/ComponentShowcase/ComponentShowcase.d.ts +6 -0
- package/dist/components/ComponentShowcase/ComponentShowcase.js +540 -0
- package/dist/components/ComponentShowcase/ComponentShowcase.js.map +1 -0
- package/dist/components/ComponentShowcase/index.d.ts +1 -0
- package/dist/components/ComponentShowcase/index.js +2 -0
- package/dist/components/ComponentShowcase/index.js.map +1 -0
- package/dist/components/DashboardGrid/DashboardGrid.d.ts +16 -0
- package/dist/components/DashboardGrid/DashboardGrid.js +54 -0
- package/dist/components/DashboardGrid/DashboardGrid.js.map +1 -0
- package/dist/components/DashboardGrid/index.d.ts +1 -0
- package/dist/components/DashboardGrid/index.js +2 -0
- package/dist/components/DashboardGrid/index.js.map +1 -0
- package/dist/components/DashboardHeader/DashboardHeader.d.ts +16 -0
- package/dist/components/DashboardHeader/DashboardHeader.js +25 -0
- package/dist/components/DashboardHeader/DashboardHeader.js.map +1 -0
- package/dist/components/DashboardHeader/index.d.ts +1 -0
- package/dist/components/DashboardHeader/index.js +2 -0
- package/dist/components/DashboardHeader/index.js.map +1 -0
- package/dist/components/DashboardLayout/DashboardLayout.d.ts +18 -0
- package/dist/components/DashboardLayout/DashboardLayout.js +19 -0
- package/dist/components/DashboardLayout/DashboardLayout.js.map +1 -0
- package/dist/components/DashboardLayout/index.d.ts +1 -0
- package/dist/components/DashboardLayout/index.js +2 -0
- package/dist/components/DashboardLayout/index.js.map +1 -0
- package/dist/components/DataTable/DataTable.d.ts +5 -0
- package/dist/components/DataTable/DataTable.js +246 -0
- package/dist/components/DataTable/DataTable.js.map +1 -0
- package/dist/components/DataTable/DataTable.types.d.ts +70 -0
- package/dist/components/DataTable/DataTableShowcase.d.ts +2 -0
- package/dist/components/DataTable/DataTableShowcase.js +348 -0
- package/dist/components/DataTable/DataTableShowcase.js.map +1 -0
- package/dist/components/DataTable/index.d.ts +2 -0
- package/dist/components/DataTable/index.js +2 -0
- package/dist/components/DataTable/index.js.map +1 -0
- package/dist/components/Input/Input.d.ts +10 -0
- package/dist/components/Input/Input.js +30 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/Input/index.js +2 -0
- package/dist/components/Input/index.js.map +1 -0
- package/dist/components/Modal/Modal.d.ts +17 -0
- package/dist/components/Modal/Modal.js +35 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/Modal/index.js +2 -0
- package/dist/components/Modal/index.js.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +13 -0
- package/dist/components/Navbar/Navbar.js +35 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/index.d.ts +1 -0
- package/dist/components/Navbar/index.js +2 -0
- package/dist/components/Navbar/index.js.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +22 -0
- package/dist/components/Sidebar/Sidebar.js +129 -0
- package/dist/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/Sidebar/index.js +2 -0
- package/dist/components/Sidebar/index.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +9 -0
- package/dist/components/Skeleton/Skeleton.js +23 -0
- package/dist/components/Skeleton/Skeleton.js.map +1 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Skeleton/index.js +2 -0
- package/dist/components/Skeleton/index.js.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +10 -0
- package/dist/components/Spinner/Spinner.js +32 -0
- package/dist/components/Spinner/Spinner.js.map +1 -0
- package/dist/components/Spinner/index.d.ts +1 -0
- package/dist/components/Spinner/index.js +2 -0
- package/dist/components/Spinner/index.js.map +1 -0
- package/dist/components/StatsCard/StatsCard.d.ts +19 -0
- package/dist/components/StatsCard/StatsCard.js +56 -0
- package/dist/components/StatsCard/StatsCard.js.map +1 -0
- package/dist/components/StatsCard/index.d.ts +1 -0
- package/dist/components/StatsCard/index.js +2 -0
- package/dist/components/StatsCard/index.js.map +1 -0
- package/dist/components/Switch/Switch.d.ts +11 -0
- package/dist/components/Switch/Switch.js +39 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Switch/index.js +2 -0
- package/dist/components/Switch/index.js.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +25 -0
- package/dist/components/Tabs/Tabs.js +60 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/index.d.ts +1 -0
- package/dist/components/Tabs/index.js +2 -0
- package/dist/components/Tabs/index.js.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +9 -0
- package/dist/components/Textarea/Textarea.js +24 -0
- package/dist/components/Textarea/Textarea.js.map +1 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Textarea/index.js +2 -0
- package/dist/components/Textarea/index.js.map +1 -0
- package/dist/components/Toast/Toast.d.ts +18 -0
- package/dist/components/Toast/Toast.js +75 -0
- package/dist/components/Toast/Toast.js.map +1 -0
- package/dist/components/Toast/index.d.ts +1 -0
- package/dist/components/Toast/index.js +2 -0
- package/dist/components/Toast/index.js.map +1 -0
- package/dist/hooks/useBreakpoint.d.ts +14 -0
- package/dist/hooks/useBreakpoint.js +40 -0
- package/dist/hooks/useBreakpoint.js.map +1 -0
- package/dist/hooks/useDarkMode.d.ts +4 -0
- package/dist/hooks/useDarkMode.js +29 -0
- package/dist/hooks/useDarkMode.js.map +1 -0
- package/dist/hooks/useDebounce.d.ts +1 -0
- package/dist/hooks/useDebounce.js +17 -0
- package/dist/hooks/useDebounce.js.map +1 -0
- package/dist/hooks/useLocalStorage.d.ts +1 -0
- package/dist/hooks/useLocalStorage.js +44 -0
- package/dist/hooks/useLocalStorage.js.map +1 -0
- package/dist/hooks/useToggle.d.ts +1 -0
- package/dist/hooks/useToggle.js +11 -0
- package/dist/hooks/useToggle.js.map +1 -0
- package/dist/index.d.ts +29 -424
- package/dist/index.js +30 -3375
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +37 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +91 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/goober/dist/goober.modern.js +4 -0
- package/dist/node_modules/goober/dist/goober.modern.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +48 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +21 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/alert-circle.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/alert-circle.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/alert-triangle.js +24 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/alert-triangle.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/bar-chart-3.js +19 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/bar-chart-3.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/bell.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/bell.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/book.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/book.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js +19 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check-circle.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check-circle.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/code.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/code.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/copy.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/copy.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/dollar-sign.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/dollar-sign.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/download.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/download.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/eye.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/eye.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/file-text.js +20 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/file-text.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/filter.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/filter.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/home.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/home.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/log-out.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/log-out.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/mail.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/mail.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/monitor.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/monitor.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/moon.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/moon.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/palette.js +26 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/palette.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panels-top-left.js +18 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panels-top-left.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/plus.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/plus.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/settings.js +23 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/settings.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/smartphone.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/smartphone.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/square-pen.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/square-pen.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/sun.js +24 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/sun.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/tablet.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/tablet.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +20 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/users.js +19 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/users.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1326 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +25 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +20 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/react-hot-toast/dist/index.js +184 -0
- package/dist/node_modules/react-hot-toast/dist/index.js.map +1 -0
- package/dist/theme/default.d.ts +69 -0
- package/dist/theme/default.js +72 -0
- package/dist/theme/default.js.map +1 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/cn.js +9 -0
- package/dist/utils/cn.js.map +1 -0
- package/package.json +8 -4
- package/dist/index.cjs +0 -3467
- package/dist/index.d.cts +0 -424
package/dist/index.d.ts
CHANGED
|
@@ -1,424 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
declare const Card: React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
31
|
-
declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
32
|
-
declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
33
|
-
declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
34
|
-
declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
36
|
-
|
|
37
|
-
declare const badgeVariants: (props?: ({
|
|
38
|
-
variant?: "secondary" | "danger" | "success" | "warning" | "outline" | "default" | null | undefined;
|
|
39
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
40
|
-
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
41
|
-
}
|
|
42
|
-
declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
43
|
-
|
|
44
|
-
declare const alertVariants: (props?: ({
|
|
45
|
-
variant?: "danger" | "success" | "warning" | "default" | "info" | null | undefined;
|
|
46
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
47
|
-
declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
48
|
-
variant?: "danger" | "success" | "warning" | "default" | "info" | null | undefined;
|
|
49
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
50
|
-
declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
51
|
-
declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
52
|
-
|
|
53
|
-
declare const avatarVariants: (props?: ({
|
|
54
|
-
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
55
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
56
|
-
declare const Avatar: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
57
|
-
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
58
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
59
|
-
declare const AvatarImage: React$1.ForwardRefExoticComponent<React$1.ImgHTMLAttributes<HTMLImageElement> & React$1.RefAttributes<HTMLImageElement>>;
|
|
60
|
-
declare const AvatarFallback: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
61
|
-
|
|
62
|
-
declare const spinnerVariants: (props?: ({
|
|
63
|
-
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
64
|
-
variant?: "primary" | "secondary" | "current" | "white" | null | undefined;
|
|
65
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
66
|
-
interface SpinnerProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof spinnerVariants> {
|
|
67
|
-
}
|
|
68
|
-
declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
69
|
-
|
|
70
|
-
declare const skeletonVariants: (props?: ({
|
|
71
|
-
variant?: "default" | "darker" | null | undefined;
|
|
72
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
73
|
-
interface SkeletonProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof skeletonVariants> {
|
|
74
|
-
}
|
|
75
|
-
declare const Skeleton: React$1.ForwardRefExoticComponent<SkeletonProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
76
|
-
|
|
77
|
-
declare const textareaVariants: (props?: ({
|
|
78
|
-
variant?: "success" | "default" | "error" | null | undefined;
|
|
79
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
80
|
-
interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
|
|
81
|
-
}
|
|
82
|
-
declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
83
|
-
|
|
84
|
-
declare const switchVariants: (props?: ({
|
|
85
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
86
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
87
|
-
interface SwitchProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onChange'>, VariantProps<typeof switchVariants> {
|
|
88
|
-
checked?: boolean;
|
|
89
|
-
onCheckedChange?: (checked: boolean) => void;
|
|
90
|
-
}
|
|
91
|
-
declare const Switch: React$1.ForwardRefExoticComponent<SwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
92
|
-
|
|
93
|
-
declare const checkboxVariants: (props?: ({
|
|
94
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
95
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
96
|
-
interface CheckboxProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size'>, VariantProps<typeof checkboxVariants> {
|
|
97
|
-
}
|
|
98
|
-
declare const Checkbox: React$1.ForwardRefExoticComponent<CheckboxProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
99
|
-
|
|
100
|
-
declare const modalVariants: (props?: ({
|
|
101
|
-
size?: "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
|
|
102
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
103
|
-
interface ModalProps extends VariantProps<typeof modalVariants> {
|
|
104
|
-
open?: boolean;
|
|
105
|
-
onOpenChange?: (open: boolean) => void;
|
|
106
|
-
children: React$1.ReactNode;
|
|
107
|
-
}
|
|
108
|
-
declare const Modal: React$1.FC<ModalProps>;
|
|
109
|
-
declare const ModalHeader: React$1.FC<React$1.HTMLAttributes<HTMLDivElement>>;
|
|
110
|
-
declare const ModalTitle: React$1.FC<React$1.HTMLAttributes<HTMLHeadingElement>>;
|
|
111
|
-
declare const ModalDescription: React$1.FC<React$1.HTMLAttributes<HTMLParagraphElement>>;
|
|
112
|
-
declare const ModalContent: React$1.FC<React$1.HTMLAttributes<HTMLDivElement>>;
|
|
113
|
-
declare const ModalFooter: React$1.FC<React$1.HTMLAttributes<HTMLDivElement>>;
|
|
114
|
-
|
|
115
|
-
declare const toastVariants: (props?: ({
|
|
116
|
-
variant?: "success" | "warning" | "default" | "error" | "info" | null | undefined;
|
|
117
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
118
|
-
interface ToastOptions {
|
|
119
|
-
variant?: VariantProps<typeof toastVariants>["variant"];
|
|
120
|
-
duration?: number;
|
|
121
|
-
}
|
|
122
|
-
declare const showToast: {
|
|
123
|
-
success: (message: string, options?: ToastOptions) => string;
|
|
124
|
-
error: (message: string, options?: ToastOptions) => string;
|
|
125
|
-
warning: (message: string, options?: ToastOptions) => string;
|
|
126
|
-
info: (message: string, options?: ToastOptions) => string;
|
|
127
|
-
default: (message: string, options?: ToastOptions) => string;
|
|
128
|
-
};
|
|
129
|
-
declare const Toast: React$1.FC;
|
|
130
|
-
|
|
131
|
-
declare const tabsListVariants: (props?: ({
|
|
132
|
-
variant?: "default" | "pills" | "underline" | null | undefined;
|
|
133
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
134
|
-
declare const tabsTriggerVariants: (props?: ({
|
|
135
|
-
variant?: "default" | "pills" | "underline" | null | undefined;
|
|
136
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
137
|
-
interface TabsProps extends VariantProps<typeof tabsListVariants> {
|
|
138
|
-
value: string;
|
|
139
|
-
onValueChange: (value: string) => void;
|
|
140
|
-
children: React$1.ReactNode;
|
|
141
|
-
className?: string;
|
|
142
|
-
}
|
|
143
|
-
declare const Tabs: React$1.FC<TabsProps>;
|
|
144
|
-
declare const TabsList: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
145
|
-
interface TabsTriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
146
|
-
value: string;
|
|
147
|
-
}
|
|
148
|
-
declare const TabsTrigger: React$1.ForwardRefExoticComponent<TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
149
|
-
interface TabsContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
150
|
-
value: string;
|
|
151
|
-
}
|
|
152
|
-
declare const TabsContent: React$1.ForwardRefExoticComponent<TabsContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
153
|
-
|
|
154
|
-
declare const statsCardVariants: (props?: ({
|
|
155
|
-
variant?: "default" | "gradient" | null | undefined;
|
|
156
|
-
color?: "primary" | "secondary" | "danger" | "success" | "warning" | null | undefined;
|
|
157
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
158
|
-
type TrendDirection = "up" | "down" | "neutral";
|
|
159
|
-
interface StatsCardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof statsCardVariants> {
|
|
160
|
-
title: string;
|
|
161
|
-
value: string | number;
|
|
162
|
-
trend?: {
|
|
163
|
-
direction: TrendDirection;
|
|
164
|
-
value: string | number;
|
|
165
|
-
label?: string;
|
|
166
|
-
};
|
|
167
|
-
icon?: React$1.ReactNode;
|
|
168
|
-
}
|
|
169
|
-
declare const StatsCard: React$1.ForwardRefExoticComponent<StatsCardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
170
|
-
|
|
171
|
-
declare const navbarVariants: (props?: ({
|
|
172
|
-
variant?: "default" | "transparent" | "dark" | null | undefined;
|
|
173
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
174
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
175
|
-
interface NavbarProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof navbarVariants> {
|
|
176
|
-
logo?: React$1.ReactNode;
|
|
177
|
-
children?: React$1.ReactNode;
|
|
178
|
-
}
|
|
179
|
-
declare const Navbar: React$1.ForwardRefExoticComponent<NavbarProps & React$1.RefAttributes<HTMLElement>>;
|
|
180
|
-
declare const NavItem: React$1.ForwardRefExoticComponent<React$1.AnchorHTMLAttributes<HTMLAnchorElement> & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
181
|
-
|
|
182
|
-
declare const sidebarVariants: (props?: ({
|
|
183
|
-
collapsed?: boolean | null | undefined;
|
|
184
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
185
|
-
interface MenuItem {
|
|
186
|
-
id: string;
|
|
187
|
-
label: string;
|
|
188
|
-
icon: React$1.ReactNode;
|
|
189
|
-
href?: string;
|
|
190
|
-
badge?: string;
|
|
191
|
-
children?: MenuItem[];
|
|
192
|
-
}
|
|
193
|
-
interface SidebarProps extends VariantProps<typeof sidebarVariants> {
|
|
194
|
-
className?: string;
|
|
195
|
-
onToggle?: () => void;
|
|
196
|
-
menuItems?: MenuItem[];
|
|
197
|
-
activeItem?: string;
|
|
198
|
-
onItemClick?: (itemId: string) => void;
|
|
199
|
-
}
|
|
200
|
-
declare const Sidebar: React$1.ForwardRefExoticComponent<SidebarProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
201
|
-
|
|
202
|
-
interface BreadcrumbItem {
|
|
203
|
-
label: string;
|
|
204
|
-
href?: string;
|
|
205
|
-
}
|
|
206
|
-
interface DashboardHeaderProps {
|
|
207
|
-
className?: string;
|
|
208
|
-
breadcrumbs?: BreadcrumbItem[];
|
|
209
|
-
onMenuToggle?: () => void;
|
|
210
|
-
sidebarCollapsed?: boolean;
|
|
211
|
-
showSearch?: boolean;
|
|
212
|
-
searchPlaceholder?: string;
|
|
213
|
-
onSearchChange?: (value: string) => void;
|
|
214
|
-
}
|
|
215
|
-
declare const DashboardHeader: React$1.ForwardRefExoticComponent<DashboardHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
216
|
-
|
|
217
|
-
interface DashboardLayoutProps {
|
|
218
|
-
children: React$1.ReactNode;
|
|
219
|
-
className?: string;
|
|
220
|
-
sidebarMenuItems?: MenuItem[];
|
|
221
|
-
activeSidebarItem?: string;
|
|
222
|
-
breadcrumbs?: BreadcrumbItem[];
|
|
223
|
-
onSidebarItemClick?: (itemId: string) => void;
|
|
224
|
-
showSearch?: boolean;
|
|
225
|
-
searchPlaceholder?: string;
|
|
226
|
-
onSearchChange?: (value: string) => void;
|
|
227
|
-
sidebarClassName?: string;
|
|
228
|
-
disableSidebarMargin?: boolean;
|
|
229
|
-
}
|
|
230
|
-
declare const DashboardLayout: React$1.ForwardRefExoticComponent<DashboardLayoutProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
231
|
-
|
|
232
|
-
declare const gridVariants: (props?: ({
|
|
233
|
-
columns?: 1 | 2 | 3 | 12 | 4 | 6 | null | undefined;
|
|
234
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
235
|
-
declare const gridItemVariants: (props?: ({
|
|
236
|
-
colSpan?: 1 | 2 | 3 | 12 | 4 | 6 | null | undefined;
|
|
237
|
-
rowSpan?: 1 | 2 | 3 | 4 | null | undefined;
|
|
238
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
239
|
-
interface DashboardGridProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridVariants> {
|
|
240
|
-
}
|
|
241
|
-
interface DashboardGridItemProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridItemVariants> {
|
|
242
|
-
}
|
|
243
|
-
declare const DashboardGrid: React$1.ForwardRefExoticComponent<DashboardGridProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
244
|
-
declare const DashboardGridItem: React$1.ForwardRefExoticComponent<DashboardGridItemProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
245
|
-
|
|
246
|
-
interface Column<T = any> {
|
|
247
|
-
key: string;
|
|
248
|
-
title: string;
|
|
249
|
-
dataIndex: keyof T;
|
|
250
|
-
width?: number | string;
|
|
251
|
-
sortable?: boolean;
|
|
252
|
-
filterable?: boolean;
|
|
253
|
-
filterType?: 'text' | 'select' | 'date' | 'number';
|
|
254
|
-
filterOptions?: Array<{
|
|
255
|
-
label: string;
|
|
256
|
-
value: any;
|
|
257
|
-
}>;
|
|
258
|
-
render?: (value: any, record: T, index: number) => React.ReactNode;
|
|
259
|
-
align?: 'left' | 'center' | 'right';
|
|
260
|
-
}
|
|
261
|
-
interface FilterValue {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
}
|
|
264
|
-
interface SortConfig {
|
|
265
|
-
key: string;
|
|
266
|
-
direction: 'asc' | 'desc' | null;
|
|
267
|
-
}
|
|
268
|
-
interface PaginationConfig {
|
|
269
|
-
current: number;
|
|
270
|
-
pageSize: number;
|
|
271
|
-
total: number;
|
|
272
|
-
showSizeChanger?: boolean;
|
|
273
|
-
pageSizeOptions?: number[];
|
|
274
|
-
showQuickJumper?: boolean;
|
|
275
|
-
}
|
|
276
|
-
interface RowSelection<T = any> {
|
|
277
|
-
type?: 'checkbox' | 'radio';
|
|
278
|
-
selectedRowKeys?: React.Key[];
|
|
279
|
-
onChange?: (selectedRowKeys: React.Key[], selectedRows: T[]) => void;
|
|
280
|
-
getCheckboxProps?: (record: T) => {
|
|
281
|
-
disabled?: boolean;
|
|
282
|
-
};
|
|
283
|
-
onSelect?: (record: T, selected: boolean, selectedRows: T[], nativeEvent: Event) => void;
|
|
284
|
-
onSelectAll?: (selected: boolean, selectedRows: T[], changeRows: T[]) => void;
|
|
285
|
-
}
|
|
286
|
-
interface DataTableProps<T = any> {
|
|
287
|
-
columns: Column<T>[];
|
|
288
|
-
dataSource: T[];
|
|
289
|
-
loading?: boolean;
|
|
290
|
-
rowKey?: string | ((record: T) => React.Key);
|
|
291
|
-
pagination?: PaginationConfig | false;
|
|
292
|
-
rowSelection?: RowSelection<T>;
|
|
293
|
-
scroll?: {
|
|
294
|
-
x?: number | string;
|
|
295
|
-
y?: number | string;
|
|
296
|
-
};
|
|
297
|
-
size?: 'small' | 'middle' | 'large';
|
|
298
|
-
bordered?: boolean;
|
|
299
|
-
showHeader?: boolean;
|
|
300
|
-
title?: () => React.ReactNode;
|
|
301
|
-
footer?: () => React.ReactNode;
|
|
302
|
-
expandable?: {
|
|
303
|
-
expandedRowRender?: (record: T, index: number) => React.ReactNode;
|
|
304
|
-
rowExpandable?: (record: T) => boolean;
|
|
305
|
-
};
|
|
306
|
-
onRow?: (record: T, index?: number) => React.HTMLAttributes<HTMLTableRowElement>;
|
|
307
|
-
className?: string;
|
|
308
|
-
onSort?: (sortConfig: SortConfig) => void;
|
|
309
|
-
onFilter?: (filters: FilterValue) => void;
|
|
310
|
-
onChange?: (pagination: PaginationConfig, filters: FilterValue, sorter: SortConfig) => void;
|
|
311
|
-
}
|
|
312
|
-
interface TableContextValue {
|
|
313
|
-
prefixCls: string;
|
|
314
|
-
size: 'small' | 'middle' | 'large';
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
declare const DataTable: {
|
|
318
|
-
<T extends Record<string, any>>({ columns, dataSource, loading, rowKey, pagination, rowSelection, size, bordered, showHeader, title, footer, className, onSort, onFilter, onChange, ...props }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
|
|
319
|
-
displayName: string;
|
|
320
|
-
};
|
|
321
|
-
|
|
322
|
-
interface ComponentShowcaseProps {
|
|
323
|
-
className?: string;
|
|
324
|
-
}
|
|
325
|
-
declare const ComponentShowcase: React$1.FC<ComponentShowcaseProps>;
|
|
326
|
-
|
|
327
|
-
declare function useDarkMode(): {
|
|
328
|
-
isDarkMode: boolean;
|
|
329
|
-
toggle: () => void;
|
|
330
|
-
};
|
|
331
|
-
|
|
332
|
-
declare function useDebounce<T>(value: T, delay: number): T;
|
|
333
|
-
|
|
334
|
-
declare function useLocalStorage<T>(key: string, initialValue: T): [T, (value: T | ((val: T) => T)) => void, () => void];
|
|
335
|
-
|
|
336
|
-
declare function useToggle(initialValue?: boolean): [boolean, () => void, (value: boolean) => void];
|
|
337
|
-
|
|
338
|
-
declare const breakpoints: {
|
|
339
|
-
readonly sm: 640;
|
|
340
|
-
readonly md: 768;
|
|
341
|
-
readonly lg: 1024;
|
|
342
|
-
readonly xl: 1280;
|
|
343
|
-
readonly '2xl': 1536;
|
|
344
|
-
};
|
|
345
|
-
type Breakpoint = keyof typeof breakpoints;
|
|
346
|
-
declare function useBreakpoint(): {
|
|
347
|
-
currentBreakpoint: "sm" | "md" | "lg" | "xl" | "2xl";
|
|
348
|
-
isAbove: (breakpoint: Breakpoint) => boolean;
|
|
349
|
-
isBelow: (breakpoint: Breakpoint) => boolean;
|
|
350
|
-
};
|
|
351
|
-
|
|
352
|
-
declare function cn(...inputs: ClassValue[]): string;
|
|
353
|
-
|
|
354
|
-
declare const defaultTheme: {
|
|
355
|
-
colors: {
|
|
356
|
-
primary: {
|
|
357
|
-
50: string;
|
|
358
|
-
100: string;
|
|
359
|
-
200: string;
|
|
360
|
-
300: string;
|
|
361
|
-
400: string;
|
|
362
|
-
500: string;
|
|
363
|
-
600: string;
|
|
364
|
-
700: string;
|
|
365
|
-
800: string;
|
|
366
|
-
900: string;
|
|
367
|
-
950: string;
|
|
368
|
-
};
|
|
369
|
-
secondary: {
|
|
370
|
-
50: string;
|
|
371
|
-
100: string;
|
|
372
|
-
200: string;
|
|
373
|
-
300: string;
|
|
374
|
-
400: string;
|
|
375
|
-
500: string;
|
|
376
|
-
600: string;
|
|
377
|
-
700: string;
|
|
378
|
-
800: string;
|
|
379
|
-
900: string;
|
|
380
|
-
950: string;
|
|
381
|
-
};
|
|
382
|
-
danger: {
|
|
383
|
-
50: string;
|
|
384
|
-
100: string;
|
|
385
|
-
200: string;
|
|
386
|
-
300: string;
|
|
387
|
-
400: string;
|
|
388
|
-
500: string;
|
|
389
|
-
600: string;
|
|
390
|
-
700: string;
|
|
391
|
-
800: string;
|
|
392
|
-
900: string;
|
|
393
|
-
950: string;
|
|
394
|
-
};
|
|
395
|
-
success: {
|
|
396
|
-
50: string;
|
|
397
|
-
100: string;
|
|
398
|
-
200: string;
|
|
399
|
-
300: string;
|
|
400
|
-
400: string;
|
|
401
|
-
500: string;
|
|
402
|
-
600: string;
|
|
403
|
-
700: string;
|
|
404
|
-
800: string;
|
|
405
|
-
900: string;
|
|
406
|
-
950: string;
|
|
407
|
-
};
|
|
408
|
-
warning: {
|
|
409
|
-
50: string;
|
|
410
|
-
100: string;
|
|
411
|
-
200: string;
|
|
412
|
-
300: string;
|
|
413
|
-
400: string;
|
|
414
|
-
500: string;
|
|
415
|
-
600: string;
|
|
416
|
-
700: string;
|
|
417
|
-
800: string;
|
|
418
|
-
900: string;
|
|
419
|
-
950: string;
|
|
420
|
-
};
|
|
421
|
-
};
|
|
422
|
-
};
|
|
423
|
-
|
|
424
|
-
export { Alert, AlertDescription, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, type BreadcrumbItem, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, Checkbox, type CheckboxProps, type Column, ComponentShowcase, DashboardGrid, DashboardGridItem, DashboardHeader, DashboardLayout, DataTable, type DataTableProps, type FilterValue, Input, type InputProps, type MenuItem, Modal, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalTitle, NavItem, Navbar, type NavbarProps, type PaginationConfig, type RowSelection, Sidebar, Skeleton, type SkeletonProps, type SortConfig, Spinner, type SpinnerProps, StatsCard, type StatsCardProps, Switch, type SwitchProps, type TableContextValue, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toast, alertVariants, avatarVariants, badgeVariants, buttonVariants, cardVariants, checkboxVariants, cn, defaultTheme, gridItemVariants, gridVariants, inputVariants, modalVariants, navbarVariants, showToast, sidebarVariants, skeletonVariants, spinnerVariants, statsCardVariants, switchVariants, tabsListVariants, tabsTriggerVariants, textareaVariants, toastVariants, useBreakpoint, useDarkMode, useDebounce, useLocalStorage, useToggle };
|
|
1
|
+
export * from './components/Button';
|
|
2
|
+
export * from './components/Input';
|
|
3
|
+
export * from './components/Card';
|
|
4
|
+
export * from './components/Badge';
|
|
5
|
+
export * from './components/Alert';
|
|
6
|
+
export * from './components/Avatar';
|
|
7
|
+
export * from './components/Spinner';
|
|
8
|
+
export * from './components/Skeleton';
|
|
9
|
+
export * from './components/Textarea';
|
|
10
|
+
export * from './components/Switch';
|
|
11
|
+
export * from './components/Checkbox';
|
|
12
|
+
export * from './components/Modal';
|
|
13
|
+
export * from './components/Toast';
|
|
14
|
+
export * from './components/Tabs';
|
|
15
|
+
export * from './components/StatsCard';
|
|
16
|
+
export * from './components/Navbar';
|
|
17
|
+
export * from './components/Sidebar';
|
|
18
|
+
export * from './components/DashboardHeader';
|
|
19
|
+
export * from './components/DashboardLayout';
|
|
20
|
+
export * from './components/DashboardGrid';
|
|
21
|
+
export * from './components/DataTable';
|
|
22
|
+
export * from './components/ComponentShowcase';
|
|
23
|
+
export * from './hooks/useDarkMode';
|
|
24
|
+
export * from './hooks/useDebounce';
|
|
25
|
+
export * from './hooks/useLocalStorage';
|
|
26
|
+
export * from './hooks/useToggle';
|
|
27
|
+
export * from './hooks/useBreakpoint';
|
|
28
|
+
export * from './utils/cn';
|
|
29
|
+
export * from './theme/default';
|