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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/dist/components/accordion/Accordion.d.ts +294 -294
  3. package/dist/components/accordion/AccordionContent.d.ts +292 -292
  4. package/dist/components/accordion/AccordionItem.d.ts +292 -292
  5. package/dist/components/accordion/AccordionTrigger.d.ts +294 -659
  6. package/dist/components/accordion/AccordionTrigger.js +1 -1
  7. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  8. package/dist/components/action-icon/ActionIcon.d.ts +294 -294
  9. package/dist/components/action-icon/ActionIcon.js +1 -1
  10. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  11. package/dist/components/alert-dialog/AlertDialog.d.ts +645 -647
  12. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -292
  13. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  15. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  16. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  17. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  18. package/dist/components/avatar/Avatar.d.ts +589 -961
  19. package/dist/components/badge/Badge.context.d.ts +2 -2
  20. package/dist/components/badge/Badge.d.ts +1824 -1826
  21. package/dist/components/badge/BadgeIcon.d.ts +585 -585
  22. package/dist/components/badge/BadgeText.d.ts +589 -589
  23. package/dist/components/banner/Banner.d.ts +0 -1
  24. package/dist/components/banner/BannerContainer.d.ts +588 -588
  25. package/dist/components/banner/BannerContext.d.ts +2 -2
  26. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1387 -2908
  27. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  28. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -584
  29. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -588
  30. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1388 -2537
  31. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -293
  32. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -587
  33. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -588
  34. package/dist/components/box/Box.d.ts +292 -292
  35. package/dist/components/button/Button.d.ts +293 -293
  36. package/dist/components/calendar/Calendar.d.ts +2 -2
  37. package/dist/components/calendar/Calendar.js +1 -1
  38. package/dist/components/calendar/Calendar.js.map +1 -1
  39. package/dist/components/calendar/Day.d.ts +292 -292
  40. package/dist/components/carousel/Carousel.d.ts +935 -1304
  41. package/dist/components/carousel/CarouselPagination.d.ts +293 -294
  42. package/dist/components/carousel/CarouselSlide.d.ts +293 -293
  43. package/dist/components/carousel/CarouselSlider.d.ts +293 -294
  44. package/dist/components/checkbox/Checkbox.d.ts +292 -292
  45. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -895
  46. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  47. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  48. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  49. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  50. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  51. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  52. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1321
  53. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  54. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  55. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  56. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  57. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  58. package/dist/components/chip/Chip.d.ts +2058 -2058
  59. package/dist/components/chip/Chip.js +1 -1
  60. package/dist/components/chip/Chip.js.map +1 -1
  61. package/dist/components/chip/ChipGroup.d.ts +1 -1
  62. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +883 -1254
  63. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  64. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  65. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +883 -1254
  66. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  67. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  68. package/dist/components/combobox/Combobox.d.ts +1464 -1465
  69. package/dist/components/combobox/ComboboxInput.d.ts +294 -294
  70. package/dist/components/combobox/ComboboxList.d.ts +293 -293
  71. package/dist/components/combobox/ComboboxOption.d.ts +293 -293
  72. package/dist/components/combobox/ComboboxPopover.d.ts +293 -293
  73. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  74. package/dist/components/data-table/DataTable.d.ts +3354 -3373
  75. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  76. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  77. package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
  78. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  79. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  80. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  81. package/dist/components/data-table/DataTableError.d.ts +1 -1
  82. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  83. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  84. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  85. package/dist/components/data-table/DataTableLoading.d.ts +295 -295
  86. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  87. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  88. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  89. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  90. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  91. package/dist/components/data-table/DataTableTable.js +1 -1
  92. package/dist/components/data-table/DataTableTable.js.map +1 -1
  93. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  94. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  95. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  96. package/dist/components/data-table/pagination/Pagination.d.ts +293 -293
  97. package/dist/components/date-field/DateField.d.ts +1 -1
  98. package/dist/components/date-input/DateInput.d.ts +1 -1
  99. package/dist/components/dialog/Dialog.d.ts +1465 -2211
  100. package/dist/components/dialog/DialogBackground.d.ts +584 -584
  101. package/dist/components/dialog/DialogClose.d.ts +292 -293
  102. package/dist/components/dialog/DialogContent.d.ts +294 -294
  103. package/dist/components/dialog/DialogContent.js +1 -1
  104. package/dist/components/dialog/DialogContent.js.map +1 -1
  105. package/dist/components/dismissible/index.d.ts +0 -1
  106. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  107. package/dist/components/dismissible-group/index.d.ts +0 -1
  108. package/dist/components/divider/Divider.d.ts +292 -292
  109. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  110. package/dist/components/drawer/Drawer.d.ts +1171 -1928
  111. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  112. package/dist/components/drawer/DrawerContent.d.ts +293 -293
  113. package/dist/components/drawer/DrawerFooter.d.ts +292 -292
  114. package/dist/components/drawer/DrawerHeader.d.ts +292 -292
  115. package/dist/components/drawer/DrawerMain.d.ts +292 -292
  116. package/dist/components/drawer/DrawerOverlay.d.ts +292 -293
  117. package/dist/components/drawer/DrawerTrigger.d.ts +292 -293
  118. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1462 -1826
  119. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +292 -293
  120. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +292 -293
  121. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -366
  122. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +292 -293
  123. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +292 -293
  124. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  125. package/dist/components/empty-state/EmptyState.d.ts +2058 -2058
  126. package/dist/components/empty-state/EmptyStateBody.d.ts +589 -589
  127. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  128. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  129. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -587
  130. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -294
  131. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  132. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  133. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  134. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  135. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  136. package/dist/components/file-input/FileInput.d.ts +1 -1
  137. package/dist/components/flex/Flex.d.ts +295 -295
  138. package/dist/components/form/Form.d.ts +293 -293
  139. package/dist/components/form/validation.d.ts +5 -5
  140. package/dist/components/grid/Grid.d.ts +293 -293
  141. package/dist/components/heading/Heading.d.ts +294 -294
  142. package/dist/components/icon/Icon.d.ts +293 -293
  143. package/dist/components/image/Image.d.ts +293 -293
  144. package/dist/components/index.d.ts +1 -0
  145. package/dist/components/inline-message/InlineMessage.d.ts +588 -588
  146. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  147. package/dist/components/input/Input.d.ts +882 -882
  148. package/dist/components/input/Input.js +1 -1
  149. package/dist/components/input/Input.js.map +1 -1
  150. package/dist/components/input-field/InputField.d.ts +1 -1
  151. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
  152. package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
  153. package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
  154. package/dist/components/keyboard-shortcut/index.d.ts +1123 -0
  155. package/dist/components/keyboard-shortcut/index.js +2 -0
  156. package/dist/components/keyboard-shortcut/index.js.map +1 -0
  157. package/dist/components/label/Label.d.ts +293 -293
  158. package/dist/components/link/Link.d.ts +294 -294
  159. package/dist/components/list/List.d.ts +587 -587
  160. package/dist/components/loader/Loader.d.ts +1 -1
  161. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  162. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  163. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -293
  164. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  165. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  166. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  167. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  168. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  169. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  170. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  171. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  172. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  173. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  174. package/dist/components/navigation/NavigationMenu.d.ts +2783 -2075
  175. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
  176. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  177. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  178. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  179. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -293
  180. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +587 -587
  181. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -292
  182. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -292
  183. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3308 -3310
  184. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
  185. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  186. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  187. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  188. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -293
  189. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -293
  190. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -585
  191. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -293
  192. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  193. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -293
  194. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +292 -293
  195. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +588 -588
  196. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  197. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  198. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  199. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  200. package/dist/components/pagination/Pagination.d.ts +1 -3
  201. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  202. package/dist/components/pagination/PaginationNextButton.d.ts +587 -587
  203. package/dist/components/pagination/PaginationPopover.js +1 -1
  204. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  205. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -587
  206. package/dist/components/pagination/types.d.ts +3 -4
  207. package/dist/components/password-field/PasswordField.d.ts +1 -1
  208. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  209. package/dist/components/popover/Popover.d.ts +586 -586
  210. package/dist/components/popover/PopoverContent.d.ts +293 -293
  211. package/dist/components/progress-bar/ProgressBar.d.ts +293 -293
  212. package/dist/components/radio-button/RadioButton.d.ts +293 -293
  213. package/dist/components/radio-button/RadioButtonGroup.d.ts +292 -293
  214. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -299
  215. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  216. package/dist/components/radio-card/RadioCard.d.ts +293 -293
  217. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  218. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  219. package/dist/components/search-field/SearchField.d.ts +1 -1
  220. package/dist/components/search-input/SearchInput.d.ts +1 -1
  221. package/dist/components/search-input/SearchInput.js +1 -1
  222. package/dist/components/search-input/SearchInput.js.map +1 -1
  223. package/dist/components/section-message/SectionMessage.d.ts +592 -2468
  224. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  225. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  226. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  227. package/dist/components/select/Select.d.ts +293 -293
  228. package/dist/components/select-field/SelectField.d.ts +1 -1
  229. package/dist/components/side-bar/SideBar.d.ts +2341 -2341
  230. package/dist/components/side-bar/SideBarComponents.d.ts +2048 -2049
  231. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  232. package/dist/components/slider/Slider.d.ts +294 -294
  233. package/dist/components/slider/Slider.js +1 -1
  234. package/dist/components/slider/Slider.js.map +1 -1
  235. package/dist/components/slider/SliderSteps.d.ts +2 -2
  236. package/dist/components/slider/SliderValue.d.ts +2 -2
  237. package/dist/components/slider-field/SliderField.d.ts +1 -1
  238. package/dist/components/sortable/Handle.d.ts +588 -588
  239. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  240. package/dist/components/sortable/SortableItem.d.ts +1 -1
  241. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  242. package/dist/components/sortable/index.d.ts +0 -1
  243. package/dist/components/spacer/Spacer.d.ts +292 -292
  244. package/dist/components/stack-content/StackContent.d.ts +293 -293
  245. package/dist/components/stepper/Stepper.d.ts +2 -786
  246. package/dist/components/stepper/StepperStepBullet.d.ts +587 -587
  247. package/dist/components/stepper/StepperStepContainer.d.ts +587 -587
  248. package/dist/components/stepper/StepperStepLabel.d.ts +587 -588
  249. package/dist/components/stepper/types.d.ts +3 -3
  250. package/dist/components/switch/Switch.d.ts +293 -293
  251. package/dist/components/table/Table.d.ts +2342 -2344
  252. package/dist/components/table/Table.js +1 -1
  253. package/dist/components/table/Table.js.map +1 -1
  254. package/dist/components/table/TableBody.d.ts +293 -293
  255. package/dist/components/table/TableCell.d.ts +292 -292
  256. package/dist/components/table/TableCell.js +1 -1
  257. package/dist/components/table/TableCell.js.map +1 -1
  258. package/dist/components/table/TableFooter.d.ts +292 -292
  259. package/dist/components/table/TableFooterCell.d.ts +292 -292
  260. package/dist/components/table/TableHeader.d.ts +293 -293
  261. package/dist/components/table/TableHeaderCell.d.ts +292 -292
  262. package/dist/components/table/TableHeaderCell.js +1 -1
  263. package/dist/components/table/TableHeaderCell.js.map +1 -1
  264. package/dist/components/table/TableRow.d.ts +292 -292
  265. package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
  266. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  267. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  268. package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
  269. package/dist/components/table/useStickyColumnsCss.js +1 -1
  270. package/dist/components/table/useStickyColumnsCss.js.map +1 -1
  271. package/dist/components/tabs/Tabs.d.ts +1291 -1295
  272. package/dist/components/tabs/TabsContent.d.ts +292 -293
  273. package/dist/components/tabs/TabsTrigger.d.ts +292 -292
  274. package/dist/components/tabs/TabsTrigger.js +1 -1
  275. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  276. package/dist/components/tabs/TabsTriggerList.d.ts +294 -659
  277. package/dist/components/text/Text.d.ts +295 -295
  278. package/dist/components/text/Text.js +1 -1
  279. package/dist/components/text/Text.js.map +1 -1
  280. package/dist/components/textarea/Textarea.d.ts +293 -293
  281. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  282. package/dist/components/tile/Tile.d.ts +293 -293
  283. package/dist/components/tile/TileGroup.d.ts +295 -295
  284. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -586
  285. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -879
  286. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  287. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  288. package/dist/components/toast/Toast.d.ts +589 -961
  289. package/dist/components/toast/ToastProvider.d.ts +1 -1
  290. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -584
  291. package/dist/components/toggle-group/ToggleGroupItem.d.ts +584 -585
  292. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -294
  293. package/dist/components/toggle-group/index.d.ts +1760 -1761
  294. package/dist/components/tooltip/Tooltip.d.ts +585 -585
  295. package/dist/components/tooltip/TooltipContent.d.ts +293 -293
  296. package/dist/components/top-bar/TopBar.d.ts +1468 -1475
  297. package/dist/components/top-bar/TopBar.js +1 -1
  298. package/dist/components/top-bar/TopBar.js.map +1 -1
  299. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  300. package/dist/components/top-bar/TopBarBrand.d.ts +881 -890
  301. package/dist/components/top-bar/TopBarBrand.js +1 -1
  302. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  303. package/dist/components/tree/Tree.d.ts +3705 -3707
  304. package/dist/components/tree/TreeCollapsible.d.ts +293 -293
  305. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -293
  306. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  307. package/dist/components/tree/TreeIcon.d.ts +585 -585
  308. package/dist/components/tree/TreeItem.d.ts +1 -1
  309. package/dist/components/tree/TreeItemContent.d.ts +296 -296
  310. package/dist/components/tree/TreeList.d.ts +1 -1
  311. package/dist/components/tree/TreeListItem.d.ts +296 -296
  312. package/dist/components/tree/TreeText.d.ts +1 -1
  313. package/dist/components/video/Video.d.ts +293 -293
  314. package/dist/docgen.json +1 -1
  315. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -295
  316. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  317. package/dist/index.cjs.js +1 -1
  318. package/dist/index.cjs.js.map +1 -1
  319. package/dist/index.js +1 -1
  320. package/dist/stitches.d.ts +2446 -2444
  321. package/dist/types/navigatorActions.types.d.ts +1 -1
  322. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  323. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -297
  324. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  325. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  326. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  327. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  328. package/dist/utilities/hooks/useSize.d.ts +2 -2
  329. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  330. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -584
  331. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  332. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  333. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  334. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  335. package/dist/utilities/style/capsize.d.ts +1 -1
  336. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  337. package/dist/utilities/style/focus-visible-style-block.d.ts +4 -3
  338. package/dist/utilities/style/focus-visible-style-block.js +1 -1
  339. package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
  340. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  341. package/dist/utilities/types.d.ts +1 -1
  342. package/dist/utilities/uri/index.d.ts +2 -2
  343. package/package.json +9 -9
