@atom-learning/components 4.0.0-beta.8 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/dist/components/accordion/Accordion.d.ts +294 -309
  3. package/dist/components/accordion/AccordionContent.d.ts +292 -307
  4. package/dist/components/accordion/AccordionItem.d.ts +292 -307
  5. package/dist/components/accordion/AccordionTrigger.d.ts +294 -689
  6. package/dist/components/accordion/AccordionTrigger.js +1 -1
  7. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  8. package/dist/components/action-icon/ActionIcon.d.ts +294 -309
  9. package/dist/components/action-icon/ActionIcon.js +1 -1
  10. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  11. package/dist/components/alert-dialog/AlertDialog.d.ts +645 -677
  12. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -307
  13. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  15. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  16. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  17. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  18. package/dist/components/avatar/Avatar.d.ts +589 -1006
  19. package/dist/components/avatar/Avatar.js +1 -1
  20. package/dist/components/avatar/Avatar.js.map +1 -1
  21. package/dist/components/avatar/AvatarInitial.js +1 -1
  22. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  23. package/dist/components/badge/Badge.context.d.ts +2 -2
  24. package/dist/components/badge/Badge.d.ts +1824 -1916
  25. package/dist/components/badge/BadgeIcon.d.ts +585 -615
  26. package/dist/components/badge/BadgeText.d.ts +589 -619
  27. package/dist/components/banner/Banner.d.ts +0 -1
  28. package/dist/components/banner/BannerContainer.d.ts +588 -618
  29. package/dist/components/banner/BannerContext.d.ts +2 -2
  30. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1387 -3028
  31. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -614
  33. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -618
  34. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1388 -2642
  35. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -308
  36. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -617
  37. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -618
  38. package/dist/components/box/Box.d.ts +292 -307
  39. package/dist/components/button/Button.d.ts +293 -308
  40. package/dist/components/button/Button.js +1 -1
  41. package/dist/components/button/Button.js.map +1 -1
  42. package/dist/components/calendar/Calendar.d.ts +2 -2
  43. package/dist/components/calendar/Calendar.js +1 -1
  44. package/dist/components/calendar/Calendar.js.map +1 -1
  45. package/dist/components/calendar/Day.d.ts +292 -307
  46. package/dist/components/calendar/Day.js +1 -1
  47. package/dist/components/calendar/Day.js.map +1 -1
  48. package/dist/components/carousel/Carousel.d.ts +935 -1364
  49. package/dist/components/carousel/CarouselArrows.js +1 -1
  50. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  51. package/dist/components/carousel/CarouselPagination.d.ts +293 -309
  52. package/dist/components/carousel/CarouselPagination.js +1 -1
  53. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  54. package/dist/components/carousel/CarouselSlide.d.ts +293 -308
  55. package/dist/components/carousel/CarouselSlider.d.ts +293 -309
  56. package/dist/components/checkbox/Checkbox.d.ts +292 -307
  57. package/dist/components/checkbox/Checkbox.js +1 -1
  58. package/dist/components/checkbox/Checkbox.js.map +1 -1
  59. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -940
  60. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  61. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  62. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  63. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  64. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  65. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  66. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1381
  67. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  68. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  69. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  70. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  71. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  72. package/dist/components/chip/Chip.d.ts +2058 -2163
  73. package/dist/components/chip/Chip.js +1 -1
  74. package/dist/components/chip/Chip.js.map +1 -1
  75. package/dist/components/chip/ChipGroup.d.ts +1 -1
  76. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +883 -1314
  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 +883 -1314
  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 +1464 -1540
  87. package/dist/components/combobox/ComboboxInput.d.ts +294 -309
  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 -308
  91. package/dist/components/combobox/ComboboxOption.d.ts +293 -308
  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 -308
  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 +3354 -3538
  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 +4 -7
  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 -310
  110. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  111. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  112. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  113. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  114. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  115. package/dist/components/data-table/DataTableTable.js +1 -1
  116. package/dist/components/data-table/DataTableTable.js.map +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 -308
  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 +1465 -2316
  124. package/dist/components/dialog/DialogBackground.d.ts +584 -614
  125. package/dist/components/dialog/DialogClose.d.ts +292 -308
  126. package/dist/components/dialog/DialogContent.d.ts +294 -309
  127. package/dist/components/dialog/DialogContent.js +1 -1
  128. package/dist/components/dialog/DialogContent.js.map +1 -1
  129. package/dist/components/dialog/DialogHeading.js +1 -1
  130. package/dist/components/dialog/DialogHeading.js.map +1 -1
  131. package/dist/components/dismissible/index.d.ts +0 -1
  132. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  133. package/dist/components/dismissible-group/index.d.ts +0 -1
  134. package/dist/components/divider/Divider.d.ts +292 -307
  135. package/dist/components/divider/Divider.js +1 -1
  136. package/dist/components/divider/Divider.js.map +1 -1
  137. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  138. package/dist/components/drawer/Drawer.d.ts +1171 -2018
  139. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  140. package/dist/components/drawer/DrawerContent.d.ts +293 -308
  141. package/dist/components/drawer/DrawerFooter.d.ts +292 -307
  142. package/dist/components/drawer/DrawerHeader.d.ts +292 -307
  143. package/dist/components/drawer/DrawerMain.d.ts +292 -307
  144. package/dist/components/drawer/DrawerOverlay.d.ts +292 -308
  145. package/dist/components/drawer/DrawerTrigger.d.ts +292 -308
  146. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1462 -1916
  147. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +292 -308
  148. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +292 -308
  149. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  150. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  151. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -381
  152. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +292 -308
  153. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  154. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  155. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +292 -308
  156. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  157. package/dist/components/empty-state/EmptyState.d.ts +2058 -2163
  158. package/dist/components/empty-state/EmptyStateBody.d.ts +589 -619
  159. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  160. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  161. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -617
  162. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -309
  163. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  164. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  165. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  166. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  167. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  168. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  169. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  170. package/dist/components/file-input/FileInput.d.ts +1 -1
  171. package/dist/components/flex/Flex.d.ts +295 -310
  172. package/dist/components/form/Form.d.ts +293 -308
  173. package/dist/components/form/validation.d.ts +5 -5
  174. package/dist/components/grid/Grid.d.ts +293 -308
  175. package/dist/components/heading/Heading.d.ts +294 -309
  176. package/dist/components/icon/Icon.d.ts +293 -308
  177. package/dist/components/image/Image.d.ts +293 -308
  178. package/dist/components/index.d.ts +1 -0
  179. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  180. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  181. package/dist/components/inline-message/InlineMessage.d.ts +588 -618
  182. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  183. package/dist/components/input/Input.d.ts +882 -927
  184. package/dist/components/input/Input.js +1 -1
  185. package/dist/components/input/Input.js.map +1 -1
  186. package/dist/components/input-field/InputField.d.ts +1 -1
  187. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
  188. package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
  189. package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
  190. package/dist/components/keyboard-shortcut/index.d.ts +1123 -0
  191. package/dist/components/keyboard-shortcut/index.js +2 -0
  192. package/dist/components/keyboard-shortcut/index.js.map +1 -0
  193. package/dist/components/label/Label.d.ts +293 -308
  194. package/dist/components/label/Label.js +1 -1
  195. package/dist/components/label/Label.js.map +1 -1
  196. package/dist/components/link/Link.d.ts +294 -309
  197. package/dist/components/list/List.d.ts +587 -617
  198. package/dist/components/loader/Loader.d.ts +1 -1
  199. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  200. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  201. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  202. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  203. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -308
  204. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  205. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  206. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  207. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  208. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  209. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  210. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  211. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  212. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  213. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  214. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  215. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  216. package/dist/components/navigation/NavigationMenu.d.ts +2783 -2180
  217. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
  218. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  219. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  220. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  221. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -308
  222. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +587 -617
  223. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  224. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  225. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -307
  226. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -307
  227. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3308 -3475
  228. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
  229. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  230. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  231. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  232. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -308
  233. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -308
  234. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -615
  235. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -308
  236. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  237. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -308
  238. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +292 -308
  239. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +588 -618
  240. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  241. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  242. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  243. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  244. package/dist/components/number-input/NumberInputStepper.js +1 -1
  245. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  246. package/dist/components/pagination/Pagination.d.ts +1 -3
  247. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  248. package/dist/components/pagination/PaginationNextButton.d.ts +587 -617
  249. package/dist/components/pagination/PaginationPopover.js +1 -1
  250. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  251. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -617
  252. package/dist/components/pagination/types.d.ts +3 -4
  253. package/dist/components/password-field/PasswordField.d.ts +1 -1
  254. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  255. package/dist/components/popover/Popover.d.ts +586 -616
  256. package/dist/components/popover/PopoverContent.d.ts +293 -308
  257. package/dist/components/progress-bar/ProgressBar.d.ts +293 -308
  258. package/dist/components/progress-bar/ProgressBar.js +1 -1
  259. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  260. package/dist/components/radio-button/RadioButton.d.ts +293 -308
  261. package/dist/components/radio-button/RadioButton.js +1 -1
  262. package/dist/components/radio-button/RadioButton.js.map +1 -1
  263. package/dist/components/radio-button/RadioButtonGroup.d.ts +292 -308
  264. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -314
  265. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  266. package/dist/components/radio-card/RadioCard.d.ts +293 -308
  267. package/dist/components/radio-card/RadioCard.js +1 -1
  268. package/dist/components/radio-card/RadioCard.js.map +1 -1
  269. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  270. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  271. package/dist/components/search-field/SearchField.d.ts +1 -1
  272. package/dist/components/search-input/SearchInput.d.ts +1 -1
  273. package/dist/components/search-input/SearchInput.js +1 -1
  274. package/dist/components/search-input/SearchInput.js.map +1 -1
  275. package/dist/components/section-message/SectionMessage.d.ts +592 -2573
  276. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  277. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  278. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  279. package/dist/components/select/Select.d.ts +293 -308
  280. package/dist/components/select/Select.js +1 -1
  281. package/dist/components/select/Select.js.map +1 -1
  282. package/dist/components/select-field/SelectField.d.ts +1 -1
  283. package/dist/components/side-bar/SideBar.d.ts +2341 -2461
  284. package/dist/components/side-bar/SideBarComponents.d.ts +2048 -2154
  285. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  286. package/dist/components/slider/Slider.d.ts +294 -309
  287. package/dist/components/slider/Slider.js +1 -1
  288. package/dist/components/slider/Slider.js.map +1 -1
  289. package/dist/components/slider/SliderSteps.d.ts +2 -2
  290. package/dist/components/slider/SliderSteps.js +1 -1
  291. package/dist/components/slider/SliderSteps.js.map +1 -1
  292. package/dist/components/slider/SliderValue.d.ts +2 -2
  293. package/dist/components/slider/SliderValue.js +1 -1
  294. package/dist/components/slider/SliderValue.js.map +1 -1
  295. package/dist/components/slider-field/SliderField.d.ts +1 -1
  296. package/dist/components/sortable/Handle.d.ts +588 -618
  297. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  298. package/dist/components/sortable/SortableItem.d.ts +1 -1
  299. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  300. package/dist/components/sortable/index.d.ts +0 -1
  301. package/dist/components/spacer/Spacer.d.ts +292 -307
  302. package/dist/components/stack-content/StackContent.d.ts +293 -308
  303. package/dist/components/stepper/Stepper.d.ts +2 -816
  304. package/dist/components/stepper/StepperStepBullet.d.ts +587 -617
  305. package/dist/components/stepper/StepperStepBullet.js +1 -1
  306. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  307. package/dist/components/stepper/StepperStepContainer.d.ts +587 -617
  308. package/dist/components/stepper/StepperStepContainer.js +1 -1
  309. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  310. package/dist/components/stepper/StepperStepLabel.d.ts +587 -618
  311. package/dist/components/stepper/StepperStepLabel.js +1 -1
  312. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  313. package/dist/components/stepper/types.d.ts +3 -3
  314. package/dist/components/switch/Switch.d.ts +293 -308
  315. package/dist/components/switch/Switch.js +1 -1
  316. package/dist/components/switch/Switch.js.map +1 -1
  317. package/dist/components/table/Table.d.ts +2342 -2464
  318. package/dist/components/table/Table.js +1 -1
  319. package/dist/components/table/Table.js.map +1 -1
  320. package/dist/components/table/TableBody.d.ts +293 -308
  321. package/dist/components/table/TableBody.js +1 -1
  322. package/dist/components/table/TableBody.js.map +1 -1
  323. package/dist/components/table/TableCell.d.ts +292 -307
  324. package/dist/components/table/TableCell.js +1 -1
  325. package/dist/components/table/TableCell.js.map +1 -1
  326. package/dist/components/table/TableFooter.d.ts +292 -307
  327. package/dist/components/table/TableFooterCell.d.ts +292 -307
  328. package/dist/components/table/TableFooterCell.js +1 -1
  329. package/dist/components/table/TableFooterCell.js.map +1 -1
  330. package/dist/components/table/TableHeader.d.ts +293 -308
  331. package/dist/components/table/TableHeader.js +1 -1
  332. package/dist/components/table/TableHeader.js.map +1 -1
  333. package/dist/components/table/TableHeaderCell.d.ts +292 -307
  334. package/dist/components/table/TableHeaderCell.js +1 -1
  335. package/dist/components/table/TableHeaderCell.js.map +1 -1
  336. package/dist/components/table/TableRow.d.ts +292 -307
  337. package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
  338. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  339. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  340. package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
  341. package/dist/components/table/useStickyColumnsCss.js +1 -1
  342. package/dist/components/table/useStickyColumnsCss.js.map +1 -1
  343. package/dist/components/tabs/Tabs.d.ts +1291 -1355
  344. package/dist/components/tabs/TabsContent.d.ts +292 -308
  345. package/dist/components/tabs/TabsTrigger.d.ts +292 -307
  346. package/dist/components/tabs/TabsTrigger.js +1 -1
  347. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  348. package/dist/components/tabs/TabsTriggerList.d.ts +294 -689
  349. package/dist/components/text/Text.d.ts +295 -310
  350. package/dist/components/text/Text.js +1 -1
  351. package/dist/components/text/Text.js.map +1 -1
  352. package/dist/components/textarea/Textarea.d.ts +293 -308
  353. package/dist/components/textarea/Textarea.js +1 -1
  354. package/dist/components/textarea/Textarea.js.map +1 -1
  355. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  356. package/dist/components/tile/Tile.d.ts +293 -308
  357. package/dist/components/tile/TileGroup.d.ts +295 -310
  358. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -616
  359. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -924
  360. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  361. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  362. package/dist/components/toast/Toast.d.ts +589 -1006
  363. package/dist/components/toast/ToastProvider.d.ts +1 -1
  364. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -614
  365. package/dist/components/toggle-group/ToggleGroupItem.d.ts +584 -615
  366. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  367. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  368. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -309
  369. package/dist/components/toggle-group/index.d.ts +1760 -1851
  370. package/dist/components/tooltip/Tooltip.d.ts +585 -615
  371. package/dist/components/tooltip/TooltipContent.d.ts +293 -308
  372. package/dist/components/tooltip/TooltipContent.js +1 -1
  373. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  374. package/dist/components/top-bar/TopBar.d.ts +1468 -1550
  375. package/dist/components/top-bar/TopBar.js +1 -1
  376. package/dist/components/top-bar/TopBar.js.map +1 -1
  377. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  378. package/dist/components/top-bar/TopBarBrand.d.ts +881 -935
  379. package/dist/components/top-bar/TopBarBrand.js +1 -1
  380. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  381. package/dist/components/tree/Tree.d.ts +3705 -3887
  382. package/dist/components/tree/TreeCollapsible.d.ts +293 -308
  383. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -308
  384. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  385. package/dist/components/tree/TreeIcon.d.ts +585 -615
  386. package/dist/components/tree/TreeItem.d.ts +1 -1
  387. package/dist/components/tree/TreeItemContent.d.ts +296 -311
  388. package/dist/components/tree/TreeList.d.ts +1 -1
  389. package/dist/components/tree/TreeListItem.d.ts +296 -311
  390. package/dist/components/tree/TreeText.d.ts +1 -1
  391. package/dist/components/video/Video.d.ts +293 -308
  392. package/dist/docgen.json +1 -1
  393. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -310
  394. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  395. package/dist/index.cjs.js +1 -1
  396. package/dist/index.cjs.js.map +1 -1
  397. package/dist/index.js +1 -1
  398. package/dist/stitches.d.ts +2446 -2609
  399. package/dist/types/navigatorActions.types.d.ts +1 -1
  400. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  401. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -312
  402. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  403. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  404. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  405. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  406. package/dist/utilities/hooks/useSize.d.ts +2 -2
  407. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  408. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -614
  409. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  410. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  411. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  412. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  413. package/dist/utilities/style/capsize.d.ts +1 -1
  414. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  415. package/dist/utilities/style/focus-visible-style-block.d.ts +4 -3
  416. package/dist/utilities/style/focus-visible-style-block.js +1 -1
  417. package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
  418. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  419. package/dist/utilities/types.d.ts +1 -1
  420. package/dist/utilities/uri/index.d.ts +2 -2
  421. package/package.json +9 -9
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { Box } from '../box';
3
3
  import type { CheckboxGroupItemValue } from './CheckboxGroup.types';
