@atom-learning/components 3.29.3 → 3.30.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 (283) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/dist/components/accordion/Accordion.d.ts +297 -297
  3. package/dist/components/accordion/AccordionContent.d.ts +295 -295
  4. package/dist/components/accordion/AccordionItem.d.ts +295 -295
  5. package/dist/components/accordion/AccordionTrigger.d.ts +297 -665
  6. package/dist/components/action-icon/ActionIcon.d.ts +297 -297
  7. package/dist/components/action-icon/ActionIcon.js +1 -1
  8. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  9. package/dist/components/alert-dialog/AlertDialog.d.ts +651 -653
  10. package/dist/components/alert-dialog/AlertDialogContent.d.ts +295 -295
  11. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  12. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  13. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  15. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  16. package/dist/components/avatar/Avatar.d.ts +595 -970
  17. package/dist/components/badge/Badge.context.d.ts +2 -2
  18. package/dist/components/badge/Badge.d.ts +1841 -1843
  19. package/dist/components/badge/BadgeIcon.d.ts +591 -591
  20. package/dist/components/badge/BadgeText.d.ts +594 -594
  21. package/dist/components/banner/Banner.d.ts +0 -1
  22. package/dist/components/banner/BannerContainer.d.ts +594 -594
  23. package/dist/components/banner/BannerContext.d.ts +2 -2
  24. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1399 -2930
  25. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  26. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +590 -590
  27. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +594 -594
  28. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1400 -2556
  29. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +296 -296
  30. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +593 -593
  31. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +594 -594
  32. package/dist/components/box/Box.d.ts +295 -295
  33. package/dist/components/button/Button.d.ts +296 -296
  34. package/dist/components/calendar/Calendar.d.ts +2 -2
  35. package/dist/components/calendar/Day.d.ts +295 -295
  36. package/dist/components/carousel/Carousel.d.ts +944 -1316
  37. package/dist/components/carousel/CarouselPagination.d.ts +296 -297
  38. package/dist/components/carousel/CarouselSlide.d.ts +296 -296
  39. package/dist/components/carousel/CarouselSlider.d.ts +296 -297
  40. package/dist/components/checkbox/Checkbox.d.ts +295 -295
  41. package/dist/components/checkbox-group/CheckboxGroup.d.ts +904 -904
  42. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  43. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  44. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  45. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  46. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  47. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  48. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1333 -1333
  49. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  50. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  51. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  52. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  53. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  54. package/dist/components/chip/Chip.d.ts +2079 -2079
  55. package/dist/components/chip/ChipGroup.d.ts +1 -1
  56. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +892 -1266
  57. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  58. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  59. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +892 -1266
  60. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  61. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  62. package/dist/components/combobox/Combobox.d.ts +1479 -1480
  63. package/dist/components/combobox/ComboboxInput.d.ts +297 -297
  64. package/dist/components/combobox/ComboboxList.d.ts +296 -296
  65. package/dist/components/combobox/ComboboxOption.d.ts +296 -296
  66. package/dist/components/combobox/ComboboxPopover.d.ts +296 -296
  67. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  68. package/dist/components/data-table/DataTable.d.ts +3387 -3406
  69. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  70. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  71. package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
  72. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  73. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  74. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  75. package/dist/components/data-table/DataTableError.d.ts +1 -1
  76. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  77. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  78. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  79. package/dist/components/data-table/DataTableLoading.d.ts +298 -298
  80. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  81. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  82. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  83. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  84. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  85. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  86. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  87. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  88. package/dist/components/data-table/pagination/Pagination.d.ts +296 -296
  89. package/dist/components/date-field/DateField.d.ts +1 -1
  90. package/dist/components/date-input/DateInput.d.ts +1 -1
  91. package/dist/components/dialog/Dialog.d.ts +1480 -2232
  92. package/dist/components/dialog/DialogBackground.d.ts +590 -590
  93. package/dist/components/dialog/DialogClose.d.ts +295 -296
  94. package/dist/components/dialog/DialogContent.d.ts +297 -297
  95. package/dist/components/dismissible/index.d.ts +0 -1
  96. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  97. package/dist/components/dismissible-group/index.d.ts +0 -1
  98. package/dist/components/divider/Divider.d.ts +295 -295
  99. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  100. package/dist/components/drawer/Drawer.d.ts +1183 -1946
  101. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  102. package/dist/components/drawer/DrawerContent.d.ts +296 -296
  103. package/dist/components/drawer/DrawerFooter.d.ts +295 -295
  104. package/dist/components/drawer/DrawerHeader.d.ts +295 -295
  105. package/dist/components/drawer/DrawerMain.d.ts +295 -295
  106. package/dist/components/drawer/DrawerOverlay.d.ts +295 -296
  107. package/dist/components/drawer/DrawerTrigger.d.ts +295 -296
  108. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1477 -1844
  109. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +295 -296
  110. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +295 -296
  111. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -369
  112. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +295 -296
  113. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +295 -296
  114. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  115. package/dist/components/empty-state/EmptyState.d.ts +2078 -2078
  116. package/dist/components/empty-state/EmptyStateBody.d.ts +594 -594
  117. package/dist/components/empty-state/EmptyStateImage.d.ts +593 -593
  118. package/dist/components/empty-state/EmptyStateTitle.d.ts +297 -297
  119. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  120. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  121. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  122. package/dist/components/file-input/FileInput.d.ts +1 -1
  123. package/dist/components/flex/Flex.d.ts +298 -298
  124. package/dist/components/form/Form.d.ts +296 -296
  125. package/dist/components/form/validation.d.ts +5 -5
  126. package/dist/components/grid/Grid.d.ts +296 -296
  127. package/dist/components/heading/Heading.d.ts +297 -297
  128. package/dist/components/icon/Icon.d.ts +296 -296
  129. package/dist/components/image/Image.d.ts +296 -296
  130. package/dist/components/inline-message/InlineMessage.d.ts +594 -594
  131. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  132. package/dist/components/input/Input.d.ts +891 -891
  133. package/dist/components/input-field/InputField.d.ts +1 -1
  134. package/dist/components/label/Label.d.ts +296 -296
  135. package/dist/components/link/Link.d.ts +297 -297
  136. package/dist/components/list/List.d.ts +593 -593
  137. package/dist/components/loader/Loader.d.ts +1 -1
  138. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  139. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  140. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +296 -296
  141. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  142. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  143. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  144. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  145. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  146. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  147. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  148. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  149. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  150. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  151. package/dist/components/navigation/NavigationMenu.d.ts +2809 -2095
  152. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  153. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +296 -296
  154. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +592 -592
  155. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +295 -295
  156. package/dist/components/navigation/NavigationMenuLink.d.ts +295 -295
  157. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3340 -3342
  158. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  159. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +296 -296
  160. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +296 -296
  161. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +591 -591
  162. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +296 -296
  163. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  164. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +296 -296
  165. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +295 -296
  166. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +593 -593
  167. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  168. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  169. package/dist/components/pagination/Pagination.d.ts +1 -3
  170. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  171. package/dist/components/pagination/PaginationNextButton.d.ts +593 -593
  172. package/dist/components/pagination/PaginationPreviousButton.d.ts +593 -593
  173. package/dist/components/pagination/types.d.ts +3 -4
  174. package/dist/components/password-field/PasswordField.d.ts +1 -1
  175. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  176. package/dist/components/popover/Popover.d.ts +592 -592
  177. package/dist/components/popover/PopoverContent.d.ts +296 -296
  178. package/dist/components/progress-bar/ProgressBar.d.ts +296 -296
  179. package/dist/components/radio-button/RadioButton.d.ts +296 -296
  180. package/dist/components/radio-button/RadioButtonGroup.d.ts +295 -296
  181. package/dist/components/radio-button-field/RadioButtonField.d.ts +302 -302
  182. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  183. package/dist/components/radio-card/RadioCard.d.ts +296 -296
  184. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  185. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  186. package/dist/components/search-field/SearchField.d.ts +1 -1
  187. package/dist/components/search-input/SearchInput.d.ts +1 -1
  188. package/dist/components/section-message/SectionMessage.d.ts +598 -2485
  189. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  190. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  191. package/dist/components/select/Select.d.ts +296 -296
  192. package/dist/components/select-field/SelectField.d.ts +1 -1
  193. package/dist/components/side-bar/SideBar.d.ts +2364 -2364
  194. package/dist/components/side-bar/SideBarComponents.d.ts +2068 -2069
  195. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  196. package/dist/components/slider/Slider.d.ts +297 -297
  197. package/dist/components/slider/SliderSteps.d.ts +2 -2
  198. package/dist/components/slider/SliderValue.d.ts +2 -2
  199. package/dist/components/slider-field/SliderField.d.ts +1 -1
  200. package/dist/components/sortable/Handle.d.ts +594 -594
  201. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  202. package/dist/components/sortable/SortableItem.d.ts +1 -1
  203. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  204. package/dist/components/sortable/index.d.ts +0 -1
  205. package/dist/components/spacer/Spacer.d.ts +295 -295
  206. package/dist/components/stack-content/StackContent.d.ts +296 -296
  207. package/dist/components/stepper/Stepper.d.ts +2 -792
  208. package/dist/components/stepper/StepperStepBullet.d.ts +593 -593
  209. package/dist/components/stepper/StepperStepContainer.d.ts +593 -593
  210. package/dist/components/stepper/StepperStepLabel.d.ts +592 -593
  211. package/dist/components/stepper/types.d.ts +3 -3
  212. package/dist/components/switch/Switch.d.ts +296 -296
  213. package/dist/components/table/Table.d.ts +2365 -2365
  214. package/dist/components/table/TableBody.d.ts +296 -296
  215. package/dist/components/table/TableCell.d.ts +295 -295
  216. package/dist/components/table/TableFooter.d.ts +295 -295
  217. package/dist/components/table/TableFooterCell.d.ts +295 -295
  218. package/dist/components/table/TableHeader.d.ts +296 -296
  219. package/dist/components/table/TableHeaderCell.d.ts +295 -295
  220. package/dist/components/table/TableRow.d.ts +295 -295
  221. package/dist/components/table/TableStickyColumnsContainer.d.ts +4 -4
  222. package/dist/components/table/useStickyColumnsCss.d.ts +2 -2
  223. package/dist/components/tabs/Tabs.d.ts +1303 -1307
  224. package/dist/components/tabs/TabsContent.d.ts +295 -296
  225. package/dist/components/tabs/TabsTrigger.d.ts +295 -295
  226. package/dist/components/tabs/TabsTriggerList.d.ts +297 -665
  227. package/dist/components/text/Text.d.ts +297 -297
  228. package/dist/components/textarea/Textarea.d.ts +296 -296
  229. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  230. package/dist/components/tile/Tile.d.ts +296 -296
  231. package/dist/components/tile/TileGroup.d.ts +298 -298
  232. package/dist/components/tile-interactive/TileInteractive.d.ts +592 -592
  233. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +888 -888
  234. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  235. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  236. package/dist/components/toast/Toast.d.ts +595 -970
  237. package/dist/components/toast/ToastProvider.d.ts +1 -1
  238. package/dist/components/toggle-group/ToggleGroupButton.d.ts +590 -590
  239. package/dist/components/toggle-group/ToggleGroupItem.d.ts +590 -591
  240. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +297 -297
  241. package/dist/components/toggle-group/index.d.ts +1778 -1779
  242. package/dist/components/tooltip/Tooltip.d.ts +591 -591
  243. package/dist/components/tooltip/TooltipContent.d.ts +296 -296
  244. package/dist/components/top-bar/TopBar.d.ts +1483 -1483
  245. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  246. package/dist/components/top-bar/TopBarBrand.d.ts +888 -888
  247. package/dist/components/tree/Tree.d.ts +3740 -3742
  248. package/dist/components/tree/TreeCollapsible.d.ts +296 -296
  249. package/dist/components/tree/TreeCollapsibleContent.d.ts +296 -296
  250. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  251. package/dist/components/tree/TreeIcon.d.ts +591 -591
  252. package/dist/components/tree/TreeItem.d.ts +1 -1
  253. package/dist/components/tree/TreeItemContent.d.ts +299 -299
  254. package/dist/components/tree/TreeList.d.ts +1 -1
  255. package/dist/components/tree/TreeListItem.d.ts +299 -299
  256. package/dist/components/tree/TreeText.d.ts +1 -1
  257. package/dist/components/video/Video.d.ts +296 -296
  258. package/dist/docgen.json +1 -1
  259. package/dist/experiments/color-scheme/ColorScheme.d.ts +298 -298
  260. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  261. package/dist/index.cjs.js.map +1 -1
  262. package/dist/stitches.d.ts +2470 -2468
  263. package/dist/types/navigatorActions.types.d.ts +1 -1
  264. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  265. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -300
  266. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  267. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  268. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  269. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  270. package/dist/utilities/hooks/useSize.d.ts +2 -2
  271. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  272. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +590 -590
  273. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  274. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  275. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  276. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  277. package/dist/utilities/style/capsize.d.ts +1 -1
  278. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  279. package/dist/utilities/style/focus-visible-style-block.d.ts +2 -2
  280. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  281. package/dist/utilities/types.d.ts +1 -1
  282. package/dist/utilities/uri/index.d.ts +2 -2
  283. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { CheckboxGroup } from '../checkbox-group';