@@ -18,348 +18,348 @@ export declare const StyledChipContent: import("@atom-learning/stitches-react/ty
18
18
  hover: string;
19
19
  }, {
20
20
  colors: {
21
- textBold: any;
22
- textRegular: any;
23
- textSubtle: any;
24
- textMinimal: any;
25
- background: any;
26
- backgroundAccent: any;
27
- grey100: any;
28
- grey200: any;
29
- grey300: any;
30
- grey400: any;
31
- grey500: any;
32
- grey600: any;
33
- grey700: any;
34
- grey800: any;
35
- grey900: any;
36
- grey1000: any;
37
- grey1100: any;
38
- grey1200: any;
39
- blue100: any;
40
- blue200: any;
41
- blue300: any;
42
- blue400: any;
43
- blue500: any;
44
- blue600: any;
45
- blue700: any;
46
- blue800: any;
47
- blue900: any;
48
- blue1000: any;
49
- blue1100: any;
50
- blue1200: any;
51
- pink100: any;
52
- pink200: any;
53
- pink300: any;
54
- pink400: any;
55
- pink500: any;
56
- pink600: any;
57
- pink700: any;
58
- pink800: any;
59
- pink900: any;
60
- pink1000: any;
61
- pink1100: any;
62
- pink1200: any;
63
- purple100: any;
64
- purple200: any;
65
- purple300: any;
66
- purple400: any;
67
- purple500: any;
68
- purple600: any;
69
- purple700: any;
70
- purple800: any;
71
- purple900: any;
72
- purple1000: any;
73
- purple1100: any;
74
- purple1200: any;
75
- cyan100: any;
76
- cyan200: any;
77
- cyan300: any;
78
- cyan400: any;
79
- cyan500: any;
80
- cyan600: any;
81
- cyan700: any;
82
- cyan800: any;
83
- cyan900: any;
84
- cyan1000: any;
85
- cyan1100: any;
86
- cyan1200: any;
87
- green100: any;
88
- green200: any;
89
- green300: any;
90
- green400: any;
91
- green500: any;
92
- green600: any;
93
- green700: any;
94
- green800: any;
95
- green900: any;
96
- green1000: any;
97
- green1100: any;
98
- green1200: any;
99
- magenta100: any;
100
- magenta200: any;
101
- magenta300: any;
102
- magenta400: any;
103
- magenta500: any;
104
- magenta600: any;
105
- magenta700: any;
106
- magenta800: any;
107
- magenta900: any;
108
- magenta1000: any;
109
- magenta1100: any;
110
- magenta1200: any;
111
- red100: any;
112
- red200: any;
113
- red300: any;
114
- red400: any;
115
- red500: any;
116
- red600: any;
117
- red700: any;
118
- red800: any;
119
- red900: any;
120
- red1000: any;
121
- red1100: any;
122
- red1200: any;
123
- teal100: any;
124
- teal200: any;
125
- teal300: any;
126
- teal400: any;
127
- teal500: any;
128
- teal600: any;
129
- teal700: any;
130
- teal800: any;
131
- teal900: any;
132
- teal1000: any;
133
- teal1100: any;
134
- teal1200: any;
135
- orange100: any;
136
- orange200: any;
137
- orange300: any;
138
- orange400: any;
139
- orange500: any;
140
- orange600: any;
141
- orange700: any;
142
- orange800: any;
143
- orange900: any;
144
- orange1000: any;
145
- orange1100: any;
146
- orange1200: any;
147
- yellow100: any;
148
- yellow200: any;
149
- yellow300: any;
150
- yellow400: any;
151
- yellow500: any;
152
- yellow600: any;
153
- yellow700: any;
154
- yellow800: any;
155
- yellow900: any;
156
- yellow1000: any;
157
- yellow1100: any;
158
- yellow1200: any;
159
- lime100: any;
160
- lime200: any;
161
- lime300: any;
162
- lime400: any;
163
- lime500: any;
164
- lime600: any;
165
- lime700: any;
166
- lime800: any;
167
- lime900: any;
168
- lime1000: any;
169
- lime1100: any;
170
- lime1200: any;
171
- lapis100: any;
172
- lapis200: any;
173
- lapis300: any;
174
- lapis400: any;
175
- lapis500: any;
176
- lapis600: any;
177
- lapis700: any;
178
- lapis800: any;
179
- lapis900: any;
180
- lapis1000: any;
181
- lapis1100: any;
182
- lapis1200: any;
183
- maroon100: any;
184
- maroon200: any;
185
- maroon300: any;
186
- maroon400: any;
187
- maroon500: any;
188
- maroon600: any;
189
- maroon700: any;
190
- maroon800: any;
191
- maroon900: any;
192
- maroon1000: any;
193
- maroon1100: any;
194
- maroon1200: any;
195
- marsh100: any;
196
- marsh200: any;
197
- marsh300: any;
198
- marsh400: any;
199
- marsh500: any;
200
- marsh600: any;
201
- marsh700: any;
202
- marsh800: any;
203
- marsh900: any;
204
- marsh1000: any;
205
- marsh1100: any;
206
- marsh1200: any;
207
- alpha100: any;
208
- alpha150: any;
209
- alpha200: any;
210
- alpha250: any;
211
- alpha600: any;
212
- infoLight: any;
213
- info: any;
214
- infoMid: any;
215
- infoDark: any;
216
- successLight: any;
217
- success: any;
218
- successMid: any;
219
- successDark: any;
220
- dangerLight: any;
221
- danger: any;
222
- dangerMid: any;
223
- dangerDark: any;
224
- warningLight: any;
225
- warning: any;
226
- warningMid: any;
227
- warningDark: any;
228
- warningText: any;
229
- subjectEnglish: any;
230
- subjectMaths: any;
231
- subjectScience: any;
232
- subjectVerbalReasoning: any;
233
- subjectNonVerbalReasoning: any;
234
- subjectCreativeWriting: any;
235
- subjectExamSkills: any;
236
- glBlueLight: any;
237
- glBluePrimary: any;
238
- glBlueDark: any;
239
- primary100: any;
240
- primary200: any;
241
- primary300: any;
242
- primary400: any;
243
- primary500: any;
244
- primary600: any;
245
- primary700: any;
246
- primary800: any;
247
- primary900: any;
248
- primary1000: any;
249
- primary1100: any;
250
- primary1200: any;
21
+ textBold: string;
22
+ textRegular: string;
23
+ textSubtle: string;
24
+ textMinimal: string;
25
+ background: string;
26
+ backgroundAccent: string;
27
+ grey100: string;
28
+ grey200: string;
29
+ grey300: string;
30
+ grey400: string;
31
+ grey500: string;
32
+ grey600: string;
33
+ grey700: string;
34
+ grey800: string;
35
+ grey900: string;
36
+ grey1000: string;
37
+ grey1100: string;
38
+ grey1200: string;
39
+ blue100: string;
40
+ blue200: string;
41
+ blue300: string;
42
+ blue400: string;
43
+ blue500: string;
44
+ blue600: string;
45
+ blue700: string;
46
+ blue800: string;
47
+ blue900: string;
48
+ blue1000: string;
49
+ blue1100: string;
50
+ blue1200: string;
51
+ pink100: string;
52
+ pink200: string;
53
+ pink300: string;
54
+ pink400: string;
55
+ pink500: string;
56
+ pink600: string;
57
+ pink700: string;
58
+ pink800: string;
59
+ pink900: string;
60
+ pink1000: string;
61
+ pink1100: string;
62
+ pink1200: string;
63
+ purple100: string;
64
+ purple200: string;
65
+ purple300: string;
66
+ purple400: string;
67
+ purple500: string;
68
+ purple600: string;
69
+ purple700: string;
70
+ purple800: string;
71
+ purple900: string;
72
+ purple1000: string;
73
+ purple1100: string;
74
+ purple1200: string;
75
+ cyan100: string;
76
+ cyan200: string;
77
+ cyan300: string;
78
+ cyan400: string;
79
+ cyan500: string;
80
+ cyan600: string;
81
+ cyan700: string;
82
+ cyan800: string;
83
+ cyan900: string;
84
+ cyan1000: string;
85
+ cyan1100: string;
86
+ cyan1200: string;
87
+ green100: string;
88
+ green200: string;
89
+ green300: string;
90
+ green400: string;
91
+ green500: string;
92
+ green600: string;
93
+ green700: string;
94
+ green800: string;
95
+ green900: string;
96
+ green1000: string;
97
+ green1100: string;
98
+ green1200: string;
99
+ magenta100: string;
100
+ magenta200: string;
101
+ magenta300: string;
102
+ magenta400: string;
103
+ magenta500: string;
104
+ magenta600: string;
105
+ magenta700: string;
106
+ magenta800: string;
107
+ magenta900: string;
108
+ magenta1000: string;
109
+ magenta1100: string;
110
+ magenta1200: string;
111
+ red100: string;
112
+ red200: string;
113
+ red300: string;
114
+ red400: string;
115
+ red500: string;
116
+ red600: string;
117
+ red700: string;
118
+ red800: string;
119
+ red900: string;
120
+ red1000: string;
121
+ red1100: string;
122
+ red1200: string;
123
+ teal100: string;
124
+ teal200: string;
125
+ teal300: string;
126
+ teal400: string;
127
+ teal500: string;
128
+ teal600: string;
129
+ teal700: string;
130
+ teal800: string;
131
+ teal900: string;
132
+ teal1000: string;
133
+ teal1100: string;
134
+ teal1200: string;
135
+ orange100: string;
136
+ orange200: string;
137
+ orange300: string;
138
+ orange400: string;
139
+ orange500: string;
140
+ orange600: string;
141
+ orange700: string;
142
+ orange800: string;
143
+ orange900: string;
144
+ orange1000: string;
145
+ orange1100: string;
146
+ orange1200: string;
147
+ yellow100: string;
148
+ yellow200: string;
149
+ yellow300: string;
150
+ yellow400: string;
151
+ yellow500: string;
152
+ yellow600: string;
153
+ yellow700: string;
154
+ yellow800: string;
155
+ yellow900: string;
156
+ yellow1000: string;
157
+ yellow1100: string;
158
+ yellow1200: string;
159
+ lime100: string;
160
+ lime200: string;
161
+ lime300: string;
162
+ lime400: string;
163
+ lime500: string;
164
+ lime600: string;
165
+ lime700: string;
166
+ lime800: string;
167
+ lime900: string;
168
+ lime1000: string;
169
+ lime1100: string;
170
+ lime1200: string;
171
+ lapis100: string;
172
+ lapis200: string;
173
+ lapis300: string;
174
+ lapis400: string;
175
+ lapis500: string;
176
+ lapis600: string;
177
+ lapis700: string;
178
+ lapis800: string;
179
+ lapis900: string;
180
+ lapis1000: string;
181
+ lapis1100: string;
182
+ lapis1200: string;
183
+ maroon100: string;
184
+ maroon200: string;
185
+ maroon300: string;
186
+ maroon400: string;
187
+ maroon500: string;
188
+ maroon600: string;
189
+ maroon700: string;
190
+ maroon800: string;
191
+ maroon900: string;
192
+ maroon1000: string;
193
+ maroon1100: string;
194
+ maroon1200: string;
195
+ marsh100: string;
196
+ marsh200: string;
197
+ marsh300: string;
198
+ marsh400: string;
199
+ marsh500: string;
200
+ marsh600: string;
201
+ marsh700: string;
202
+ marsh800: string;
203
+ marsh900: string;
204
+ marsh1000: string;
205
+ marsh1100: string;
206
+ marsh1200: string;
207
+ alpha100: string;
208
+ alpha150: string;
209
+ alpha200: string;
210
+ alpha250: string;
211
+ alpha600: string;
212
+ infoLight: string;
213
+ info: string;
214
+ infoMid: string;
215
+ infoDark: string;
216
+ successLight: string;
217
+ success: string;
218
+ successMid: string;
219
+ successDark: string;
220
+ dangerLight: string;
221
+ danger: string;
222
+ dangerMid: string;
223
+ dangerDark: string;
224
+ warningLight: string;
225
+ warning: string;
226
+ warningMid: string;
227
+ warningDark: string;
228
+ warningText: string;
229
+ subjectEnglish: string;
230
+ subjectMaths: string;
231
+ subjectScience: string;
232
+ subjectVerbalReasoning: string;
233
+ subjectNonVerbalReasoning: string;
234
+ subjectCreativeWriting: string;
235
+ subjectExamSkills: string;
236
+ glBlueLight: string;
237
+ glBluePrimary: string;
238
+ glBlueDark: string;
239
+ primary100: string;
240
+ primary200: string;
241
+ primary300: string;
242
+ primary400: string;
243
+ primary500: string;
244
+ primary600: string;
245
+ primary700: string;
246
+ primary800: string;
247
+ primary900: string;
248
+ primary1000: string;
249
+ primary1100: string;
250
+ primary1200: string;
251
251
  };
252
252
  space: {
253
- "0": any;
254
- "1": any;
255
- "2": any;
256
- "3": any;
257
- "4": any;
258
- "5": any;
259
- "6": any;
260
- "7": any;
261
- "8": any;
262
- "9": any;
263
- "24": any;
253
+ "0": string;
254
+ "1": string;
255
+ "2": string;
256
+ "3": string;
257
+ "4": string;
258
+ "5": string;
259
+ "6": string;
260
+ "7": string;
261
+ "8": string;
262
+ "9": string;
263
+ "24": string;
264
264
  };
265
265
  fontSizes: {
266
- xs: any;
267
- sm: any;
268
- md: any;
269
- lg: any;
270
- xl: any;
271
- "2xl": any;
272
- "3xl": any;
273
- "4xl": any;
266
+ xs: string;
267
+ sm: string;
268
+ md: string;
269
+ lg: string;
270
+ xl: string;
271
+ "2xl": string;
272
+ "3xl": string;
273
+ "4xl": string;
274
274
  };
275
275
  fonts: {
276
- sans: any;
277
- mono: any;
278
- display: any;
279
- body: any;
276
+ sans: string;
277
+ mono: string;
278
+ display: string;
279
+ body: string;
280
280
  };
281
281
  sizes: {
282
- "0": any;
283
- "1": any;
284
- "2": any;
285
- "3": any;
286
- "4": any;
287
- "5": any;
288
- "6": any;
289
- "7": any;
290
- "8": any;
282
+ "0": string;
283
+ "1": string;
284
+ "2": string;
285
+ "3": string;
286
+ "4": string;
287
+ "5": string;
288
+ "6": string;
289
+ "7": string;
290
+ "8": string;
291
291
  };
292
292
  radii: {
293
- "0": any;
294
- "1": any;
295
- "2": any;
296
- "3": any;
297
- round: any;
293
+ "0": string;
294
+ "1": string;
295
+ "2": string;
296
+ "3": string;
297
+ round: string;
298
298
  };
299
299
  shadows: {
300
- "0": any;
301
- "1": any;
302
- "2": any;
303
- "3": any;
300
+ "0": string;
301
+ "1": string;
302
+ "2": string;
303
+ "3": string;
304
304
  };
305
305
  ratios: {
306
- "16-9": any;
307
- "3-2": any;
308
- "4-3": any;
309
- "1-1": any;
310
- "3-4": any;
306
+ "16-9": string;
307
+ "3-2": string;
308
+ "4-3": string;
309
+ "1-1": string;
310
+ "3-4": string;
311
311
  };
312
312
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
313
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
313
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
314
314
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
315
315
  };
316
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
316
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
317
317
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
318
318
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
319
319
  };
320
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
320
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
321
321
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
322
322
  };
323
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
323
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
324
324
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
325
325
  };
326
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
326
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
327
327
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
328
328
  };
329
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
330
330
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
331
331
  };
332
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
333
333
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
334
334
  };
335
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
336
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
337
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
338
338
  };
339
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
339
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
340
340
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
341
341
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
342
342
  };
343
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
343
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
344
344
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
345
  };
346
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
346
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
347
347
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
348
348
  };
349
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
349
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
350
350
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
351
  };
352
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
353
353
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
354
  };
355
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
356
356
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
357
  };
358
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
359
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
360
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
361
361
  };
362
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
362
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
363
363
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
364
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
365
  };
