@ostack.tech/ui 0.3.0 → 0.3.1

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 (280) hide show
  1. package/dist/chunks/en-lyNzumTm.js.map +1 -1
  2. package/dist/locales/en-GB.js.map +1 -1
  3. package/dist/locales/en-US.js.map +1 -1
  4. package/dist/locales/fr.js.map +1 -1
  5. package/dist/locales/pt.js.map +1 -1
  6. package/dist/ostack-ui.js +8750 -8750
  7. package/dist/ostack-ui.js.map +1 -1
  8. package/dist/types/components/Alert/Alert.d.ts +5 -5
  9. package/dist/types/components/Alert/AlertTitle.d.ts +2 -2
  10. package/dist/types/components/Alert/index.d.ts +2 -2
  11. package/dist/types/components/AlertDialog/AlertDialog.d.ts +2 -2
  12. package/dist/types/components/AlertDialog/AlertDialogAction.d.ts +3 -3
  13. package/dist/types/components/AlertDialog/AlertDialogBody.d.ts +3 -3
  14. package/dist/types/components/AlertDialog/AlertDialogCancel.d.ts +3 -3
  15. package/dist/types/components/AlertDialog/AlertDialogContent.d.ts +5 -5
  16. package/dist/types/components/AlertDialog/AlertDialogDescription.d.ts +3 -3
  17. package/dist/types/components/AlertDialog/AlertDialogFooter.d.ts +3 -3
  18. package/dist/types/components/AlertDialog/AlertDialogHeader.d.ts +3 -3
  19. package/dist/types/components/AlertDialog/AlertDialogTitle.d.ts +3 -3
  20. package/dist/types/components/AlertDialog/AlertDialogTrigger.d.ts +3 -3
  21. package/dist/types/components/AlertDialog/index.d.ts +10 -10
  22. package/dist/types/components/Button/Button.d.ts +5 -5
  23. package/dist/types/components/Button/index.d.ts +1 -1
  24. package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +2 -2
  25. package/dist/types/components/ButtonGroup/index.d.ts +1 -1
  26. package/dist/types/components/Calendar/Calendar.d.ts +5 -5
  27. package/dist/types/components/Calendar/CalendarContext.d.ts +2 -2
  28. package/dist/types/components/Calendar/CalendarDay.d.ts +4 -4
  29. package/dist/types/components/Calendar/CalendarMonthCaption.d.ts +3 -3
  30. package/dist/types/components/Calendar/index.d.ts +1 -1
  31. package/dist/types/components/Card/Card.d.ts +3 -3
  32. package/dist/types/components/Card/CardBody.d.ts +2 -2
  33. package/dist/types/components/Card/CardFooter.d.ts +2 -2
  34. package/dist/types/components/Card/CardHeader.d.ts +2 -2
  35. package/dist/types/components/Card/CardTitle.d.ts +3 -3
  36. package/dist/types/components/Card/index.d.ts +5 -5
  37. package/dist/types/components/Checkbox/Checkbox.d.ts +8 -8
  38. package/dist/types/components/Checkbox/index.d.ts +1 -1
  39. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +5 -5
  40. package/dist/types/components/CheckboxGroup/CheckboxGroupContext.d.ts +1 -1
  41. package/dist/types/components/CheckboxGroup/index.d.ts +1 -1
  42. package/dist/types/components/ClearContexts/ClearContexts.d.ts +1 -1
  43. package/dist/types/components/ClearContexts/index.d.ts +1 -1
  44. package/dist/types/components/CloseButton/CloseButton.d.ts +3 -3
  45. package/dist/types/components/CloseButton/index.d.ts +1 -1
  46. package/dist/types/components/Code/Code.d.ts +3 -3
  47. package/dist/types/components/Code/index.d.ts +1 -1
  48. package/dist/types/components/Collapsible/Collapsible.d.ts +3 -3
  49. package/dist/types/components/Collapsible/CollapsibleContent.d.ts +3 -3
  50. package/dist/types/components/Collapsible/CollapsibleContext.d.ts +2 -2
  51. package/dist/types/components/Collapsible/CollapsibleTrigger.d.ts +3 -3
  52. package/dist/types/components/Collapsible/index.d.ts +3 -3
  53. package/dist/types/components/CommandMenu/CommandMenu.d.ts +8 -8
  54. package/dist/types/components/CommandMenu/CommandMenuDialog.d.ts +5 -5
  55. package/dist/types/components/CommandMenu/CommandMenuGroup.d.ts +3 -3
  56. package/dist/types/components/CommandMenu/CommandMenuItem.d.ts +4 -4
  57. package/dist/types/components/CommandMenu/index.d.ts +4 -4
  58. package/dist/types/components/Container/Container.d.ts +4 -4
  59. package/dist/types/components/Container/index.d.ts +1 -1
  60. package/dist/types/components/ControlAddon/ControlAddon.d.ts +3 -3
  61. package/dist/types/components/ControlAddon/index.d.ts +1 -1
  62. package/dist/types/components/ControlCode/ControlCode.d.ts +3 -3
  63. package/dist/types/components/ControlCode/index.d.ts +1 -1
  64. package/dist/types/components/DataTable/DataTable.d.ts +7 -7
  65. package/dist/types/components/DataTable/DataTableApi.d.ts +2 -2
  66. package/dist/types/components/DataTable/DataTableBody.d.ts +4 -4
  67. package/dist/types/components/DataTable/DataTableCell.d.ts +3 -3
  68. package/dist/types/components/DataTable/DataTableColumn.d.ts +3 -3
  69. package/dist/types/components/DataTable/DataTableContent.d.ts +3 -3
  70. package/dist/types/components/DataTable/DataTableContext.d.ts +10 -10
  71. package/dist/types/components/DataTable/DataTableEmptyOrLoadingRows.d.ts +1 -1
  72. package/dist/types/components/DataTable/DataTableFilter.d.ts +3 -3
  73. package/dist/types/components/DataTable/DataTableFoot.d.ts +3 -3
  74. package/dist/types/components/DataTable/DataTableHead.d.ts +3 -3
  75. package/dist/types/components/DataTable/DataTablePagination.d.ts +2 -2
  76. package/dist/types/components/DataTable/DataTableRow.d.ts +3 -3
  77. package/dist/types/components/DataTable/DataTableRowsPerPage.d.ts +2 -2
  78. package/dist/types/components/DataTable/DataTableSelectionTrigger.d.ts +3 -3
  79. package/dist/types/components/DataTable/PagedDataTablePagination.d.ts +3 -3
  80. package/dist/types/components/DataTable/ScrolledDataTablePagination.d.ts +3 -3
  81. package/dist/types/components/DataTable/ScrolledDataTableRows.d.ts +1 -1
  82. package/dist/types/components/DataTable/getRowKey.d.ts +2 -2
  83. package/dist/types/components/DataTable/index.d.ts +12 -12
  84. package/dist/types/components/DataTable/transformRows.d.ts +2 -2
  85. package/dist/types/components/DataTable/useDataTableSelectionColumn.d.ts +1 -1
  86. package/dist/types/components/DateInput/DateInput.d.ts +6 -6
  87. package/dist/types/components/DateInput/index.d.ts +1 -1
  88. package/dist/types/components/DatePicker/DatePicker.d.ts +2 -2
  89. package/dist/types/components/DatePicker/index.d.ts +1 -1
  90. package/dist/types/components/DateRangeInput/DateRangeInput.d.ts +11 -11
  91. package/dist/types/components/DateRangeInput/index.d.ts +1 -1
  92. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  93. package/dist/types/components/DateRangePicker/index.d.ts +1 -1
  94. package/dist/types/components/Dialog/Dialog.d.ts +2 -2
  95. package/dist/types/components/Dialog/DialogBody.d.ts +3 -3
  96. package/dist/types/components/Dialog/DialogClose.d.ts +3 -3
  97. package/dist/types/components/Dialog/DialogContent.d.ts +5 -5
  98. package/dist/types/components/Dialog/DialogDescription.d.ts +3 -3
  99. package/dist/types/components/Dialog/DialogFooter.d.ts +3 -3
  100. package/dist/types/components/Dialog/DialogHeader.d.ts +4 -4
  101. package/dist/types/components/Dialog/DialogTitle.d.ts +3 -3
  102. package/dist/types/components/Dialog/DialogTrigger.d.ts +3 -3
  103. package/dist/types/components/Dialog/index.d.ts +9 -9
  104. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +2 -2
  105. package/dist/types/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +6 -6
  106. package/dist/types/components/DropdownMenu/DropdownMenuContent.d.ts +4 -4
  107. package/dist/types/components/DropdownMenu/DropdownMenuGroup.d.ts +4 -4
  108. package/dist/types/components/DropdownMenu/DropdownMenuItem.d.ts +4 -4
  109. package/dist/types/components/DropdownMenu/DropdownMenuRadioGroup.d.ts +4 -4
  110. package/dist/types/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -4
  111. package/dist/types/components/DropdownMenu/DropdownMenuSub.d.ts +2 -2
  112. package/dist/types/components/DropdownMenu/DropdownMenuSubContent.d.ts +4 -4
  113. package/dist/types/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -4
  114. package/dist/types/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -3
  115. package/dist/types/components/DropdownMenu/index.d.ts +11 -11
  116. package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  117. package/dist/types/components/ErrorBoundary/index.d.ts +2 -2
  118. package/dist/types/components/ErrorBoundary/useErrorBoundary.d.ts +1 -1
  119. package/dist/types/components/Feedback/Feedback.d.ts +2 -2
  120. package/dist/types/components/Feedback/index.d.ts +1 -1
  121. package/dist/types/components/FeedbackList/FeedbackList.d.ts +2 -2
  122. package/dist/types/components/FeedbackList/FeedbackListContext.d.ts +1 -1
  123. package/dist/types/components/FeedbackList/index.d.ts +2 -2
  124. package/dist/types/components/FeedbackPopover/FeedbackPopover.d.ts +5 -5
  125. package/dist/types/components/FeedbackPopover/FeedbackPopoverContext.d.ts +2 -2
  126. package/dist/types/components/FeedbackPopover/index.d.ts +2 -2
  127. package/dist/types/components/Field/Field.d.ts +2 -2
  128. package/dist/types/components/Field/FieldContext.d.ts +3 -3
  129. package/dist/types/components/Field/index.d.ts +2 -2
  130. package/dist/types/components/FieldGroup/FieldGroup.d.ts +2 -2
  131. package/dist/types/components/FieldGroup/FieldGroupBody.d.ts +2 -2
  132. package/dist/types/components/FieldGroup/FieldGroupContext.d.ts +2 -2
  133. package/dist/types/components/FieldGroup/FieldGroupHeader.d.ts +2 -2
  134. package/dist/types/components/FieldGroup/FieldGroupTitle.d.ts +3 -3
  135. package/dist/types/components/FieldGroup/index.d.ts +4 -4
  136. package/dist/types/components/Grid/Grid.d.ts +3 -3
  137. package/dist/types/components/Grid/index.d.ts +1 -1
  138. package/dist/types/components/Heading/Heading.d.ts +2 -2
  139. package/dist/types/components/Heading/index.d.ts +1 -1
  140. package/dist/types/components/HelperText/HelperText.d.ts +2 -2
  141. package/dist/types/components/HelperText/index.d.ts +1 -1
  142. package/dist/types/components/Icon/Icon.d.ts +6 -6
  143. package/dist/types/components/Icon/index.d.ts +1 -1
  144. package/dist/types/components/IconButton/IconButton.d.ts +6 -6
  145. package/dist/types/components/IconButton/index.d.ts +1 -1
  146. package/dist/types/components/Input/Input.d.ts +7 -7
  147. package/dist/types/components/Input/InputWithContainerRef.d.ts +4 -4
  148. package/dist/types/components/Input/index.d.ts +2 -2
  149. package/dist/types/components/Keyboard/Keyboard.d.ts +2 -2
  150. package/dist/types/components/Keyboard/index.d.ts +1 -1
  151. package/dist/types/components/Label/Label.d.ts +6 -6
  152. package/dist/types/components/Label/index.d.ts +1 -1
  153. package/dist/types/components/Link/Link.d.ts +4 -4
  154. package/dist/types/components/Link/LinkContext.d.ts +2 -2
  155. package/dist/types/components/Link/index.d.ts +1 -1
  156. package/dist/types/components/Mark/Mark.d.ts +3 -3
  157. package/dist/types/components/Mark/index.d.ts +1 -1
  158. package/dist/types/components/MenuList/MenuList.d.ts +2 -2
  159. package/dist/types/components/MenuList/MenuListContext.d.ts +2 -2
  160. package/dist/types/components/MenuList/MenuListGroup.d.ts +2 -2
  161. package/dist/types/components/MenuList/MenuListItem.d.ts +6 -6
  162. package/dist/types/components/MenuList/index.d.ts +3 -3
  163. package/dist/types/components/NumericInput/NumericInput.d.ts +4 -4
  164. package/dist/types/components/NumericInput/index.d.ts +1 -1
  165. package/dist/types/components/Output/Output.d.ts +3 -3
  166. package/dist/types/components/Output/index.d.ts +1 -1
  167. package/dist/types/components/Overlay/Overlay.d.ts +2 -2
  168. package/dist/types/components/Overlay/index.d.ts +1 -1
  169. package/dist/types/components/Popover/Popover.d.ts +2 -2
  170. package/dist/types/components/Popover/PopoverAnchor.d.ts +2 -2
  171. package/dist/types/components/Popover/PopoverClose.d.ts +3 -3
  172. package/dist/types/components/Popover/PopoverContent.d.ts +3 -3
  173. package/dist/types/components/Popover/PopoverTrigger.d.ts +3 -3
  174. package/dist/types/components/Popover/index.d.ts +5 -5
  175. package/dist/types/components/Portal/Portal.d.ts +3 -3
  176. package/dist/types/components/Portal/PortalContext.d.ts +1 -1
  177. package/dist/types/components/Portal/index.d.ts +2 -2
  178. package/dist/types/components/RadioGroup/Radio.d.ts +7 -7
  179. package/dist/types/components/RadioGroup/RadioGroup.d.ts +8 -8
  180. package/dist/types/components/RadioGroup/index.d.ts +2 -2
  181. package/dist/types/components/Root/Root.d.ts +7 -7
  182. package/dist/types/components/Root/RootContext.d.ts +1 -1
  183. package/dist/types/components/Root/RootElement.d.ts +3 -3
  184. package/dist/types/components/Root/index.d.ts +2 -2
  185. package/dist/types/components/Select/Option.d.ts +3 -3
  186. package/dist/types/components/Select/OptionsGroup.d.ts +3 -3
  187. package/dist/types/components/Select/Select.d.ts +7 -7
  188. package/dist/types/components/Select/SelectContext.d.ts +7 -7
  189. package/dist/types/components/Select/SelectSingleValue.d.ts +1 -1
  190. package/dist/types/components/Select/index.d.ts +3 -3
  191. package/dist/types/components/Separator/Separator.d.ts +3 -3
  192. package/dist/types/components/Separator/index.d.ts +1 -1
  193. package/dist/types/components/Slot/Slot.d.ts +2 -2
  194. package/dist/types/components/Slot/Slottable.d.ts +1 -1
  195. package/dist/types/components/Slot/index.d.ts +2 -2
  196. package/dist/types/components/Spinner/Spinner.d.ts +3 -3
  197. package/dist/types/components/Spinner/index.d.ts +1 -1
  198. package/dist/types/components/Stack/Stack.d.ts +3 -3
  199. package/dist/types/components/Stack/index.d.ts +1 -1
  200. package/dist/types/components/Stepper/Step.d.ts +5 -5
  201. package/dist/types/components/Stepper/StepContent.d.ts +3 -3
  202. package/dist/types/components/Stepper/StepList.d.ts +3 -3
  203. package/dist/types/components/Stepper/Stepper.d.ts +3 -3
  204. package/dist/types/components/Stepper/StepperContext.d.ts +1 -1
  205. package/dist/types/components/Stepper/index.d.ts +4 -4
  206. package/dist/types/components/Table/Table.d.ts +3 -3
  207. package/dist/types/components/Table/TableBody.d.ts +2 -2
  208. package/dist/types/components/Table/TableCell.d.ts +3 -3
  209. package/dist/types/components/Table/TableColumn.d.ts +9 -9
  210. package/dist/types/components/Table/TableContext.d.ts +8 -8
  211. package/dist/types/components/Table/TableFoot.d.ts +2 -2
  212. package/dist/types/components/Table/TableHead.d.ts +3 -3
  213. package/dist/types/components/Table/TableRow.d.ts +2 -2
  214. package/dist/types/components/Table/index.d.ts +8 -8
  215. package/dist/types/components/Tabs/Tab.d.ts +4 -4
  216. package/dist/types/components/Tabs/TabContent.d.ts +3 -3
  217. package/dist/types/components/Tabs/TabList.d.ts +3 -3
  218. package/dist/types/components/Tabs/Tabs.d.ts +3 -3
  219. package/dist/types/components/Tabs/TabsContext.d.ts +4 -4
  220. package/dist/types/components/Tabs/index.d.ts +4 -4
  221. package/dist/types/components/Tag/Badge.d.ts +2 -2
  222. package/dist/types/components/Tag/Tag.d.ts +6 -6
  223. package/dist/types/components/Tag/index.d.ts +2 -2
  224. package/dist/types/components/TextArea/TextArea.d.ts +3 -3
  225. package/dist/types/components/TextArea/index.d.ts +1 -1
  226. package/dist/types/components/Toast/Toast.d.ts +5 -5
  227. package/dist/types/components/Toast/ToastDescription.d.ts +2 -2
  228. package/dist/types/components/Toast/ToastProvider.d.ts +2 -2
  229. package/dist/types/components/Toast/ToastTitle.d.ts +3 -3
  230. package/dist/types/components/Toast/ToastViewport.d.ts +3 -3
  231. package/dist/types/components/Toast/index.d.ts +5 -5
  232. package/dist/types/components/Tooltip/Tooltip.d.ts +3 -3
  233. package/dist/types/components/Tooltip/TooltipProvider.d.ts +2 -2
  234. package/dist/types/components/Tooltip/index.d.ts +2 -2
  235. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +2 -2
  236. package/dist/types/components/VisuallyHidden/index.d.ts +1 -1
  237. package/dist/types/index.d.ts +96 -96
  238. package/dist/types/locales/en-GB.d.ts +1 -1
  239. package/dist/types/locales/en-US.d.ts +1 -1
  240. package/dist/types/locales/en.d.ts +1 -1
  241. package/dist/types/locales/fr.d.ts +1 -1
  242. package/dist/types/locales/index.d.ts +4 -4
  243. package/dist/types/locales/pt.d.ts +1 -1
  244. package/dist/types/providers/AlertDialogProvider/AlertDialogProvider.d.ts +1 -1
  245. package/dist/types/providers/AlertDialogProvider/AlertDialogProviderContext.d.ts +4 -4
  246. package/dist/types/providers/AlertDialogProvider/index.d.ts +3 -3
  247. package/dist/types/providers/AlertDialogProvider/useAlertDialog.d.ts +1 -1
  248. package/dist/types/providers/DocumentTitleProvider/DocumentTitle.d.ts +1 -1
  249. package/dist/types/providers/DocumentTitleProvider/DocumentTitleProvider.d.ts +1 -1
  250. package/dist/types/providers/DocumentTitleProvider/DocumentTitleProviderContext.d.ts +3 -3
  251. package/dist/types/providers/DocumentTitleProvider/index.d.ts +2 -2
  252. package/dist/types/providers/ErrorReportingProvider/ErrorReport.d.ts +1 -1
  253. package/dist/types/providers/ErrorReportingProvider/ErrorReportingContext.d.ts +2 -2
  254. package/dist/types/providers/ErrorReportingProvider/ErrorReportingProvider.d.ts +2 -2
  255. package/dist/types/providers/ErrorReportingProvider/index.d.ts +4 -4
  256. package/dist/types/providers/ErrorReportingProvider/useErrorReporter.d.ts +1 -1
  257. package/dist/types/providers/LocalizationProvider/LocalizationContext.d.ts +2 -2
  258. package/dist/types/providers/LocalizationProvider/LocalizationObject.d.ts +19 -19
  259. package/dist/types/providers/LocalizationProvider/LocalizationProvider.d.ts +3 -3
  260. package/dist/types/providers/LocalizationProvider/index.d.ts +4 -4
  261. package/dist/types/providers/LocalizationProvider/useLocale.d.ts +1 -1
  262. package/dist/types/providers/PrefixProvider/PrefixContext.d.ts +1 -1
  263. package/dist/types/providers/PrefixProvider/PrefixProvider.d.ts +2 -2
  264. package/dist/types/providers/PrefixProvider/defaultPrefix.d.ts +1 -1
  265. package/dist/types/providers/PrefixProvider/index.d.ts +4 -4
  266. package/dist/types/providers/ToastManagerProvider/ToastManagerContext.d.ts +4 -4
  267. package/dist/types/providers/ToastManagerProvider/ToastManagerProvider.d.ts +1 -1
  268. package/dist/types/providers/ToastManagerProvider/index.d.ts +3 -3
  269. package/dist/types/providers/ToastManagerProvider/useToastManager.d.ts +1 -1
  270. package/dist/types/utils/breakpoints.d.ts +1 -1
  271. package/dist/types/utils/control.d.ts +2 -2
  272. package/dist/types/utils/parseDateStrict.d.ts +1 -1
  273. package/dist/types/utils/useCombinedRef.d.ts +1 -1
  274. package/dist/types/utils/useControllableState.d.ts +1 -1
  275. package/dist/types/utils/useCssVars.d.ts +1 -1
  276. package/dist/types/utils/useDateTransformer.d.ts +1 -1
  277. package/dist/types/utils/useLayoutEffect.d.ts +1 -1
  278. package/dist/types/utils/useResponsiveValues.d.ts +2 -2
  279. package/dist/types/utils/zustandUtils.d.ts +1 -1
  280. package/package.json +7 -22
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef, type ReactNode } from "react";
2
- import { CloseButton } from "../CloseButton";
3
- import { CollapsibleContent } from "../Collapsible";
4
- import { Icon, type IconProp } from "../Icon";
1
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef, ReactNode } from 'react';
2
+ import { CloseButton } from '../CloseButton';
3
+ import { CollapsibleContent } from '../Collapsible';
4
+ import { Icon, IconProp } from '../Icon';
5
5
  /** Alert variants. */