4
- declare type CheckboxGroupRootProps = Omit<React.ComponentProps<typeof Box>, 'defaultChecked'> & {
4
+ type CheckboxGroupRootProps = Omit<React.ComponentProps<typeof Box>, 'defaultChecked'> & {
5
5
  checked?: CheckboxGroupItemValue[];
6
6
  onCheckedChange?: (checked: CheckboxGroupItemValue[]) => void;
7
7
  defaultChecked?: CheckboxGroupItemValue[];
@@ -30,369 +30,354 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
30
30
  hover: string;
31
31
  }, {
32
32
  colors: {
33
- textBold: any;
34
- textRegular: any;
35
- textSubtle: any;
36
- textMinimal: any;
37
- background: any;
38
- backgroundAccent: any;
39
- grey100: any;
40
- grey200: any;
41
- grey300: any;
42
- grey400: any;
43
- grey500: any;
44
- grey600: any;
45
- grey700: any;
46
- grey800: any;
47
- grey900: any;
48
- grey1000: any;
49
- grey1100: any;
50
- grey1200: any;
51
- blue100: any;
52
- blue200: any;
53
- blue300: any;
54
- blue400: any;
55
- blue500: any;
56
- blue600: any;
57
- blue700: any;
58
- blue800: any;
59
- blue900: any;
60
- blue1000: any;
61
- blue1100: any;
62
- blue1200: any;
63
- pink100: any;
64
- pink200: any;
65
- pink300: any;
66
- pink400: any;
67
- pink500: any;
68
- pink600: any;
69
- pink700: any;
70
- pink800: any;
71
- pink900: any;
72
- pink1000: any;
73
- pink1100: any;
74
- pink1200: any;
75
- purple100: any;
76
- purple200: any;
77
- purple300: any;
78
- purple400: any;
79
- purple500: any;
80
- purple600: any;
81
- purple700: any;
82
- purple800: any;
83
- purple900: any;
84
- purple1000: any;
85
- purple1100: any;
86
- purple1200: any;
87
- cyan100: any;
88
- cyan200: any;
89
- cyan300: any;
90
- cyan400: any;
91
- cyan500: any;
92
- cyan600: any;
93
- cyan700: any;
94
- cyan800: any;
95
- cyan900: any;
96
- cyan1000: any;
97
- cyan1100: any;
98
- cyan1200: any;
99
- green100: any;
100
- green200: any;
101
- green300: any;
102
- green400: any;
103
- green500: any;
104
- green600: any;
105
- green700: any;
106
- green800: any;
107
- green900: any;
108
- green1000: any;
109
- green1100: any;
110
- green1200: any;
111
- magenta100: any;
112
- magenta200: any;
113
- magenta300: any;
114
- magenta400: any;
115
- magenta500: any;
116
- magenta600: any;
117
- magenta700: any;
118
- magenta800: any;
119
- magenta900: any;
120
- magenta1000: any;
121
- magenta1100: any;
122
- magenta1200: any;
123
- red100: any;
124
- red200: any;
125
- red300: any;
126
- red400: any;
127
- red500: any;
128
- red600: any;
129
- red700: any;
130
- red800: any;
131
- red900: any;
132
- red1000: any;
133
- red1100: any;
134
- red1200: any;
135
- teal100: any;
136
- teal200: any;
137
- teal300: any;
138
- teal400: any;
139
- teal500: any;
140
- teal600: any;
141
- teal700: any;
142
- teal800: any;
143
- teal900: any;
144
- teal1000: any;
145
- teal1100: any;
146
- teal1200: any;
147
- orange100: any;
148
- orange200: any;
149
- orange300: any;
150
- orange400: any;
151
- orange500: any;
152
- orange600: any;
153
- orange700: any;
154
- orange800: any;
155
- orange900: any;
156
- orange1000: any;
157
- orange1100: any;
158
- orange1200: any;
159
- yellow100: any;
160
- yellow200: any;
161
- yellow300: any;
162
- yellow400: any;
163
- yellow500: any;
164
- yellow600: any;
165
- yellow700: any;
166
- yellow800: any;
167
- yellow900: any;
168
- yellow1000: any;
169
- yellow1100: any;
170
- yellow1200: any;
171
- lime100: any;
172
- lime200: any;
173
- lime300: any;
174
- lime400: any;
175
- lime500: any;
176
- lime600: any;
177
- lime700: any;
178
- lime800: any;
179
- lime900: any;
180
- lime1000: any;
181
- lime1100: any;
182
- lime1200: any;
183
- lapis100: any;
184
- lapis200: any;
185
- lapis300: any;
186
- lapis400: any;
187
- lapis500: any;
188
- lapis600: any;
189
- lapis700: any;
190
- lapis800: any;
191
- lapis900: any;
192
- lapis1000: any;
193
- lapis1100: any;
194
- lapis1200: any;
195
- maroon100: any;
196
- maroon200: any;
197
- maroon300: any;
198
- maroon400: any;
199
- maroon500: any;
200
- maroon600: any;
201
- maroon700: any;
202
- maroon800: any;
203
- maroon900: any;
204
- maroon1000: any;
205
- maroon1100: any;
206
- maroon1200: any;
207
- marsh100: any;
208
- marsh200: any;
209
- marsh300: any;
210
- marsh400: any;
211
- marsh500: any;
212
- marsh600: any;
213
- marsh700: any;
214
- marsh800: any;
215
- marsh900: any;
216
- marsh1000: any;
217
- marsh1100: any;
218
- marsh1200: any;
219
- tonal50: any;
220
- tonal100: any;
221
- tonal200: any;
222
- tonal300: any;
223
- tonal400: any;
224
- tonal500: any;
225
- tonal600: any;
226
- alpha100: any;
227
- alpha150: any;
228
- alpha200: any;
229
- alpha250: any;
230
- alpha600: any;
231
- brandRed: any;
232
- brandRedAccent: any;
233
- brandGreen: any;
234
- brandGreenAccent: any;
235
- brandPurple: any;
236
- brandPurpleAccent: any;
237
- brandYellow: any;
238
- brandYellowAccent: any;
239
- infoLight: any;
240
- info: any;
241
- infoMid: any;
242
- infoDark: any;
243
- successLight: any;
244
- success: any;
245
- successMid: any;
246
- successDark: any;
247
- dangerLight: any;
248
- danger: any;
249
- dangerMid: any;
250
- dangerDark: any;
251
- warningLight: any;
252
- warning: any;
253
- warningMid: any;
254
- warningDark: any;
255
- warningText: any;
256
- subjectEnglish: any;
257
- subjectMaths: any;
258
- subjectScience: any;
259
- subjectVerbalReasoning: any;
260
- subjectNonVerbalReasoning: any;
261
- subjectCreativeWriting: any;
262
- subjectExamSkills: any;
263
- glBlueLight: any;
264
- glBluePrimary: any;
265
- glBlueDark: any;
266
- primary100: any;
267
- primary200: any;
268
- primary300: any;
269
- primary400: any;
270
- primary500: any;
271
- primary600: any;
272
- primary700: any;
273
- primary800: any;
274
- primary900: any;
275
- primary1000: any;
276
- primary1100: any;
277
- primary1200: any;
33
+ textBold: string;
34
+ textRegular: string;
35
+ textSubtle: string;
36
+ textMinimal: string;
37
+ background: string;
38
+ backgroundAccent: string;
39
+ grey100: string;
40
+ grey200: string;
41
+ grey300: string;
42
+ grey400: string;
43
+ grey500: string;
44
+ grey600: string;
45
+ grey700: string;
46
+ grey800: string;
47
+ grey900: string;
48
+ grey1000: string;
49
+ grey1100: string;
50
+ grey1200: string;
51
+ blue100: string;
52
+ blue200: string;
53
+ blue300: string;
54
+ blue400: string;
55
+ blue500: string;
56
+ blue600: string;
57
+ blue700: string;
58
+ blue800: string;
59
+ blue900: string;
60
+ blue1000: string;
61
+ blue1100: string;
62
+ blue1200: string;
63
+ pink100: string;
64
+ pink200: string;
65
+ pink300: string;
66
+ pink400: string;
67
+ pink500: string;
68
+ pink600: string;
69
+ pink700: string;
70
+ pink800: string;
71
+ pink900: string;
72
+ pink1000: string;
73
+ pink1100: string;
74
+ pink1200: string;
75
+ purple100: string;
76
+ purple200: string;
77
+ purple300: string;
78
+ purple400: string;
79
+ purple500: string;
80
+ purple600: string;
81
+ purple700: string;
82
+ purple800: string;
83
+ purple900: string;
84
+ purple1000: string;
85
+ purple1100: string;
86
+ purple1200: string;
87
+ cyan100: string;
88
+ cyan200: string;
89
+ cyan300: string;
90
+ cyan400: string;
91
+ cyan500: string;
92
+ cyan600: string;
93
+ cyan700: string;
94
+ cyan800: string;
95
+ cyan900: string;
96
+ cyan1000: string;
97
+ cyan1100: string;
98
+ cyan1200: string;
99
+ green100: string;
100
+ green200: string;
101
+ green300: string;
102
+ green400: string;
103
+ green500: string;
104
+ green600: string;
105
+ green700: string;
106
+ green800: string;
107
+ green900: string;
108
+ green1000: string;
109
+ green1100: string;
110
+ green1200: string;
111
+ magenta100: string;
112
+ magenta200: string;
113
+ magenta300: string;
114
+ magenta400: string;
115
+ magenta500: string;
116
+ magenta600: string;
117
+ magenta700: string;
118
+ magenta800: string;
119
+ magenta900: string;
120
+ magenta1000: string;
121
+ magenta1100: string;
122
+ magenta1200: string;
123
+ red100: string;
124
+ red200: string;
125
+ red300: string;
126
+ red400: string;
127
+ red500: string;
128
+ red600: string;
129
+ red700: string;
130
+ red800: string;
131
+ red900: string;
132
+ red1000: string;
133
+ red1100: string;
134
+ red1200: string;
135
+ teal100: string;
136
+ teal200: string;
137
+ teal300: string;
138
+ teal400: string;
139
+ teal500: string;
140
+ teal600: string;
141
+ teal700: string;
142
+ teal800: string;
143
+ teal900: string;
144
+ teal1000: string;
145
+ teal1100: string;
146
+ teal1200: string;
147
+ orange100: string;
148
+ orange200: string;
149
+ orange300: string;
150
+ orange400: string;
151
+ orange500: string;
152
+ orange600: string;
153
+ orange700: string;
154
+ orange800: string;
155
+ orange900: string;
156
+ orange1000: string;
157
+ orange1100: string;
158
+ orange1200: string;
159
+ yellow100: string;
160
+ yellow200: string;
161
+ yellow300: string;
162
+ yellow400: string;
163
+ yellow500: string;
164
+ yellow600: string;
165
+ yellow700: string;
166
+ yellow800: string;
167
+ yellow900: string;
168
+ yellow1000: string;
169
+ yellow1100: string;
170
+ yellow1200: string;
171
+ lime100: string;
172
+ lime200: string;
173
+ lime300: string;
174
+ lime400: string;
175
+ lime500: string;
176
+ lime600: string;
177
+ lime700: string;
178
+ lime800: string;
179
+ lime900: string;
180
+ lime1000: string;
181
+ lime1100: string;
182
+ lime1200: string;
183
+ lapis100: string;
184
+ lapis200: string;
185
+ lapis300: string;
186
+ lapis400: string;
187
+ lapis500: string;
188
+ lapis600: string;
189
+ lapis700: string;
190
+ lapis800: string;
191
+ lapis900: string;
192
+ lapis1000: string;
193
+ lapis1100: string;
194
+ lapis1200: string;
195
+ maroon100: string;
196
+ maroon200: string;
197
+ maroon300: string;
198
+ maroon400: string;
199
+ maroon500: string;
200
+ maroon600: string;
201
+ maroon700: string;
202
+ maroon800: string;
203
+ maroon900: string;
204
+ maroon1000: string;
205
+ maroon1100: string;
206
+ maroon1200: string;
207
+ marsh100: string;
208
+ marsh200: string;
209
+ marsh300: string;
210
+ marsh400: string;
211
+ marsh500: string;
212
+ marsh600: string;
213
+ marsh700: string;
214
+ marsh800: string;
215
+ marsh900: string;
216
+ marsh1000: string;
217
+ marsh1100: string;
218
+ marsh1200: string;
219
+ alpha100: string;
220
+ alpha150: string;
221
+ alpha200: string;
222
+ alpha250: string;
223
+ alpha600: string;
224
+ infoLight: string;
225
+ info: string;
226
+ infoMid: string;
227
+ infoDark: string;
228
+ successLight: string;
229
+ success: string;
230
+ successMid: string;
231
+ successDark: string;
232
+ dangerLight: string;
233
+ danger: string;
234
+ dangerMid: string;
235
+ dangerDark: string;
236
+ warningLight: string;
237
+ warning: string;
238
+ warningMid: string;
239
+ warningDark: string;
240
+ warningText: string;
241
+ subjectEnglish: string;
242
+ subjectMaths: string;
243
+ subjectScience: string;
244
+ subjectVerbalReasoning: string;
245
+ subjectNonVerbalReasoning: string;
246
+ subjectCreativeWriting: string;
247
+ subjectExamSkills: string;
248
+ glBlueLight: string;
249
+ glBluePrimary: string;
250
+ glBlueDark: string;
251
+ primary100: string;
252
+ primary200: string;
253
+ primary300: string;
254
+ primary400: string;
255
+ primary500: string;
256
+ primary600: string;
257
+ primary700: string;
258
+ primary800: string;
259
+ primary900: string;
260
+ primary1000: string;
261
+ primary1100: string;
262
+ primary1200: string;
278
263
  };
279
264
  space: {
280
- "0": any;
281
- "1": any;
282
- "2": any;
283
- "3": any;
284
- "4": any;
285
- "5": any;
286
- "6": any;
287
- "7": any;
288
- "8": any;
289
- "9": any;
290
- "24": any;
265
+ "0": string;
266
+ "1": string;
267
+ "2": string;
268
+ "3": string;
269
+ "4": string;
270
+ "5": string;
271
+ "6": string;
272
+ "7": string;
273
+ "8": string;
274
+ "9": string;
275
+ "24": string;
291
276
  };
292
277
  fontSizes: {
293
- xs: any;
294
- sm: any;
295
- md: any;
296
- lg: any;
297
- xl: any;
298
- "2xl": any;
299
- "3xl": any;
300
- "4xl": any;
278
+ xs: string;
279
+ sm: string;
280
+ md: string;
281
+ lg: string;
282
+ xl: string;
283
+ "2xl": string;
284
+ "3xl": string;
285
+ "4xl": string;
301
286
  };
302
287
  fonts: {
303
- sans: any;
304
- mono: any;
305
- display: any;
306
- body: any;
288
+ sans: string;
289
+ mono: string;
290
+ display: string;
291
+ body: string;
307
292
  };
308
293
  sizes: {
309
- "0": any;
310
- "1": any;
311
- "2": any;
312
- "3": any;
313
- "4": any;
314
- "5": any;
315
- "6": any;
316
- "7": any;
317
- "8": any;
294
+ "0": string;
295
+ "1": string;
296
+ "2": string;
297
+ "3": string;
298
+ "4": string;
299
+ "5": string;
300
+ "6": string;
301
+ "7": string;
302
+ "8": string;
318
303
  };
319
304
  radii: {
320
- "0": any;
321
- "1": any;
322
- "2": any;
323
- "3": any;
324
- round: any;
305
+ "0": string;
306
+ "1": string;
307
+ "2": string;
308
+ "3": string;
309
+ round: string;
325
310
  };
326
311
  shadows: {
327
- "0": any;
328
- "1": any;
329
- "2": any;
330
- "3": any;
312
+ "0": string;
313
+ "1": string;
314
+ "2": string;
315
+ "3": string;
331
316
  };
332
317
  ratios: {
333
- "16-9": any;
334
- "3-2": any;
335
- "4-3": any;
336
- "1-1": any;
337
- "3-4": any;
318
+ "16-9": string;
319
+ "3-2": string;
320
+ "4-3": string;
321
+ "1-1": string;
322
+ "3-4": string;
338
323
  };
339
324
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
340
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
325
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
341
326
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
342
327
  };
343
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
328
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
344
329
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
345
330
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
346
331
  };
