@plyaz/ui 0.7.1 → 0.7.2

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.
Files changed (145) hide show
  1. package/dist/client.cjs.js +73 -31
  2. package/dist/client.es.js +18380 -4034
  3. package/dist/{constant-BgZiatEy.js → index-BFruSSsn.js} +1162 -544
  4. package/dist/index-Cs64egIu.cjs +37 -0
  5. package/dist/index.cjs.js +7 -13
  6. package/dist/index.es.js +792 -583
  7. package/dist/types/components/Accordion/Accordion.d.ts +8 -0
  8. package/dist/types/components/Accordion/Accordion.d.ts.map +1 -0
  9. package/dist/types/components/Accordion/Accordion.stories.d.ts +44 -0
  10. package/dist/types/components/Accordion/Accordion.stories.d.ts.map +1 -0
  11. package/dist/types/components/Alert/Alert.d.ts +10 -0
  12. package/dist/types/components/Alert/Alert.d.ts.map +1 -0
  13. package/dist/types/components/Alert/Alert.stories.d.ts +33 -0
  14. package/dist/types/components/Alert/Alert.stories.d.ts.map +1 -0
  15. package/dist/types/components/AlertDialog/AlertDialog.stories.d.ts.map +1 -1
  16. package/dist/types/components/Avatar/Avatar.d.ts +7 -0
  17. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -0
  18. package/dist/types/components/Avatar/Avatar.stories.d.ts +22 -0
  19. package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -0
  20. package/dist/types/components/Badge/Badge.stories.d.ts +7 -12
  21. package/dist/types/components/Badge/Badge.stories.d.ts.map +1 -1
  22. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +12 -0
  23. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  24. package/dist/types/components/Breadcrumb/Breadcrumb.stories.d.ts +27 -0
  25. package/dist/types/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
  26. package/dist/types/components/Calendar/Calendar.d.ts +9 -0
  27. package/dist/types/components/Calendar/Calendar.d.ts.map +1 -0
  28. package/dist/types/components/Carousel/Carousel.d.ts +20 -0
  29. package/dist/types/components/Carousel/Carousel.d.ts.map +1 -0
  30. package/dist/types/components/Carousel/Carousel.stories.d.ts +18 -0
  31. package/dist/types/components/Carousel/Carousel.stories.d.ts.map +1 -0
  32. package/dist/types/components/Checkbox/Checkbox.d.ts +5 -0
  33. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -0
  34. package/dist/types/components/Checkbox/Checkbox.stories.d.ts +18 -0
  35. package/dist/types/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  36. package/dist/types/components/Combobox/Combobox.d.ts +24 -0
  37. package/dist/types/components/Combobox/Combobox.d.ts.map +1 -0
  38. package/dist/types/components/Combobox/Combobox.stories.d.ts +17 -0
  39. package/dist/types/components/Combobox/Combobox.stories.d.ts.map +1 -0
  40. package/dist/types/components/Command/Command.d.ts +19 -0
  41. package/dist/types/components/Command/Command.d.ts.map +1 -0
  42. package/dist/types/components/Command/Command.stories.d.ts +42 -0
  43. package/dist/types/components/Command/Command.stories.d.ts.map +1 -0
  44. package/dist/types/components/ContextMenu/ContextMenu.d.ts +26 -0
  45. package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -0
  46. package/dist/types/components/ContextMenu/ContextMenu.stories.d.ts +41 -0
  47. package/dist/types/components/ContextMenu/ContextMenu.stories.d.ts.map +1 -0
  48. package/dist/types/components/Dialog/Dialog.d.ts +16 -0
  49. package/dist/types/components/Dialog/Dialog.d.ts.map +1 -0
  50. package/dist/types/components/Dialog/Dialog.stories.d.ts +26 -0
  51. package/dist/types/components/Dialog/Dialog.stories.d.ts.map +1 -0
  52. package/dist/types/components/Drawer/Drawer.d.ts +14 -0
  53. package/dist/types/components/Drawer/Drawer.d.ts.map +1 -0
  54. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +26 -0
  55. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
  56. package/dist/types/components/DropdownMenu/DropdownMenu.stories.d.ts +40 -0
  57. package/dist/types/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
  58. package/dist/types/components/HoverCard/HoverCard.d.ts +7 -0
  59. package/dist/types/components/HoverCard/HoverCard.d.ts.map +1 -0
  60. package/dist/types/components/HoverCard/HoverCard.stories.d.ts +29 -0
  61. package/dist/types/components/HoverCard/HoverCard.stories.d.ts.map +1 -0
  62. package/dist/types/components/InputOTP/InputOTP.d.ts +12 -0
  63. package/dist/types/components/InputOTP/InputOTP.d.ts.map +1 -0
  64. package/dist/types/components/Label/Label.d.ts +5 -0
  65. package/dist/types/components/Label/Label.d.ts.map +1 -0
  66. package/dist/types/components/Label/Label.stories.d.ts +28 -0
  67. package/dist/types/components/Label/Label.stories.d.ts.map +1 -0
  68. package/dist/types/components/MenuBar/Menubar.stories.d.ts +30 -6
  69. package/dist/types/components/MenuBar/Menubar.stories.d.ts.map +1 -1
  70. package/dist/types/components/Pagination/Pagination.d.ts +14 -0
  71. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -0
  72. package/dist/types/components/Pagination/Pagination.stories.d.ts +22 -0
  73. package/dist/types/components/Pagination/Pagination.stories.d.ts.map +1 -0
  74. package/dist/types/components/Popover/Popover.d.ts +8 -0
  75. package/dist/types/components/Popover/Popover.d.ts.map +1 -0
  76. package/dist/types/components/Popover/Popover.stories.d.ts +23 -0
  77. package/dist/types/components/Popover/Popover.stories.d.ts.map +1 -0
  78. package/dist/types/components/Progress/Progress.d.ts +5 -0
  79. package/dist/types/components/Progress/Progress.d.ts.map +1 -0
  80. package/dist/types/components/Progress/Progress.stories.d.ts +32 -0
  81. package/dist/types/components/Progress/Progress.stories.d.ts.map +1 -0
  82. package/dist/types/components/RadioGroup/RadioGroup.d.ts +6 -0
  83. package/dist/types/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  84. package/dist/types/components/RadioGroup/RadioGroup.stories.d.ts +25 -0
  85. package/dist/types/components/RadioGroup/RadioGroup.stories.d.ts.map +1 -0
  86. package/dist/types/components/ScrollArea/ScrollArea.d.ts +6 -0
  87. package/dist/types/components/ScrollArea/ScrollArea.d.ts.map +1 -0
  88. package/dist/types/components/ScrollArea/ScrollArea.stories.d.ts +42 -0
  89. package/dist/types/components/ScrollArea/ScrollArea.stories.d.ts.map +1 -0
  90. package/dist/types/components/Separator/Separator.d.ts +5 -0
  91. package/dist/types/components/Separator/Separator.d.ts.map +1 -0
  92. package/dist/types/components/Separator/Separator.stories.d.ts +22 -0
  93. package/dist/types/components/Separator/Separator.stories.d.ts.map +1 -0
  94. package/dist/types/components/Sheet/Sheet.d.ts +14 -0
  95. package/dist/types/components/Sheet/Sheet.d.ts.map +1 -0
  96. package/dist/types/components/Sheet/Sheet.stories.d.ts +17 -0
  97. package/dist/types/components/Sheet/Sheet.stories.d.ts.map +1 -0
  98. package/dist/types/components/Skeleton/Skeleton.d.ts +4 -0
  99. package/dist/types/components/Skeleton/Skeleton.d.ts.map +1 -0
  100. package/dist/types/components/Skeleton/Skeleton.stories.d.ts +21 -0
  101. package/dist/types/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
  102. package/dist/types/components/Slider/Slider.d.ts +5 -0
  103. package/dist/types/components/Slider/Slider.d.ts.map +1 -0
  104. package/dist/types/components/Slider/Slider.stories.d.ts +18 -0
  105. package/dist/types/components/Slider/Slider.stories.d.ts.map +1 -0
  106. package/dist/types/components/Switch/Switch.d.ts +5 -0
  107. package/dist/types/components/Switch/Switch.d.ts.map +1 -0
  108. package/dist/types/components/Switch/Switch.stories.d.ts +27 -0
  109. package/dist/types/components/Switch/Switch.stories.d.ts.map +1 -0
  110. package/dist/types/components/Table/Table.d.ts +11 -0
  111. package/dist/types/components/Table/Table.d.ts.map +1 -0
  112. package/dist/types/components/Table/Table.stories.d.ts +19 -0
  113. package/dist/types/components/Table/Table.stories.d.ts.map +1 -0
  114. package/dist/types/components/Tabs/Tabs.d.ts +8 -0
  115. package/dist/types/components/Tabs/Tabs.d.ts.map +1 -0
  116. package/dist/types/components/Tabs/Tabs.stories.d.ts +28 -0
  117. package/dist/types/components/Tabs/Tabs.stories.d.ts.map +1 -0
  118. package/dist/types/components/Textarea/Textarea.d.ts +4 -0
  119. package/dist/types/components/Textarea/Textarea.d.ts.map +1 -0
  120. package/dist/types/components/Textarea/Textarea.stories.d.ts +41 -0
  121. package/dist/types/components/Textarea/Textarea.stories.d.ts.map +1 -0
  122. package/dist/types/components/Toaster/Toaster.d.ts +4 -0
  123. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -0
  124. package/dist/types/components/Toaster/Toaster.stories.d.ts +15 -0
  125. package/dist/types/components/Toaster/Toaster.stories.d.ts.map +1 -0
  126. package/dist/types/components/Toggle/Toggle.d.ts +7 -0
  127. package/dist/types/components/Toggle/Toggle.d.ts.map +1 -0
  128. package/dist/types/components/Toggle/Toggle.stories.d.ts +36 -0
  129. package/dist/types/components/Toggle/Toggle.stories.d.ts.map +1 -0
  130. package/dist/types/components/Tooltip/Tooltip.d.ts +8 -0
  131. package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -0
  132. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +27 -0
  133. package/dist/types/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  134. package/dist/types/components/client.d.ts +25 -0
  135. package/dist/types/components/client.d.ts.map +1 -1
  136. package/dist/types/components/index.d.ts +10 -0
  137. package/dist/types/components/index.d.ts.map +1 -1
  138. package/dist/types/constants/constant.d.ts +3 -0
  139. package/dist/types/constants/constant.d.ts.map +1 -1
  140. package/dist/types/constants/toggle-variants.d.ts +5 -0
  141. package/dist/types/constants/toggle-variants.d.ts.map +1 -0
  142. package/dist/ui.css +1 -1
  143. package/package.json +29 -2
  144. package/styles/main.css +65 -28
  145. package/dist/constant-B-tpIxtm.cjs +0 -31
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
3
+ declare function Accordion({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>): React.JSX.Element;
4
+ declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>): React.JSX.Element;
5
+ declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): React.JSX.Element;
6
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>): React.JSX.Element;
7
+ export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
8
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAKhE,iBAAS,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,qBAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,qBAQtD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,qBAgBzD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,qBAUzD;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,44 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { Accordion } from '../client';
3
+ /**
4
+ * A vertically stacked set of interactive headings that each reveal a section
5
+ * of content.
6
+ */
7
+ declare const meta: {
8
+ title: string;
9
+ component: typeof Accordion;
10
+ tags: string[];
11
+ argTypes: {
12
+ type: {
13
+ control: "radio";
14
+ description: string;
15
+ options: string[];
16
+ };
17
+ collapsible: {
18
+ control: "boolean";
19
+ description: string;
20
+ if: {
21
+ arg: string;
22
+ eq: string;
23
+ };
24
+ };
25
+ disabled: {
26
+ control: "boolean";
27
+ };
28
+ };
29
+ args: {
30
+ type: string;
31
+ collapsible: boolean;
32
+ disabled: boolean;
33
+ };
34
+ render: (args: import('@storybook/react').Args) => import("react").JSX.Element;
35
+ };
36
+ export default meta;
37
+ type Story = StoryObj;
38
+ /**
39
+ * The default behavior of the accordion allows only one item to be open.
40
+ */
41
+ export declare const Default: Story;
42
+ export declare const ShouldOnlyOpenOneWhenSingleType: Story;
43
+ export declare const ShouldOpenAllWhenMultipleType: Story;
44
+ //# sourceMappingURL=Accordion.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Accordion/Accordion.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,SAAS,EAAqD,MAAM,qBAAqB,CAAC;AAEnG;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CM,CAAC;AAEjB,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC;AAEtB;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,+BAA+B,EAAE,KA0B7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,KAmC3C,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "default" | "destructive" | null | undefined;
5
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
+ declare function Alert({ className, variant, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): React.JSX.Element;
7
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
8
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
9
+ export { Alert, AlertTitle, AlertDescription };
10
+ //# 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,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;8EAclB,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,qBASlE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQvE;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAW7E;AAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,33 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { Alert } from '..';
3
+ /**
4
+ * Displays a callout for user attention.
5
+ */
6
+ declare const meta: {
7
+ title: string;
8
+ component: typeof Alert;
9
+ tags: string[];
10
+ argTypes: {
11
+ variant: {
12
+ options: string[];
13
+ control: {
14
+ type: "radio";
15
+ };
16
+ };
17
+ };
18
+ args: {
19
+ variant: string;
20
+ };
21
+ render: (args: import('@storybook/react').Args) => import("react").JSX.Element;
22
+ };
23
+ export default meta;
24
+ type Story = StoryObj;
25
+ /**
26
+ * The default form of the alert.
27
+ */
28
+ export declare const Default: Story;
29
+ /**
30
+ * Use the `destructive` alert to indicate a destructive action.
31
+ */
32
+ export declare const Destructive: Story;
33
+ //# sourceMappingURL=Alert.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Alert/Alert.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,KAAK,EAAgC,MAAM,cAAc,CAAC;AAEnE;;GAEG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;CAsBM,CAAC;AAEjB,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC;AAEtB;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAazB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlertDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/AlertDialog/AlertDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,WAAW,EASZ,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;CA0B0B,CAAC;AAErC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,eAAe,EAAE,KAuB7B,CAAC"}
1
+ {"version":3,"file":"AlertDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/AlertDialog/AlertDialog.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,WAAW,EASZ,MAAM,qBAAqB,CAAC;AAG7B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;CA0B0B,CAAC;AAErC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,eAAe,EAAE,KAuB7B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
3
+ declare function Avatar({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>): React.JSX.Element;
4
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): React.JSX.Element;
5
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): React.JSX.Element;
6
+ export { Avatar, AvatarImage, AvatarFallback };
7
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAQzF;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAQ/F;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,qBAQvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { Avatar } from '../client';
3
+ /**
4
+ * An image element with a fallback for representing the user.
5
+ */
6
+ declare const meta: {
7
+ title: string;
8
+ component: typeof Avatar;
9
+ tags: string[];
10
+ argTypes: {};
11
+ render: (args: import('@radix-ui/react-avatar').AvatarProps & import('react').RefAttributes<HTMLSpanElement>) => import("react").JSX.Element;
12
+ parameters: {
13
+ layout: string;
14
+ };
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ /**
19
+ * The default form of the avatar.
20
+ */
21
+ export declare const Default: Story;
22
+ //# sourceMappingURL=Avatar.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,MAAM,EAA+B,MAAM,qBAAqB,CAAC;AAE1E;;GAEG;AACH,QAAA,MAAM,IAAI;;;;;;;;;CAcqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,33 +1,28 @@
1
1
  import { StoryObj } from '@storybook/react';
2
- import { Badge } from './Badge';
2
+ import { Badge } from '..';
3
+ /**
4
+ * Displays a badge or a component that looks like a badge.
5
+ */
3
6
  declare const meta: {
4
7
  title: string;
5
8
  component: typeof Badge;
6
9
  tags: string[];
7
10
  argTypes: {
8
- children: {
9
- control: "text";
10
- description: string;
11
- };
12
11
  variant: {
13
12
  control: "select";
14
13
  options: string[];
15
- description: string;
16
14
  };
17
- className: {
15
+ children: {
18
16
  control: "text";
19
17
  description: string;
20
18
  };
21
19
  };
22
20
  args: {
21
+ variant: "default";
23
22
  children: string;
24
23
  };
25
24
  parameters: {
26
- docs: {
27
- description: {
28
- component: string;
29
- };
30
- };
25
+ layout: string;
31
26
  };
32
27
  };
33
28
  export default meta;
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEjD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BoB,CAAC;AAE/B,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAIzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC"}
1
+ {"version":3,"file":"Badge.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC;;GAEG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;CAqBoB,CAAC;AAE/B,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAIzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ declare function Breadcrumb({ ...props }: React.ComponentProps<'nav'>): React.JSX.Element;
3
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<'ol'>): React.JSX.Element;
4
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<'li'>): React.JSX.Element;
5
+ declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<'a'> & {
6
+ asChild?: boolean;
7
+ }): React.JSX.Element;
8
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<'span'>): React.JSX.Element;
9
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<'li'>): React.JSX.Element;
10
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<'span'>): React.JSX.Element;
11
+ export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
12
+ //# 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,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAE5D;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,qBAW1E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,qBAQ1E;AAED,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,qBAUA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,qBAW5E;AAED,iBAAS,mBAAmB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,qBAYzF;AAED,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,qBAahF;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { Breadcrumb } from '..';
3
+ /**
4
+ * Displays the path to the current resource using a hierarchy of links.
5
+ */
6
+ declare const meta: {
7
+ title: string;
8
+ component: typeof Breadcrumb;
9
+ tags: string[];
10
+ argTypes: {};
11
+ args: {};
12
+ render: (args: import('react').ClassAttributes<HTMLElement> & import('react').HTMLAttributes<HTMLElement>) => import("react").JSX.Element;
13
+ parameters: {
14
+ layout: string;
15
+ };
16
+ };
17
+ export default meta;
18
+ type Story = StoryObj<typeof meta>;
19
+ /**
20
+ * Displays the path of links to the current resource.
21
+ */
22
+ export declare const Default: Story;
23
+ /**
24
+ * Displays the path with a custom icon for the separator.
25
+ */
26
+ export declare const WithCustomSeparator: Story;
27
+ //# sourceMappingURL=Breadcrumb.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumb/Breadcrumb.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,UAAU,EAMX,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;CA0ByB,CAAC;AAEpC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAsBjC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { DayButton, DayPicker } from 'react-day-picker';
2
+ import { Button } from '..';
3
+ import * as React from 'react';
4
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & {
5
+ buttonVariant?: React.ComponentProps<typeof Button>['variant'];
6
+ }): React.JSX.Element;
7
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): React.JSX.Element;
8
+ export { Calendar, CalendarDayButton };
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":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAwB,MAAM,kBAAkB,CAAC;AAGnE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAAuB,EACvB,aAAuB,EACvB,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;IAC1C,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;CAChE,qBAqIA;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,qBA+BxC;AAED,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { default as useEmblaCarousel, UseEmblaCarouselType } from 'embla-carousel-react';
2
+ import { Button } from '..';
3
+ import * as React from 'react';
4
+ type CarouselApi = UseEmblaCarouselType[1];
5
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
6
+ type CarouselOptions = UseCarouselParameters[0];
7
+ type CarouselPlugin = UseCarouselParameters[1];
8
+ type CarouselProps = {
9
+ opts?: CarouselOptions;
10
+ plugins?: CarouselPlugin;
11
+ orientation?: 'horizontal' | 'vertical';
12
+ setApi?: (api: CarouselApi) => void;
13
+ };
14
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<'div'> & CarouselProps): React.JSX.Element;
15
+ declare function CarouselContent({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
16
+ declare function CarouselItem({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
17
+ declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
18
+ declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
19
+ export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, };
20
+ //# 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,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,gBAAgB,EAAE,EAAE,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAInF,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAC3C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAChD,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE/C,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;CACrC,CAAC;AAuBF,iBAAS,QAAQ,CAAC,EAChB,WAA0B,EAC1B,IAAI,EACJ,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,aAAa,qBA+E7C;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAW5E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAgBzE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,qBAuBrC;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,qBAuBrC;AAED,OAAO,EACL,KAAK,WAAW,EAChB,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,YAAY,GACb,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { Carousel } from '../client';
3
+ /**
4
+ * A carousel with motion and swipe built using Embla.
5
+ */
6
+ declare const meta: Meta<typeof Carousel>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof meta>;
9
+ /**
10
+ * The default form of the carousel.
11
+ */
12
+ export declare const Default: Story;
13
+ /**
14
+ * Use the `basis` utility class to change the size of the carousel.
15
+ */
16
+ export declare const Size: Story;
17
+ export declare const ShouldNavigate: Story;
18
+ //# sourceMappingURL=Carousel.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Carousel.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Carousel/Carousel.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EACL,QAAQ,EAKT,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CA0BC,CAAC;AAElC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,IAAI,EAAE,KAmBlB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAwB5B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): React.JSX.Element;
4
+ export { Checkbox };
5
+ //# 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,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,qBAkB7F;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { Checkbox } from '../client';
3
+ /**
4
+ * A control that allows the user to toggle between checked and not checked.
5
+ */
6
+ declare const meta: Meta<typeof Checkbox>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof meta>;
9
+ /**
10
+ * The default form of the checkbox.
11
+ */
12
+ export declare const Default: Story;
13
+ /**
14
+ * Use the `disabled` prop to disable the checkbox.
15
+ */
16
+ export declare const Disabled: Story;
17
+ export declare const ShouldToggleCheck: Story;
18
+ //# sourceMappingURL=Checkbox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/Checkbox.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAG/C;;GAEG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAkBC,CAAC;AAElC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAa/B,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { Button } from '..';
2
+ import * as React from 'react';
3
+ export interface ComboboxOption {
4
+ value: string;
5
+ label: string;
6
+ disabled?: boolean;
7
+ }
8
+ export interface ComboboxProps {
9
+ options: ComboboxOption[];
10
+ value?: string;
11
+ onValueChange?: (value: string) => void;
12
+ placeholder?: string;
13
+ searchPlaceholder?: string;
14
+ emptyText?: string;
15
+ disabled?: boolean;
16
+ className?: string;
17
+ triggerClassName?: string;
18
+ contentClassName?: string;
19
+ buttonVariant?: React.ComponentProps<typeof Button>['variant'];
20
+ buttonSize?: React.ComponentProps<typeof Button>['size'];
21
+ }
22
+ declare function Combobox({ options, value, onValueChange, placeholder, searchPlaceholder, emptyText, disabled, triggerClassName, contentClassName, buttonVariant, buttonSize, }: ComboboxProps): React.JSX.Element;
23
+ export { Combobox };
24
+ //# 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,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAWtC,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,cAAc,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;IAC/D,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;CAC1D;AAED,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,KAAK,EACL,aAAa,EACb,WAAgC,EAChC,iBAA+B,EAC/B,SAA8B,EAC9B,QAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,aAAyB,EACzB,UAAsB,GACvB,EAAE,aAAa,qBAsDf;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { Combobox } from '../client';
3
+ type Story = StoryObj<typeof Combobox>;
4
+ declare const meta: Meta<typeof Combobox>;
5
+ export default meta;
6
+ export declare const Default: Story;
7
+ export declare const WithValue: Story;
8
+ export declare const WithManyOptions: Story;
9
+ export declare const Disabled: Story;
10
+ export declare const WithDisabledOptions: Story;
11
+ export declare const CustomStyling: Story;
12
+ export declare const DifferentVariants: Story;
13
+ export declare const DifferentSizes: Story;
14
+ export declare const Controlled: Story;
15
+ export declare const WithCustomEmptyText: Story;
16
+ export declare const UserInteraction: Story;
17
+ //# sourceMappingURL=Combobox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/Combobox.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIvD,OAAO,EAAE,QAAQ,EAAuB,MAAM,qBAAqB,CAAC;AAEpE,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAC;AAoBvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAoD/B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAO7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAajC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KA2B/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAuB5B,CAAC;AAkBF,eAAO,MAAM,UAAU,EAAE,KAExB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAOjC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAY7B,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { Command as CommandPrimitive } from 'cmdk';
2
+ import { Dialog } from '../Dialog/Dialog';
3
+ import * as React from 'react';
4
+ declare function Command({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>): React.JSX.Element;
5
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React.ComponentProps<typeof Dialog> & {
6
+ title?: string;
7
+ description?: string;
8
+ className?: string;
9
+ showCloseButton?: boolean;
10
+ }): React.JSX.Element;
11
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>): React.JSX.Element;
12
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>): React.JSX.Element;
13
+ declare function CommandEmpty({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>): React.JSX.Element;
14
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>): React.JSX.Element;
15
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>): React.JSX.Element;
16
+ declare function CommandItem({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>): React.JSX.Element;
17
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<'span'>): React.JSX.Element;
18
+ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
19
+ //# 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,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAInD,OAAO,EACL,MAAM,EAKP,MAAM,4BAA4B,CAAC;AAEpC,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,qBAWtF;AAED,iBAAS,aAAa,CAAC,EACrB,KAAyB,EACzB,WAA8C,EAC9C,QAAQ,EACR,SAAS,EACT,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,qBAiBA;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,qBAcrD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,qBAQ/F;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,qBAQtF;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,qBAWrD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,qBAQzD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,qBAW/F;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,qBAQ7E;AAED,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { Command } from '../client';
3
+ /**
4
+ * Fast, composable, unstyled command menu for React.
5
+ */
6
+ declare const meta: {
7
+ title: string;
8
+ component: typeof Command;
9
+ tags: string[];
10
+ argTypes: {};
11
+ args: {
12
+ className: string;
13
+ };
14
+ render: (args: {
15
+ children?: React.ReactNode;
16
+ } & Pick<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import('react').HTMLAttributes<HTMLDivElement>> & {
17
+ ref?: React.Ref<HTMLDivElement>;
18
+ } & {
19
+ asChild?: boolean;
20
+ }, "key" | "asChild" | keyof import('react').HTMLAttributes<HTMLDivElement>> & {
21
+ label?: string;
22
+ shouldFilter?: boolean;
23
+ filter?: (value: string, search: string, keywords?: string[]) => number;
24
+ defaultValue?: string;
25
+ value?: string;
26
+ onValueChange?: (value: string) => void;
27
+ loop?: boolean;
28
+ disablePointerSelection?: boolean;
29
+ vimBindings?: boolean;
30
+ } & import('react').RefAttributes<HTMLDivElement>) => import("react").JSX.Element;
31
+ parameters: {
32
+ layout: string;
33
+ };
34
+ };
35
+ export default meta;
36
+ type Story = StoryObj<typeof meta>;
37
+ /**
38
+ * The default form of the command.
39
+ */
40
+ export declare const Default: Story;
41
+ export declare const TypingInCombobox: Story;
42
+ //# sourceMappingURL=Command.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Command.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Command/Command.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,OAAO,EAOR,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,gBAAgB,EAAE,KA2B9B,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as React from 'react';
2
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
3
+ declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>): React.JSX.Element;
4
+ declare function ContextMenuTrigger({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): React.JSX.Element;
5
+ declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>): React.JSX.Element;
6
+ declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>): React.JSX.Element;
7
+ declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>): React.JSX.Element;
8
+ declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): React.JSX.Element;
9
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
10
+ inset?: boolean;
11
+ }): React.JSX.Element;
12
+ declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>): React.JSX.Element;
13
+ declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>): React.JSX.Element;
14
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Item> & {
15
+ inset?: boolean;
16
+ variant?: 'default' | 'destructive';
17
+ }): React.JSX.Element;
18
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): React.JSX.Element;
19
+ declare function ContextMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): React.JSX.Element;
20
+ declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
21
+ inset?: boolean;
22
+ }): React.JSX.Element;
23
+ declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>): React.JSX.Element;
24
+ declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<'span'>): React.JSX.Element;
25
+ export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
26
+ //# sourceMappingURL=ContextMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,41 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { ContextMenu } from '../client';
3
+ /**
4
+ * Displays a menu to the user — such as a set of actions or functions —
5
+ * triggered by a button.
6
+ */
7
+ declare const meta: {
8
+ title: string;
9
+ component: typeof ContextMenu;
10
+ tags: string[];
11
+ argTypes: {};
12
+ args: {};
13
+ render: (args: import('@radix-ui/react-context-menu').ContextMenuProps) => import("react").JSX.Element;
14
+ parameters: {
15
+ layout: string;
16
+ };
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ /**
21
+ * The default form of the context menu.
22
+ */
23
+ export declare const Default: Story;
24
+ /**
25
+ * A context menu with shortcuts.
26
+ */
27
+ export declare const WithShortcuts: Story;
28
+ /**
29
+ * A context menu with a submenu.
30
+ */
31
+ export declare const WithSubmenu: Story;
32
+ /**
33
+ * A context menu with checkboxes.
34
+ */
35
+ export declare const WithCheckboxes: Story;
36
+ /**
37
+ * A context menu with a radio group.
38
+ */
39
+ export declare const WithRadioGroup: Story;
40
+ export declare const ShouldOpenClose: Story;
41
+ //# sourceMappingURL=ContextMenu.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextMenu.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextMenu/ContextMenu.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,WAAW,EAaZ,MAAM,qBAAqB,CAAC;AAG7B;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;CAsB0B,CAAC;AAErC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KAsB3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KA2BzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAe5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAe5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAyB7B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
3
+ declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): React.JSX.Element;
4
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): React.JSX.Element;
5
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): React.JSX.Element;
6
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): React.JSX.Element;
7
+ declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>): React.JSX.Element;
8
+ declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
9
+ showCloseButton?: boolean;
10
+ }): React.JSX.Element;
11
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
12
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
13
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): React.JSX.Element;
14
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): React.JSX.Element;
15
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
16
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAE9E;AAED,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,qBAExF;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,qBAEtF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,qBAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,qBAyBA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAQzE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAQ/F;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,qBAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}