@@ -367,9 +367,9 @@ export declare const StyledChipContent: import("@atom-learning/stitches-react/ty
367
367
  export declare const ChipIcon: (props: React.ComponentProps<typeof Icon>) => React.JSX.Element;
368
368
  export declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
369
369
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
370
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
371
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
372
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
370
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
371
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
372
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
373
373
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
374
374
  }, {
375
375
  sm: string;
@@ -389,348 +389,348 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
389
389
  hover: string;
390
390
  }, {
391
391
  colors: {
392
- textBold: any;
393
- textRegular: any;
394
- textSubtle: any;
395
- textMinimal: any;
396
- background: any;
397
- backgroundAccent: any;
398
- grey100: any;
399
- grey200: any;
400
- grey300: any;
401
- grey400: any;
402
- grey500: any;
403
- grey600: any;
404
- grey700: any;
405
- grey800: any;
406
- grey900: any;
407
- grey1000: any;
408
- grey1100: any;
409
- grey1200: any;
410
- blue100: any;
411
- blue200: any;
412
- blue300: any;
413
- blue400: any;
414
- blue500: any;
415
- blue600: any;
416
- blue700: any;
417
- blue800: any;
418
- blue900: any;
419
- blue1000: any;
420
- blue1100: any;
421
- blue1200: any;
422
- pink100: any;
423
- pink200: any;
424
- pink300: any;
425
- pink400: any;
426
- pink500: any;
427
- pink600: any;
428
- pink700: any;
429
- pink800: any;
430
- pink900: any;
431
- pink1000: any;
432
- pink1100: any;
433
- pink1200: any;
434
- purple100: any;
435
- purple200: any;
436
- purple300: any;
437
- purple400: any;
438
- purple500: any;
439
- purple600: any;
440
- purple700: any;
441
- purple800: any;
442
- purple900: any;
443
- purple1000: any;
444
- purple1100: any;
445
- purple1200: any;
446
- cyan100: any;
447
- cyan200: any;
448
- cyan300: any;
449
- cyan400: any;
450
- cyan500: any;
451
- cyan600: any;
452
- cyan700: any;
453
- cyan800: any;
454
- cyan900: any;
455
- cyan1000: any;
456
- cyan1100: any;
457
- cyan1200: any;
458
- green100: any;
459
- green200: any;
460
- green300: any;
461
- green400: any;
462
- green500: any;
463
- green600: any;
464
- green700: any;
465
- green800: any;
466
- green900: any;
467
- green1000: any;
468
- green1100: any;
469
- green1200: any;
470
- magenta100: any;
471
- magenta200: any;
472
- magenta300: any;
473
- magenta400: any;
474
- magenta500: any;
475
- magenta600: any;
476
- magenta700: any;
477
- magenta800: any;
478
- magenta900: any;
479
- magenta1000: any;
480
- magenta1100: any;
481
- magenta1200: any;
482
- red100: any;
483
- red200: any;
484
- red300: any;
485
- red400: any;
486
- red500: any;
487
- red600: any;
488
- red700: any;
489
- red800: any;
490
- red900: any;
491
- red1000: any;
492
- red1100: any;
493
- red1200: any;
494
- teal100: any;
495
- teal200: any;
496
- teal300: any;
497
- teal400: any;
498
- teal500: any;
499
- teal600: any;
500
- teal700: any;
501
- teal800: any;
502
- teal900: any;
503
- teal1000: any;
504
- teal1100: any;
505
- teal1200: any;
506
- orange100: any;
507
- orange200: any;
508
- orange300: any;
509
- orange400: any;
510
- orange500: any;
511
- orange600: any;
512
- orange700: any;
513
- orange800: any;
514
- orange900: any;
515
- orange1000: any;
516
- orange1100: any;
517
- orange1200: any;
518
- yellow100: any;
519
- yellow200: any;
520
- yellow300: any;
521
- yellow400: any;
522
- yellow500: any;
523
- yellow600: any;
524
- yellow700: any;
525
- yellow800: any;
526
- yellow900: any;
527
- yellow1000: any;
528
- yellow1100: any;
529
- yellow1200: any;
530
- lime100: any;
531
- lime200: any;
532
- lime300: any;
533
- lime400: any;
534
- lime500: any;
535
- lime600: any;
536
- lime700: any;
537
- lime800: any;
538
- lime900: any;
539
- lime1000: any;
540
- lime1100: any;
541
- lime1200: any;
542
- lapis100: any;
543
- lapis200: any;
544
- lapis300: any;
545
- lapis400: any;
546
- lapis500: any;
547
- lapis600: any;
548
- lapis700: any;
549
- lapis800: any;
550
- lapis900: any;
551
- lapis1000: any;
552
- lapis1100: any;
553
- lapis1200: any;
554
- maroon100: any;
555
- maroon200: any;
556
- maroon300: any;
557
- maroon400: any;
558
- maroon500: any;
559
- maroon600: any;
560
- maroon700: any;
561
- maroon800: any;
562
- maroon900: any;
563
- maroon1000: any;
564
- maroon1100: any;
565
- maroon1200: any;
566
- marsh100: any;
567
- marsh200: any;
568
- marsh300: any;
569
- marsh400: any;
570
- marsh500: any;
571
- marsh600: any;
572
- marsh700: any;
573
- marsh800: any;
574
- marsh900: any;
575
- marsh1000: any;
576
- marsh1100: any;
577
- marsh1200: any;
578
- alpha100: any;
579
- alpha150: any;
580
- alpha200: any;
581
- alpha250: any;
582
- alpha600: any;
583
- infoLight: any;
584
- info: any;
585
- infoMid: any;
586
- infoDark: any;
587
- successLight: any;
588
- success: any;
589
- successMid: any;
590
- successDark: any;
591
- dangerLight: any;
592
- danger: any;
593
- dangerMid: any;
594
- dangerDark: any;
595
- warningLight: any;
596
- warning: any;
597
- warningMid: any;
598
- warningDark: any;
599
- warningText: any;
600
- subjectEnglish: any;
601
- subjectMaths: any;
602
- subjectScience: any;
603
- subjectVerbalReasoning: any;
604
- subjectNonVerbalReasoning: any;
605
- subjectCreativeWriting: any;
606
- subjectExamSkills: any;
607
- glBlueLight: any;
608
- glBluePrimary: any;
609
- glBlueDark: any;
610
- primary100: any;
611
- primary200: any;
612
- primary300: any;
613
- primary400: any;
614
- primary500: any;
615
- primary600: any;
616
- primary700: any;
617
- primary800: any;
618
- primary900: any;
619
- primary1000: any;
620
- primary1100: any;
621
- primary1200: any;
392
+ textBold: string;
393
+ textRegular: string;
394
+ textSubtle: string;
395
+ textMinimal: string;
396
+ background: string;
397
+ backgroundAccent: string;
398
+ grey100: string;
399
+ grey200: string;
400
+ grey300: string;
401
+ grey400: string;
402
+ grey500: string;
403
+ grey600: string;
404
+ grey700: string;
405
+ grey800: string;
406
+ grey900: string;
407
+ grey1000: string;
408
+ grey1100: string;
409
+ grey1200: string;
410
+ blue100: string;
411
+ blue200: string;
412
+ blue300: string;
413
+ blue400: string;
414
+ blue500: string;
415
+ blue600: string;
416
+ blue700: string;
417
+ blue800: string;
418
+ blue900: string;
419
+ blue1000: string;
420
+ blue1100: string;
421
+ blue1200: string;
422
+ pink100: string;
423
+ pink200: string;
424
+ pink300: string;
425
+ pink400: string;
426
+ pink500: string;
427
+ pink600: string;
428
+ pink700: string;
429
+ pink800: string;
430
+ pink900: string;
431
+ pink1000: string;
432
+ pink1100: string;
433
+ pink1200: string;
434
+ purple100: string;
435
+ purple200: string;
436
+ purple300: string;
437
+ purple400: string;
438
+ purple500: string;
439
+ purple600: string;
440
+ purple700: string;
441
+ purple800: string;
442
+ purple900: string;
443
+ purple1000: string;
444
+ purple1100: string;
445
+ purple1200: string;
446
+ cyan100: string;
447
+ cyan200: string;
448
+ cyan300: string;
449
+ cyan400: string;
450
+ cyan500: string;
451
+ cyan600: string;
452
+ cyan700: string;
453
+ cyan800: string;
454
+ cyan900: string;
455
+ cyan1000: string;
456
+ cyan1100: string;
457
+ cyan1200: string;
458
+ green100: string;
459
+ green200: string;
460
+ green300: string;
461
+ green400: string;
462
+ green500: string;
463
+ green600: string;
464
+ green700: string;
465
+ green800: string;
466
+ green900: string;
467
+ green1000: string;
468
+ green1100: string;
469
+ green1200: string;
470
+ magenta100: string;
471
+ magenta200: string;
472
+ magenta300: string;
473
+ magenta400: string;
474
+ magenta500: string;
475
+ magenta600: string;
476
+ magenta700: string;
477
+ magenta800: string;
478
+ magenta900: string;
479
+ magenta1000: string;
480
+ magenta1100: string;
481
+ magenta1200: string;
482
+ red100: string;
483
+ red200: string;
484
+ red300: string;
485
+ red400: string;
486
+ red500: string;
487
+ red600: string;
488
+ red700: string;
489
+ red800: string;
490
+ red900: string;
491
+ red1000: string;
492
+ red1100: string;
493
+ red1200: string;
494
+ teal100: string;
495
+ teal200: string;
496
+ teal300: string;
497
+ teal400: string;
498
+ teal500: string;
499
+ teal600: string;
500
+ teal700: string;
501
+ teal800: string;
502
+ teal900: string;
503
+ teal1000: string;
504
+ teal1100: string;
505
+ teal1200: string;
506
+ orange100: string;
507
+ orange200: string;
508
+ orange300: string;
509
+ orange400: string;
510
+ orange500: string;
511
+ orange600: string;
512
+ orange700: string;
513
+ orange800: string;
514
+ orange900: string;
515
+ orange1000: string;
516
+ orange1100: string;
517
+ orange1200: string;
518
+ yellow100: string;
519
+ yellow200: string;
520
+ yellow300: string;
521
+ yellow400: string;
522
+ yellow500: string;
523
+ yellow600: string;
524
+ yellow700: string;
525
+ yellow800: string;
526
+ yellow900: string;
527
+ yellow1000: string;
528
+ yellow1100: string;
529
+ yellow1200: string;
530
+ lime100: string;
531
+ lime200: string;
532
+ lime300: string;
533
+ lime400: string;
534
+ lime500: string;
535
+ lime600: string;
536
+ lime700: string;
537
+ lime800: string;
538
+ lime900: string;
539
+ lime1000: string;
540
+ lime1100: string;
541
+ lime1200: string;
542
+ lapis100: string;
543
+ lapis200: string;
544
+ lapis300: string;
545
+ lapis400: string;
546
+ lapis500: string;
547
+ lapis600: string;
548
+ lapis700: string;
549
+ lapis800: string;
550
+ lapis900: string;
551
+ lapis1000: string;
552
+ lapis1100: string;
553
+ lapis1200: string;
554
+ maroon100: string;
555
+ maroon200: string;
556
+ maroon300: string;
557
+ maroon400: string;
558
+ maroon500: string;
559
+ maroon600: string;
560
+ maroon700: string;
561
+ maroon800: string;
562
+ maroon900: string;
563
+ maroon1000: string;
564
+ maroon1100: string;
565
+ maroon1200: string;
566
+ marsh100: string;
567
+ marsh200: string;
568
+ marsh300: string;
569
+ marsh400: string;
570
+ marsh500: string;
571
+ marsh600: string;
572
+ marsh700: string;
573
+ marsh800: string;
574
+ marsh900: string;
575
+ marsh1000: string;
576
+ marsh1100: string;
577
+ marsh1200: string;
578
+ alpha100: string;
579
+ alpha150: string;
580
+ alpha200: string;
581
+ alpha250: string;
582
+ alpha600: string;
583
+ infoLight: string;
584
+ info: string;
585
+ infoMid: string;
586
+ infoDark: string;
587
+ successLight: string;
588
+ success: string;
589
+ successMid: string;
590
+ successDark: string;
591
+ dangerLight: string;
592
+ danger: string;
593
+ dangerMid: string;
594
+ dangerDark: string;
595
+ warningLight: string;
596
+ warning: string;
597
+ warningMid: string;
598
+ warningDark: string;
599
+ warningText: string;
600
+ subjectEnglish: string;
601
+ subjectMaths: string;
602
+ subjectScience: string;
603
+ subjectVerbalReasoning: string;
604
+ subjectNonVerbalReasoning: string;
605
+ subjectCreativeWriting: string;
606
+ subjectExamSkills: string;
607
+ glBlueLight: string;
608
+ glBluePrimary: string;
609
+ glBlueDark: string;
610
+ primary100: string;
611
+ primary200: string;
612
+ primary300: string;
613
+ primary400: string;
614
+ primary500: string;
615
+ primary600: string;
616
+ primary700: string;
617
+ primary800: string;
618
+ primary900: string;
619
+ primary1000: string;
620
+ primary1100: string;
621
+ primary1200: string;
622
622
  };
623
623
  space: {
624
- "0": any;
625
- "1": any;
626
- "2": any;
627
- "3": any;
628
- "4": any;
629
- "5": any;
630
- "6": any;
631
- "7": any;
632
- "8": any;
633
- "9": any;
634
- "24": any;
624
+ "0": string;
625
+ "1": string;
626
+ "2": string;
627
+ "3": string;
628
+ "4": string;
629
+ "5": string;
630
+ "6": string;
631
+ "7": string;
632
+ "8": string;
633
+ "9": string;
634
+ "24": string;
635
635
  };
636
636
  fontSizes: {
637
- xs: any;
638
- sm: any;
639
- md: any;
640
- lg: any;
641
- xl: any;
642
- "2xl": any;
643
- "3xl": any;
644
- "4xl": any;
637
+ xs: string;
638
+ sm: string;
639
+ md: string;
640
+ lg: string;
641
+ xl: string;
642
+ "2xl": string;
643
+ "3xl": string;
644
+ "4xl": string;
645
645
  };
646
646
  fonts: {
647
- sans: any;
648
- mono: any;
649
- display: any;
650
- body: any;
647
+ sans: string;
648
+ mono: string;
649
+ display: string;
650
+ body: string;
651
651
  };
652
652
  sizes: {
653
- "0": any;
654
- "1": any;
655
- "2": any;
656
- "3": any;
657
- "4": any;
658
- "5": any;
659
- "6": any;
660
- "7": any;
661
- "8": any;
653
+ "0": string;
654
+ "1": string;
655
+ "2": string;
656
+ "3": string;
657
+ "4": string;
658
+ "5": string;
659
+ "6": string;
660
+ "7": string;
661
+ "8": string;
662
662
  };
663
663
  radii: {
664
- "0": any;
665
- "1": any;
666
- "2": any;
667
- "3": any;
668
- round: any;
664
+ "0": string;
665
+ "1": string;
666
+ "2": string;
667
+ "3": string;
668
+ round: string;
669
669
  };
670
670
  shadows: {
671
- "0": any;
672
- "1": any;
673
- "2": any;
674
- "3": any;
671
+ "0": string;
672
+ "1": string;
673
+ "2": string;
674
+ "3": string;
675
675
  };
676
676
  ratios: {
677
- "16-9": any;
678
- "3-2": any;
679
- "4-3": any;
680
- "1-1": any;
681
- "3-4": any;
677
+ "16-9": string;
678
+ "3-2": string;
679
+ "4-3": string;
680
+ "1-1": string;
681
+ "3-4": string;
682
682
  };
683
683
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
684
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
684
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
685
685
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
686
686
  };
687
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
687
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
688
688
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
689
689
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
690
690
  };
691
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
691
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
692
692
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
693
693
  };
694
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
694
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
695
695
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
696
696
  };
697
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
697
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
698
698
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
699
699
  };
700
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
700
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
701
701
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
702
702
  };
703
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
703
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
704
704
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
705
705
  };
706
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
706
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
707
707
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
708
708
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
709
  };
710
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
710
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
711
711
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
712
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
713
713
  };
714
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
714
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
715
715
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
716
  };
717
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
717
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
718
718
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
719
  };
720
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
720
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
721
721
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
722
  };
723
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
723
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
724
724
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
725
  };
726
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
726
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
727
727
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
728
  };
729
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
729
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
730
730
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
731
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
732
  };
733
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
733
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
734
734
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
735
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
736
  };
@@ -754,361 +754,361 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
754
754
  hover: string;
