@revealui/presentation 0.2.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.
Files changed (177) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +65 -0
  3. package/dist/Box-DDhRNK02.js +45 -0
  4. package/dist/Box-DDhRNK02.js.map +1 -0
  5. package/dist/Text-BIym7IhD.js +425 -0
  6. package/dist/Text-BIym7IhD.js.map +1 -0
  7. package/dist/client.d.ts +51 -0
  8. package/dist/client.d.ts.map +1 -0
  9. package/dist/client.js +2951 -0
  10. package/dist/client.js.map +1 -0
  11. package/dist/components/Button.d.ts +12 -0
  12. package/dist/components/Button.d.ts.map +1 -0
  13. package/dist/components/Card.d.ts +9 -0
  14. package/dist/components/Card.d.ts.map +1 -0
  15. package/dist/components/Checkbox.d.ts +11 -0
  16. package/dist/components/Checkbox.d.ts.map +1 -0
  17. package/dist/components/FormLabel.d.ts +8 -0
  18. package/dist/components/FormLabel.d.ts.map +1 -0
  19. package/dist/components/Input.d.ts +5 -0
  20. package/dist/components/Input.d.ts.map +1 -0
  21. package/dist/components/Label.d.ts +5 -0
  22. package/dist/components/Label.d.ts.map +1 -0
  23. package/dist/components/Pagination.d.ts +33 -0
  24. package/dist/components/Pagination.d.ts.map +1 -0
  25. package/dist/components/Select.d.ts +31 -0
  26. package/dist/components/Select.d.ts.map +1 -0
  27. package/dist/components/Textarea.d.ts +5 -0
  28. package/dist/components/Textarea.d.ts.map +1 -0
  29. package/dist/components/accordion.d.ts +12 -0
  30. package/dist/components/accordion.d.ts.map +1 -0
  31. package/dist/components/alert.d.ts +30 -0
  32. package/dist/components/alert.d.ts.map +1 -0
  33. package/dist/components/auth-layout.d.ts +5 -0
  34. package/dist/components/auth-layout.d.ts.map +1 -0
  35. package/dist/components/avatar-group.d.ts +13 -0
  36. package/dist/components/avatar-group.d.ts.map +1 -0
  37. package/dist/components/avatar.d.ts +19 -0
  38. package/dist/components/avatar.d.ts.map +1 -0
  39. package/dist/components/badge.d.ts +38 -0
  40. package/dist/components/badge.d.ts.map +1 -0
  41. package/dist/components/breadcrumb.d.ts +11 -0
  42. package/dist/components/breadcrumb.d.ts.map +1 -0
  43. package/dist/components/button-headless.d.ts +64 -0
  44. package/dist/components/button-headless.d.ts.map +1 -0
  45. package/dist/components/callout.d.ts +11 -0
  46. package/dist/components/callout.d.ts.map +1 -0
  47. package/dist/components/checkbox-headless.d.ts +44 -0
  48. package/dist/components/checkbox-headless.d.ts.map +1 -0
  49. package/dist/components/code-block.d.ts +8 -0
  50. package/dist/components/code-block.d.ts.map +1 -0
  51. package/dist/components/combobox.d.ts +26 -0
  52. package/dist/components/combobox.d.ts.map +1 -0
  53. package/dist/components/description-list.d.ts +4 -0
  54. package/dist/components/description-list.d.ts.map +1 -0
  55. package/dist/components/dialog.d.ts +30 -0
  56. package/dist/components/dialog.d.ts.map +1 -0
  57. package/dist/components/divider.d.ts +4 -0
  58. package/dist/components/divider.d.ts.map +1 -0
  59. package/dist/components/drawer.d.ts +18 -0
  60. package/dist/components/drawer.d.ts.map +1 -0
  61. package/dist/components/dropdown.d.ts +45 -0
  62. package/dist/components/dropdown.d.ts.map +1 -0
  63. package/dist/components/empty-state.d.ts +9 -0
  64. package/dist/components/empty-state.d.ts.map +1 -0
  65. package/dist/components/fieldset.d.ts +23 -0
  66. package/dist/components/fieldset.d.ts.map +1 -0
  67. package/dist/components/heading.d.ts +7 -0
  68. package/dist/components/heading.d.ts.map +1 -0
  69. package/dist/components/index.d.ts +40 -0
  70. package/dist/components/index.d.ts.map +1 -0
  71. package/dist/components/input-headless.d.ts +12 -0
  72. package/dist/components/input-headless.d.ts.map +1 -0
  73. package/dist/components/kbd.d.ts +8 -0
  74. package/dist/components/kbd.d.ts.map +1 -0
  75. package/dist/components/link.d.ts +5 -0
  76. package/dist/components/link.d.ts.map +1 -0
  77. package/dist/components/listbox.d.ts +22 -0
  78. package/dist/components/listbox.d.ts.map +1 -0
  79. package/dist/components/navbar.d.ts +19 -0
  80. package/dist/components/navbar.d.ts.map +1 -0
  81. package/dist/components/progress.d.ts +12 -0
  82. package/dist/components/progress.d.ts.map +1 -0
  83. package/dist/components/radio.d.ts +47 -0
  84. package/dist/components/radio.d.ts.map +1 -0
  85. package/dist/components/rating.d.ts +11 -0
  86. package/dist/components/rating.d.ts.map +1 -0
  87. package/dist/components/select-headless.d.ts +8 -0
  88. package/dist/components/select-headless.d.ts.map +1 -0
  89. package/dist/components/sidebar-layout.d.ts +6 -0
  90. package/dist/components/sidebar-layout.d.ts.map +1 -0
  91. package/dist/components/sidebar.d.ts +23 -0
  92. package/dist/components/sidebar.d.ts.map +1 -0
  93. package/dist/components/skeleton.d.ts +10 -0
  94. package/dist/components/skeleton.d.ts.map +1 -0
  95. package/dist/components/slider.d.ts +13 -0
  96. package/dist/components/slider.d.ts.map +1 -0
  97. package/dist/components/stacked-layout.d.ts +6 -0
  98. package/dist/components/stacked-layout.d.ts.map +1 -0
  99. package/dist/components/stat.d.ts +17 -0
  100. package/dist/components/stat.d.ts.map +1 -0
  101. package/dist/components/stepper.d.ts +13 -0
  102. package/dist/components/stepper.d.ts.map +1 -0
  103. package/dist/components/switch.d.ts +43 -0
  104. package/dist/components/switch.d.ts.map +1 -0
  105. package/dist/components/table.d.ts +17 -0
  106. package/dist/components/table.d.ts.map +1 -0
  107. package/dist/components/tabs.d.ts +23 -0
  108. package/dist/components/tabs.d.ts.map +1 -0
  109. package/dist/components/text.d.ts +6 -0
  110. package/dist/components/text.d.ts.map +1 -0
  111. package/dist/components/textarea-headless.d.ts +8 -0
  112. package/dist/components/textarea-headless.d.ts.map +1 -0
  113. package/dist/components/timeline.d.ts +14 -0
  114. package/dist/components/timeline.d.ts.map +1 -0
  115. package/dist/components/toast.d.ts +20 -0
  116. package/dist/components/toast.d.ts.map +1 -0
  117. package/dist/components/tooltip.d.ts +10 -0
  118. package/dist/components/tooltip.d.ts.map +1 -0
  119. package/dist/hooks/index.d.ts +15 -0
  120. package/dist/hooks/index.d.ts.map +1 -0
  121. package/dist/hooks/use-click-outside.d.ts +3 -0
  122. package/dist/hooks/use-click-outside.d.ts.map +1 -0
  123. package/dist/hooks/use-close-context.d.ts +3 -0
  124. package/dist/hooks/use-close-context.d.ts.map +1 -0
  125. package/dist/hooks/use-controllable-state.d.ts +6 -0
  126. package/dist/hooks/use-controllable-state.d.ts.map +1 -0
  127. package/dist/hooks/use-data-interactive.d.ts +18 -0
  128. package/dist/hooks/use-data-interactive.d.ts.map +1 -0
  129. package/dist/hooks/use-escape-key.d.ts +2 -0
  130. package/dist/hooks/use-escape-key.d.ts.map +1 -0
  131. package/dist/hooks/use-field-context.d.ts +38 -0
  132. package/dist/hooks/use-field-context.d.ts.map +1 -0
  133. package/dist/hooks/use-focus-trap.d.ts +3 -0
  134. package/dist/hooks/use-focus-trap.d.ts.map +1 -0
  135. package/dist/hooks/use-layout-animation.d.ts +32 -0
  136. package/dist/hooks/use-layout-animation.d.ts.map +1 -0
  137. package/dist/hooks/use-popover.d.ts +28 -0
  138. package/dist/hooks/use-popover.d.ts.map +1 -0
  139. package/dist/hooks/use-roving-tabindex.d.ts +34 -0
  140. package/dist/hooks/use-roving-tabindex.d.ts.map +1 -0
  141. package/dist/hooks/use-scroll-lock.d.ts +2 -0
  142. package/dist/hooks/use-scroll-lock.d.ts.map +1 -0
  143. package/dist/hooks/use-toggle.d.ts +20 -0
  144. package/dist/hooks/use-toggle.d.ts.map +1 -0
  145. package/dist/hooks/use-transition.d.ts +28 -0
  146. package/dist/hooks/use-transition.d.ts.map +1 -0
  147. package/dist/hooks/use-type-ahead.d.ts +15 -0
  148. package/dist/hooks/use-type-ahead.d.ts.map +1 -0
  149. package/dist/index.d.ts +11 -0
  150. package/dist/index.d.ts.map +1 -0
  151. package/dist/index.js +85 -0
  152. package/dist/index.js.map +1 -0
  153. package/dist/primitives/Box.d.ts +9 -0
  154. package/dist/primitives/Box.d.ts.map +1 -0
  155. package/dist/primitives/Flex.d.ts +13 -0
  156. package/dist/primitives/Flex.d.ts.map +1 -0
  157. package/dist/primitives/Grid.d.ts +11 -0
  158. package/dist/primitives/Grid.d.ts.map +1 -0
  159. package/dist/primitives/Heading.d.ts +10 -0
  160. package/dist/primitives/Heading.d.ts.map +1 -0
  161. package/dist/primitives/Slot.d.ts +11 -0
  162. package/dist/primitives/Slot.d.ts.map +1 -0
  163. package/dist/primitives/Text.d.ts +12 -0
  164. package/dist/primitives/Text.d.ts.map +1 -0
  165. package/dist/primitives/index.d.ts +14 -0
  166. package/dist/primitives/index.d.ts.map +1 -0
  167. package/dist/server.d.ts +22 -0
  168. package/dist/server.d.ts.map +1 -0
  169. package/dist/server.js +32 -0
  170. package/dist/server.js.map +1 -0
  171. package/dist/tooltip-oH4lAnkn.js +2277 -0
  172. package/dist/tooltip-oH4lAnkn.js.map +1 -0
  173. package/dist/utils/cn.d.ts +10 -0
  174. package/dist/utils/cn.d.ts.map +1 -0
  175. package/dist/utils/index.d.ts +2 -0
  176. package/dist/utils/index.d.ts.map +1 -0
  177. package/package.json +86 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../src/components/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAmD9C,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAA;AAEzD,QAAA,MAAM,UAAU;8BAA6B,eAAe;;CAM3D,CAAA;AAGD,QAAA,MAAM,iBAAiB,yKAItB,CAAA;AAGD,QAAA,MAAM,cAAc,kKAEnB,CAAA;AAGD,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,EAC/B,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,QAAA,MAAM,cAAc;8CAAsD,mBAAmB;;CAY5F,CAAA;AAGD,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAA;AAEjF,QAAA,MAAM,kBAAkB;8BAA6B,uBAAuB;;CAU3E,CAAA;AAGD,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAA;AAE7E,QAAA,MAAM,cAAc;8BAA6B,mBAAmB;;CAUnE,CAAA;AAGD,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAA;AAElE,QAAA,MAAM,kBAAkB;8BAA6B,uBAAuB;;CAS3E,CAAA;AAGD,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,kBAAkB,GACnB,CAAA"}
