@atom-learning/components 3.30.0 → 4.0.0-beta.10

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