@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
@@ -17,357 +17,365 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
17
17
  hover: string;
18
18
  }, {
19
19
  colors: {
20
- textBold: any;
21
- textRegular: any;
22
- textSubtle: any;
23
- textMinimal: any;
24
- background: any;
25
- backgroundAccent: any;
26
- grey100: any;
27
- grey200: any;
28
- grey300: any;
29
- grey400: any;
30
- grey500: any;
31
- grey600: any;
32
- grey700: any;
33
- grey800: any;
34
- grey900: any;
35
- grey1000: any;
36
- grey1100: any;
37
- grey1200: any;
38
- blue100: any;
39
- blue200: any;
40
- blue300: any;
41
- blue400: any;
42
- blue500: any;
43
- blue600: any;
44
- blue700: any;
45
- blue800: any;
46
- blue900: any;
47
- blue1000: any;
48
- blue1100: any;
49
- blue1200: any;
50
- purple100: any;
51
- purple200: any;
52
- purple300: any;
53
- purple400: any;
54
- purple500: any;
55
- purple600: any;
56
- purple700: any;
57
- purple800: any;
58
- purple900: any;
59
- purple1000: any;
60
- purple1100: any;
61
- purple1200: any;
62
- cyan100: any;
63
- cyan200: any;
64
- cyan300: any;
65
- cyan400: any;
66
- cyan500: any;
67
- cyan600: any;
68
- cyan700: any;
69
- cyan800: any;
70
- cyan900: any;
71
- cyan1000: any;
72
- cyan1100: any;
73
- cyan1200: any;
74
- green100: any;
75
- green200: any;
76
- green300: any;
77
- green400: any;
78
- green500: any;
79
- green600: any;
80
- green700: any;
81
- green800: any;
82
- green900: any;
83
- green1000: any;
84
- green1100: any;
85
- green1200: any;
86
- magenta100: any;
87
- magenta200: any;
88
- magenta300: any;
89
- magenta400: any;
90
- magenta500: any;
91
- magenta600: any;
92
- magenta700: any;
93
- magenta800: any;
94
- magenta900: any;
95
- magenta1000: any;
96
- magenta1100: any;
97
- magenta1200: any;
98
- red100: any;
99
- red200: any;
100
- red300: any;
101
- red400: any;
102
- red500: any;
103
- red600: any;
104
- red700: any;
105
- red800: any;
106
- red900: any;
107
- red1000: any;
108
- red1100: any;
109
- red1200: any;
110
- teal100: any;
111
- teal200: any;
112
- teal300: any;
113
- teal400: any;
114
- teal500: any;
115
- teal600: any;
116
- teal700: any;
117
- teal800: any;
118
- teal900: any;
119
- teal1000: any;
120
- teal1100: any;
121
- teal1200: any;
122
- orange100: any;
123
- orange200: any;
124
- orange300: any;
125
- orange400: any;
126
- orange500: any;
127
- orange600: any;
128
- orange700: any;
129
- orange800: any;
130
- orange900: any;
131
- orange1000: any;
132
- orange1100: any;
133
- orange1200: any;
134
- yellow100: any;
135
- yellow200: any;
136
- yellow300: any;
137
- yellow400: any;
138
- yellow500: any;
139
- yellow600: any;
140
- yellow700: any;
141
- yellow800: any;
142
- yellow900: any;
143
- yellow1000: any;
144
- yellow1100: any;
145
- yellow1200: any;
146
- lime100: any;
147
- lime200: any;
148
- lime300: any;
149
- lime400: any;
150
- lime500: any;
151
- lime600: any;
152
- lime700: any;
153
- lime800: any;
154
- lime900: any;
155
- lime1000: any;
156
- lime1100: any;
157
- lime1200: any;
158
- lapis100: any;
159
- lapis200: any;
160
- lapis300: any;
161
- lapis400: any;
162
- lapis500: any;
163
- lapis600: any;
164
- lapis700: any;
165
- lapis800: any;
166
- lapis900: any;
167
- lapis1000: any;
168
- lapis1100: any;
169
- lapis1200: any;
170
- maroon100: any;
171
- maroon200: any;
172
- maroon300: any;
173
- maroon400: any;
174
- maroon500: any;
175
- maroon600: any;
176
- maroon700: any;
177
- maroon800: any;
178
- maroon900: any;
179
- maroon1000: any;
180
- maroon1100: any;
181
- maroon1200: any;
182
- marsh100: any;
183
- marsh200: any;
184
- marsh300: any;
185
- marsh400: any;
186
- marsh500: any;
187
- marsh600: any;
188
- marsh700: any;
189
- marsh800: any;
190
- marsh900: any;
191
- marsh1000: any;
192
- marsh1100: any;
193
- marsh1200: any;
194
- tonal50: any;
195
- tonal100: any;
196
- tonal200: any;
197
- tonal300: any;
198
- tonal400: any;
199
- tonal500: any;
200
- tonal600: any;
201
- alpha100: any;
202
- alpha150: any;
203
- alpha200: any;
204
- alpha250: any;
205
- alpha600: any;
206
- brandRed: any;
207
- brandRedAccent: any;
208
- brandGreen: any;
209
- brandGreenAccent: any;
210
- brandPurple: any;
211
- brandPurpleAccent: any;
212
- brandYellow: any;
213
- brandYellowAccent: any;
214
- infoLight: any;
215
- info: any;
216
- infoMid: any;
217
- infoDark: any;
218
- successLight: any;
219
- success: any;
220
- successMid: any;
221
- successDark: any;
222
- dangerLight: any;
223
- danger: any;
224
- dangerMid: any;
225
- dangerDark: any;
226
- warningLight: any;
227
- warning: any;
228
- warningMid: any;
229
- warningDark: any;
230
- warningText: any;
231
- subjectEnglish: any;
232
- subjectMaths: any;
233
- subjectScience: any;
234
- subjectVerbalReasoning: any;
235
- subjectNonVerbalReasoning: any;
236
- subjectCreativeWriting: any;
237
- subjectExamSkills: any;
238
- glBlueLight: any;
239
- glBluePrimary: any;
240
- glBlueDark: any;
241
- primary100: any;
242
- primary200: any;
243
- primary300: any;
244
- primary400: any;
245
- primary500: any;
246
- primary600: any;
247
- primary700: any;
248
- primary800: any;
249
- primary900: any;
250
- primary1000: any;
251
- primary1100: any;
252
- primary1200: any;
20
+ textBold: string;
21
+ textRegular: string;
22
+ textSubtle: string;
23
+ textMinimal: string;
24
+ background: string;
25
+ backgroundAccent: string;
26
+ grey100: string;
27
+ grey200: string;
28
+ grey300: string;
29
+ grey400: string;
30
+ grey500: string;
31
+ grey600: string;
32
+ grey700: string;
33
+ grey800: string;
34
+ grey900: string;
35
+ grey1000: string;
36
+ grey1100: string;
37
+ grey1200: string;
38
+ blue100: string;
39
+ blue200: string;
40
+ blue300: string;
41
+ blue400: string;
42
+ blue500: string;
43
+ blue600: string;
44
+ blue700: string;
45
+ blue800: string;
46
+ blue900: string;
47
+ blue1000: string;
48
+ blue1100: string;
49
+ blue1200: string;
50
+ purple100: string;
51
+ purple200: string;
52
+ purple300: string;
53
+ purple400: string;
54
+ purple500: string;
55
+ purple600: string;
56
+ purple700: string;
57
+ purple800: string;
58
+ purple900: string;
59
+ purple1000: string;
60
+ purple1100: string;
61
+ purple1200: string;
62
+ cyan100: string;
63
+ cyan200: string;
64
+ cyan300: string;
65
+ cyan400: string;
66
+ cyan500: string;
67
+ cyan600: string;
68
+ cyan700: string;
69
+ cyan800: string;
70
+ cyan900: string;
71
+ cyan1000: string;
72
+ cyan1100: string;
73
+ cyan1200: string;
74
+ green100: string;
75
+ green200: string;
76
+ green300: string;
77
+ green400: string;
78
+ green500: string;
79
+ green600: string;
80
+ green700: string;
81
+ green800: string;
82
+ green900: string;
83
+ green1000: string;
84
+ green1100: string;
85
+ green1200: string;
86
+ magenta100: string;
87
+ magenta200: string;
88
+ magenta300: string;
89
+ magenta400: string;
90
+ magenta500: string;
91
+ magenta600: string;
92
+ magenta700: string;
93
+ magenta800: string;
94
+ magenta900: string;
95
+ magenta1000: string;
96
+ magenta1100: string;
97
+ magenta1200: string;
98
+ red100: string;
99
+ red200: string;
100
+ red300: string;
101
+ red400: string;
102
+ red500: string;
103
+ red600: string;
104
+ red700: string;
105
+ red800: string;
106
+ red900: string;
107
+ red1000: string;
108
+ red1100: string;
109
+ red1200: string;
110
+ teal100: string;
111
+ teal200: string;
112
+ teal300: string;
113
+ teal400: string;
114
+ teal500: string;
115
+ teal600: string;
116
+ teal700: string;
117
+ teal800: string;
118
+ teal900: string;
119
+ teal1000: string;
120
+ teal1100: string;
121
+ teal1200: string;
122
+ orange100: string;
123
+ orange200: string;
124
+ orange300: string;
125
+ orange400: string;
126
+ orange500: string;
127
+ orange600: string;
128
+ orange700: string;
129
+ orange800: string;
130
+ orange900: string;
131
+ orange1000: string;
132
+ orange1100: string;
133
+ orange1200: string;
134
+ yellow100: string;
135
+ yellow200: string;
136
+ yellow300: string;
137
+ yellow400: string;
138
+ yellow500: string;
139
+ yellow600: string;
140
+ yellow700: string;
141
+ yellow800: string;
142
+ yellow900: string;
143
+ yellow1000: string;
144
+ yellow1100: string;
145
+ yellow1200: string;
146
+ lime100: string;
147
+ lime200: string;
148
+ lime300: string;
149
+ lime400: string;
150
+ lime500: string;
151
+ lime600: string;
152
+ lime700: string;
153
+ lime800: string;
154
+ lime900: string;
155
+ lime1000: string;
156
+ lime1100: string;
157
+ lime1200: string;
158
+ lapis100: string;
159
+ lapis200: string;
160
+ lapis300: string;
161
+ lapis400: string;
162
+ lapis500: string;
163
+ lapis600: string;
164
+ lapis700: string;
165
+ lapis800: string;
166
+ lapis900: string;
167
+ lapis1000: string;
168
+ lapis1100: string;
169
+ lapis1200: string;
170
+ maroon100: string;
171
+ maroon200: string;
172
+ maroon300: string;
173
+ maroon400: string;
174
+ maroon500: string;
175
+ maroon600: string;
176
+ maroon700: string;
177
+ maroon800: string;
178
+ maroon900: string;
179
+ maroon1000: string;
180
+ maroon1100: string;
181
+ maroon1200: string;
182
+ marsh100: string;
183
+ marsh200: string;
184
+ marsh300: string;
185
+ marsh400: string;
186
+ marsh500: string;
187
+ marsh600: string;
188
+ marsh700: string;
189
+ marsh800: string;
190
+ marsh900: string;
191
+ marsh1000: string;
192
+ marsh1100: string;
193
+ marsh1200: string;
194
+ tonal50: string;
195
+ tonal100: string;
196
+ tonal200: string;
197
+ tonal300: string;
198
+ tonal400: string;
199
+ tonal500: string;
200
+ tonal600: string;
201
+ alpha100: string;
202
+ alpha150: string;
203
+ alpha200: string;
204
+ alpha250: string;
205
+ alpha600: string;
206
+ brandRed: string;
207
+ brandRedAccent: string;
208
+ brandGreen: string;
209
+ brandGreenAccent: string;
210
+ brandPurple: string;
211
+ brandPurpleAccent: string;
212
+ brandYellow: string;
213
+ brandYellowAccent: string;
214
+ infoLight: string;
215
+ info: string;
216
+ infoMid: string;
217
+ infoDark: string;
218
+ successLight: string;
219
+ success: string;
220
+ successMid: string;
221
+ successDark: string;
222
+ dangerLight: string;
223
+ danger: string;
224
+ dangerMid: string;
225
+ dangerDark: string;
226
+ warningLight: string;
227
+ warning: string;
228
+ warningMid: string;
229
+ warningDark: string;
230
+ warningText: string;
231
+ subjectEnglish: string;
232
+ subjectMaths: string;
233
+ subjectScience: string;
234
+ subjectVerbalReasoning: string;
235
+ subjectNonVerbalReasoning: string;
236
+ subjectCreativeWriting: string;
237
+ subjectExamSkills: string;
238
+ glBlueLight: string;
239
+ glBluePrimary: string;
240
+ glBlueDark: string;
241
+ primary100: string;
242
+ primary200: string;
243
+ primary300: string;
244
+ primary400: string;
245
+ primary500: string;
246
+ primary600: string;
247
+ primary700: string;
248
+ primary800: string;
249
+ primary900: string;
250
+ primary1000: string;
251
+ primary1100: string;
252
+ primary1200: string;
253
253
  };
254
254
  space: {
255
- "0": any;
256
- "1": any;
257
- "2": any;
258
- "3": any;
259
- "4": any;
260
- "5": any;
261
- "6": any;
262
- "7": any;
263
- "8": any;
264
- "9": any;
265
- "24": any;
255
+ "0": string;
256
+ "1": string;
257
+ "2": string;
258
+ "3": string;
259
+ "4": string;
260
+ "5": string;
261
+ "6": string;
262
+ "7": string;
263
+ "8": string;
264
+ "9": string;
265
+ "24": string;
266
266
  };
267
267
  fontSizes: {
268
- xs: any;
269
- sm: any;
270
- md: any;
271
- lg: any;
272
- xl: any;
273
- "2xl": any;
274
- "3xl": any;
275
- "4xl": any;
268
+ xs: string;
269
+ sm: string;
270
+ md: string;
271
+ lg: string;
272
+ xl: string;
273
+ "2xl": string;
274
+ "3xl": string;
275
+ "4xl": string;
276
276
  };
277
277
  fonts: {
278
- sans: any;
279
- mono: any;
280
- display: any;
281
- body: any;
278
+ sans: string;
279
+ mono: string;
280
+ display: string;
281
+ body: string;
282
282
  };
283
283
  sizes: {
284
- "0": any;
285
- "1": any;
286
- "2": any;
287
- "3": any;
288
- "4": any;
289
- "5": any;
290
- "6": any;
291
- "7": any;
292
- "8": any;
284
+ "0": string;
285
+ "1": string;
286
+ "2": string;
287
+ "3": string;
288
+ "4": string;
289
+ "5": string;
290
+ "6": string;
291
+ "7": string;
292
+ "8": string;
293
293
  };
294
294
  radii: {
295
- "0": any;
296
- "1": any;
297
- "2": any;
298
- "3": any;
299
- round: any;
295
+ "0": string;
296
+ "1": string;
297
+ "2": string;
298
+ "3": string;
299
+ round: string;
300
300
  };
301
301
  shadows: {
302
- "0": any;
303
- "1": any;
304
- "2": any;
305
- "3": any;
302
+ "0": string;
303
+ "1": string;
304
+ "2": string;
305
+ "3": string;
306
306
  };
307
307
  ratios: {
308
- "16-9": any;
309
- "3-2": any;
310
- "4-3": any;
311
- "1-1": any;
312
- "3-4": any;
308
+ "16-9": string;
309
+ "3-2": string;
310
+ "4-3": string;
311
+ "1-1": string;
312
+ "3-4": string;
313
313
  };
314
314
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
315
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
315
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
316
316
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
317
317
  };