6
6
  export type AlertVariant = "solid" | "subtle" | "outlined";
7
7
  /** Alert severities. */
@@ -79,4 +79,4 @@ export interface AlertProps extends ComponentPropsWithoutRef<"div"> {
79
79
  * }
80
80
  * ```
81
81
  */
82
- export declare const Alert: import("react").ForwardRefExoticComponent<AlertProps & import("react").RefAttributes<HTMLDivElement>>;
82
+ export declare const Alert: import('react').ForwardRefExoticComponent<AlertProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  /** Properties of the alert title component. */
3
3
  export interface AlertTitleProps extends ComponentPropsWithoutRef<"div"> {
4
4
  /**
@@ -9,4 +9,4 @@ export interface AlertTitleProps extends ComponentPropsWithoutRef<"div"> {
9
9
  asChild?: boolean;
10
10
  }
11
11
  /** Title of the alert. */
12
- export declare const AlertTitle: import("react").ForwardRefExoticComponent<AlertTitleProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const AlertTitle: import('react').ForwardRefExoticComponent<AlertTitleProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,2 +1,2 @@
1
- export * from "./Alert.tsx";
2
- export * from "./AlertTitle.tsx";
1
+ export * from './Alert.tsx';
2
+ export * from './AlertTitle.tsx';
@@ -1,4 +1,4 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
2
  /**
3
3
  * The alert dialog component displays an important overlaid “window” to the
4
4
  * user and expects a response.
@@ -78,4 +78,4 @@ import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
78
78
  * }
79
79
  * ```