3
3
  import { Tree } from '../tree';
4
- declare type CheckboxTreeRootProps = Omit<React.ComponentProps<typeof CheckboxGroup> & React.ComponentProps<typeof Tree>, 'asChild'>;
4
+ type CheckboxTreeRootProps = Omit<React.ComponentProps<typeof CheckboxGroup> & React.ComponentProps<typeof Tree>, 'asChild'>;
5
5
  export declare const CheckboxTreeRoot: ({ checked, defaultChecked, onCheckedChange, ...rest }: CheckboxTreeRootProps) => React.JSX.Element;
6
6
  export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange, ...rest }: CheckboxTreeRootProps) => React.JSX.Element) & {
7
7
  Collapsible: ({ children, ...rest }: {
@@ -18,355 +18,356 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
18
18
  hover: string;
19
19
  }, {
20
20
  colors: {
21
- textBold: any;
22
- textRegular: any;
23
- textSubtle: any;
24
- textMinimal: any;
25
- background: any;
26
- backgroundAccent: any;
27
- grey100: any;
28
- grey200: any;
29
- grey300: any;
30
- grey400: any;
31
- grey500: any;
32
- grey600: any;
33
- grey700: any;
34
- grey800: any;
35
- grey900: any;
36
- grey1000: any;
37
- grey1100: any;
38
- grey1200: any;
39
- blue100: any;
40
- blue200: any;
41
- blue300: any;
42
- blue400: any;
43
- blue500: any;
44
- blue600: any;
45
- blue700: any;
46
- blue800: any;
47
- blue900: any;
48
- blue1000: any;
49
- blue1100: any;
50
- blue1200: any;
51
- purple100: any;
52
- purple200: any;
53
- purple300: any;
54
- purple400: any;
55
- purple500: any;
56
- purple600: any;
57
- purple700: any;
58
- purple800: any;
59
- purple900: any;
60
- purple1000: any;
61
- purple1100: any;
62
- purple1200: any;
63
- cyan100: any;
64
- cyan200: any;
65
- cyan300: any;
66
- cyan400: any;
67
- cyan500: any;
68
- cyan600: any;
69
- cyan700: any;
70
- cyan800: any;
71
- cyan900: any;
72
- cyan1000: any;
73
- cyan1100: any;
74
- cyan1200: any;
75
- green100: any;
76
- green200: any;
77
- green300: any;
78
- green400: any;
79
- green500: any;
80
- green600: any;
81
- green700: any;
82
- green800: any;
83
- green900: any;
84
- green1000: any;
85
- green1100: any;
86
- green1200: any;
87
- magenta100: any;
88
- magenta200: any;
89
- magenta300: any;
90
- magenta400: any;
91
- magenta500: any;
92
- magenta600: any;
93
- magenta700: any;
94
- magenta800: any;
95
- magenta900: any;
96
- magenta1000: any;
97
- magenta1100: any;
98
- magenta1200: any;
99
- red100: any;
100
- red200: any;
101
- red300: any;
102
- red400: any;
103
- red500: any;
104
- red600: any;
105
- red700: any;
106
- red800: any;
107
- red900: any;
108
- red1000: any;
109
- red1100: any;
110
- red1200: any;
111
- teal100: any;
112
- teal200: any;
113
- teal300: any;
114
- teal400: any;
115
- teal500: any;
116
- teal600: any;
117
- teal700: any;
118
- teal800: any;
119
- teal900: any;
120
- teal1000: any;
121
- teal1100: any;
122
- teal1200: any;
123
- orange100: any;
124
- orange200: any;
125
- orange300: any;
126
- orange400: any;
127
- orange500: any;
128
- orange600: any;
129
- orange700: any;
130
- orange800: any;
131
- orange900: any;
132
- orange1000: any;
133
- orange1100: any;
134
- orange1200: any;
135
- yellow100: any;
136
- yellow200: any;
137
- yellow300: any;
138
- yellow400: any;
139
- yellow500: any;
140
- yellow600: any;
141
- yellow700: any;
142
- yellow800: any;
143
- yellow900: any;
144
- yellow1000: any;
145
- yellow1100: any;
146
- yellow1200: any;
147
- lime100: any;
148
- lime200: any;
149
- lime300: any;
150
- lime400: any;
151
- lime500: any;
152
- lime600: any;
153
- lime700: any;
154
- lime800: any;
155
- lime900: any;
156
- lime1000: any;
157
- lime1100: any;
158
- lime1200: any;
159
- lapis100: any;
160
- lapis200: any;
161
- lapis300: any;
162
- lapis400: any;
163
- lapis500: any;
164
- lapis600: any;
165
- lapis700: any;
166
- lapis800: any;
167
- lapis900: any;
168
- lapis1000: any;
169
- lapis1100: any;
170
- lapis1200: any;
171
- maroon100: any;
172
- maroon200: any;
173
- maroon300: any;
174
- maroon400: any;
175
- maroon500: any;
176
- maroon600: any;
177
- maroon700: any;
178
- maroon800: any;
179
- maroon900: any;
180
- maroon1000: any;
181
- maroon1100: any;
182
- maroon1200: any;
183
- marsh100: any;
184
- marsh200: any;
185
- marsh300: any;
186
- marsh400: any;
187
- marsh500: any;
188
- marsh600: any;
189
- marsh700: any;
190
- marsh800: any;
191
- marsh900: any;
192
- marsh1000: any;
193
- marsh1100: any;
194
- marsh1200: any;
195
- tonal50: any;
196
- tonal100: any;
197
- tonal200: any;
198
- tonal300: any;
199
- tonal400: any;
200
- tonal500: any;
201
- tonal600: any;
202
- alpha100: any;
203
- alpha150: any;
204
- alpha200: any;
205
- alpha250: any;
206
- alpha600: any;
207
- brandRed: any;
208
- brandRedAccent: any;
209
- brandGreen: any;
210
- brandGreenAccent: any;
211
- brandPurple: any;
212
- brandPurpleAccent: any;
213
- brandYellow: any;
214
- brandYellowAccent: any;
215
- infoLight: any;
216
- info: any;
217
- infoMid: any;
218
- infoDark: any;
219
- successLight: any;
220
- success: any;
221
- successMid: any;
222
- successDark: any;
223
- dangerLight: any;
224
- danger: any;
225
- dangerMid: any;
226
- dangerDark: any;
227
- warningLight: any;
228
- warning: any;
229
- warningMid: any;
230
- warningDark: any;
231
- warningText: any;
232
- subjectEnglish: any;
233
- subjectMaths: any;
234
- subjectScience: any;
235
- subjectVerbalReasoning: any;
236
- subjectNonVerbalReasoning: any;
237
- subjectCreativeWriting: any;
238
- subjectExamSkills: any;
239
- glBlueLight: any;
240
- glBluePrimary: any;
241
- glBlueDark: any;
242
- primary100: any;
243
- primary200: any;
244
- primary300: any;
245
- primary400: any;
246
- primary500: any;
247
- primary600: any;
248
- primary700: any;
249
- primary800: any;
250
- primary900: any;
251
- primary1000: any;
252
- primary1100: any;
253
- primary1200: any;
21
+ textBold: string;
22
+ textRegular: string;
23
+ textSubtle: string;
24
+ textMinimal: string;
25
+ background: string;
26
+ backgroundAccent: string;
27
+ grey100: string;
28
+ grey200: string;
29
+ grey300: string;
30
+ grey400: string;
31
+ grey500: string;
32
+ grey600: string;
33
+ grey700: string;
34
+ grey800: string;
35
+ grey900: string;
36
+ grey1000: string;
37
+ grey1100: string;
38
+ grey1200: string;
39
+ blue100: string;
40
+ blue200: string;
41
+ blue300: string;
42
+ blue400: string;
43
+ blue500: string;
44
+ blue600: string;
45
+ blue700: string;
46
+ blue800: string;
47
+ blue900: string;
48
+ blue1000: string;
49
+ blue1100: string;
50
+ blue1200: string;
51
+ purple100: string;
52
+ purple200: string;
53
+ purple300: string;
54
+ purple400: string;
55
+ purple500: string;
56
+ purple600: string;
57
+ purple700: string;
58
+ purple800: string;
59
+ purple900: string;
60
+ purple1000: string;
61
+ purple1100: string;
62
+ purple1200: string;
63
+ cyan100: string;
64
+ cyan200: string;
65
+ cyan300: string;
66
+ cyan400: string;
67
+ cyan500: string;
68
+ cyan600: string;
69
+ cyan700: string;
70
+ cyan800: string;
71
+ cyan900: string;
72
+ cyan1000: string;
73
+ cyan1100: string;
74
+ cyan1200: string;
75
+ green100: string;
76
+ green200: string;
77
+ green300: string;
78
+ green400: string;
79
+ green500: string;
80
+ green600: string;
81
+ green700: string;
82
+ green800: string;
83
+ green900: string;
84
+ green1000: string;
85
+ green1100: string;
86
+ green1200: string;
87
+ magenta100: string;
88
+ magenta200: string;
89
+ magenta300: string;
90
+ magenta400: string;
91
+ magenta500: string;
92
+ magenta600: string;
93
+ magenta700: string;
94
+ magenta800: string;
95
+ magenta900: string;
96
+ magenta1000: string;
97
+ magenta1100: string;
98
+ magenta1200: string;
99
+ red100: string;
100
+ red200: string;
101
+ red300: string;
102
+ red400: string;
103
+ red500: string;
104
+ red600: string;
105
+ red700: string;
106
+ red800: string;
107
+ red900: string;
108
+ red1000: string;
109
+ red1100: string;
110
+ red1200: string;
111
+ teal100: string;
112
+ teal200: string;
113
+ teal300: string;
114
+ teal400: string;
115
+ teal500: string;
116
+ teal600: string;
117
+ teal700: string;
118
+ teal800: string;
119
+ teal900: string;
120
+ teal1000: string;
121
+ teal1100: string;
122
+ teal1200: string;
123
+ orange100: string;
124
+ orange200: string;
125
+ orange300: string;
126
+ orange400: string;
127
+ orange500: string;
128
+ orange600: string;
129
+ orange700: string;
130
+ orange800: string;
131
+ orange900: string;
132
+ orange1000: string;
133
+ orange1100: string;
134
+ orange1200: string;
135
+ yellow100: string;
136
+ yellow200: string;
137
+ yellow300: string;
138
+ yellow400: string;
139
+ yellow500: string;
140
+ yellow600: string;
141
+ yellow700: string;
142
+ yellow800: string;
143
+ yellow900: string;
144
+ yellow1000: string;
145
+ yellow1100: string;
146
+ yellow1200: string;
147
+ lime100: string;
148
+ lime200: string;
149
+ lime300: string;
150
+ lime400: string;
151
+ lime500: string;
152
+ lime600: string;
153
+ lime700: string;
154
+ lime800: string;
155
+ lime900: string;
156
+ lime1000: string;
157
+ lime1100: string;
158
+ lime1200: string;
159
+ lapis100: string;
160
+ lapis200: string;
161
+ lapis300: string;
162
+ lapis400: string;
163
+ lapis500: string;
164
+ lapis600: string;
165
+ lapis700: string;
166
+ lapis800: string;
167
+ lapis900: string;
168
+ lapis1000: string;
169
+ lapis1100: string;
170
+ lapis1200: string;
171
+ maroon100: string;
172
+ maroon200: string;
173
+ maroon300: string;
174
+ maroon400: string;
175
+ maroon500: string;
176
+ maroon600: string;
177
+ maroon700: string;
178
+ maroon800: string;
179
+ maroon900: string;
180
+ maroon1000: string;
181
+ maroon1100: string;
182
+ maroon1200: string;
183
+ marsh100: string;
184
+ marsh200: string;
185
+ marsh300: string;
186
+ marsh400: string;
187
+ marsh500: string;
188
+ marsh600: string;
189
+ marsh700: string;
190
+ marsh800: string;
191
+ marsh900: string;
192
+ marsh1000: string;
193
+ marsh1100: string;
194
+ marsh1200: string;
195
+ tonal50: string;
196
+ tonal100: string;
197
+ tonal200: string;
198
+ tonal300: string;
199
+ tonal400: string;
200
+ tonal500: string;
201
+ tonal600: string;
202
+ alpha100: string;
203
+ alpha150: string;
204
+ alpha200: string;
205
+ alpha250: string;
206
+ alpha600: string;
207
+ brandRed: string;
208
+ brandRedAccent: string;
209
+ brandGreen: string;
210
+ brandGreenAccent: string;
211
+ brandPurple: string;
212
+ brandPurpleAccent: string;
213
+ brandYellow: string;
214
+ brandYellowAccent: string;
215
+ infoLight: string;
216
+ info: string;
217
+ infoMid: string;
218
+ infoDark: string;
219
+ successLight: string;
220
+ success: string;
221
+ successMid: string;
222
+ successDark: string;
223
+ dangerLight: string;
224
+ danger: string;
225
+ dangerMid: string;
226
+ dangerDark: string;
227
+ warningLight: string;
228
+ warning: string;
229
+ warningMid: string;
230
+ warningDark: string;
231
+ warningText: string;
232
+ subjectEnglish: string;
233
+ subjectMaths: string;
234
+ subjectScience: string;
235
+ subjectVerbalReasoning: string;
236
+ subjectNonVerbalReasoning: string;
237
+ subjectCreativeWriting: string;
238
+ subjectExamSkills: string;
239
+ glBlueLight: string;
240
+ glBluePrimary: string;
241
+ glBlueDark: string;
242
+ primary100: string;
243
+ primary200: string;
244
+ primary300: string;
245
+ primary400: string;
246
+ primary500: string;
247
+ primary600: string;
248
+ primary700: string;
249
+ primary800: string;
250
+ primary900: string;
251
+ primary1000: string;
252
+ primary1100: string;
253
+ primary1200: string;
254
254
  };
255
255
  space: {
256
- "0": any;
257
- "1": any;
258
- "2": any;
259
- "3": any;
260
- "4": any;
261
- "5": any;
262
- "6": any;
263
- "7": any;
264
- "8": any;
265
- "9": any;
266
- "24": any;
256
+ "0": string;
257
+ "1": string;
258
+ "2": string;
259
+ "3": string;
260
+ "4": string;
261
+ "5": string;
262
+ "6": string;
263
+ "7": string;
264
+ "8": string;
265
+ "9": string;
266
+ "24": string;
267
267
  };
268
268
  fontSizes: {
269
- xs: any;
270
- sm: any;
271
- md: any;
272
- lg: any;
273
- xl: any;
274
- "2xl": any;
275
- "3xl": any;
276
- "4xl": any;
269
+ xs: string;
270
+ sm: string;
271
+ md: string;
272
+ lg: string;
273
+ xl: string;
274
+ "2xl": string;
275
+ "3xl": string;
276
+ "4xl": string;
277
277
  };
278
278
  fonts: {
279
- sans: any;
280
- mono: any;
281
- display: any;
282
- body: any;
279
+ sans: string;
280
+ mono: string;
281
+ display: string;
282
+ body: string;
283
283
  };
284
284
  sizes: {
285
- "0": any;
286
- "1": any;
287
- "2": any;
288
- "3": any;
289
- "4": any;
290
- "5": any;
291
- "6": any;
292
- "7": any;
293
- "8": any;
285
+ "0": string;
286
+ "1": string;
287
+ "2": string;
288
+ "3": string;
289
+ "4": string;
290
+ "5": string;
291
+ "6": string;
292
+ "7": string;
293
+ "8": string;
294
294
  };
295
295
  radii: {
296
- "0": any;
297
- "1": any;
298
- "2": any;
299
- "3": any;
300
- round: any;
296
+ "0": string;
297
+ "1": string;
298
+ "2": string;
299
+ "3": string;
300
+ round: string;
301
301
  };
302
302
  shadows: {
303
- "0": any;
304
- "1": any;
305
- "2": any;
306
- "3": any;
303
+ "0": string;
304
+ "1": string;
305
+ "2": string;
306
+ "3": string;
307
307
  };
308
308
  ratios: {
309
- "16-9": any;
310
- "3-2": any;
311
- "4-3": any;
312
- "1-1": any;
313
- "3-4": any;
309
+ "16-9": string;
310
+ "3-2": string;
311
+ "4-3": string;
312
+ "1-1": string;
313
+ "3-4": string;
314
314
  };
315
315
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
316
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
316
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
317
317
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
318
318
  };
319
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
319
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
320
320
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
321
321
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
322
322
  };
323
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
323
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
324
324
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
325
325
  };