755
755
  }, {
756
756
  colors: {
757
- textBold: any;
758
- textRegular: any;
759
- textSubtle: any;
760
- textMinimal: any;
761
- background: any;
762
- backgroundAccent: any;
763
- grey100: any;
764
- grey200: any;
765
- grey300: any;
766
- grey400: any;
767
- grey500: any;
768
- grey600: any;
769
- grey700: any;
770
- grey800: any;
771
- grey900: any;
772
- grey1000: any;
773
- grey1100: any;
774
- grey1200: any;
775
- blue100: any;
776
- blue200: any;
777
- blue300: any;
778
- blue400: any;
779
- blue500: any;
780
- blue600: any;
781
- blue700: any;
782
- blue800: any;
783
- blue900: any;
784
- blue1000: any;
785
- blue1100: any;
786
- blue1200: any;
787
- pink100: any;
788
- pink200: any;
789
- pink300: any;
790
- pink400: any;
791
- pink500: any;
792
- pink600: any;
793
- pink700: any;
794
- pink800: any;
795
- pink900: any;
796
- pink1000: any;
797
- pink1100: any;
798
- pink1200: any;
799
- purple100: any;
800
- purple200: any;
801
- purple300: any;
802
- purple400: any;
803
- purple500: any;
804
- purple600: any;
805
- purple700: any;
806
- purple800: any;
807
- purple900: any;
808
- purple1000: any;
809
- purple1100: any;
810
- purple1200: any;
811
- cyan100: any;
812
- cyan200: any;
813
- cyan300: any;
814
- cyan400: any;
815
- cyan500: any;
816
- cyan600: any;
817
- cyan700: any;
818
- cyan800: any;
819
- cyan900: any;
820
- cyan1000: any;
821
- cyan1100: any;
822
- cyan1200: any;
823
- green100: any;
824
- green200: any;
825
- green300: any;
826
- green400: any;
827
- green500: any;
828
- green600: any;
829
- green700: any;
830
- green800: any;
831
- green900: any;
832
- green1000: any;
833
- green1100: any;
834
- green1200: any;
835
- magenta100: any;
836
- magenta200: any;
837
- magenta300: any;
838
- magenta400: any;
839
- magenta500: any;
840
- magenta600: any;
841
- magenta700: any;
842
- magenta800: any;
843
- magenta900: any;
844
- magenta1000: any;
845
- magenta1100: any;
846
- magenta1200: any;
847
- red100: any;
848
- red200: any;
849
- red300: any;
850
- red400: any;
851
- red500: any;
852
- red600: any;
853
- red700: any;
854
- red800: any;
855
- red900: any;
856
- red1000: any;
857
- red1100: any;
858
- red1200: any;
859
- teal100: any;
860
- teal200: any;
861
- teal300: any;
862
- teal400: any;
863
- teal500: any;
864
- teal600: any;
865
- teal700: any;
866
- teal800: any;
867
- teal900: any;
868
- teal1000: any;
869
- teal1100: any;
870
- teal1200: any;
871
- orange100: any;
872
- orange200: any;
873
- orange300: any;
874
- orange400: any;
875
- orange500: any;
876
- orange600: any;
877
- orange700: any;
878
- orange800: any;
879
- orange900: any;
880
- orange1000: any;
881
- orange1100: any;
882
- orange1200: any;
883
- yellow100: any;
884
- yellow200: any;
885
- yellow300: any;
886
- yellow400: any;
887
- yellow500: any;
888
- yellow600: any;
889
- yellow700: any;
890
- yellow800: any;
891
- yellow900: any;
892
- yellow1000: any;
893
- yellow1100: any;
894
- yellow1200: any;
895
- lime100: any;
896
- lime200: any;
897
- lime300: any;
898
- lime400: any;
899
- lime500: any;
900
- lime600: any;
901
- lime700: any;
902
- lime800: any;
903
- lime900: any;
904
- lime1000: any;
905
- lime1100: any;
906
- lime1200: any;
907
- lapis100: any;
908
- lapis200: any;
909
- lapis300: any;
910
- lapis400: any;
911
- lapis500: any;
912
- lapis600: any;
913
- lapis700: any;
914
- lapis800: any;
915
- lapis900: any;
916
- lapis1000: any;
917
- lapis1100: any;
918
- lapis1200: any;
919
- maroon100: any;
920
- maroon200: any;
921
- maroon300: any;
922
- maroon400: any;
923
- maroon500: any;
924
- maroon600: any;
925
- maroon700: any;
926
- maroon800: any;
927
- maroon900: any;
928
- maroon1000: any;
929
- maroon1100: any;
930
- maroon1200: any;
931
- marsh100: any;
932
- marsh200: any;
933
- marsh300: any;
934
- marsh400: any;
935
- marsh500: any;
936
- marsh600: any;
937
- marsh700: any;
938
- marsh800: any;
939
- marsh900: any;
940
- marsh1000: any;
941
- marsh1100: any;
942
- marsh1200: any;
943
- alpha100: any;
944
- alpha150: any;
945
- alpha200: any;
946
- alpha250: any;
947
- alpha600: any;
948
- infoLight: any;
949
- info: any;
950
- infoMid: any;
951
- infoDark: any;
952
- successLight: any;
953
- success: any;
954
- successMid: any;
955
- successDark: any;
956
- dangerLight: any;
957
- danger: any;
958
- dangerMid: any;
959
- dangerDark: any;
960
- warningLight: any;
961
- warning: any;
962
- warningMid: any;
963
- warningDark: any;
964
- warningText: any;
965
- subjectEnglish: any;
966
- subjectMaths: any;
967
- subjectScience: any;
968
- subjectVerbalReasoning: any;
969
- subjectNonVerbalReasoning: any;
970
- subjectCreativeWriting: any;
971
- subjectExamSkills: any;
972
- glBlueLight: any;
973
- glBluePrimary: any;
974
- glBlueDark: any;
975
- primary100: any;
976
- primary200: any;
977
- primary300: any;
978
- primary400: any;
979
- primary500: any;
980
- primary600: any;
981
- primary700: any;
982
- primary800: any;
983
- primary900: any;
984
- primary1000: any;
985
- primary1100: any;
986
- primary1200: any;
757
+ textBold: string;
758
+ textRegular: string;
759
+ textSubtle: string;
760
+ textMinimal: string;
761
+ background: string;
762
+ backgroundAccent: string;
763
+ grey100: string;
764
+ grey200: string;
765
+ grey300: string;
766
+ grey400: string;
767
+ grey500: string;
768
+ grey600: string;
769
+ grey700: string;
770
+ grey800: string;
771
+ grey900: string;
772
+ grey1000: string;
773
+ grey1100: string;
774
+ grey1200: string;
775
+ blue100: string;
776
+ blue200: string;
777
+ blue300: string;
778
+ blue400: string;
779
+ blue500: string;
780
+ blue600: string;
781
+ blue700: string;
782
+ blue800: string;
783
+ blue900: string;
784
+ blue1000: string;
785
+ blue1100: string;
786
+ blue1200: string;
787
+ pink100: string;
788
+ pink200: string;
789
+ pink300: string;
790
+ pink400: string;
791
+ pink500: string;
792
+ pink600: string;
793
+ pink700: string;
794
+ pink800: string;
795
+ pink900: string;
796
+ pink1000: string;
797
+ pink1100: string;
798
+ pink1200: string;
799
+ purple100: string;
800
+ purple200: string;
801
+ purple300: string;
802
+ purple400: string;
803
+ purple500: string;
804
+ purple600: string;
805
+ purple700: string;
806
+ purple800: string;
807
+ purple900: string;
808
+ purple1000: string;
809
+ purple1100: string;
810
+ purple1200: string;
811
+ cyan100: string;
812
+ cyan200: string;
813
+ cyan300: string;
814
+ cyan400: string;
815
+ cyan500: string;
816
+ cyan600: string;
817
+ cyan700: string;
818
+ cyan800: string;
819
+ cyan900: string;
820
+ cyan1000: string;
821
+ cyan1100: string;
822
+ cyan1200: string;
823
+ green100: string;
824
+ green200: string;
825
+ green300: string;
826
+ green400: string;
827
+ green500: string;
828
+ green600: string;
829
+ green700: string;
830
+ green800: string;
831
+ green900: string;
832
+ green1000: string;
833
+ green1100: string;
834
+ green1200: string;
835
+ magenta100: string;
836
+ magenta200: string;
837
+ magenta300: string;
838
+ magenta400: string;
839
+ magenta500: string;
840
+ magenta600: string;
841
+ magenta700: string;
842
+ magenta800: string;
843
+ magenta900: string;
844
+ magenta1000: string;
845
+ magenta1100: string;
846
+ magenta1200: string;
847
+ red100: string;
848
+ red200: string;
849
+ red300: string;
850
+ red400: string;
851
+ red500: string;
852
+ red600: string;
853
+ red700: string;
854
+ red800: string;
855
+ red900: string;
856
+ red1000: string;
857
+ red1100: string;
858
+ red1200: string;
859
+ teal100: string;
860
+ teal200: string;
861
+ teal300: string;
862
+ teal400: string;
863
+ teal500: string;
864
+ teal600: string;
865
+ teal700: string;
866
+ teal800: string;
867
+ teal900: string;
868
+ teal1000: string;
869
+ teal1100: string;
870
+ teal1200: string;
871
+ orange100: string;
872
+ orange200: string;
873
+ orange300: string;
874
+ orange400: string;
875
+ orange500: string;
876
+ orange600: string;
877
+ orange700: string;
878
+ orange800: string;
879
+ orange900: string;
880
+ orange1000: string;
881
+ orange1100: string;
882
+ orange1200: string;
883
+ yellow100: string;
884
+ yellow200: string;
885
+ yellow300: string;
886
+ yellow400: string;
887
+ yellow500: string;
888
+ yellow600: string;
889
+ yellow700: string;
890
+ yellow800: string;
891
+ yellow900: string;
892
+ yellow1000: string;
893
+ yellow1100: string;
894
+ yellow1200: string;
895
+ lime100: string;
896
+ lime200: string;
897
+ lime300: string;
898
+ lime400: string;
899
+ lime500: string;
900
+ lime600: string;
901
+ lime700: string;
902
+ lime800: string;
903
+ lime900: string;
904
+ lime1000: string;
905
+ lime1100: string;
906
+ lime1200: string;
907
+ lapis100: string;
908
+ lapis200: string;
909
+ lapis300: string;
910
+ lapis400: string;
911
+ lapis500: string;
912
+ lapis600: string;
913
+ lapis700: string;
914
+ lapis800: string;
915
+ lapis900: string;
916
+ lapis1000: string;
917
+ lapis1100: string;
918
+ lapis1200: string;
919
+ maroon100: string;
920
+ maroon200: string;
921
+ maroon300: string;
922
+ maroon400: string;
923
+ maroon500: string;
924
+ maroon600: string;
925
+ maroon700: string;
926
+ maroon800: string;
927
+ maroon900: string;
928
+ maroon1000: string;
929
+ maroon1100: string;
930
+ maroon1200: string;
931
+ marsh100: string;
932
+ marsh200: string;
933
+ marsh300: string;
934
+ marsh400: string;
935
+ marsh500: string;
936
+ marsh600: string;
937
+ marsh700: string;
938
+ marsh800: string;
939
+ marsh900: string;
940
+ marsh1000: string;
941
+ marsh1100: string;
942
+ marsh1200: string;
943
+ alpha100: string;
944
+ alpha150: string;
945
+ alpha200: string;
946
+ alpha250: string;
947
+ alpha600: string;
948
+ infoLight: string;
949
+ info: string;
950
+ infoMid: string;
951
+ infoDark: string;
952
+ successLight: string;
953
+ success: string;
954
+ successMid: string;
955
+ successDark: string;
956
+ dangerLight: string;
957
+ danger: string;
958
+ dangerMid: string;
959
+ dangerDark: string;
960
+ warningLight: string;
961
+ warning: string;
962
+ warningMid: string;
963
+ warningDark: string;
964
+ warningText: string;
965
+ subjectEnglish: string;
966
+ subjectMaths: string;
967
+ subjectScience: string;
968
+ subjectVerbalReasoning: string;
969
+ subjectNonVerbalReasoning: string;
970
+ subjectCreativeWriting: string;
971
+ subjectExamSkills: string;
972
+ glBlueLight: string;
973
+ glBluePrimary: string;
974
+ glBlueDark: string;
975
+ primary100: string;
976
+ primary200: string;
977
+ primary300: string;
978
+ primary400: string;
979
+ primary500: string;
980
+ primary600: string;
981
+ primary700: string;
982
+ primary800: string;
983
+ primary900: string;
984
+ primary1000: string;
985
+ primary1100: string;
986
+ primary1200: string;
987
987
  };
988
988
  space: {
989
- "0": any;
990
- "1": any;
991
- "2": any;
992
- "3": any;
993
- "4": any;
994
- "5": any;
995
- "6": any;
996
- "7": any;
997
- "8": any;
998
- "9": any;
999
- "24": any;
989
+ "0": string;
990
+ "1": string;
991
+ "2": string;
992
+ "3": string;
993
+ "4": string;
994
+ "5": string;
995
+ "6": string;
996
+ "7": string;
997
+ "8": string;
998
+ "9": string;
999
+ "24": string;
1000
1000
  };
1001
1001
  fontSizes: {
1002
- xs: any;
1003
- sm: any;
1004
- md: any;
1005
- lg: any;
1006
- xl: any;
1007
- "2xl": any;
1008
- "3xl": any;
1009
- "4xl": any;
1002
+ xs: string;
1003
+ sm: string;
1004
+ md: string;
1005
+ lg: string;
1006
+ xl: string;
1007
+ "2xl": string;
1008
+ "3xl": string;
1009
+ "4xl": string;
1010
1010
  };
1011
1011
  fonts: {
1012
- sans: any;
1013
- mono: any;
1014
- display: any;
1015
- body: any;
1012
+ sans: string;
1013
+ mono: string;
1014
+ display: string;
1015
+ body: string;
1016
1016
  };
1017
1017
  sizes: {
1018
- "0": any;
1019
- "1": any;
1020
- "2": any;
1021
- "3": any;
1022
- "4": any;
1023
- "5": any;
1024
- "6": any;
1025
- "7": any;
1026
- "8": any;
1018
+ "0": string;
1019
+ "1": string;
1020
+ "2": string;
1021
+ "3": string;
1022
+ "4": string;
1023
+ "5": string;
1024
+ "6": string;
1025
+ "7": string;
1026
+ "8": string;
1027
1027
  };
1028
1028
  radii: {
1029
- "0": any;
1030
- "1": any;
1031
- "2": any;
1032
- "3": any;
1033
- round: any;
1029
+ "0": string;
1030
+ "1": string;
1031
+ "2": string;
1032
+ "3": string;
1033
+ round: string;
1034
1034
  };
1035
1035
  shadows: {
1036
- "0": any;
1037
- "1": any;
1038
- "2": any;
1039
- "3": any;
1036
+ "0": string;
1037
+ "1": string;
1038
+ "2": string;
1039
+ "3": string;
1040
1040
  };
1041
1041
  ratios: {
1042
- "16-9": any;
1043
- "3-2": any;
1044
- "4-3": any;
1045
- "1-1": any;
1046
- "3-4": any;
1042
+ "16-9": string;
1043
+ "3-2": string;
1044
+ "4-3": string;
1045
+ "1-1": string;
1046
+ "3-4": string;
1047
1047
  };
1048
1048
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1049
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1049
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1050
1050
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1051
1051
  };
1052
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1052
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1053
1053
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1054
1054
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1055
1055
  };
1056
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1056
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1057
1057
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1058
1058
  };
1059
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1059
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1060
1060
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1061
1061
  };
1062
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1062
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1063
1063
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
1064
  };
1065
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1065
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1066
1066
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
1067
  };
1068
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1068
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1069
1069
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
1070
  };
1071
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1072
1072
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1073
1073
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1074
1074
  };
1075
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1076
1076
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1077
1077
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1078
1078
  };
1079
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1079
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1080
1080
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1081
1081
  };
1082
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1082
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1083
1083
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
1084
  };
1085
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1085
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1086
1086
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
1087
  };
1088
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1088
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1089
1089
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
1090
  };
1091
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1091
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1092
1092
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
1093
  };
1094
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1094
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1095
1095
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
1096
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
1097
  };
1098
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1099
1099
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
1100
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1101
1101
  };
1102
1102
  }>>;
1103
- export declare type TChipRootContext = React.ComponentProps<typeof StyledRoot>;
1104
- export declare type TChipRootProviderProps = TChipRootContext;
1103
+ export type TChipRootContext = React.ComponentProps<typeof StyledRoot>;
1104
+ export type TChipRootProviderProps = TChipRootContext;
1105
1105
  export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1106