347
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
348
333
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
334
  };
350
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
351
336
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
337
  };
353
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
354
339
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
355
340
  };
356
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
357
342
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
358
343
  };
359
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
360
345
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
361
346
  };
362
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
363
348
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
349
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
350
  };
366
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
351
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
367
352
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
353
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
354
  };
370
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
371
356
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
357
  };
373
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
374
359
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
360
  };
376
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
377
362
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
378
363
  };
379
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
380
365
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
381
366
  };
382
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
383
368
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
384
369
  };
385
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
370
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
386
371
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
387
372
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
388
373
  };
389
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
374
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
390
375
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
391
376
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
392
377
  };
393
378
  }> | undefined;
394
379
  }, "defaultChecked" | "checked" | "onCheckedChange"> & {
395
- onCheckedChange?: ((newChecked: boolean) => void) | undefined;
380
+ onCheckedChange?: (newChecked: boolean) => void;
396
381
  }) => JSX.Element;
397
382
  AllItem: ({ onCheckedChange, title, ...rest }: {
398
383
  color?: string | undefined;
@@ -420,367 +405,353 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
420
405
  hover: string;
421
406
  }, {
422
407
  colors: {
423
- textBold: any;
424
- textRegular: any;
425
- textSubtle: any;
426
- textMinimal: any;
427
- background: any;
428
- backgroundAccent: any;
429
- grey100: any;
430
- grey200: any;
431
- grey300: any;
432
- grey400: any;
433
- grey500: any;
434
- grey600: any;
435
- grey700: any;
436
- grey800: any;
437
- grey900: any;
438
- grey1000: any;
439
- grey1100: any;
440
- grey1200: any;
441
- blue100: any;
442
- blue200: any;
443
- blue300: any;
444
- blue400: any;
445
- blue500: any;
446
- blue600: any;
447
- blue700: any;
448
- blue800: any;
449
- blue900: any;
450
- blue1000: any;
451
- blue1100: any;
452
- blue1200: any;
453
- pink100: any;
454
- pink200: any;
455
- pink300: any;
456
- pink400: any;
457
- pink500: any;
458
- pink600: any;
459
- pink700: any;
460
- pink800: any;
461
- pink900: any;
462
- pink1000: any;
463
- pink1100: any;
464
- pink1200: any;
465
- purple100: any;
466
- purple200: any;
467
- purple300: any;
468
- purple400: any;
469
- purple500: any;
470
- purple600: any;
471
- purple700: any;
472
- purple800: any;
473
- purple900: any;
474
- purple1000: any;
475
- purple1100: any;
476
- purple1200: any;
477
- cyan100: any;
478
- cyan200: any;
479
- cyan300: any;
480
- cyan400: any;
481
- cyan500: any;
482
- cyan600: any;
483
- cyan700: any;
484
- cyan800: any;
485
- cyan900: any;
486
- cyan1000: any;
487
- cyan1100: any;
488
- cyan1200: any;
489
- green100: any;
490
- green200: any;
491
- green300: any;
492
- green400: any;
493
- green500: any;
494
- green600: any;
495
- green700: any;
496
- green800: any;
497
- green900: any;
498
- green1000: any;
499
- green1100: any;
500
- green1200: any;
501
- magenta100: any;
502
- magenta200: any;
503
- magenta300: any;
504
- magenta400: any;
505
- magenta500: any;
506
- magenta600: any;
507
- magenta700: any;
508
- magenta800: any;
509
- magenta900: any;
510
- magenta1000: any;
511
- magenta1100: any;
512
- magenta1200: any;
513
- red100: any;
514
- red200: any;
515
- red300: any;
516
- red400: any;
517
- red500: any;
518
- red600: any;
519
- red700: any;
520
- red800: any;
521
- red900: any;
522
- red1000: any;
523
- red1100: any;
524
- red1200: any;
525
- teal100: any;
526
- teal200: any;
527
- teal300: any;
528
- teal400: any;
529
- teal500: any;
530
- teal600: any;
531
- teal700: any;
532
- teal800: any;
533
- teal900: any;
534
- teal1000: any;
535
- teal1100: any;
536
- teal1200: any;
537
- orange100: any;
538
- orange200: any;
539
- orange300: any;
540
- orange400: any;
541
- orange500: any;
542
- orange600: any;
543
- orange700: any;
544
- orange800: any;
545
- orange900: any;
546
- orange1000: any;
547
- orange1100: any;
548
- orange1200: any;
549
- yellow100: any;
550
- yellow200: any;
551
- yellow300: any;
552
- yellow400: any;
553
- yellow500: any;
554
- yellow600: any;
555
- yellow700: any;
556
- yellow800: any;
557
- yellow900: any;
558
- yellow1000: any;
559
- yellow1100: any;
560
- yellow1200: any;
561
- lime100: any;
562
- lime200: any;
563
- lime300: any;
564
- lime400: any;
565
- lime500: any;
566
- lime600: any;
567
- lime700: any;
568
- lime800: any;
569
- lime900: any;
570
- lime1000: any;
571
- lime1100: any;
572
- lime1200: any;
573
- lapis100: any;
574
- lapis200: any;
575
- lapis300: any;
576
- lapis400: any;
577
- lapis500: any;
578
- lapis600: any;
579
- lapis700: any;
580
- lapis800: any;
581
- lapis900: any;
582
- lapis1000: any;
583
- lapis1100: any;
584
- lapis1200: any;
585
- maroon100: any;
586
- maroon200: any;
587
- maroon300: any;
588
- maroon400: any;
589
- maroon500: any;
590
- maroon600: any;
591
- maroon700: any;
592
- maroon800: any;
593
- maroon900: any;
594
- maroon1000: any;
595
- maroon1100: any;
596
- maroon1200: any;
597
- marsh100: any;
598
- marsh200: any;
599
- marsh300: any;
600
- marsh400: any;
601
- marsh500: any;
602
- marsh600: any;
603
- marsh700: any;
604
- marsh800: any;
605
- marsh900: any;
606
- marsh1000: any;
607
- marsh1100: any;
608
- marsh1200: any;
609
- tonal50: any;
610
- tonal100: any;
611
- tonal200: any;
612
- tonal300: any;
613
- tonal400: any;
614
- tonal500: any;
615
- tonal600: any;
616
- alpha100: any;
617
- alpha150: any;
618
- alpha200: any;
619
- alpha250: any;
620
- alpha600: any;
621
- brandRed: any;
622
- brandRedAccent: any;
623
- brandGreen: any;
624
- brandGreenAccent: any;
625
- brandPurple: any;
626
- brandPurpleAccent: any;
627
- brandYellow: any;
628
- brandYellowAccent: any;
629
- infoLight: any;
630
- info: any;
631
- infoMid: any;
632
- infoDark: any;
633
- successLight: any;
634
- success: any;
635
- successMid: any;
636
- successDark: any;
637
- dangerLight: any;
638
- danger: any;
639
- dangerMid: any;
640
- dangerDark: any;
641
- warningLight: any;
642
- warning: any;
643
- warningMid: any;
644
- warningDark: any;
645
- warningText: any;
646
- subjectEnglish: any;
647
- subjectMaths: any;
648
- subjectScience: any;
649
- subjectVerbalReasoning: any;
650
- subjectNonVerbalReasoning: any;
651
- subjectCreativeWriting: any;
652
- subjectExamSkills: any;
653
- glBlueLight: any;
654
- glBluePrimary: any;
655
- glBlueDark: any;
656
- primary100: any;
657
- primary200: any;
658
- primary300: any;
659
- primary400: any;
660
- primary500: any;
661
- primary600: any;
662
- primary700: any;
663
- primary800: any;
664
- primary900: any;
665
- primary1000: any;
666
- primary1100: any;
667
- primary1200: any;
408
+ textBold: string;
409
+ textRegular: string;
410
+ textSubtle: string;
411
+ textMinimal: string;
412
+ background: string;
413
+ backgroundAccent: string;
414
+ grey100: string;
415
+ grey200: string;
416
+ grey300: string;
417
+ grey400: string;
418
+ grey500: string;
419
+ grey600: string;
420
+ grey700: string;
421
+ grey800: string;
422
+ grey900: string;
423
+ grey1000: string;
424
+ grey1100: string;
425
+ grey1200: string;
426
+ blue100: string;
427
+ blue200: string;
428
+ blue300: string;
429
+ blue400: string;
430
+ blue500: string;
431
+ blue600: string;
432
+ blue700: string;
433
+ blue800: string;
434
+ blue900: string;
435
+ blue1000: string;
436
+ blue1100: string;
437
+ blue1200: string;
438
+ pink100: string;
439
+ pink200: string;
440
+ pink300: string;
441
+ pink400: string;
442
+ pink500: string;
443
+ pink600: string;
444
+ pink700: string;
445
+ pink800: string;
446
+ pink900: string;
447
+ pink1000: string;
448
+ pink1100: string;
449
+ pink1200: string;
450
+ purple100: string;
451
+ purple200: string;
452
+ purple300: string;
453
+ purple400: string;
454
+ purple500: string;
455
+ purple600: string;
456
+ purple700: string;
457
+ purple800: string;
458
+ purple900: string;
459
+ purple1000: string;
460
+ purple1100: string;
461
+ purple1200: string;
462
+ cyan100: string;
463
+ cyan200: string;
464
+ cyan300: string;
465
+ cyan400: string;
466
+ cyan500: string;
467
+ cyan600: string;
468
+ cyan700: string;
469
+ cyan800: string;
470
+ cyan900: string;
471
+ cyan1000: string;
472
+ cyan1100: string;
473
+ cyan1200: string;
474
+ green100: string;
475
+ green200: string;
476
+ green300: string;
477
+ green400: string;
478
+ green500: string;
479
+ green600: string;
480
+ green700: string;
481
+ green800: string;
482
+ green900: string;
483
+ green1000: string;
484
+ green1100: string;
485
+ green1200: string;
486
+ magenta100: string;
487
+ magenta200: string;
488
+ magenta300: string;
489
+ magenta400: string;
490
+ magenta500: string;
491
+ magenta600: string;
492
+ magenta700: string;
493
+ magenta800: string;
494
+ magenta900: string;
495
+ magenta1000: string;
496
+ magenta1100: string;
497
+ magenta1200: string;
498
+ red100: string;
499
+ red200: string;
500
+ red300: string;
501
+ red400: string;
502
+ red500: string;
503
+ red600: string;
504
+ red700: string;
505
+ red800: string;
506
+ red900: string;
507
+ red1000: string;
508
+ red1100: string;
509
+ red1200: string;
510
+ teal100: string;
511
+ teal200: string;
512
+ teal300: string;
513
+ teal400: string;
514
+ teal500: string;
515
+ teal600: string;
516
+ teal700: string;
517
+ teal800: string;
518
+ teal900: string;
519
+ teal1000: string;
520
+ teal1100: string;
521
+ teal1200: string;
522
+ orange100: string;
523
+ orange200: string;
524
+ orange300: string;
525
+ orange400: string;
526
+ orange500: string;
527
+ orange600: string;
528
+ orange700: string;
529
+ orange800: string;
530
+ orange900: string;
531
+ orange1000: string;
532
+ orange1100: string;
533
+ orange1200: string;
534
+ yellow100: string;
535
+ yellow200: string;
536
+ yellow300: string;
537
+ yellow400: string;
538
+ yellow500: string;
539
+ yellow600: string;
540
+ yellow700: string;
541
+ yellow800: string;
542
+ yellow900: string;
543
+ yellow1000: string;
544
+ yellow1100: string;
545
+ yellow1200: string;
546
+ lime100: string;
547
+ lime200: string;
548
+ lime300: string;
549
+ lime400: string;
550
+ lime500: string;
551
+ lime600: string;
552
+ lime700: string;
553
+ lime800: string;
554
+ lime900: string;
555
+ lime1000: string;
556
+ lime1100: string;
557
+ lime1200: string;
558
+ lapis100: string;
559
+ lapis200: string;
560
+ lapis300: string;
561
+ lapis400: string;
562
+ lapis500: string;
563
+ lapis600: string;
564
+ lapis700: string;
565
+ lapis800: string;
566
+ lapis900: string;
567
+ lapis1000: string;
568
+ lapis1100: string;
569
+ lapis1200: string;
570
+ maroon100: string;
571
+ maroon200: string;
572
+ maroon300: string;
573
+ maroon400: string;
574
+ maroon500: string;
575
+ maroon600: string;
576
+ maroon700: string;
577
+ maroon800: string;
578
+ maroon900: string;
579
+ maroon1000: string;
580
+ maroon1100: string;
581
+ maroon1200: string;
582
+ marsh100: string;
583
+ marsh200: string;
584
+ marsh300: string;
585
+ marsh400: string;
586
+ marsh500: string;
587
+ marsh600: string;
588
+ marsh700: string;
589
+ marsh800: string;
590
+ marsh900: string;
591
+ marsh1000: string;
592
+ marsh1100: string;
593
+ marsh1200: string;
594
+ alpha100: string;
595
+ alpha150: string;
596
+ alpha200: string;
597
+ alpha250: string;
598
+ alpha600: string;
599
+ infoLight: string;
600
+ info: string;
601
+ infoMid: string;
602
+ infoDark: string;
603
+ successLight: string;
604
+ success: string;
605
+ successMid: string;
606
+ successDark: string;
607
+ dangerLight: string;
608
+ danger: string;
609
+ dangerMid: string;
610
+ dangerDark: string;
611
+ warningLight: string;
612
+ warning: string;
613
+ warningMid: string;
614
+ warningDark: string;
615
+ warningText: string;
616
+ subjectEnglish: string;
617
+ subjectMaths: string;
618
+ subjectScience: string;
619
+ subjectVerbalReasoning: string;
620
+ subjectNonVerbalReasoning: string;
621
+ subjectCreativeWriting: string;
622
+ subjectExamSkills: string;
623
+ glBlueLight: string;
624
+ glBluePrimary: string;
625
+ glBlueDark: string;
626
+ primary100: string;
627
+ primary200: string;
628
+ primary300: string;
629
+ primary400: string;
630
+ primary500: string;
631
+ primary600: string;
632
+ primary700: string;
633
+ primary800: string;
634
+ primary900: string;
635
+ primary1000: string;
636
+ primary1100: string;
637
+ primary1200: string;
668
638
  };
669
639
  space: {
670
- "0": any;
671
- "1": any;
672
- "2": any;
673
- "3": any;
674
- "4": any;
675
- "5": any;
676
- "6": any;
677
- "7": any;
678
- "8": any;
679
- "9": any;
680
- "24": any;
640
+ "0": string;
641
+ "1": string;
642
+ "2": string;
643
+ "3": string;
644
+ "4": string;
645
+ "5": string;
646
+ "6": string;
647
+ "7": string;
648
+ "8": string;
649
+ "9": string;
650
+ "24": string;
681
651
  };
682
652
  fontSizes: {
683
- xs: any;
684
- sm: any;
685
- md: any;
686
- lg: any;
687
- xl: any;
688
- "2xl": any;
689
- "3xl": any;
690
- "4xl": any;
653
+ xs: string;
654
+ sm: string;
655
+ md: string;
656
+ lg: string;
657
+ xl: string;
658
+ "2xl": string;
659
+ "3xl": string;
660
+ "4xl": string;
691
661
  };
692
662
  fonts: {
693
- sans: any;
694
- mono: any;
695
- display: any;
696
- body: any;
663
+ sans: string;
664
+ mono: string;
665
+ display: string;
666
+ body: string;
697
667
  };
698
668
  sizes: {
699
- "0": any;
700
- "1": any;
701
- "2": any;
702
- "3": any;
703
- "4": any;
704
- "5": any;
705
- "6": any;
706
- "7": any;
707
- "8": any;
669
+ "0": string;
670
+ "1": string;
671
+ "2": string;
672
+ "3": string;
673
+ "4": string;
674
+ "5": string;
675
+ "6": string;
676
+ "7": string;
677
+ "8": string;
708
678
  };
709
679
  radii: {
710
- "0": any;
711
- "1": any;
712
- "2": any;
713
- "3": any;
714
- round: any;
680
+ "0": string;
681
+ "1": string;
682
+ "2": string;
683
+ "3": string;
684
+ round: string;
715
685
  };
716
686
  shadows: {
717
- "0": any;
718
- "1": any;
719
- "2": any;
720
- "3": any;
687
+ "0": string;
688
+ "1": string;
689
+ "2": string;
690
+ "3": string;
721
691
  };
722
692
  ratios: {
723
- "16-9": any;
724
- "3-2": any;
725
- "4-3": any;
726
- "1-1": any;
727
- "3-4": any;
693
+ "16-9": string;
694
+ "3-2": string;
695
+ "4-3": string;
696
+ "1-1": string;
697
+ "3-4": string;
728
698
  };
729
699
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
730
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
700
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
731
701
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
732
702
  };
733
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
703
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
734
704
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
735
705
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
736
706
  };