326
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
326
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
327
327
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
328
328
  };
329
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
330
330
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
331
331
  };
332
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
333
333
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
334
334
  };
335
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
336
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
337
  };
338
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
339
339
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
340
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
341
341
  };
342
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
342
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
343
343
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
344
344
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
345
  };
346
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
346
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
347
347
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
348
348
  };
349
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
349
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
350
350
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
351
  };
352
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
353
353
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
354
  };
355
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
356
356
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
357
  };
358
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
359
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
360
  };
361
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
362
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
363
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
364
  };
365
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
365
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
366
366
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
367
367
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
368
  };
369
369
  }> | undefined;
370
+ prefix?: string | undefined;
370
371
  slot?: string | undefined;
371
372
  style?: React.CSSProperties | undefined;
372
373
  title?: string | undefined;
@@ -379,7 +380,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
379
380
  accessKey?: string | undefined;
380
381
  autoFocus?: boolean | undefined;
381
382
  className?: string | undefined;
382
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
383
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
383
384
  contextMenu?: string | undefined;
384
385
  dir?: string | undefined;
385
386
  draggable?: (boolean | "true" | "false") | undefined;
@@ -395,7 +396,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
395
396
  about?: string | undefined;
396
397
  datatype?: string | undefined;
397
398
  inlist?: any;
398
- prefix?: string | undefined;
399
399
  property?: string | undefined;
400
400
  rel?: string | undefined;
401
401
  resource?: string | undefined;
@@ -413,29 +413,29 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
413
413
  results?: number | undefined;
414
414
  security?: string | undefined;
415
415
  unselectable?: "on" | "off" | undefined;
416
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
416
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
417
417
  is?: string | undefined;
418
418
  "aria-activedescendant"?: string | undefined;
419
419
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
420
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
420
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
421
421
  "aria-busy"?: (boolean | "true" | "false") | undefined;
422
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
422
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
423
423
  "aria-colcount"?: number | undefined;
424
424
  "aria-colindex"?: number | undefined;
425
425
  "aria-colspan"?: number | undefined;
426
426
  "aria-controls"?: string | undefined;
427
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
427
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
428
428
  "aria-describedby"?: string | undefined;
429
429
  "aria-details"?: string | undefined;
430
430
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
431
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
431
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
432
432
  "aria-errormessage"?: string | undefined;
433
433
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
434
434
  "aria-flowto"?: string | undefined;
435
435
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
436
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
436
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
437
437
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
438
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
438
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
439
439
  "aria-keyshortcuts"?: string | undefined;
440
440
  "aria-label"?: string | undefined;
441
441
  "aria-labelledby"?: string | undefined;
@@ -448,9 +448,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
448
448
  "aria-owns"?: string | undefined;
449
449
  "aria-placeholder"?: string | undefined;
450
450
  "aria-posinset"?: number | undefined;
451
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
451
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
452
452
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
453
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
453
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
454
454
  "aria-required"?: (boolean | "true" | "false") | undefined;
455
455
  "aria-roledescription"?: string | undefined;
456
456
  "aria-rowcount"?: number | undefined;
@@ -463,7 +463,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
463
463
  "aria-valuemin"?: number | undefined;
464
464
  "aria-valuenow"?: number | undefined;
465
465
  "aria-valuetext"?: string | undefined;
466
- children?: React.ReactNode;
466
+ children?: React.ReactNode | undefined;
467
467
  dangerouslySetInnerHTML?: {
468
468
  __html: string | TrustedHTML;
469
469
  } | undefined;
@@ -627,9 +627,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
627
627
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
628
628
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
629
629
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
630
+ disabled?: boolean | undefined;
630
631
  open?: boolean | undefined;
631
632
  defaultOpen?: boolean | undefined;
632
- disabled?: boolean | undefined;
633
633
  onOpenChange?: ((open: boolean) => void) | undefined;
634
634
  }) => JSX.Element;