@@ -0,0 +1,31 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from '../primitives/Box.js';
3
+ export interface SelectProps extends BoxProps {
4
+ onValueChange?: (value: string) => void;
5
+ value?: string;
6
+ }
7
+ declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLDivElement>>;
8
+ declare const SelectGroup: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>;
9
+ export interface SelectValueProps extends BoxProps {
10
+ placeholder?: string;
11
+ value?: string;
12
+ }
13
+ declare const SelectValue: React.ForwardRefExoticComponent<SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
14
+ export type SelectTriggerProps = BoxProps;
15
+ declare const SelectTrigger: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>;
16
+ export type SelectScrollUpButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement>;
17
+ declare const SelectScrollUpButton: React.ForwardRefExoticComponent<SelectScrollUpButtonProps & React.RefAttributes<HTMLButtonElement>>;
18
+ export type SelectScrollDownButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement>;
19
+ declare const SelectScrollDownButton: React.ForwardRefExoticComponent<SelectScrollDownButtonProps & React.RefAttributes<HTMLButtonElement>>;
20
+ export type SelectContentProps = BoxProps;
21
+ declare const SelectContent: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>;
22
+ export type SelectLabelProps = React.HTMLAttributes<HTMLDivElement>;
23
+ declare const SelectLabel: React.ForwardRefExoticComponent<SelectLabelProps & React.RefAttributes<HTMLDivElement>>;
24
+ export interface SelectItemProps extends BoxProps {
25
+ value?: string;
26
+ }
27
+ declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<HTMLDivElement>>;
28
+ export type SelectSeparatorProps = BoxProps;
29
+ declare const SelectSeparator: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>;
30
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
31
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/components/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAmDzD,MAAM,WAAW,WAAY,SAAQ,QAAQ;IAC3C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,QAAA,MAAM,MAAM,oFAMX,CAAA;AAGD,QAAA,MAAM,WAAW,iFAMhB,CAAA;AAGD,MAAM,WAAW,gBAAiB,SAAQ,QAAQ;IAChD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,QAAA,MAAM,WAAW,0FAMhB,CAAA;AAGD,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAA;AAEzC,QAAA,MAAM,aAAa,iFAclB,CAAA;AAGD,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAErF,QAAA,MAAM,oBAAoB,qGAUzB,CAAA;AAGD,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAEvF,QAAA,MAAM,sBAAsB,uGAU3B,CAAA;AAGD,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAA;AAEzC,QAAA,MAAM,aAAa,iFAelB,CAAA;AAGD,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;AAEnE,QAAA,MAAM,WAAW,yFAIhB,CAAA;AAGD,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,QAAA,MAAM,UAAU,wFAiBf,CAAA;AAGD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAA;AAE3C,QAAA,MAAM,eAAe,iFAIpB,CAAA;AAGD,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export type TextareaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>;
3
+ declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
4
+ export { Textarea };
5
+ //# sourceMappingURL=Textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;AAE7E,QAAA,MAAM,QAAQ,2FAab,CAAA;AAGD,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ export declare function Accordion({ className, children, }: {
3
+ className?: string;
4
+ children: React.ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export declare function AccordionItem({ title, defaultOpen, className, children, }: {
7
+ title: React.ReactNode;
8
+ defaultOpen?: boolean;
9
+ className?: string;
10
+ children: React.ReactNode;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../src/components/accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,QAAQ,GACT,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,2CAMA;AAED,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,WAAmB,EACnB,SAAS,EACT,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,2CA6CA"}
@@ -0,0 +1,30 @@
1
+ import { default as React } from 'react';
2
+ import { Text } from './text.js';
3
+ declare const sizes: {
4
+ xs: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ '2xl': string;
10
+ '3xl': string;
11
+ '4xl': string;
12
+ '5xl': string;
13
+ };
14
+ export declare function Alert({ size, className, children, open, onClose, }: {
15
+ size?: keyof typeof sizes;
16
+ className?: string;
17
+ children: React.ReactNode;
18
+ open: boolean;
19
+ onClose: () => void;
20
+ }): React.ReactPortal | null;
21
+ export declare function AlertTitle({ className, ...props }: {
22
+ className?: string;
23
+ } & React.ComponentPropsWithoutRef<'h2'>): import("react/jsx-runtime").JSX.Element;
24
+ export declare function AlertDescription({ className, ...props }: {
25
+ className?: string;
26
+ } & React.ComponentPropsWithoutRef<typeof Text>): import("react/jsx-runtime").JSX.Element;
27
+ export declare function AlertBody({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
28
+ export declare function AlertActions({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
29
+ export {};
30
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/components/alert.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAO9B,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,QAAA,MAAM,KAAK;;;;;;;;;;CAUV,CAAA;AAED,wBAAgB,KAAK,CAAC,EACpB,IAAW,EACX,SAAS,EACT,QAAQ,EACR,IAAI,EACJ,OAAO,GACR,EAAE;IACD,IAAI,CAAC,EAAE,MAAM,OAAO,KAAK,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,4BAgEA;AAED,wBAAgB,UAAU,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAU/D;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,2CAItE;AAED,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAEvF;AAED,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAU1F"}
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export declare function AuthLayout({ children }: {
3
+ children: React.ReactNode;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=auth-layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth-layout.d.ts","sourceRoot":"","sources":["../../src/components/auth-layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAQrE"}
@@ -0,0 +1,13 @@
1
+ type AvatarGroupItem = {
2
+ src?: string | null;
3
+ initials?: string;
4
+ alt?: string;
5
+ };
6
+ export declare function AvatarGroup({ items, max, size, className, }: {
7
+ items: AvatarGroupItem[];
8
+ max?: number;
9
+ size?: 'xs' | 'sm' | 'md' | 'lg';
10
+ className?: string;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=avatar-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar-group.d.ts","sourceRoot":"","sources":["../../src/components/avatar-group.tsx"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,GAAO,EACP,IAAW,EACX,SAAS,GACV,EAAE;IACD,KAAK,EAAE,eAAe,EAAE,CAAA;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,2CA6CA"}
@@ -0,0 +1,19 @@
1
+ import { default as React } from 'react';
2
+ type AvatarProps = {
3
+ src?: string | null | undefined;
4
+ square?: boolean;
5
+ initials?: string;
6
+ alt?: string;
7
+ className?: string;
8
+ };
9
+ export declare function Avatar({ src, square, initials, alt, className, ...props }: AvatarProps & React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element;
10
+ export declare const AvatarButton: React.ForwardRefExoticComponent<(AvatarProps & (({
11
+ href?: never;
12
+ disabled?: boolean;
13
+ } & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "className">) | ({
14
+ href: string;
15
+ } & Omit<Omit<{
16
+ href: string;
17
+ } & Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>, "ref">, "className">))) & React.RefAttributes<HTMLButtonElement>>;
18
+ export {};
19
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,GAAU,EACV,MAAc,EACd,QAAQ,EACR,GAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,2CAwCtD;AAED,eAAO,MAAM,YAAY;WAWR,KAAK;eACD,OAAO;;UAEX,MAAM;;;sNA0BrB,CAAA"}
@@ -0,0 +1,38 @@
1
+ import { default as React } from 'react';
2
+ declare const colors: {
3
+ red: string;
4
+ orange: string;
5
+ amber: string;
6
+ yellow: string;
7
+ lime: string;
8
+ green: string;
9
+ emerald: string;
10
+ teal: string;
11
+ cyan: string;
12
+ sky: string;
13
+ blue: string;
14
+ indigo: string;
15
+ violet: string;
16
+ purple: string;
17
+ fuchsia: string;
18
+ pink: string;
19
+ rose: string;
20
+ zinc: string;
21
+ };
22
+ type BadgeProps = {
23
+ color?: keyof typeof colors;
24
+ };
25
+ export declare function Badge({ color, className, ...props }: BadgeProps & React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element;
26
+ export declare const BadgeButton: React.ForwardRefExoticComponent<(BadgeProps & ({
27
+ className?: string;
28
+ children: React.ReactNode;
29
+ } & (({
30
+ href?: never;
31
+ disabled?: boolean;
32
+ } & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "className">) | ({
33
+ href: string;
34
+ } & Omit<Omit<{
35
+ href: string;
36
+ } & Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>, "ref">, "className">)))) & React.RefAttributes<HTMLElement>>;
37
+ export {};
38
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/components/badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;CA4BX,CAAA;AAED,KAAK,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAA;CAAE,CAAA;AAEjD,wBAAgB,KAAK,CAAC,EACpB,KAAc,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,2CAWrD;AAED,eAAO,MAAM,WAAW;gBAMQ,MAAM;cAAY,KAAK,CAAC,SAAS;;WAEhD,KAAK;eACD,OAAO;;UAEX,MAAM;;;iNA+BrB,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ export type BreadcrumbItem = {
3
+ label: React.ReactNode;
4
+ href?: string;
5
+ };
6
+ export declare function Breadcrumb({ items, separator, className, }: {
7
+ items: BreadcrumbItem[];
8
+ separator?: React.ReactNode;
9
+ className?: string;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../src/components/breadcrumb.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,SAAS,EACT,SAAS,GACV,EAAE;IACD,KAAK,EAAE,cAAc,EAAE,CAAA;IACvB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,2CA+CA"}
@@ -0,0 +1,64 @@
1
+ import { default as React } from 'react';
2
+ import { Link } from './link.js';
3
+ declare const styles: {
4
+ base: string[];
5
+ solid: string[];
6
+ outline: string[];
7
+ plain: string[];
8
+ colors: {
9
+ 'dark/zinc': string[];
10
+ light: string[];
11
+ 'dark/white': string[];
12
+ dark: string[];
13
+ white: string[];
14
+ zinc: string[];
15
+ indigo: string[];
16
+ cyan: string[];
17
+ red: string[];
18
+ orange: string[];
19
+ amber: string[];
20
+ yellow: string[];
21
+ lime: string[];
22
+ green: string[];
23
+ emerald: string[];
24
+ teal: string[];
25
+ sky: string[];
26
+ blue: string[];
27
+ violet: string[];
28
+ purple: string[];
29
+ fuchsia: string[];
30
+ pink: string[];
31
+ rose: string[];
32
+ };
33
+ };
34
+ type ButtonProps = ({
35
+ color?: keyof typeof styles.colors;
36
+ outline?: never;
37
+ plain?: never;
38
+ } | {
39
+ color?: never;
40
+ outline: true;
41
+ plain?: never;
42
+ } | {
43
+ color?: never;
44
+ outline?: never;
45
+ plain: true;
46
+ }) & {
47
+ className?: string;
48
+ children: React.ReactNode;
49
+ } & (({
50
+ href?: never;
51
+ disabled?: boolean;
52
+ type?: 'button' | 'submit' | 'reset';
53
+ } & Omit<React.ComponentPropsWithoutRef<'button'>, 'className' | 'type'>) | ({
54
+ href: string;
55
+ } & Omit<React.ComponentPropsWithoutRef<typeof Link>, 'className'>));
56
+ export declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLElement>>;
57
+ /**
58
+ * Expand the hit area to at least 44x44px on touch devices
59
+ */
60
+ export declare function TouchTarget({ children }: {
61
+ children: React.ReactNode;
62
+ }): import("react/jsx-runtime").JSX.Element;
63
+ export {};
64
+ //# sourceMappingURL=button-headless.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-headless.d.ts","sourceRoot":"","sources":["../../src/components/button-headless.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJX,CAAA;AAED,KAAK,WAAW,GAAG,CACf;IAAE,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,GACtE;IAAE,KAAK,CAAC,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,IAAI,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,GAC/C;IAAE,KAAK,CAAC,EAAE,KAAK,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,IAAI,CAAA;CAAE,CAClD,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,CAClD,CAAC;IACC,IAAI,CAAC,EAAE,KAAK,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC,CAAC,GACzE,CAAC;IACC,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,WAAW,CAAC,CAAC,CACtE,CAAA;AAEH,eAAO,MAAM,MAAM,iFAgCjB,CAAA;AAEF;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAUtE"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ type CalloutVariant = 'info' | 'warning' | 'error' | 'success' | 'tip';
3
+ export declare function Callout({ variant, title, icon, className, children, }: {
4
+ variant?: CalloutVariant;
5
+ title?: string;
6
+ icon?: React.ReactNode;
7
+ className?: string;
8
+ children: React.ReactNode;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=callout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callout.d.ts","sourceRoot":"","sources":["../../src/components/callout.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,KAAK,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAA;AA8BtE,wBAAgB,OAAO,CAAC,EACtB,OAAgB,EAChB,KAAK,EACL,IAAI,EACJ,SAAS,EACT,QAAQ,GACT,EAAE;IACD,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,2CAkBA"}
@@ -0,0 +1,44 @@
1
+ import { default as React } from 'react';
2
+ export declare function CheckboxGroup({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
3
+ export declare function CheckboxField({ className, disabled, ...props }: {
4
+ className?: string;
5
+ disabled?: boolean;
6
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'className'>): import("react/jsx-runtime").JSX.Element;
7
+ declare const colors: {
8
+ 'dark/zinc': string[];
9
+ 'dark/white': string[];
10
+ white: string;
11
+ dark: string;
12
+ zinc: string;
13
+ red: string;
14
+ orange: string;
15
+ amber: string;
16
+ yellow: string;
17
+ lime: string;
18
+ green: string;
19
+ emerald: string;
20
+ teal: string;
21
+ cyan: string;
22
+ sky: string;
23
+ blue: string;
24
+ indigo: string;
25
+ violet: string;
26
+ purple: string;
27
+ fuchsia: string;
28
+ pink: string;
29
+ rose: string;
30
+ };
31
+ type Color = keyof typeof colors;
32
+ export declare function Checkbox({ color, className, checked: controlledChecked, defaultChecked, onChange, disabled, indeterminate, name, value, ...props }: {
33
+ color?: Color;
34
+ className?: string;
35
+ checked?: boolean;
36
+ defaultChecked?: boolean;
37
+ onChange?: (checked: boolean) => void;
38
+ disabled?: boolean;
39
+ indeterminate?: boolean;
40
+ name?: string;
41
+ value?: string;
42
+ } & Omit<React.ComponentPropsWithoutRef<'span'>, 'className' | 'onChange'>): import("react/jsx-runtime").JSX.Element;
43
+ export {};
44
+ //# sourceMappingURL=checkbox-headless.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-headless.d.ts","sourceRoot":"","sources":["../../src/components/checkbox-headless.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAc3F;AAED,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,2CAuB3D;AA8BD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAuCX,CAAA;AAED,KAAK,KAAK,GAAG,MAAM,OAAO,MAAM,CAAA;AAEhC,wBAAgB,QAAQ,CAAC,EACvB,KAAmB,EACnB,SAAS,EACT,OAAO,EAAE,iBAAiB,EAC1B,cAAc,EACd,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,IAAI,EACJ,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IACD,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,2CA8DzE"}
@@ -0,0 +1,8 @@
1
+ export declare function CodeBlock({ code, language, filename, showCopy, className, }: {
2
+ code: string;
3
+ language?: string;
4
+ filename?: string;
5
+ showCopy?: boolean;
6
+ className?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=code-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-block.d.ts","sourceRoot":"","sources":["../../src/components/code-block.tsx"],"names":[],"mappings":"AAKA,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAe,EACf,SAAS,GACV,EAAE;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,2CAsCA"}
@@ -0,0 +1,26 @@
1
+ import { default as React } from 'react';
2
+ export declare function Combobox<T>({ options, displayValue, filter, anchor, className, placeholder, autoFocus, 'aria-label': ariaLabel, children, value: controlledValue, defaultValue, onChange, disabled, name, }: {
3
+ options: T[];
4
+ displayValue: (value: T | null) => string | undefined;
5
+ filter?: (value: T, query: string) => boolean;
6
+ className?: string;
7
+ placeholder?: string | undefined;
8
+ autoFocus?: boolean | undefined;
9
+ 'aria-label'?: string;
10
+ children: (value: NonNullable<T>) => React.ReactElement;
11
+ value?: T | null;
12
+ defaultValue?: T | null;
13
+ onChange?: (value: T) => void;
14
+ disabled?: boolean;
15
+ name?: string;
16
+ anchor?: 'top' | 'bottom';
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ export declare function ComboboxOption<T>({ children, className, value, disabled, }: {
19
+ className?: string;
20
+ children?: React.ReactNode;
21
+ value: T;
22
+ disabled?: boolean;
23
+ }): import("react/jsx-runtime").JSX.Element;
24
+ export declare function ComboboxLabel({ className, ...props }: React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element;
25
+ export declare function ComboboxDescription({ className, children, ...props }: React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element;
26
+ //# sourceMappingURL=combobox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../src/components/combobox.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAmC9B,wBAAgB,QAAQ,CAAC,CAAC,EAAE,EAC1B,OAAO,EACP,YAAY,EACZ,MAAM,EACN,MAAiB,EACjB,SAAS,EACT,WAAW,EACX,SAAS,EACT,YAAY,EAAE,SAAS,EACvB,QAAQ,EACR,KAAK,EAAE,eAAe,EACtB,YAAY,EACZ,QAAQ,EACR,QAAgB,EAChB,IAAI,GACL,EAAE;IACD,OAAO,EAAE,CAAC,EAAE,CAAA;IACZ,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,KAAK,MAAM,GAAG,SAAS,CAAA;IACrD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,YAAY,CAAA;IACvD,KAAK,CAAC,EAAE,CAAC,GAAG,IAAI,CAAA;IAChB,YAAY,CAAC,EAAE,CAAC,GAAG,IAAI,CAAA;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;CAC1B,2CA+RA;AA0BD,wBAAgB,cAAc,CAAC,CAAC,EAAE,EAChC,QAAQ,EACR,SAAS,EACT,KAAK,EACL,QAAgB,GACjB,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,KAAK,EAAE,CAAC,CAAA;IACR,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,2CAqDA;AAMD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,2CAO5F;AAMD,wBAAgB,mBAAmB,CAAC,EAClC,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,2CAYxC"}
@@ -0,0 +1,4 @@
1
+ export declare function DescriptionList({ className, ...props }: React.ComponentPropsWithoutRef<'dl'>): import("react/jsx-runtime").JSX.Element;
2
+ export declare function DescriptionTerm({ className, ...props }: React.ComponentPropsWithoutRef<'dt'>): import("react/jsx-runtime").JSX.Element;
3
+ export declare function DescriptionDetails({ className, ...props }: React.ComponentPropsWithoutRef<'dd'>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=description-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description-list.d.ts","sourceRoot":"","sources":["../../src/components/description-list.tsx"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAU5F;AAED,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAU5F;AAED,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAU/F"}
@@ -0,0 +1,30 @@
1
+ import { default as React } from 'react';
2
+ import { Text } from './text.js';
3
+ declare const sizes: {
4
+ xs: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ '2xl': string;
10
+ '3xl': string;
11
+ '4xl': string;
12
+ '5xl': string;
13
+ };
14
+ export declare function Dialog({ size, className, children, open, onClose, }: {
15
+ size?: keyof typeof sizes;
16
+ className?: string;
17
+ children: React.ReactNode;
18
+ open: boolean;
19
+ onClose: () => void;
20
+ }): React.ReactPortal | null;
21
+ export declare function DialogTitle({ className, ...props }: {
22
+ className?: string;
23
+ } & React.ComponentPropsWithoutRef<'h2'>): import("react/jsx-runtime").JSX.Element;
24
+ export declare function DialogDescription({ className, ...props }: {
25
+ className?: string;
26
+ } & React.ComponentPropsWithoutRef<typeof Text>): import("react/jsx-runtime").JSX.Element;
27
+ export declare function DialogBody({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
28
+ export declare function DialogActions({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
29
+ export {};
30
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../src/components/dialog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAO9B,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,QAAA,MAAM,KAAK;;;;;;;;;;CAUV,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,IAAW,EACX,SAAS,EACT,QAAQ,EACR,IAAI,EACJ,OAAO,GACR,EAAE;IACD,IAAI,CAAC,EAAE,MAAM,OAAO,KAAK,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,4BAkEA;AAED,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAU/D;AAED,wBAAgB,iBAAiB,CAAC,EAChC,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,2CAEtE;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAExF;AAED,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAU3F"}
@@ -0,0 +1,4 @@
1
+ export declare function Divider({ soft, className, ...props }: {
2
+ soft?: boolean;
3
+ } & React.ComponentPropsWithoutRef<'hr'>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../src/components/divider.tsx"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,CAAC,EACtB,IAAY,EACZ,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,2CAY3D"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ type DrawerSide = 'left' | 'right' | 'top' | 'bottom';
3
+ export declare function Drawer({ open, onClose, side, className, children, }: {
4
+ open: boolean;
5
+ onClose: () => void;
6
+ side?: DrawerSide;
7
+ className?: string;
8
+ children: React.ReactNode;
9
+ }): React.ReactPortal | null;
10
+ export declare function DrawerHeader({ onClose, className, children, }: {
11
+ onClose?: () => void;
12
+ className?: string;
13
+ children: React.ReactNode;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
+ export declare function DrawerBody({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
16
+ export declare function DrawerFooter({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
17
+ export {};
18
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../src/components/drawer.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAA;AASrD,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,OAAO,EACP,IAAc,EACd,SAAS,EACT,QAAQ,GACT,EAAE;IACD,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,4BAiDA;AAED,wBAAgB,YAAY,CAAC,EAC3B,OAAO,EACP,SAAS,EACT,QAAQ,GACT,EAAE;IACD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,2CA4BA;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAExF;AAED,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAU1F"}
@@ -0,0 +1,45 @@
1
+ import { default as React } from 'react';
2
+ import { Button } from './button-headless.js';
3
+ import { Link } from './link.js';
4
+ export declare function Dropdown({ children, ...props }: {
5
+ children: React.ReactNode;
6
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'children'>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function DropdownButton<T extends React.ElementType = typeof Button>({ as, className, ...props }: {
8
+ as?: T;
9
+ className?: string;
10
+ } & Omit<React.ComponentPropsWithoutRef<T>, 'className'>): import("react/jsx-runtime").JSX.Element;
11
+ export declare function DropdownMenu({ anchor, className, children, ...props }: {
12
+ anchor?: 'top' | 'top start' | 'top end' | 'bottom' | 'bottom start' | 'bottom end';
13
+ className?: string;
14
+ children?: React.ReactNode;
15
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'className' | 'children'>): React.ReactPortal | null;
16
+ export declare function DropdownItem({ className, ...props }: {
17
+ className?: string;
18
+ } & (({
19
+ href?: never;
20
+ disabled?: boolean;
21
+ children?: React.ReactNode;
22
+ onClick?: React.MouseEventHandler<HTMLButtonElement>;
23
+ } & Omit<React.ComponentPropsWithoutRef<'button'>, 'className' | 'type'>) | ({
24
+ href: string;
25
+ children?: React.ReactNode;
26
+ } & Omit<React.ComponentPropsWithoutRef<typeof Link>, 'className'>))): import("react/jsx-runtime").JSX.Element;
27
+ export declare function DropdownHeader({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
28
+ export declare function DropdownSection({ className, ...props }: {
29
+ className?: string;
30
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'className'>): import("react/jsx-runtime").JSX.Element;
31
+ export declare function DropdownHeading({ className, ...props }: {
32
+ className?: string;
33
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'className'>): import("react/jsx-runtime").JSX.Element;
34
+ export declare function DropdownDivider({ className, ...props }: {
35
+ className?: string;
36
+ } & Omit<React.ComponentPropsWithoutRef<'hr'>, 'className'>): import("react/jsx-runtime").JSX.Element;
37
+ export declare function DropdownLabel({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
38
+ export declare function DropdownDescription({ className, ...props }: {
39
+ className?: string;
40
+ } & Omit<React.ComponentPropsWithoutRef<'span'>, 'className'>): import("react/jsx-runtime").JSX.Element;
41
+ export declare function DropdownShortcut({ keys, className, ...props }: {
42
+ keys: string | string[];
43
+ className?: string;
44
+ } & Omit<React.ComponentPropsWithoutRef<'kbd'>, 'className' | 'children'>): import("react/jsx-runtime").JSX.Element;
45
+ //# sourceMappingURL=dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../src/components/dropdown.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ export declare function EmptyState({ icon, title, description, action, className, }: {
3
+ icon?: React.ReactNode;
4
+ title: string;
5
+ description?: string;
6
+ action?: React.ReactNode;
7
+ className?: string;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=empty-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../src/components/empty-state.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,KAAK,EACL,WAAW,EACX,MAAM,EACN,SAAS,GACV,EAAE;IACD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,2CAoBA"}
@@ -0,0 +1,23 @@
1
+ import { default as React } from 'react';
2
+ export declare function Fieldset({ className, disabled, ...props }: {
3
+ className?: string;
4
+ disabled?: boolean;
5
+ } & Omit<React.ComponentPropsWithoutRef<'fieldset'>, 'className'>): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Legend({ className, ...props }: {
7
+ className?: string;
8
+ } & Omit<React.ComponentPropsWithoutRef<'legend'>, 'className'>): import("react/jsx-runtime").JSX.Element;
9
+ export declare function FieldGroup({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element;
10
+ export declare function Field({ className, disabled, ...props }: {
11
+ className?: string;
12
+ disabled?: boolean;
13
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, 'className'>): import("react/jsx-runtime").JSX.Element;
14
+ export declare function Label({ className, ...props }: {
15
+ className?: string;
16
+ } & Omit<React.ComponentPropsWithoutRef<'label'>, 'className'>): import("react/jsx-runtime").JSX.Element;
17
+ export declare function Description({ className, ...props }: {
18
+ className?: string;
19
+ } & Omit<React.ComponentPropsWithoutRef<'p'>, 'className'>): import("react/jsx-runtime").JSX.Element;
20
+ export declare function ErrorMessage({ className, ...props }: {
21
+ className?: string;
22
+ } & Omit<React.ComponentPropsWithoutRef<'p'>, 'className'>): import("react/jsx-runtime").JSX.Element;
23
+ //# sourceMappingURL=fieldset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../src/components/fieldset.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,IAAI,CAClD,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,EAC1C,WAAW,CACZ,2CAQA;AAED,wBAAgB,MAAM,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,2CAWtF;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,2CAExF;AAED,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,2CAkB3D;AAED,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC,2CAerF;AAED,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,WAAW,CAAC,2CAcjF;AAED,wBAAgB,YAAY,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,WAAW,CAAC,2CAcjF"}
@@ -0,0 +1,7 @@
1
+ type HeadingProps = {
2
+ level?: 1 | 2 | 3 | 4 | 5 | 6;
3
+ } & React.ComponentPropsWithoutRef<'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'>;
4
+ export declare function Heading({ className, level, ...props }: HeadingProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Subheading({ className, level, ...props }: HeadingProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../src/components/heading.tsx"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG;IAClB,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;CAC9B,GAAG,KAAK,CAAC,wBAAwB,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,CAAA;AAE3E,wBAAgB,OAAO,CAAC,EAAE,SAAS,EAAE,KAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAYvE;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,KAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAY1E"}