1106
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1107
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1107
+ }, "direction" | "gap" | "css" | "align" | "wrap" | "justify"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1108
1108
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
1109
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1110
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1111
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1109
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1110
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1111
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1112
1112
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
1113
1113
  }, {
1114
1114
  sm: string;
@@ -1129,348 +1129,348 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
1129
1129
  hover: string;
1130
1130
  }, {
1131
1131
  colors: {
1132
- textBold: any;
1133
- textRegular: any;
1134
- textSubtle: any;
1135
- textMinimal: any;
1136
- background: any;
1137
- backgroundAccent: any;
1138
- grey100: any;
1139
- grey200: any;
1140
- grey300: any;
1141
- grey400: any;
1142
- grey500: any;
1143
- grey600: any;
1144
- grey700: any;
1145
- grey800: any;
1146
- grey900: any;
1147
- grey1000: any;
1148
- grey1100: any;
1149
- grey1200: any;
1150
- blue100: any;
1151
- blue200: any;
1152
- blue300: any;
1153
- blue400: any;
1154
- blue500: any;
1155
- blue600: any;
1156
- blue700: any;
1157
- blue800: any;
1158
- blue900: any;
1159
- blue1000: any;
1160
- blue1100: any;
1161
- blue1200: any;
1162
- pink100: any;
1163
- pink200: any;
1164
- pink300: any;
1165
- pink400: any;
1166
- pink500: any;
1167
- pink600: any;
1168
- pink700: any;
1169
- pink800: any;
1170
- pink900: any;
1171
- pink1000: any;
1172
- pink1100: any;
1173
- pink1200: any;
1174
- purple100: any;
1175
- purple200: any;
1176
- purple300: any;
1177
- purple400: any;
1178
- purple500: any;
1179
- purple600: any;
1180
- purple700: any;
1181
- purple800: any;
1182
- purple900: any;
1183
- purple1000: any;
1184
- purple1100: any;
1185
- purple1200: any;
1186
- cyan100: any;
1187
- cyan200: any;
1188
- cyan300: any;
1189
- cyan400: any;
1190
- cyan500: any;
1191
- cyan600: any;
1192
- cyan700: any;
1193
- cyan800: any;
1194
- cyan900: any;
1195
- cyan1000: any;
1196
- cyan1100: any;
1197
- cyan1200: any;
1198
- green100: any;
1199
- green200: any;
1200
- green300: any;
1201
- green400: any;
1202
- green500: any;
1203
- green600: any;
1204
- green700: any;
1205
- green800: any;
1206
- green900: any;
1207
- green1000: any;
1208
- green1100: any;
1209
- green1200: any;
1210
- magenta100: any;
1211
- magenta200: any;
1212
- magenta300: any;
1213
- magenta400: any;
1214
- magenta500: any;
1215
- magenta600: any;
1216
- magenta700: any;
1217
- magenta800: any;
1218
- magenta900: any;
1219
- magenta1000: any;
1220
- magenta1100: any;
1221
- magenta1200: any;
1222
- red100: any;
1223
- red200: any;
1224
- red300: any;
1225
- red400: any;
1226
- red500: any;
1227
- red600: any;
1228
- red700: any;
1229
- red800: any;
1230
- red900: any;
1231
- red1000: any;
1232
- red1100: any;
1233
- red1200: any;
1234
- teal100: any;
1235
- teal200: any;
1236
- teal300: any;
1237
- teal400: any;
1238
- teal500: any;
1239
- teal600: any;
1240
- teal700: any;
1241
- teal800: any;
1242
- teal900: any;
1243
- teal1000: any;
1244
- teal1100: any;
1245
- teal1200: any;
1246
- orange100: any;
1247
- orange200: any;
1248
- orange300: any;
1249
- orange400: any;
1250
- orange500: any;
1251
- orange600: any;
1252
- orange700: any;
1253
- orange800: any;
1254
- orange900: any;
1255
- orange1000: any;
1256
- orange1100: any;
1257
- orange1200: any;
1258
- yellow100: any;
1259
- yellow200: any;
1260
- yellow300: any;
1261
- yellow400: any;
1262
- yellow500: any;
1263
- yellow600: any;
1264
- yellow700: any;
1265
- yellow800: any;
1266
- yellow900: any;
1267
- yellow1000: any;
1268
- yellow1100: any;
1269
- yellow1200: any;
1270
- lime100: any;
1271
- lime200: any;
1272
- lime300: any;
1273
- lime400: any;
1274
- lime500: any;
1275
- lime600: any;
1276
- lime700: any;
1277
- lime800: any;
1278
- lime900: any;
1279
- lime1000: any;
1280
- lime1100: any;
1281
- lime1200: any;
1282
- lapis100: any;
1283
- lapis200: any;
1284
- lapis300: any;
1285
- lapis400: any;
1286
- lapis500: any;
1287
- lapis600: any;
1288
- lapis700: any;
1289
- lapis800: any;
1290
- lapis900: any;
1291
- lapis1000: any;
1292
- lapis1100: any;
1293
- lapis1200: any;
1294
- maroon100: any;
1295
- maroon200: any;
1296
- maroon300: any;
1297
- maroon400: any;
1298
- maroon500: any;
1299
- maroon600: any;
1300
- maroon700: any;
1301
- maroon800: any;
1302
- maroon900: any;
1303
- maroon1000: any;
1304
- maroon1100: any;
1305
- maroon1200: any;
1306
- marsh100: any;
1307
- marsh200: any;
1308
- marsh300: any;
1309
- marsh400: any;
1310
- marsh500: any;
1311
- marsh600: any;
1312
- marsh700: any;
1313
- marsh800: any;
1314
- marsh900: any;
1315
- marsh1000: any;
1316
- marsh1100: any;
1317
- marsh1200: any;
1318
- alpha100: any;
1319
- alpha150: any;
1320
- alpha200: any;
1321
- alpha250: any;
1322
- alpha600: any;
1323
- infoLight: any;
1324
- info: any;
1325
- infoMid: any;
1326
- infoDark: any;
1327
- successLight: any;
1328
- success: any;
1329
- successMid: any;
1330
- successDark: any;
1331
- dangerLight: any;
1332
- danger: any;
1333
- dangerMid: any;
1334
- dangerDark: any;
1335
- warningLight: any;
1336
- warning: any;
1337
- warningMid: any;
1338
- warningDark: any;
1339
- warningText: any;
1340
- subjectEnglish: any;
1341
- subjectMaths: any;
1342
- subjectScience: any;
1343
- subjectVerbalReasoning: any;
1344
- subjectNonVerbalReasoning: any;
1345
- subjectCreativeWriting: any;
1346
- subjectExamSkills: any;
1347
- glBlueLight: any;
1348
- glBluePrimary: any;
1349
- glBlueDark: any;
1350
- primary100: any;
1351
- primary200: any;
1352
- primary300: any;
1353
- primary400: any;
1354
- primary500: any;
1355
- primary600: any;
1356
- primary700: any;
1357
- primary800: any;
1358
- primary900: any;
1359
- primary1000: any;
1360
- primary1100: any;
1361
- primary1200: any;
1132
+ textBold: string;
1133
+ textRegular: string;
1134
+ textSubtle: string;
1135
+ textMinimal: string;
1136
+ background: string;
1137
+ backgroundAccent: string;
1138
+ grey100: string;
1139
+ grey200: string;
1140
+ grey300: string;
1141
+ grey400: string;
1142
+ grey500: string;
1143
+ grey600: string;
1144
+ grey700: string;
1145
+ grey800: string;
1146
+ grey900: string;
1147
+ grey1000: string;
1148
+ grey1100: string;
1149
+ grey1200: string;
1150
+ blue100: string;
1151
+ blue200: string;
1152
+ blue300: string;
1153
+ blue400: string;
1154
+ blue500: string;
1155
+ blue600: string;
1156
+ blue700: string;
1157
+ blue800: string;
1158
+ blue900: string;
1159
+ blue1000: string;
1160
+ blue1100: string;
1161
+ blue1200: string;
1162
+ pink100: string;
1163
+ pink200: string;
1164
+ pink300: string;
1165
+ pink400: string;
1166
+ pink500: string;
1167
+ pink600: string;
1168
+ pink700: string;
1169
+ pink800: string;
1170
+ pink900: string;
1171
+ pink1000: string;
1172
+ pink1100: string;
1173
+ pink1200: string;
1174
+ purple100: string;
1175
+ purple200: string;
1176
+ purple300: string;
1177
+ purple400: string;
1178
+ purple500: string;
1179
+ purple600: string;
1180
+ purple700: string;
1181
+ purple800: string;
1182
+ purple900: string;
1183
+ purple1000: string;
1184
+ purple1100: string;
1185
+ purple1200: string;
1186
+ cyan100: string;
1187
+ cyan200: string;
1188
+ cyan300: string;
1189
+ cyan400: string;
1190
+ cyan500: string;
1191
+ cyan600: string;
1192
+ cyan700: string;
1193
+ cyan800: string;
1194
+ cyan900: string;
1195
+ cyan1000: string;
1196
+ cyan1100: string;
1197
+ cyan1200: string;
1198
+ green100: string;
1199
+ green200: string;
1200
+ green300: string;
1201
+ green400: string;
1202
+ green500: string;
1203
+ green600: string;
1204
+ green700: string;
1205
+ green800: string;
1206
+ green900: string;
1207
+ green1000: string;
1208
+ green1100: string;
1209
+ green1200: string;
1210
+ magenta100: string;
1211
+ magenta200: string;
1212
+ magenta300: string;
1213
+ magenta400: string;
1214
+ magenta500: string;
1215
+ magenta600: string;
1216
+ magenta700: string;
1217
+ magenta800: string;
1218
+ magenta900: string;
1219
+ magenta1000: string;
1220
+ magenta1100: string;
1221
+ magenta1200: string;
1222
+ red100: string;
1223
+ red200: string;
1224
+ red300: string;
1225
+ red400: string;
1226
+ red500: string;
1227
+ red600: string;
1228
+ red700: string;
1229
+ red800: string;
1230
+ red900: string;
1231
+ red1000: string;
1232
+ red1100: string;
1233
+ red1200: string;
1234
+ teal100: string;
1235
+ teal200: string;
1236
+ teal300: string;
1237
+ teal400: string;
1238
+ teal500: string;
1239
+ teal600: string;
1240
+ teal700: string;
1241
+ teal800: string;
1242
+ teal900: string;
1243
+ teal1000: string;
1244
+ teal1100: string;
1245
+ teal1200: string;
1246
+ orange100: string;
1247
+ orange200: string;
1248
+ orange300: string;
1249
+ orange400: string;
1250
+ orange500: string;
1251
+ orange600: string;
1252
+ orange700: string;
1253
+ orange800: string;
1254
+ orange900: string;
1255
+ orange1000: string;
1256
+ orange1100: string;
1257
+ orange1200: string;
1258
+ yellow100: string;
1259
+ yellow200: string;
1260
+ yellow300: string;
1261
+ yellow400: string;
1262
+ yellow500: string;
1263
+ yellow600: string;
1264
+ yellow700: string;
1265
+ yellow800: string;
1266
+ yellow900: string;
1267
+ yellow1000: string;
1268
+ yellow1100: string;
1269
+ yellow1200: string;
1270
+ lime100: string;
1271
+ lime200: string;
1272
+ lime300: string;
1273
+ lime400: string;
1274
+ lime500: string;
1275
+ lime600: string;
1276
+ lime700: string;
1277
+ lime800: string;
1278
+ lime900: string;
1279
+ lime1000: string;
1280
+ lime1100: string;
1281
+ lime1200: string;
1282
+ lapis100: string;
1283
+ lapis200: string;
1284
+ lapis300: string;
1285
+ lapis400: string;
1286
+ lapis500: string;
1287
+ lapis600: string;
1288
+ lapis700: string;
1289
+ lapis800: string;
1290
+ lapis900: string;
1291
+ lapis1000: string;
1292
+ lapis1100: string;
1293
+ lapis1200: string;
1294
+ maroon100: string;
1295
+ maroon200: string;
1296
+ maroon300: string;
1297
+ maroon400: string;
1298
+ maroon500: string;
1299
+ maroon600: string;
1300
+ maroon700: string;
1301
+ maroon800: string;
1302
+ maroon900: string;
1303
+ maroon1000: string;
1304
+ maroon1100: string;
1305
+ maroon1200: string;
1306
+ marsh100: string;
1307
+ marsh200: string;
1308
+ marsh300: string;
1309
+ marsh400: string;
1310
+ marsh500: string;
1311
+ marsh600: string;
1312
+ marsh700: string;
1313
+ marsh800: string;
1314
+ marsh900: string;
1315
+ marsh1000: string;
1316
+ marsh1100: string;
1317
+ marsh1200: string;
1318
+ alpha100: string;
1319
+ alpha150: string;
1320
+ alpha200: string;
1321
+ alpha250: string;
1322
+ alpha600: string;
1323
+ infoLight: string;
1324
+ info: string;
1325
+ infoMid: string;
1326
+ infoDark: string;
1327
+ successLight: string;
1328
+ success: string;
1329
+ successMid: string;
1330
+ successDark: string;
1331
+ dangerLight: string;
1332
+ danger: string;
1333
+ dangerMid: string;
1334
+ dangerDark: string;
1335
+ warningLight: string;
1336
+ warning: string;
1337
+ warningMid: string;
1338
+ warningDark: string;
1339
+ warningText: string;
1340
+ subjectEnglish: string;
1341
+ subjectMaths: string;
1342
+ subjectScience: string;
1343
+ subjectVerbalReasoning: string;
1344
+ subjectNonVerbalReasoning: string;
1345
+ subjectCreativeWriting: string;
1346
+ subjectExamSkills: string;
1347
+ glBlueLight: string;
1348
+ glBluePrimary: string;
1349
+ glBlueDark: string;
1350
+ primary100: string;
1351
+ primary200: string;
1352
+ primary300: string;
1353
+ primary400: string;
1354
+ primary500: string;
1355
+ primary600: string;
1356
+ primary700: string;
1357
+ primary800: string;
1358
+ primary900: string;
1359
+ primary1000: string;
1360
+ primary1100: string;
1361
+ primary1200: string;
1362
1362
  };
1363
1363
  space: {
1364
- "0": any;
1365
- "1": any;
1366
- "2": any;
1367
- "3": any;
1368
- "4": any;
1369
- "5": any;
1370
- "6": any;
1371
- "7": any;
1372
- "8": any;
1373
- "9": any;
1374
- "24": any;
1364
+ "0": string;
1365
+ "1": string;
1366
+ "2": string;
1367
+ "3": string;
1368
+ "4": string;
1369
+ "5": string;
1370
+ "6": string;
1371
+ "7": string;
1372
+ "8": string;
1373
+ "9": string;
1374
+ "24": string;
1375
1375
  };
1376
1376
  fontSizes: {
1377
- xs: any;
1378
- sm: any;
1379
- md: any;
1380
- lg: any;
1381
- xl: any;
1382
- "2xl": any;
1383
- "3xl": any;
1384
- "4xl": any;
1377
+ xs: string;
1378
+ sm: string;
1379
+ md: string;
1380
+ lg: string;
1381
+ xl: string;
1382
+ "2xl": string;
1383
+ "3xl": string;
1384
+ "4xl": string;
1385
1385
  };
1386
1386
  fonts: {
1387
- sans: any;
1388
- mono: any;
1389
- display: any;
1390
- body: any;
1387
+ sans: string;
1388
+ mono: string;
1389
+ display: string;
1390
+ body: string;
1391
1391
  };
1392
1392
  sizes: {
1393
- "0": any;
1394
- "1": any;
1395
- "2": any;
1396
- "3": any;
1397
- "4": any;
1398
- "5": any;
1399
- "6": any;
1400
- "7": any;
1401
- "8": any;
1393
+ "0": string;
1394
+ "1": string;
1395
+ "2": string;
1396
+ "3": string;
1397
+ "4": string;
1398
+ "5": string;
1399
+ "6": string;
1400
+ "7": string;
1401
+ "8": string;
1402
1402
  };
1403
1403
  radii: {
1404
- "0": any;
1405
- "1": any;
1406
- "2": any;
1407
- "3": any;
1408
- round: any;
1404
+ "0": string;
1405
+ "1": string;
1406
+ "2": string;
1407
+ "3": string;
1408
+ round: string;
1409
1409
  };
1410
1410
  shadows: {
1411
- "0": any;
1412
- "1": any;
1413
- "2": any;
1414
- "3": any;
1411
+ "0": string;
1412
+ "1": string;
1413
+ "2": string;
1414
+ "3": string;
1415
1415
  };
1416
1416
  ratios: {
1417
- "16-9": any;
1418
- "3-2": any;
1419
- "4-3": any;
1420
- "1-1": any;
1421
- "3-4": any;
1417
+ "16-9": string;
1418
+ "3-2": string;
1419
+ "4-3": string;
1420
+ "1-1": string;
1421
+ "3-4": string;
1422
1422
  };
1423
1423
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1424
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1424
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1425
1425
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1426
1426
  };
1427
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1427
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1428
1428
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1429
1429
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1430
1430
  };
1431
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1431
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1432
1432
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1433
1433
  };
1434
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1434
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1435
1435
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1436
1436
  };
1437
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1437
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1438
1438
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1439
1439
  };
1440
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1440
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1441
1441
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1442
1442
  };
1443
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1443
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1444
1444
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1445
1445
  };
1446
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1446
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1447
1447
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1448
1448
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1449
1449
  };
1450
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1450
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1451
1451
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1452
1452
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1453
1453
  };
1454
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1454
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1455
1455
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1456
1456
  };
1457
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1457
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1458
1458
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1459
1459
  };
1460
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1460
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1461
1461
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1462
1462
  };
1463
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1463
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1464
1464
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1465
1465
  };
1466
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1466
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1467
1467
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1468
1468
  };
1469
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1469
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1470
1470
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1471
1471
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1472
1472
  };
1473
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1473
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1474
1474
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1475
1475
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1476
1476
  };
@@ -1496,362 +1496,362 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
1496
1496
  hover: string;