318
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
318
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
319
319
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
320
320
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
321
321
  };
322
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
322
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
323
323
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
324
324
  };
325
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
325
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
326
326
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
327
327
  };
328
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
328
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
329
329
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
330
330
  };
331
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
331
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
332
332
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
333
333
  };
334
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
334
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
335
335
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
336
336
  };
337
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
337
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
338
338
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
339
339
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
340
  };
341
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
342
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
343
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
344
344
  };
345
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
345
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
346
346
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
347
347
  };
348
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
349
349
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
350
350
  };
351
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
351
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
352
352
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
353
  };
354
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
354
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
355
355
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
356
  };
357
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
357
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
358
358
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
359
  };
360
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
360
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
361
361
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
362
362
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
363
  };
364
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
365
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
366
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
367
367
  };
368
368
  }>> & {
369
369
  TriggerList: {
370
- ({ children, colorScheme, ...rest }: Omit<import("@radix-ui/react-tabs").TabsListProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
370
+ ({ children, colorScheme, ...rest }: React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsListProps & React.RefAttributes<HTMLDivElement>>, {}, {
371
+ sm: string;
372
+ md: string;
373
+ lg: string;
374
+ xl: string;
375
+ reducedMotion: string;
376
+ allowMotion: string;
377
+ hover: string;
378
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
371
379
  sm: string;
372
380
  md: string;
373
381
  lg: string;
@@ -375,373 +383,363 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
375
383
  reducedMotion: string;
376
384
  allowMotion: string;
377
385
  hover: string;
378
- }> & {
379
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
386
+ }, {
387
+ colors: {
388
+ textBold: string;
389
+ textRegular: string;
390
+ textSubtle: string;
391
+ textMinimal: string;
392
+ background: string;
393
+ backgroundAccent: string;
394
+ grey100: string;
395
+ grey200: string;
396
+ grey300: string;
397
+ grey400: string;
398
+ grey500: string;
399
+ grey600: string;
400
+ grey700: string;
401
+ grey800: string;
402
+ grey900: string;
403
+ grey1000: string;
404
+ grey1100: string;
405
+ grey1200: string;
406
+ blue100: string;
407
+ blue200: string;
408
+ blue300: string;
409
+ blue400: string;
410
+ blue500: string;
411
+ blue600: string;
412
+ blue700: string;
413
+ blue800: string;
414
+ blue900: string;
415
+ blue1000: string;
416
+ blue1100: string;
417
+ blue1200: string;
418
+ purple100: string;
419
+ purple200: string;
420
+ purple300: string;
421
+ purple400: string;
422
+ purple500: string;
423
+ purple600: string;
424
+ purple700: string;
425
+ purple800: string;
426
+ purple900: string;
427
+ purple1000: string;
428
+ purple1100: string;
429
+ purple1200: string;
430
+ cyan100: string;
431
+ cyan200: string;
432
+ cyan300: string;
433
+ cyan400: string;
434
+ cyan500: string;
435
+ cyan600: string;
436
+ cyan700: string;
437
+ cyan800: string;
438
+ cyan900: string;
439
+ cyan1000: string;
440
+ cyan1100: string;
441
+ cyan1200: string;
442
+ green100: string;
443
+ green200: string;
444
+ green300: string;
445
+ green400: string;
446
+ green500: string;
447
+ green600: string;
448
+ green700: string;
449
+ green800: string;
450
+ green900: string;
451
+ green1000: string;
452
+ green1100: string;
453
+ green1200: string;
454
+ magenta100: string;
455
+ magenta200: string;
456
+ magenta300: string;
457
+ magenta400: string;
458
+ magenta500: string;
459
+ magenta600: string;
460
+ magenta700: string;
461
+ magenta800: string;
462
+ magenta900: string;
463
+ magenta1000: string;
464
+ magenta1100: string;
465
+ magenta1200: string;
466
+ red100: string;
467
+ red200: string;
468
+ red300: string;
469
+ red400: string;
470
+ red500: string;
471
+ red600: string;
472
+ red700: string;
473
+ red800: string;
474
+ red900: string;
475
+ red1000: string;
476
+ red1100: string;
477
+ red1200: string;
478
+ teal100: string;
479
+ teal200: string;
480
+ teal300: string;
481
+ teal400: string;
482
+ teal500: string;
483
+ teal600: string;
484
+ teal700: string;
485
+ teal800: string;
486
+ teal900: string;
487
+ teal1000: string;
488
+ teal1100: string;
489
+ teal1200: string;
490
+ orange100: string;
491
+ orange200: string;
492
+ orange300: string;
493
+ orange400: string;
494
+ orange500: string;
495
+ orange600: string;
496
+ orange700: string;
497
+ orange800: string;
498
+ orange900: string;
499
+ orange1000: string;
500
+ orange1100: string;
501
+ orange1200: string;
502
+ yellow100: string;
503
+ yellow200: string;
504
+ yellow300: string;
505
+ yellow400: string;
506
+ yellow500: string;
507
+ yellow600: string;
508
+ yellow700: string;
509
+ yellow800: string;
510
+ yellow900: string;
511
+ yellow1000: string;
512
+ yellow1100: string;
513
+ yellow1200: string;
514
+ lime100: string;
515
+ lime200: string;
516
+ lime300: string;
517
+ lime400: string;
518
+ lime500: string;
519
+ lime600: string;
520
+ lime700: string;
521
+ lime800: string;
522
+ lime900: string;
523
+ lime1000: string;
524
+ lime1100: string;
525
+ lime1200: string;
526
+ lapis100: string;
527
+ lapis200: string;
528
+ lapis300: string;
529
+ lapis400: string;
530
+ lapis500: string;
531
+ lapis600: string;
532
+ lapis700: string;
533
+ lapis800: string;
534
+ lapis900: string;
535
+ lapis1000: string;
536
+ lapis1100: string;
537
+ lapis1200: string;
538
+ maroon100: string;
539
+ maroon200: string;
540
+ maroon300: string;
541
+ maroon400: string;
542
+ maroon500: string;
543
+ maroon600: string;
544
+ maroon700: string;
545
+ maroon800: string;
546
+ maroon900: string;
547
+ maroon1000: string;
548
+ maroon1100: string;
549
+ maroon1200: string;
550
+ marsh100: string;
551
+ marsh200: string;
552
+ marsh300: string;
553
+ marsh400: string;
554
+ marsh500: string;
555
+ marsh600: string;
556
+ marsh700: string;
557
+ marsh800: string;
558
+ marsh900: string;
559
+ marsh1000: string;
560
+ marsh1100: string;
561
+ marsh1200: string;
562
+ tonal50: string;
563
+ tonal100: string;
564
+ tonal200: string;
565
+ tonal300: string;
566
+ tonal400: string;
567
+ tonal500: string;
568
+ tonal600: string;
569
+ alpha100: string;
570
+ alpha150: string;
571
+ alpha200: string;
572
+ alpha250: string;
573
+ alpha600: string;
574
+ brandRed: string;
575
+ brandRedAccent: string;
576
+ brandGreen: string;
577
+ brandGreenAccent: string;
578
+ brandPurple: string;
579
+ brandPurpleAccent: string;
580
+ brandYellow: string;
581
+ brandYellowAccent: string;
582
+ infoLight: string;
583
+ info: string;
584
+ infoMid: string;
585
+ infoDark: string;
586
+ successLight: string;
587
+ success: string;
588
+ successMid: string;
589
+ successDark: string;
590
+ dangerLight: string;
591
+ danger: string;
592
+ dangerMid: string;
593
+ dangerDark: string;
594
+ warningLight: string;
595
+ warning: string;
596
+ warningMid: string;
597
+ warningDark: string;
598
+ warningText: string;
599
+ subjectEnglish: string;
600
+ subjectMaths: string;
601
+ subjectScience: string;
602
+ subjectVerbalReasoning: string;
603
+ subjectNonVerbalReasoning: string;
604
+ subjectCreativeWriting: string;
605
+ subjectExamSkills: string;
606
+ glBlueLight: string;
607
+ glBluePrimary: string;
608
+ glBlueDark: string;
609
+ primary100: string;
610
+ primary200: string;
611
+ primary300: string;
612
+ primary400: string;
613
+ primary500: string;
614
+ primary600: string;
615
+ primary700: string;
616
+ primary800: string;
617
+ primary900: string;
618
+ primary1000: string;
619
+ primary1100: string;
620
+ primary1200: string;
621
+ };
622
+ space: {
623
+ "0": string;
624
+ "1": string;
625
+ "2": string;
626
+ "3": string;
627
+ "4": string;
628
+ "5": string;
629
+ "6": string;
630
+ "7": string;
631
+ "8": string;
632
+ "9": string;
633
+ "24": string;
634
+ };
635
+ fontSizes: {
636
+ xs: string;
380
637
  sm: string;
381
638
  md: string;
382
639
  lg: string;
383
640
  xl: string;
384
- reducedMotion: string;
385
- allowMotion: string;
386
- hover: string;
387
- }, {
388
- colors: {
389
- textBold: any;
390
- textRegular: any;
391
- textSubtle: any;
392
- textMinimal: any;
393
- background: any;
394
- backgroundAccent: any;
395
- grey100: any;
396
- grey200: any;
397
- grey300: any;
398
- grey400: any;
399
- grey500: any;
400
- grey600: any;
401
- grey700: any;
402
- grey800: any;
403
- grey900: any;
404
- grey1000: any;
405
- grey1100: any;
406
- grey1200: any;
407
- blue100: any;
408
- blue200: any;
409
- blue300: any;
410
- blue400: any;
411
- blue500: any;
412
- blue600: any;
413
- blue700: any;
414
- blue800: any;
415
- blue900: any;
416
- blue1000: any;
417
- blue1100: any;
418
- blue1200: any;
419
- purple100: any;
420
- purple200: any;
421
- purple300: any;
422
- purple400: any;
423
- purple500: any;
424
- purple600: any;
425
- purple700: any;
426
- purple800: any;
427
- purple900: any;
428
- purple1000: any;
429
- purple1100: any;
430
- purple1200: any;
431
- cyan100: any;
432
- cyan200: any;
433
- cyan300: any;
434
- cyan400: any;
435
- cyan500: any;
436
- cyan600: any;
437
- cyan700: any;
438
- cyan800: any;
439
- cyan900: any;
440
- cyan1000: any;
441
- cyan1100: any;
442
- cyan1200: any;
443
- green100: any;
444
- green200: any;
445
- green300: any;
446
- green400: any;
447
- green500: any;
448
- green600: any;
449
- green700: any;
450
- green800: any;
451
- green900: any;
452
- green1000: any;
453
- green1100: any;
454
- green1200: any;
455
- magenta100: any;
456
- magenta200: any;
457
- magenta300: any;
458
- magenta400: any;
459
- magenta500: any;
460
- magenta600: any;
461
- magenta700: any;
462
- magenta800: any;
463
- magenta900: any;
464
- magenta1000: any;
465
- magenta1100: any;
466
- magenta1200: any;
467
- red100: any;
468
- red200: any;
469
- red300: any;
470
- red400: any;
471
- red500: any;
472
- red600: any;
473
- red700: any;
474
- red800: any;
475
- red900: any;
476
- red1000: any;
477
- red1100: any;
478
- red1200: any;
479
- teal100: any;
480
- teal200: any;
481
- teal300: any;
482
- teal400: any;
483
- teal500: any;
484
- teal600: any;
485
- teal700: any;
486
- teal800: any;
487
- teal900: any;
488
- teal1000: any;
489
- teal1100: any;
490
- teal1200: any;
491
- orange100: any;
492
- orange200: any;
493
- orange300: any;
494
- orange400: any;
495
- orange500: any;
496
- orange600: any;
497
- orange700: any;
498
- orange800: any;
499
- orange900: any;
500
- orange1000: any;
501
- orange1100: any;
502
- orange1200: any;
503
- yellow100: any;
504
- yellow200: any;
505
- yellow300: any;
506
- yellow400: any;
507
- yellow500: any;
508
- yellow600: any;
509
- yellow700: any;
510
- yellow800: any;
511
- yellow900: any;
512
- yellow1000: any;
513
- yellow1100: any;
514
- yellow1200: any;
515
- lime100: any;
516
- lime200: any;
517
- lime300: any;
518
- lime400: any;
519
- lime500: any;
520
- lime600: any;
521
- lime700: any;
522
- lime800: any;
523
- lime900: any;
524
- lime1000: any;
525
- lime1100: any;
526
- lime1200: any;
527
- lapis100: any;
528
- lapis200: any;
529
- lapis300: any;
530
- lapis400: any;
531
- lapis500: any;
532
- lapis600: any;
533
- lapis700: any;
534
- lapis800: any;
535
- lapis900: any;
536
- lapis1000: any;
537
- lapis1100: any;
538
- lapis1200: any;
539
- maroon100: any;
540
- maroon200: any;
541
- maroon300: any;
542
- maroon400: any;
543
- maroon500: any;
544
- maroon600: any;
545
- maroon700: any;
546
- maroon800: any;
547
- maroon900: any;
548
- maroon1000: any;
549
- maroon1100: any;
550
- maroon1200: any;
551
- marsh100: any;
552
- marsh200: any;
553
- marsh300: any;
554
- marsh400: any;
555
- marsh500: any;
556
- marsh600: any;
557
- marsh700: any;
558
- marsh800: any;
559
- marsh900: any;
560
- marsh1000: any;
561
- marsh1100: any;
562
- marsh1200: any;
563
- tonal50: any;
564
- tonal100: any;
565
- tonal200: any;
566
- tonal300: any;
567
- tonal400: any;
568
- tonal500: any;
569
- tonal600: any;
570
- alpha100: any;
571
- alpha150: any;
572
- alpha200: any;
573
- alpha250: any;
574
- alpha600: any;
575
- brandRed: any;
576
- brandRedAccent: any;
577
- brandGreen: any;
578
- brandGreenAccent: any;
579
- brandPurple: any;
580
- brandPurpleAccent: any;
581
- brandYellow: any;
582
- brandYellowAccent: any;
583
- infoLight: any;
584
- info: any;
585
- infoMid: any;
586
- infoDark: any;
587
- successLight: any;
588
- success: any;
589
- successMid: any;
590
- successDark: any;
591
- dangerLight: any;
592
- danger: any;
593
- dangerMid: any;
594
- dangerDark: any;
595
- warningLight: any;
596
- warning: any;
597
- warningMid: any;
598
- warningDark: any;
599
- warningText: any;
600
- subjectEnglish: any;
601
- subjectMaths: any;
602
- subjectScience: any;
603
- subjectVerbalReasoning: any;
604
- subjectNonVerbalReasoning: any;
605
- subjectCreativeWriting: any;
606
- subjectExamSkills: any;
607
- glBlueLight: any;
608
- glBluePrimary: any;
609
- glBlueDark: any;
610
- primary100: any;
611
- primary200: any;
612
- primary300: any;
613
- primary400: any;
614
- primary500: any;
615
- primary600: any;
616
- primary700: any;
617
- primary800: any;
618
- primary900: any;
619
- primary1000: any;
620
- primary1100: any;
621
- primary1200: any;
622
- };
623
- space: {
624
- "0": any;
625
- "1": any;
626
- "2": any;
627
- "3": any;
628
- "4": any;
629
- "5": any;
630
- "6": any;
631
- "7": any;
632
- "8": any;
633
- "9": any;
634
- "24": any;
635
- };
636
- fontSizes: {
637
- xs: any;
638
- sm: any;
639
- md: any;
640
- lg: any;
641
- xl: any;
642
- "2xl": any;
643
- "3xl": any;
644
- "4xl": any;
645
- };
646
- fonts: {
647
- sans: any;
648
- mono: any;
649
- display: any;
650
- body: any;
651
- };
652
- sizes: {
653
- "0": any;
654
- "1": any;
655
- "2": any;
656
- "3": any;
657
- "4": any;
658
- "5": any;
659
- "6": any;
660
- "7": any;
661
- "8": any;
662
- };
663
- radii: {
664
- "0": any;
665
- "1": any;
666
- "2": any;
667
- "3": any;
668
- round: any;
669
- };
670
- shadows: {
671
- "0": any;
672
- "1": any;
673
- "2": any;
674
- "3": any;
675
- };
676
- ratios: {
677
- "16-9": any;
678
- "3-2": any;
679
- "4-3": any;
680
- "1-1": any;
681
- "3-4": any;
682
- };
683
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
684
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
685
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
686
- };
687
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
688
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
689
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
690
- };
691
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
692
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
693
- };
694
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
695
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
696
- };
697
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
698
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
699
- };
700
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
701
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
702
- };
703
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
704
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
705
- };
706
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
707
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
708
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
- };
710
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
711
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
713
- };
714
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
715
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
- };
717
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
- };
720
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
721
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
- };
723
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
724
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
- };
726
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
727
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
- };
729
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
730
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
- };
733
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
734
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
- };
737
- }> | undefined;
738
- } & {
739
- colorScheme?: import("../..").TcolorScheme | undefined;
641
+ "2xl": string;
642
+ "3xl": string;
643
+ "4xl": string;
644
+ };
645
+ fonts: {
646
+ sans: string;
647
+ mono: string;
648
+ display: string;
649
+ body: string;
650
+ };
651
+ sizes: {
652
+ "0": string;
653
+ "1": string;
654
+ "2": string;
655
+ "3": string;
656
+ "4": string;
657
+ "5": string;
658
+ "6": string;
659
+ "7": string;
660
+ "8": string;
661
+ };
662
+ radii: {
663
+ "0": string;
664
+ "1": string;
665
+ "2": string;
666
+ "3": string;
667
+ round: string;
668
+ };
669
+ shadows: {
670
+ "0": string;
671
+ "1": string;
672
+ "2": string;
673
+ "3": string;
674
+ };
675
+ ratios: {
676
+ "16-9": string;
677
+ "3-2": string;
678
+ "4-3": string;
679
+ "1-1": string;
680
+ "3-4": string;
681
+ };
682
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
683
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
684
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
685
+ };
686
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
687
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
688
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
689
+ };
690
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
691
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
692
+ };
693
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
694
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
695
+ };
696
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
697
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
698
+ };
699
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
700
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
701
+ };
702
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
703
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
704
+ };
705
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
706
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
707
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
708
+ };
709
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
710
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
711
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
+ };
713
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
714
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
+ };
716
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
717
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
+ };
719
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
720
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
+ };
722
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
723
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
+ };
725
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
726
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
+ };
728
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
729
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
+ };
732
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
733
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
+ };
736
+ }>>> & {
737
+ colorScheme?: import("../..").TcolorScheme;
740
738
  }): React.JSX.Element;