737
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
707
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
738
708
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
709
  };
740
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
710
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
741
711
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
712
  };
743
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
713
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
744
714
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
715
  };
746
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
716
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
747
717
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
718
  };
749
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
750
720
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
751
721
  };
752
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
753
723
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
724
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
725
  };
756
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
726
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
757
727
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
728
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
759
729
  };
760
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
730
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
761
731
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
762
732
  };
763
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
733
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
764
734
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
765
735
  };
766
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
736
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
767
737
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
768
738
  };
769
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
739
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
770
740
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
771
741
  };
772
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
742
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
773
743
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
774
744
  };
775
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
745
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
776
746
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
777
747
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
778
748
  };
779
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
749
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
780
750
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
781
751
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
782
752
  };
783
753
  }> | undefined;
754
+ prefix?: string | undefined;
784
755
  form?: string | undefined;
785
756
  slot?: string | undefined;
786
757
  style?: React.CSSProperties | undefined;
@@ -794,7 +765,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
794
765
  accessKey?: string | undefined;
795
766
  autoFocus?: boolean | undefined;
796
767
  className?: string | undefined;
797
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
768
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
798
769
  contextMenu?: string | undefined;
799
770
  dir?: string | undefined;
800
771
  draggable?: (boolean | "true" | "false") | undefined;