1497
1497
  }, {
1498
1498
  colors: {
1499
- textBold: any;
1500
- textRegular: any;
1501
- textSubtle: any;
1502
- textMinimal: any;
1503
- background: any;
1504
- backgroundAccent: any;
1505
- grey100: any;
1506
- grey200: any;
1507
- grey300: any;
1508
- grey400: any;
1509
- grey500: any;
1510
- grey600: any;
1511
- grey700: any;
1512
- grey800: any;
1513
- grey900: any;
1514
- grey1000: any;
1515
- grey1100: any;
1516
- grey1200: any;
1517
- blue100: any;
1518
- blue200: any;
1519
- blue300: any;
1520
- blue400: any;
1521
- blue500: any;
1522
- blue600: any;
1523
- blue700: any;
1524
- blue800: any;
1525
- blue900: any;
1526
- blue1000: any;
1527
- blue1100: any;
1528
- blue1200: any;
1529
- pink100: any;
1530
- pink200: any;
1531
- pink300: any;
1532
- pink400: any;
1533
- pink500: any;
1534
- pink600: any;
1535
- pink700: any;
1536
- pink800: any;
1537
- pink900: any;
1538
- pink1000: any;
1539
- pink1100: any;
1540
- pink1200: any;
1541
- purple100: any;
1542
- purple200: any;
1543
- purple300: any;
1544
- purple400: any;
1545
- purple500: any;
1546
- purple600: any;
1547
- purple700: any;
1548
- purple800: any;
1549
- purple900: any;
1550
- purple1000: any;
1551
- purple1100: any;
1552
- purple1200: any;
1553
- cyan100: any;
1554
- cyan200: any;
1555
- cyan300: any;
1556
- cyan400: any;
1557
- cyan500: any;
1558
- cyan600: any;
1559
- cyan700: any;
1560
- cyan800: any;
1561
- cyan900: any;
1562
- cyan1000: any;
1563
- cyan1100: any;
1564
- cyan1200: any;
1565
- green100: any;
1566
- green200: any;
1567
- green300: any;
1568
- green400: any;
1569
- green500: any;
1570
- green600: any;
1571
- green700: any;
1572
- green800: any;
1573
- green900: any;
1574
- green1000: any;
1575
- green1100: any;
1576
- green1200: any;
1577
- magenta100: any;
1578
- magenta200: any;
1579
- magenta300: any;
1580
- magenta400: any;
1581
- magenta500: any;
1582
- magenta600: any;
1583
- magenta700: any;
1584
- magenta800: any;
1585
- magenta900: any;
1586
- magenta1000: any;
1587
- magenta1100: any;
1588
- magenta1200: any;
1589
- red100: any;
1590
- red200: any;
1591
- red300: any;
1592
- red400: any;
1593
- red500: any;
1594
- red600: any;
1595
- red700: any;
1596
- red800: any;
1597
- red900: any;
1598
- red1000: any;
1599
- red1100: any;
1600
- red1200: any;
1601
- teal100: any;
1602
- teal200: any;
1603
- teal300: any;
1604
- teal400: any;
1605
- teal500: any;
1606
- teal600: any;
1607
- teal700: any;
1608
- teal800: any;
1609
- teal900: any;
1610
- teal1000: any;
1611
- teal1100: any;
1612
- teal1200: any;
1613
- orange100: any;
1614
- orange200: any;
1615
- orange300: any;
1616
- orange400: any;
1617
- orange500: any;
1618
- orange600: any;
1619
- orange700: any;
1620
- orange800: any;
1621
- orange900: any;
1622
- orange1000: any;
1623
- orange1100: any;
1624
- orange1200: any;
1625
- yellow100: any;
1626
- yellow200: any;
1627
- yellow300: any;
1628
- yellow400: any;
1629
- yellow500: any;
1630
- yellow600: any;
1631
- yellow700: any;
1632
- yellow800: any;
1633
- yellow900: any;
1634
- yellow1000: any;
1635
- yellow1100: any;
1636
- yellow1200: any;
1637
- lime100: any;
1638
- lime200: any;
1639
- lime300: any;
1640
- lime400: any;
1641
- lime500: any;
1642
- lime600: any;
1643
- lime700: any;
1644
- lime800: any;
1645
- lime900: any;
1646
- lime1000: any;
1647
- lime1100: any;
1648
- lime1200: any;
1649
- lapis100: any;
1650
- lapis200: any;
1651
- lapis300: any;
1652
- lapis400: any;
1653
- lapis500: any;
1654
- lapis600: any;
1655
- lapis700: any;
1656
- lapis800: any;
1657
- lapis900: any;
1658
- lapis1000: any;
1659
- lapis1100: any;
1660
- lapis1200: any;
1661
- maroon100: any;
1662
- maroon200: any;
1663
- maroon300: any;
1664
- maroon400: any;
1665
- maroon500: any;
1666
- maroon600: any;
1667
- maroon700: any;
1668
- maroon800: any;
1669
- maroon900: any;
1670
- maroon1000: any;
1671
- maroon1100: any;
1672
- maroon1200: any;
1673
- marsh100: any;
1674
- marsh200: any;
1675
- marsh300: any;
1676
- marsh400: any;
1677
- marsh500: any;
1678
- marsh600: any;
1679
- marsh700: any;
1680
- marsh800: any;
1681
- marsh900: any;
1682
- marsh1000: any;
1683
- marsh1100: any;
1684
- marsh1200: any;
1685
- alpha100: any;
1686
- alpha150: any;
1687
- alpha200: any;
1688
- alpha250: any;
1689
- alpha600: any;
1690
- infoLight: any;
1691
- info: any;
1692
- infoMid: any;
1693
- infoDark: any;
1694
- successLight: any;
1695
- success: any;
1696
- successMid: any;
1697
- successDark: any;
1698
- dangerLight: any;
1699
- danger: any;
1700
- dangerMid: any;
1701
- dangerDark: any;
1702
- warningLight: any;
1703
- warning: any;
1704
- warningMid: any;
1705
- warningDark: any;
1706
- warningText: any;
1707
- subjectEnglish: any;
1708
- subjectMaths: any;
1709
- subjectScience: any;
1710
- subjectVerbalReasoning: any;
1711
- subjectNonVerbalReasoning: any;
1712
- subjectCreativeWriting: any;
1713
- subjectExamSkills: any;
1714
- glBlueLight: any;
1715
- glBluePrimary: any;
1716
- glBlueDark: any;
1717
- primary100: any;
1718
- primary200: any;
1719
- primary300: any;
1720
- primary400: any;
1721
- primary500: any;
1722
- primary600: any;
1723
- primary700: any;
1724
- primary800: any;
1725
- primary900: any;
1726
- primary1000: any;
1727
- primary1100: any;
1728
- primary1200: any;
1499
+ textBold: string;
1500
+ textRegular: string;
1501
+ textSubtle: string;
1502
+ textMinimal: string;
1503
+ background: string;
1504
+ backgroundAccent: string;
1505
+ grey100: string;
1506
+ grey200: string;
1507
+ grey300: string;
1508
+ grey400: string;
1509
+ grey500: string;
1510
+ grey600: string;
1511
+ grey700: string;
1512
+ grey800: string;
1513
+ grey900: string;
1514
+ grey1000: string;
1515
+ grey1100: string;
1516
+ grey1200: string;
1517
+ blue100: string;
1518
+ blue200: string;
1519
+ blue300: string;
1520
+ blue400: string;
1521
+ blue500: string;
1522
+ blue600: string;
1523
+ blue700: string;
1524
+ blue800: string;
1525
+ blue900: string;
1526
+ blue1000: string;
1527
+ blue1100: string;
1528
+ blue1200: string;
1529
+ pink100: string;
1530
+ pink200: string;
1531
+ pink300: string;
1532
+ pink400: string;
1533
+ pink500: string;
1534
+ pink600: string;
1535
+ pink700: string;
1536
+ pink800: string;
1537
+ pink900: string;
1538
+ pink1000: string;
1539
+ pink1100: string;
1540
+ pink1200: string;
1541
+ purple100: string;
1542
+ purple200: string;
1543
+ purple300: string;
1544
+ purple400: string;
1545
+ purple500: string;
1546
+ purple600: string;
1547
+ purple700: string;
1548
+ purple800: string;
1549
+ purple900: string;
1550
+ purple1000: string;
1551
+ purple1100: string;
1552
+ purple1200: string;
1553
+ cyan100: string;
1554
+ cyan200: string;
1555
+ cyan300: string;
1556
+ cyan400: string;
1557
+ cyan500: string;
1558
+ cyan600: string;
1559
+ cyan700: string;
1560
+ cyan800: string;
1561
+ cyan900: string;
1562
+ cyan1000: string;
1563
+ cyan1100: string;
1564
+ cyan1200: string;
1565
+ green100: string;
1566
+ green200: string;
1567
+ green300: string;
1568
+ green400: string;
1569
+ green500: string;
1570
+ green600: string;
1571
+ green700: string;
1572
+ green800: string;
1573
+ green900: string;
1574
+ green1000: string;
1575
+ green1100: string;
1576
+ green1200: string;
1577
+ magenta100: string;
1578
+ magenta200: string;
1579
+ magenta300: string;
1580
+ magenta400: string;
1581
+ magenta500: string;
1582
+ magenta600: string;
1583
+ magenta700: string;
1584
+ magenta800: string;
1585
+ magenta900: string;
1586
+ magenta1000: string;
1587
+ magenta1100: string;
1588
+ magenta1200: string;
1589
+ red100: string;
1590
+ red200: string;
1591
+ red300: string;
1592
+ red400: string;
1593
+ red500: string;
1594
+ red600: string;
1595
+ red700: string;
1596
+ red800: string;
1597
+ red900: string;
1598
+ red1000: string;
1599
+ red1100: string;
1600
+ red1200: string;
1601
+ teal100: string;
1602
+ teal200: string;
1603
+ teal300: string;
1604
+ teal400: string;
1605
+ teal500: string;
1606
+ teal600: string;
1607
+ teal700: string;
1608
+ teal800: string;
1609
+ teal900: string;
1610
+ teal1000: string;
1611
+ teal1100: string;
1612
+ teal1200: string;
1613
+ orange100: string;
1614
+ orange200: string;
1615
+ orange300: string;
1616
+ orange400: string;
1617
+ orange500: string;
1618
+ orange600: string;
1619
+ orange700: string;
1620
+ orange800: string;
1621
+ orange900: string;
1622
+ orange1000: string;
1623
+ orange1100: string;
1624
+ orange1200: string;
1625
+ yellow100: string;
1626
+ yellow200: string;
1627
+ yellow300: string;
1628
+ yellow400: string;
1629
+ yellow500: string;
1630
+ yellow600: string;
1631
+ yellow700: string;
1632
+ yellow800: string;
1633
+ yellow900: string;
1634
+ yellow1000: string;
1635
+ yellow1100: string;
1636
+ yellow1200: string;
1637
+ lime100: string;
1638
+ lime200: string;
1639
+ lime300: string;
1640
+ lime400: string;
1641
+ lime500: string;
1642
+ lime600: string;
1643
+ lime700: string;
1644
+ lime800: string;
1645
+ lime900: string;
1646
+ lime1000: string;
1647
+ lime1100: string;
1648
+ lime1200: string;
1649
+ lapis100: string;
1650
+ lapis200: string;
1651
+ lapis300: string;
1652
+ lapis400: string;
1653
+ lapis500: string;
1654
+ lapis600: string;
1655
+ lapis700: string;
1656
+ lapis800: string;
1657
+ lapis900: string;
1658
+ lapis1000: string;
1659
+ lapis1100: string;
1660
+ lapis1200: string;
1661
+ maroon100: string;
1662
+ maroon200: string;
1663
+ maroon300: string;
1664
+ maroon400: string;
1665
+ maroon500: string;
1666
+ maroon600: string;
1667
+ maroon700: string;
1668
+ maroon800: string;
1669
+ maroon900: string;
1670
+ maroon1000: string;
1671
+ maroon1100: string;
1672
+ maroon1200: string;
1673
+ marsh100: string;
1674
+ marsh200: string;
1675
+ marsh300: string;
1676
+ marsh400: string;
1677
+ marsh500: string;
1678
+ marsh600: string;
1679
+ marsh700: string;
1680
+ marsh800: string;
1681
+ marsh900: string;
1682
+ marsh1000: string;
1683
+ marsh1100: string;
1684
+ marsh1200: string;
1685
+ alpha100: string;
1686
+ alpha150: string;
1687
+ alpha200: string;
1688
+ alpha250: string;
1689
+ alpha600: string;
1690
+ infoLight: string;
1691
+ info: string;
1692
+ infoMid: string;
1693
+ infoDark: string;
1694
+ successLight: string;
1695
+ success: string;
1696
+ successMid: string;
1697
+ successDark: string;
1698
+ dangerLight: string;
1699
+ danger: string;
1700
+ dangerMid: string;
1701
+ dangerDark: string;
1702
+ warningLight: string;
1703
+ warning: string;
1704
+ warningMid: string;
1705
+ warningDark: string;
1706
+ warningText: string;
1707
+ subjectEnglish: string;
1708
+ subjectMaths: string;
1709
+ subjectScience: string;
1710
+ subjectVerbalReasoning: string;
1711
+ subjectNonVerbalReasoning: string;
1712
+ subjectCreativeWriting: string;
1713
+ subjectExamSkills: string;
1714
+ glBlueLight: string;
1715
+ glBluePrimary: string;
1716
+ glBlueDark: string;
1717
+ primary100: string;
1718
+ primary200: string;
1719
+ primary300: string;
1720
+ primary400: string;
1721
+ primary500: string;
1722
+ primary600: string;
1723
+ primary700: string;
1724
+ primary800: string;
1725
+ primary900: string;
1726
+ primary1000: string;
1727
+ primary1100: string;
1728
+ primary1200: string;
1729
1729
  };
1730
1730
  space: {
1731
- "0": any;
1732
- "1": any;
1733
- "2": any;
1734
- "3": any;
1735
- "4": any;
1736
- "5": any;
1737
- "6": any;
1738
- "7": any;
1739
- "8": any;
1740
- "9": any;
1741
- "24": any;
1731
+ "0": string;
1732
+ "1": string;
1733
+ "2": string;
1734
+ "3": string;
1735
+ "4": string;
1736
+ "5": string;
1737
+ "6": string;
1738
+ "7": string;
1739
+ "8": string;
1740
+ "9": string;
1741
+ "24": string;
1742
1742
  };
1743
1743
  fontSizes: {
1744
- xs: any;
1745
- sm: any;
1746
- md: any;
1747
- lg: any;
1748
- xl: any;
1749
- "2xl": any;
1750
- "3xl": any;
1751
- "4xl": any;
1744
+ xs: string;
1745
+ sm: string;
1746
+ md: string;
1747
+ lg: string;
1748
+ xl: string;
1749
+ "2xl": string;
1750
+ "3xl": string;
1751
+ "4xl": string;
1752
1752
  };
1753
1753
  fonts: {
1754
- sans: any;
1755
- mono: any;
1756
- display: any;
1757
- body: any;
1754
+ sans: string;
1755
+ mono: string;
1756
+ display: string;
1757
+ body: string;
1758
1758
  };
1759
1759
  sizes: {
1760
- "0": any;
1761
- "1": any;
1762
- "2": any;
1763
- "3": any;
1764
- "4": any;
1765
- "5": any;
1766
- "6": any;
1767
- "7": any;
1768
- "8": any;
1760
+ "0": string;
1761
+ "1": string;
1762
+ "2": string;
1763
+ "3": string;
1764
+ "4": string;
1765
+ "5": string;
1766
+ "6": string;
1767
+ "7": string;
1768
+ "8": string;
1769
1769
  };
1770
1770
  radii: {
1771
- "0": any;
1772
- "1": any;
1773
- "2": any;
1774
- "3": any;
1775
- round: any;
1771
+ "0": string;
1772
+ "1": string;
1773
+ "2": string;
1774
+ "3": string;
1775
+ round: string;
1776
1776
  };
1777
1777
  shadows: {
1778
- "0": any;
1779
- "1": any;
1780
- "2": any;
1781
- "3": any;
1778
+ "0": string;
1779
+ "1": string;
1780
+ "2": string;
1781
+ "3": string;
1782
1782
  };
1783
1783
  ratios: {
1784
- "16-9": any;
1785
- "3-2": any;
1786
- "4-3": any;
1787
- "1-1": any;
1788
- "3-4": any;
1784
+ "16-9": string;
1785
+ "3-2": string;
1786
+ "4-3": string;
1787
+ "1-1": string;
1788
+ "3-4": string;
1789
1789
  };
1790
1790
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1791
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1791
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1792
1792
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1793
1793
  };
1794
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1794
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1795
1795
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1796
1796
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1797
1797
  };
1798
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1798
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1799
1799
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1800
1800
  };
1801
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1801
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1802
1802
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1803
1803
  };
1804
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1804
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1805
1805
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1806
1806
  };
1807
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1807
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1808
1808
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1809
1809
  };
1810
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1810
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1811
1811
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1812
1812
  };
1813
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1813
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1814
1814
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1815
1815
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1816
1816
  };
1817
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1817
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1818
1818
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1819
1819
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1820
1820
  };
1821
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1821
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1822
1822
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1823
1823
  };
1824
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1824
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1825
1825
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1826
1826
  };
1827
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1827
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1828
1828
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1829
1829
  };
1830
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1830
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1831
1831
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1832
1832
  };
1833
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1833
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1834
1834
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1835
1835
  };
1836
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1836
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1837
1837
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1838
1838
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1839
1839
  };
1840
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1840
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1841
1841
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1842
1842
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1843
1843
  };
1844
1844
  }> | undefined;
1845
1845
  }>;
1846
1846
  export declare const ChipRootProvider: ({ size, children }: TChipRootProviderProps) => React.JSX.Element;
1847
- export declare type TChipRootProps = TChipRootProviderProps;
1847
+ export type TChipRootProps = TChipRootProviderProps;
1848
1848
  export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1849
