@trustasia-frontend/website-ui 0.1.0
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/components/Accordion/Accordion.d.ts +27 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +2 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +18 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +33 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/AlertDialog/index.d.ts +2 -0
- package/dist/components/AlertDialog/index.d.ts.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.d.ts +7 -0
- package/dist/components/AspectRatio/AspectRatio.d.ts.map +1 -0
- package/dist/components/AspectRatio/index.d.ts +2 -0
- package/dist/components/AspectRatio/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +27 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +2 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +12 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +19 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +2 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +11 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +10 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/components/ButtonGroup/index.d.ts +2 -0
- package/dist/components/ButtonGroup/index.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.d.ts +9 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/index.d.ts +2 -0
- package/dist/components/Calendar/index.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +17 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +2 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +25 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/index.d.ts +2 -0
- package/dist/components/Carousel/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +11 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts +12 -0
- package/dist/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/index.d.ts +2 -0
- package/dist/components/Collapsible/index.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.d.ts +41 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +2 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/Command/Command.d.ts +22 -0
- package/dist/components/Command/Command.d.ts.map +1 -0
- package/dist/components/Command/index.d.ts +2 -0
- package/dist/components/Command/index.d.ts.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts +36 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/components/ContextMenu/index.d.ts +2 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.d.ts +37 -0
- package/dist/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +2 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +39 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +3 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.d.ts +26 -0
- package/dist/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/components/Dialog/index.d.ts +2 -0
- package/dist/components/Dialog/index.d.ts.map +1 -0
- package/dist/components/Direction/Direction.d.ts +12 -0
- package/dist/components/Direction/Direction.d.ts.map +1 -0
- package/dist/components/Direction/index.d.ts +2 -0
- package/dist/components/Direction/index.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +22 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +2 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +42 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/components/Empty/Empty.d.ts +21 -0
- package/dist/components/Empty/Empty.d.ts.map +1 -0
- package/dist/components/Empty/index.d.ts +2 -0
- package/dist/components/Empty/index.d.ts.map +1 -0
- package/dist/components/Field/Field.d.ts +22 -0
- package/dist/components/Field/Field.d.ts.map +1 -0
- package/dist/components/Field/index.d.ts +2 -0
- package/dist/components/Field/index.d.ts.map +1 -0
- package/dist/components/HoverCard/HoverCard.d.ts +14 -0
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
- package/dist/components/HoverCard/index.d.ts +2 -0
- package/dist/components/HoverCard/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +11 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/InputGroup/InputGroup.d.ts +14 -0
- package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
- package/dist/components/InputGroup/index.d.ts +2 -0
- package/dist/components/InputGroup/index.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts +19 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/components/InputOTP/index.d.ts +2 -0
- package/dist/components/InputOTP/index.d.ts.map +1 -0
- package/dist/components/Item/Item.d.ts +15 -0
- package/dist/components/Item/Item.d.ts.map +1 -0
- package/dist/components/Item/index.d.ts +2 -0
- package/dist/components/Item/index.d.ts.map +1 -0
- package/dist/components/Kbd/Kbd.d.ts +4 -0
- package/dist/components/Kbd/Kbd.d.ts.map +1 -0
- package/dist/components/Kbd/index.d.ts +2 -0
- package/dist/components/Kbd/index.d.ts.map +1 -0
- package/dist/components/Label/Label.d.ts +4 -0
- package/dist/components/Label/Label.d.ts.map +1 -0
- package/dist/components/Label/index.d.ts +2 -0
- package/dist/components/Label/index.d.ts.map +1 -0
- package/dist/components/Menubar/Menubar.d.ts +40 -0
- package/dist/components/Menubar/Menubar.d.ts.map +1 -0
- package/dist/components/Menubar/index.d.ts +2 -0
- package/dist/components/Menubar/index.d.ts.map +1 -0
- package/dist/components/NativeSelect/NativeSelect.d.ts +7 -0
- package/dist/components/NativeSelect/NativeSelect.d.ts.map +1 -0
- package/dist/components/NativeSelect/index.d.ts +2 -0
- package/dist/components/NativeSelect/index.d.ts.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.d.ts +22 -0
- package/dist/components/NavigationMenu/NavigationMenu.d.ts.map +1 -0
- package/dist/components/NavigationMenu/index.d.ts +2 -0
- package/dist/components/NavigationMenu/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +11 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +18 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Progress/Progress.d.ts +11 -0
- package/dist/components/Progress/Progress.d.ts.map +1 -0
- package/dist/components/Progress/index.d.ts +2 -0
- package/dist/components/Progress/index.d.ts.map +1 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +10 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.d.ts.map +1 -0
- package/dist/components/Resizable/Resizable.d.ts +14 -0
- package/dist/components/Resizable/Resizable.d.ts.map +1 -0
- package/dist/components/Resizable/index.d.ts +2 -0
- package/dist/components/Resizable/index.d.ts.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +14 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/components/ScrollArea/index.d.ts +2 -0
- package/dist/components/ScrollArea/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +22 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Separator/Separator.d.ts +9 -0
- package/dist/components/Separator/Separator.d.ts.map +1 -0
- package/dist/components/Separator/index.d.ts +2 -0
- package/dist/components/Separator/index.d.ts.map +1 -0
- package/dist/components/Sheet/Sheet.d.ts +30 -0
- package/dist/components/Sheet/Sheet.d.ts.map +1 -0
- package/dist/components/Sheet/index.d.ts +2 -0
- package/dist/components/Sheet/index.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +27 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +2 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +8 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +8 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Sonner/index.d.ts +2 -0
- package/dist/components/Sonner/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +8 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +2 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +4 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +21 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +2 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +14 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +2 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +7 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +2 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts +9 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/index.d.ts +2 -0
- package/dist/components/Toggle/index.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +14 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
- package/dist/components/ToggleGroup/index.d.ts +2 -0
- package/dist/components/ToggleGroup/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +23 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Typography/Typography.d.ts +41 -0
- package/dist/components/Typography/Typography.d.ts.map +1 -0
- package/dist/components/Typography/index.d.ts +2 -0
- package/dist/components/Typography/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +58 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useDebounce.d.ts +2 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useToggle.d.ts +2 -0
- package/dist/hooks/useToggle.d.ts.map +1 -0
- package/dist/index.cjs +114 -0
- package/dist/index.d.ts +65 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +26458 -0
- package/dist/primitives/Box.d.ts +7 -0
- package/dist/primitives/Box.d.ts.map +1 -0
- package/dist/primitives/Stack.d.ts +15 -0
- package/dist/primitives/Stack.d.ts.map +1 -0
- package/dist/primitives/Text.d.ts +9 -0
- package/dist/primitives/Text.d.ts.map +1 -0
- package/dist/primitives/index.d.ts +4 -0
- package/dist/primitives/index.d.ts.map +1 -0
- package/dist/tokens/colors.d.ts +88 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +5 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/shadows.d.ts +24 -0
- package/dist/tokens/shadows.d.ts.map +1 -0
- package/dist/tokens/spacing.d.ts +12 -0
- package/dist/tokens/spacing.d.ts.map +1 -0
- package/dist/tokens/typography.d.ts +46 -0
- package/dist/tokens/typography.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/website-ui.css +1 -0
- package/package.json +96 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
2
|
+
type AccordionVariant = 'surface' | 'ghost' | 'outline';
|
|
3
|
+
type AccordionRootProps = (AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & {
|
|
4
|
+
variant?: AccordionVariant;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function AccordionRoot({ className, variant, ...props }: AccordionRootProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
type AccordionItemProps = AccordionPrimitive.AccordionItemProps & {
|
|
9
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
10
|
+
};
|
|
11
|
+
declare function AccordionItem({ className, ref, ...props }: AccordionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
type AccordionTriggerProps = AccordionPrimitive.AccordionTriggerProps & {
|
|
13
|
+
ref?: React.Ref<HTMLButtonElement>;
|
|
14
|
+
};
|
|
15
|
+
declare function AccordionTrigger({ className, children, ref, ...props }: AccordionTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
type AccordionContentProps = AccordionPrimitive.AccordionContentProps & {
|
|
17
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
18
|
+
};
|
|
19
|
+
declare function AccordionContent({ className, children, ref, ...props }: AccordionContentProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare const Accordion: {
|
|
21
|
+
Root: typeof AccordionRoot;
|
|
22
|
+
Item: typeof AccordionItem;
|
|
23
|
+
Trigger: typeof AccordionTrigger;
|
|
24
|
+
Content: typeof AccordionContent;
|
|
25
|
+
};
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAI/D,KAAK,gBAAgB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAA;AAsBvD,KAAK,kBAAkB,GAAG,CACtB,kBAAkB,CAAC,oBAAoB,GACvC,kBAAkB,CAAC,sBAAsB,CAC5C,GAAG;IACF,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,OAAmB,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAStF;AAED,KAAK,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,GAAG;IAChE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAChC,CAAA;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAStE;AAED,KAAK,qBAAqB,GAAG,kBAAkB,CAAC,qBAAqB,GAAG;IACtE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAA;CACnC,CAAA;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAuCtF;AAED,KAAK,qBAAqB,GAAG,kBAAkB,CAAC,qBAAqB,GAAG;IACtE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAChC,CAAA;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAetF;AAED,eAAO,MAAM,SAAS;;;;;CAKrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type AlertVariant = 'default' | 'info' | 'success' | 'warning' | 'destructive';
|
|
3
|
+
declare const variantIconStyles: Record<AlertVariant, string>;
|
|
4
|
+
type AlertRootProps = ComponentPropsWithRef<'div'> & {
|
|
5
|
+
variant?: AlertVariant;
|
|
6
|
+
};
|
|
7
|
+
declare function AlertRoot({ className, variant, ref, ...props }: AlertRootProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
type AlertTitleProps = ComponentPropsWithRef<'p'>;
|
|
9
|
+
declare function AlertTitle({ className, ref, ...props }: AlertTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
type AlertDescriptionProps = ComponentPropsWithRef<'p'>;
|
|
11
|
+
declare function AlertDescription({ className, ref, ...props }: AlertDescriptionProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { variantIconStyles };
|
|
13
|
+
export declare const Alert: {
|
|
14
|
+
Root: typeof AlertRoot;
|
|
15
|
+
Title: typeof AlertTitle;
|
|
16
|
+
Description: typeof AlertDescription;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,CAAA;AAU9E,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAMnD,CAAA;AAED,KAAK,cAAc,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IACnD,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB,CAAA;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,OAAmB,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAgBnF;AAED,KAAK,eAAe,GAAG,qBAAqB,CAAC,GAAG,CAAC,CAAA;AAEjD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAQhE;AAED,KAAK,qBAAqB,GAAG,qBAAqB,CAAC,GAAG,CAAC,CAAA;AAEvD,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAQ5E;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAE5B,eAAO,MAAM,KAAK;;;;CAIjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
2
|
+
declare function AlertDialogRoot(props: AlertDialogPrimitive.AlertDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function AlertDialogTrigger({ className, ...props }: AlertDialogPrimitive.AlertDialogTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function AlertDialogContent({ className, children, ref, ...props }: AlertDialogPrimitive.AlertDialogContentProps & {
|
|
5
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function AlertDialogHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function AlertDialogFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function AlertDialogTitle({ className, ref, ...props }: AlertDialogPrimitive.AlertDialogTitleProps & {
|
|
10
|
+
ref?: React.Ref<HTMLHeadingElement>;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function AlertDialogDescription({ className, ref, ...props }: AlertDialogPrimitive.AlertDialogDescriptionProps & {
|
|
13
|
+
ref?: React.Ref<HTMLParagraphElement>;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare function AlertDialogAction({ className, ref, ...props }: AlertDialogPrimitive.AlertDialogActionProps & {
|
|
16
|
+
ref?: React.Ref<HTMLButtonElement>;
|
|
17
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
declare function AlertDialogCancel({ className, ref, ...props }: AlertDialogPrimitive.AlertDialogCancelProps & {
|
|
19
|
+
ref?: React.Ref<HTMLButtonElement>;
|
|
20
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const AlertDialog: {
|
|
22
|
+
Root: typeof AlertDialogRoot;
|
|
23
|
+
Trigger: typeof AlertDialogTrigger;
|
|
24
|
+
Content: typeof AlertDialogContent;
|
|
25
|
+
Header: typeof AlertDialogHeader;
|
|
26
|
+
Footer: typeof AlertDialogFooter;
|
|
27
|
+
Title: typeof AlertDialogTitle;
|
|
28
|
+
Description: typeof AlertDialogDescription;
|
|
29
|
+
Action: typeof AlertDialogAction;
|
|
30
|
+
Cancel: typeof AlertDialogCancel;
|
|
31
|
+
};
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=AlertDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../../../src/components/AlertDialog/AlertDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AAGpE,iBAAS,eAAe,CAAC,KAAK,EAAE,oBAAoB,CAAC,gBAAgB,2CAEpE;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,uBAAuB,2CAE9C;AAyBD,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,GAAG,EACH,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,uBAAuB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,2CAoBpF;AAED,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAEvF;AAED,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAOvF;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,qBAAqB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAA;CAAE,2CAQtF;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,2BAA2B,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAA;CAAE,2CAQ9F;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,sBAAsB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAA;CAAE,2CAetF;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,sBAAsB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAA;CAAE,2CAgBtF;AAED,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AlertDialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
2
|
+
type AspectRatioProps = AspectRatioPrimitive.AspectRatioProps & {
|
|
3
|
+
className?: string;
|
|
4
|
+
};
|
|
5
|
+
declare function AspectRatio({ className, ...props }: AspectRatioProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export { AspectRatio };
|
|
7
|
+
//# sourceMappingURL=AspectRatio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AspectRatio.d.ts","sourceRoot":"","sources":["../../../src/components/AspectRatio/AspectRatio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AAGpE,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,gBAAgB,GAAG;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAO7D;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AspectRatio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
2
|
+
type AvatarSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
type AvatarVariant = 'circle' | 'rounded';
|
|
4
|
+
declare const sizeStyles: Record<AvatarSize, string>;
|
|
5
|
+
declare const variantStyles: Record<AvatarVariant, string>;
|
|
6
|
+
type AvatarRootProps = AvatarPrimitive.AvatarProps & {
|
|
7
|
+
size?: AvatarSize;
|
|
8
|
+
variant?: AvatarVariant;
|
|
9
|
+
className?: string;
|
|
10
|
+
ref?: React.Ref<HTMLSpanElement>;
|
|
11
|
+
};
|
|
12
|
+
declare function AvatarRoot({ className, size, variant, ref, ...props }: AvatarRootProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
type AvatarImageProps = AvatarPrimitive.AvatarImageProps & {
|
|
14
|
+
ref?: React.Ref<HTMLImageElement>;
|
|
15
|
+
};
|
|
16
|
+
declare function AvatarImage({ className, ref, ...props }: AvatarImageProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
type AvatarFallbackProps = AvatarPrimitive.AvatarFallbackProps & {
|
|
18
|
+
ref?: React.Ref<HTMLSpanElement>;
|
|
19
|
+
};
|
|
20
|
+
declare function AvatarFallback({ className, ref, ...props }: AvatarFallbackProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export { sizeStyles, variantStyles };
|
|
22
|
+
export declare const Avatar: {
|
|
23
|
+
Root: typeof AvatarRoot;
|
|
24
|
+
Image: typeof AvatarImage;
|
|
25
|
+
Fallback: typeof AvatarFallback;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAGzD,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAC3C,KAAK,aAAa,GAAG,QAAQ,GAAG,SAAS,CAAA;AAEzC,QAAA,MAAM,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAK1C,CAAA;AAED,QAAA,MAAM,aAAa,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAGhD,CAAA;AAED,KAAK,eAAe,GAAG,eAAe,CAAC,WAAW,GAAG;IACnD,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,eAAe,CAAC,CAAA;CACjC,CAAA;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,IAAW,EACX,OAAkB,EAClB,GAAG,EACH,GAAG,KAAK,EACT,EAAE,eAAe,2CAajB;AAED,KAAK,gBAAgB,GAAG,eAAe,CAAC,gBAAgB,GAAG;IACzD,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAA;CAClC,CAAA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQlE;AAED,KAAK,mBAAmB,GAAG,eAAe,CAAC,mBAAmB,GAAG;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,eAAe,CAAC,CAAA;CACjC,CAAA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAYxE;AAED,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,CAAA;AAEpC,eAAO,MAAM,MAAM;;;;CAIlB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type BadgeVariant = 'solid' | 'soft' | 'outline' | 'surface';
|
|
3
|
+
type BadgeColor = 'gray' | 'accent' | 'red' | 'green' | 'blue' | 'amber';
|
|
4
|
+
type BadgeSize = 'sm' | 'md';
|
|
5
|
+
type BadgeProps = ComponentPropsWithRef<'span'> & {
|
|
6
|
+
variant?: BadgeVariant;
|
|
7
|
+
color?: BadgeColor;
|
|
8
|
+
size?: BadgeSize;
|
|
9
|
+
};
|
|
10
|
+
declare function Badge({ className, variant, color, size, ref, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { Badge };
|
|
12
|
+
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAA;AAC5D,KAAK,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAA;AACxE,KAAK,SAAS,GAAG,IAAI,GAAG,IAAI,CAAA;AA0C5B,KAAK,UAAU,GAAG,qBAAqB,CAAC,MAAM,CAAC,GAAG;IAChD,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB,CAAA;AAED,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAgB,EAChB,KAAc,EACd,IAAW,EACX,GAAG,EACH,GAAG,KAAK,EACT,EAAE,UAAU,2CAaZ;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
declare function BreadcrumbRoot({ className, ref, ...props }: ComponentPropsWithRef<'nav'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function BreadcrumbList({ className, ref, ...props }: ComponentPropsWithRef<'ol'>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function BreadcrumbItem({ className, ref, ...props }: ComponentPropsWithRef<'li'>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function BreadcrumbLink({ className, ref, ...props }: ComponentPropsWithRef<'a'>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function BreadcrumbPage({ className, ref, ...props }: ComponentPropsWithRef<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function BreadcrumbSeparator({ className, children, ...props }: ComponentPropsWithRef<'li'>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function BreadcrumbEllipsis({ className, ...props }: ComponentPropsWithRef<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const Breadcrumb: {
|
|
10
|
+
Root: typeof BreadcrumbRoot;
|
|
11
|
+
List: typeof BreadcrumbList;
|
|
12
|
+
Item: typeof BreadcrumbItem;
|
|
13
|
+
Link: typeof BreadcrumbLink;
|
|
14
|
+
Page: typeof BreadcrumbPage;
|
|
15
|
+
Separator: typeof BreadcrumbSeparator;
|
|
16
|
+
Ellipsis: typeof BreadcrumbEllipsis;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=Breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAEjF;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAQhF;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAIhF;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,GAAG,CAAC,2CAY/E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAWlF;AAED,iBAAS,mBAAmB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAoB1F;AAED,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAmBjF;AAED,eAAO,MAAM,UAAU;;;;;;;;CAQtB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type ButtonVariant = 'solid' | 'soft' | 'outline' | 'ghost' | 'surface';
|
|
3
|
+
type ButtonSize = '1' | '2' | '3' | '4';
|
|
4
|
+
type ButtonProps = ComponentPropsWithRef<'button'> & {
|
|
5
|
+
variant?: ButtonVariant;
|
|
6
|
+
size?: ButtonSize;
|
|
7
|
+
asChild?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare function Button({ variant, size, asChild, className, disabled, ref, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAIlD,KAAK,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAA;AACvE,KAAK,UAAU,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AA+CvC,KAAK,WAAW,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACnD,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,OAAiB,EACjB,IAAU,EACV,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,EACH,GAAG,KAAK,EACT,EAAE,WAAW,2CAmBb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type ButtonGroupRootProps = ComponentPropsWithRef<'div'> & {
|
|
3
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4
|
+
};
|
|
5
|
+
declare function Root({ orientation, className, ref, ...props }: ButtonGroupRootProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const ButtonGroup: {
|
|
7
|
+
Root: typeof Root;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonGroup/ButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,oBAAoB,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IACzD,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACxC,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,WAA0B,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CA4B3F;AAED,eAAO,MAAM,WAAW;;CAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DayPicker } from 'react-day-picker';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
type CalendarProps = ComponentProps<typeof DayPicker>;
|
|
4
|
+
declare function Root({ className, classNames, showOutsideDays, captionLayout, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Calendar: {
|
|
6
|
+
Root: typeof Root;
|
|
7
|
+
};
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAG3C,KAAK,aAAa,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAA;AAErD,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,aAAa,2CA0Df;AAED,eAAO,MAAM,QAAQ;;CAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Header({ className, ref, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Title({ className, ref, ...props }: ComponentPropsWithRef<'h3'>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Description({ className, ref, ...props }: ComponentPropsWithRef<'p'>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Content({ className, ref, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Footer({ className, ref, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const Card: {
|
|
9
|
+
Root: typeof Root;
|
|
10
|
+
Header: typeof Header;
|
|
11
|
+
Title: typeof Title;
|
|
12
|
+
Description: typeof Description;
|
|
13
|
+
Content: typeof Content;
|
|
14
|
+
Footer: typeof Footer;
|
|
15
|
+
};
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAQvE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,GAAG,CAAC,2CAQ5E;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAQ1E;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAQzE;AAED,eAAO,MAAM,IAAI;;;;;;;CAAwD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as useEmblaCarousel } from 'embla-carousel-react';
|
|
2
|
+
import { ComponentPropsWithRef, CSSProperties } from 'react';
|
|
3
|
+
type CarouselOptions = Parameters<typeof useEmblaCarousel>[0];
|
|
4
|
+
type RootProps = ComponentPropsWithRef<'div'> & {
|
|
5
|
+
opts?: CarouselOptions;
|
|
6
|
+
orientation?: 'horizontal' | 'vertical';
|
|
7
|
+
plugins?: Parameters<typeof useEmblaCarousel>[1];
|
|
8
|
+
};
|
|
9
|
+
declare function Root({ className, ref, opts, orientation, plugins, children, ...props }: RootProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function Content({ className, viewportClassName, viewportStyle, ref, ...props }: ComponentPropsWithRef<'div'> & {
|
|
11
|
+
viewportClassName?: string;
|
|
12
|
+
viewportStyle?: CSSProperties;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare function Item({ className, ref, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare function Previous({ className, ref, ...props }: ComponentPropsWithRef<'button'>): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare function Next({ className, ref, ...props }: ComponentPropsWithRef<'button'>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const Carousel: {
|
|
18
|
+
Root: typeof Root;
|
|
19
|
+
Content: typeof Content;
|
|
20
|
+
Item: typeof Item;
|
|
21
|
+
Previous: typeof Previous;
|
|
22
|
+
Next: typeof Next;
|
|
23
|
+
};
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":"AAEA,OAAO,gBAA+C,MAAM,sBAAsB,CAAA;AAClF,OAAO,EAML,KAAK,qBAAqB,EAC1B,KAAK,aAAa,EACnB,MAAM,OAAO,CAAA;AAId,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAA;AAoB7D,KAAK,SAAS,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAC9C,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAA;CACjD,CAAA;AAED,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,GAAG,EACH,IAAI,EACJ,WAA0B,EAC1B,OAAO,EACP,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,SAAS,2CAsCX;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,iBAAiB,EAAE,aAAa,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAAE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,aAAa,CAAA;CAAE,2CAe5K;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAevE;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,QAAQ,CAAC,2CAwB9E;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,QAAQ,CAAC,2CAwB1E;AAED,eAAO,MAAM,QAAQ;;;;;;CAA0C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
3
|
+
type CheckboxProps = ComponentPropsWithRef<typeof CheckboxPrimitive.Root> & {
|
|
4
|
+
indeterminate?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare function Root({ className, ref, indeterminate, checked, ...props }: CheckboxProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Checkbox: {
|
|
8
|
+
Root: typeof Root;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,aAAa,GAAG,qBAAqB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,GAAG;IAC1E,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CA8BhF;AAED,eAAO,MAAM,QAAQ;;CAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
3
|
+
declare function Root({ className, ...props }: ComponentPropsWithRef<typeof CollapsiblePrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Trigger({ className, children, ...props }: ComponentPropsWithRef<typeof CollapsiblePrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Content({ className, ...props }: ComponentPropsWithRef<typeof CollapsiblePrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const Collapsible: {
|
|
7
|
+
Root: typeof Root;
|
|
8
|
+
Trigger: typeof Trigger;
|
|
9
|
+
Content: typeof Content;
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Collapsible.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../src/components/Collapsible/Collapsible.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAA;AACnE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAE7F;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CA4B7G;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAWnG;AAED,eAAO,MAAM,WAAW;;;;CAA6B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Collapsible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as CommandPrimitive } from 'cmdk';
|
|
2
|
+
import { ComponentPropsWithRef } from 'react';
|
|
3
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
4
|
+
declare function PopoverRoot(props: ComponentPropsWithRef<typeof PopoverPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function PopoverTrigger({ className, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function PopoverContent({ className, align, sideOffset, ref, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function CommandRoot({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function CommandInput({ className, ref, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Input>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function CommandList({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function CommandEmpty({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function CommandGroup({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function CommandItem({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
type ComboboxOption = {
|
|
14
|
+
value: string;
|
|
15
|
+
label: string;
|
|
16
|
+
};
|
|
17
|
+
type ComboboxProps = {
|
|
18
|
+
options: ComboboxOption[];
|
|
19
|
+
value?: string;
|
|
20
|
+
onValueChange?: (value: string) => void;
|
|
21
|
+
placeholder?: string;
|
|
22
|
+
searchPlaceholder?: string;
|
|
23
|
+
emptyText?: string;
|
|
24
|
+
className?: string;
|
|
25
|
+
triggerClassName?: string;
|
|
26
|
+
};
|
|
27
|
+
declare function Root({ options, value, onValueChange, placeholder, searchPlaceholder, emptyText, className, triggerClassName, }: ComboboxProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const Combobox: {
|
|
29
|
+
Root: typeof Root;
|
|
30
|
+
PopoverRoot: typeof PopoverRoot;
|
|
31
|
+
PopoverTrigger: typeof PopoverTrigger;
|
|
32
|
+
PopoverContent: typeof PopoverContent;
|
|
33
|
+
CommandRoot: typeof CommandRoot;
|
|
34
|
+
CommandInput: typeof CommandInput;
|
|
35
|
+
CommandList: typeof CommandList;
|
|
36
|
+
CommandEmpty: typeof CommandEmpty;
|
|
37
|
+
CommandGroup: typeof CommandGroup;
|
|
38
|
+
CommandItem: typeof CommandItem;
|
|
39
|
+
};
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=Combobox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../src/components/Combobox/Combobox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAA;AAClD,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,OAAO,CAAA;AAKd,iBAAS,WAAW,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAE9E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAEtG;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,KAAe,EAAE,UAAc,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAgB5I;AAID,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,2CAO3F;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAiBvG;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAOhG;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAOlG;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAUlG;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWhG;AAID,KAAK,cAAc,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAA;AAEtD,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAA;AAED,iBAAS,IAAI,CAAC,EACZ,OAAO,EACP,KAAK,EACL,aAAa,EACb,WAA8B,EAC9B,iBAA6B,EAC7B,SAA+B,EAC/B,SAAS,EACT,gBAAgB,GACjB,EAAE,aAAa,2CAwDf;AAED,eAAO,MAAM,QAAQ;;;;;;;;;;;CAYpB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Combobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Command as CommandPrimitive } from 'cmdk';
|
|
2
|
+
import { ComponentPropsWithRef } from 'react';
|
|
3
|
+
declare function Root({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Input({ className, ref, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Input>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function List({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Empty({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Group({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Separator({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function Item({ className, ...props }: ComponentPropsWithRef<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function Shortcut({ className, ...props }: ComponentPropsWithRef<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const Command: {
|
|
12
|
+
Root: typeof Root;
|
|
13
|
+
Input: typeof Input;
|
|
14
|
+
List: typeof List;
|
|
15
|
+
Empty: typeof Empty;
|
|
16
|
+
Group: typeof Group;
|
|
17
|
+
Separator: typeof Separator;
|
|
18
|
+
Item: typeof Item;
|
|
19
|
+
Shortcut: typeof Shortcut;
|
|
20
|
+
};
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=Command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Command.d.ts","sourceRoot":"","sources":["../../../src/components/Command/Command.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAA;AAClD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,2CAUpF;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAiBhG;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAOzF;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAO3F;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAU3F;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAOnG;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWzF;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAOvE;AAED,eAAO,MAAM,OAAO;;;;;;;;;CAAiE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Command/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
3
|
+
declare function Content({ className, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function SubContent({ className, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function SubTrigger({ className, inset, children, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
6
|
+
inset?: boolean;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Item({ className, inset, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.Item> & {
|
|
9
|
+
inset?: boolean;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function CheckboxItem({ className, children, checked, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function RadioItem({ className, children, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function Label({ className, inset, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.Label> & {
|
|
14
|
+
inset?: boolean;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare function Separator({ className, ...props }: ComponentPropsWithRef<typeof ContextMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
declare function Shortcut({ className, ...props }: ComponentPropsWithRef<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const ContextMenu: {
|
|
19
|
+
Root: import('react').FC<ContextMenuPrimitive.ContextMenuProps>;
|
|
20
|
+
Trigger: import('react').ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & import('react').RefAttributes<HTMLSpanElement>>;
|
|
21
|
+
Content: typeof Content;
|
|
22
|
+
Group: import('react').ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
23
|
+
Portal: import('react').FC<ContextMenuPrimitive.ContextMenuPortalProps>;
|
|
24
|
+
Sub: import('react').FC<ContextMenuPrimitive.ContextMenuSubProps>;
|
|
25
|
+
SubContent: typeof SubContent;
|
|
26
|
+
SubTrigger: typeof SubTrigger;
|
|
27
|
+
RadioGroup: import('react').ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
28
|
+
Item: typeof Item;
|
|
29
|
+
CheckboxItem: typeof CheckboxItem;
|
|
30
|
+
RadioItem: typeof RadioItem;
|
|
31
|
+
Label: typeof Label;
|
|
32
|
+
Separator: typeof Separator;
|
|
33
|
+
Shortcut: typeof Shortcut;
|
|
34
|
+
};
|
|
35
|
+
export {};
|
|
36
|
+
//# sourceMappingURL=ContextMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAUlD,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAenG;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,UAAU,CAAC,2CAiBzG;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,KAAK,EACL,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,UAAU,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAiBrF;AAED,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAY/E;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,YAAY,CAAC,2CAqBjE;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,2CAoB9D;AAED,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAWhF;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,2CAOvG;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAOvE;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;CAgBvB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|