@@ -810,7 +781,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
810
781
  about?: string | undefined;
811
782
  datatype?: string | undefined;
812
783
  inlist?: any;
813
- prefix?: string | undefined;
814
784
  property?: string | undefined;
815
785
  rel?: string | undefined;
816
786
  resource?: string | undefined;
@@ -828,29 +798,29 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
828
798
  results?: number | undefined;
829
799
  security?: string | undefined;
830
800
  unselectable?: "on" | "off" | undefined;
831
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
801
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
832
802
  is?: string | undefined;
833
803
  "aria-activedescendant"?: string | undefined;
834
804
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
835
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
805
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
836
806
  "aria-busy"?: (boolean | "true" | "false") | undefined;
837
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
807
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
838
808
  "aria-colcount"?: number | undefined;
839
809
  "aria-colindex"?: number | undefined;
840
810
  "aria-colspan"?: number | undefined;
841
811
  "aria-controls"?: string | undefined;
842
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
812
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
843
813
  "aria-describedby"?: string | undefined;
844
814
  "aria-details"?: string | undefined;
845
815
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
846
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
816
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
847
817
  "aria-errormessage"?: string | undefined;
848
818
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
849
819
  "aria-flowto"?: string | undefined;
850
820
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
851
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
821
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
852
822
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
853
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
823
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
854
824
  "aria-keyshortcuts"?: string | undefined;
