@atom-learning/components 4.0.0-beta.9 → 4.1.0

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