635
635
  CollapsibleContent: ({ children, ...rest }: {
@@ -658,355 +658,356 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
658
658
  hover: string;
659
659
  }, {
660
660
  colors: {
661
- textBold: any;
662
- textRegular: any;
663
- textSubtle: any;
664
- textMinimal: any;
665
- background: any;
666
- backgroundAccent: any;
667
- grey100: any;
668
- grey200: any;
669
- grey300: any;
670
- grey400: any;
671
- grey500: any;
672
- grey600: any;
673
- grey700: any;
674
- grey800: any;
675
- grey900: any;
676
- grey1000: any;
677
- grey1100: any;
678
- grey1200: any;
679
- blue100: any;
680
- blue200: any;
681
- blue300: any;
682
- blue400: any;
683
- blue500: any;
684
- blue600: any;
685
- blue700: any;
686
- blue800: any;
687
- blue900: any;
688
- blue1000: any;
689
- blue1100: any;
690
- blue1200: any;
691
- purple100: any;
692
- purple200: any;
693
- purple300: any;
694
- purple400: any;
695
- purple500: any;
696
- purple600: any;
697
- purple700: any;
698
- purple800: any;
699
- purple900: any;
700
- purple1000: any;
701
- purple1100: any;
702
- purple1200: any;
703
- cyan100: any;
704
- cyan200: any;
705
- cyan300: any;
706
- cyan400: any;
707
- cyan500: any;
708
- cyan600: any;
709
- cyan700: any;
710
- cyan800: any;
711
- cyan900: any;
712
- cyan1000: any;
713
- cyan1100: any;
714
- cyan1200: any;
715
- green100: any;
716
- green200: any;
717
- green300: any;
718
- green400: any;
719
- green500: any;
720
- green600: any;
721
- green700: any;
722
- green800: any;
723
- green900: any;
724
- green1000: any;
725
- green1100: any;
726
- green1200: any;
727
- magenta100: any;
728
- magenta200: any;
729
- magenta300: any;
730
- magenta400: any;
731
- magenta500: any;
732
- magenta600: any;
733
- magenta700: any;
734
- magenta800: any;
735
- magenta900: any;
736
- magenta1000: any;
737
- magenta1100: any;
738
- magenta1200: any;
739
- red100: any;
740
- red200: any;
741
- red300: any;
742
- red400: any;
743
- red500: any;
744
- red600: any;
745
- red700: any;
746
- red800: any;
747
- red900: any;
748
- red1000: any;
749
- red1100: any;
750
- red1200: any;
751
- teal100: any;
752
- teal200: any;
753
- teal300: any;
754
- teal400: any;
755
- teal500: any;
756
- teal600: any;
757
- teal700: any;
758
- teal800: any;
759
- teal900: any;
760
- teal1000: any;
761
- teal1100: any;
762
- teal1200: any;
763
- orange100: any;
764
- orange200: any;
765
- orange300: any;
766
- orange400: any;
767
- orange500: any;
768
- orange600: any;
769
- orange700: any;
770
- orange800: any;
771
- orange900: any;
772
- orange1000: any;
773
- orange1100: any;
774
- orange1200: any;
775
- yellow100: any;
776
- yellow200: any;
777
- yellow300: any;
778
- yellow400: any;
779
- yellow500: any;
780
- yellow600: any;
781
- yellow700: any;
782
- yellow800: any;
783
- yellow900: any;
784
- yellow1000: any;
785
- yellow1100: any;
786
- yellow1200: any;
787
- lime100: any;
788
- lime200: any;
789
- lime300: any;
790
- lime400: any;
791
- lime500: any;
792
- lime600: any;
793
- lime700: any;
794
- lime800: any;
795
- lime900: any;
796
- lime1000: any;
797
- lime1100: any;
798
- lime1200: any;
799
- lapis100: any;
800
- lapis200: any;
801
- lapis300: any;
802
- lapis400: any;
803
- lapis500: any;
804
- lapis600: any;
805
- lapis700: any;
806
- lapis800: any;
807
- lapis900: any;
808
- lapis1000: any;
809
- lapis1100: any;
810
- lapis1200: any;
811
- maroon100: any;
812
- maroon200: any;
813
- maroon300: any;
814
- maroon400: any;
815
- maroon500: any;
816
- maroon600: any;
817
- maroon700: any;
818
- maroon800: any;
819
- maroon900: any;
820
- maroon1000: any;
821
- maroon1100: any;
822
- maroon1200: any;
823
- marsh100: any;
824
- marsh200: any;
825
- marsh300: any;
826
- marsh400: any;
827
- marsh500: any;
828
- marsh600: any;
829
- marsh700: any;
830
- marsh800: any;
831
- marsh900: any;
832
- marsh1000: any;
833
- marsh1100: any;
834
- marsh1200: any;
835
- tonal50: any;
836
- tonal100: any;
837
- tonal200: any;
838
- tonal300: any;
839
- tonal400: any;
840
- tonal500: any;
841
- tonal600: any;
842
- alpha100: any;
843
- alpha150: any;
844
- alpha200: any;
845
- alpha250: any;
846
- alpha600: any;
847
- brandRed: any;
848
- brandRedAccent: any;
849
- brandGreen: any;
850
- brandGreenAccent: any;
851
- brandPurple: any;
852
- brandPurpleAccent: any;
853
- brandYellow: any;
854
- brandYellowAccent: any;
855
- infoLight: any;
856
- info: any;
857
- infoMid: any;
858
- infoDark: any;
859
- successLight: any;
860
- success: any;
861
- successMid: any;
862
- successDark: any;
863
- dangerLight: any;
864
- danger: any;
865
- dangerMid: any;
866
- dangerDark: any;
867
- warningLight: any;
868
- warning: any;
869
- warningMid: any;
870
- warningDark: any;
871
- warningText: any;
872
- subjectEnglish: any;
873
- subjectMaths: any;
874
- subjectScience: any;
875
- subjectVerbalReasoning: any;
876
- subjectNonVerbalReasoning: any;
877
- subjectCreativeWriting: any;
878
- subjectExamSkills: any;
879
- glBlueLight: any;
880
- glBluePrimary: any;
881
- glBlueDark: any;
882
- primary100: any;
883
- primary200: any;
884
- primary300: any;
885
- primary400: any;
886
- primary500: any;
887
- primary600: any;
888
- primary700: any;
889
- primary800: any;
890
- primary900: any;
891
- primary1000: any;
892
- primary1100: any;
893
- primary1200: any;
661
+ textBold: string;
662
+ textRegular: string;
663
+ textSubtle: string;
664
+ textMinimal: string;
665
+ background: string;
666
+ backgroundAccent: string;
667
+ grey100: string;
668
+ grey200: string;
669
+ grey300: string;
670
+ grey400: string;
671
+ grey500: string;
672
+ grey600: string;
673
+ grey700: string;
674
+ grey800: string;
675
+ grey900: string;
676
+ grey1000: string;
677
+ grey1100: string;
678
+ grey1200: string;
679
+ blue100: string;
680
+ blue200: string;
681
+ blue300: string;
682
+ blue400: string;
683
+ blue500: string;
684
+ blue600: string;
685
+ blue700: string;
686
+ blue800: string;
687
+ blue900: string;
688
+ blue1000: string;
689
+ blue1100: string;
690
+ blue1200: string;
691
+ purple100: string;
692
+ purple200: string;
693
+ purple300: string;
694
+ purple400: string;
695
+ purple500: string;
696
+ purple600: string;
697
+ purple700: string;
698
+ purple800: string;
699
+ purple900: string;
700
+ purple1000: string;
701
+ purple1100: string;
702
+ purple1200: string;
703
+ cyan100: string;
704
+ cyan200: string;
705
+ cyan300: string;
706
+ cyan400: string;
707
+ cyan500: string;
708
+ cyan600: string;
709
+ cyan700: string;
710
+ cyan800: string;
711
+ cyan900: string;
712
+ cyan1000: string;
713
+ cyan1100: string;
714
+ cyan1200: string;
715
+ green100: string;
716
+ green200: string;
717
+ green300: string;
718
+ green400: string;
719
+ green500: string;
720
+ green600: string;
721
+ green700: string;
722
+ green800: string;
723
+ green900: string;
724
+ green1000: string;
725
+ green1100: string;
726
+ green1200: string;
727
+ magenta100: string;
728
+ magenta200: string;
729
+ magenta300: string;
730
+ magenta400: string;
731
+ magenta500: string;
732
+ magenta600: string;
733
+ magenta700: string;
734
+ magenta800: string;
735
+ magenta900: string;
736
+ magenta1000: string;
737
+ magenta1100: string;
738
+ magenta1200: string;
739
+ red100: string;
740
+ red200: string;
741
+ red300: string;
742
+ red400: string;
743
+ red500: string;
744
+ red600: string;
745
+ red700: string;
746
+ red800: string;
747
+ red900: string;
748
+ red1000: string;
749
+ red1100: string;
750
+ red1200: string;
751
+ teal100: string;
752
+ teal200: string;
753
+ teal300: string;
754
+ teal400: string;
755
+ teal500: string;
756
+ teal600: string;
757
+ teal700: string;
758
+ teal800: string;
759
+ teal900: string;
760
+ teal1000: string;
761
+ teal1100: string;
762
+ teal1200: string;
763
+ orange100: string;
764
+ orange200: string;
765
+ orange300: string;
766
+ orange400: string;
767
+ orange500: string;
768
+ orange600: string;
769
+ orange700: string;
770
+ orange800: string;
771
+ orange900: string;
772
+ orange1000: string;
773
+ orange1100: string;
774
+ orange1200: string;
775
+ yellow100: string;
776
+ yellow200: string;
777
+ yellow300: string;
778
+ yellow400: string;
779
+ yellow500: string;
780
+ yellow600: string;
781
+ yellow700: string;
782
+ yellow800: string;
783
+ yellow900: string;
784
+ yellow1000: string;
785
+ yellow1100: string;
786
+ yellow1200: string;
787
+ lime100: string;
788
+ lime200: string;
789
+ lime300: string;
790
+ lime400: string;
791
+ lime500: string;
792
+ lime600: string;
793
+ lime700: string;
794
+ lime800: string;
795
+ lime900: string;
796
+ lime1000: string;
797
+ lime1100: string;
798
+ lime1200: string;
799
+ lapis100: string;
800
+ lapis200: string;
801
+ lapis300: string;
802
+ lapis400: string;
803
+ lapis500: string;
804
+ lapis600: string;
805
+ lapis700: string;
806
+ lapis800: string;
807
+ lapis900: string;
808
+ lapis1000: string;
809
+ lapis1100: string;
810
+ lapis1200: string;
811
+ maroon100: string;
812
+ maroon200: string;
813
+ maroon300: string;
814
+ maroon400: string;
815
+ maroon500: string;
816
+ maroon600: string;
817
+ maroon700: string;
818
+ maroon800: string;
819
+ maroon900: string;
820
+ maroon1000: string;
821
+ maroon1100: string;
822
+ maroon1200: string;
823
+ marsh100: string;
824
+ marsh200: string;
825
+ marsh300: string;
826
+ marsh400: string;
827
+ marsh500: string;
828
+ marsh600: string;
829
+ marsh700: string;
830
+ marsh800: string;
831
+ marsh900: string;
832
+ marsh1000: string;
833
+ marsh1100: string;
834
+ marsh1200: string;
835
+ tonal50: string;
836
+ tonal100: string;
837
+ tonal200: string;
838
+ tonal300: string;
839
+ tonal400: string;
840
+ tonal500: string;
841
+ tonal600: string;
842
+ alpha100: string;
843
+ alpha150: string;
844
+ alpha200: string;
845
+ alpha250: string;
846
+ alpha600: string;
847
+ brandRed: string;
848
+ brandRedAccent: string;
849
+ brandGreen: string;
850
+ brandGreenAccent: string;
851
+ brandPurple: string;
852
+ brandPurpleAccent: string;
853
+ brandYellow: string;
854
+ brandYellowAccent: string;
855
+ infoLight: string;
856
+ info: string;
857
+ infoMid: string;
858
+ infoDark: string;
859
+ successLight: string;
860
+ success: string;
861
+ successMid: string;
862
+ successDark: string;
863
+ dangerLight: string;
864
+ danger: string;
865
+ dangerMid: string;
866
+ dangerDark: string;
867
+ warningLight: string;
868
+ warning: string;
869
+ warningMid: string;
870
+ warningDark: string;
871
+ warningText: string;
872
+ subjectEnglish: string;
873
+ subjectMaths: string;
874
+ subjectScience: string;
875
+ subjectVerbalReasoning: string;
876
+ subjectNonVerbalReasoning: string;
877
+ subjectCreativeWriting: string;
878
+ subjectExamSkills: string;
879
+ glBlueLight: string;
880
+ glBluePrimary: string;
881
+ glBlueDark: string;
882
+ primary100: string;
883
+ primary200: string;
884
+ primary300: string;
885
+ primary400: string;
886
+ primary500: string;
887
+ primary600: string;
888
+ primary700: string;
889
+ primary800: string;
890
+ primary900: string;
891
+ primary1000: string;
892
+ primary1100: string;
893
+ primary1200: string;
894
894
  };
895
895
  space: {
896
- "0": any;
897
- "1": any;
898
- "2": any;
899
- "3": any;
900
- "4": any;
901
- "5": any;
902
- "6": any;
903
- "7": any;
904
- "8": any;
905
- "9": any;
906
- "24": any;
896
+ "0": string;
897
+ "1": string;
898
+ "2": string;
899
+ "3": string;
900
+ "4": string;
901
+ "5": string;
902
+ "6": string;
903
+ "7": string;
904
+ "8": string;
905
+ "9": string;
906
+ "24": string;
907
907
  };
908
908
  fontSizes: {
909
- xs: any;
910
- sm: any;
911
- md: any;
912
- lg: any;
913
- xl: any;
914
- "2xl": any;
915
- "3xl": any;
916
- "4xl": any;
909
+ xs: string;
910
+ sm: string;
911
+ md: string;
912
+ lg: string;
913
+ xl: string;
914
+ "2xl": string;
915
+ "3xl": string;
916
+ "4xl": string;
917
917
  };
918
918
  fonts: {
919
- sans: any;
920
- mono: any;
921
- display: any;
922
- body: any;
919
+ sans: string;
920
+ mono: string;
921
+ display: string;
922
+ body: string;
923
923
  };
924
924
  sizes: {
925
- "0": any;
926
- "1": any;
927
- "2": any;
928
- "3": any;
929
- "4": any;
930
- "5": any;
931
- "6": any;
932
- "7": any;
933
- "8": any;
925
+ "0": string;
926
+ "1": string;
927
+ "2": string;
928
+ "3": string;
929
+ "4": string;
930
+ "5": string;
931
+ "6": string;
932
+ "7": string;
933
+ "8": string;
934
934
  };
935
935
  radii: {
936
- "0": any;
937
- "1": any;
938
- "2": any;
939
- "3": any;
940
- round: any;
936
+ "0": string;
937
+ "1": string;
938
+ "2": string;
939
+ "3": string;
940
+ round: string;
941
941
  };
942
942
  shadows: {
943
- "0": any;
944
- "1": any;
945
- "2": any;
946
- "3": any;
943
+ "0": string;
944
+ "1": string;
945
+ "2": string;
946
+ "3": string;
947
947
  };
948
948
  ratios: {
949
- "16-9": any;
950
- "3-2": any;
951
- "4-3": any;
952
- "1-1": any;
953
- "3-4": any;
949
+ "16-9": string;
950
+ "3-2": string;
951
+ "4-3": string;
952
+ "1-1": string;
953
+ "3-4": string;
954
954
  };
955
955
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
956
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
956
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
957
957
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
958
958
  };
959
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
959
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
960
960
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
961
961
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
962
962
  };
963
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
963
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
964
964
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
965
965
  };
966
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
966
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
967
967
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
968
968
  };
969
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
969
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
970
970
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
971
971
  };
972
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
972
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
973
973
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
974
974
  };
975
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
975
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
976
976
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
977
977
  };
978
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
978
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
979
979
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
980
980
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
981
981
  };
982
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
982
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
983
983
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
984
984
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
985
985
  };
986
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
986
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
987
987
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
988
988
  };
989
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
989
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
990
990
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
991
991
  };
992
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
992
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
993
993
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
994
994
  };
995
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
995
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
996
996
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
997
997
  };
998
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
998
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
999
999
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1000
1000
  };
1001
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1001
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1002
1002
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1003
1003
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1004
1004
  };
1005
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1005
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1006
1006
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1007
1007
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1008
1008
  };
1009
1009
  }> | undefined;
1010
+ prefix?: string | undefined;
1010
1011
  slot?: string | undefined;
1011
1012
  style?: React.CSSProperties | undefined;
1012
1013
  title?: string | undefined;
@@ -1019,7 +1020,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1019
1020
  accessKey?: string | undefined;
1020
1021
  autoFocus?: boolean | undefined;
1021
1022
  className?: string | undefined;
1022
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1023
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1023
1024
  contextMenu?: string | undefined;
1024
1025
  dir?: string | undefined;
1025
1026
  draggable?: (boolean | "true" | "false") | undefined;
@@ -1035,7 +1036,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1035
1036
  about?: string | undefined;
1036
1037
  datatype?: string | undefined;
1037
1038
  inlist?: any;
1038
- prefix?: string | undefined;
1039
1039
  property?: string | undefined;
1040
1040
  rel?: string | undefined;
1041
1041
  resource?: string | undefined;
@@ -1053,29 +1053,29 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1053
1053
  results?: number | undefined;
1054
1054
  security?: string | undefined;
1055
1055
  unselectable?: "on" | "off" | undefined;
1056
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1056
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1057
1057
  is?: string | undefined;
1058
1058
  "aria-activedescendant"?: string | undefined;
