@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
@@ -2,9 +2,9 @@ import * as React from 'react';
2
2
  import { Text } from '../text';
3
3
  export declare const InputBackground: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
4
4
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
5
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
6
- justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
7
- align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
5
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "wrap" | "nowrap" | "wrap-reverse" | "revert-layer" | undefined;
6
+ justify?: "left" | "right" | "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
7
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
8
8
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
9
9
  }, {
10
10
  sm: string;
@@ -24,351 +24,351 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
24
24
  hover: string;
25
25
  }, {
26
26
  colors: {
27
- textBold: any;
28
- textRegular: any;
29
- textSubtle: any;
30
- textMinimal: any;
31
- background: any;
32
- backgroundAccent: any;
33
- grey100: any;
34
- grey200: any;
35
- grey300: any;
36
- grey400: any;
37
- grey500: any;
38
- grey600: any;
39
- grey700: any;
40
- grey800: any;
41
- grey900: any;
42
- grey1000: any;
43
- grey1100: any;
44
- grey1200: any;
45
- blue100: any;
46
- blue200: any;
47
- blue300: any;
48
- blue400: any;
49
- blue500: any;
50
- blue600: any;
51
- blue700: any;
52
- blue800: any;
53
- blue900: any;
54
- blue1000: any;
55
- blue1100: any;
56
- blue1200: any;
57
- purple100: any;
58
- purple200: any;
59
- purple300: any;
60
- purple400: any;
61
- purple500: any;
62
- purple600: any;
63
- purple700: any;
64
- purple800: any;
65
- purple900: any;
66
- purple1000: any;
67
- purple1100: any;
68
- purple1200: any;
69
- cyan100: any;
70
- cyan200: any;
71
- cyan300: any;
72
- cyan400: any;
73
- cyan500: any;
74
- cyan600: any;
75
- cyan700: any;
76
- cyan800: any;
77
- cyan900: any;
78
- cyan1000: any;
79
- cyan1100: any;
80
- cyan1200: any;
81
- green100: any;
82
- green200: any;
83
- green300: any;
84
- green400: any;
85
- green500: any;
86
- green600: any;
87
- green700: any;
88
- green800: any;
89
- green900: any;
90
- green1000: any;
91
- green1100: any;
92
- green1200: any;
93
- magenta100: any;
94
- magenta200: any;
95
- magenta300: any;
96
- magenta400: any;
97
- magenta500: any;
98
- magenta600: any;
99
- magenta700: any;
100
- magenta800: any;
101
- magenta900: any;
102
- magenta1000: any;
103
- magenta1100: any;
104
- magenta1200: any;
105
- red100: any;
106
- red200: any;
107
- red300: any;
108
- red400: any;
109
- red500: any;
110
- red600: any;
111
- red700: any;
112
- red800: any;
113
- red900: any;
114
- red1000: any;
115
- red1100: any;
116
- red1200: any;
117
- teal100: any;
118
- teal200: any;
119
- teal300: any;
120
- teal400: any;
121
- teal500: any;
122
- teal600: any;
123
- teal700: any;
124
- teal800: any;
125
- teal900: any;
126
- teal1000: any;
127
- teal1100: any;
128
- teal1200: any;
129
- orange100: any;
130
- orange200: any;
131
- orange300: any;
132
- orange400: any;
133
- orange500: any;
134
- orange600: any;
135
- orange700: any;
136
- orange800: any;
137
- orange900: any;
138
- orange1000: any;
139
- orange1100: any;
140
- orange1200: any;
141
- yellow100: any;
142
- yellow200: any;
143
- yellow300: any;
144
- yellow400: any;
145
- yellow500: any;
146
- yellow600: any;
147
- yellow700: any;
148
- yellow800: any;
149
- yellow900: any;
150
- yellow1000: any;
151
- yellow1100: any;
152
- yellow1200: any;
153
- lime100: any;
154
- lime200: any;
155
- lime300: any;
156
- lime400: any;
157
- lime500: any;
158
- lime600: any;
159
- lime700: any;
160
- lime800: any;
161
- lime900: any;
162
- lime1000: any;
163
- lime1100: any;
164
- lime1200: any;
165
- lapis100: any;
166
- lapis200: any;
167
- lapis300: any;
168
- lapis400: any;
169
- lapis500: any;
170
- lapis600: any;
171
- lapis700: any;
172
- lapis800: any;
173
- lapis900: any;
174
- lapis1000: any;
175
- lapis1100: any;
176
- lapis1200: any;
177
- maroon100: any;
178
- maroon200: any;
179
- maroon300: any;
180
- maroon400: any;
181
- maroon500: any;
182
- maroon600: any;
183
- maroon700: any;
184
- maroon800: any;
185
- maroon900: any;
186
- maroon1000: any;
187
- maroon1100: any;
188
- maroon1200: any;
189
- marsh100: any;
190
- marsh200: any;
191
- marsh300: any;
192
- marsh400: any;
193
- marsh500: any;
194
- marsh600: any;
195
- marsh700: any;
196
- marsh800: any;
197
- marsh900: any;
198
- marsh1000: any;
199
- marsh1100: any;
200
- marsh1200: any;
201
- tonal50: any;
202
- tonal100: any;
203
- tonal200: any;
204
- tonal300: any;
205
- tonal400: any;
206
- tonal500: any;
207
- tonal600: any;
208
- alpha100: any;
209
- alpha150: any;
210
- alpha200: any;
211
- alpha250: any;
212
- alpha600: any;
213
- brandRed: any;
214
- brandRedAccent: any;
215
- brandGreen: any;
216
- brandGreenAccent: any;
217
- brandPurple: any;
218
- brandPurpleAccent: any;
219
- brandYellow: any;
220
- brandYellowAccent: any;
221
- infoLight: any;
222
- info: any;
223
- infoMid: any;
224
- infoDark: any;
225
- successLight: any;
226
- success: any;
227
- successMid: any;
228
- successDark: any;
229
- dangerLight: any;
230
- danger: any;
231
- dangerMid: any;
232
- dangerDark: any;
233
- warningLight: any;
234
- warning: any;
235
- warningMid: any;
236
- warningDark: any;
237
- warningText: any;
238
- subjectEnglish: any;
239
- subjectMaths: any;
240
- subjectScience: any;
241
- subjectVerbalReasoning: any;
242
- subjectNonVerbalReasoning: any;
243
- subjectCreativeWriting: any;
244
- subjectExamSkills: any;
245
- glBlueLight: any;
246
- glBluePrimary: any;
247
- glBlueDark: any;
248
- primary100: any;
249
- primary200: any;
250
- primary300: any;
251
- primary400: any;
252
- primary500: any;
253
- primary600: any;
254
- primary700: any;
255
- primary800: any;
256
- primary900: any;
257
- primary1000: any;
258
- primary1100: any;
259
- primary1200: any;
27
+ textBold: string;
28
+ textRegular: string;
29
+ textSubtle: string;
30
+ textMinimal: string;
31
+ background: string;
32
+ backgroundAccent: string;
33
+ grey100: string;
34
+ grey200: string;
35
+ grey300: string;
36
+ grey400: string;
37
+ grey500: string;
38
+ grey600: string;
39
+ grey700: string;
40
+ grey800: string;
41
+ grey900: string;
42
+ grey1000: string;
43
+ grey1100: string;
44
+ grey1200: string;
45
+ blue100: string;
46
+ blue200: string;
47
+ blue300: string;
48
+ blue400: string;
49
+ blue500: string;
50
+ blue600: string;
51
+ blue700: string;
52
+ blue800: string;
53
+ blue900: string;
54
+ blue1000: string;
55
+ blue1100: string;
56
+ blue1200: string;
57
+ purple100: string;
58
+ purple200: string;
59
+ purple300: string;
60
+ purple400: string;
61
+ purple500: string;
62
+ purple600: string;
63
+ purple700: string;
64
+ purple800: string;
65
+ purple900: string;
66
+ purple1000: string;
67
+ purple1100: string;
68
+ purple1200: string;
69
+ cyan100: string;
70
+ cyan200: string;
71
+ cyan300: string;
72
+ cyan400: string;
73
+ cyan500: string;
74
+ cyan600: string;
75
+ cyan700: string;
76
+ cyan800: string;
77
+ cyan900: string;
78
+ cyan1000: string;
79
+ cyan1100: string;
80
+ cyan1200: string;
81
+ green100: string;
82
+ green200: string;
83
+ green300: string;
84
+ green400: string;
85
+ green500: string;
86
+ green600: string;
87
+ green700: string;
88
+ green800: string;
89
+ green900: string;
90
+ green1000: string;
91
+ green1100: string;
92
+ green1200: string;
93
+ magenta100: string;
94
+ magenta200: string;
95
+ magenta300: string;
96
+ magenta400: string;
97
+ magenta500: string;
98
+ magenta600: string;
99
+ magenta700: string;
100
+ magenta800: string;
101
+ magenta900: string;
102
+ magenta1000: string;
103
+ magenta1100: string;
104
+ magenta1200: string;
105
+ red100: string;
106
+ red200: string;
107
+ red300: string;
108
+ red400: string;
109
+ red500: string;
110
+ red600: string;
111
+ red700: string;
112
+ red800: string;
113
+ red900: string;
114
+ red1000: string;
115
+ red1100: string;
116
+ red1200: string;
117
+ teal100: string;
118
+ teal200: string;
119
+ teal300: string;
120
+ teal400: string;
121
+ teal500: string;
122
+ teal600: string;
123
+ teal700: string;
124
+ teal800: string;
125
+ teal900: string;
126
+ teal1000: string;
127
+ teal1100: string;
128
+ teal1200: string;
129
+ orange100: string;
130
+ orange200: string;
131
+ orange300: string;
132
+ orange400: string;
133
+ orange500: string;
134
+ orange600: string;
135
+ orange700: string;
136
+ orange800: string;
137
+ orange900: string;
138
+ orange1000: string;
139
+ orange1100: string;
140
+ orange1200: string;
141
+ yellow100: string;
142
+ yellow200: string;
143
+ yellow300: string;
144
+ yellow400: string;
145
+ yellow500: string;
146
+ yellow600: string;
147
+ yellow700: string;
148
+ yellow800: string;
149
+ yellow900: string;
150
+ yellow1000: string;
151
+ yellow1100: string;
152
+ yellow1200: string;
153
+ lime100: string;
154
+ lime200: string;
155
+ lime300: string;
156
+ lime400: string;
157
+ lime500: string;
158
+ lime600: string;
159
+ lime700: string;
160
+ lime800: string;
161
+ lime900: string;
162
+ lime1000: string;
163
+ lime1100: string;
164
+ lime1200: string;
165
+ lapis100: string;
166
+ lapis200: string;
167
+ lapis300: string;
168
+ lapis400: string;
169
+ lapis500: string;
170
+ lapis600: string;
171
+ lapis700: string;
172
+ lapis800: string;
173
+ lapis900: string;
174
+ lapis1000: string;
175
+ lapis1100: string;
176
+ lapis1200: string;
177
+ maroon100: string;
178
+ maroon200: string;
179
+ maroon300: string;
180
+ maroon400: string;
181
+ maroon500: string;
182
+ maroon600: string;
183
+ maroon700: string;
184
+ maroon800: string;
185
+ maroon900: string;
186
+ maroon1000: string;
187
+ maroon1100: string;
188
+ maroon1200: string;
189
+ marsh100: string;
190
+ marsh200: string;
191
+ marsh300: string;
192
+ marsh400: string;
193
+ marsh500: string;
194
+ marsh600: string;
195
+ marsh700: string;
196
+ marsh800: string;
197
+ marsh900: string;
198
+ marsh1000: string;
199
+ marsh1100: string;
200
+ marsh1200: string;
201
+ tonal50: string;
202
+ tonal100: string;
203
+ tonal200: string;
204
+ tonal300: string;
205
+ tonal400: string;
206
+ tonal500: string;
207
+ tonal600: string;
208
+ alpha100: string;
209
+ alpha150: string;
210
+ alpha200: string;
211
+ alpha250: string;
212
+ alpha600: string;
213
+ brandRed: string;
214
+ brandRedAccent: string;
215
+ brandGreen: string;
216
+ brandGreenAccent: string;
217
+ brandPurple: string;
218
+ brandPurpleAccent: string;
219
+ brandYellow: string;
220
+ brandYellowAccent: string;
221
+ infoLight: string;
222
+ info: string;
223
+ infoMid: string;
224
+ infoDark: string;
225
+ successLight: string;
226
+ success: string;
227
+ successMid: string;
228
+ successDark: string;
229
+ dangerLight: string;
230
+ danger: string;
231
+ dangerMid: string;
232
+ dangerDark: string;
233
+ warningLight: string;
234
+ warning: string;
235
+ warningMid: string;
236
+ warningDark: string;
237
+ warningText: string;
238
+ subjectEnglish: string;
239
+ subjectMaths: string;
240
+ subjectScience: string;
241
+ subjectVerbalReasoning: string;
242
+ subjectNonVerbalReasoning: string;
243
+ subjectCreativeWriting: string;
244
+ subjectExamSkills: string;
245
+ glBlueLight: string;
246
+ glBluePrimary: string;
247
+ glBlueDark: string;
248
+ primary100: string;
249
+ primary200: string;
250
+ primary300: string;
251
+ primary400: string;
252
+ primary500: string;
253
+ primary600: string;
254
+ primary700: string;
255
+ primary800: string;
256
+ primary900: string;
257
+ primary1000: string;
258
+ primary1100: string;
259
+ primary1200: string;
260
260
  };
261
261
  space: {
262
- "0": any;
263
- "1": any;
264
- "2": any;
265
- "3": any;
266
- "4": any;
267
- "5": any;
268
- "6": any;
269
- "7": any;
270
- "8": any;
271
- "9": any;
272
- "24": any;
262
+ "0": string;
263
+ "1": string;
264
+ "2": string;
265
+ "3": string;
266
+ "4": string;
267
+ "5": string;
268
+ "6": string;
269
+ "7": string;
270
+ "8": string;
271
+ "9": string;
272
+ "24": string;
273
273
  };
274
274
  fontSizes: {
275
- xs: any;
276
- sm: any;
277
- md: any;
278
- lg: any;
279
- xl: any;
280
- "2xl": any;
281
- "3xl": any;
282
- "4xl": any;
275
+ xs: string;
276
+ sm: string;
277
+ md: string;
278
+ lg: string;
279
+ xl: string;
280
+ "2xl": string;
281
+ "3xl": string;
282
+ "4xl": string;
283
283
  };
284
284
  fonts: {
285
- sans: any;
286
- mono: any;
287
- display: any;
288
- body: any;
285
+ sans: string;
286
+ mono: string;
287
+ display: string;
288
+ body: string;
289
289
  };
290
290
  sizes: {
291
- "0": any;
292
- "1": any;
293
- "2": any;
294
- "3": any;
295
- "4": any;
296
- "5": any;
297
- "6": any;
298
- "7": any;
299
- "8": any;
291
+ "0": string;
292
+ "1": string;
293
+ "2": string;
294
+ "3": string;
295
+ "4": string;
296
+ "5": string;
297
+ "6": string;
298
+ "7": string;
299
+ "8": string;
300
300
  };
301
301
  radii: {
302
- "0": any;
303
- "1": any;
304
- "2": any;
305
- "3": any;
306
- round: any;
302
+ "0": string;
303
+ "1": string;
304
+ "2": string;
305
+ "3": string;
306
+ round: string;
307
307
  };
308
308
  shadows: {
309
- "0": any;
310
- "1": any;
311
- "2": any;
312
- "3": any;
309
+ "0": string;
310
+ "1": string;
311
+ "2": string;
312
+ "3": string;
313
313
  };
314
314
  ratios: {
315
- "16-9": any;
316
- "3-2": any;
317
- "4-3": any;
318
- "1-1": any;
319
- "3-4": any;
315
+ "16-9": string;
316
+ "3-2": string;
317
+ "4-3": string;
318
+ "1-1": string;
319
+ "3-4": string;
320
320
  };
321
321
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
322
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
322
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
323
323
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
324
324
  };
