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

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