1059
1059
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1060
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1060
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1061
1061
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1062
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1062
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1063
1063
  "aria-colcount"?: number | undefined;
1064
1064
  "aria-colindex"?: number | undefined;
1065
1065
  "aria-colspan"?: number | undefined;
1066
1066
  "aria-controls"?: string | undefined;
1067
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1067
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1068
1068
  "aria-describedby"?: string | undefined;
1069
1069
  "aria-details"?: string | undefined;
1070
1070
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1071
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1071
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1072
1072
  "aria-errormessage"?: string | undefined;
1073
1073
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1074
1074
  "aria-flowto"?: string | undefined;
1075
1075
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1076
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1076
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1077
1077
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1078
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1078
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1079
1079
  "aria-keyshortcuts"?: string | undefined;
1080
1080
  "aria-label"?: string | undefined;
1081
1081
  "aria-labelledby"?: string | undefined;
@@ -1088,9 +1088,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1088
1088
  "aria-owns"?: string | undefined;
1089
1089
  "aria-placeholder"?: string | undefined;
1090
1090
  "aria-posinset"?: number | undefined;
1091
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1091
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1092
1092
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1093
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1093
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1094
1094
  "aria-required"?: (boolean | "true" | "false") | undefined;
1095
1095
  "aria-roledescription"?: string | undefined;
1096
1096
  "aria-rowcount"?: number | undefined;
@@ -1103,7 +1103,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1103
1103
  "aria-valuemin"?: number | undefined;
1104
1104
  "aria-valuenow"?: number | undefined;
1105
1105
  "aria-valuetext"?: string | undefined;
1106
- children?: React.ReactNode;
1106
+ children?: React.ReactNode | undefined;
1107
1107
  dangerouslySetInnerHTML?: {
1108
1108
  __html: string | TrustedHTML;
1109
1109
  } | undefined;
@@ -1267,43 +1267,43 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1267
1267
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1268
1268
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1269
1269
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1270
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | ({
1271
- "@sm"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1272
- "@md"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1273
- "@lg"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1274
- "@xl"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1275
- "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1276
- "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1277
- "@hover"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1278
- "@initial"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1270
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
1271
+ "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1272
+ "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1273
+ "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1274
+ "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1275
+ "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1276
+ "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1277
+ "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1278
+ "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1279
1279
  } & {
1280
- [x: string]: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1280
+ [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1281
1281
  }) | undefined;
1282
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
1283
- "@sm"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1284
- "@md"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1285
- "@lg"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1286
- "@xl"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1287
- "@reducedMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1288
- "@allowMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1289
- "@hover"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1290
- "@initial"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1282
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | ({
1283
+ "@sm"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1284
+ "@md"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1285
+ "@lg"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1286
+ "@xl"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1287
+ "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1288
+ "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1289
+ "@hover"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1290
+ "@initial"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1291
1291
  } & {
1292
- [x: string]: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1292
+ [x: string]: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1293
1293
  }) | undefined;
1294
- forceMount?: true | undefined;
1295
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
1296
- "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1297
- "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1298
- "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1299
- "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1300
- "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1301
- "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1302
- "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1303
- "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1294
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
1295
+ "@sm"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1296
+ "@md"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1297
+ "@lg"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1298
+ "@xl"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1299
+ "@reducedMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1300
+ "@allowMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1301
+ "@hover"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1302
+ "@initial"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1304
1303
  } & {
1305
- [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1304
+ [x: string]: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1306
1305
  }) | undefined;
1306
+ forceMount?: true | undefined;
1307
1307
  }) => JSX.Element;
1308
1308
  CollapsibleTrigger: ({ onCheckedChange, title, label, children, disabled, ...rest }: {
1309
1309
  color?: string | undefined;
@@ -1355,355 +1355,356 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1355
1355
  hover: string;
1356
1356
  }, {
1357
1357
  colors: {
1358
- textBold: any;
1359
- textRegular: any;
1360
- textSubtle: any;
1361
- textMinimal: any;
1362
- background: any;
1363
- backgroundAccent: any;
1364
- grey100: any;
1365
- grey200: any;
1366
- grey300: any;
1367
- grey400: any;
1368
- grey500: any;
1369
- grey600: any;
1370
- grey700: any;
1371
- grey800: any;
1372
- grey900: any;
1373
- grey1000: any;
1374
- grey1100: any;
1375
- grey1200: any;
1376
- blue100: any;
1377
- blue200: any;
1378
- blue300: any;
1379
- blue400: any;
1380
- blue500: any;
1381
- blue600: any;
1382
- blue700: any;
1383
- blue800: any;
1384
- blue900: any;
1385
- blue1000: any;
1386
- blue1100: any;
1387
- blue1200: any;
1388
- purple100: any;
1389
- purple200: any;
1390
- purple300: any;
1391
- purple400: any;
1392
- purple500: any;
1393
- purple600: any;
1394
- purple700: any;
1395
- purple800: any;
1396
- purple900: any;
1397
- purple1000: any;
1398
- purple1100: any;
1399
- purple1200: any;
1400
- cyan100: any;
1401
- cyan200: any;
1402
- cyan300: any;
1403
- cyan400: any;
1404
- cyan500: any;
1405
- cyan600: any;
1406
- cyan700: any;
1407
- cyan800: any;
1408
- cyan900: any;
1409
- cyan1000: any;
1410
- cyan1100: any;
1411
- cyan1200: any;
1412
- green100: any;
1413
- green200: any;
1414
- green300: any;
1415
- green400: any;
1416
- green500: any;
1417
- green600: any;
1418
- green700: any;
1419
- green800: any;
1420
- green900: any;
1421
- green1000: any;
1422
- green1100: any;
1423
- green1200: any;
1424
- magenta100: any;
1425
- magenta200: any;
1426
- magenta300: any;
1427
- magenta400: any;
1428
- magenta500: any;
1429
- magenta600: any;
1430
- magenta700: any;
1431
- magenta800: any;
1432
- magenta900: any;
1433
- magenta1000: any;
1434
- magenta1100: any;
1435
- magenta1200: any;
1436
- red100: any;
1437
- red200: any;
1438
- red300: any;
1439
- red400: any;
1440
- red500: any;
1441
- red600: any;
1442
- red700: any;
1443
- red800: any;
1444
- red900: any;
1445
- red1000: any;
1446
- red1100: any;
1447
- red1200: any;
1448
- teal100: any;
1449
- teal200: any;
1450
- teal300: any;
1451
- teal400: any;
1452
- teal500: any;
1453
- teal600: any;
1454
- teal700: any;
1455
- teal800: any;
1456
- teal900: any;
1457
- teal1000: any;
1458
- teal1100: any;
1459
- teal1200: any;
1460
- orange100: any;
1461
- orange200: any;
1462
- orange300: any;
1463
- orange400: any;
1464
- orange500: any;
1465
- orange600: any;
1466
- orange700: any;
1467
- orange800: any;
1468
- orange900: any;
1469
- orange1000: any;
1470
- orange1100: any;
1471
- orange1200: any;
1472
- yellow100: any;
1473
- yellow200: any;
1474
- yellow300: any;
1475
- yellow400: any;
1476
- yellow500: any;
1477
- yellow600: any;
1478
- yellow700: any;
1479
- yellow800: any;
1480
- yellow900: any;
1481
- yellow1000: any;
1482
- yellow1100: any;
1483
- yellow1200: any;
1484
- lime100: any;
1485
- lime200: any;
1486
- lime300: any;
1487
- lime400: any;
1488
- lime500: any;
1489
- lime600: any;
1490
- lime700: any;
1491
- lime800: any;
1492
- lime900: any;
1493
- lime1000: any;
1494
- lime1100: any;
1495
- lime1200: any;
1496
- lapis100: any;
1497
- lapis200: any;
1498
- lapis300: any;
1499
- lapis400: any;
1500
- lapis500: any;
1501
- lapis600: any;
1502
- lapis700: any;
1503
- lapis800: any;
1504
- lapis900: any;
1505
- lapis1000: any;
1506
- lapis1100: any;
1507
- lapis1200: any;
1508
- maroon100: any;
1509
- maroon200: any;
1510
- maroon300: any;
1511
- maroon400: any;
1512
- maroon500: any;
1513
- maroon600: any;
1514
- maroon700: any;
1515
- maroon800: any;
1516
- maroon900: any;
1517
- maroon1000: any;
1518
- maroon1100: any;
1519
- maroon1200: any;
1520
- marsh100: any;
1521
- marsh200: any;
1522
- marsh300: any;
1523
- marsh400: any;
1524
- marsh500: any;
1525
- marsh600: any;
1526
- marsh700: any;
1527
- marsh800: any;
1528
- marsh900: any;
1529
- marsh1000: any;
1530
- marsh1100: any;
1531
- marsh1200: any;
1532
- tonal50: any;
1533
- tonal100: any;
1534
- tonal200: any;
1535
- tonal300: any;
1536
- tonal400: any;
1537
- tonal500: any;
1538
- tonal600: any;
1539
- alpha100: any;
1540
- alpha150: any;
1541
- alpha200: any;
1542
- alpha250: any;
1543
- alpha600: any;
1544
- brandRed: any;
1545
- brandRedAccent: any;
1546
- brandGreen: any;
1547
- brandGreenAccent: any;
1548
- brandPurple: any;
1549
- brandPurpleAccent: any;
1550
- brandYellow: any;
1551
- brandYellowAccent: any;
1552
- infoLight: any;
1553
- info: any;
1554
- infoMid: any;
1555
- infoDark: any;
1556
- successLight: any;
1557
- success: any;
1558
- successMid: any;
1559
- successDark: any;
1560
- dangerLight: any;
1561
- danger: any;
1562
- dangerMid: any;
1563
- dangerDark: any;
1564
- warningLight: any;
1565
- warning: any;
1566
- warningMid: any;
1567
- warningDark: any;
1568
- warningText: any;
1569
- subjectEnglish: any;
1570
- subjectMaths: any;
1571
- subjectScience: any;
1572
- subjectVerbalReasoning: any;
1573
- subjectNonVerbalReasoning: any;
1574
- subjectCreativeWriting: any;
1575
- subjectExamSkills: any;
1576
- glBlueLight: any;
1577
- glBluePrimary: any;
1578
- glBlueDark: any;
1579
- primary100: any;
1580
- primary200: any;
1581
- primary300: any;
1582
- primary400: any;
1583
- primary500: any;
1584
- primary600: any;
1585
- primary700: any;
1586
- primary800: any;
1587
- primary900: any;
1588
- primary1000: any;
1589
- primary1100: any;
1590
- primary1200: any;
1358
+ textBold: string;
1359
+ textRegular: string;
1360
+ textSubtle: string;
1361
+ textMinimal: string;
1362
+ background: string;
1363
+ backgroundAccent: string;
1364
+ grey100: string;
1365
+ grey200: string;
1366
+ grey300: string;
1367
+ grey400: string;
1368
+ grey500: string;
1369
+ grey600: string;
1370
+ grey700: string;
1371
+ grey800: string;
1372
+ grey900: string;
1373
+ grey1000: string;
1374
+ grey1100: string;
1375
+ grey1200: string;
1376
+ blue100: string;
1377
+ blue200: string;
1378
+ blue300: string;
1379
+ blue400: string;
1380
+ blue500: string;
1381
+ blue600: string;
1382
+ blue700: string;
1383
+ blue800: string;
1384
+ blue900: string;
1385
+ blue1000: string;
1386
+ blue1100: string;
1387
+ blue1200: string;
1388
+ purple100: string;
1389
+ purple200: string;
1390
+ purple300: string;
1391
+ purple400: string;
1392
+ purple500: string;
1393
+ purple600: string;
1394
+ purple700: string;
1395
+ purple800: string;
1396
+ purple900: string;
1397
+ purple1000: string;
1398
+ purple1100: string;
1399
+ purple1200: string;
1400
+ cyan100: string;
1401
+ cyan200: string;
1402
+ cyan300: string;
1403
+ cyan400: string;
1404
+ cyan500: string;
1405
+ cyan600: string;
1406
+ cyan700: string;
1407
+ cyan800: string;
1408
+ cyan900: string;
1409
+ cyan1000: string;
1410
+ cyan1100: string;
1411
+ cyan1200: string;
1412
+ green100: string;
1413
+ green200: string;
1414
+ green300: string;
1415
+ green400: string;
1416
+ green500: string;
1417
+ green600: string;
1418
+ green700: string;
1419
+ green800: string;
1420
+ green900: string;
1421
+ green1000: string;
1422
+ green1100: string;
1423
+ green1200: string;
1424
+ magenta100: string;
1425
+ magenta200: string;
1426
+ magenta300: string;
1427
+ magenta400: string;
1428
+ magenta500: string;
1429
+ magenta600: string;
1430
+ magenta700: string;
1431
+ magenta800: string;
1432
+ magenta900: string;
1433
+ magenta1000: string;
1434
+ magenta1100: string;
1435
+ magenta1200: string;
1436
+ red100: string;
1437
+ red200: string;
1438
+ red300: string;
1439
+ red400: string;
1440
+ red500: string;
1441
+ red600: string;
1442
+ red700: string;
1443
+ red800: string;
1444
+ red900: string;
1445
+ red1000: string;
1446
+ red1100: string;
1447
+ red1200: string;
1448
+ teal100: string;
1449
+ teal200: string;
1450
+ teal300: string;
1451
+ teal400: string;
1452
+ teal500: string;
1453
+ teal600: string;
1454
+ teal700: string;
1455
+ teal800: string;
1456
+ teal900: string;
1457
+ teal1000: string;
1458
+ teal1100: string;
1459
+ teal1200: string;
1460
+ orange100: string;
1461
+ orange200: string;
1462
+ orange300: string;
1463
+ orange400: string;
1464
+ orange500: string;
1465
+ orange600: string;
1466
+ orange700: string;
1467
+ orange800: string;
1468
+ orange900: string;
1469
+ orange1000: string;
1470
+ orange1100: string;
1471
+ orange1200: string;
1472
+ yellow100: string;
1473
+ yellow200: string;
1474
+ yellow300: string;
1475
+ yellow400: string;
1476
+ yellow500: string;
1477
+ yellow600: string;
1478
+ yellow700: string;
1479
+ yellow800: string;
1480
+ yellow900: string;
1481
+ yellow1000: string;
1482
+ yellow1100: string;
1483
+ yellow1200: string;
1484
+ lime100: string;
1485
+ lime200: string;
1486
+ lime300: string;
1487
+ lime400: string;
1488
+ lime500: string;
1489
+ lime600: string;
1490
+ lime700: string;
1491
+ lime800: string;
1492
+ lime900: string;
1493
+ lime1000: string;
1494
+ lime1100: string;
1495
+ lime1200: string;
1496
+ lapis100: string;
1497
+ lapis200: string;
1498
+ lapis300: string;
1499
+ lapis400: string;
1500
+ lapis500: string;
1501
+ lapis600: string;
1502
+ lapis700: string;
1503
+ lapis800: string;
1504
+ lapis900: string;
1505
+ lapis1000: string;
1506
+ lapis1100: string;
1507
+ lapis1200: string;
1508
+ maroon100: string;
1509
+ maroon200: string;
1510
+ maroon300: string;
1511
+ maroon400: string;
1512
+ maroon500: string;
1513
+ maroon600: string;
1514
+ maroon700: string;
1515
+ maroon800: string;
1516
+ maroon900: string;
1517
+ maroon1000: string;
1518
+ maroon1100: string;
1519
+ maroon1200: string;
1520
+ marsh100: string;
1521
+ marsh200: string;
1522
+ marsh300: string;
1523
+ marsh400: string;
1524
+ marsh500: string;
1525
+ marsh600: string;
1526
+ marsh700: string;
1527
+ marsh800: string;
1528
+ marsh900: string;
1529
+ marsh1000: string;
1530
+ marsh1100: string;
1531
+ marsh1200: string;
1532
+ tonal50: string;
1533
+ tonal100: string;
1534
+ tonal200: string;
1535
+ tonal300: string;
1536
+ tonal400: string;
1537
+ tonal500: string;
1538
+ tonal600: string;
1539
+ alpha100: string;
1540
+ alpha150: string;
1541
+ alpha200: string;
1542
+ alpha250: string;
1543
+ alpha600: string;
1544
+ brandRed: string;
1545
+ brandRedAccent: string;
1546
+ brandGreen: string;
1547
+ brandGreenAccent: string;
1548
+ brandPurple: string;
1549
+ brandPurpleAccent: string;
1550
+ brandYellow: string;
1551
+ brandYellowAccent: string;
1552
+ infoLight: string;
1553
+ info: string;
1554
+ infoMid: string;
1555
+ infoDark: string;
1556
+ successLight: string;
1557
+ success: string;
1558
+ successMid: string;
1559
+ successDark: string;
1560
+ dangerLight: string;
1561
+ danger: string;
1562
+ dangerMid: string;
1563
+ dangerDark: string;
1564
+ warningLight: string;
1565
+ warning: string;
1566
+ warningMid: string;
1567
+ warningDark: string;
1568
+ warningText: string;
1569
+ subjectEnglish: string;
1570
+ subjectMaths: string;
1571
+ subjectScience: string;
1572
+ subjectVerbalReasoning: string;
1573
+ subjectNonVerbalReasoning: string;
1574
+ subjectCreativeWriting: string;
1575
+ subjectExamSkills: string;
1576
+ glBlueLight: string;
1577
+ glBluePrimary: string;
1578
+ glBlueDark: string;
1579
+ primary100: string;
1580
+ primary200: string;
1581
+ primary300: string;
1582
+ primary400: string;
1583
+ primary500: string;
1584
+ primary600: string;
1585
+ primary700: string;
1586
+ primary800: string;
1587
+ primary900: string;
1588
+ primary1000: string;
1589
+ primary1100: string;
1590
+ primary1200: string;
1591
1591
  };
1592
1592
  space: {
1593
- "0": any;
1594
- "1": any;
1595
- "2": any;
1596
- "3": any;
1597
- "4": any;
1598
- "5": any;
1599
- "6": any;
1600
- "7": any;
1601
- "8": any;
1602
- "9": any;
1603
- "24": any;
1593
+ "0": string;
1594
+ "1": string;
1595
+ "2": string;
1596
+ "3": string;
1597
+ "4": string;
1598
+ "5": string;
1599
+ "6": string;
1600
+ "7": string;
1601
+ "8": string;
1602
+ "9": string;
1603
+ "24": string;
1604
1604
  };
1605
1605
  fontSizes: {
1606
- xs: any;
1607
- sm: any;
1608
- md: any;
1609
- lg: any;
1610
- xl: any;
1611
- "2xl": any;
1612
- "3xl": any;
1613
- "4xl": any;
1606
+ xs: string;
1607
+ sm: string;
1608
+ md: string;
1609
+ lg: string;
1610
+ xl: string;
1611
+ "2xl": string;
1612
+ "3xl": string;
1613
+ "4xl": string;
1614
1614
  };
1615
1615
  fonts: {
1616
- sans: any;
1617
- mono: any;
1618
- display: any;
1619
- body: any;
1616
+ sans: string;
1617
+ mono: string;
1618
+ display: string;
1619
+ body: string;
1620
1620
  };
1621
1621
  sizes: {
1622
- "0": any;
1623
- "1": any;
1624
- "2": any;
1625
- "3": any;
1626
- "4": any;
1627
- "5": any;
1628
- "6": any;
1629
- "7": any;
1630
- "8": any;
1622
+ "0": string;
1623
+ "1": string;
1624
+ "2": string;
1625
+ "3": string;
1626
+ "4": string;
1627
+ "5": string;
1628
+ "6": string;
1629
+ "7": string;
1630
+ "8": string;
1631
1631
  };
1632
1632
  radii: {
1633
- "0": any;
1634
- "1": any;
1635
- "2": any;
1636
- "3": any;
1637
- round: any;
1633
+ "0": string;
1634
+ "1": string;
1635
+ "2": string;
1636
+ "3": string;
1637
+ round: string;
1638
1638
  };
1639
1639
  shadows: {
1640
- "0": any;
1641
- "1": any;
1642
- "2": any;
1643
- "3": any;
1640
+ "0": string;
1641
+ "1": string;
1642
+ "2": string;
1643
+ "3": string;
1644
1644
  };
1645
1645
  ratios: {
1646
- "16-9": any;
1647
- "3-2": any;
1648
- "4-3": any;
1649
- "1-1": any;
1650
- "3-4": any;
1646
+ "16-9": string;
1647
+ "3-2": string;
1648
+ "4-3": string;
1649
+ "1-1": string;
1650
+ "3-4": string;
1651
1651
  };
1652
1652
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1653
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1653
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1654
1654
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1655
1655
  };
1656
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1656
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1657
1657
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1658
1658
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1659
1659
  };