741
739
  displayName: string;
742
740
  };
743
741
  Trigger: {
744
- ({ children, ...rest }: Omit<import("@radix-ui/react-tabs").TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
742
+ ({ children, ...rest }: React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
745
743
  sm: string;
746
744
  md: string;
747
745
  lg: string;
@@ -749,367 +747,365 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
749
747
  reducedMotion: string;
750
748
  allowMotion: string;
751
749
  hover: string;
752
- }> & {
753
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
750
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
751
+ sm: string;
752
+ md: string;
753
+ lg: string;
754
+ xl: string;
755
+ reducedMotion: string;
756
+ allowMotion: string;
757
+ hover: string;
758
+ }, {
759
+ colors: {
760
+ textBold: string;
761
+ textRegular: string;
762
+ textSubtle: string;
763
+ textMinimal: string;
764
+ background: string;
765
+ backgroundAccent: string;
766
+ grey100: string;
767
+ grey200: string;
768
+ grey300: string;
769
+ grey400: string;
770
+ grey500: string;
771
+ grey600: string;
772
+ grey700: string;
773
+ grey800: string;
774
+ grey900: string;
775
+ grey1000: string;
776
+ grey1100: string;
777
+ grey1200: string;
778
+ blue100: string;
779
+ blue200: string;
780
+ blue300: string;
781
+ blue400: string;
782
+ blue500: string;
783
+ blue600: string;
784
+ blue700: string;
785
+ blue800: string;
786
+ blue900: string;
787
+ blue1000: string;
788
+ blue1100: string;
789
+ blue1200: string;
790
+ purple100: string;
791
+ purple200: string;
792
+ purple300: string;
793
+ purple400: string;
794
+ purple500: string;
795
+ purple600: string;
796
+ purple700: string;
797
+ purple800: string;
798
+ purple900: string;
799
+ purple1000: string;
800
+ purple1100: string;
801
+ purple1200: string;
802
+ cyan100: string;
803
+ cyan200: string;
804
+ cyan300: string;
805
+ cyan400: string;
806
+ cyan500: string;
807
+ cyan600: string;
808
+ cyan700: string;
809
+ cyan800: string;
810
+ cyan900: string;
811
+ cyan1000: string;
812
+ cyan1100: string;
813
+ cyan1200: string;
814
+ green100: string;
815
+ green200: string;
816
+ green300: string;
817
+ green400: string;
818
+ green500: string;
819
+ green600: string;
820
+ green700: string;
821
+ green800: string;
822
+ green900: string;
823
+ green1000: string;
824
+ green1100: string;
825
+ green1200: string;
826
+ magenta100: string;
827
+ magenta200: string;
828
+ magenta300: string;
829
+ magenta400: string;
830
+ magenta500: string;
831
+ magenta600: string;
832
+ magenta700: string;
833
+ magenta800: string;
834
+ magenta900: string;
835
+ magenta1000: string;
836
+ magenta1100: string;
837
+ magenta1200: string;
838
+ red100: string;
839
+ red200: string;
840
+ red300: string;
841
+ red400: string;
842
+ red500: string;
843
+ red600: string;
844
+ red700: string;
845
+ red800: string;
846
+ red900: string;
847
+ red1000: string;
848
+ red1100: string;
849
+ red1200: string;
850
+ teal100: string;
851
+ teal200: string;
852
+ teal300: string;
853
+ teal400: string;
854
+ teal500: string;
855
+ teal600: string;
856
+ teal700: string;
857
+ teal800: string;
858
+ teal900: string;
859
+ teal1000: string;
860
+ teal1100: string;
861
+ teal1200: string;
862
+ orange100: string;
863
+ orange200: string;
864
+ orange300: string;
865
+ orange400: string;
866
+ orange500: string;
867
+ orange600: string;
868
+ orange700: string;
869
+ orange800: string;
870
+ orange900: string;
871
+ orange1000: string;
872
+ orange1100: string;
873
+ orange1200: string;
874
+ yellow100: string;
875
+ yellow200: string;
876
+ yellow300: string;
877
+ yellow400: string;
878
+ yellow500: string;
879
+ yellow600: string;
880
+ yellow700: string;
881
+ yellow800: string;
882
+ yellow900: string;
883
+ yellow1000: string;
884
+ yellow1100: string;
885
+ yellow1200: string;
886
+ lime100: string;
887
+ lime200: string;
888
+ lime300: string;
889
+ lime400: string;
890
+ lime500: string;
891
+ lime600: string;
892
+ lime700: string;
893
+ lime800: string;
894
+ lime900: string;
895
+ lime1000: string;
896
+ lime1100: string;
897
+ lime1200: string;
898
+ lapis100: string;
899
+ lapis200: string;
900
+ lapis300: string;
901
+ lapis400: string;
902
+ lapis500: string;
903
+ lapis600: string;
904
+ lapis700: string;
905
+ lapis800: string;
906
+ lapis900: string;
907
+ lapis1000: string;
908
+ lapis1100: string;
909
+ lapis1200: string;
910
+ maroon100: string;
911
+ maroon200: string;
912
+ maroon300: string;
913
+ maroon400: string;
914
+ maroon500: string;
915
+ maroon600: string;
916
+ maroon700: string;
917
+ maroon800: string;
918
+ maroon900: string;
919
+ maroon1000: string;
920
+ maroon1100: string;
921
+ maroon1200: string;
922
+ marsh100: string;
923
+ marsh200: string;
924
+ marsh300: string;
925
+ marsh400: string;
926
+ marsh500: string;
927
+ marsh600: string;
928
+ marsh700: string;
929
+ marsh800: string;
930
+ marsh900: string;
931
+ marsh1000: string;
932
+ marsh1100: string;
933
+ marsh1200: string;
934
+ tonal50: string;
935
+ tonal100: string;
936
+ tonal200: string;
937
+ tonal300: string;
938
+ tonal400: string;
939
+ tonal500: string;
940
+ tonal600: string;
941
+ alpha100: string;
942
+ alpha150: string;
943
+ alpha200: string;
944
+ alpha250: string;
945
+ alpha600: string;
946
+ brandRed: string;
947
+ brandRedAccent: string;
948
+ brandGreen: string;
949
+ brandGreenAccent: string;
950
+ brandPurple: string;
951
+ brandPurpleAccent: string;
952
+ brandYellow: string;
953
+ brandYellowAccent: string;
954
+ infoLight: string;
955
+ info: string;
956
+ infoMid: string;
957
+ infoDark: string;
958
+ successLight: string;
959
+ success: string;
960
+ successMid: string;
961
+ successDark: string;
962
+ dangerLight: string;
963
+ danger: string;
964
+ dangerMid: string;
965
+ dangerDark: string;
966
+ warningLight: string;
967
+ warning: string;
968
+ warningMid: string;
969
+ warningDark: string;
970
+ warningText: string;
971
+ subjectEnglish: string;
972
+ subjectMaths: string;
973
+ subjectScience: string;
974
+ subjectVerbalReasoning: string;
975
+ subjectNonVerbalReasoning: string;
976
+ subjectCreativeWriting: string;
977
+ subjectExamSkills: string;
978
+ glBlueLight: string;
979
+ glBluePrimary: string;
980
+ glBlueDark: string;
981
+ primary100: string;
982
+ primary200: string;
983
+ primary300: string;
984
+ primary400: string;
985
+ primary500: string;
986
+ primary600: string;
987
+ primary700: string;
988
+ primary800: string;
989
+ primary900: string;
990
+ primary1000: string;
991
+ primary1100: string;
992
+ primary1200: string;
993
+ };
994
+ space: {
995
+ "0": string;
996
+ "1": string;
997
+ "2": string;
998
+ "3": string;
999
+ "4": string;
1000
+ "5": string;
1001
+ "6": string;
1002
+ "7": string;
1003
+ "8": string;
1004
+ "9": string;
1005
+ "24": string;
1006
+ };
1007
+ fontSizes: {
1008
+ xs: string;
754
1009
  sm: string;
755
1010
  md: string;
756
1011
  lg: string;
757
1012
  xl: string;
758
- reducedMotion: string;
759
- allowMotion: string;
760
- hover: string;
761
- }, {
762
- colors: {
763
- textBold: any;
764
- textRegular: any;
765
- textSubtle: any;
766
- textMinimal: any;
767
- background: any;
768
- backgroundAccent: any;
769
- grey100: any;
770
- grey200: any;
771
- grey300: any;
772
- grey400: any;
773
- grey500: any;
774
- grey600: any;
775
- grey700: any;
776
- grey800: any;
777
- grey900: any;
778
- grey1000: any;
779
- grey1100: any;
780
- grey1200: any;
781
- blue100: any;
782
- blue200: any;
783
- blue300: any;
784
- blue400: any;
785
- blue500: any;
786
- blue600: any;
787
- blue700: any;
788
- blue800: any;
789
- blue900: any;
790
- blue1000: any;
791
- blue1100: any;
792
- blue1200: any;
793
- purple100: any;
794
- purple200: any;
795
- purple300: any;
796
- purple400: any;
797
- purple500: any;
798
- purple600: any;
799
- purple700: any;
800
- purple800: any;
801
- purple900: any;
802
- purple1000: any;
803
- purple1100: any;
804
- purple1200: any;
805
- cyan100: any;
806
- cyan200: any;
807
- cyan300: any;
808
- cyan400: any;
809
- cyan500: any;
810
- cyan600: any;
811
- cyan700: any;
812
- cyan800: any;
813
- cyan900: any;
814
- cyan1000: any;
815
- cyan1100: any;
816
- cyan1200: any;
817
- green100: any;
818
- green200: any;
819
- green300: any;
820
- green400: any;
821
- green500: any;
822
- green600: any;
823
- green700: any;
824
- green800: any;
825
- green900: any;
826
- green1000: any;
827
- green1100: any;
828
- green1200: any;
829
- magenta100: any;
830
- magenta200: any;
831
- magenta300: any;
832
- magenta400: any;
833
- magenta500: any;
834
- magenta600: any;
835
- magenta700: any;
836
- magenta800: any;
837
- magenta900: any;
838
- magenta1000: any;
839
- magenta1100: any;
840
- magenta1200: any;
841
- red100: any;
842
- red200: any;
843
- red300: any;
844
- red400: any;
845
- red500: any;
846
- red600: any;
847
- red700: any;
848
- red800: any;
849
- red900: any;
850
- red1000: any;
851
- red1100: any;
852
- red1200: any;
853
- teal100: any;
854
- teal200: any;
855
- teal300: any;
856
- teal400: any;
857
- teal500: any;
858
- teal600: any;
859
- teal700: any;
860
- teal800: any;
861
- teal900: any;
862
- teal1000: any;
863
- teal1100: any;
864
- teal1200: any;
865
- orange100: any;
866
- orange200: any;
867
- orange300: any;
868
- orange400: any;
869
- orange500: any;
870
- orange600: any;
871
- orange700: any;
872
- orange800: any;
873
- orange900: any;
874
- orange1000: any;
875
- orange1100: any;
876
- orange1200: any;
877
- yellow100: any;
878
- yellow200: any;
879
- yellow300: any;
880
- yellow400: any;
881
- yellow500: any;
882
- yellow600: any;
883
- yellow700: any;
884
- yellow800: any;
885
- yellow900: any;
886
- yellow1000: any;
887
- yellow1100: any;
888
- yellow1200: any;
889
- lime100: any;
890
- lime200: any;
891
- lime300: any;
892
- lime400: any;
893
- lime500: any;
894
- lime600: any;
895
- lime700: any;
896
- lime800: any;
897
- lime900: any;
898
- lime1000: any;
899
- lime1100: any;
900
- lime1200: any;
901
- lapis100: any;
902
- lapis200: any;
903
- lapis300: any;
904
- lapis400: any;
905
- lapis500: any;
906
- lapis600: any;
907
- lapis700: any;
908
- lapis800: any;
909
- lapis900: any;
910
- lapis1000: any;
911
- lapis1100: any;
912
- lapis1200: any;
913
- maroon100: any;
914
- maroon200: any;
915
- maroon300: any;
916
- maroon400: any;
917
- maroon500: any;
918
- maroon600: any;
919
- maroon700: any;
920
- maroon800: any;
921
- maroon900: any;
922
- maroon1000: any;
923
- maroon1100: any;
924
- maroon1200: any;
925
- marsh100: any;
926
- marsh200: any;
927
- marsh300: any;
928
- marsh400: any;
929
- marsh500: any;
930
- marsh600: any;
931
- marsh700: any;
932
- marsh800: any;
933
- marsh900: any;
934
- marsh1000: any;
935
- marsh1100: any;
936
- marsh1200: any;
937
- tonal50: any;
938
- tonal100: any;
939
- tonal200: any;
940
- tonal300: any;
941
- tonal400: any;
942
- tonal500: any;
943
- tonal600: any;
944
- alpha100: any;
945
- alpha150: any;
946
- alpha200: any;
947
- alpha250: any;
948
- alpha600: any;
949
- brandRed: any;
950
- brandRedAccent: any;
951
- brandGreen: any;
952
- brandGreenAccent: any;
953
- brandPurple: any;
954
- brandPurpleAccent: any;
955
- brandYellow: any;
956
- brandYellowAccent: any;
957
- infoLight: any;
958
- info: any;
959
- infoMid: any;
960
- infoDark: any;
961
- successLight: any;
962
- success: any;
963
- successMid: any;
964
- successDark: any;
965
- dangerLight: any;
966
- danger: any;
967
- dangerMid: any;
968
- dangerDark: any;
969
- warningLight: any;
970
- warning: any;
971
- warningMid: any;
972
- warningDark: any;
973
- warningText: any;
974
- subjectEnglish: any;
975
- subjectMaths: any;
976
- subjectScience: any;
977
- subjectVerbalReasoning: any;
978
- subjectNonVerbalReasoning: any;
979
- subjectCreativeWriting: any;
980
- subjectExamSkills: any;
981
- glBlueLight: any;
982
- glBluePrimary: any;
983
- glBlueDark: any;
984
- primary100: any;
985
- primary200: any;
986
- primary300: any;
987
- primary400: any;
988
- primary500: any;
989
- primary600: any;
990
- primary700: any;
991
- primary800: any;
992
- primary900: any;
993
- primary1000: any;
994
- primary1100: any;
995
- primary1200: any;
996
- };
997
- space: {
998
- "0": any;
999
- "1": any;
1000
- "2": any;
1001
- "3": any;
1002
- "4": any;
1003
- "5": any;
1004
- "6": any;
1005
- "7": any;
1006
- "8": any;
1007
- "9": any;
1008
- "24": any;
1009
- };
1010
- fontSizes: {
1011
- xs: any;
1012
- sm: any;
1013
- md: any;
1014
- lg: any;
1015
- xl: any;
1016
- "2xl": any;
1017
- "3xl": any;
1018
- "4xl": any;
1019
- };
1020
- fonts: {
1021
- sans: any;
1022
- mono: any;
1023
- display: any;
1024
- body: any;
1025
- };
1026
- sizes: {
1027
- "0": any;
1028
- "1": any;
1029
- "2": any;
1030
- "3": any;
1031
- "4": any;
1032
- "5": any;
1033
- "6": any;
1034
- "7": any;
1035
- "8": any;
1036
- };
1037
- radii: {
1038
- "0": any;
1039
- "1": any;
1040
- "2": any;
1041
- "3": any;
1042
- round: any;
1043
- };
1044
- shadows: {
1045
- "0": any;
1046
- "1": any;
1047
- "2": any;
1048
- "3": any;
1049
- };
1050
- ratios: {
1051
- "16-9": any;
1052
- "3-2": any;
1053
- "4-3": any;
1054
- "1-1": any;
1055
- "3-4": any;
1056
- };
1057
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1058
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1059
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1060
- };
1061
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1062
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1063
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1064
- };
1065
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1066
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
- };
1068
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1069
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
- };
1071
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1072
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1073
- };
1074
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1076
- };
1077
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1078
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1079
- };
1080
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1081
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1082
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1083
- };
1084
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1085
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1086
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
- };
1088
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
- };
1091
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
- };
1094
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1095
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
- };
1097
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
- };
1100
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1101
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1102
- };
1103
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1104
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1105
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1106
- };
1107
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1108
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1109
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1110
- };
1111
- }> | undefined;
1112
- } & {
1013
+ "2xl": string;
1014
+ "3xl": string;
1015
+ "4xl": string;
1016
+ };
1017
+ fonts: {
1018
+ sans: string;
1019
+ mono: string;
1020
+ display: string;
1021
+ body: string;
1022
+ };
1023
+ sizes: {
1024
+ "0": string;
1025
+ "1": string;
1026
+ "2": string;
1027
+ "3": string;
1028
+ "4": string;
1029
+ "5": string;
1030
+ "6": string;
1031
+ "7": string;
1032
+ "8": string;
1033
+ };
1034
+ radii: {
1035
+ "0": string;
1036
+ "1": string;
1037
+ "2": string;
1038
+ "3": string;
1039
+ round: string;
1040
+ };
1041
+ shadows: {
1042
+ "0": string;
1043
+ "1": string;
1044
+ "2": string;
1045
+ "3": string;
1046
+ };
1047
+ ratios: {
1048
+ "16-9": string;
1049
+ "3-2": string;
1050
+ "4-3": string;
1051
+ "1-1": string;
1052
+ "3-4": string;
1053
+ };
1054
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1055
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1056
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1057
+ };
1058
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1059
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1060
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1061
+ };
1062
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1063
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
+ };
1065
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1066
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
+ };
1068
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1069
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
+ };
1071
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1072
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1073
+ };
1074
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1075
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1076
+ };
1077
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1078
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1079
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1080
+ };
1081
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1082
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1083
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
+ };
1085
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1086
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
+ };
1088
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1089
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
+ };
1091
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1092
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
+ };
1094
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1095
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
+ };
1097
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1098
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
+ };
1100
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1101
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1102
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
+ };
1104
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1105
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1106
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
+ };
1108
+ }>>> & {
1113
1109
  value: string;
1114
1110
  }): React.JSX.Element;
