@me1a/ui 2.2.2 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{atoms/accordion.mjs → accordion/index.mjs} +2 -2
- package/dist/accordion/index.mjs.map +1 -0
- package/dist/{atoms/avatar.mjs → avatar/index.mjs} +2 -2
- package/dist/avatar/index.mjs.map +1 -0
- package/dist/{atoms/badge.d.mts → badge/index.d.mts} +9 -8
- package/dist/{atoms/badge.mjs → badge/index.mjs} +2 -2
- package/dist/{atoms/badge.mjs.map → badge/index.mjs.map} +1 -1
- package/dist/{atoms/box.mjs → box/index.mjs} +2 -2
- package/dist/box/index.mjs.map +1 -0
- package/dist/{atoms/breadcrumb.mjs → breadcrumb/index.mjs} +2 -2
- package/dist/breadcrumb/index.mjs.map +1 -0
- package/dist/{atoms/button.d.mts → button/index.d.mts} +2 -2
- package/dist/{atoms/button.mjs → button/index.mjs} +2 -2
- package/dist/button/index.mjs.map +1 -0
- package/dist/card/index.d.mts +127 -0
- package/dist/card/index.mjs +2 -0
- package/dist/card/index.mjs.map +1 -0
- package/dist/{atoms/checkbox.mjs → checkbox/index.mjs} +2 -2
- package/dist/checkbox/index.mjs.map +1 -0
- package/dist/{atoms/collapsible.mjs → collapsible/index.mjs} +2 -2
- package/dist/collapsible/index.mjs.map +1 -0
- package/dist/{atoms/command.mjs → command/index.mjs} +2 -2
- package/dist/command/index.mjs.map +1 -0
- package/dist/container/index.d.mts +33 -0
- package/dist/{atoms/container.mjs → container/index.mjs} +2 -2
- package/dist/container/index.mjs.map +1 -0
- package/dist/{atoms/dialog.mjs → dialog/index.mjs} +2 -2
- package/dist/dialog/index.mjs.map +1 -0
- package/dist/{organisms/drawer.mjs → drawer/index.mjs} +2 -2
- package/dist/drawer/index.mjs.map +1 -0
- package/dist/{organisms/dropdown-menu.d.mts → dropdown-menu/index.d.mts} +2 -2
- package/dist/{organisms/dropdown-menu.mjs → dropdown-menu/index.mjs} +2 -2
- package/dist/dropdown-menu/index.mjs.map +1 -0
- package/dist/{rhf/form.mjs → form/index.mjs} +2 -2
- package/dist/form/index.mjs.map +1 -0
- package/dist/{hooks.d.mts → hooks/index.d.mts} +2 -2
- package/dist/{hooks.mjs → hooks/index.mjs} +2 -2
- package/dist/{hooks.js.map → hooks/index.mjs.map} +1 -1
- package/dist/index.d.mts +159 -39
- package/dist/index.mjs +47 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{atoms/input.mjs → input/index.mjs} +2 -2
- package/dist/{atoms/input.mjs.map → input/index.mjs.map} +1 -1
- package/dist/{atoms/label.d.mts → label/index.d.mts} +2 -2
- package/dist/{atoms/label.mjs → label/index.mjs} +2 -2
- package/dist/{atoms/label.mjs.map → label/index.mjs.map} +1 -1
- package/dist/{molecules/navigation-menu.d.mts → navigation-menu/index.d.mts} +21 -20
- package/dist/{molecules/navigation-menu.mjs → navigation-menu/index.mjs} +2 -2
- package/dist/navigation-menu/index.mjs.map +1 -0
- package/dist/{atoms/page-loader.d.mts → page-loader/index.d.mts} +2 -2
- package/dist/{atoms/page-loader.mjs → page-loader/index.mjs} +2 -2
- package/dist/page-loader/index.mjs.map +1 -0
- package/dist/{atoms/pagination.d.mts → pagination/index.d.mts} +2 -2
- package/dist/{atoms/pagination.mjs → pagination/index.mjs} +2 -2
- package/dist/pagination/index.mjs.map +1 -0
- package/dist/{atoms/popover.mjs → popover/index.mjs} +2 -2
- package/dist/popover/index.mjs.map +1 -0
- package/dist/{atoms/radio-group.d.mts → radio-group/index.d.mts} +2 -2
- package/dist/{atoms/radio-group.mjs → radio-group/index.mjs} +2 -2
- package/dist/radio-group/index.mjs.map +1 -0
- package/dist/{atoms/resizable.mjs → resizable/index.mjs} +2 -2
- package/dist/resizable/index.mjs.map +1 -0
- package/dist/{rhf/rhf-checkbox.mjs → rhf-checkbox/index.mjs} +2 -2
- package/dist/rhf-checkbox/index.mjs.map +1 -0
- package/dist/{rhf/rhf-multi-select.mjs → rhf-multi-select/index.mjs} +2 -2
- package/dist/rhf-multi-select/index.mjs.map +1 -0
- package/dist/{rhf/rhf-radio-button-group.mjs → rhf-radio-button-group/index.mjs} +2 -2
- package/dist/rhf-radio-button-group/index.mjs.map +1 -0
- package/dist/{rhf/rhf-radio-group.mjs → rhf-radio-group/index.mjs} +2 -2
- package/dist/rhf-radio-group/index.mjs.map +1 -0
- package/dist/{rhf/rhf-select.mjs → rhf-select/index.mjs} +2 -2
- package/dist/rhf-select/index.mjs.map +1 -0
- package/dist/{rhf/rhf-switch.mjs → rhf-switch/index.mjs} +2 -2
- package/dist/rhf-switch/index.mjs.map +1 -0
- package/dist/{rhf/rhf-textarea.mjs → rhf-textarea/index.mjs} +2 -2
- package/dist/rhf-textarea/index.mjs.map +1 -0
- package/dist/{atoms/separator.mjs → separator/index.mjs} +2 -2
- package/dist/separator/index.mjs.map +1 -0
- package/dist/{atoms/sheet.d.mts → sheet/index.d.mts} +2 -2
- package/dist/{atoms/sheet.mjs → sheet/index.mjs} +2 -2
- package/dist/{atoms/sheet.mjs.map → sheet/index.mjs.map} +1 -1
- package/dist/{organisms/sidebar.d.mts → sidebar/index.d.mts} +4 -4
- package/dist/{organisms/sidebar.mjs → sidebar/index.mjs} +2 -2
- package/dist/sidebar/index.mjs.map +1 -0
- package/dist/skeleton/index.d.mts +17 -0
- package/dist/skeleton/index.mjs +2 -0
- package/dist/skeleton/index.mjs.map +1 -0
- package/dist/{atoms/stack.mjs → stack/index.mjs} +2 -2
- package/dist/{atoms/stack.mjs.map → stack/index.mjs.map} +1 -1
- package/dist/{atoms/switch.mjs → switch/index.mjs} +2 -2
- package/dist/switch/index.mjs.map +1 -0
- package/dist/{atoms/table.mjs → table/index.mjs} +2 -2
- package/dist/{atoms/table.mjs.map → table/index.mjs.map} +1 -1
- package/dist/tabs/index.d.mts +97 -0
- package/dist/tabs/index.mjs +2 -0
- package/dist/tabs/index.mjs.map +1 -0
- package/dist/{atoms/text-field.d.mts → text-field/index.d.mts} +2 -2
- package/dist/{atoms/text-field.mjs → text-field/index.mjs} +2 -2
- package/dist/text-field/index.mjs.map +1 -0
- package/dist/textarea/index.d.mts +24 -0
- package/dist/{atoms/textarea.mjs → textarea/index.mjs} +2 -2
- package/dist/textarea/index.mjs.map +1 -0
- package/dist/{atoms/toast.d.mts → toast/index.d.mts} +2 -2
- package/dist/{atoms/toast.mjs → toast/index.mjs} +2 -2
- package/dist/{atoms/toast.mjs.map → toast/index.mjs.map} +1 -1
- package/dist/{atoms/toaster.mjs → toaster/index.mjs} +2 -2
- package/dist/toaster/index.mjs.map +1 -0
- package/dist/{atoms/tooltip.mjs → tooltip/index.mjs} +2 -2
- package/dist/tooltip/index.mjs.map +1 -0
- package/dist/types/index.d.mts +2 -0
- package/dist/types/index.mjs +2 -0
- package/dist/types/index.mjs.map +1 -0
- package/dist/{atoms/typography.d.mts → typography/index.d.mts} +2 -2
- package/dist/{atoms/typography.mjs → typography/index.mjs} +2 -2
- package/dist/typography/index.mjs.map +1 -0
- package/dist/utils/index.d.mts +5 -0
- package/dist/{utils.mjs → utils/index.mjs} +2 -2
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +197 -257
- package/dist/atoms/accordion.d.ts +0 -94
- package/dist/atoms/accordion.js +0 -2
- package/dist/atoms/accordion.js.map +0 -1
- package/dist/atoms/accordion.mjs.map +0 -1
- package/dist/atoms/avatar.d.ts +0 -34
- package/dist/atoms/avatar.js +0 -2
- package/dist/atoms/avatar.js.map +0 -1
- package/dist/atoms/avatar.mjs.map +0 -1
- package/dist/atoms/badge.d.ts +0 -40
- package/dist/atoms/badge.js +0 -2
- package/dist/atoms/badge.js.map +0 -1
- package/dist/atoms/box.d.ts +0 -50
- package/dist/atoms/box.js +0 -2
- package/dist/atoms/box.js.map +0 -1
- package/dist/atoms/box.mjs.map +0 -1
- package/dist/atoms/breadcrumb.d.ts +0 -35
- package/dist/atoms/breadcrumb.js +0 -2
- package/dist/atoms/breadcrumb.js.map +0 -1
- package/dist/atoms/breadcrumb.mjs.map +0 -1
- package/dist/atoms/button.d.ts +0 -82
- package/dist/atoms/button.js +0 -2
- package/dist/atoms/button.js.map +0 -1
- package/dist/atoms/button.mjs.map +0 -1
- package/dist/atoms/checkbox.d.ts +0 -21
- package/dist/atoms/checkbox.js +0 -2
- package/dist/atoms/checkbox.js.map +0 -1
- package/dist/atoms/checkbox.mjs.map +0 -1
- package/dist/atoms/collapsible.d.ts +0 -26
- package/dist/atoms/collapsible.js +0 -2
- package/dist/atoms/collapsible.js.map +0 -1
- package/dist/atoms/collapsible.mjs.map +0 -1
- package/dist/atoms/command.d.ts +0 -122
- package/dist/atoms/command.js +0 -2
- package/dist/atoms/command.js.map +0 -1
- package/dist/atoms/command.mjs.map +0 -1
- package/dist/atoms/container.js +0 -2
- package/dist/atoms/container.js.map +0 -1
- package/dist/atoms/container.mjs.map +0 -1
- package/dist/atoms/dialog.d.ts +0 -35
- package/dist/atoms/dialog.js +0 -2
- package/dist/atoms/dialog.js.map +0 -1
- package/dist/atoms/dialog.mjs.map +0 -1
- package/dist/atoms/input.d.ts +0 -12
- package/dist/atoms/input.js +0 -2
- package/dist/atoms/input.js.map +0 -1
- package/dist/atoms/label.d.ts +0 -18
- package/dist/atoms/label.js +0 -2
- package/dist/atoms/label.js.map +0 -1
- package/dist/atoms/page-loader.d.ts +0 -29
- package/dist/atoms/page-loader.js +0 -2
- package/dist/atoms/page-loader.js.map +0 -1
- package/dist/atoms/page-loader.mjs.map +0 -1
- package/dist/atoms/pagination.d.ts +0 -105
- package/dist/atoms/pagination.js +0 -2
- package/dist/atoms/pagination.js.map +0 -1
- package/dist/atoms/pagination.mjs.map +0 -1
- package/dist/atoms/popover.d.ts +0 -30
- package/dist/atoms/popover.js +0 -2
- package/dist/atoms/popover.js.map +0 -1
- package/dist/atoms/popover.mjs.map +0 -1
- package/dist/atoms/radio-group.d.ts +0 -62
- package/dist/atoms/radio-group.js +0 -2
- package/dist/atoms/radio-group.js.map +0 -1
- package/dist/atoms/radio-group.mjs.map +0 -1
- package/dist/atoms/resizable.d.ts +0 -53
- package/dist/atoms/resizable.js +0 -2
- package/dist/atoms/resizable.js.map +0 -1
- package/dist/atoms/resizable.mjs.map +0 -1
- package/dist/atoms/separator.d.ts +0 -13
- package/dist/atoms/separator.js +0 -2
- package/dist/atoms/separator.js.map +0 -1
- package/dist/atoms/separator.mjs.map +0 -1
- package/dist/atoms/sheet.d.ts +0 -42
- package/dist/atoms/sheet.js +0 -2
- package/dist/atoms/sheet.js.map +0 -1
- package/dist/atoms/skeleton.js +0 -2
- package/dist/atoms/skeleton.js.map +0 -1
- package/dist/atoms/skeleton.mjs +0 -2
- package/dist/atoms/skeleton.mjs.map +0 -1
- package/dist/atoms/stack.d.ts +0 -121
- package/dist/atoms/stack.js +0 -2
- package/dist/atoms/stack.js.map +0 -1
- package/dist/atoms/switch.d.ts +0 -21
- package/dist/atoms/switch.js +0 -2
- package/dist/atoms/switch.js.map +0 -1
- package/dist/atoms/switch.mjs.map +0 -1
- package/dist/atoms/table.d.ts +0 -53
- package/dist/atoms/table.js +0 -2
- package/dist/atoms/table.js.map +0 -1
- package/dist/atoms/text-field.d.ts +0 -65
- package/dist/atoms/text-field.js +0 -2
- package/dist/atoms/text-field.js.map +0 -1
- package/dist/atoms/text-field.mjs.map +0 -1
- package/dist/atoms/textarea.js +0 -2
- package/dist/atoms/textarea.js.map +0 -1
- package/dist/atoms/textarea.mjs.map +0 -1
- package/dist/atoms/toast.d.ts +0 -18
- package/dist/atoms/toast.js +0 -2
- package/dist/atoms/toast.js.map +0 -1
- package/dist/atoms/toaster.d.ts +0 -26
- package/dist/atoms/toaster.js +0 -2
- package/dist/atoms/toaster.js.map +0 -1
- package/dist/atoms/toaster.mjs.map +0 -1
- package/dist/atoms/tooltip.d.ts +0 -25
- package/dist/atoms/tooltip.js +0 -2
- package/dist/atoms/tooltip.js.map +0 -1
- package/dist/atoms/tooltip.mjs.map +0 -1
- package/dist/atoms/typography.d.ts +0 -24
- package/dist/atoms/typography.js +0 -2
- package/dist/atoms/typography.js.map +0 -1
- package/dist/atoms/typography.mjs.map +0 -1
- package/dist/atoms.d.mts +0 -1237
- package/dist/atoms.d.ts +0 -1237
- package/dist/atoms.js +0 -2
- package/dist/atoms.js.map +0 -1
- package/dist/atoms.mjs +0 -2
- package/dist/atoms.mjs.map +0 -1
- package/dist/hooks.d.ts +0 -57
- package/dist/hooks.js +0 -2
- package/dist/hooks.mjs.map +0 -1
- package/dist/index.d.ts +0 -2619
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
- package/dist/molecules/card.d.mts +0 -72
- package/dist/molecules/card.d.ts +0 -72
- package/dist/molecules/card.js +0 -2
- package/dist/molecules/card.js.map +0 -1
- package/dist/molecules/card.mjs +0 -2
- package/dist/molecules/card.mjs.map +0 -1
- package/dist/molecules/navigation-menu.d.ts +0 -103
- package/dist/molecules/navigation-menu.js +0 -2
- package/dist/molecules/navigation-menu.js.map +0 -1
- package/dist/molecules/navigation-menu.mjs.map +0 -1
- package/dist/molecules/tabs.d.mts +0 -32
- package/dist/molecules/tabs.d.ts +0 -32
- package/dist/molecules/tabs.js +0 -2
- package/dist/molecules/tabs.js.map +0 -1
- package/dist/molecules/tabs.mjs +0 -2
- package/dist/molecules/tabs.mjs.map +0 -1
- package/dist/molecules.d.mts +0 -201
- package/dist/molecules.d.ts +0 -201
- package/dist/molecules.js +0 -2
- package/dist/molecules.js.map +0 -1
- package/dist/molecules.mjs +0 -2
- package/dist/molecules.mjs.map +0 -1
- package/dist/organisms/drawer.d.ts +0 -63
- package/dist/organisms/drawer.js +0 -2
- package/dist/organisms/drawer.js.map +0 -1
- package/dist/organisms/drawer.mjs.map +0 -1
- package/dist/organisms/dropdown-menu.d.ts +0 -335
- package/dist/organisms/dropdown-menu.js +0 -2
- package/dist/organisms/dropdown-menu.js.map +0 -1
- package/dist/organisms/dropdown-menu.mjs.map +0 -1
- package/dist/organisms/sidebar.d.ts +0 -328
- package/dist/organisms/sidebar.js +0 -2
- package/dist/organisms/sidebar.js.map +0 -1
- package/dist/organisms/sidebar.mjs.map +0 -1
- package/dist/organisms.d.mts +0 -717
- package/dist/organisms.d.ts +0 -717
- package/dist/organisms.js +0 -2
- package/dist/organisms.js.map +0 -1
- package/dist/organisms.mjs +0 -2
- package/dist/organisms.mjs.map +0 -1
- package/dist/rhf/form.d.ts +0 -96
- package/dist/rhf/form.js +0 -2
- package/dist/rhf/form.js.map +0 -1
- package/dist/rhf/form.mjs.map +0 -1
- package/dist/rhf/rhf-checkbox.d.ts +0 -57
- package/dist/rhf/rhf-checkbox.js +0 -2
- package/dist/rhf/rhf-checkbox.js.map +0 -1
- package/dist/rhf/rhf-checkbox.mjs.map +0 -1
- package/dist/rhf/rhf-multi-select.d.ts +0 -84
- package/dist/rhf/rhf-multi-select.js +0 -2
- package/dist/rhf/rhf-multi-select.js.map +0 -1
- package/dist/rhf/rhf-multi-select.mjs.map +0 -1
- package/dist/rhf/rhf-radio-button-group.d.ts +0 -73
- package/dist/rhf/rhf-radio-button-group.js +0 -2
- package/dist/rhf/rhf-radio-button-group.js.map +0 -1
- package/dist/rhf/rhf-radio-button-group.mjs.map +0 -1
- package/dist/rhf/rhf-radio-group.d.ts +0 -103
- package/dist/rhf/rhf-radio-group.js +0 -2
- package/dist/rhf/rhf-radio-group.js.map +0 -1
- package/dist/rhf/rhf-radio-group.mjs.map +0 -1
- package/dist/rhf/rhf-select.d.ts +0 -80
- package/dist/rhf/rhf-select.js +0 -2
- package/dist/rhf/rhf-select.js.map +0 -1
- package/dist/rhf/rhf-select.mjs.map +0 -1
- package/dist/rhf/rhf-switch.d.ts +0 -57
- package/dist/rhf/rhf-switch.js +0 -2
- package/dist/rhf/rhf-switch.js.map +0 -1
- package/dist/rhf/rhf-switch.mjs.map +0 -1
- package/dist/rhf/rhf-textarea.d.ts +0 -66
- package/dist/rhf/rhf-textarea.js +0 -2
- package/dist/rhf/rhf-textarea.js.map +0 -1
- package/dist/rhf/rhf-textarea.mjs.map +0 -1
- package/dist/rhf.d.mts +0 -614
- package/dist/rhf.d.ts +0 -614
- package/dist/rhf.js +0 -2
- package/dist/rhf.js.map +0 -1
- package/dist/rhf.mjs +0 -2
- package/dist/rhf.mjs.map +0 -1
- package/dist/types.js +0 -2
- package/dist/types.js.map +0 -1
- package/dist/types.mjs +0 -2
- package/dist/types.mjs.map +0 -1
- package/dist/utils.js +0 -2
- package/dist/utils.js.map +0 -1
- package/dist/utils.mjs.map +0 -1
- /package/dist/{atoms/accordion.d.mts → accordion/index.d.mts} +0 -0
- /package/dist/{atoms/avatar.d.mts → avatar/index.d.mts} +0 -0
- /package/dist/{atoms/box.d.mts → box/index.d.mts} +0 -0
- /package/dist/{atoms/breadcrumb.d.mts → breadcrumb/index.d.mts} +0 -0
- /package/dist/{atoms/checkbox.d.mts → checkbox/index.d.mts} +0 -0
- /package/dist/{atoms/collapsible.d.mts → collapsible/index.d.mts} +0 -0
- /package/dist/{atoms/command.d.mts → command/index.d.mts} +0 -0
- /package/dist/{atoms/dialog.d.mts → dialog/index.d.mts} +0 -0
- /package/dist/{organisms/drawer.d.mts → drawer/index.d.mts} +0 -0
- /package/dist/{rhf/form.d.mts → form/index.d.mts} +0 -0
- /package/dist/{atoms/input.d.mts → input/index.d.mts} +0 -0
- /package/dist/{atoms/popover.d.mts → popover/index.d.mts} +0 -0
- /package/dist/{atoms/resizable.d.mts → resizable/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-checkbox.d.mts → rhf-checkbox/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-multi-select.d.mts → rhf-multi-select/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-radio-button-group.d.mts → rhf-radio-button-group/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-radio-group.d.mts → rhf-radio-group/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-select.d.mts → rhf-select/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-switch.d.mts → rhf-switch/index.d.mts} +0 -0
- /package/dist/{rhf/rhf-textarea.d.mts → rhf-textarea/index.d.mts} +0 -0
- /package/dist/{atoms/separator.d.mts → separator/index.d.mts} +0 -0
- /package/dist/{atoms/stack.d.mts → stack/index.d.mts} +0 -0
- /package/dist/{atoms/switch.d.mts → switch/index.d.mts} +0 -0
- /package/dist/{atoms/table.d.mts → table/index.d.mts} +0 -0
- /package/dist/{atoms/toaster.d.mts → toaster/index.d.mts} +0 -0
- /package/dist/{atoms/tooltip.d.mts → tooltip/index.d.mts} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import { ComponentProps, ComponentPropsWithoutRef, ElementRef, TextareaHTMLAttributes } from 'react';
|
|
3
|
+
import React__default, { ComponentProps, ComponentPropsWithoutRef, ElementRef, TextareaHTMLAttributes } from 'react';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
@@ -69,7 +69,7 @@ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, V
|
|
|
69
69
|
declare const buttonVariants: (props?: ({
|
|
70
70
|
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
|
|
71
71
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
72
|
-
} &
|
|
72
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
73
73
|
/**
|
|
74
74
|
* A versatile button component that supports multiple variants, sizes, and can be rendered as a child component.
|
|
75
75
|
* Built on top of Radix UI's Slot primitive for maximum flexibility.
|
|
@@ -139,7 +139,7 @@ interface TextFieldProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEleme
|
|
|
139
139
|
declare const textFieldVariants: (props?: ({
|
|
140
140
|
variant?: "default" | "error" | null | undefined;
|
|
141
141
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
142
|
-
} &
|
|
142
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
143
143
|
/**
|
|
144
144
|
* A versatile text field component that supports multiple variants, sizes, and icons.
|
|
145
145
|
* Built on top of shadcn/ui's Input component.
|
|
@@ -428,7 +428,7 @@ declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
|
428
428
|
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
429
429
|
declare const sheetVariants: (props?: ({
|
|
430
430
|
side?: "left" | "right" | "bottom" | "top" | null | undefined;
|
|
431
|
-
} &
|
|
431
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
432
432
|
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
433
433
|
}
|
|
434
434
|
declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -454,7 +454,7 @@ declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPri
|
|
|
454
454
|
* <Skeleton className="w-10 h-10" />
|
|
455
455
|
* ```
|
|
456
456
|
*/
|
|
457
|
-
declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
457
|
+
declare function Skeleton({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
460
|
* Avatar component that displays a user's profile picture or fallback.
|
|
@@ -510,21 +510,21 @@ declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrim
|
|
|
510
510
|
declare const badgeVariants: (props?: ({
|
|
511
511
|
variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info" | null | undefined;
|
|
512
512
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
513
|
-
} &
|
|
513
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
514
514
|
|
|
515
|
-
interface BadgeProps extends
|
|
515
|
+
interface BadgeProps extends React__default.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
516
516
|
/**
|
|
517
517
|
* The content to display inside the badge
|
|
518
518
|
*/
|
|
519
|
-
children:
|
|
519
|
+
children: React__default.ReactNode;
|
|
520
520
|
/**
|
|
521
521
|
* Optional icon to display before the badge content
|
|
522
522
|
*/
|
|
523
|
-
icon?:
|
|
523
|
+
icon?: React__default.ReactNode;
|
|
524
524
|
/**
|
|
525
525
|
* Optional icon to display after the badge content
|
|
526
526
|
*/
|
|
527
|
-
iconAfter?:
|
|
527
|
+
iconAfter?: React__default.ReactNode;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
/**
|
|
@@ -545,7 +545,7 @@ declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefA
|
|
|
545
545
|
declare const typographyVariants: (props?: ({
|
|
546
546
|
variant?: "list" | "small" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "muted" | "large" | "lead" | null | undefined;
|
|
547
547
|
align?: "center" | "left" | "right" | "justify" | null | undefined;
|
|
548
|
-
} &
|
|
548
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
549
549
|
interface TypographyProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
|
|
550
550
|
as?: React$1.ElementType;
|
|
551
551
|
}
|
|
@@ -561,7 +561,7 @@ declare const Typography: React$1.ForwardRefExoticComponent<TypographyProps & Re
|
|
|
561
561
|
type TypographyVariant = NonNullable<VariantProps<typeof typographyVariants>["variant"]>;
|
|
562
562
|
type TypographyAlign = NonNullable<VariantProps<typeof typographyVariants>["align"]>;
|
|
563
563
|
|
|
564
|
-
|
|
564
|
+
type PageLoaderProps = {
|
|
565
565
|
/**
|
|
566
566
|
* Optional className to extend the component's styles
|
|
567
567
|
*/
|
|
@@ -578,7 +578,7 @@ interface PageLoaderProps {
|
|
|
578
578
|
* Optional color of the loader (default: "primary")
|
|
579
579
|
*/
|
|
580
580
|
color?: "primary" | "secondary" | "accent" | "muted" | "destructive" | string;
|
|
581
|
-
}
|
|
581
|
+
};
|
|
582
582
|
/**
|
|
583
583
|
* PageLoader component for displaying a loading indicator.
|
|
584
584
|
*
|
|
@@ -587,7 +587,7 @@ interface PageLoaderProps {
|
|
|
587
587
|
*/
|
|
588
588
|
declare function PageLoader({ className, size, text, color }: PageLoaderProps): react_jsx_runtime.JSX.Element;
|
|
589
589
|
|
|
590
|
-
declare const labelVariants: (props?:
|
|
590
|
+
declare const labelVariants: (props?: class_variance_authority_dist_types.ClassProp | undefined) => string;
|
|
591
591
|
interface LabelProps extends React$1.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>, VariantProps<typeof labelVariants> {
|
|
592
592
|
}
|
|
593
593
|
/**
|
|
@@ -603,7 +603,7 @@ declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
|
|
|
603
603
|
declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
|
|
604
604
|
declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
605
605
|
variant?: "default" | "destructive" | null | undefined;
|
|
606
|
-
} &
|
|
606
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
|
|
607
607
|
declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
608
608
|
declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
609
609
|
declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -1244,6 +1244,61 @@ declare const BreadcrumbEllipsis: {
|
|
|
1244
1244
|
displayName: string;
|
|
1245
1245
|
};
|
|
1246
1246
|
|
|
1247
|
+
/**
|
|
1248
|
+
* Props interface for the Card component.
|
|
1249
|
+
* Extends the native div HTML attributes and adds support for custom styling.
|
|
1250
|
+
*
|
|
1251
|
+
* @interface CardProps
|
|
1252
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
1253
|
+
*/
|
|
1254
|
+
interface CardProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
1255
|
+
}
|
|
1256
|
+
/**
|
|
1257
|
+
* Props interface for the CardHeader component.
|
|
1258
|
+
* Extends the native div HTML attributes and adds support for custom styling.
|
|
1259
|
+
*
|
|
1260
|
+
* @interface CardHeaderProps
|
|
1261
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
1262
|
+
*/
|
|
1263
|
+
interface CardHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
1264
|
+
}
|
|
1265
|
+
/**
|
|
1266
|
+
* Props interface for the CardTitle component.
|
|
1267
|
+
* Extends the native heading HTML attributes and adds support for custom styling.
|
|
1268
|
+
*
|
|
1269
|
+
* @interface CardTitleProps
|
|
1270
|
+
* @extends {React.HTMLAttributes<HTMLHeadingElement>}
|
|
1271
|
+
*/
|
|
1272
|
+
interface CardTitleProps extends React$1.HTMLAttributes<HTMLHeadingElement> {
|
|
1273
|
+
}
|
|
1274
|
+
/**
|
|
1275
|
+
* Props interface for the CardDescription component.
|
|
1276
|
+
* Extends the native paragraph HTML attributes and adds support for custom styling.
|
|
1277
|
+
*
|
|
1278
|
+
* @interface CardDescriptionProps
|
|
1279
|
+
* @extends {React.HTMLAttributes<HTMLParagraphElement>}
|
|
1280
|
+
*/
|
|
1281
|
+
interface CardDescriptionProps extends React$1.HTMLAttributes<HTMLParagraphElement> {
|
|
1282
|
+
}
|
|
1283
|
+
/**
|
|
1284
|
+
* Props interface for the CardContent component.
|
|
1285
|
+
* Extends the native div HTML attributes and adds support for custom styling.
|
|
1286
|
+
*
|
|
1287
|
+
* @interface CardContentProps
|
|
1288
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
1289
|
+
*/
|
|
1290
|
+
interface CardContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
1291
|
+
}
|
|
1292
|
+
/**
|
|
1293
|
+
* Props interface for the CardFooter component.
|
|
1294
|
+
* Extends the native div HTML attributes and adds support for custom styling.
|
|
1295
|
+
*
|
|
1296
|
+
* @interface CardFooterProps
|
|
1297
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
1298
|
+
*/
|
|
1299
|
+
interface CardFooterProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1247
1302
|
/**
|
|
1248
1303
|
* Card is a flexible container component that can be used to group related content and actions.
|
|
1249
1304
|
* It provides a consistent visual style with a subtle border, shadow, and rounded corners.
|
|
@@ -1282,88 +1337,88 @@ declare const BreadcrumbEllipsis: {
|
|
|
1282
1337
|
* </Card>
|
|
1283
1338
|
* ```
|
|
1284
1339
|
*/
|
|
1285
|
-
declare const Card: React$1.ForwardRefExoticComponent<
|
|
1340
|
+
declare const Card: React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1286
1341
|
/**
|
|
1287
1342
|
* Header section of the card.
|
|
1288
1343
|
* Typically contains the card title and description.
|
|
1289
1344
|
* Includes padding and spacing for consistent layout.
|
|
1290
1345
|
*/
|
|
1291
|
-
declare const CardHeader: React$1.ForwardRefExoticComponent<
|
|
1346
|
+
declare const CardHeader: React$1.ForwardRefExoticComponent<CardHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1292
1347
|
/**
|
|
1293
1348
|
* Title component for the card.
|
|
1294
1349
|
* Should be used within CardHeader.
|
|
1295
1350
|
* Provides consistent typography styling for card titles.
|
|
1296
1351
|
*/
|
|
1297
|
-
declare const CardTitle: React$1.ForwardRefExoticComponent<
|
|
1352
|
+
declare const CardTitle: React$1.ForwardRefExoticComponent<CardTitleProps & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
1298
1353
|
/**
|
|
1299
1354
|
* Description component for the card.
|
|
1300
1355
|
* Should be used within CardHeader.
|
|
1301
1356
|
* Provides consistent typography styling for card descriptions.
|
|
1302
1357
|
*/
|
|
1303
|
-
declare const CardDescription: React$1.ForwardRefExoticComponent<
|
|
1358
|
+
declare const CardDescription: React$1.ForwardRefExoticComponent<CardDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
1304
1359
|
/**
|
|
1305
1360
|
* Main content section of the card.
|
|
1306
1361
|
* Includes padding and removes top padding to maintain consistent spacing with the header.
|
|
1307
1362
|
*/
|
|
1308
|
-
declare const CardContent: React$1.ForwardRefExoticComponent<
|
|
1363
|
+
declare const CardContent: React$1.ForwardRefExoticComponent<CardContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1309
1364
|
/**
|
|
1310
1365
|
* Footer section of the card.
|
|
1311
1366
|
* Typically contains action buttons or additional information.
|
|
1312
1367
|
* Includes padding and removes top padding to maintain consistent spacing with the content.
|
|
1313
1368
|
*/
|
|
1314
|
-
declare const CardFooter: React$1.ForwardRefExoticComponent<
|
|
1369
|
+
declare const CardFooter: React$1.ForwardRefExoticComponent<CardFooterProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1315
1370
|
|
|
1316
1371
|
declare const navigationMenuTriggerStyle: (props?: ({
|
|
1317
1372
|
variant?: "default" | "ghost" | "link" | "mobile" | null | undefined;
|
|
1318
|
-
} &
|
|
1373
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1319
1374
|
|
|
1320
|
-
interface NavigationMenuProps extends
|
|
1375
|
+
interface NavigationMenuProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
|
|
1321
1376
|
/**
|
|
1322
1377
|
* The content of the navigation menu
|
|
1323
1378
|
*/
|
|
1324
|
-
children:
|
|
1379
|
+
children: React__default.ReactNode;
|
|
1325
1380
|
/**
|
|
1326
1381
|
* Optional className for the root element
|
|
1327
1382
|
*/
|
|
1328
1383
|
className?: string;
|
|
1329
1384
|
}
|
|
1330
|
-
interface NavigationMenuListProps extends
|
|
1385
|
+
interface NavigationMenuListProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List> {
|
|
1331
1386
|
/**
|
|
1332
1387
|
* Optional className for the list element
|
|
1333
1388
|
*/
|
|
1334
1389
|
className?: string;
|
|
1335
1390
|
}
|
|
1336
|
-
interface NavigationMenuItemProps extends
|
|
1391
|
+
interface NavigationMenuItemProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Item> {
|
|
1337
1392
|
/**
|
|
1338
1393
|
* Optional className for the item element
|
|
1339
1394
|
*/
|
|
1340
1395
|
className?: string;
|
|
1341
1396
|
}
|
|
1342
|
-
interface NavigationMenuTriggerProps extends
|
|
1397
|
+
interface NavigationMenuTriggerProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>, VariantProps<typeof navigationMenuTriggerStyle> {
|
|
1343
1398
|
/**
|
|
1344
1399
|
* Optional className for the trigger element
|
|
1345
1400
|
*/
|
|
1346
1401
|
className?: string;
|
|
1347
1402
|
}
|
|
1348
|
-
interface NavigationMenuContentProps extends
|
|
1403
|
+
interface NavigationMenuContentProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content> {
|
|
1349
1404
|
/**
|
|
1350
1405
|
* Optional className for the content element
|
|
1351
1406
|
*/
|
|
1352
1407
|
className?: string;
|
|
1353
1408
|
}
|
|
1354
|
-
interface NavigationMenuLinkProps extends
|
|
1409
|
+
interface NavigationMenuLinkProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Link> {
|
|
1355
1410
|
/**
|
|
1356
1411
|
* Optional className for the link element
|
|
1357
1412
|
*/
|
|
1358
1413
|
className?: string;
|
|
1359
1414
|
}
|
|
1360
|
-
interface NavigationMenuViewportProps extends
|
|
1415
|
+
interface NavigationMenuViewportProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport> {
|
|
1361
1416
|
/**
|
|
1362
1417
|
* Optional className for the viewport element
|
|
1363
1418
|
*/
|
|
1364
1419
|
className?: string;
|
|
1365
1420
|
}
|
|
1366
|
-
interface NavigationMenuIndicatorProps extends
|
|
1421
|
+
interface NavigationMenuIndicatorProps extends React__default.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator> {
|
|
1367
1422
|
/**
|
|
1368
1423
|
* Optional className for the indicator element
|
|
1369
1424
|
*/
|
|
@@ -1410,6 +1465,71 @@ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMe
|
|
|
1410
1465
|
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1411
1466
|
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1412
1467
|
|
|
1468
|
+
interface TabsProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Root> {
|
|
1469
|
+
/**
|
|
1470
|
+
* The value of the tab that should be active when initially rendered.
|
|
1471
|
+
* Use when you do not need to control the state of the tabs.
|
|
1472
|
+
*/
|
|
1473
|
+
defaultValue?: string;
|
|
1474
|
+
/**
|
|
1475
|
+
* The controlled value of the tab to activate.
|
|
1476
|
+
* Should be used with onValueChange.
|
|
1477
|
+
*/
|
|
1478
|
+
value?: string;
|
|
1479
|
+
/**
|
|
1480
|
+
* Event handler called when the value changes.
|
|
1481
|
+
*/
|
|
1482
|
+
onValueChange?: (value: string) => void;
|
|
1483
|
+
/**
|
|
1484
|
+
* The orientation of the tabs.
|
|
1485
|
+
* @default "horizontal"
|
|
1486
|
+
*/
|
|
1487
|
+
orientation?: "horizontal" | "vertical";
|
|
1488
|
+
/**
|
|
1489
|
+
* The direction of the tabs.
|
|
1490
|
+
* @default "ltr"
|
|
1491
|
+
*/
|
|
1492
|
+
dir?: "ltr" | "rtl";
|
|
1493
|
+
}
|
|
1494
|
+
interface TabsListProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.List> {
|
|
1495
|
+
/**
|
|
1496
|
+
* Additional CSS class names to apply to the tabs list.
|
|
1497
|
+
*/
|
|
1498
|
+
className?: string;
|
|
1499
|
+
}
|
|
1500
|
+
interface TabsTriggerProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger> {
|
|
1501
|
+
/**
|
|
1502
|
+
* Additional CSS class names to apply to the tab trigger.
|
|
1503
|
+
*/
|
|
1504
|
+
className?: string;
|
|
1505
|
+
/**
|
|
1506
|
+
* The value of the tab trigger.
|
|
1507
|
+
* Must be unique within the tabs component.
|
|
1508
|
+
*/
|
|
1509
|
+
value: string;
|
|
1510
|
+
/**
|
|
1511
|
+
* Whether the tab trigger is disabled.
|
|
1512
|
+
* @default false
|
|
1513
|
+
*/
|
|
1514
|
+
disabled?: boolean;
|
|
1515
|
+
}
|
|
1516
|
+
interface TabsContentProps extends Omit<React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Content>, "forceMount"> {
|
|
1517
|
+
/**
|
|
1518
|
+
* Additional CSS class names to apply to the tab content.
|
|
1519
|
+
*/
|
|
1520
|
+
className?: string;
|
|
1521
|
+
/**
|
|
1522
|
+
* The value of the tab content.
|
|
1523
|
+
* Must match the value of the corresponding TabsTrigger.
|
|
1524
|
+
*/
|
|
1525
|
+
value: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* Whether to force mounting the content when the tab is not active.
|
|
1528
|
+
* @default false
|
|
1529
|
+
*/
|
|
1530
|
+
forceMount?: true;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1413
1533
|
/**
|
|
1414
1534
|
* Tabs component provides a way to organize content into separate views where only one view is visible at a time.
|
|
1415
1535
|
* It follows the WAI-ARIA Tabs Pattern for accessibility.
|
|
@@ -1434,9 +1554,9 @@ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Navigat
|
|
|
1434
1554
|
*/
|
|
1435
1555
|
|
|
1436
1556
|
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1437
|
-
declare const TabsList: React$1.ForwardRefExoticComponent<
|
|
1438
|
-
declare const TabsTrigger: React$1.ForwardRefExoticComponent<
|
|
1439
|
-
declare const TabsContent: React$1.ForwardRefExoticComponent<
|
|
1557
|
+
declare const TabsList: React$1.ForwardRefExoticComponent<TabsListProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1558
|
+
declare const TabsTrigger: React$1.ForwardRefExoticComponent<TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1559
|
+
declare const TabsContent: React$1.ForwardRefExoticComponent<TabsContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1440
1560
|
|
|
1441
1561
|
declare const Drawer: {
|
|
1442
1562
|
({ shouldScaleBackground, ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
@@ -1560,7 +1680,7 @@ declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.De
|
|
|
1560
1680
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1561
1681
|
variant?: "default" | "outline" | null | undefined;
|
|
1562
1682
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1563
|
-
} &
|
|
1683
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1564
1684
|
declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
1565
1685
|
asChild?: boolean;
|
|
1566
1686
|
isActive?: boolean;
|
|
@@ -1568,7 +1688,7 @@ declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.
|
|
|
1568
1688
|
} & VariantProps<(props?: ({
|
|
1569
1689
|
variant?: "default" | "outline" | null | undefined;
|
|
1570
1690
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1571
|
-
} &
|
|
1691
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1572
1692
|
declare const SidebarMenuAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
1573
1693
|
asChild?: boolean;
|
|
1574
1694
|
showOnHover?: boolean;
|
|
@@ -1816,7 +1936,7 @@ declare const DropdownMenuShortcut: {
|
|
|
1816
1936
|
declare const dropdownMenuTriggerStyle: (props?: ({
|
|
1817
1937
|
variant?: "default" | "outline" | "ghost" | "link" | null | undefined;
|
|
1818
1938
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
1819
|
-
} &
|
|
1939
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1820
1940
|
|
|
1821
1941
|
type DropdownMenuTriggerVariants = VariantProps<typeof dropdownMenuTriggerStyle>;
|
|
1822
1942
|
interface DropdownMenuProps {
|
|
@@ -2616,4 +2736,4 @@ declare function useToast(): {
|
|
|
2616
2736
|
|
|
2617
2737
|
declare function cn(...inputs: ClassValue[]): string;
|
|
2618
2738
|
|
|
2619
|
-
export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, Box, type BoxProps, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, type BreadcrumbListProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, type CheckboxProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyRef, CommandGroup, type CommandGroupProps, type CommandGroupRef, CommandInput, type CommandInputProps, type CommandInputRef, CommandItem, type CommandItemProps, type CommandItemRef, CommandList, type CommandListProps, type CommandListRef, type CommandProps, type CommandRef, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorRef, CommandShortcut, type CommandShortcutProps, Container, type ContainerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, FormField, type FormFieldContextValue, type FormFieldProps, FormItem, type FormItemContextValue, type FormItemProps, FormLabel, type FormLabelProps, FormMessage, type FormMessageProps, type FormProps, Input, Label, type LabelProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, PageLoader, type PageLoaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, RHFCheckbox, RHFMultiSelect, RHFRadioButtonGroup, type RHFRadioButtonGroupOption, type RHFRadioButtonGroupProps, RHFRadioGroup, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTextarea, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, RadioItemContainer, RadioItemLabel, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelProps, Select, type SelectOption, type SelectProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, type SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Stack, type StackProps, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, TextField, type TextFieldProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography, type TypographyAlign, type TypographyProps, type TypographyVariant, badgeVariants, buttonVariants, cn, reducer, sidebarMenuButtonVariants, toast, typographyVariants, useFormField, useIsMobile, useSidebar, useToast };
|
|
2739
|
+
export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, Box, type BoxProps, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, type BreadcrumbListProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, type CheckboxProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyRef, CommandGroup, type CommandGroupProps, type CommandGroupRef, CommandInput, type CommandInputProps, type CommandInputRef, CommandItem, type CommandItemProps, type CommandItemRef, CommandList, type CommandListProps, type CommandListRef, type CommandProps, type CommandRef, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorRef, CommandShortcut, type CommandShortcutProps, Container, type ContainerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, FormField, type FormFieldContextValue, type FormFieldProps, FormItem, type FormItemContextValue, type FormItemProps, FormLabel, type FormLabelProps, FormMessage, type FormMessageProps, type FormProps, Input, Label, type LabelProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, PageLoader, type PageLoaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, RHFCheckbox, RHFMultiSelect, RHFRadioButtonGroup, type RHFRadioButtonGroupOption, type RHFRadioButtonGroupProps, RHFRadioGroup, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTextarea, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, RadioItemContainer, RadioItemLabel, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelProps, Select, type SelectOption, type SelectProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, type SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Stack, type StackProps, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, TextField, type TextFieldProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography, type TypographyAlign, type TypographyProps, type TypographyVariant, badgeVariants, buttonVariants, cn, reducer, sidebarMenuButtonVariants, toast, typographyVariants, useFormField, useIsMobile, useSidebar, useToast };
|