1660
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1660
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1661
1661
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1662
1662
  };
1663
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1663
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1664
1664
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1665
1665
  };
1666
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1666
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1667
1667
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1668
1668
  };
1669
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1669
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1670
1670
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1671
1671
  };
1672
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1672
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1673
1673
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1674
1674
  };
1675
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1675
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1676
1676
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1677
1677
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1678
1678
  };
1679
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1679
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1680
1680
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1681
1681
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1682
1682
  };
1683
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1683
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1684
1684
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1685
1685
  };
1686
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1686
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1687
1687
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1688
1688
  };
1689
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1689
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1690
1690
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1691
1691
  };
1692
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1692
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1693
1693
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1694
1694
  };
1695
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1695
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1696
1696
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1697
1697
  };
1698
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1698
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1699
1699
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1700
1700
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1701
1701
  };
1702
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1702
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1703
1703
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1704
1704
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1705
1705
  };
1706
1706
  }> | undefined;
1707
+ prefix?: string | undefined;
1707
1708
  form?: string | undefined;
1708
1709
  label: string;
1709
1710
  slot?: string | undefined;
@@ -1719,7 +1720,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1719
1720
  accessKey?: string | undefined;
1720
1721
  autoFocus?: boolean | undefined;
1721
1722
  className?: string | undefined;
1722
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1723
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1723
1724
  contextMenu?: string | undefined;
1724
1725
  dir?: string | undefined;
1725
1726
  draggable?: (boolean | "true" | "false") | undefined;
@@ -1735,7 +1736,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1735
1736
  about?: string | undefined;
1736
1737
  datatype?: string | undefined;
1737
1738
  inlist?: any;
1738
- prefix?: string | undefined;
1739
1739
  property?: string | undefined;
1740
1740
  rel?: string | undefined;
1741
1741
  resource?: string | undefined;
@@ -1753,29 +1753,29 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1753
1753
  results?: number | undefined;
1754
1754
  security?: string | undefined;
1755
1755
  unselectable?: "on" | "off" | undefined;
1756
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1756
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1757
1757
  is?: string | undefined;
1758
1758
  "aria-activedescendant"?: string | undefined;
1759
1759
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1760
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1760
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1761
1761
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1762
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1762
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1763
1763
  "aria-colcount"?: number | undefined;
1764
1764
  "aria-colindex"?: number | undefined;
1765
1765
  "aria-colspan"?: number | undefined;
1766
1766
  "aria-controls"?: string | undefined;
1767
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1767
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1768
1768
  "aria-describedby"?: string | undefined;
1769
1769
  "aria-details"?: string | undefined;
1770
1770
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1771
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1771
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1772
1772
  "aria-errormessage"?: string | undefined;
1773
1773
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1774
1774
  "aria-flowto"?: string | undefined;
1775
1775
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1776
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1776
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1777
1777
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1778
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1778
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1779
1779
  "aria-keyshortcuts"?: string | undefined;
1780
1780
  "aria-label"?: string | undefined;
1781
1781
  "aria-labelledby"?: string | undefined;
@@ -1788,9 +1788,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1788
1788
  "aria-owns"?: string | undefined;
1789
1789
  "aria-placeholder"?: string | undefined;
1790
1790
  "aria-posinset"?: number | undefined;
1791
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1791
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1792
1792
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1793
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1793
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1794
1794
  "aria-required"?: (boolean | "true" | "false") | undefined;
1795
1795
  "aria-roledescription"?: string | undefined;
1796
1796
  "aria-rowcount"?: number | undefined;
@@ -1803,7 +1803,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1803
1803
  "aria-valuemin"?: number | undefined;
1804
1804
  "aria-valuenow"?: number | undefined;
1805
1805
  "aria-valuetext"?: string | undefined;
1806
- children?: React.ReactNode;
1806
+ children?: React.ReactNode | undefined;
1807
1807
  dangerouslySetInnerHTML?: {
1808
1808
  __html: string | TrustedHTML;
1809
1809
  } | undefined;
@@ -1967,49 +1967,49 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
1967
1967
  onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLDivElement> & React.AnimationEventHandler<HTMLButtonElement>) | undefined;
1968
1968
  onTransitionEnd?: (React.TransitionEventHandler<HTMLDivElement> & React.TransitionEventHandler<HTMLButtonElement>) | undefined;
1969
1969
  onTransitionEndCapture?: (React.TransitionEventHandler<HTMLDivElement> & React.TransitionEventHandler<HTMLButtonElement>) | undefined;
1970
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | ({
1971
- "@sm"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1972
- "@md"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1973
- "@lg"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1974
- "@xl"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1975
- "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1976
- "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1977
- "@hover"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1978
- "@initial"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1979
- } & {
1980
- [x: string]: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1981
- }) | undefined;
1982
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
1983
- "@sm"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1984
- "@md"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1985
- "@lg"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1986
- "@xl"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1987
- "@reducedMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1988
- "@allowMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1989
- "@hover"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1990
- "@initial"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1991
- } & {
1992
- [x: string]: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1993
- }) | undefined;
1970
+ type?: "submit" | "reset" | "button" | undefined;
1994
1971
  disabled?: boolean | undefined;
