@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,22 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
3
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function List({ className, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function MenuItem(props: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Trigger({ className, children, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Link({ className, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Link>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Content({ className, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function Viewport({ className, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Viewport>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function Indicator({ className, ref, ...props }: ComponentPropsWithRef<typeof NavigationMenuPrimitive.Indicator>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const NavigationMenu: {
|
|
12
|
+
Root: typeof Root;
|
|
13
|
+
List: typeof List;
|
|
14
|
+
MenuItem: typeof MenuItem;
|
|
15
|
+
Trigger: typeof Trigger;
|
|
16
|
+
Link: typeof Link;
|
|
17
|
+
Content: typeof Content;
|
|
18
|
+
Viewport: typeof Viewport;
|
|
19
|
+
Indicator: typeof Indicator;
|
|
20
|
+
};
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=NavigationMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavigationMenu.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationMenu/NavigationMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,uBAAuB,MAAM,iCAAiC,CAAA;AAC1E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAQrG;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAQrG;AAED,iBAAS,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAElF;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,2CAmBrH;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAYhG;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,2CAe3G;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,QAAQ,CAAC,2CAgB7G;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,uBAAuB,CAAC,SAAS,CAAC,2CAc/G;AAED,eAAO,MAAM,cAAc;;;;;;;;;CAAwE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type PaginationProps = {
|
|
2
|
+
page: number;
|
|
3
|
+
totalPages: number;
|
|
4
|
+
onPageChange: (page: number) => void;
|
|
5
|
+
siblingCount?: number;
|
|
6
|
+
showFirstLast?: boolean;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare function Pagination({ page, totalPages, onPageChange, siblingCount, showFirstLast, className, }: PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAcD,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,UAAU,EACV,YAAY,EACZ,YAAgB,EAChB,aAAoB,EACpB,SAAS,GACV,EAAE,eAAe,2CAsEjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
3
|
+
declare function Root(props: ComponentPropsWithRef<typeof PopoverPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Trigger({ className, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Anchor(props: ComponentPropsWithRef<typeof PopoverPrimitive.Anchor>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Content({ className, align, sideOffset, ref, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Arrow({ className, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Arrow>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Close({ className, ...props }: ComponentPropsWithRef<typeof PopoverPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const Popover: {
|
|
10
|
+
Root: typeof Root;
|
|
11
|
+
Trigger: typeof Trigger;
|
|
12
|
+
Anchor: typeof Anchor;
|
|
13
|
+
Content: typeof Content;
|
|
14
|
+
Arrow: typeof Arrow;
|
|
15
|
+
Close: typeof Close;
|
|
16
|
+
};
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAEvE;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAE/F;AAED,iBAAS,MAAM,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,2CAE3E;AAED,iBAAS,OAAO,CAAC,EACf,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,GAAG,EACH,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAiBxD;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,2CAE3F;AAED,eAAO,MAAM,OAAO;;;;;;;CAAmD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
3
|
+
type RootProps = ComponentPropsWithRef<typeof ProgressPrimitive.Root> & {
|
|
4
|
+
size?: 'sm' | 'md' | 'lg';
|
|
5
|
+
};
|
|
6
|
+
declare function Root({ className, value, size, ref, ...props }: RootProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Progress: {
|
|
8
|
+
Root: typeof Root;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,SAAS,GAAG,qBAAqB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,GAAG;IACtE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CAC1B,CAAA;AAQD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAW,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAcxE;AAED,eAAO,MAAM,QAAQ;;CAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
3
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof RadioGroupPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Item({ className, ref, ...props }: ComponentPropsWithRef<typeof RadioGroupPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const RadioGroup: {
|
|
6
|
+
Root: typeof Root;
|
|
7
|
+
Item: typeof Item;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/RadioGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAIjG;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAmBjG;AAED,eAAO,MAAM,UAAU;;;CAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { GroupProps, PanelProps, SeparatorProps } from 'react-resizable-panels';
|
|
2
|
+
declare function Group({ className, ...props }: GroupProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Pane({ className, ...props }: PanelProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
type HandleProps = SeparatorProps & {
|
|
5
|
+
withHandle?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function Handle({ className, withHandle, ...props }: HandleProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const Resizable: {
|
|
9
|
+
Group: typeof Group;
|
|
10
|
+
Pane: typeof Pane;
|
|
11
|
+
Handle: typeof Handle;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=Resizable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Resizable.d.ts","sourceRoot":"","sources":["../../../src/components/Resizable/Resizable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAEpF,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAOjD;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAEhD;AAED,KAAK,WAAW,GAAG,cAAc,GAAG;IAClC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAsB/D;AAED,eAAO,MAAM,SAAS;;;;CAA0B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Resizable/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
3
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof ScrollAreaPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Viewport({ className, ref, ...props }: ComponentPropsWithRef<typeof ScrollAreaPrimitive.Viewport>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Bar({ className, orientation, ref, ...props }: ComponentPropsWithRef<typeof ScrollAreaPrimitive.Scrollbar>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Corner(props: ComponentPropsWithRef<typeof ScrollAreaPrimitive.Corner>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const ScrollArea: {
|
|
8
|
+
Root: typeof Root;
|
|
9
|
+
Viewport: typeof Viewport;
|
|
10
|
+
Bar: typeof Bar;
|
|
11
|
+
Corner: typeof Corner;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ScrollArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollArea.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollArea/ScrollArea.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAQjG;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,QAAQ,CAAC,2CAQzG;AAED,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,WAAwB,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,2CAgB/H;AAED,iBAAS,MAAM,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,mBAAmB,CAAC,MAAM,CAAC,2CAE9E;AAED,eAAO,MAAM,UAAU;;;;;CAAkC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollArea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
3
|
+
declare function Root(props: ComponentPropsWithRef<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Group(props: ComponentPropsWithRef<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Value(props: ComponentPropsWithRef<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Trigger({ className, children, ref, ...props }: ComponentPropsWithRef<typeof SelectPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Content({ className, children, position, ref, ...props }: ComponentPropsWithRef<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Label({ className, ref, ...props }: ComponentPropsWithRef<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function Item({ className, children, ref, ...props }: ComponentPropsWithRef<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function Separator({ className, ref, ...props }: ComponentPropsWithRef<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const Select: {
|
|
12
|
+
Root: typeof Root;
|
|
13
|
+
Group: typeof Group;
|
|
14
|
+
Value: typeof Value;
|
|
15
|
+
Trigger: typeof Trigger;
|
|
16
|
+
Content: typeof Content;
|
|
17
|
+
Label: typeof Label;
|
|
18
|
+
Item: typeof Item;
|
|
19
|
+
Separator: typeof Separator;
|
|
20
|
+
};
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEtE;AAED,iBAAS,KAAK,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAExE;AAED,iBAAS,KAAK,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAExE;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAuB7G;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAmB,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAmBlI;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQ/F;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAsBvG;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAQvG;AAED,eAAO,MAAM,MAAM;;;;;;;;;CAAmE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
declare function Root({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Vertical({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Separator: {
|
|
5
|
+
Root: typeof Root;
|
|
6
|
+
Vertical: typeof Vertical;
|
|
7
|
+
};
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../src/components/Separator/Separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAIlE;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAItE;AAED,eAAO,MAAM,SAAS;;;CAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Separator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
2
|
+
declare function Root(props: DialogPrimitive.DialogProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Trigger({ className, ...props }: DialogPrimitive.DialogTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Close({ className, ...props }: DialogPrimitive.DialogCloseProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
type SheetSide = 'top' | 'right' | 'bottom' | 'left';
|
|
6
|
+
type ContentProps = DialogPrimitive.DialogContentProps & {
|
|
7
|
+
side?: SheetSide;
|
|
8
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
9
|
+
};
|
|
10
|
+
declare function Content({ side, className, children, ref, ...props }: ContentProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function Header({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function Footer({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function Title({ className, ref, ...props }: DialogPrimitive.DialogTitleProps & {
|
|
14
|
+
ref?: React.Ref<HTMLHeadingElement>;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare function Description({ className, ref, ...props }: DialogPrimitive.DialogDescriptionProps & {
|
|
17
|
+
ref?: React.Ref<HTMLParagraphElement>;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const Sheet: {
|
|
20
|
+
Root: typeof Root;
|
|
21
|
+
Trigger: typeof Trigger;
|
|
22
|
+
Content: typeof Content;
|
|
23
|
+
Header: typeof Header;
|
|
24
|
+
Footer: typeof Footer;
|
|
25
|
+
Title: typeof Title;
|
|
26
|
+
Description: typeof Description;
|
|
27
|
+
Close: typeof Close;
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=Sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sheet.d.ts","sourceRoot":"","sources":["../../../src/components/Sheet/Sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAGzD,iBAAS,IAAI,CAAC,KAAK,EAAE,eAAe,CAAC,WAAW,2CAE/C;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,kBAAkB,2CAE3E;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,gBAAgB,2CAEvE;AAiBD,KAAK,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;AASpD,KAAK,YAAY,GAAG,eAAe,CAAC,kBAAkB,GAAG;IACvD,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAChC,CAAA;AAED,iBAAS,OAAO,CAAC,EAAE,IAAc,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAwBpF;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAE5E;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAI5E;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,gBAAgB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAA;CAAE,2CAQtH;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,sBAAsB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAA;CAAE,2CAQpI;AAED,eAAO,MAAM,KAAK;;;;;;;;;CAAwE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ComponentPropsWithRef, ReactNode } from 'react';
|
|
2
|
+
declare function Root({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function SidebarPanel({ className, ...props }: ComponentPropsWithRef<'aside'>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function SidebarHeader({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function SidebarContent({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function SidebarFooter({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function SidebarGroup({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function SidebarGroupLabel({ className, ...props }: ComponentPropsWithRef<'p'>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
type SidebarItemProps = ComponentPropsWithRef<'button'> & {
|
|
10
|
+
active?: boolean;
|
|
11
|
+
icon?: ReactNode;
|
|
12
|
+
};
|
|
13
|
+
declare function SidebarItem({ active, icon, className, children, ...props }: SidebarItemProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare function Main({ className, ...props }: ComponentPropsWithRef<'main'>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Sidebar: {
|
|
16
|
+
Root: typeof Root;
|
|
17
|
+
Sidebar: typeof SidebarPanel;
|
|
18
|
+
SidebarHeader: typeof SidebarHeader;
|
|
19
|
+
SidebarContent: typeof SidebarContent;
|
|
20
|
+
SidebarFooter: typeof SidebarFooter;
|
|
21
|
+
SidebarGroup: typeof SidebarGroup;
|
|
22
|
+
SidebarGroupLabel: typeof SidebarGroupLabel;
|
|
23
|
+
SidebarItem: typeof SidebarItem;
|
|
24
|
+
Main: typeof Main;
|
|
25
|
+
};
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=Sidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAKlE,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAIlE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAO5E;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAI3E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAI5E;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAI3E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAI1E;AAED,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,GAAG,CAAC,2CAI7E;AAED,KAAK,gBAAgB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACxD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB,CAAA;AAED,iBAAS,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAgBrF;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAInE;AAED,eAAO,MAAM,OAAO;;;;;;;;;;CAGnB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type SkeletonProps = ComponentPropsWithRef<'div'> & {
|
|
3
|
+
/** Predefined shape variant */
|
|
4
|
+
variant?: 'text' | 'circle' | 'rect';
|
|
5
|
+
};
|
|
6
|
+
export declare function Skeleton({ variant, className, ...props }: SkeletonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=Skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,aAAa,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAClD,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAA;CACrC,CAAA;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAgB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAahF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
3
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof SliderPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Slider: {
|
|
5
|
+
Root: typeof Root;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAuB7F;AAED,eAAO,MAAM,MAAM;;CAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sonner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type SpinnerSize = 'sm' | 'md' | 'lg';
|
|
2
|
+
type SpinnerProps = {
|
|
3
|
+
size?: SpinnerSize;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function Spinner({ size, className }: SpinnerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.tsx"],"names":[],"mappings":"AAEA,KAAK,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAQrC,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,OAAO,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,YAAY,2CAgB/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
3
|
+
export declare function Switch({ className, ref, ...props }: ComponentPropsWithRef<typeof SwitchPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,wBAAgB,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAwBtG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
declare function Root({ className, ...props }: ComponentPropsWithRef<'table'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Header({ className, ...props }: ComponentPropsWithRef<'thead'>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function Body({ className, ...props }: ComponentPropsWithRef<'tbody'>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Footer({ className, ...props }: ComponentPropsWithRef<'tfoot'>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Row({ className, ...props }: ComponentPropsWithRef<'tr'>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function Head({ className, ...props }: ComponentPropsWithRef<'th'>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function Cell({ className, ...props }: ComponentPropsWithRef<'td'>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function Caption({ className, ...props }: ComponentPropsWithRef<'caption'>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const Table: {
|
|
11
|
+
Root: typeof Root;
|
|
12
|
+
Header: typeof Header;
|
|
13
|
+
Body: typeof Body;
|
|
14
|
+
Footer: typeof Footer;
|
|
15
|
+
Row: typeof Row;
|
|
16
|
+
Head: typeof Head;
|
|
17
|
+
Cell: typeof Cell;
|
|
18
|
+
Caption: typeof Caption;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAMpE;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAEtE;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAEpE;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAEtE;AAED,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAYhE;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAWjE;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,2CAWjE;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,SAAS,CAAC,2CAEzE;AAED,eAAO,MAAM,KAAK;;;;;;;;;CAA2D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
3
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof TabsPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function List({ className, ref, ...props }: ComponentPropsWithRef<typeof TabsPrimitive.List>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function Trigger({ className, ref, ...props }: ComponentPropsWithRef<typeof TabsPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function Content({ className, ref, ...props }: ComponentPropsWithRef<typeof TabsPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Tabs: {
|
|
8
|
+
Root: typeof Root;
|
|
9
|
+
List: typeof List;
|
|
10
|
+
Trigger: typeof Trigger;
|
|
11
|
+
Content: typeof Content;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAA;AACrD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAE3F;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAW3F;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAgBjG;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAQjG;AAED,eAAO,MAAM,IAAI;;;;;CAAmC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
type TextareaProps = ComponentPropsWithRef<'textarea'> & {
|
|
3
|
+
error?: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare function Textarea({ className, error, ref, ...props }: TextareaProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=Textarea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,aAAa,GAAG,qBAAqB,CAAC,UAAU,CAAC,GAAG;IACvD,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAiB1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
3
|
+
type ToggleSize = '1' | '2' | '3';
|
|
4
|
+
type ToggleProps = ComponentPropsWithRef<typeof TogglePrimitive.Root> & {
|
|
5
|
+
size?: ToggleSize;
|
|
6
|
+
};
|
|
7
|
+
export declare function Toggle({ className, size, ref, ...props }: ToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/Toggle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,UAAU,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AAQjC,KAAK,WAAW,GAAG,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG;IACtE,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,wBAAgB,MAAM,CAAC,EAAE,SAAS,EAAE,IAAU,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAiB3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
3
|
+
type Size = '1' | '2' | '3';
|
|
4
|
+
declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof ToggleGroupPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
type ItemProps = ComponentPropsWithRef<typeof ToggleGroupPrimitive.Item> & {
|
|
6
|
+
size?: Size;
|
|
7
|
+
};
|
|
8
|
+
declare function Item({ className, size, ref, ...props }: ItemProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const ToggleGroup: {
|
|
10
|
+
Root: typeof Root;
|
|
11
|
+
Item: typeof Item;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ToggleGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleGroup.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleGroup/ToggleGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AAQ3B,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAQlG;AAED,KAAK,SAAS,GAAG,qBAAqB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,IAAI,CAAA;CAAE,CAAA;AAE1F,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,IAAU,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAiBhE;AAED,eAAO,MAAM,WAAW;;;CAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
|