1849
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1850
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1850
+ }, "direction" | "gap" | "css" | "align" | "wrap" | "justify"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1851
1851
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
1852
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1853
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1854
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1852
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
1853
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
1854
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1855
1855
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
1856
1856
  }, {
1857
1857
  sm: string;
@@ -1872,348 +1872,348 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
1872
1872
  hover: string;
1873
1873
  }, {
1874
1874
  colors: {
1875
- textBold: any;
1876
- textRegular: any;
1877
- textSubtle: any;
1878
- textMinimal: any;
1879
- background: any;
1880
- backgroundAccent: any;
1881
- grey100: any;
1882
- grey200: any;
1883
- grey300: any;
1884
- grey400: any;
1885
- grey500: any;
1886
- grey600: any;
1887
- grey700: any;
1888
- grey800: any;
1889
- grey900: any;
1890
- grey1000: any;
1891
- grey1100: any;
1892
- grey1200: any;
1893
- blue100: any;
1894
- blue200: any;
1895
- blue300: any;
1896
- blue400: any;
1897
- blue500: any;
1898
- blue600: any;
1899
- blue700: any;
1900
- blue800: any;
1901
- blue900: any;
1902
- blue1000: any;
1903
- blue1100: any;
1904
- blue1200: any;
1905
- pink100: any;
1906
- pink200: any;
1907
- pink300: any;
1908
- pink400: any;
1909
- pink500: any;
1910
- pink600: any;
1911
- pink700: any;
1912
- pink800: any;
1913
- pink900: any;
1914
- pink1000: any;
1915
- pink1100: any;
1916
- pink1200: any;
1917
- purple100: any;
1918
- purple200: any;
1919
- purple300: any;
1920
- purple400: any;
1921
- purple500: any;
1922
- purple600: any;
1923
- purple700: any;
1924
- purple800: any;
1925
- purple900: any;
1926
- purple1000: any;
1927
- purple1100: any;
1928
- purple1200: any;
1929
- cyan100: any;
1930
- cyan200: any;
1931
- cyan300: any;
1932
- cyan400: any;
1933
- cyan500: any;
1934
- cyan600: any;
1935
- cyan700: any;
1936
- cyan800: any;
1937
- cyan900: any;
1938
- cyan1000: any;
1939
- cyan1100: any;
1940
- cyan1200: any;
1941
- green100: any;
1942
- green200: any;
1943
- green300: any;
1944
- green400: any;
1945
- green500: any;
1946
- green600: any;
1947
- green700: any;
1948
- green800: any;
1949
- green900: any;
1950
- green1000: any;
1951
- green1100: any;
1952
- green1200: any;
1953
- magenta100: any;
1954
- magenta200: any;
1955
- magenta300: any;
1956
- magenta400: any;
1957
- magenta500: any;
1958
- magenta600: any;
1959
- magenta700: any;
1960
- magenta800: any;
1961
- magenta900: any;
1962
- magenta1000: any;
1963
- magenta1100: any;
1964
- magenta1200: any;
1965
- red100: any;
1966
- red200: any;
1967
- red300: any;
1968
- red400: any;
1969
- red500: any;
1970
- red600: any;
1971
- red700: any;
1972
- red800: any;
1973
- red900: any;
1974
- red1000: any;
1975
- red1100: any;
1976
- red1200: any;
1977
- teal100: any;
1978
- teal200: any;
1979
- teal300: any;
1980
- teal400: any;
1981
- teal500: any;
1982
- teal600: any;
1983
- teal700: any;
1984
- teal800: any;
1985
- teal900: any;
1986
- teal1000: any;
1987
- teal1100: any;
1988
- teal1200: any;
1989
- orange100: any;
1990
- orange200: any;
1991
- orange300: any;
1992
- orange400: any;
1993
- orange500: any;
1994
- orange600: any;
1995
- orange700: any;
1996
- orange800: any;
1997
- orange900: any;
1998
- orange1000: any;
1999
- orange1100: any;
2000
- orange1200: any;
2001
- yellow100: any;
2002
- yellow200: any;
2003
- yellow300: any;
2004
- yellow400: any;
2005
- yellow500: any;
2006
- yellow600: any;
2007
- yellow700: any;
2008
- yellow800: any;
2009
- yellow900: any;
2010
- yellow1000: any;
2011
- yellow1100: any;
2012
- yellow1200: any;
2013
- lime100: any;
2014
- lime200: any;
2015
- lime300: any;
2016
- lime400: any;
2017
- lime500: any;
2018
- lime600: any;
2019
- lime700: any;
2020
- lime800: any;
2021
- lime900: any;
2022
- lime1000: any;
2023
- lime1100: any;
2024
- lime1200: any;
2025
- lapis100: any;
2026
- lapis200: any;
2027
- lapis300: any;
2028
- lapis400: any;
2029
- lapis500: any;
2030
- lapis600: any;
2031
- lapis700: any;
2032
- lapis800: any;
2033
- lapis900: any;
2034
- lapis1000: any;
2035
- lapis1100: any;
2036
- lapis1200: any;
2037
- maroon100: any;
2038
- maroon200: any;
2039
- maroon300: any;
2040
- maroon400: any;
2041
- maroon500: any;
2042
- maroon600: any;
2043
- maroon700: any;
2044
- maroon800: any;
2045
- maroon900: any;
2046
- maroon1000: any;
2047
- maroon1100: any;
2048
- maroon1200: any;
2049
- marsh100: any;
2050
- marsh200: any;
2051
- marsh300: any;
2052
- marsh400: any;
2053
- marsh500: any;
2054
- marsh600: any;
2055
- marsh700: any;
2056
- marsh800: any;
2057
- marsh900: any;
2058
- marsh1000: any;
2059
- marsh1100: any;
2060
- marsh1200: any;
2061
- alpha100: any;
2062
- alpha150: any;
2063
- alpha200: any;
2064
- alpha250: any;
2065
- alpha600: any;
2066
- infoLight: any;
2067
- info: any;
2068
- infoMid: any;
2069
- infoDark: any;
2070
- successLight: any;
2071
- success: any;
2072
- successMid: any;
2073
- successDark: any;
2074
- dangerLight: any;
2075
- danger: any;
2076
- dangerMid: any;
2077
- dangerDark: any;
2078
- warningLight: any;
2079
- warning: any;
2080
- warningMid: any;
2081
- warningDark: any;
2082
- warningText: any;
2083
- subjectEnglish: any;
2084
- subjectMaths: any;
2085
- subjectScience: any;
2086
- subjectVerbalReasoning: any;
2087
- subjectNonVerbalReasoning: any;
2088
- subjectCreativeWriting: any;
2089
- subjectExamSkills: any;
2090
- glBlueLight: any;
2091
- glBluePrimary: any;
2092
- glBlueDark: any;
2093
- primary100: any;
2094
- primary200: any;
2095
- primary300: any;
2096
- primary400: any;
2097
- primary500: any;
2098
- primary600: any;
2099
- primary700: any;
2100
- primary800: any;
2101
- primary900: any;
2102
- primary1000: any;
2103
- primary1100: any;
2104
- primary1200: any;
1875
+ textBold: string;
1876
+ textRegular: string;
1877
+ textSubtle: string;
1878
+ textMinimal: string;
1879
+ background: string;
1880
+ backgroundAccent: string;
1881
+ grey100: string;
1882
+ grey200: string;
1883
+ grey300: string;
1884
+ grey400: string;
1885
+ grey500: string;
1886
+ grey600: string;
1887
+ grey700: string;
1888
+ grey800: string;
1889
+ grey900: string;
1890
+ grey1000: string;
1891
+ grey1100: string;
1892
+ grey1200: string;
1893
+ blue100: string;
1894
+ blue200: string;
1895
+ blue300: string;
1896
+ blue400: string;
1897
+ blue500: string;
1898
+ blue600: string;
1899
+ blue700: string;
1900
+ blue800: string;
1901
+ blue900: string;
1902
+ blue1000: string;
1903
+ blue1100: string;
1904
+ blue1200: string;
1905
+ pink100: string;
1906
+ pink200: string;
1907
+ pink300: string;
1908
+ pink400: string;
1909
+ pink500: string;
1910
+ pink600: string;
1911
+ pink700: string;
1912
+ pink800: string;
1913
+ pink900: string;
1914
+ pink1000: string;
1915
+ pink1100: string;
1916
+ pink1200: string;
1917
+ purple100: string;
1918
+ purple200: string;
1919
+ purple300: string;
1920
+ purple400: string;
1921
+ purple500: string;
1922
+ purple600: string;
1923
+ purple700: string;
1924
+ purple800: string;
1925
+ purple900: string;
1926
+ purple1000: string;
1927
+ purple1100: string;
1928
+ purple1200: string;
1929
+ cyan100: string;
1930
+ cyan200: string;
1931
+ cyan300: string;
1932
+ cyan400: string;
1933
+ cyan500: string;
1934
+ cyan600: string;
1935
+ cyan700: string;
1936
+ cyan800: string;
1937
+ cyan900: string;
1938
+ cyan1000: string;
1939
+ cyan1100: string;
1940
+ cyan1200: string;
1941
+ green100: string;
1942
+ green200: string;
1943
+ green300: string;
1944
+ green400: string;
1945
+ green500: string;
1946
+ green600: string;
1947
+ green700: string;
1948
+ green800: string;
1949
+ green900: string;
1950
+ green1000: string;
1951
+ green1100: string;
1952
+ green1200: string;
1953
+ magenta100: string;
1954
+ magenta200: string;
1955
+ magenta300: string;
1956
+ magenta400: string;
1957
+ magenta500: string;
1958
+ magenta600: string;
1959
+ magenta700: string;
1960
+ magenta800: string;
1961
+ magenta900: string;
1962
+ magenta1000: string;
1963
+ magenta1100: string;
1964
+ magenta1200: string;
1965
+ red100: string;
1966
+ red200: string;
1967
+ red300: string;
1968
+ red400: string;
1969
+ red500: string;
1970
+ red600: string;
1971
+ red700: string;
1972
+ red800: string;
1973
+ red900: string;
1974
+ red1000: string;
1975
+ red1100: string;
1976
+ red1200: string;
1977
+ teal100: string;
1978
+ teal200: string;
1979
+ teal300: string;
1980
+ teal400: string;
1981
+ teal500: string;
1982
+ teal600: string;
1983
+ teal700: string;
1984
+ teal800: string;
1985
+ teal900: string;
1986
+ teal1000: string;
1987
+ teal1100: string;
1988
+ teal1200: string;
1989
+ orange100: string;
1990
+ orange200: string;
1991
+ orange300: string;
1992
+ orange400: string;
1993
+ orange500: string;
1994
+ orange600: string;
1995
+ orange700: string;
1996
+ orange800: string;
1997
+ orange900: string;
1998
+ orange1000: string;
1999
+ orange1100: string;
2000
+ orange1200: string;
2001
+ yellow100: string;
2002
+ yellow200: string;
2003
+ yellow300: string;
2004
+ yellow400: string;
2005
+ yellow500: string;
2006
+ yellow600: string;
2007
+ yellow700: string;
2008
+ yellow800: string;
2009
+ yellow900: string;
2010
+ yellow1000: string;
2011
+ yellow1100: string;
2012
+ yellow1200: string;
2013
+ lime100: string;
2014
+ lime200: string;
2015
+ lime300: string;
2016
+ lime400: string;
2017
+ lime500: string;
2018
+ lime600: string;
2019
+ lime700: string;
2020
+ lime800: string;
2021
+ lime900: string;
2022
+ lime1000: string;
2023
+ lime1100: string;
2024
+ lime1200: string;
2025
+ lapis100: string;
2026
+ lapis200: string;
2027
+ lapis300: string;
2028
+ lapis400: string;
2029
+ lapis500: string;
2030
+ lapis600: string;
2031
+ lapis700: string;
2032
+ lapis800: string;
2033
+ lapis900: string;
2034
+ lapis1000: string;
2035
+ lapis1100: string;
2036
+ lapis1200: string;
2037
+ maroon100: string;
2038
+ maroon200: string;
2039
+ maroon300: string;
2040
+ maroon400: string;
2041
+ maroon500: string;
2042
+ maroon600: string;
2043
+ maroon700: string;
2044
+ maroon800: string;
2045
+ maroon900: string;
2046
+ maroon1000: string;
2047
+ maroon1100: string;
2048
+ maroon1200: string;
2049
+ marsh100: string;
2050
+ marsh200: string;
2051
+ marsh300: string;
2052
+ marsh400: string;
2053
+ marsh500: string;
2054
+ marsh600: string;
2055
+ marsh700: string;
2056
+ marsh800: string;
2057
+ marsh900: string;
2058
+ marsh1000: string;
2059
+ marsh1100: string;
2060
+ marsh1200: string;
2061
+ alpha100: string;
2062
+ alpha150: string;
2063
+ alpha200: string;
2064
+ alpha250: string;
2065
+ alpha600: string;
2066
+ infoLight: string;
2067
+ info: string;
2068
+ infoMid: string;
2069
+ infoDark: string;
2070
+ successLight: string;
2071
+ success: string;
2072
+ successMid: string;
2073
+ successDark: string;
2074
+ dangerLight: string;
2075
+ danger: string;
2076
+ dangerMid: string;
2077
+ dangerDark: string;
2078
+ warningLight: string;
2079
+ warning: string;
2080
+ warningMid: string;
2081
+ warningDark: string;
2082
+ warningText: string;
2083
+ subjectEnglish: string;
2084
+ subjectMaths: string;
2085
+ subjectScience: string;
2086
+ subjectVerbalReasoning: string;
2087
+ subjectNonVerbalReasoning: string;
2088
+ subjectCreativeWriting: string;
2089
+ subjectExamSkills: string;
2090
+ glBlueLight: string;
2091
+ glBluePrimary: string;
2092
+ glBlueDark: string;
2093
+ primary100: string;
2094
+ primary200: string;
2095
+ primary300: string;
2096
+ primary400: string;
2097
+ primary500: string;
2098
+ primary600: string;
2099
+ primary700: string;
2100
+ primary800: string;
2101
+ primary900: string;
2102
+ primary1000: string;
2103
+ primary1100: string;
2104
+ primary1200: string;
2105
2105
  };
2106
2106
  space: {
2107
- "0": any;
2108
- "1": any;
2109
- "2": any;
2110
- "3": any;
2111
- "4": any;
2112
- "5": any;
2113
- "6": any;
2114
- "7": any;
2115
- "8": any;
2116
- "9": any;
2117
- "24": any;
2107
+ "0": string;
2108
+ "1": string;
2109
+ "2": string;
2110
+ "3": string;
2111
+ "4": string;
2112
+ "5": string;
2113
+ "6": string;
2114
+ "7": string;
2115
+ "8": string;
2116
+ "9": string;
2117
+ "24": string;
2118
2118
  };
2119
2119
  fontSizes: {
2120
- xs: any;
2121
- sm: any;
2122
- md: any;
2123
- lg: any;
2124
- xl: any;
2125
- "2xl": any;
2126
- "3xl": any;
2127
- "4xl": any;
2120
+ xs: string;
2121
+ sm: string;
2122
+ md: string;
2123
+ lg: string;
2124
+ xl: string;
2125
+ "2xl": string;
2126
+ "3xl": string;
2127
+ "4xl": string;
2128
2128
  };
2129
2129
  fonts: {
2130
- sans: any;
2131
- mono: any;
2132
- display: any;
2133
- body: any;
2130
+ sans: string;
2131
+ mono: string;
2132
+ display: string;
2133
+ body: string;
2134
2134
  };
2135
2135
  sizes: {
2136
- "0": any;
2137
- "1": any;
2138
- "2": any;
2139
- "3": any;
2140
- "4": any;
2141
- "5": any;
2142
- "6": any;
2143
- "7": any;
2144
- "8": any;
2136
+ "0": string;
2137
+ "1": string;
2138
+ "2": string;
2139
+ "3": string;
2140
+ "4": string;
2141
+ "5": string;
2142
+ "6": string;
2143
+ "7": string;
2144
+ "8": string;
2145
2145
  };
2146
2146
  radii: {
2147
- "0": any;
2148
- "1": any;
2149
- "2": any;
2150
- "3": any;
2151
- round: any;
2147
+ "0": string;
2148
+ "1": string;
2149
+ "2": string;
2150
+ "3": string;
2151
+ round: string;
2152
2152
  };
2153
2153
  shadows: {
2154
- "0": any;
2155
- "1": any;
2156
- "2": any;
2157
- "3": any;
2154
+ "0": string;
2155
+ "1": string;
2156
+ "2": string;
2157
+ "3": string;
2158
2158
  };
2159
2159
  ratios: {
2160
- "16-9": any;
2161
- "3-2": any;
2162
- "4-3": any;
2163
- "1-1": any;
2164
- "3-4": any;
2160
+ "16-9": string;
2161
+ "3-2": string;
2162
+ "4-3": string;
2163
+ "1-1": string;
2164
+ "3-4": string;
2165
2165
  };
2166
2166
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2167
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2167
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
2168
2168
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2169
2169
  };
2170
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2170
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
2171
2171
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2172
2172
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2173
2173
  };
2174
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2174
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2175
2175
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2176
2176
  };
2177
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2177
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2178
2178
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2179
2179
  };
2180
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2180
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2181
2181
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2182
2182
  };
2183
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2183
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2184
2184
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2185
2185
  };
2186
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2186
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2187
2187
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2188
2188
  };
2189
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2189
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2190
2190
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2191
2191
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2192
2192
  };
2193
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2193
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2194
2194
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2195
2195
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2196
2196
  };
2197
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2197
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2198
2198
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2199
2199
  };
2200
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2200
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2201
2201
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2202
2202
  };
2203
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2203
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2204
2204
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2205
2205
  };
2206
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2206
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2207
2207
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2208
2208
  };
2209
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2209
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2210
2210
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2211
2211
  };
2212
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2212
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2213
2213
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2214
2214
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2215
2215
  };
2216
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2216
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2217
2217
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2218
2218
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2219
2219
  };
@@ -2239,348 +2239,348 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
2239
2239
  hover: string;