1995
- type?: "button" | "reset" | "submit" | undefined;
1996
1972
  formAction?: string | undefined;
1997
1973
  formEncType?: string | undefined;
1998
1974
  formMethod?: string | undefined;
1999
1975
  formNoValidate?: boolean | undefined;
2000
1976
  formTarget?: string | undefined;
2001
- value?: string | number | readonly string[] | undefined;
2002
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
2003
- "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2004
- "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2005
- "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2006
- "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2007
- "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2008
- "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2009
- "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2010
- "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1977
+ value?: string | readonly string[] | number | undefined;
1978
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
1979
+ "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1980
+ "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1981
+ "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1982
+ "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1983
+ "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1984
+ "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1985
+ "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1986
+ "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2011
1987
  } & {
2012
- [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1988
+ [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1989
+ }) | undefined;
1990
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | ({
1991
+ "@sm"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1992
+ "@md"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1993
+ "@lg"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1994
+ "@xl"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1995
+ "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1996
+ "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1997
+ "@hover"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1998
+ "@initial"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1999
+ } & {
2000
+ [x: string]: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2001
+ }) | undefined;
2002
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
2003
+ "@sm"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2004
+ "@md"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2005
+ "@lg"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2006
+ "@xl"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2007
+ "@reducedMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2008
+ "@allowMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2009
+ "@hover"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2010
+ "@initial"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2011
+ } & {
2012
+ [x: string]: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2013
2013
  }) | undefined;
2014
2014
  state?: "error" | ({
2015
2015
  "@sm"?: "error" | undefined;
@@ -2075,355 +2075,356 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2075
2075
  hover: string;
2076
2076
  }, {
2077
2077
  colors: {
2078
- textBold: any;
2079
- textRegular: any;
2080
- textSubtle: any;
2081
- textMinimal: any;
2082
- background: any;
2083
- backgroundAccent: any;
2084
- grey100: any;
2085
- grey200: any;
2086
- grey300: any;
2087
- grey400: any;
2088
- grey500: any;
2089
- grey600: any;
2090
- grey700: any;
2091
- grey800: any;
2092
- grey900: any;
2093
- grey1000: any;
2094
- grey1100: any;
2095
- grey1200: any;
2096
- blue100: any;
2097
- blue200: any;
2098
- blue300: any;
2099
- blue400: any;
2100
- blue500: any;
2101
- blue600: any;
2102
- blue700: any;
2103
- blue800: any;
2104
- blue900: any;
2105
- blue1000: any;
2106
- blue1100: any;
2107
- blue1200: any;
2108
- purple100: any;
2109
- purple200: any;
2110
- purple300: any;
2111
- purple400: any;
2112
- purple500: any;
2113
- purple600: any;
2114
- purple700: any;
2115
- purple800: any;
2116
- purple900: any;
2117
- purple1000: any;
2118
- purple1100: any;
2119
- purple1200: any;
2120
- cyan100: any;
2121
- cyan200: any;
2122
- cyan300: any;
2123
- cyan400: any;
2124
- cyan500: any;
2125
- cyan600: any;
2126
- cyan700: any;
2127
- cyan800: any;
2128
- cyan900: any;
2129
- cyan1000: any;
2130
- cyan1100: any;
2131
- cyan1200: any;
2132
- green100: any;
2133
- green200: any;
2134
- green300: any;
2135
- green400: any;
2136
- green500: any;
2137
- green600: any;
2138
- green700: any;
2139
- green800: any;
2140
- green900: any;
2141
- green1000: any;
2142
- green1100: any;
2143
- green1200: any;
2144
- magenta100: any;
2145
- magenta200: any;
2146
- magenta300: any;
2147
- magenta400: any;
2148
- magenta500: any;
2149
- magenta600: any;
2150
- magenta700: any;
2151
- magenta800: any;
2152
- magenta900: any;
2153
- magenta1000: any;
2154
- magenta1100: any;
2155
- magenta1200: any;
2156
- red100: any;
2157
- red200: any;
2158
- red300: any;
2159
- red400: any;
2160
- red500: any;
2161
- red600: any;
2162
- red700: any;
2163
- red800: any;
2164
- red900: any;
2165
- red1000: any;
2166
- red1100: any;
2167
- red1200: any;
2168
- teal100: any;
2169
- teal200: any;
2170
- teal300: any;
2171
- teal400: any;
2172
- teal500: any;
2173
- teal600: any;
2174
- teal700: any;
2175
- teal800: any;
2176
- teal900: any;
2177
- teal1000: any;
2178
- teal1100: any;
2179
- teal1200: any;
2180
- orange100: any;
2181
- orange200: any;
2182
- orange300: any;
2183
- orange400: any;
2184
- orange500: any;
2185
- orange600: any;
2186
- orange700: any;
2187
- orange800: any;
2188
- orange900: any;
2189
- orange1000: any;
2190
- orange1100: any;
2191
- orange1200: any;
2192
- yellow100: any;
2193
- yellow200: any;
2194
- yellow300: any;
2195
- yellow400: any;
2196
- yellow500: any;
2197
- yellow600: any;
2198
- yellow700: any;
2199
- yellow800: any;
2200
- yellow900: any;
2201
- yellow1000: any;
2202
- yellow1100: any;
2203
- yellow1200: any;
2204
- lime100: any;
2205
- lime200: any;
2206
- lime300: any;
2207
- lime400: any;
2208
- lime500: any;
2209
- lime600: any;
2210
- lime700: any;
2211
- lime800: any;
2212
- lime900: any;
2213
- lime1000: any;
2214
- lime1100: any;
2215
- lime1200: any;
2216
- lapis100: any;
2217
- lapis200: any;
2218
- lapis300: any;
2219
- lapis400: any;
2220
- lapis500: any;
2221
- lapis600: any;
2222
- lapis700: any;
2223
- lapis800: any;
2224
- lapis900: any;
2225
- lapis1000: any;
2226
- lapis1100: any;
2227
- lapis1200: any;
2228
- maroon100: any;
2229
- maroon200: any;
2230
- maroon300: any;
2231
- maroon400: any;
2232
- maroon500: any;
2233
- maroon600: any;
2234
- maroon700: any;
2235
- maroon800: any;
2236
- maroon900: any;
2237
- maroon1000: any;
2238
- maroon1100: any;
2239
- maroon1200: any;
2240
- marsh100: any;
2241
- marsh200: any;
2242
- marsh300: any;
2243
- marsh400: any;
2244
- marsh500: any;
2245
- marsh600: any;
2246
- marsh700: any;
2247
- marsh800: any;
2248
- marsh900: any;
2249
- marsh1000: any;
2250
- marsh1100: any;
2251
- marsh1200: any;
2252
- tonal50: any;
2253
- tonal100: any;
2254
- tonal200: any;
2255
- tonal300: any;
2256
- tonal400: any;
2257
- tonal500: any;
2258
- tonal600: any;
2259
- alpha100: any;
2260
- alpha150: any;
2261
- alpha200: any;
2262
- alpha250: any;
2263
- alpha600: any;
2264
- brandRed: any;
2265
- brandRedAccent: any;
2266
- brandGreen: any;
2267
- brandGreenAccent: any;
2268
- brandPurple: any;
2269
- brandPurpleAccent: any;
2270
- brandYellow: any;
2271
- brandYellowAccent: any;
2272
- infoLight: any;
2273
- info: any;
2274
- infoMid: any;
2275
- infoDark: any;
2276
- successLight: any;
2277
- success: any;
2278
- successMid: any;
2279
- successDark: any;
2280
- dangerLight: any;
2281
- danger: any;
2282
- dangerMid: any;
2283
- dangerDark: any;
2284
- warningLight: any;
2285
- warning: any;
2286
- warningMid: any;
2287
- warningDark: any;
2288
- warningText: any;
2289
- subjectEnglish: any;
2290
- subjectMaths: any;
2291
- subjectScience: any;
2292
- subjectVerbalReasoning: any;
2293
- subjectNonVerbalReasoning: any;
2294
- subjectCreativeWriting: any;
2295
- subjectExamSkills: any;
2296
- glBlueLight: any;
2297
- glBluePrimary: any;
2298
- glBlueDark: any;
2299
- primary100: any;
2300
- primary200: any;
2301
- primary300: any;
2302
- primary400: any;
2303
- primary500: any;
2304
- primary600: any;
2305
- primary700: any;
2306
- primary800: any;
2307
- primary900: any;
2308
- primary1000: any;
2309
- primary1100: any;
2310
- primary1200: any;
2078
+ textBold: string;
2079
+ textRegular: string;
2080
+ textSubtle: string;
2081
+ textMinimal: string;
2082
+ background: string;
2083
+ backgroundAccent: string;
2084
+ grey100: string;
2085
+ grey200: string;
2086
+ grey300: string;
2087
+ grey400: string;
2088
+ grey500: string;
2089
+ grey600: string;
2090
+ grey700: string;
2091
+ grey800: string;
2092
+ grey900: string;
2093
+ grey1000: string;
2094
+ grey1100: string;
2095
+ grey1200: string;
2096
+ blue100: string;
2097
+ blue200: string;
2098
+ blue300: string;
2099
+ blue400: string;
2100
+ blue500: string;
2101
+ blue600: string;
2102
+ blue700: string;
2103
+ blue800: string;
2104
+ blue900: string;
2105
+ blue1000: string;
2106
+ blue1100: string;
2107
+ blue1200: string;
2108
+ purple100: string;
2109
+ purple200: string;
2110
+ purple300: string;
2111
+ purple400: string;
2112
+ purple500: string;
2113
+ purple600: string;
2114
+ purple700: string;
2115
+ purple800: string;
2116
+ purple900: string;
2117
+ purple1000: string;
2118
+ purple1100: string;
2119
+ purple1200: string;
2120
+ cyan100: string;
2121
+ cyan200: string;
2122
+ cyan300: string;
2123
+ cyan400: string;
2124
+ cyan500: string;
2125
+ cyan600: string;
2126
+ cyan700: string;
2127
+ cyan800: string;
2128
+ cyan900: string;
2129
+ cyan1000: string;
2130
+ cyan1100: string;
2131
+ cyan1200: string;
2132
+ green100: string;
2133
+ green200: string;
2134
+ green300: string;
2135
+ green400: string;
2136
+ green500: string;
2137
+ green600: string;
2138
+ green700: string;
2139
+ green800: string;
2140
+ green900: string;
2141
+ green1000: string;
2142
+ green1100: string;
2143
+ green1200: string;
2144
+ magenta100: string;
2145
+ magenta200: string;
2146
+ magenta300: string;
2147
+ magenta400: string;
2148
+ magenta500: string;
2149
+ magenta600: string;
2150
+ magenta700: string;
2151
+ magenta800: string;
2152
+ magenta900: string;
2153
+ magenta1000: string;
2154
+ magenta1100: string;
2155
+ magenta1200: string;
2156
+ red100: string;
2157
+ red200: string;
2158
+ red300: string;
2159
+ red400: string;
2160
+ red500: string;
2161
+ red600: string;
2162
+ red700: string;
2163
+ red800: string;
2164
+ red900: string;
2165
+ red1000: string;
2166
+ red1100: string;
2167
+ red1200: string;
2168
+ teal100: string;
2169
+ teal200: string;
2170
+ teal300: string;
2171
+ teal400: string;
2172
+ teal500: string;
2173
+ teal600: string;
2174
+ teal700: string;
2175
+ teal800: string;
2176
+ teal900: string;
2177
+ teal1000: string;
2178
+ teal1100: string;
2179
+ teal1200: string;
2180
+ orange100: string;
2181
+ orange200: string;
2182
+ orange300: string;
2183
+ orange400: string;
2184
+ orange500: string;
2185
+ orange600: string;
2186
+ orange700: string;
2187
+ orange800: string;
2188
+ orange900: string;
2189
+ orange1000: string;
2190
+ orange1100: string;
2191
+ orange1200: string;
2192
+ yellow100: string;
2193
+ yellow200: string;
2194
+ yellow300: string;
2195
+ yellow400: string;
2196
+ yellow500: string;
2197
+ yellow600: string;
2198
+ yellow700: string;
2199
+ yellow800: string;
2200
+ yellow900: string;
2201
+ yellow1000: string;
2202
+ yellow1100: string;
2203
+ yellow1200: string;
2204
+ lime100: string;
2205
+ lime200: string;
2206
+ lime300: string;
2207
+ lime400: string;
2208
+ lime500: string;
2209
+ lime600: string;
2210
+ lime700: string;
2211
+ lime800: string;
2212
+ lime900: string;
2213
+ lime1000: string;
2214
+ lime1100: string;
2215
+ lime1200: string;
2216
+ lapis100: string;
2217
+ lapis200: string;
2218
+ lapis300: string;
2219
+ lapis400: string;
2220
+ lapis500: string;
2221
+ lapis600: string;
2222
+ lapis700: string;
2223
+ lapis800: string;
2224
+ lapis900: string;
2225
+ lapis1000: string;
2226
+ lapis1100: string;
2227
+ lapis1200: string;
2228
+ maroon100: string;
2229
+ maroon200: string;
2230
+ maroon300: string;
2231
+ maroon400: string;
2232
+ maroon500: string;
2233
+ maroon600: string;
2234
+ maroon700: string;
2235
+ maroon800: string;
2236
+ maroon900: string;
2237
+ maroon1000: string;
2238
+ maroon1100: string;
2239
+ maroon1200: string;
2240
+ marsh100: string;
2241
+ marsh200: string;
2242
+ marsh300: string;
2243
+ marsh400: string;
2244
+ marsh500: string;
2245
+ marsh600: string;
2246
+ marsh700: string;
2247
+ marsh800: string;
2248
+ marsh900: string;
2249
+ marsh1000: string;
2250
+ marsh1100: string;
2251
+ marsh1200: string;
2252
+ tonal50: string;
2253
+ tonal100: string;
2254
+ tonal200: string;
2255
+ tonal300: string;
2256
+ tonal400: string;
2257
+ tonal500: string;
2258
+ tonal600: string;
2259
+ alpha100: string;
2260
+ alpha150: string;
2261
+ alpha200: string;
2262
+ alpha250: string;
2263
+ alpha600: string;
2264
+ brandRed: string;
2265
+ brandRedAccent: string;
2266
+ brandGreen: string;
2267
+ brandGreenAccent: string;
2268
+ brandPurple: string;
2269
+ brandPurpleAccent: string;
2270
+ brandYellow: string;
2271
+ brandYellowAccent: string;
2272
+ infoLight: string;
2273
+ info: string;
2274
+ infoMid: string;
2275
+ infoDark: string;
2276
+ successLight: string;
2277
+ success: string;
2278
+ successMid: string;
2279
+ successDark: string;
2280
+ dangerLight: string;
2281
+ danger: string;
2282
+ dangerMid: string;
2283
+ dangerDark: string;
2284
+ warningLight: string;
2285
+ warning: string;
2286
+ warningMid: string;
2287
+ warningDark: string;
2288
+ warningText: string;
2289
+ subjectEnglish: string;
2290
+ subjectMaths: string;
2291
+ subjectScience: string;
2292
+ subjectVerbalReasoning: string;
2293
+ subjectNonVerbalReasoning: string;
2294
+ subjectCreativeWriting: string;
2295
+ subjectExamSkills: string;
2296
+ glBlueLight: string;
2297
+ glBluePrimary: string;
2298
+ glBlueDark: string;
2299
+ primary100: string;
2300
+ primary200: string;
2301
+ primary300: string;
2302
+ primary400: string;
2303
+ primary500: string;
2304
+ primary600: string;
2305
+ primary700: string;
2306
+ primary800: string;
2307
+ primary900: string;
2308
+ primary1000: string;
2309
+ primary1100: string;
2310
+ primary1200: string;
2311
2311
  };
2312
2312
  space: {
2313
- "0": any;
2314
- "1": any;
2315
- "2": any;
2316
- "3": any;
2317
- "4": any;
2318
- "5": any;
2319
- "6": any;
2320
- "7": any;
2321
- "8": any;
2322
- "9": any;
2323
- "24": any;
2313
+ "0": string;
2314
+ "1": string;
2315
+ "2": string;
2316
+ "3": string;
2317
+ "4": string;
2318
+ "5": string;
2319
+ "6": string;
2320
+ "7": string;
2321
+ "8": string;
2322
+ "9": string;
2323
+ "24": string;
2324
2324
  };
2325
2325
  fontSizes: {
2326
- xs: any;
2327
- sm: any;
2328
- md: any;
2329
- lg: any;
2330
- xl: any;
2331
- "2xl": any;
2332
- "3xl": any;
2333
- "4xl": any;
2326
+ xs: string;
2327
+ sm: string;
2328
+ md: string;
2329
+ lg: string;
2330
+ xl: string;
2331
+ "2xl": string;
2332
+ "3xl": string;
2333
+ "4xl": string;
2334
2334
  };
2335
2335
  fonts: {
2336
- sans: any;
2337
- mono: any;
2338
- display: any;
2339
- body: any;
2336
+ sans: string;
2337
+ mono: string;
2338
+ display: string;
2339
+ body: string;
2340
2340
  };
2341
2341
  sizes: {
2342
- "0": any;
2343
- "1": any;
2344
- "2": any;
2345
- "3": any;
2346
- "4": any;
2347
- "5": any;
2348
- "6": any;
2349
- "7": any;
2350
- "8": any;
2342
+ "0": string;
2343
+ "1": string;
2344
+ "2": string;
2345
+ "3": string;
2346
+ "4": string;
2347
+ "5": string;
2348
+ "6": string;
2349
+ "7": string;
2350
+ "8": string;
2351
2351
  };
2352
2352
  radii: {
2353
- "0": any;
2354
- "1": any;
2355
- "2": any;
2356
- "3": any;
2357
- round: any;
2353
+ "0": string;
2354
+ "1": string;
2355
+ "2": string;
2356
+ "3": string;
2357
+ round: string;
2358
2358
  };
2359
2359
  shadows: {
2360
- "0": any;
2361
- "1": any;
2362
- "2": any;
2363
- "3": any;
2360
+ "0": string;
2361
+ "1": string;
2362
+ "2": string;
2363
+ "3": string;
2364
2364
  };
2365
2365
  ratios: {
2366
- "16-9": any;
2367
- "3-2": any;
2368
- "4-3": any;
2369
- "1-1": any;
2370
- "3-4": any;
2366
+ "16-9": string;
2367
+ "3-2": string;
2368
+ "4-3": string;
2369
+ "1-1": string;
2370
+ "3-4": string;
2371
2371
  };
2372
2372
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2373
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2373
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
2374
2374
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2375
2375
  };
2376
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2376
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
2377
2377
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2378
2378
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2379
2379
  };