80
80
  */
81
- export declare const AlertDialog: import("react").FC<AlertDialogPrimitive.AlertDialogProps>;
81
+ export declare const AlertDialog: import('react').FC<AlertDialogPrimitive.AlertDialogProps>;
@@ -1,5 +1,5 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the alert dialog action component. */
4
4
  export interface AlertDialogActionProps extends Omit<ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Action>, "asChild"> {
5
5
  }
@@ -7,4 +7,4 @@ export interface AlertDialogActionProps extends Omit<ComponentPropsWithoutRef<ty
7
7
  * Button which closes the alert dialog by accepting the action. These buttons
8
8
  * should be distinguished visually from `AlertDialogCancel` buttons.
9
9
  */
10
- export declare const AlertDialogAction: import("react").ForwardRefExoticComponent<AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ export declare const AlertDialogAction: import('react').ForwardRefExoticComponent<AlertDialogActionProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { DialogBody } from "../Dialog";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { DialogBody } from '../Dialog';
3
3
  /** Properties to the alert dialog body component. */
4
4
  export interface AlertDialogBodyProps extends ComponentPropsWithoutRef<typeof DialogBody> {
5
5
  }
6
6
  /** Body section of the alert dialog. */
7
- export declare const AlertDialogBody: import("react").ForwardRefExoticComponent<AlertDialogBodyProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const AlertDialogBody: import('react').ForwardRefExoticComponent<AlertDialogBodyProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the alert dialog cancel component. */
4
4
  export interface AlertDialogCancelProps extends Omit<ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Cancel>, "asChild"> {
5
5
  }