855
825
  "aria-label"?: string | undefined;
856
826
  "aria-labelledby"?: string | undefined;
@@ -863,9 +833,9 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
863
833
  "aria-owns"?: string | undefined;
864
834
  "aria-placeholder"?: string | undefined;
865
835
  "aria-posinset"?: number | undefined;
866
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
836
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
867
837
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
868
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
838
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
869
839
  "aria-required"?: (boolean | "true" | "false") | undefined;
870
840
  "aria-roledescription"?: string | undefined;
871
841
  "aria-rowcount"?: number | undefined;
@@ -878,7 +848,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
878
848
  "aria-valuemin"?: number | undefined;
879
849
  "aria-valuenow"?: number | undefined;
880
850
  "aria-valuetext"?: string | undefined;
881
- children?: React.ReactNode;
851
+ children?: React.ReactNode | undefined;
882
852
  dangerouslySetInnerHTML?: {
883
853
  __html: string | TrustedHTML;
884
854
  } | undefined;
@@ -1042,16 +1012,16 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
1042
1012
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
1043
1013
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1044
1014
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1045
- required?: boolean | undefined;
1046
- asChild?: boolean | undefined;
1015
+ type?: "submit" | "reset" | "button" | undefined;
1047
1016
  disabled?: boolean | undefined;
1048
- type?: "button" | "reset" | "submit" | undefined;
1049
1017
  formAction?: string | undefined;
1050
1018
  formEncType?: string | undefined;
1051
1019
  formMethod?: string | undefined;
1052
1020
  formNoValidate?: boolean | undefined;
1053
1021
  formTarget?: string | undefined;