2380
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2380
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2381
2381
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2382
2382
  };
2383
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2383
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2384
2384
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2385
2385
  };
2386
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2386
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2387
2387
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2388
2388
  };
2389
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2389
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2390
2390
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2391
2391
  };
2392
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2392
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2393
2393
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2394
2394
  };
2395
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2395
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2396
2396
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2397
2397
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2398
2398
  };
2399
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2399
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2400
2400
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2401
2401
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2402
2402
  };
2403
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2403
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2404
2404
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2405
2405
  };
2406
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2406
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2407
2407
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2408
2408
  };
2409
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2409
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2410
2410
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2411
2411
  };
2412
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2412
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2413
2413
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2414
2414
  };
2415
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2415
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2416
2416
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2417
2417
  };
2418
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2418
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2419
2419
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2420
2420
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2421
2421
  };
2422
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2422
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2423
2423
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2424
2424
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2425
2425
  };
2426
2426
  }> | undefined;
2427
+ prefix?: string | undefined;
2427
2428
  form?: string | undefined;
2428
2429
  slot?: string | undefined;
2429
2430
  style?: React.CSSProperties | undefined;
@@ -2438,7 +2439,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2438
2439
  accessKey?: string | undefined;
2439
2440
  autoFocus?: boolean | undefined;
2440
2441
  className?: string | undefined;
2441
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
2442
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2442
2443
  contextMenu?: string | undefined;
2443
2444
  dir?: string | undefined;
2444
2445
  draggable?: (boolean | "true" | "false") | undefined;
@@ -2454,7 +2455,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2454
2455
  about?: string | undefined;
2455
2456
  datatype?: string | undefined;
2456
2457
  inlist?: any;
2457
- prefix?: string | undefined;
2458
2458
  property?: string | undefined;
2459
2459
  rel?: string | undefined;
2460
2460
  resource?: string | undefined;
@@ -2472,29 +2472,29 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2472
2472
  results?: number | undefined;
2473
2473
  security?: string | undefined;
2474
2474
  unselectable?: "on" | "off" | undefined;
2475
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2475
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2476
2476
  is?: string | undefined;
2477
2477
  "aria-activedescendant"?: string | undefined;
2478
2478
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
2479
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
2479
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2480
2480
  "aria-busy"?: (boolean | "true" | "false") | undefined;
2481
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
2481
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2482
2482
  "aria-colcount"?: number | undefined;
2483
2483
  "aria-colindex"?: number | undefined;
2484
2484
  "aria-colspan"?: number | undefined;
2485
2485
  "aria-controls"?: string | undefined;
2486
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
2486
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2487
2487
  "aria-describedby"?: string | undefined;
2488
2488
  "aria-details"?: string | undefined;
2489
2489
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
2490
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2490
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2491
2491
  "aria-errormessage"?: string | undefined;
2492
2492
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
2493
2493
  "aria-flowto"?: string | undefined;
2494
2494
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2495
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
2495
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2496
2496
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
2497
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2497
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2498
2498
  "aria-keyshortcuts"?: string | undefined;
2499
2499
  "aria-label"?: string | undefined;
2500
2500
  "aria-labelledby"?: string | undefined;
@@ -2507,9 +2507,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2507
2507
  "aria-owns"?: string | undefined;
2508
2508
  "aria-placeholder"?: string | undefined;
2509
2509
  "aria-posinset"?: number | undefined;
2510
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
2510
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2511
2511
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
2512
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2512
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2513
2513
  "aria-required"?: (boolean | "true" | "false") | undefined;
2514
2514
  "aria-roledescription"?: string | undefined;
2515
2515
  "aria-rowcount"?: number | undefined;
@@ -2522,7 +2522,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2522
2522
  "aria-valuemin"?: number | undefined;
2523
2523
  "aria-valuenow"?: number | undefined;
2524
2524
  "aria-valuetext"?: string | undefined;
2525
- children?: React.ReactNode;
2525
+ children?: React.ReactNode | undefined;
2526
2526
  dangerouslySetInnerHTML?: {
2527
2527
  __html: string | TrustedHTML;
2528
2528
  } | undefined;
@@ -2686,49 +2686,49 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
2686
2686
  onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLDivElement> & React.AnimationEventHandler<HTMLButtonElement>) | undefined;
2687
2687
  onTransitionEnd?: (React.TransitionEventHandler<HTMLDivElement> & React.TransitionEventHandler<HTMLButtonElement>) | undefined;
2688
2688
  onTransitionEndCapture?: (React.TransitionEventHandler<HTMLDivElement> & React.TransitionEventHandler<HTMLButtonElement>) | undefined;
2689
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | ({
2690
- "@sm"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2691
- "@md"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2692
- "@lg"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2693
- "@xl"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2694
- "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2695
- "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2696
- "@hover"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2697
- "@initial"?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2698
- } & {
2699
- [x: string]: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2700
- }) | undefined;
2701
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
2702
- "@sm"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2703
- "@md"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2704
- "@lg"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2705
- "@xl"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2706
- "@reducedMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2707
- "@allowMotion"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2708
- "@hover"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2709
- "@initial"?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2710
- } & {
2711
- [x: string]: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2712
- }) | undefined;
2689
+ type?: "submit" | "reset" | "button" | undefined;
2713
2690
  disabled?: boolean | undefined;
2714
- type?: "button" | "reset" | "submit" | undefined;
2715
2691
  formAction?: string | undefined;
2716
2692
  formEncType?: string | undefined;
2717
2693
  formMethod?: string | undefined;
2718
2694
  formNoValidate?: boolean | undefined;
2719
2695
  formTarget?: string | undefined;
2720
- value?: string | number | readonly string[] | undefined;
2721
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
2722
- "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2723
- "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2724
- "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2725
- "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2726
- "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2727
- "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2728
- "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2729
- "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2696
+ value?: string | readonly string[] | number | undefined;
2697
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | ({
2698
+ "@sm"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2699
+ "@md"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2700
+ "@lg"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2701
+ "@xl"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2702
+ "@reducedMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2703
+ "@allowMotion"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2704
+ "@hover"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2705
+ "@initial"?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2706
+ } & {
2707
+ [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2708
+ }) | undefined;
2709
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | ({
2710
+ "@sm"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2711
+ "@md"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2712
+ "@lg"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2713
+ "@xl"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2714
+ "@reducedMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2715
+ "@allowMotion"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2716
+ "@hover"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2717
+ "@initial"?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2718
+ } & {
2719
+ [x: string]: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
2720
+ }) | undefined;
2721
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | ({
2722
+ "@sm"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2723
+ "@md"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2724
+ "@lg"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2725
+ "@xl"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2726
+ "@reducedMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2727
+ "@allowMotion"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2728
+ "@hover"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2729
+ "@initial"?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2730
2730
  } & {
2731
- [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2731
+ [x: string]: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2732
2732
  }) | undefined;
2733
2733
  state?: "error" | ({
2734
2734
  "@sm"?: "error" | undefined;