@@ -7,4 +7,4 @@ export interface AlertDialogCancelProps extends Omit<ComponentPropsWithoutRef<ty
7
7
  * Button which closes the alert dialog by cancelling the action. These buttons
8
8
  * should be distinguished visually from `AlertDialogAction` buttons.
9
9
  */
10
- export declare const AlertDialogCancel: import("react").ForwardRefExoticComponent<AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ export declare const AlertDialogCancel: import('react').ForwardRefExoticComponent<AlertDialogCancelProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1,7 +1,7 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef } from "react";
3
- import { type DialogContentColor, type DialogContentSize, type DialogContentVariant } from "../Dialog";
4
- import { Overlay } from "../Overlay";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef } from 'react';
3
+ import { DialogContentColor, DialogContentSize, DialogContentVariant } from '../Dialog';
4
+ import { Overlay } from '../Overlay';
5
5
  /** Alert dialog content variants. */
6
6
  export type AlertDialogContentVariant = DialogContentVariant;
7
7
  /** Possible alert dialog content colors. */
@@ -42,4 +42,4 @@ export interface AlertDialogContentProps extends ComponentPropsWithoutRef<typeof
42
42
  overlayProps?: ComponentPropsWithRef<typeof Overlay>;
43
43
  }
44
44
  /** Content to be rendered in the open alert dialog. */
