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

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