@atom-learning/components 3.29.3 → 3.30.1

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