45
- export declare const AlertDialogContent: import("react").ForwardRefExoticComponent<AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
45
+ export declare const AlertDialogContent: import('react').ForwardRefExoticComponent<AlertDialogContentProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the alert dialog description component. */
4
4
  export interface AlertDialogDescriptionProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Description> {
5
5
  }
@@ -11,4 +11,4 @@ export interface AlertDialogDescriptionProps extends ComponentPropsWithoutRef<ty
11
11
  * the description entirely, pass `aria-describedby={undefined}` to the
12
12
  * `AlertDialogContent` and omit this component.
13
13
  */
14
- export declare const AlertDialogDescription: import("react").ForwardRefExoticComponent<AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
14
+ export declare const AlertDialogDescription: import('react').ForwardRefExoticComponent<AlertDialogDescriptionProps & import('react').RefAttributes<HTMLParagraphElement>>;
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { DialogFooter } from "../Dialog";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { DialogFooter } from '../Dialog';
3
3
  /** Properties to the alert dialog footer component. */
4
4
  export interface AlertDialogFooterProps extends ComponentPropsWithoutRef<typeof DialogFooter> {
5
5
  }
6
6
  /** Footer section of the alert dialog. */
7
- export declare const AlertDialogFooter: import("react").ForwardRefExoticComponent<AlertDialogFooterProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const AlertDialogFooter: import('react').ForwardRefExoticComponent<AlertDialogFooterProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { CardHeader } from "../Card";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { CardHeader } from '../Card';
3
3
  /** Properties of the alert dialog header component. */
4
4
  export interface AlertDialogHeaderProps extends ComponentPropsWithoutRef<typeof CardHeader> {
5
5
  }
6
6
  /** Header section of the alert dialog. */
7
- export declare const AlertDialogHeader: import("react").ForwardRefExoticComponent<AlertDialogHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const AlertDialogHeader: import('react').ForwardRefExoticComponent<AlertDialogHeaderProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,7 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the alert dialog title component. */
4
4
  export interface AlertDialogTitleProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Title> {
5
5
  }
6
6
  /** Accessible title to be announced when the alert dialog is opened. */
7
- export declare const AlertDialogTitle: import("react").ForwardRefExoticComponent<AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
7
+ export declare const AlertDialogTitle: import('react').ForwardRefExoticComponent<AlertDialogTitleProps & import('react').RefAttributes<HTMLHeadingElement>>;
@@ -1,7 +1,7 @@
1
- import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { AlertDialog as AlertDialogPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the alert dialog trigger component. */
4
4
  export interface AlertDialogTriggerProps extends Omit<ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Trigger>, "asChild"> {
5
5
  }
6
6
  /** The button which, when pressed, opens the alert dialog */
7
- export declare const AlertDialogTrigger: import("react").ForwardRefExoticComponent<AlertDialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const AlertDialogTrigger: import('react').ForwardRefExoticComponent<AlertDialogTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1,10 +1,10 @@
1
- export * from "./AlertDialog.tsx";
2
- export * from "./AlertDialogAction.tsx";
3
- export * from "./AlertDialogBody.tsx";
4
- export * from "./AlertDialogCancel.tsx";
5
- export * from "./AlertDialogContent.tsx";
6
- export * from "./AlertDialogDescription.tsx";
7
- export * from "./AlertDialogFooter.tsx";
8
- export * from "./AlertDialogHeader.tsx";
9
- export * from "./AlertDialogTitle.tsx";
10
- export * from "./AlertDialogTrigger.tsx";
1
+ export * from './AlertDialog.tsx';
2
+ export * from './AlertDialogAction.tsx';
3
+ export * from './AlertDialogBody.tsx';
4
+ export * from './AlertDialogCancel.tsx';
5
+ export * from './AlertDialogContent.tsx';
6
+ export * from './AlertDialogDescription.tsx';
7
+ export * from './AlertDialogFooter.tsx';
8
+ export * from './AlertDialogHeader.tsx';
9
+ export * from './AlertDialogTitle.tsx';
10
+ export * from './AlertDialogTrigger.tsx';
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef, type ReactElement, type ReactNode } from "react";
2
- import { type AccentColor } from "../../utils/accent.ts";
3
- import { Icon, type IconProp } from "../Icon";
4
- import { Spinner } from "../Spinner";
1
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef, ReactElement, ReactNode } from 'react';
2
+ import { AccentColor } from '../../utils/accent.ts';
3
+ import { Icon, IconProp } from '../Icon';
4
+ import { Spinner } from '../Spinner';
5
5
  /** Button variants. */