1054
- value?: string | number | readonly string[] | undefined;
1022
+ value?: string | readonly string[] | number | undefined;
1023
+ required?: boolean | undefined;
1024
+ asChild?: boolean | undefined;
1055
1025
  state?: "error" | ({
1056
1026
  "@sm"?: "error" | undefined;
1057
1027
  "@md"?: "error" | undefined;
@@ -1087,369 +1057,354 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
1087
1057
  hover: string;
1088
1058
  }, {
1089
1059
  colors: {
1090
- textBold: any;
1091
- textRegular: any;
1092
- textSubtle: any;
1093
- textMinimal: any;
1094
- background: any;
1095
- backgroundAccent: any;
1096
- grey100: any;
1097
- grey200: any;
1098
- grey300: any;
1099
- grey400: any;
1100
- grey500: any;
1101
- grey600: any;
1102
- grey700: any;
1103
- grey800: any;
1104
- grey900: any;
1105
- grey1000: any;
1106
- grey1100: any;
1107
- grey1200: any;
1108
- blue100: any;
1109
- blue200: any;
1110
- blue300: any;
1111
- blue400: any;
1112
- blue500: any;
1113
- blue600: any;
1114
- blue700: any;
1115
- blue800: any;
1116
- blue900: any;
1117
- blue1000: any;
1118
- blue1100: any;
1119
- blue1200: any;
1120
- pink100: any;
1121
- pink200: any;
1122
- pink300: any;
1123
- pink400: any;
1124
- pink500: any;
1125
- pink600: any;
1126
- pink700: any;
1127
- pink800: any;
1128
- pink900: any;
1129
- pink1000: any;
1130
- pink1100: any;
1131
- pink1200: any;
1132
- purple100: any;
1133
- purple200: any;
1134
- purple300: any;
1135
- purple400: any;
1136
- purple500: any;
1137
- purple600: any;
1138
- purple700: any;
1139
- purple800: any;
1140
- purple900: any;
1141
- purple1000: any;
1142
- purple1100: any;
1143
- purple1200: any;
1144
- cyan100: any;
1145
- cyan200: any;
1146
- cyan300: any;
1147
- cyan400: any;
1148
- cyan500: any;
1149
- cyan600: any;
1150
- cyan700: any;
1151
- cyan800: any;
1152
- cyan900: any;
1153
- cyan1000: any;
1154
- cyan1100: any;
1155
- cyan1200: any;
1156
- green100: any;
1157
- green200: any;
1158
- green300: any;
1159
- green400: any;
1160
- green500: any;
1161
- green600: any;
1162
- green700: any;
1163
- green800: any;
1164
- green900: any;
1165
- green1000: any;
1166
- green1100: any;
1167
- green1200: any;
1168
- magenta100: any;
1169
- magenta200: any;
1170
- magenta300: any;
1171
- magenta400: any;
1172
- magenta500: any;
1173
- magenta600: any;
1174
- magenta700: any;
1175
- magenta800: any;
1176
- magenta900: any;
1177
- magenta1000: any;
1178
- magenta1100: any;
1179
- magenta1200: any;
1180
- red100: any;
1181
- red200: any;
1182
- red300: any;
1183
- red400: any;
1184
- red500: any;
1185
- red600: any;
1186
- red700: any;
1187
- red800: any;
1188
- red900: any;
1189
- red1000: any;
1190
- red1100: any;
1191
- red1200: any;
1192
- teal100: any;
1193
- teal200: any;
1194
- teal300: any;
1195
- teal400: any;
1196
- teal500: any;
1197
- teal600: any;
1198
- teal700: any;
1199
- teal800: any;
1200
- teal900: any;
1201
- teal1000: any;
1202
- teal1100: any;
1203
- teal1200: any;
1204
- orange100: any;
1205
- orange200: any;
1206
- orange300: any;
1207
- orange400: any;
1208
- orange500: any;
1209
- orange600: any;
1210
- orange700: any;
1211
- orange800: any;
1212
- orange900: any;
1213
- orange1000: any;
1214
- orange1100: any;
1215
- orange1200: any;
1216
- yellow100: any;
1217
- yellow200: any;
1218
- yellow300: any;
1219
- yellow400: any;
1220
- yellow500: any;
1221
- yellow600: any;
1222
- yellow700: any;
1223
- yellow800: any;
1224
- yellow900: any;
1225
- yellow1000: any;
1226
- yellow1100: any;
1227
- yellow1200: any;
1228
- lime100: any;
1229
- lime200: any;
1230
- lime300: any;
1231
- lime400: any;
1232
- lime500: any;
1233
- lime600: any;
1234
- lime700: any;
1235
- lime800: any;
1236
- lime900: any;
1237
- lime1000: any;
1238
- lime1100: any;
1239
- lime1200: any;
1240
- lapis100: any;
1241
- lapis200: any;
1242
- lapis300: any;
1243
- lapis400: any;
1244
- lapis500: any;
1245
- lapis600: any;
1246
- lapis700: any;
1247
- lapis800: any;
1248
- lapis900: any;
1249
- lapis1000: any;
1250
- lapis1100: any;
1251
- lapis1200: any;
1252
- maroon100: any;
1253
- maroon200: any;
1254
- maroon300: any;
1255
- maroon400: any;
1256
- maroon500: any;
1257
- maroon600: any;
1258
- maroon700: any;
1259
- maroon800: any;
1260
- maroon900: any;
1261
- maroon1000: any;
1262
- maroon1100: any;
1263
- maroon1200: any;
1264
- marsh100: any;
1265
- marsh200: any;
1266
- marsh300: any;
1267
- marsh400: any;
1268
- marsh500: any;
1269
- marsh600: any;
1270
- marsh700: any;
1271
- marsh800: any;
1272
- marsh900: any;
1273
- marsh1000: any;
1274
- marsh1100: any;
1275
- marsh1200: any;
1276
- tonal50: any;
1277
- tonal100: any;
1278
- tonal200: any;
1279
- tonal300: any;
1280
- tonal400: any;
1281
- tonal500: any;
1282
- tonal600: any;
1283
- alpha100: any;
1284
- alpha150: any;
1285
- alpha200: any;
1286
- alpha250: any;
1287
- alpha600: any;
1288
- brandRed: any;
1289
- brandRedAccent: any;
1290
- brandGreen: any;
1291
- brandGreenAccent: any;
1292
- brandPurple: any;
1293
- brandPurpleAccent: any;
1294
- brandYellow: any;
1295
- brandYellowAccent: any;
1296
- infoLight: any;
1297
- info: any;
1298
- infoMid: any;
1299
- infoDark: any;
1300
- successLight: any;
1301
- success: any;
1302
- successMid: any;
1303
- successDark: any;
1304
- dangerLight: any;
1305
- danger: any;
1306
- dangerMid: any;
1307
- dangerDark: any;
1308
- warningLight: any;
1309
- warning: any;
1310
- warningMid: any;
1311
- warningDark: any;
1312
- warningText: any;
1313
- subjectEnglish: any;
1314
- subjectMaths: any;
1315
- subjectScience: any;
1316
- subjectVerbalReasoning: any;
1317
- subjectNonVerbalReasoning: any;
1318
- subjectCreativeWriting: any;
1319
- subjectExamSkills: any;
1320
- glBlueLight: any;
1321
- glBluePrimary: any;
1322
- glBlueDark: any;
1323
- primary100: any;
1324
- primary200: any;
1325
- primary300: any;
1326
- primary400: any;
1327
- primary500: any;
1328
- primary600: any;
1329
- primary700: any;
1330
- primary800: any;
1331
- primary900: any;
1332
- primary1000: any;
1333
- primary1100: any;
1334
- primary1200: any;
1060
+ textBold: string;
1061
+ textRegular: string;
1062
+ textSubtle: string;
1063
+ textMinimal: string;
1064
+ background: string;
1065
+ backgroundAccent: string;
1066
+ grey100: string;
1067
+ grey200: string;
1068
+ grey300: string;
1069
+ grey400: string;
1070
+ grey500: string;
1071
+ grey600: string;
1072
+ grey700: string;
1073
+ grey800: string;
1074
+ grey900: string;
1075
+ grey1000: string;
1076
+ grey1100: string;
1077
+ grey1200: string;
1078
+ blue100: string;
1079
+ blue200: string;
1080
+ blue300: string;
1081
+ blue400: string;
1082
+ blue500: string;
1083
+ blue600: string;
1084
+ blue700: string;
1085
+ blue800: string;
1086
+ blue900: string;
1087
+ blue1000: string;
1088
+ blue1100: string;
1089
+ blue1200: string;
1090
+ pink100: string;
1091
+ pink200: string;
1092
+ pink300: string;
1093
+ pink400: string;
1094
+ pink500: string;
1095
+ pink600: string;
1096
+ pink700: string;
1097
+ pink800: string;
1098
+ pink900: string;
1099
+ pink1000: string;
1100
+ pink1100: string;
1101
+ pink1200: string;
1102
+ purple100: string;
1103
+ purple200: string;
1104
+ purple300: string;
1105
+ purple400: string;
1106
+ purple500: string;
1107
+ purple600: string;
1108
+ purple700: string;
1109
+ purple800: string;
1110
+ purple900: string;
1111
+ purple1000: string;
1112
+ purple1100: string;
1113
+ purple1200: string;
1114
+ cyan100: string;
1115
+ cyan200: string;
1116
+ cyan300: string;
1117
+ cyan400: string;
1118
+ cyan500: string;
1119
+ cyan600: string;
1120
+ cyan700: string;
1121
+ cyan800: string;
1122
+ cyan900: string;
1123
+ cyan1000: string;
1124
+ cyan1100: string;
1125
+ cyan1200: string;
1126
+ green100: string;
1127
+ green200: string;
1128
+ green300: string;
1129
+ green400: string;
1130
+ green500: string;
1131
+ green600: string;
1132
+ green700: string;
1133
+ green800: string;
1134
+ green900: string;
1135
+ green1000: string;
1136
+ green1100: string;
1137
+ green1200: string;
1138
+ magenta100: string;
1139
+ magenta200: string;
1140
+ magenta300: string;
1141
+ magenta400: string;
1142
+ magenta500: string;
1143
+ magenta600: string;
1144
+ magenta700: string;
1145
+ magenta800: string;
1146
+ magenta900: string;
1147
+ magenta1000: string;
1148
+ magenta1100: string;
1149
+ magenta1200: string;
1150
+ red100: string;
1151
+ red200: string;
1152
+ red300: string;
1153
+ red400: string;
1154
+ red500: string;
1155
+ red600: string;
1156
+ red700: string;
1157
+ red800: string;
1158
+ red900: string;
1159
+ red1000: string;
1160
+ red1100: string;
1161
+ red1200: string;
1162
+ teal100: string;
1163
+ teal200: string;
1164
+ teal300: string;
1165
+ teal400: string;
1166
+ teal500: string;
1167
+ teal600: string;
1168
+ teal700: string;
1169
+ teal800: string;
1170
+ teal900: string;
1171
+ teal1000: string;
1172
+ teal1100: string;
1173
+ teal1200: string;
1174
+ orange100: string;
1175
+ orange200: string;
1176
+ orange300: string;
1177
+ orange400: string;
1178
+ orange500: string;
1179
+ orange600: string;
1180
+ orange700: string;
1181
+ orange800: string;
1182
+ orange900: string;
1183
+ orange1000: string;
1184
+ orange1100: string;
1185
+ orange1200: string;
1186
+ yellow100: string;
1187
+ yellow200: string;
1188
+ yellow300: string;
1189
+ yellow400: string;
1190
+ yellow500: string;
1191
+ yellow600: string;
1192
+ yellow700: string;
1193
+ yellow800: string;
1194
+ yellow900: string;
1195
+ yellow1000: string;
1196
+ yellow1100: string;
1197
+ yellow1200: string;
1198
+ lime100: string;
1199
+ lime200: string;
1200
+ lime300: string;
1201
+ lime400: string;
1202
+ lime500: string;
1203
+ lime600: string;
1204
+ lime700: string;
1205
+ lime800: string;
1206
+ lime900: string;
1207
+ lime1000: string;
1208
+ lime1100: string;
1209
+ lime1200: string;
1210
+ lapis100: string;
1211
+ lapis200: string;
1212
+ lapis300: string;
1213
+ lapis400: string;
1214
+ lapis500: string;
1215
+ lapis600: string;
1216
+ lapis700: string;
1217
+ lapis800: string;
1218
+ lapis900: string;
1219
+ lapis1000: string;
1220
+ lapis1100: string;
1221
+ lapis1200: string;
1222
+ maroon100: string;
1223
+ maroon200: string;
1224
+ maroon300: string;
1225
+ maroon400: string;
1226
+ maroon500: string;
1227
+ maroon600: string;
1228
+ maroon700: string;
1229
+ maroon800: string;
1230
+ maroon900: string;
1231
+ maroon1000: string;
1232
+ maroon1100: string;
1233
+ maroon1200: string;
1234
+ marsh100: string;
1235
+ marsh200: string;
1236
+ marsh300: string;
1237
+ marsh400: string;
1238
+ marsh500: string;
1239
+ marsh600: string;
1240
+ marsh700: string;
1241
+ marsh800: string;
1242
+ marsh900: string;
1243
+ marsh1000: string;
1244
+ marsh1100: string;
1245
+ marsh1200: string;
1246
+ alpha100: string;
1247
+ alpha150: string;
1248
+ alpha200: string;
1249
+ alpha250: string;
1250
+ alpha600: string;
1251
+ infoLight: string;
1252
+ info: string;
1253
+ infoMid: string;
1254
+ infoDark: string;
1255
+ successLight: string;
1256
+ success: string;
1257
+ successMid: string;
1258
+ successDark: string;
1259
+ dangerLight: string;
1260
+ danger: string;
1261
+ dangerMid: string;
1262
+ dangerDark: string;
1263
+ warningLight: string;
1264
+ warning: string;
1265
+ warningMid: string;
1266
+ warningDark: string;
1267
+ warningText: string;
1268
+ subjectEnglish: string;
1269
+ subjectMaths: string;
1270
+ subjectScience: string;
1271
+ subjectVerbalReasoning: string;
1272
+ subjectNonVerbalReasoning: string;
1273
+ subjectCreativeWriting: string;
1274
+ subjectExamSkills: string;
1275
+ glBlueLight: string;
1276
+ glBluePrimary: string;
1277
+ glBlueDark: string;
1278
+ primary100: string;
1279
+ primary200: string;
1280
+ primary300: string;
1281
+ primary400: string;
1282
+ primary500: string;
1283
+ primary600: string;
1284
+ primary700: string;
1285
+ primary800: string;
1286
+ primary900: string;
1287
+ primary1000: string;
1288
+ primary1100: string;
1289
+ primary1200: string;
1335
1290
  };
1336
1291
  space: {
1337
- "0": any;
1338
- "1": any;
1339
- "2": any;
1340
- "3": any;
1341
- "4": any;
1342
- "5": any;
1343
- "6": any;
1344
- "7": any;
1345
- "8": any;
1346
- "9": any;
1347
- "24": any;
1292
+ "0": string;
1293
+ "1": string;
1294
+ "2": string;
1295
+ "3": string;
1296
+ "4": string;
1297
+ "5": string;
1298
+ "6": string;
1299
+ "7": string;
1300
+ "8": string;
1301
+ "9": string;
1302
+ "24": string;
1348
1303
  };
1349
1304
  fontSizes: {
1350
- xs: any;
1351
- sm: any;
1352
- md: any;
1353
- lg: any;
1354
- xl: any;
1355
- "2xl": any;
1356
- "3xl": any;
1357
- "4xl": any;
1305
+ xs: string;
1306
+ sm: string;
1307
+ md: string;
1308
+ lg: string;
1309
+ xl: string;
1310
+ "2xl": string;
1311
+ "3xl": string;
1312
+ "4xl": string;
1358
1313
  };
1359
1314
  fonts: {
1360
- sans: any;
1361
- mono: any;
1362
- display: any;
1363
- body: any;
1315
+ sans: string;
1316
+ mono: string;
1317
+ display: string;
1318
+ body: string;
1364
1319
  };
1365
1320
  sizes: {
1366
- "0": any;
1367
- "1": any;
1368
- "2": any;
1369
- "3": any;
1370
- "4": any;
1371
- "5": any;
1372
- "6": any;
1373
- "7": any;
1374
- "8": any;
1321
+ "0": string;
1322
+ "1": string;
1323
+ "2": string;
1324
+ "3": string;
1325
+ "4": string;
1326
+ "5": string;
1327
+ "6": string;
1328
+ "7": string;
1329
+ "8": string;
1375
1330
  };
1376
1331
  radii: {
1377
- "0": any;
1378
- "1": any;
1379
- "2": any;
1380
- "3": any;
1381
- round: any;
1332
+ "0": string;
1333
+ "1": string;
1334
+ "2": string;
1335
+ "3": string;
1336
+ round: string;
1382
1337
  };
1383
1338
  shadows: {
1384
- "0": any;
1385
- "1": any;
1386
- "2": any;
1387
- "3": any;
1339
+ "0": string;
1340
+ "1": string;
1341
+ "2": string;
1342
+ "3": string;
1388
1343
  };
1389
1344
  ratios: {
1390
- "16-9": any;
1391
- "3-2": any;
1392
- "4-3": any;
1393
- "1-1": any;
1394
- "3-4": any;
1345
+ "16-9": string;
1346
+ "3-2": string;
1347
+ "4-3": string;
1348
+ "1-1": string;
1349
+ "3-4": string;
1395
1350
  };
1396
1351
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1397
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1352
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1398
1353
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1399
1354
  };
1400
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1355
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1401
1356
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1402
1357
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1403
1358
  };
1404
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1359
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1405
1360
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1406
1361
  };
1407
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1362
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1408
1363
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1409
1364
  };
1410
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1365
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1411
1366
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1412
1367
  };
1413
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1368
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1414
1369
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1415
1370
  };
1416
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1371
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1417
1372
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1418
1373
  };
1419
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1374
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1420
1375
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1421
1376
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1422
1377
  };
1423
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1378
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1424
1379
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1425
1380
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1426
1381
  };
1427
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1382
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1428
1383
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1429
1384
  };
1430
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1385
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1431
1386
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1432
1387
  };
1433
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1388
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1434
1389
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1435
1390
  };
1436
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1391
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1437
1392
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1438
1393
  };
1439
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1394
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1440
1395
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1441
1396
  };
1442
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1397
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1443
1398
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1444
1399
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1445
1400
  };
1446
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1401
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1447
1402
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1448
1403
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1449
1404
  };
1450
1405
  }> | undefined;
1451
1406
  } & {
1452
- asChild?: boolean | undefined;
1407
+ asChild?: boolean;
1453
1408
  }) => JSX.Element;
1454
1409
  };
1455
1410
  export {};