2240
2240
  }, {
2241
2241
  colors: {
2242
- textBold: any;
2243
- textRegular: any;
2244
- textSubtle: any;
2245
- textMinimal: any;
2246
- background: any;
2247
- backgroundAccent: any;
2248
- grey100: any;
2249
- grey200: any;
2250
- grey300: any;
2251
- grey400: any;
2252
- grey500: any;
2253
- grey600: any;
2254
- grey700: any;
2255
- grey800: any;
2256
- grey900: any;
2257
- grey1000: any;
2258
- grey1100: any;
2259
- grey1200: any;
2260
- blue100: any;
2261
- blue200: any;
2262
- blue300: any;
2263
- blue400: any;
2264
- blue500: any;
2265
- blue600: any;
2266
- blue700: any;
2267
- blue800: any;
2268
- blue900: any;
2269
- blue1000: any;
2270
- blue1100: any;
2271
- blue1200: any;
2272
- pink100: any;
2273
- pink200: any;
2274
- pink300: any;
2275
- pink400: any;
2276
- pink500: any;
2277
- pink600: any;
2278
- pink700: any;
2279
- pink800: any;
2280
- pink900: any;
2281
- pink1000: any;
2282
- pink1100: any;
2283
- pink1200: any;
2284
- purple100: any;
2285
- purple200: any;
2286
- purple300: any;
2287
- purple400: any;
2288
- purple500: any;
2289
- purple600: any;
2290
- purple700: any;
2291
- purple800: any;
2292
- purple900: any;
2293
- purple1000: any;
2294
- purple1100: any;
2295
- purple1200: any;
2296
- cyan100: any;
2297
- cyan200: any;
2298
- cyan300: any;
2299
- cyan400: any;
2300
- cyan500: any;
2301
- cyan600: any;
2302
- cyan700: any;
2303
- cyan800: any;
2304
- cyan900: any;
2305
- cyan1000: any;
2306
- cyan1100: any;
2307
- cyan1200: any;
2308
- green100: any;
2309
- green200: any;
2310
- green300: any;
2311
- green400: any;
2312
- green500: any;
2313
- green600: any;
2314
- green700: any;
2315
- green800: any;
2316
- green900: any;
2317
- green1000: any;
2318
- green1100: any;
2319
- green1200: any;
2320
- magenta100: any;
2321
- magenta200: any;
2322
- magenta300: any;
2323
- magenta400: any;
2324
- magenta500: any;
2325
- magenta600: any;
2326
- magenta700: any;
2327
- magenta800: any;
2328
- magenta900: any;
2329
- magenta1000: any;
2330
- magenta1100: any;
2331
- magenta1200: any;
2332
- red100: any;
2333
- red200: any;
2334
- red300: any;
2335
- red400: any;
2336
- red500: any;
2337
- red600: any;
2338
- red700: any;
2339
- red800: any;
2340
- red900: any;
2341
- red1000: any;
2342
- red1100: any;
2343
- red1200: any;
2344
- teal100: any;
2345
- teal200: any;
2346
- teal300: any;
2347
- teal400: any;
2348
- teal500: any;
2349
- teal600: any;
2350
- teal700: any;
2351
- teal800: any;
2352
- teal900: any;
2353
- teal1000: any;
2354
- teal1100: any;
2355
- teal1200: any;
2356
- orange100: any;
2357
- orange200: any;
2358
- orange300: any;
2359
- orange400: any;
2360
- orange500: any;
2361
- orange600: any;
2362
- orange700: any;
2363
- orange800: any;
2364
- orange900: any;
2365
- orange1000: any;
2366
- orange1100: any;
2367
- orange1200: any;
2368
- yellow100: any;
2369
- yellow200: any;
2370
- yellow300: any;
2371
- yellow400: any;
2372
- yellow500: any;
2373
- yellow600: any;
2374
- yellow700: any;
2375
- yellow800: any;
2376
- yellow900: any;
2377
- yellow1000: any;
2378
- yellow1100: any;
2379
- yellow1200: any;
2380
- lime100: any;
2381
- lime200: any;
2382
- lime300: any;
2383
- lime400: any;
2384
- lime500: any;
2385
- lime600: any;
2386
- lime700: any;
2387
- lime800: any;
2388
- lime900: any;
2389
- lime1000: any;
2390
- lime1100: any;
2391
- lime1200: any;
2392
- lapis100: any;
2393
- lapis200: any;
2394
- lapis300: any;
2395
- lapis400: any;
2396
- lapis500: any;
2397
- lapis600: any;
2398
- lapis700: any;
2399
- lapis800: any;
2400
- lapis900: any;
2401
- lapis1000: any;
2402
- lapis1100: any;
2403
- lapis1200: any;
2404
- maroon100: any;
2405
- maroon200: any;
2406
- maroon300: any;
2407
- maroon400: any;
2408
- maroon500: any;
2409
- maroon600: any;
2410
- maroon700: any;
2411
- maroon800: any;
2412
- maroon900: any;
2413
- maroon1000: any;
2414
- maroon1100: any;
2415
- maroon1200: any;
2416
- marsh100: any;
2417
- marsh200: any;
2418
- marsh300: any;
2419
- marsh400: any;
2420
- marsh500: any;
2421
- marsh600: any;
2422
- marsh700: any;
2423
- marsh800: any;
2424
- marsh900: any;
2425
- marsh1000: any;
2426
- marsh1100: any;
2427
- marsh1200: any;
2428
- alpha100: any;
2429
- alpha150: any;
2430
- alpha200: any;
2431
- alpha250: any;
2432
- alpha600: any;
2433
- infoLight: any;
2434
- info: any;
2435
- infoMid: any;
2436
- infoDark: any;
2437
- successLight: any;
2438
- success: any;
2439
- successMid: any;
2440
- successDark: any;
2441
- dangerLight: any;
2442
- danger: any;
2443
- dangerMid: any;
2444
- dangerDark: any;
2445
- warningLight: any;
2446
- warning: any;
2447
- warningMid: any;
2448
- warningDark: any;
2449
- warningText: any;
2450
- subjectEnglish: any;
2451
- subjectMaths: any;
2452
- subjectScience: any;
2453
- subjectVerbalReasoning: any;
2454
- subjectNonVerbalReasoning: any;
2455
- subjectCreativeWriting: any;
2456
- subjectExamSkills: any;
2457
- glBlueLight: any;
2458
- glBluePrimary: any;
2459
- glBlueDark: any;
2460
- primary100: any;
2461
- primary200: any;
2462
- primary300: any;
2463
- primary400: any;
2464
- primary500: any;
2465
- primary600: any;
2466
- primary700: any;
2467
- primary800: any;
2468
- primary900: any;
2469
- primary1000: any;
2470
- primary1100: any;
2471
- primary1200: any;
2242
+ textBold: string;
2243
+ textRegular: string;
2244
+ textSubtle: string;
2245
+ textMinimal: string;
2246
+ background: string;
2247
+ backgroundAccent: string;
2248
+ grey100: string;
2249
+ grey200: string;
2250
+ grey300: string;
2251
+ grey400: string;
2252
+ grey500: string;
2253
+ grey600: string;
2254
+ grey700: string;
2255
+ grey800: string;
2256
+ grey900: string;
2257
+ grey1000: string;
2258
+ grey1100: string;
2259
+ grey1200: string;
2260
+ blue100: string;
2261
+ blue200: string;
2262
+ blue300: string;
2263
+ blue400: string;
2264
+ blue500: string;
2265
+ blue600: string;
2266
+ blue700: string;
2267
+ blue800: string;
2268
+ blue900: string;
2269
+ blue1000: string;
2270
+ blue1100: string;
2271
+ blue1200: string;
2272
+ pink100: string;
2273
+ pink200: string;
2274
+ pink300: string;
2275
+ pink400: string;
2276
+ pink500: string;
2277
+ pink600: string;
2278
+ pink700: string;
2279
+ pink800: string;
2280
+ pink900: string;
2281
+ pink1000: string;
2282
+ pink1100: string;
2283
+ pink1200: string;
2284
+ purple100: string;
2285
+ purple200: string;
2286
+ purple300: string;
2287
+ purple400: string;
2288
+ purple500: string;
2289
+ purple600: string;
2290
+ purple700: string;
2291
+ purple800: string;
2292
+ purple900: string;
2293
+ purple1000: string;
2294
+ purple1100: string;
2295
+ purple1200: string;
2296
+ cyan100: string;
2297
+ cyan200: string;
2298
+ cyan300: string;
2299
+ cyan400: string;
2300
+ cyan500: string;
2301
+ cyan600: string;
2302
+ cyan700: string;
2303
+ cyan800: string;
2304
+ cyan900: string;
2305
+ cyan1000: string;
2306
+ cyan1100: string;
2307
+ cyan1200: string;
2308
+ green100: string;
2309
+ green200: string;
2310
+ green300: string;
2311
+ green400: string;
2312
+ green500: string;
2313
+ green600: string;
2314
+ green700: string;
2315
+ green800: string;
2316
+ green900: string;
2317
+ green1000: string;
2318
+ green1100: string;
2319
+ green1200: string;
2320
+ magenta100: string;
2321
+ magenta200: string;
2322
+ magenta300: string;
2323
+ magenta400: string;
2324
+ magenta500: string;
2325
+ magenta600: string;
2326
+ magenta700: string;
2327
+ magenta800: string;
2328
+ magenta900: string;
2329
+ magenta1000: string;
2330
+ magenta1100: string;
2331
+ magenta1200: string;
2332
+ red100: string;
2333
+ red200: string;
2334
+ red300: string;
2335
+ red400: string;
2336
+ red500: string;
2337
+ red600: string;
2338
+ red700: string;
2339
+ red800: string;
2340
+ red900: string;
2341
+ red1000: string;
2342
+ red1100: string;
2343
+ red1200: string;
2344
+ teal100: string;
2345
+ teal200: string;
2346
+ teal300: string;
2347
+ teal400: string;
2348
+ teal500: string;
2349
+ teal600: string;
2350
+ teal700: string;
2351
+ teal800: string;
2352
+ teal900: string;
2353
+ teal1000: string;
2354
+ teal1100: string;
2355
+ teal1200: string;
2356
+ orange100: string;
2357
+ orange200: string;
2358
+ orange300: string;
2359
+ orange400: string;
2360
+ orange500: string;
2361
+ orange600: string;
2362
+ orange700: string;
2363
+ orange800: string;
2364
+ orange900: string;
2365
+ orange1000: string;
2366
+ orange1100: string;
2367
+ orange1200: string;
2368
+ yellow100: string;
2369
+ yellow200: string;
2370
+ yellow300: string;
2371
+ yellow400: string;
2372
+ yellow500: string;
2373
+ yellow600: string;
2374
+ yellow700: string;
2375
+ yellow800: string;
2376
+ yellow900: string;
2377
+ yellow1000: string;
2378
+ yellow1100: string;
2379
+ yellow1200: string;
2380
+ lime100: string;
2381
+ lime200: string;
2382
+ lime300: string;
2383
+ lime400: string;
2384
+ lime500: string;
2385
+ lime600: string;
2386
+ lime700: string;
2387
+ lime800: string;
2388
+ lime900: string;
2389
+ lime1000: string;
2390
+ lime1100: string;
2391
+ lime1200: string;
2392
+ lapis100: string;
2393
+ lapis200: string;
2394
+ lapis300: string;
2395
+ lapis400: string;
2396
+ lapis500: string;
2397
+ lapis600: string;
2398
+ lapis700: string;
2399
+ lapis800: string;
2400
+ lapis900: string;
2401
+ lapis1000: string;
2402
+ lapis1100: string;
2403
+ lapis1200: string;
2404
+ maroon100: string;
2405
+ maroon200: string;
2406
+ maroon300: string;
2407
+ maroon400: string;
2408
+ maroon500: string;
2409
+ maroon600: string;
2410
+ maroon700: string;
2411
+ maroon800: string;
2412
+ maroon900: string;
2413
+ maroon1000: string;
2414
+ maroon1100: string;
2415
+ maroon1200: string;
2416
+ marsh100: string;
2417
+ marsh200: string;
2418
+ marsh300: string;
2419
+ marsh400: string;
2420
+ marsh500: string;
2421
+ marsh600: string;
2422
+ marsh700: string;
2423
+ marsh800: string;
2424
+ marsh900: string;
2425
+ marsh1000: string;
2426
+ marsh1100: string;
2427
+ marsh1200: string;
2428
+ alpha100: string;
2429
+ alpha150: string;
2430
+ alpha200: string;
2431
+ alpha250: string;
2432
+ alpha600: string;
2433
+ infoLight: string;
2434
+ info: string;
2435
+ infoMid: string;
2436
+ infoDark: string;
2437
+ successLight: string;
2438
+ success: string;
2439
+ successMid: string;
2440
+ successDark: string;
2441
+ dangerLight: string;
2442
+ danger: string;
2443
+ dangerMid: string;
2444
+ dangerDark: string;
2445
+ warningLight: string;
2446
+ warning: string;
2447
+ warningMid: string;
2448
+ warningDark: string;
2449
+ warningText: string;
2450
+ subjectEnglish: string;
2451
+ subjectMaths: string;
2452
+ subjectScience: string;
2453
+ subjectVerbalReasoning: string;
2454
+ subjectNonVerbalReasoning: string;
2455
+ subjectCreativeWriting: string;
2456
+ subjectExamSkills: string;
2457
+ glBlueLight: string;
2458
+ glBluePrimary: string;
2459
+ glBlueDark: string;
2460
+ primary100: string;
2461
+ primary200: string;
2462
+ primary300: string;
2463
+ primary400: string;
2464
+ primary500: string;
2465
+ primary600: string;
2466
+ primary700: string;
2467
+ primary800: string;
2468
+ primary900: string;
2469
+ primary1000: string;
2470
+ primary1100: string;
2471
+ primary1200: string;
2472
2472
  };
2473
2473
  space: {
2474
- "0": any;
2475
- "1": any;
2476
- "2": any;
2477
- "3": any;
2478
- "4": any;
2479
- "5": any;
2480
- "6": any;
2481
- "7": any;
2482
- "8": any;
2483
- "9": any;
2484
- "24": any;
2474
+ "0": string;
2475
+ "1": string;
2476
+ "2": string;
2477
+ "3": string;
2478
+ "4": string;
2479
+ "5": string;
2480
+ "6": string;
2481
+ "7": string;
2482
+ "8": string;
2483
+ "9": string;
2484
+ "24": string;
2485
2485
  };
2486
2486
  fontSizes: {
2487
- xs: any;
2488
- sm: any;
2489
- md: any;
2490
- lg: any;
2491
- xl: any;
2492
- "2xl": any;
2493
- "3xl": any;
2494
- "4xl": any;
2487
+ xs: string;
2488
+ sm: string;
2489
+ md: string;
2490
+ lg: string;
2491
+ xl: string;
2492
+ "2xl": string;
2493
+ "3xl": string;
2494
+ "4xl": string;
2495
2495
  };
2496
2496
  fonts: {
2497
- sans: any;
2498
- mono: any;
2499
- display: any;
2500
- body: any;
2497
+ sans: string;
2498
+ mono: string;
2499
+ display: string;
2500
+ body: string;
2501
2501
  };
2502
2502
  sizes: {
2503
- "0": any;
2504
- "1": any;
2505
- "2": any;
2506
- "3": any;
2507
- "4": any;
2508
- "5": any;
2509
- "6": any;
2510
- "7": any;
2511
- "8": any;
2503
+ "0": string;
2504
+ "1": string;
2505
+ "2": string;
2506
+ "3": string;
2507
+ "4": string;
2508
+ "5": string;
2509
+ "6": string;
2510
+ "7": string;
2511
+ "8": string;
2512
2512
  };
2513
2513
  radii: {
2514
- "0": any;
2515
- "1": any;
2516
- "2": any;
2517
- "3": any;
2518
- round: any;
2514
+ "0": string;
2515
+ "1": string;
2516
+ "2": string;
2517
+ "3": string;
2518
+ round: string;
2519
2519
  };
2520
2520
  shadows: {
2521
- "0": any;
2522
- "1": any;
2523
- "2": any;
2524
- "3": any;
2521
+ "0": string;
2522
+ "1": string;
2523
+ "2": string;
2524
+ "3": string;
2525
2525
  };
2526
2526
  ratios: {
2527
- "16-9": any;
2528
- "3-2": any;
2529
- "4-3": any;
2530
- "1-1": any;
2531
- "3-4": any;
2527
+ "16-9": string;
2528
+ "3-2": string;
2529
+ "4-3": string;
2530
+ "1-1": string;
2531
+ "3-4": string;
2532
2532
  };
2533
2533
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2534
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2534
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
2535
2535
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2536
2536
  };
2537
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2537
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
2538
2538
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2539
2539
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2540
2540
  };
2541
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2541
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2542
2542
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2543
2543
  };
2544
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2544
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2545
2545
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2546
2546
  };
2547
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2547
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2548
2548
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2549
2549
  };
2550
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2550
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2551
2551
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2552
2552
  };
2553
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2553
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2554
2554
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2555
2555
  };
2556
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2556
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2557
2557
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2558
2558
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2559
2559
  };
2560
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2560
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2561
2561
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2562
2562
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2563
2563
  };
2564
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2564
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2565
2565
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2566
2566
  };
2567
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2567
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2568
2568
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2569
2569
  };
2570
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2570
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2571
2571
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2572
2572
  };
2573
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2573
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2574
2574
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2575
2575
  };
2576
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2576
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2577
2577
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2578
2578
  };
2579
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2579
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2580
2580
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2581
2581
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2582
2582
  };
2583
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2583
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2584
2584
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2585
2585
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2586
2586
  };