6
6
  export type ButtonVariant = "solid" | "subtle" | "outlined" | "ghost";
7
7
  /** Button colours. */
@@ -108,4 +108,4 @@ export interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
108
108
  * }
109
109
  * ```
110
110
  */
111
- export declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
111
+ export declare const Button: import('react').ForwardRefExoticComponent<ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1 +1 @@
1
- export * from "./Button.tsx";
1
+ export * from './Button.tsx';
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  /** Properties of the button group component. */
3
3
  export interface ButtonGroupProps extends ComponentPropsWithoutRef<"div"> {
4
4
  /**
@@ -29,4 +29,4 @@ export interface ButtonGroupProps extends ComponentPropsWithoutRef<"div"> {
29
29
  * }
30
30
  * ```
31
31
  */
32
- export declare const ButtonGroup: import("react").ForwardRefExoticComponent<ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
32
+ export declare const ButtonGroup: import('react').ForwardRefExoticComponent<ButtonGroupProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1 +1 @@
1
- export * from "./ButtonGroup.tsx";
1
+ export * from './ButtonGroup.tsx';
@@ -1,8 +1,8 @@
1
- import { type Locale } from "date-fns";
2
- import { type ComponentPropsWithRef } from "react";
3
- import { type DayPickerProps } from "react-day-picker";
4
- import { type IconButton } from "../IconButton";
5
- import { type Select } from "../Select";
1
+ import { Locale } from 'date-fns';
2
+ import { ComponentPropsWithRef } from 'react';
3
+ import { DayPickerProps } from 'react-day-picker';
4
+ import { IconButton } from '../IconButton';
5
+ import { Select } from '../Select';
6
6
  /** Properties of the calendar component. */