325
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
325
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
326
326
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
327
327
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
328
328
  };
329
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
330
330
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
331
331
  };
332
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
333
333
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
334
334
  };
335
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
336
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
337
  };
338
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
339
339
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
340
  };
341
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
342
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
343
  };
344
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
345
345
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
346
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
347
347
  };
348
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
349
349
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
350
350
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
351
  };
352
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
353
353
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
354
  };
355
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
356
356
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
357
  };
358
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
359
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
360
  };
361
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
362
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
363
  };
364
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
365
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
366
  };
367
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
368
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
369
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
370
370
  };
371
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
371
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
372
372
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
373
373
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
374
374
  };
@@ -394,351 +394,351 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
394
394
  hover: string;
395
395
  }, {
396
396
  colors: {
397
- textBold: any;
398
- textRegular: any;
399
- textSubtle: any;
400
- textMinimal: any;
401
- background: any;
402
- backgroundAccent: any;
403
- grey100: any;
404
- grey200: any;
405
- grey300: any;
406
- grey400: any;
407
- grey500: any;
408
- grey600: any;
409
- grey700: any;
410
- grey800: any;
411
- grey900: any;
412
- grey1000: any;
413
- grey1100: any;
414
- grey1200: any;
415
- blue100: any;
416
- blue200: any;
417
- blue300: any;
418
- blue400: any;
419
- blue500: any;
420
- blue600: any;
421
- blue700: any;
422
- blue800: any;
423
- blue900: any;
424
- blue1000: any;
425
- blue1100: any;
426
- blue1200: any;
427
- purple100: any;
428
- purple200: any;
429
- purple300: any;
430
- purple400: any;
431
- purple500: any;
432
- purple600: any;
433
- purple700: any;
434
- purple800: any;
435
- purple900: any;
436
- purple1000: any;
437
- purple1100: any;
438
- purple1200: any;
439
- cyan100: any;
440
- cyan200: any;
441
- cyan300: any;
442
- cyan400: any;
443
- cyan500: any;
444
- cyan600: any;
445
- cyan700: any;
446
- cyan800: any;
447
- cyan900: any;
448
- cyan1000: any;
449
- cyan1100: any;
450
- cyan1200: any;
451
- green100: any;
452
- green200: any;
453
- green300: any;
454
- green400: any;
455
- green500: any;
456
- green600: any;
457
- green700: any;
458
- green800: any;
459
- green900: any;
460
- green1000: any;
461
- green1100: any;
462
- green1200: any;
463
- magenta100: any;
464
- magenta200: any;
465
- magenta300: any;
466
- magenta400: any;
467
- magenta500: any;
468
- magenta600: any;
469
- magenta700: any;
470
- magenta800: any;
471
- magenta900: any;
472
- magenta1000: any;
473
- magenta1100: any;
474
- magenta1200: any;
475
- red100: any;
476
- red200: any;
477
- red300: any;
478
- red400: any;
479
- red500: any;
480
- red600: any;
481
- red700: any;
482
- red800: any;
483
- red900: any;
484
- red1000: any;
485
- red1100: any;
486
- red1200: any;
487
- teal100: any;
488
- teal200: any;
489
- teal300: any;
490
- teal400: any;
491
- teal500: any;
492
- teal600: any;
493
- teal700: any;
494
- teal800: any;
495
- teal900: any;
496
- teal1000: any;
497
- teal1100: any;
498
- teal1200: any;
499
- orange100: any;
500
- orange200: any;
501
- orange300: any;
502
- orange400: any;
503
- orange500: any;
504
- orange600: any;
505
- orange700: any;
506
- orange800: any;
507
- orange900: any;
508
- orange1000: any;
509
- orange1100: any;
510
- orange1200: any;
511
- yellow100: any;
512
- yellow200: any;
513
- yellow300: any;
514
- yellow400: any;
515
- yellow500: any;
516
- yellow600: any;
517
- yellow700: any;
518
- yellow800: any;
519
- yellow900: any;
520
- yellow1000: any;
521
- yellow1100: any;
522
- yellow1200: any;
523
- lime100: any;
524
- lime200: any;
525
- lime300: any;
526
- lime400: any;
527
- lime500: any;
528
- lime600: any;
529
- lime700: any;
530
- lime800: any;
531
- lime900: any;
532
- lime1000: any;
533
- lime1100: any;
534
- lime1200: any;
535
- lapis100: any;
536
- lapis200: any;
537
- lapis300: any;
538
- lapis400: any;
539
- lapis500: any;
540
- lapis600: any;
541
- lapis700: any;
542
- lapis800: any;
543
- lapis900: any;
544
- lapis1000: any;
545
- lapis1100: any;
546
- lapis1200: any;
547
- maroon100: any;
548
- maroon200: any;
549
- maroon300: any;
550
- maroon400: any;
551
- maroon500: any;
552
- maroon600: any;
553
- maroon700: any;
554
- maroon800: any;
555
- maroon900: any;
556
- maroon1000: any;
557
- maroon1100: any;
558
- maroon1200: any;
559
- marsh100: any;
560
- marsh200: any;
561
- marsh300: any;
562
- marsh400: any;
563
- marsh500: any;
564
- marsh600: any;
565
- marsh700: any;
566
- marsh800: any;
567
- marsh900: any;
568
- marsh1000: any;
569
- marsh1100: any;
570
- marsh1200: any;
571
- tonal50: any;
572
- tonal100: any;
573
- tonal200: any;
574
- tonal300: any;
575
- tonal400: any;
576
- tonal500: any;
577
- tonal600: any;
578
- alpha100: any;
579
- alpha150: any;
580
- alpha200: any;
581
- alpha250: any;
582
- alpha600: any;
583
- brandRed: any;
584
- brandRedAccent: any;
585
- brandGreen: any;
586
- brandGreenAccent: any;
587
- brandPurple: any;
588
- brandPurpleAccent: any;
589
- brandYellow: any;
590
- brandYellowAccent: any;
591
- infoLight: any;
592
- info: any;
593
- infoMid: any;
594
- infoDark: any;
595
- successLight: any;
596
- success: any;
597
- successMid: any;
598
- successDark: any;
599
- dangerLight: any;
600
- danger: any;
601
- dangerMid: any;
602
- dangerDark: any;
603
- warningLight: any;
604
- warning: any;
605
- warningMid: any;
606
- warningDark: any;
607
- warningText: any;
608
- subjectEnglish: any;
609
- subjectMaths: any;
610
- subjectScience: any;
611
- subjectVerbalReasoning: any;
612
- subjectNonVerbalReasoning: any;
613
- subjectCreativeWriting: any;
614
- subjectExamSkills: any;
615
- glBlueLight: any;
616
- glBluePrimary: any;
617
- glBlueDark: any;
618
- primary100: any;
619
- primary200: any;
620
- primary300: any;
621
- primary400: any;
622
- primary500: any;
623
- primary600: any;
624
- primary700: any;
625
- primary800: any;
626
- primary900: any;
627
- primary1000: any;
628
- primary1100: any;
629
- primary1200: any;
397
+ textBold: string;
398
+ textRegular: string;
399
+ textSubtle: string;
400
+ textMinimal: string;
401
+ background: string;
402
+ backgroundAccent: string;
403
+ grey100: string;
404
+ grey200: string;
405
+ grey300: string;
406
+ grey400: string;
407
+ grey500: string;
408
+ grey600: string;
409
+ grey700: string;
410
+ grey800: string;
411
+ grey900: string;
412
+ grey1000: string;
413
+ grey1100: string;
414
+ grey1200: string;
415
+ blue100: string;
416
+ blue200: string;
417
+ blue300: string;
418
+ blue400: string;
419
+ blue500: string;
420
+ blue600: string;
421
+ blue700: string;
422
+ blue800: string;
423
+ blue900: string;
424
+ blue1000: string;
425
+ blue1100: string;
426
+ blue1200: string;
427
+ purple100: string;
428
+ purple200: string;
429
+ purple300: string;
430
+ purple400: string;
431
+ purple500: string;
432
+ purple600: string;
433
+ purple700: string;
434
+ purple800: string;
435
+ purple900: string;
436
+ purple1000: string;
437
+ purple1100: string;
438
+ purple1200: string;
439
+ cyan100: string;
440
+ cyan200: string;
441
+ cyan300: string;
442
+ cyan400: string;
443
+ cyan500: string;
444
+ cyan600: string;
445
+ cyan700: string;
446
+ cyan800: string;
447
+ cyan900: string;
448
+ cyan1000: string;
449
+ cyan1100: string;
450
+ cyan1200: string;
451
+ green100: string;
452
+ green200: string;
453
+ green300: string;
454
+ green400: string;
455
+ green500: string;
456
+ green600: string;
457
+ green700: string;
458
+ green800: string;
459
+ green900: string;
460
+ green1000: string;
461
+ green1100: string;
462
+ green1200: string;
463
+ magenta100: string;
464
+ magenta200: string;
465
+ magenta300: string;
466
+ magenta400: string;
467
+ magenta500: string;
468
+ magenta600: string;
469
+ magenta700: string;
470
+ magenta800: string;
471
+ magenta900: string;
472
+ magenta1000: string;
473
+ magenta1100: string;
474
+ magenta1200: string;
475
+ red100: string;
476
+ red200: string;
477
+ red300: string;
478
+ red400: string;
479
+ red500: string;
480
+ red600: string;
481
+ red700: string;
482
+ red800: string;
483
+ red900: string;
484
+ red1000: string;
485
+ red1100: string;
486
+ red1200: string;
487
+ teal100: string;
488
+ teal200: string;
489
+ teal300: string;
490
+ teal400: string;
491
+ teal500: string;
492
+ teal600: string;
493
+ teal700: string;
494
+ teal800: string;
495
+ teal900: string;
496
+ teal1000: string;
497
+ teal1100: string;
498
+ teal1200: string;
499
+ orange100: string;
500
+ orange200: string;
501
+ orange300: string;
502
+ orange400: string;
503
+ orange500: string;
504
+ orange600: string;
505
+ orange700: string;
506
+ orange800: string;
507
+ orange900: string;
508
+ orange1000: string;
509
+ orange1100: string;
510
+ orange1200: string;
511
+ yellow100: string;
512
+ yellow200: string;
513
+ yellow300: string;
514
+ yellow400: string;
515
+ yellow500: string;
516
+ yellow600: string;
517
+ yellow700: string;
518
+ yellow800: string;
519
+ yellow900: string;
520
+ yellow1000: string;
521
+ yellow1100: string;
522
+ yellow1200: string;
523
+ lime100: string;
524
+ lime200: string;
525
+ lime300: string;
526
+ lime400: string;
527
+ lime500: string;
528
+ lime600: string;
529
+ lime700: string;
530
+ lime800: string;
531
+ lime900: string;
532
+ lime1000: string;
533
+ lime1100: string;
534
+ lime1200: string;
535
+ lapis100: string;
536
+ lapis200: string;
537
+ lapis300: string;
538
+ lapis400: string;
539
+ lapis500: string;
540
+ lapis600: string;
541
+ lapis700: string;
542
+ lapis800: string;
543
+ lapis900: string;
544
+ lapis1000: string;
545
+ lapis1100: string;
546
+ lapis1200: string;
547
+ maroon100: string;
548
+ maroon200: string;
549
+ maroon300: string;
550
+ maroon400: string;
551
+ maroon500: string;
552
+ maroon600: string;
553
+ maroon700: string;
554
+ maroon800: string;
555
+ maroon900: string;
556
+ maroon1000: string;
557
+ maroon1100: string;
558
+ maroon1200: string;
559
+ marsh100: string;
560
+ marsh200: string;
561
+ marsh300: string;
562
+ marsh400: string;
563
+ marsh500: string;
564
+ marsh600: string;
565
+ marsh700: string;
566
+ marsh800: string;
567
+ marsh900: string;
568
+ marsh1000: string;
569
+ marsh1100: string;
570
+ marsh1200: string;
571
+ tonal50: string;
572
+ tonal100: string;
573
+ tonal200: string;
574
+ tonal300: string;
575
+ tonal400: string;
576
+ tonal500: string;
577
+ tonal600: string;
578
+ alpha100: string;
579
+ alpha150: string;
580
+ alpha200: string;
581
+ alpha250: string;
582
+ alpha600: string;
583
+ brandRed: string;
584
+ brandRedAccent: string;
585
+ brandGreen: string;
586
+ brandGreenAccent: string;
587
+ brandPurple: string;
588
+ brandPurpleAccent: string;
589
+ brandYellow: string;
590
+ brandYellowAccent: string;
591
+ infoLight: string;
592
+ info: string;
593
+ infoMid: string;
594
+ infoDark: string;
595
+ successLight: string;
596
+ success: string;
597
+ successMid: string;
598
+ successDark: string;
599
+ dangerLight: string;
600
+ danger: string;
601
+ dangerMid: string;
602
+ dangerDark: string;
603
+ warningLight: string;
604
+ warning: string;
605
+ warningMid: string;
606
+ warningDark: string;
607
+ warningText: string;
608
+ subjectEnglish: string;
609
+ subjectMaths: string;
610
+ subjectScience: string;
611
+ subjectVerbalReasoning: string;
612
+ subjectNonVerbalReasoning: string;
613
+ subjectCreativeWriting: string;
614
+ subjectExamSkills: string;
615
+ glBlueLight: string;
616
+ glBluePrimary: string;
617
+ glBlueDark: string;
618
+ primary100: string;
619
+ primary200: string;
620
+ primary300: string;
621
+ primary400: string;
622
+ primary500: string;
623
+ primary600: string;
624
+ primary700: string;
625
+ primary800: string;
626
+ primary900: string;
627
+ primary1000: string;
628
+ primary1100: string;
629
+ primary1200: string;
630
630
  };
631
631
  space: {
632
- "0": any;
633
- "1": any;
634
- "2": any;
635
- "3": any;
636
- "4": any;
637
- "5": any;
638
- "6": any;
639
- "7": any;
640
- "8": any;
641
- "9": any;
642
- "24": any;
632
+ "0": string;
633
+ "1": string;
634
+ "2": string;
635
+ "3": string;
636
+ "4": string;
637
+ "5": string;
638
+ "6": string;
639
+ "7": string;
640
+ "8": string;
641
+ "9": string;
642
+ "24": string;
643
643
  };
644
644
  fontSizes: {
645
- xs: any;
646
- sm: any;
647
- md: any;
648
- lg: any;
649
- xl: any;
650
- "2xl": any;
651
- "3xl": any;
652
- "4xl": any;
645
+ xs: string;
646
+ sm: string;
647
+ md: string;
648
+ lg: string;
649
+ xl: string;
650
+ "2xl": string;
651
+ "3xl": string;
652
+ "4xl": string;
653
653
  };
654
654
  fonts: {
655
- sans: any;
656
- mono: any;
657
- display: any;
658
- body: any;
655
+ sans: string;
656
+ mono: string;
657
+ display: string;
658
+ body: string;
659
659
  };
660
660
  sizes: {
661
- "0": any;
662
- "1": any;
663
- "2": any;
664
- "3": any;
665
- "4": any;
666
- "5": any;
667
- "6": any;
668
- "7": any;
669
- "8": any;
661
+ "0": string;
662
+ "1": string;
663
+ "2": string;
664
+ "3": string;
665
+ "4": string;
666
+ "5": string;
667
+ "6": string;
668
+ "7": string;
669
+ "8": string;
670
670
  };
671
671
  radii: {
672
- "0": any;
673
- "1": any;
674
- "2": any;
675
- "3": any;
676
- round: any;
672
+ "0": string;
673
+ "1": string;
674
+ "2": string;
675
+ "3": string;
676
+ round: string;
677
677
  };
678
678
  shadows: {
679
- "0": any;
680
- "1": any;
681
- "2": any;
682
- "3": any;
679
+ "0": string;
680
+ "1": string;
681
+ "2": string;
682
+ "3": string;
683
683
  };
684
684
  ratios: {
685
- "16-9": any;
686
- "3-2": any;
687
- "4-3": any;
688
- "1-1": any;
689
- "3-4": any;
685
+ "16-9": string;
686
+ "3-2": string;
687
+ "4-3": string;
688
+ "1-1": string;
689
+ "3-4": string;
690
690
  };
691
691
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
692
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
692
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
693
693
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
694
694
  };