1115
1111
  displayName: string;
@@ -1132,351 +1128,351 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
1132
1128
  hover: string;
1133
1129
  }, {
1134
1130
  colors: {
1135
- textBold: any;
1136
- textRegular: any;
1137
- textSubtle: any;
1138
- textMinimal: any;
1139
- background: any;
1140
- backgroundAccent: any;
1141
- grey100: any;
1142
- grey200: any;
1143
- grey300: any;
1144
- grey400: any;
1145
- grey500: any;
1146
- grey600: any;
1147
- grey700: any;
1148
- grey800: any;
1149
- grey900: any;
1150
- grey1000: any;
1151
- grey1100: any;
1152
- grey1200: any;
1153
- blue100: any;
1154
- blue200: any;
1155
- blue300: any;
1156
- blue400: any;
1157
- blue500: any;
1158
- blue600: any;
1159
- blue700: any;
1160
- blue800: any;
1161
- blue900: any;
1162
- blue1000: any;
1163
- blue1100: any;
1164
- blue1200: any;
1165
- purple100: any;
1166
- purple200: any;
1167
- purple300: any;
1168
- purple400: any;
1169
- purple500: any;
1170
- purple600: any;
1171
- purple700: any;
1172
- purple800: any;
1173
- purple900: any;
1174
- purple1000: any;
1175
- purple1100: any;
1176
- purple1200: any;
1177
- cyan100: any;
1178
- cyan200: any;
1179
- cyan300: any;
1180
- cyan400: any;
1181
- cyan500: any;
1182
- cyan600: any;
1183
- cyan700: any;
1184
- cyan800: any;
1185
- cyan900: any;
1186
- cyan1000: any;
1187
- cyan1100: any;
1188
- cyan1200: any;
1189
- green100: any;
1190
- green200: any;
1191
- green300: any;
1192
- green400: any;
1193
- green500: any;
1194
- green600: any;
1195
- green700: any;
1196
- green800: any;
1197
- green900: any;
1198
- green1000: any;
1199
- green1100: any;
1200
- green1200: any;
1201
- magenta100: any;
1202
- magenta200: any;
1203
- magenta300: any;
1204
- magenta400: any;
1205
- magenta500: any;
1206
- magenta600: any;
1207
- magenta700: any;
1208
- magenta800: any;
1209
- magenta900: any;
1210
- magenta1000: any;
1211
- magenta1100: any;
1212
- magenta1200: any;
1213
- red100: any;
1214
- red200: any;
1215
- red300: any;
1216
- red400: any;
1217
- red500: any;
1218
- red600: any;
1219
- red700: any;
1220
- red800: any;
1221
- red900: any;
1222
- red1000: any;
1223
- red1100: any;
1224
- red1200: any;
1225
- teal100: any;
1226
- teal200: any;
1227
- teal300: any;
1228
- teal400: any;
1229
- teal500: any;
1230
- teal600: any;
1231
- teal700: any;
1232
- teal800: any;
1233
- teal900: any;
1234
- teal1000: any;
1235
- teal1100: any;
1236
- teal1200: any;
1237
- orange100: any;
1238
- orange200: any;
1239
- orange300: any;
1240
- orange400: any;
1241
- orange500: any;
1242
- orange600: any;
1243
- orange700: any;
1244
- orange800: any;
1245
- orange900: any;
1246
- orange1000: any;
1247
- orange1100: any;
1248
- orange1200: any;
1249
- yellow100: any;
1250
- yellow200: any;
1251
- yellow300: any;
1252
- yellow400: any;
1253
- yellow500: any;
1254
- yellow600: any;
1255
- yellow700: any;
1256
- yellow800: any;
1257
- yellow900: any;
1258
- yellow1000: any;
1259
- yellow1100: any;
1260
- yellow1200: any;
1261
- lime100: any;
1262
- lime200: any;
1263
- lime300: any;
1264
- lime400: any;
1265
- lime500: any;
1266
- lime600: any;
1267
- lime700: any;
1268
- lime800: any;
1269
- lime900: any;
1270
- lime1000: any;
1271
- lime1100: any;
1272
- lime1200: any;
1273
- lapis100: any;
1274
- lapis200: any;
1275
- lapis300: any;
1276
- lapis400: any;
1277
- lapis500: any;
1278
- lapis600: any;
1279
- lapis700: any;
1280
- lapis800: any;
1281
- lapis900: any;
1282
- lapis1000: any;
1283
- lapis1100: any;
1284
- lapis1200: any;
1285
- maroon100: any;
1286
- maroon200: any;
1287
- maroon300: any;
1288
- maroon400: any;
1289
- maroon500: any;
1290
- maroon600: any;
1291
- maroon700: any;
1292
- maroon800: any;
1293
- maroon900: any;
1294
- maroon1000: any;
1295
- maroon1100: any;
1296
- maroon1200: any;
1297
- marsh100: any;
1298
- marsh200: any;
1299
- marsh300: any;
1300
- marsh400: any;
1301
- marsh500: any;
1302
- marsh600: any;
1303
- marsh700: any;
1304
- marsh800: any;
1305
- marsh900: any;
1306
- marsh1000: any;
1307
- marsh1100: any;
1308
- marsh1200: any;
1309
- tonal50: any;
1310
- tonal100: any;
1311
- tonal200: any;
1312
- tonal300: any;
1313
- tonal400: any;
1314
- tonal500: any;
1315
- tonal600: any;
1316
- alpha100: any;
1317
- alpha150: any;
1318
- alpha200: any;
1319
- alpha250: any;
1320
- alpha600: any;
1321
- brandRed: any;
1322
- brandRedAccent: any;
1323
- brandGreen: any;
1324
- brandGreenAccent: any;
1325
- brandPurple: any;
1326
- brandPurpleAccent: any;
1327
- brandYellow: any;
1328
- brandYellowAccent: any;
1329
- infoLight: any;
1330
- info: any;
1331
- infoMid: any;
1332
- infoDark: any;
1333
- successLight: any;
1334
- success: any;
1335
- successMid: any;
1336
- successDark: any;
1337
- dangerLight: any;
1338
- danger: any;
1339
- dangerMid: any;
1340
- dangerDark: any;
1341
- warningLight: any;
1342
- warning: any;
1343
- warningMid: any;
1344
- warningDark: any;
1345
- warningText: any;
1346
- subjectEnglish: any;
1347
- subjectMaths: any;
1348
- subjectScience: any;
1349
- subjectVerbalReasoning: any;
1350
- subjectNonVerbalReasoning: any;
1351
- subjectCreativeWriting: any;
1352
- subjectExamSkills: any;
1353
- glBlueLight: any;
1354
- glBluePrimary: any;
1355
- glBlueDark: any;
1356
- primary100: any;
1357
- primary200: any;
1358
- primary300: any;
1359
- primary400: any;
1360
- primary500: any;
1361
- primary600: any;
1362
- primary700: any;
1363
- primary800: any;
1364
- primary900: any;
1365
- primary1000: any;
1366
- primary1100: any;
1367
- primary1200: any;
1131
+ textBold: string;
1132
+ textRegular: string;
1133
+ textSubtle: string;
1134
+ textMinimal: string;
1135
+ background: string;
1136
+ backgroundAccent: string;
1137
+ grey100: string;
1138
+ grey200: string;
1139
+ grey300: string;
1140
+ grey400: string;
1141
+ grey500: string;
1142
+ grey600: string;
1143
+ grey700: string;
1144
+ grey800: string;
1145
+ grey900: string;
1146
+ grey1000: string;
1147
+ grey1100: string;
1148
+ grey1200: string;
1149
+ blue100: string;
1150
+ blue200: string;
1151
+ blue300: string;
1152
+ blue400: string;
1153
+ blue500: string;
1154
+ blue600: string;
1155
+ blue700: string;
1156
+ blue800: string;
1157
+ blue900: string;
1158
+ blue1000: string;
1159
+ blue1100: string;
1160
+ blue1200: string;
1161
+ purple100: string;
1162
+ purple200: string;
1163
+ purple300: string;
1164
+ purple400: string;
1165
+ purple500: string;
1166
+ purple600: string;
1167
+ purple700: string;
1168
+ purple800: string;
1169
+ purple900: string;
1170
+ purple1000: string;
1171
+ purple1100: string;
1172
+ purple1200: string;
1173
+ cyan100: string;
1174
+ cyan200: string;
1175
+ cyan300: string;
1176
+ cyan400: string;
1177
+ cyan500: string;
1178
+ cyan600: string;
1179
+ cyan700: string;
1180
+ cyan800: string;
1181
+ cyan900: string;
1182
+ cyan1000: string;
1183
+ cyan1100: string;
1184
+ cyan1200: string;
1185
+ green100: string;
1186
+ green200: string;
1187
+ green300: string;
1188
+ green400: string;
1189
+ green500: string;
1190
+ green600: string;
1191
+ green700: string;
1192
+ green800: string;
1193
+ green900: string;
1194
+ green1000: string;
1195
+ green1100: string;
1196
+ green1200: string;
1197
+ magenta100: string;
1198
+ magenta200: string;
1199
+ magenta300: string;
1200
+ magenta400: string;
1201
+ magenta500: string;
1202
+ magenta600: string;
1203
+ magenta700: string;
1204
+ magenta800: string;
1205
+ magenta900: string;
1206
+ magenta1000: string;
1207
+ magenta1100: string;
1208
+ magenta1200: string;
1209
+ red100: string;
1210
+ red200: string;
1211
+ red300: string;
1212
+ red400: string;
1213
+ red500: string;
1214
+ red600: string;
1215
+ red700: string;
1216
+ red800: string;
1217
+ red900: string;
1218
+ red1000: string;
1219
+ red1100: string;
1220
+ red1200: string;
1221
+ teal100: string;
1222
+ teal200: string;
1223
+ teal300: string;
1224
+ teal400: string;
1225
+ teal500: string;
1226
+ teal600: string;
1227
+ teal700: string;
1228
+ teal800: string;
1229
+ teal900: string;
1230
+ teal1000: string;
1231
+ teal1100: string;
1232
+ teal1200: string;
1233
+ orange100: string;
1234
+ orange200: string;
1235
+ orange300: string;
1236
+ orange400: string;
1237
+ orange500: string;
1238
+ orange600: string;
1239
+ orange700: string;
1240
+ orange800: string;
1241
+ orange900: string;
1242
+ orange1000: string;
1243
+ orange1100: string;
1244
+ orange1200: string;
1245
+ yellow100: string;
1246
+ yellow200: string;
1247
+ yellow300: string;
1248
+ yellow400: string;
1249
+ yellow500: string;
1250
+ yellow600: string;
1251
+ yellow700: string;
1252
+ yellow800: string;
1253
+ yellow900: string;
1254
+ yellow1000: string;
1255
+ yellow1100: string;
1256
+ yellow1200: string;
1257
+ lime100: string;
1258
+ lime200: string;
1259
+ lime300: string;
1260
+ lime400: string;
1261
+ lime500: string;
1262
+ lime600: string;
1263
+ lime700: string;
1264
+ lime800: string;
1265
+ lime900: string;
1266
+ lime1000: string;
1267
+ lime1100: string;
1268
+ lime1200: string;
1269
+ lapis100: string;
1270
+ lapis200: string;
1271
+ lapis300: string;
1272
+ lapis400: string;
1273
+ lapis500: string;
1274
+ lapis600: string;
1275
+ lapis700: string;
1276
+ lapis800: string;
1277
+ lapis900: string;
1278
+ lapis1000: string;
1279
+ lapis1100: string;
1280
+ lapis1200: string;
1281
+ maroon100: string;
1282
+ maroon200: string;
1283
+ maroon300: string;
1284
+ maroon400: string;
1285
+ maroon500: string;
1286
+ maroon600: string;
1287
+ maroon700: string;
1288
+ maroon800: string;
1289
+ maroon900: string;
1290
+ maroon1000: string;
1291
+ maroon1100: string;
1292
+ maroon1200: string;
1293
+ marsh100: string;
1294
+ marsh200: string;
1295
+ marsh300: string;
1296
+ marsh400: string;
1297
+ marsh500: string;
1298
+ marsh600: string;
1299
+ marsh700: string;
1300
+ marsh800: string;
1301
+ marsh900: string;
1302
+ marsh1000: string;
1303
+ marsh1100: string;
1304
+ marsh1200: string;
1305
+ tonal50: string;
1306
+ tonal100: string;
1307
+ tonal200: string;
1308
+ tonal300: string;
1309
+ tonal400: string;
1310
+ tonal500: string;
1311
+ tonal600: string;
1312
+ alpha100: string;
1313
+ alpha150: string;
1314
+ alpha200: string;
1315
+ alpha250: string;
1316
+ alpha600: string;
1317
+ brandRed: string;
1318
+ brandRedAccent: string;
1319
+ brandGreen: string;
1320
+ brandGreenAccent: string;
1321
+ brandPurple: string;
1322
+ brandPurpleAccent: string;
1323
+ brandYellow: string;
1324
+ brandYellowAccent: string;
1325
+ infoLight: string;
1326
+ info: string;
1327
+ infoMid: string;
1328
+ infoDark: string;
1329
+ successLight: string;
1330
+ success: string;
1331
+ successMid: string;
1332
+ successDark: string;
1333
+ dangerLight: string;
1334
+ danger: string;
1335
+ dangerMid: string;
1336
+ dangerDark: string;
1337
+ warningLight: string;
1338
+ warning: string;
1339
+ warningMid: string;
1340
+ warningDark: string;
1341
+ warningText: string;
1342
+ subjectEnglish: string;
1343
+ subjectMaths: string;
1344
+ subjectScience: string;
1345
+ subjectVerbalReasoning: string;
1346
+ subjectNonVerbalReasoning: string;
1347
+ subjectCreativeWriting: string;
1348
+ subjectExamSkills: string;
1349
+ glBlueLight: string;
1350
+ glBluePrimary: string;
1351
+ glBlueDark: string;
1352
+ primary100: string;
1353
+ primary200: string;
1354
+ primary300: string;
1355
+ primary400: string;
1356
+ primary500: string;
1357
+ primary600: string;
1358
+ primary700: string;
1359
+ primary800: string;
1360
+ primary900: string;
1361
+ primary1000: string;
1362
+ primary1100: string;
1363
+ primary1200: string;
1368
1364
  };
1369
1365
  space: {
1370
- "0": any;
1371
- "1": any;
1372
- "2": any;
1373
- "3": any;
1374
- "4": any;
1375
- "5": any;
1376
- "6": any;
1377
- "7": any;
1378
- "8": any;
1379
- "9": any;
1380
- "24": any;
1366
+ "0": string;
1367
+ "1": string;
1368
+ "2": string;
1369
+ "3": string;
1370
+ "4": string;
1371
+ "5": string;
1372
+ "6": string;
1373
+ "7": string;
1374
+ "8": string;
1375
+ "9": string;
1376
+ "24": string;
1381
1377
  };
1382
1378
  fontSizes: {
1383
- xs: any;
1384
- sm: any;
1385
- md: any;
1386
- lg: any;
1387
- xl: any;
1388
- "2xl": any;
1389
- "3xl": any;
1390
- "4xl": any;
1379
+ xs: string;
1380
+ sm: string;
1381
+ md: string;
1382
+ lg: string;
1383
+ xl: string;
1384
+ "2xl": string;
1385
+ "3xl": string;
1386
+ "4xl": string;
1391
1387
  };
1392
1388
  fonts: {
1393
- sans: any;
1394
- mono: any;
1395
- display: any;
1396
- body: any;
1389
+ sans: string;
1390
+ mono: string;
1391
+ display: string;
1392
+ body: string;
1397
1393
  };
1398
1394
  sizes: {
1399
- "0": any;
1400
- "1": any;
1401
- "2": any;
1402
- "3": any;
1403
- "4": any;
1404
- "5": any;
1405
- "6": any;
1406
- "7": any;
1407
- "8": any;
1395
+ "0": string;
1396
+ "1": string;
1397
+ "2": string;
1398
+ "3": string;
1399
+ "4": string;
1400
+ "5": string;
1401
+ "6": string;
1402
+ "7": string;
1403
+ "8": string;
1408
1404
  };
1409
1405
  radii: {
1410
- "0": any;
1411
- "1": any;
1412
- "2": any;
1413
- "3": any;
1414
- round: any;
1406
+ "0": string;
1407
+ "1": string;
1408
+ "2": string;
1409
+ "3": string;
1410
+ round: string;
1415
1411
  };
1416
1412
  shadows: {
1417
- "0": any;
1418
- "1": any;
1419
- "2": any;
1420
- "3": any;
1413
+ "0": string;
1414
+ "1": string;
1415
+ "2": string;
1416
+ "3": string;
1421
1417
  };
1422
1418
  ratios: {
1423
- "16-9": any;
1424
- "3-2": any;
1425
- "4-3": any;
1426
- "1-1": any;
1427
- "3-4": any;
1419
+ "16-9": string;
1420
+ "3-2": string;
1421
+ "4-3": string;
1422
+ "1-1": string;
1423
+ "3-4": string;
1428
1424
  };
1429
1425
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1430
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1426
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1431
1427
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1432
1428
  };
1433
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1429
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1434
1430
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1435
1431
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1436
1432
  };
1437
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1433
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1438
1434
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1439
1435
  };
1440
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1436
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1441
1437
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1442
1438
  };
1443
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1439
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1444
1440
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1445
1441
  };
1446
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1442
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1447
1443
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1448
1444
  };
1449
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1445
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1450
1446
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1451
1447
  };
1452
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1448
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1453
1449
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1454
1450
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1455
1451
  };
1456
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1452
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1457
1453
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1458
1454
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1459
1455
  };
1460
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1456
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1461
1457
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1462
1458
  };
1463
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1459
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1464
1460
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1465
1461
  };
1466
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1462
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1467
1463
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1468
1464
  };
1469
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1465
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1470
1466
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1471
1467
  };
1472
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1468
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1473
1469
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1474
1470
  };
1475
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1471
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1476
1472
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1477
1473
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1478
1474
  };
1479
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1475
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1480
1476
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1481
1477
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1482
1478
  };