7
7
  export interface CalendarProps extends Omit<DayPickerProps, "mode" | "selected" | "onSelect" | "classNames" | "modifiersClassNames" | "styles" | "modifiersStyles" | "fromDate" | "toDate" | "fromMonth" | "toMonth" | "fromYear" | "toYear" | "startMonth" | "endMonth" | "reverseMonths" | "captionLayout" | "navLayout" | "components" | "locale" | "labels" | "formatters" | "dir" | "dateLib"> {
8
8
  /** Minimum date allowed. */
@@ -1,4 +1,4 @@
1
- import { type CalendarProps } from "./Calendar.tsx";
1
+ import { CalendarProps } from './Calendar.tsx';
2
2
  /** Value of the calendar context. */
3
3
  export interface CalendarContextValue {
4
4
  minAllowedDate: Date | undefined;
@@ -12,6 +12,6 @@ export interface CalendarContextValue {
12
12
  yearSelectProps: CalendarProps["yearSelectProps"];
13
13
  }
14
14
  /** Calendar context. */
15
- export declare const CalendarContext: import("react").Context<CalendarContextValue | null>;
15
+ export declare const CalendarContext: import('react').Context<CalendarContextValue | null>;
16
16
  /** Hook providing access to the calendar context. */
17
17
  export declare function useCalendarContext(): CalendarContextValue;
@@ -4,7 +4,7 @@
4
4
  * wrapper over the day text which lets us style it without styling the whole
5
5
  * button.
6
6
  */
7
- export declare const CalendarDay: import("react").NamedExoticComponent<{
8
- day: import("react-day-picker").CalendarDay;
9
- modifiers: import("react-day-picker").Modifiers;
10
- } & import("react").HTMLAttributes<HTMLDivElement>>;
7
+ export declare const CalendarDay: import('react').NamedExoticComponent<{
8
+ day: import('react-day-picker').CalendarDay;
9
+ modifiers: import('react-day-picker').Modifiers;
10
+ } & import('react').HTMLAttributes<HTMLDivElement>>;
@@ -2,7 +2,7 @@
2
2
  * Reimplementation of the React Day Picker's caption component to provide both
3
3
  * navigation arrows and dropdown selections.
4
4
  */
5
- export declare const CalendarMonthCaption: import("react").NamedExoticComponent<{
6
- calendarMonth: import("react-day-picker").CalendarMonth;
5
+ export declare const CalendarMonthCaption: import('react').NamedExoticComponent<{
6
+ calendarMonth: import('react-day-picker').CalendarMonth;
7
7
  displayIndex: number;
8
- } & import("react").HTMLAttributes<HTMLDivElement>>;
8
+ } & import('react').HTMLAttributes<HTMLDivElement>>;
@@ -1 +1 @@
1
- export * from "./Calendar.tsx";
1
+ export * from './Calendar.tsx';
@@ -1,5 +1,5 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { type AccentColor } from "../../utils/accent.ts";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { AccentColor } from '../../utils/accent.ts';
3
3
  /** Card variants. */
4
4
  export type CardVariant = "solid" | "subtle" | "outlined" | "ghost";
5
5
  /** Possible card colours. */
@@ -67,4 +67,4 @@ export interface CardProps extends ComponentPropsWithoutRef<"div"> {
67
67
  * }
68
68
  * ```
69
69
  */
70
- export declare const Card: import("react").ForwardRefExoticComponent<CardProps & import("react").RefAttributes<HTMLDivElement>>;
70
+ export declare const Card: import('react').ForwardRefExoticComponent<CardProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  /** Properties of the card body component. */
3
3
  export interface CardBodyProps extends ComponentPropsWithoutRef<"div"> {
4
4
  /**
@@ -9,4 +9,4 @@ export interface CardBodyProps extends ComponentPropsWithoutRef<"div"> {
9
9
  asChild?: boolean;
10
10
  }
11
11
  /** Body section of the `Card` component. */
12
- export declare const CardBody: import("react").ForwardRefExoticComponent<CardBodyProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const CardBody: import('react').ForwardRefExoticComponent<CardBodyProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  /** Properties of the card footer component. */
3
3
  export interface CardFooterProps extends ComponentPropsWithoutRef<"div"> {
4
4
  /**
@@ -9,4 +9,4 @@ export interface CardFooterProps extends ComponentPropsWithoutRef<"div"> {
9
9
  asChild?: boolean;
10
10
  }
11
11
  /** Footer section of the `Card` component. */
12
- export declare const CardFooter: import("react").ForwardRefExoticComponent<CardFooterProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const CardFooter: import('react').ForwardRefExoticComponent<CardFooterProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  /** Properties of the card header component. */
3
3
  export interface CardHeaderProps extends ComponentPropsWithoutRef<"div"> {
4
4
  /**
@@ -9,4 +9,4 @@ export interface CardHeaderProps extends ComponentPropsWithoutRef<"div"> {
9
9
  asChild?: boolean;
10
10
  }
11
11
  /** Header section of the `Card` component. */
12
- export declare const CardHeader: import("react").ForwardRefExoticComponent<CardHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const CardHeader: import('react').ForwardRefExoticComponent<CardHeaderProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { type HeadingLevel } from "../Heading";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { HeadingLevel } from '../Heading';
3
3
  /** Properties of the card title component. */
4
4
  export interface CardTitleProps extends ComponentPropsWithoutRef<"h2"> {
5
5
  /**
@@ -16,4 +16,4 @@ export interface CardTitleProps extends ComponentPropsWithoutRef<"h2"> {
16
16
  level?: HeadingLevel;
17
17
  }
18
18
  /** Title of the `Card` component. */
19
- export declare const CardTitle: import("react").ForwardRefExoticComponent<CardTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
19
+ export declare const CardTitle: import('react').ForwardRefExoticComponent<CardTitleProps & import('react').RefAttributes<HTMLHeadingElement>>;
@@ -1,5 +1,5 @@
1
- export * from "./Card.tsx";
2
- export * from "./CardBody.tsx";
3
- export * from "./CardFooter.tsx";
4
- export * from "./CardHeader.tsx";
5
- export * from "./CardTitle.tsx";
1
+ export * from './Card.tsx';
2
+ export * from './CardBody.tsx';
3
+ export * from './CardFooter.tsx';
4
+ export * from './CardHeader.tsx';
5
+ export * from './CardTitle.tsx';
@@ -1,10 +1,10 @@
1
- import { Checkbox as CheckboxPrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef, type FocusEvent, type ReactNode } from "react";
3
- import { type ControlStatus, type ControlVariant } from "../../utils/control.ts";
4
- import { ControlCode } from "../ControlCode";
5
- import { Icon } from "../Icon";
6
- import { Label } from "../Label";
7
- import { Spinner } from "../Spinner";
1
+ import { Checkbox as CheckboxPrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef, FocusEvent, ReactNode } from 'react';
3
+ import { ControlStatus, ControlVariant } from '../../utils/control.ts';
4
+ import { ControlCode } from '../ControlCode';
5
+ import { Icon } from '../Icon';
6
+ import { Label } from '../Label';
7
+ import { Spinner } from '../Spinner';
8
8
  /** `checked` state of a checkbox. */
9
9
  export type CheckboxChecked = CheckboxPrimitive.CheckedState;
10
10
  /** Properties of the checkbox component. */
@@ -64,4 +64,4 @@ export interface CheckboxProps extends Omit<ComponentPropsWithoutRef<typeof Chec
64
64
  * }
65
65
  * ```
66
66
  */
67
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLButtonElement>>;
67
+ export declare const Checkbox: import('react').ForwardRefExoticComponent<CheckboxProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1 +1 @@
1
- export * from "./Checkbox.tsx";
1
+ export * from './Checkbox.tsx';
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef, type FocusEvent, type ReactNode } from "react";
2
- import { type ControlStatus, type ControlVariant } from "../../utils/control.ts";
3
- import { ControlCode } from "../ControlCode";
4
- import { Spinner } from "../Spinner";
1
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef, FocusEvent, ReactNode } from 'react';
2
+ import { ControlStatus, ControlVariant } from '../../utils/control.ts';
3
+ import { ControlCode } from '../ControlCode';
4
+ import { Spinner } from '../Spinner';
5
5
  /** Properties of the checkbox group component. */