695
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
695
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
696
696
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
697
697
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
698
698
  };
699
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
699
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
700
700
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
701
701
  };
702
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
702
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
703
703
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
704
704
  };
705
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
705
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
706
706
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
707
707
  };
708
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
709
709
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
710
710
  };
711
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
711
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
712
712
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
713
713
  };
714
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
714
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
715
715
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
716
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
717
717
  };
718
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
719
719
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
720
720
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
721
  };
722
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
723
723
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
724
  };
725
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
726
726
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
727
  };
728
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
729
729
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
730
  };
731
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
732
732
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
733
733
  };
734
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
734
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
735
735
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
736
  };
737
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
737
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
738
738
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
739
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
740
740
  };
741
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
741
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
742
742
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
743
743
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
744
  };
@@ -761,363 +761,363 @@ declare const StyledInputText: import("@atom-learning/stitches-react/types/style
761
761
  hover: string;
762
762
  }, {
763
763
  colors: {
764
- textBold: any;
765
- textRegular: any;
766
- textSubtle: any;
767
- textMinimal: any;
768
- background: any;
769
- backgroundAccent: any;
770
- grey100: any;
771
- grey200: any;
772
- grey300: any;
773
- grey400: any;
774
- grey500: any;
775
- grey600: any;
776
- grey700: any;
777
- grey800: any;
778
- grey900: any;
779
- grey1000: any;
780
- grey1100: any;
781
- grey1200: any;
782
- blue100: any;
783
- blue200: any;
784
- blue300: any;
785
- blue400: any;
786
- blue500: any;
787
- blue600: any;
788
- blue700: any;
789
- blue800: any;
790
- blue900: any;
791
- blue1000: any;
792
- blue1100: any;
793
- blue1200: any;
794
- purple100: any;
795
- purple200: any;
796
- purple300: any;
797
- purple400: any;
798
- purple500: any;
799
- purple600: any;
800
- purple700: any;
801
- purple800: any;
802
- purple900: any;
803
- purple1000: any;
804
- purple1100: any;
805
- purple1200: any;
806
- cyan100: any;
807
- cyan200: any;
808
- cyan300: any;
809
- cyan400: any;
810
- cyan500: any;
811
- cyan600: any;
812
- cyan700: any;
813
- cyan800: any;
814
- cyan900: any;
815
- cyan1000: any;
816
- cyan1100: any;
817
- cyan1200: any;
818
- green100: any;
819
- green200: any;
820
- green300: any;
821
- green400: any;
822
- green500: any;
823
- green600: any;
824
- green700: any;
825
- green800: any;
826
- green900: any;
827
- green1000: any;
828
- green1100: any;
829
- green1200: any;
830
- magenta100: any;
831
- magenta200: any;
832
- magenta300: any;
833
- magenta400: any;
834
- magenta500: any;
835
- magenta600: any;
836
- magenta700: any;
837
- magenta800: any;
838
- magenta900: any;
839
- magenta1000: any;
840
- magenta1100: any;
841
- magenta1200: any;
842
- red100: any;
843
- red200: any;
844
- red300: any;
845
- red400: any;
846
- red500: any;
847
- red600: any;
848
- red700: any;
849
- red800: any;
850
- red900: any;
851
- red1000: any;
852
- red1100: any;
853
- red1200: any;
854
- teal100: any;
855
- teal200: any;
856
- teal300: any;
857
- teal400: any;
858
- teal500: any;
859
- teal600: any;
860
- teal700: any;
861
- teal800: any;
862
- teal900: any;
863
- teal1000: any;
864
- teal1100: any;
865
- teal1200: any;
866
- orange100: any;
867
- orange200: any;
868
- orange300: any;
869
- orange400: any;
870
- orange500: any;
871
- orange600: any;
872
- orange700: any;
873
- orange800: any;
874
- orange900: any;
875
- orange1000: any;
876
- orange1100: any;
877
- orange1200: any;
878
- yellow100: any;
879
- yellow200: any;
880
- yellow300: any;
881
- yellow400: any;
882
- yellow500: any;
883
- yellow600: any;
884
- yellow700: any;
885
- yellow800: any;
886
- yellow900: any;
887
- yellow1000: any;
888
- yellow1100: any;
889
- yellow1200: any;
890
- lime100: any;
891
- lime200: any;
892
- lime300: any;
893
- lime400: any;
894
- lime500: any;
895
- lime600: any;
896
- lime700: any;
897
- lime800: any;
898
- lime900: any;
899
- lime1000: any;
900
- lime1100: any;
901
- lime1200: any;
902
- lapis100: any;
903
- lapis200: any;
904
- lapis300: any;
905
- lapis400: any;
906
- lapis500: any;
907
- lapis600: any;
908
- lapis700: any;
909
- lapis800: any;
910
- lapis900: any;
911
- lapis1000: any;
912
- lapis1100: any;
913
- lapis1200: any;
914
- maroon100: any;
915
- maroon200: any;
916
- maroon300: any;
917
- maroon400: any;
918
- maroon500: any;
919
- maroon600: any;
920
- maroon700: any;
921
- maroon800: any;
922
- maroon900: any;
923
- maroon1000: any;
924
- maroon1100: any;
925
- maroon1200: any;
926
- marsh100: any;
927
- marsh200: any;
928
- marsh300: any;
929
- marsh400: any;
930
- marsh500: any;
931
- marsh600: any;
932
- marsh700: any;
933
- marsh800: any;
934
- marsh900: any;
935
- marsh1000: any;
936
- marsh1100: any;
937
- marsh1200: any;
938
- tonal50: any;
939
- tonal100: any;
940
- tonal200: any;
941
- tonal300: any;
942
- tonal400: any;
943
- tonal500: any;
944
- tonal600: any;
945
- alpha100: any;
946
- alpha150: any;
947
- alpha200: any;
948
- alpha250: any;
949
- alpha600: any;
950
- brandRed: any;
951
- brandRedAccent: any;
952
- brandGreen: any;
953
- brandGreenAccent: any;
954
- brandPurple: any;
955
- brandPurpleAccent: any;
956
- brandYellow: any;
957
- brandYellowAccent: any;
958
- infoLight: any;
959
- info: any;
960
- infoMid: any;
961
- infoDark: any;
962
- successLight: any;
963
- success: any;
964
- successMid: any;
965
- successDark: any;
966
- dangerLight: any;
967
- danger: any;
968
- dangerMid: any;
969
- dangerDark: any;
970
- warningLight: any;
971
- warning: any;
972
- warningMid: any;
973
- warningDark: any;
974
- warningText: any;
975
- subjectEnglish: any;
976
- subjectMaths: any;
977
- subjectScience: any;
978
- subjectVerbalReasoning: any;
979
- subjectNonVerbalReasoning: any;
980
- subjectCreativeWriting: any;
981
- subjectExamSkills: any;
982
- glBlueLight: any;
983
- glBluePrimary: any;
984
- glBlueDark: any;
985
- primary100: any;
986
- primary200: any;
987
- primary300: any;
988
- primary400: any;
989
- primary500: any;
990
- primary600: any;
991
- primary700: any;
992
- primary800: any;
993
- primary900: any;
994
- primary1000: any;
995
- primary1100: any;
996
- primary1200: any;
764
+ textBold: string;
765
+ textRegular: string;
766
+ textSubtle: string;
767
+ textMinimal: string;
768
+ background: string;
769
+ backgroundAccent: string;
770
+ grey100: string;
771
+ grey200: string;
772
+ grey300: string;
773
+ grey400: string;
774
+ grey500: string;
775
+ grey600: string;
776
+ grey700: string;
777
+ grey800: string;
778
+ grey900: string;
779
+ grey1000: string;
780
+ grey1100: string;
781
+ grey1200: string;
782
+ blue100: string;
783
+ blue200: string;
784
+ blue300: string;
785
+ blue400: string;
786
+ blue500: string;
787
+ blue600: string;
788
+ blue700: string;
789
+ blue800: string;
790
+ blue900: string;
791
+ blue1000: string;
792
+ blue1100: string;
793
+ blue1200: string;
794
+ purple100: string;
795
+ purple200: string;
796
+ purple300: string;
797
+ purple400: string;
798
+ purple500: string;
799
+ purple600: string;
800
+ purple700: string;
801
+ purple800: string;
802
+ purple900: string;
803
+ purple1000: string;
804
+ purple1100: string;
805
+ purple1200: string;
806
+ cyan100: string;
807
+ cyan200: string;
808
+ cyan300: string;
809
+ cyan400: string;
810
+ cyan500: string;
811
+ cyan600: string;
812
+ cyan700: string;
813
+ cyan800: string;
814
+ cyan900: string;
815
+ cyan1000: string;
816
+ cyan1100: string;
817
+ cyan1200: string;
818
+ green100: string;
819
+ green200: string;
820
+ green300: string;
821
+ green400: string;
822
+ green500: string;
823
+ green600: string;
824
+ green700: string;
825
+ green800: string;
826
+ green900: string;
827
+ green1000: string;
828
+ green1100: string;
829
+ green1200: string;
830
+ magenta100: string;
831
+ magenta200: string;
832
+ magenta300: string;
833
+ magenta400: string;
834
+ magenta500: string;
835
+ magenta600: string;
836
+ magenta700: string;
837
+ magenta800: string;
838
+ magenta900: string;
839
+ magenta1000: string;
840
+ magenta1100: string;
841
+ magenta1200: string;
842
+ red100: string;
843
+ red200: string;
844
+ red300: string;
845
+ red400: string;
846
+ red500: string;
847
+ red600: string;
848
+ red700: string;
849
+ red800: string;
850
+ red900: string;
851
+ red1000: string;
852
+ red1100: string;
853
+ red1200: string;
854
+ teal100: string;
855
+ teal200: string;
856
+ teal300: string;
857
+ teal400: string;
858
+ teal500: string;
859
+ teal600: string;
860
+ teal700: string;
861
+ teal800: string;
862
+ teal900: string;
863
+ teal1000: string;
864
+ teal1100: string;
865
+ teal1200: string;
866
+ orange100: string;
867
+ orange200: string;
868
+ orange300: string;
869
+ orange400: string;
870
+ orange500: string;
871
+ orange600: string;
872
+ orange700: string;
873
+ orange800: string;
874
+ orange900: string;
875
+ orange1000: string;
876
+ orange1100: string;
877
+ orange1200: string;
878
+ yellow100: string;
879
+ yellow200: string;
880
+ yellow300: string;
881
+ yellow400: string;
882
+ yellow500: string;
883
+ yellow600: string;
884
+ yellow700: string;
885
+ yellow800: string;
886
+ yellow900: string;
887
+ yellow1000: string;
888
+ yellow1100: string;
889
+ yellow1200: string;
890
+ lime100: string;
891
+ lime200: string;
892
+ lime300: string;
893
+ lime400: string;
894
+ lime500: string;
895
+ lime600: string;
896
+ lime700: string;
897
+ lime800: string;
898
+ lime900: string;
899
+ lime1000: string;
900
+ lime1100: string;
901
+ lime1200: string;
902
+ lapis100: string;
903
+ lapis200: string;
904
+ lapis300: string;
905
+ lapis400: string;
906
+ lapis500: string;
907
+ lapis600: string;
908
+ lapis700: string;
909
+ lapis800: string;
910
+ lapis900: string;
911
+ lapis1000: string;
912
+ lapis1100: string;
913
+ lapis1200: string;
914
+ maroon100: string;
915
+ maroon200: string;
916
+ maroon300: string;
917
+ maroon400: string;
918
+ maroon500: string;
919
+ maroon600: string;
920
+ maroon700: string;
921
+ maroon800: string;
922
+ maroon900: string;
923
+ maroon1000: string;
924
+ maroon1100: string;
925
+ maroon1200: string;
926
+ marsh100: string;
927
+ marsh200: string;
928
+ marsh300: string;
929
+ marsh400: string;
930
+ marsh500: string;
931
+ marsh600: string;
932
+ marsh700: string;
933
+ marsh800: string;
934
+ marsh900: string;
935
+ marsh1000: string;
936
+ marsh1100: string;
937
+ marsh1200: string;
938
+ tonal50: string;
939
+ tonal100: string;
940
+ tonal200: string;
941
+ tonal300: string;
942
+ tonal400: string;
943
+ tonal500: string;
944
+ tonal600: string;
945
+ alpha100: string;
946
+ alpha150: string;
947
+ alpha200: string;
948
+ alpha250: string;
949
+ alpha600: string;
950
+ brandRed: string;
951
+ brandRedAccent: string;
952
+ brandGreen: string;
953
+ brandGreenAccent: string;
954
+ brandPurple: string;
955
+ brandPurpleAccent: string;
956
+ brandYellow: string;
957
+ brandYellowAccent: string;
958
+ infoLight: string;
959
+ info: string;
960
+ infoMid: string;
961
+ infoDark: string;
962
+ successLight: string;
963
+ success: string;
964
+ successMid: string;
965
+ successDark: string;
966
+ dangerLight: string;
967
+ danger: string;
968
+ dangerMid: string;
969
+ dangerDark: string;
970
+ warningLight: string;
971
+ warning: string;
972
+ warningMid: string;
973
+ warningDark: string;
974
+ warningText: string;
975
+ subjectEnglish: string;
976
+ subjectMaths: string;
977
+ subjectScience: string;
978
+ subjectVerbalReasoning: string;
979
+ subjectNonVerbalReasoning: string;
980
+ subjectCreativeWriting: string;
981
+ subjectExamSkills: string;
982
+ glBlueLight: string;
983
+ glBluePrimary: string;
984
+ glBlueDark: string;
985
+ primary100: string;
986
+ primary200: string;
987
+ primary300: string;
988
+ primary400: string;
989
+ primary500: string;
990
+ primary600: string;
991
+ primary700: string;
992
+ primary800: string;
993
+ primary900: string;
994
+ primary1000: string;
995
+ primary1100: string;
996
+ primary1200: string;
997
997
  };
998
998
  space: {
999
- "0": any;
1000
- "1": any;
1001
- "2": any;
1002
- "3": any;
1003
- "4": any;
1004
- "5": any;
1005
- "6": any;
1006
- "7": any;
1007
- "8": any;
1008
- "9": any;
1009
- "24": any;
999
+ "0": string;
1000
+ "1": string;
1001
+ "2": string;
1002
+ "3": string;
1003
+ "4": string;
1004
+ "5": string;
1005
+ "6": string;
1006
+ "7": string;
1007
+ "8": string;
1008
+ "9": string;
1009
+ "24": string;
1010
1010
  };
1011
1011
  fontSizes: {
1012
- xs: any;
1013
- sm: any;
1014
- md: any;
1015
- lg: any;
1016
- xl: any;
1017
- "2xl": any;
1018
- "3xl": any;
1019
- "4xl": any;
1012
+ xs: string;
1013
+ sm: string;
1014
+ md: string;
1015
+ lg: string;
1016
+ xl: string;
1017
+ "2xl": string;
1018
+ "3xl": string;
1019
+ "4xl": string;
1020
1020
  };
1021
1021
  fonts: {
1022
- sans: any;
1023
- mono: any;
1024
- display: any;
1025
- body: any;
1022
+ sans: string;
1023
+ mono: string;
1024
+ display: string;
1025
+ body: string;
1026
1026
  };
1027
1027
  sizes: {
1028
- "0": any;
1029
- "1": any;
1030
- "2": any;
1031
- "3": any;
1032
- "4": any;
1033
- "5": any;
1034
- "6": any;
1035
- "7": any;
1036
- "8": any;
1028
+ "0": string;
1029
+ "1": string;
1030
+ "2": string;
1031
+ "3": string;
1032
+ "4": string;
1033
+ "5": string;
1034
+ "6": string;
1035
+ "7": string;
1036
+ "8": string;
1037
1037
  };
1038
1038
  radii: {
1039
- "0": any;
1040
- "1": any;
1041
- "2": any;
1042
- "3": any;
1043
- round: any;
1039
+ "0": string;
1040
+ "1": string;
1041
+ "2": string;
1042
+ "3": string;
1043
+ round: string;
1044
1044
  };
1045
1045
  shadows: {
1046
- "0": any;
1047
- "1": any;
1048
- "2": any;
1049
- "3": any;
1046
+ "0": string;
1047
+ "1": string;
1048
+ "2": string;
1049
+ "3": string;
1050
1050
  };
1051
1051
  ratios: {
1052
- "16-9": any;
1053
- "3-2": any;
1054
- "4-3": any;
1055
- "1-1": any;
1056
- "3-4": any;
1052
+ "16-9": string;
1053
+ "3-2": string;
1054
+ "4-3": string;
1055
+ "1-1": string;
1056
+ "3-4": string;
1057
1057
  };
1058
1058
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1059
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1059
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1060
1060
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1061
1061
  };
1062
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1062
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1063
1063
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1064
1064
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1065
1065
  };
1066
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1066
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1067
1067
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1068
1068
  };
1069
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1069
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1070
1070
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1071
1071
  };
1072
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1072
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1073
1073
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1074
1074
  };
1075
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1076
1076
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1077
1077
  };
1078
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1078
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1079
1079
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1080
1080
  };
1081
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1081
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1082
1082
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1083
1083
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
1084
  };
1085
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1085
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1086
1086
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
1087
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1088
1088
  };
1089
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1090
1090
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1091
1091
  };
1092
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1093
1093
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1094
1094
  };
1095
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1095
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1096
1096
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
1097
  };
1098
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1099
1099
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
1100
  };
1101
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1101
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1102
1102
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
1103
  };
1104
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1104
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1105
1105
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1106
1106
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
1107
  };
1108
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1108
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1109
1109
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1110
1110
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1111
1111
  };
1112
1112
  }>>;
1113
- export declare type InputTextProps = Omit<React.ComponentProps<typeof StyledInputText>, 'size' | 'type' | 'as'> & {
1113
+ export type InputTextProps = Omit<React.ComponentProps<typeof StyledInputText>, 'size' | 'type' | 'as'> & {
1114
1114
  size: React.ComponentProps<typeof Text>['size'];
1115
1115
  type?: 'text' | 'number' | 'email' | 'password' | 'tel' | 'url' | 'search';
1116
1116
  as?: never;
1117
1117
  };
1118
1118
  export declare const InputText: React.ForwardRefExoticComponent<InputTextProps>;
1119
- declare type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
1120
- export declare type InputProps = Omit<React.ComponentProps<typeof InputText>, 'size' | 'state'> & {
1119
+ type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
1120
+ export type InputProps = Omit<React.ComponentProps<typeof InputText>, 'size' | 'state'> & {
1121
1121
  size?: InputBackgroundProps['size'];
1122
1122
  state?: InputBackgroundProps['state'];
1123
1123
  };