6
6
  export interface CheckboxGroupProps extends ComponentPropsWithoutRef<"div"> {
7
7
  /**
@@ -82,4 +82,4 @@ export interface CheckboxGroupProps extends ComponentPropsWithoutRef<"div"> {
82
82
  * }
83
83
  * ```
84
84
  */
85
- export declare const CheckboxGroup: import("react").ForwardRefExoticComponent<CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>;
85
+ export declare const CheckboxGroup: import('react').ForwardRefExoticComponent<CheckboxGroupProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -4,4 +4,4 @@ export interface CheckboxGroupContextValue {
4
4
  onCheckedChange: (value: string, checked: boolean) => void;
5
5
  }
6
6
  /** Checkbox group context. */
7
- export declare const CheckboxGroupContext: import("react").Context<CheckboxGroupContextValue | null>;
7
+ export declare const CheckboxGroupContext: import('react').Context<CheckboxGroupContextValue | null>;
@@ -1 +1 @@
1
- export * from "./CheckboxGroup.tsx";
1
+ export * from './CheckboxGroup.tsx';
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
2
  /** Properties of the clear context component. */
3
3
  export interface ClearContextsProps {
4
4
  /**
@@ -1 +1 @@
1
- export * from "./ClearContexts.tsx";
1
+ export * from './ClearContexts.tsx';
@@ -1,7 +1,7 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { IconButton } from "../IconButton";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { IconButton } from '../IconButton';
3
3
  /** Properties of the close button component. */
4
4
  export interface CloseButtonProps extends Partial<ComponentPropsWithoutRef<typeof IconButton>> {
5
5
  }
6
6
  /** Component rendering a “close” button. */
7
- export declare const CloseButton: import("react").ForwardRefExoticComponent<CloseButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const CloseButton: import('react').ForwardRefExoticComponent<CloseButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1 +1 @@
1
- export * from "./CloseButton.tsx";
1
+ export * from './CloseButton.tsx';
@@ -1,5 +1,5 @@
1
- import { type ComponentPropsWithoutRef } from "react";
2
- import { type AccentColor } from "../../utils/accent.ts";
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { AccentColor } from '../../utils/accent.ts';
3
3
  /** Code colours. */
4
4
  export type CodeColor = AccentColor;
5
5
  /** Properties of the code component. */
@@ -32,4 +32,4 @@ export interface CodeProps extends ComponentPropsWithoutRef<"code"> {
32
32
  * }
33
33
  * ```
34
34
  */
35
- export declare const Code: import("react").ForwardRefExoticComponent<CodeProps & import("react").RefAttributes<HTMLElement>>;
35
+ export declare const Code: import('react').ForwardRefExoticComponent<CodeProps & import('react').RefAttributes<HTMLElement>>;
@@ -1 +1 @@
1
- export * from "./Code.tsx";
1
+ export * from './Code.tsx';
@@ -1,5 +1,5 @@
1
- import { Collapsible as CollapsiblePrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { Collapsible as CollapsiblePrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Direction in which to collapse/expand content. */
4
4
  export type CollapsibleDirection = "horizontal" | "vertical";
5
5
  /** Properties of the collapsible component. */
@@ -22,4 +22,4 @@ export interface CollapsibleProps extends ComponentPropsWithoutRef<typeof Collap
22
22
  * - `CollapsibleContent`: The content that are shown or hidden based on trigger's
23
23
  * state.
24
24
  */
25
- export declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>;
25
+ export declare const Collapsible: import('react').ForwardRefExoticComponent<CollapsibleProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,7 @@
1
- import { Collapsible as CollapsiblePrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef } from "react";
1
+ import { Collapsible as CollapsiblePrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
3
  /** Properties of the collapsible content component. */
4
4
  export interface CollapsibleContentProps extends ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content> {
5
5
  }
6
6
  /** Component containing the collapsible content. */
7
- export declare const CollapsibleContent: import("react").ForwardRefExoticComponent<CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const CollapsibleContent: import('react').ForwardRefExoticComponent<CollapsibleContentProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,10 +1,10 @@
1
- import { type CollapsibleDirection } from "./Collapsible.tsx";
1
+ import { CollapsibleDirection } from './Collapsible.tsx';
2
2
  /** Value of the collapsible context. */
3
3
  export interface CollapsibleContextValue {
4
4
  open: boolean;
5
5
  direction: CollapsibleDirection;
6
6
  }
7
7
  /** Collapsible context. */
8
- export declare const CollapsibleContext: import("react").Context<CollapsibleContextValue | null>;
8
+ export declare const CollapsibleContext: import('react').Context<CollapsibleContextValue | null>;
9
9
  /** Hook providing access to the collapsible context. */
10
10
  export declare function useCollapsibleContext(): CollapsibleContextValue;
@@ -1,5 +1,5 @@
1
- import { Collapsible as CollapsiblePrimitive } from "radix-ui";
2
- import { type ComponentPropsWithoutRef, type ReactNode } from "react";
1
+ import { Collapsible as CollapsiblePrimitive } from 'radix-ui';
2
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
3
3
  /** Properties of the collapsible trigger component. */
4
4
  export interface CollapsibleTriggerProps extends Omit<ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Trigger>, "asChild" | "children"> {
5
5
  defaultTriggerCollapseLabel?: string;
@@ -7,4 +7,4 @@ export interface CollapsibleTriggerProps extends Omit<ComponentPropsWithoutRef<t
7
7
  children?: ReactNode | ((open: boolean) => ReactNode);
8
8
  }
9
9
  /** Trigger that toggles the expansion of the collapsible content. */
10
- export declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ export declare const CollapsibleTrigger: import('react').ForwardRefExoticComponent<CollapsibleTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1,3 +1,3 @@
1
- export * from "./Collapsible.tsx";
2
- export { CollapsibleContent } from "./CollapsibleContent.tsx";
3
- export { CollapsibleTrigger } from "./CollapsibleTrigger.tsx";
1
+ export * from './Collapsible.tsx';
2
+ export { CollapsibleContent } from './CollapsibleContent.tsx';
3
+ export { CollapsibleTrigger } from './CollapsibleTrigger.tsx';
@@ -1,10 +1,10 @@
1
- import { Command as CommandPrimitive } from "cmdk";
2
- import { type ComponentPropsWithoutRef, type ComponentPropsWithRef, type ReactNode } from "react";
3
- import { ControlAddon } from "../ControlAddon";
4
- import { Icon } from "../Icon";
5
- import { Input } from "../Input";
6
- import { MenuList, type MenuListIconPlacement, type MenuListVariant } from "../MenuList";
7
- import { Spinner } from "../Spinner";
1
+ import { Command as CommandPrimitive } from 'cmdk';
2
+ import { ComponentPropsWithoutRef, ComponentPropsWithRef, ReactNode } from 'react';
3
+ import { ControlAddon } from '../ControlAddon';
4
+ import { Icon } from '../Icon';
5
+ import { Input } from '../Input';
6
+ import { MenuList, MenuListIconPlacement, MenuListVariant } from '../MenuList';
7
+ import { Spinner } from '../Spinner';
8
8
  /** Command menu variants. */
9
9
  export type CommandMenuVariant = MenuListVariant;
10
10
  /** Placement of icons within command menu items. */
@@ -88,4 +88,4 @@ export interface CommandMenuProps extends ComponentPropsWithoutRef<typeof Comman
88
88
  * }
89
89
  * ```
90
90
  */
91
- export declare const CommandMenu: import("react").ForwardRefExoticComponent<CommandMenuProps & import("react").RefAttributes<HTMLDivElement>>;
91
+ export declare const CommandMenu: import('react').ForwardRefExoticComponent<CommandMenuProps & import('react').RefAttributes<HTMLDivElement>>;