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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/dist/components/accordion/Accordion.d.ts +294 -309
  3. package/dist/components/accordion/AccordionContent.d.ts +292 -307
  4. package/dist/components/accordion/AccordionItem.d.ts +292 -307
  5. package/dist/components/accordion/AccordionTrigger.d.ts +294 -689
  6. package/dist/components/accordion/AccordionTrigger.js +1 -1
  7. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  8. package/dist/components/action-icon/ActionIcon.d.ts +294 -309
  9. package/dist/components/action-icon/ActionIcon.js +1 -1
  10. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  11. package/dist/components/alert-dialog/AlertDialog.d.ts +645 -677
  12. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -307
  13. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  15. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  16. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  17. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  18. package/dist/components/avatar/Avatar.d.ts +589 -1006
  19. package/dist/components/avatar/Avatar.js +1 -1
  20. package/dist/components/avatar/Avatar.js.map +1 -1
  21. package/dist/components/avatar/AvatarInitial.js +1 -1
  22. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  23. package/dist/components/badge/Badge.context.d.ts +2 -2
  24. package/dist/components/badge/Badge.d.ts +1824 -1916
  25. package/dist/components/badge/BadgeIcon.d.ts +585 -615
  26. package/dist/components/badge/BadgeText.d.ts +589 -619
  27. package/dist/components/banner/Banner.d.ts +0 -1
  28. package/dist/components/banner/BannerContainer.d.ts +588 -618
  29. package/dist/components/banner/BannerContext.d.ts +2 -2
  30. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1387 -3028
  31. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -614
  33. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -618
  34. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1388 -2642
  35. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -308
  36. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -617
  37. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -618
  38. package/dist/components/box/Box.d.ts +292 -307
  39. package/dist/components/button/Button.d.ts +293 -308
  40. package/dist/components/button/Button.js +1 -1
  41. package/dist/components/button/Button.js.map +1 -1
  42. package/dist/components/calendar/Calendar.d.ts +2 -2
  43. package/dist/components/calendar/Calendar.js +1 -1
  44. package/dist/components/calendar/Calendar.js.map +1 -1
  45. package/dist/components/calendar/Day.d.ts +292 -307
  46. package/dist/components/calendar/Day.js +1 -1
  47. package/dist/components/calendar/Day.js.map +1 -1
  48. package/dist/components/carousel/Carousel.d.ts +935 -1364
  49. package/dist/components/carousel/CarouselArrows.js +1 -1
  50. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  51. package/dist/components/carousel/CarouselPagination.d.ts +293 -309
  52. package/dist/components/carousel/CarouselPagination.js +1 -1
  53. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  54. package/dist/components/carousel/CarouselSlide.d.ts +293 -308
  55. package/dist/components/carousel/CarouselSlider.d.ts +293 -309
  56. package/dist/components/checkbox/Checkbox.d.ts +292 -307
  57. package/dist/components/checkbox/Checkbox.js +1 -1
  58. package/dist/components/checkbox/Checkbox.js.map +1 -1
  59. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -940
  60. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  61. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  62. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  63. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  64. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  65. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  66. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1381
  67. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  68. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  69. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  70. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  71. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  72. package/dist/components/chip/Chip.d.ts +2058 -2163
  73. package/dist/components/chip/Chip.js +1 -1
  74. package/dist/components/chip/Chip.js.map +1 -1
  75. package/dist/components/chip/ChipGroup.d.ts +1 -1
  76. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +883 -1314
  77. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
  78. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  79. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  80. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  81. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +883 -1314
  82. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
  83. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  84. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  85. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  86. package/dist/components/combobox/Combobox.d.ts +1464 -1540
  87. package/dist/components/combobox/ComboboxInput.d.ts +294 -309
  88. package/dist/components/combobox/ComboboxInput.js +1 -1
  89. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  90. package/dist/components/combobox/ComboboxList.d.ts +293 -308
  91. package/dist/components/combobox/ComboboxOption.d.ts +293 -308
  92. package/dist/components/combobox/ComboboxOption.js +1 -1
  93. package/dist/components/combobox/ComboboxOption.js.map +1 -1
  94. package/dist/components/combobox/ComboboxPopover.d.ts +293 -308
  95. package/dist/components/combobox/ComboboxPopover.js +1 -1
  96. package/dist/components/combobox/ComboboxPopover.js.map +1 -1
  97. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  98. package/dist/components/data-table/DataTable.d.ts +3354 -3538
  99. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  100. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  101. package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
  102. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  103. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  104. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  105. package/dist/components/data-table/DataTableError.d.ts +1 -1
  106. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  107. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  108. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  109. package/dist/components/data-table/DataTableLoading.d.ts +295 -310
  110. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  111. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  112. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  113. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  114. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  115. package/dist/components/data-table/DataTableTable.js +1 -1
  116. package/dist/components/data-table/DataTableTable.js.map +1 -1
  117. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  118. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  119. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  120. package/dist/components/data-table/pagination/Pagination.d.ts +293 -308
  121. package/dist/components/date-field/DateField.d.ts +1 -1
  122. package/dist/components/date-input/DateInput.d.ts +1 -1
  123. package/dist/components/dialog/Dialog.d.ts +1465 -2316
  124. package/dist/components/dialog/DialogBackground.d.ts +584 -614
  125. package/dist/components/dialog/DialogClose.d.ts +292 -308
  126. package/dist/components/dialog/DialogContent.d.ts +294 -309
  127. package/dist/components/dialog/DialogContent.js +1 -1
  128. package/dist/components/dialog/DialogContent.js.map +1 -1
  129. package/dist/components/dialog/DialogHeading.js +1 -1
  130. package/dist/components/dialog/DialogHeading.js.map +1 -1
  131. package/dist/components/dismissible/index.d.ts +0 -1
  132. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  133. package/dist/components/dismissible-group/index.d.ts +0 -1
  134. package/dist/components/divider/Divider.d.ts +292 -307
  135. package/dist/components/divider/Divider.js +1 -1
  136. package/dist/components/divider/Divider.js.map +1 -1
  137. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  138. package/dist/components/drawer/Drawer.d.ts +1171 -2018
  139. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  140. package/dist/components/drawer/DrawerContent.d.ts +293 -308
  141. package/dist/components/drawer/DrawerFooter.d.ts +292 -307
  142. package/dist/components/drawer/DrawerHeader.d.ts +292 -307
  143. package/dist/components/drawer/DrawerMain.d.ts +292 -307
  144. package/dist/components/drawer/DrawerOverlay.d.ts +292 -308
  145. package/dist/components/drawer/DrawerTrigger.d.ts +292 -308
  146. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1462 -1916
  147. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +292 -308
  148. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +292 -308
  149. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  150. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  151. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -381
  152. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +292 -308
  153. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  154. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  155. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +292 -308
  156. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  157. package/dist/components/empty-state/EmptyState.d.ts +2058 -2163
  158. package/dist/components/empty-state/EmptyStateBody.d.ts +589 -619
  159. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  160. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  161. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -617
  162. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -309
  163. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  164. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  165. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  166. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  167. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  168. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  169. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  170. package/dist/components/file-input/FileInput.d.ts +1 -1
  171. package/dist/components/flex/Flex.d.ts +295 -310
  172. package/dist/components/form/Form.d.ts +293 -308
  173. package/dist/components/form/validation.d.ts +5 -5
  174. package/dist/components/grid/Grid.d.ts +293 -308
  175. package/dist/components/heading/Heading.d.ts +294 -309
  176. package/dist/components/icon/Icon.d.ts +293 -308
  177. package/dist/components/image/Image.d.ts +293 -308
  178. package/dist/components/index.d.ts +1 -0
  179. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  180. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  181. package/dist/components/inline-message/InlineMessage.d.ts +588 -618
  182. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  183. package/dist/components/input/Input.d.ts +882 -927
  184. package/dist/components/input/Input.js +1 -1
  185. package/dist/components/input/Input.js.map +1 -1
  186. package/dist/components/input-field/InputField.d.ts +1 -1
  187. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
  188. package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
  189. package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
  190. package/dist/components/keyboard-shortcut/index.d.ts +1123 -0
  191. package/dist/components/keyboard-shortcut/index.js +2 -0
  192. package/dist/components/keyboard-shortcut/index.js.map +1 -0
  193. package/dist/components/label/Label.d.ts +293 -308
  194. package/dist/components/label/Label.js +1 -1
  195. package/dist/components/label/Label.js.map +1 -1
  196. package/dist/components/link/Link.d.ts +294 -309
  197. package/dist/components/list/List.d.ts +587 -617
  198. package/dist/components/loader/Loader.d.ts +1 -1
  199. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  200. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  201. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  202. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  203. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -308
  204. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  205. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  206. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  207. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  208. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  209. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  210. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  211. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  212. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  213. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  214. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  215. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  216. package/dist/components/navigation/NavigationMenu.d.ts +2783 -2180
  217. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
  218. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  219. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  220. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  221. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -308
  222. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +587 -617
  223. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  224. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  225. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -307
  226. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -307
  227. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3308 -3475
  228. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
  229. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  230. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  231. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  232. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -308
  233. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -308
  234. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -615
  235. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -308
  236. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  237. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -308
  238. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +292 -308
  239. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +588 -618
  240. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  241. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  242. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  243. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  244. package/dist/components/number-input/NumberInputStepper.js +1 -1
  245. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  246. package/dist/components/pagination/Pagination.d.ts +1 -3
  247. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  248. package/dist/components/pagination/PaginationNextButton.d.ts +587 -617
  249. package/dist/components/pagination/PaginationPopover.js +1 -1
  250. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  251. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -617
  252. package/dist/components/pagination/types.d.ts +3 -4
  253. package/dist/components/password-field/PasswordField.d.ts +1 -1
  254. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  255. package/dist/components/popover/Popover.d.ts +586 -616
  256. package/dist/components/popover/PopoverContent.d.ts +293 -308
  257. package/dist/components/progress-bar/ProgressBar.d.ts +293 -308
  258. package/dist/components/progress-bar/ProgressBar.js +1 -1
  259. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  260. package/dist/components/radio-button/RadioButton.d.ts +293 -308
  261. package/dist/components/radio-button/RadioButton.js +1 -1
  262. package/dist/components/radio-button/RadioButton.js.map +1 -1
  263. package/dist/components/radio-button/RadioButtonGroup.d.ts +292 -308
  264. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -314
  265. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  266. package/dist/components/radio-card/RadioCard.d.ts +293 -308
  267. package/dist/components/radio-card/RadioCard.js +1 -1
  268. package/dist/components/radio-card/RadioCard.js.map +1 -1
  269. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  270. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  271. package/dist/components/search-field/SearchField.d.ts +1 -1
  272. package/dist/components/search-input/SearchInput.d.ts +1 -1
  273. package/dist/components/search-input/SearchInput.js +1 -1
  274. package/dist/components/search-input/SearchInput.js.map +1 -1
  275. package/dist/components/section-message/SectionMessage.d.ts +592 -2573
  276. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  277. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  278. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  279. package/dist/components/select/Select.d.ts +293 -308
  280. package/dist/components/select/Select.js +1 -1
  281. package/dist/components/select/Select.js.map +1 -1
  282. package/dist/components/select-field/SelectField.d.ts +1 -1
  283. package/dist/components/side-bar/SideBar.d.ts +2341 -2461
  284. package/dist/components/side-bar/SideBarComponents.d.ts +2048 -2154
  285. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  286. package/dist/components/slider/Slider.d.ts +294 -309
  287. package/dist/components/slider/Slider.js +1 -1
  288. package/dist/components/slider/Slider.js.map +1 -1
  289. package/dist/components/slider/SliderSteps.d.ts +2 -2
  290. package/dist/components/slider/SliderSteps.js +1 -1
  291. package/dist/components/slider/SliderSteps.js.map +1 -1
  292. package/dist/components/slider/SliderValue.d.ts +2 -2
  293. package/dist/components/slider/SliderValue.js +1 -1
  294. package/dist/components/slider/SliderValue.js.map +1 -1
  295. package/dist/components/slider-field/SliderField.d.ts +1 -1
  296. package/dist/components/sortable/Handle.d.ts +588 -618
  297. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  298. package/dist/components/sortable/SortableItem.d.ts +1 -1
  299. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  300. package/dist/components/sortable/index.d.ts +0 -1
  301. package/dist/components/spacer/Spacer.d.ts +292 -307
  302. package/dist/components/stack-content/StackContent.d.ts +293 -308
  303. package/dist/components/stepper/Stepper.d.ts +2 -816
  304. package/dist/components/stepper/StepperStepBullet.d.ts +587 -617
  305. package/dist/components/stepper/StepperStepBullet.js +1 -1
  306. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  307. package/dist/components/stepper/StepperStepContainer.d.ts +587 -617
  308. package/dist/components/stepper/StepperStepContainer.js +1 -1
  309. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  310. package/dist/components/stepper/StepperStepLabel.d.ts +587 -618
  311. package/dist/components/stepper/StepperStepLabel.js +1 -1
  312. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  313. package/dist/components/stepper/types.d.ts +3 -3
  314. package/dist/components/switch/Switch.d.ts +293 -308
  315. package/dist/components/switch/Switch.js +1 -1
  316. package/dist/components/switch/Switch.js.map +1 -1
  317. package/dist/components/table/Table.d.ts +2342 -2464
  318. package/dist/components/table/Table.js +1 -1
  319. package/dist/components/table/Table.js.map +1 -1
  320. package/dist/components/table/TableBody.d.ts +293 -308
  321. package/dist/components/table/TableBody.js +1 -1
  322. package/dist/components/table/TableBody.js.map +1 -1
  323. package/dist/components/table/TableCell.d.ts +292 -307
  324. package/dist/components/table/TableCell.js +1 -1
  325. package/dist/components/table/TableCell.js.map +1 -1
  326. package/dist/components/table/TableFooter.d.ts +292 -307
  327. package/dist/components/table/TableFooterCell.d.ts +292 -307
  328. package/dist/components/table/TableFooterCell.js +1 -1
  329. package/dist/components/table/TableFooterCell.js.map +1 -1
  330. package/dist/components/table/TableHeader.d.ts +293 -308
  331. package/dist/components/table/TableHeader.js +1 -1
  332. package/dist/components/table/TableHeader.js.map +1 -1
  333. package/dist/components/table/TableHeaderCell.d.ts +292 -307
  334. package/dist/components/table/TableHeaderCell.js +1 -1
  335. package/dist/components/table/TableHeaderCell.js.map +1 -1
  336. package/dist/components/table/TableRow.d.ts +292 -307
  337. package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
  338. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  339. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  340. package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
  341. package/dist/components/table/useStickyColumnsCss.js +1 -1
  342. package/dist/components/table/useStickyColumnsCss.js.map +1 -1
  343. package/dist/components/tabs/Tabs.d.ts +1291 -1355
  344. package/dist/components/tabs/TabsContent.d.ts +292 -308
  345. package/dist/components/tabs/TabsTrigger.d.ts +292 -307
  346. package/dist/components/tabs/TabsTrigger.js +1 -1
  347. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  348. package/dist/components/tabs/TabsTriggerList.d.ts +294 -689
  349. package/dist/components/text/Text.d.ts +295 -310
  350. package/dist/components/text/Text.js +1 -1
  351. package/dist/components/text/Text.js.map +1 -1
  352. package/dist/components/textarea/Textarea.d.ts +293 -308
  353. package/dist/components/textarea/Textarea.js +1 -1
  354. package/dist/components/textarea/Textarea.js.map +1 -1
  355. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  356. package/dist/components/tile/Tile.d.ts +293 -308
  357. package/dist/components/tile/TileGroup.d.ts +295 -310
  358. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -616
  359. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -924
  360. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  361. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  362. package/dist/components/toast/Toast.d.ts +589 -1006
  363. package/dist/components/toast/ToastProvider.d.ts +1 -1
  364. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -614
  365. package/dist/components/toggle-group/ToggleGroupItem.d.ts +584 -615
  366. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  367. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  368. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -309
  369. package/dist/components/toggle-group/index.d.ts +1760 -1851
  370. package/dist/components/tooltip/Tooltip.d.ts +585 -615
  371. package/dist/components/tooltip/TooltipContent.d.ts +293 -308
  372. package/dist/components/tooltip/TooltipContent.js +1 -1
  373. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  374. package/dist/components/top-bar/TopBar.d.ts +1468 -1550
  375. package/dist/components/top-bar/TopBar.js +1 -1
  376. package/dist/components/top-bar/TopBar.js.map +1 -1
  377. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  378. package/dist/components/top-bar/TopBarBrand.d.ts +881 -935
  379. package/dist/components/top-bar/TopBarBrand.js +1 -1
  380. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  381. package/dist/components/tree/Tree.d.ts +3705 -3887
  382. package/dist/components/tree/TreeCollapsible.d.ts +293 -308
  383. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -308
  384. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  385. package/dist/components/tree/TreeIcon.d.ts +585 -615
  386. package/dist/components/tree/TreeItem.d.ts +1 -1
  387. package/dist/components/tree/TreeItemContent.d.ts +296 -311
  388. package/dist/components/tree/TreeList.d.ts +1 -1
  389. package/dist/components/tree/TreeListItem.d.ts +296 -311
  390. package/dist/components/tree/TreeText.d.ts +1 -1
  391. package/dist/components/video/Video.d.ts +293 -308
  392. package/dist/docgen.json +1 -1
  393. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -310
  394. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  395. package/dist/index.cjs.js +1 -1
  396. package/dist/index.cjs.js.map +1 -1
  397. package/dist/index.js +1 -1
  398. package/dist/stitches.d.ts +2446 -2609
  399. package/dist/types/navigatorActions.types.d.ts +1 -1
  400. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  401. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -312
  402. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  403. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  404. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  405. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  406. package/dist/utilities/hooks/useSize.d.ts +2 -2
  407. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  408. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -614
  409. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  410. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  411. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  412. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  413. package/dist/utilities/style/capsize.d.ts +1 -1
  414. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  415. package/dist/utilities/style/focus-visible-style-block.d.ts +4 -3
  416. package/dist/utilities/style/focus-visible-style-block.js +1 -1
  417. package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
  418. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  419. package/dist/utilities/types.d.ts +1 -1
  420. package/dist/utilities/uri/index.d.ts +2 -2
  421. package/package.json +9 -9
@@ -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,363 +24,348 @@ 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
- pink100: any;
58
- pink200: any;
59
- pink300: any;
60
- pink400: any;
61
- pink500: any;
62
- pink600: any;
63
- pink700: any;
64
- pink800: any;
65
- pink900: any;
66
- pink1000: any;
67
- pink1100: any;
68
- pink1200: any;
69
- purple100: any;
70
- purple200: any;
71
- purple300: any;
72
- purple400: any;
73
- purple500: any;
74
- purple600: any;
75
- purple700: any;
76
- purple800: any;
77
- purple900: any;
78
- purple1000: any;
79
- purple1100: any;
80
- purple1200: any;
81
- cyan100: any;
82
- cyan200: any;
83
- cyan300: any;
84
- cyan400: any;
85
- cyan500: any;
86
- cyan600: any;
87
- cyan700: any;
88
- cyan800: any;
89
- cyan900: any;
90
- cyan1000: any;
91
- cyan1100: any;
92
- cyan1200: any;
93
- green100: any;
94
- green200: any;
95
- green300: any;
96
- green400: any;
97
- green500: any;
98
- green600: any;
99
- green700: any;
100
- green800: any;
101
- green900: any;
102
- green1000: any;
103
- green1100: any;
104
- green1200: any;
105
- magenta100: any;
106
- magenta200: any;
107
- magenta300: any;
108
- magenta400: any;
109
- magenta500: any;
110
- magenta600: any;
111
- magenta700: any;
112
- magenta800: any;
113
- magenta900: any;
114
- magenta1000: any;
115
- magenta1100: any;
116
- magenta1200: any;
117
- red100: any;
118
- red200: any;
119
- red300: any;
120
- red400: any;
121
- red500: any;
122
- red600: any;
123
- red700: any;
124
- red800: any;
125
- red900: any;
126
- red1000: any;
127
- red1100: any;
128
- red1200: any;
129
- teal100: any;
130
- teal200: any;
131
- teal300: any;
132
- teal400: any;
133
- teal500: any;
134
- teal600: any;
135
- teal700: any;
136
- teal800: any;
137
- teal900: any;
138
- teal1000: any;
139
- teal1100: any;
140
- teal1200: any;
141
- orange100: any;
142
- orange200: any;
143
- orange300: any;
144
- orange400: any;
145
- orange500: any;
146
- orange600: any;
147
- orange700: any;
148
- orange800: any;
149
- orange900: any;
150
- orange1000: any;
151
- orange1100: any;
152
- orange1200: any;
153
- yellow100: any;
154
- yellow200: any;
155
- yellow300: any;
156
- yellow400: any;
157
- yellow500: any;
158
- yellow600: any;
159
- yellow700: any;
160
- yellow800: any;
161
- yellow900: any;
162
- yellow1000: any;
163
- yellow1100: any;
164
- yellow1200: any;
165
- lime100: any;
166
- lime200: any;
167
- lime300: any;
168
- lime400: any;
169
- lime500: any;
170
- lime600: any;
171
- lime700: any;
172
- lime800: any;
173
- lime900: any;
174
- lime1000: any;
175
- lime1100: any;
176
- lime1200: any;
177
- lapis100: any;
178
- lapis200: any;
179
- lapis300: any;
180
- lapis400: any;
181
- lapis500: any;
182
- lapis600: any;
183
- lapis700: any;
184
- lapis800: any;
185
- lapis900: any;
186
- lapis1000: any;
187
- lapis1100: any;
188
- lapis1200: any;
189
- maroon100: any;
190
- maroon200: any;
191
- maroon300: any;
192
- maroon400: any;
193
- maroon500: any;
194
- maroon600: any;
195
- maroon700: any;
196
- maroon800: any;
197
- maroon900: any;
198
- maroon1000: any;
199
- maroon1100: any;
200
- maroon1200: any;
201
- marsh100: any;
202
- marsh200: any;
203
- marsh300: any;
204
- marsh400: any;
205
- marsh500: any;
206
- marsh600: any;
207
- marsh700: any;
208
- marsh800: any;
209
- marsh900: any;
210
- marsh1000: any;
211
- marsh1100: any;
212
- marsh1200: any;
213
- tonal50: any;
214
- tonal100: any;
215
- tonal200: any;
216
- tonal300: any;
217
- tonal400: any;
218
- tonal500: any;
219
- tonal600: any;
220
- alpha100: any;
221
- alpha150: any;
222
- alpha200: any;
223
- alpha250: any;
224
- alpha600: any;
225
- brandRed: any;
226
- brandRedAccent: any;
227
- brandGreen: any;
228
- brandGreenAccent: any;
229
- brandPurple: any;
230
- brandPurpleAccent: any;
231
- brandYellow: any;
232
- brandYellowAccent: any;
233
- infoLight: any;
234
- info: any;
235
- infoMid: any;
236
- infoDark: any;
237
- successLight: any;
238
- success: any;
239
- successMid: any;
240
- successDark: any;
241
- dangerLight: any;
242
- danger: any;
243
- dangerMid: any;
244
- dangerDark: any;
245
- warningLight: any;
246
- warning: any;
247
- warningMid: any;
248
- warningDark: any;
249
- warningText: any;
250
- subjectEnglish: any;
251
- subjectMaths: any;
252
- subjectScience: any;
253
- subjectVerbalReasoning: any;
254
- subjectNonVerbalReasoning: any;
255
- subjectCreativeWriting: any;
256
- subjectExamSkills: any;
257
- glBlueLight: any;
258
- glBluePrimary: any;
259
- glBlueDark: any;
260
- primary100: any;
261
- primary200: any;
262
- primary300: any;
263
- primary400: any;
264
- primary500: any;
265
- primary600: any;
266
- primary700: any;
267
- primary800: any;
268
- primary900: any;
269
- primary1000: any;
270
- primary1100: any;
271
- 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
+ pink100: string;
58
+ pink200: string;
59
+ pink300: string;
60
+ pink400: string;
61
+ pink500: string;
62
+ pink600: string;
63
+ pink700: string;
64
+ pink800: string;
65
+ pink900: string;
66
+ pink1000: string;
67
+ pink1100: string;
68
+ pink1200: string;
69
+ purple100: string;
70
+ purple200: string;
71
+ purple300: string;
72
+ purple400: string;
73
+ purple500: string;
74
+ purple600: string;
75
+ purple700: string;
76
+ purple800: string;
77
+ purple900: string;
78
+ purple1000: string;
79
+ purple1100: string;
80
+ purple1200: string;
81
+ cyan100: string;
82
+ cyan200: string;
83
+ cyan300: string;
84
+ cyan400: string;
85
+ cyan500: string;
86
+ cyan600: string;
87
+ cyan700: string;
88
+ cyan800: string;
89
+ cyan900: string;
90
+ cyan1000: string;
91
+ cyan1100: string;
92
+ cyan1200: string;
93
+ green100: string;
94
+ green200: string;
95
+ green300: string;
96
+ green400: string;
97
+ green500: string;
98
+ green600: string;
99
+ green700: string;
100
+ green800: string;
101
+ green900: string;
102
+ green1000: string;
103
+ green1100: string;
104
+ green1200: string;
105
+ magenta100: string;
106
+ magenta200: string;
107
+ magenta300: string;
108
+ magenta400: string;
109
+ magenta500: string;
110
+ magenta600: string;
111
+ magenta700: string;
112
+ magenta800: string;
113
+ magenta900: string;
114
+ magenta1000: string;
115
+ magenta1100: string;
116
+ magenta1200: string;
117
+ red100: string;
118
+ red200: string;
119
+ red300: string;
120
+ red400: string;
121
+ red500: string;
122
+ red600: string;
123
+ red700: string;
124
+ red800: string;
125
+ red900: string;
126
+ red1000: string;
127
+ red1100: string;
128
+ red1200: string;
129
+ teal100: string;
130
+ teal200: string;
131
+ teal300: string;
132
+ teal400: string;
133
+ teal500: string;
134
+ teal600: string;
135
+ teal700: string;
136
+ teal800: string;
137
+ teal900: string;
138
+ teal1000: string;
139
+ teal1100: string;
140
+ teal1200: string;
141
+ orange100: string;
142
+ orange200: string;
143
+ orange300: string;
144
+ orange400: string;
145
+ orange500: string;
146
+ orange600: string;
147
+ orange700: string;
148
+ orange800: string;
149
+ orange900: string;
150
+ orange1000: string;
151
+ orange1100: string;
152
+ orange1200: string;
153
+ yellow100: string;
154
+ yellow200: string;
155
+ yellow300: string;
156
+ yellow400: string;
157
+ yellow500: string;
158
+ yellow600: string;
159
+ yellow700: string;
160
+ yellow800: string;
161
+ yellow900: string;
162
+ yellow1000: string;
163
+ yellow1100: string;
164
+ yellow1200: string;
165
+ lime100: string;
166
+ lime200: string;
167
+ lime300: string;
168
+ lime400: string;
169
+ lime500: string;
170
+ lime600: string;
171
+ lime700: string;
172
+ lime800: string;
173
+ lime900: string;
174
+ lime1000: string;
175
+ lime1100: string;
176
+ lime1200: string;
177
+ lapis100: string;
178
+ lapis200: string;
179
+ lapis300: string;
180
+ lapis400: string;
181
+ lapis500: string;
182
+ lapis600: string;
183
+ lapis700: string;
184
+ lapis800: string;
185
+ lapis900: string;
186
+ lapis1000: string;
187
+ lapis1100: string;
188
+ lapis1200: string;
189
+ maroon100: string;
190
+ maroon200: string;
191
+ maroon300: string;
192
+ maroon400: string;
193
+ maroon500: string;
194
+ maroon600: string;
195
+ maroon700: string;
196
+ maroon800: string;
197
+ maroon900: string;
198
+ maroon1000: string;
199
+ maroon1100: string;
200
+ maroon1200: string;
201
+ marsh100: string;
202
+ marsh200: string;
203
+ marsh300: string;
204
+ marsh400: string;
205
+ marsh500: string;
206
+ marsh600: string;
207
+ marsh700: string;
208
+ marsh800: string;
209
+ marsh900: string;
210
+ marsh1000: string;
211
+ marsh1100: string;
212
+ marsh1200: string;
213
+ alpha100: string;
214
+ alpha150: string;
215
+ alpha200: string;
216
+ alpha250: string;
217
+ alpha600: string;
218
+ infoLight: string;
219
+ info: string;
220
+ infoMid: string;
221
+ infoDark: string;
222
+ successLight: string;
223
+ success: string;
224
+ successMid: string;
225
+ successDark: string;
226
+ dangerLight: string;
227
+ danger: string;
228
+ dangerMid: string;
229
+ dangerDark: string;
230
+ warningLight: string;
231
+ warning: string;
232
+ warningMid: string;
233
+ warningDark: string;
234
+ warningText: string;
235
+ subjectEnglish: string;
236
+ subjectMaths: string;
237
+ subjectScience: string;
238
+ subjectVerbalReasoning: string;
239
+ subjectNonVerbalReasoning: string;
240
+ subjectCreativeWriting: string;
241
+ subjectExamSkills: string;
242
+ glBlueLight: string;
243
+ glBluePrimary: string;
244
+ glBlueDark: string;
245
+ primary100: string;
246
+ primary200: string;
247
+ primary300: string;
248
+ primary400: string;
249
+ primary500: string;
250
+ primary600: string;
251
+ primary700: string;
252
+ primary800: string;
253
+ primary900: string;
254
+ primary1000: string;
255
+ primary1100: string;
256
+ primary1200: string;
272
257
  };
273
258
  space: {
274
- "0": any;
275
- "1": any;
276
- "2": any;
277
- "3": any;
278
- "4": any;
279
- "5": any;
280
- "6": any;
281
- "7": any;
282
- "8": any;
283
- "9": any;
284
- "24": any;
259
+ "0": string;
260
+ "1": string;
261
+ "2": string;
262
+ "3": string;
263
+ "4": string;
264
+ "5": string;
265
+ "6": string;
266
+ "7": string;
267
+ "8": string;
268
+ "9": string;
269
+ "24": string;
285
270
  };
286
271
  fontSizes: {
287
- xs: any;
288
- sm: any;
289
- md: any;
290
- lg: any;
291
- xl: any;
292
- "2xl": any;
293
- "3xl": any;
294
- "4xl": any;
272
+ xs: string;
273
+ sm: string;
274
+ md: string;
275
+ lg: string;
276
+ xl: string;
277
+ "2xl": string;
278
+ "3xl": string;
279
+ "4xl": string;
295
280
  };
296
281
  fonts: {
297
- sans: any;
298
- mono: any;
299
- display: any;
300
- body: any;
282
+ sans: string;
283
+ mono: string;
284
+ display: string;
285
+ body: string;
301
286
  };
302
287
  sizes: {
303
- "0": any;
304
- "1": any;
305
- "2": any;
306
- "3": any;
307
- "4": any;
308
- "5": any;
309
- "6": any;
310
- "7": any;
311
- "8": any;
288
+ "0": string;
289
+ "1": string;
290
+ "2": string;
291
+ "3": string;
292
+ "4": string;
293
+ "5": string;
294
+ "6": string;
295
+ "7": string;
296
+ "8": string;
312
297
  };
313
298
  radii: {
314
- "0": any;
315
- "1": any;
316
- "2": any;
317
- "3": any;
318
- round: any;
299
+ "0": string;
300
+ "1": string;
301
+ "2": string;
302
+ "3": string;
303
+ round: string;
319
304
  };
320
305
  shadows: {
321
- "0": any;
322
- "1": any;
323
- "2": any;
324
- "3": any;
306
+ "0": string;
307
+ "1": string;
308
+ "2": string;
309
+ "3": string;
325
310
  };
326
311
  ratios: {
327
- "16-9": any;
328
- "3-2": any;
329
- "4-3": any;
330
- "1-1": any;
331
- "3-4": any;
312
+ "16-9": string;
313
+ "3-2": string;
314
+ "4-3": string;
315
+ "1-1": string;
316
+ "3-4": string;
332
317
  };
333
318
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
334
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
319
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
335
320
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
336
321
  };
337
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
322
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
338
323
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
339
324
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
340
325
  };
341
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
326
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
327
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
328
  };
344
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
345
330
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
331
  };
347
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
348
333
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
334
  };
350
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
351
336
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
337
  };
353
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
354
339
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
355
340
  };
356
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
357
342
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
358
343
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
344
  };
360
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
345
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
361
346
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
362
347
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
348
  };
364
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
349
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
350
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
351
  };
367
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
353
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
354
  };
370
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
371
356
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
357
  };
373
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
374
359
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
360
  };
376
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
377
362
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
378
363
  };
379
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
380
365
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
381
366
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
382
367
  };
383
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
368
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
384
369
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
385
370
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
386
371
  };
@@ -406,363 +391,348 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
406
391
  hover: string;
407
392
  }, {
408
393
  colors: {
409
- textBold: any;
410
- textRegular: any;
411
- textSubtle: any;
412
- textMinimal: any;
413
- background: any;
414
- backgroundAccent: any;
415
- grey100: any;
416
- grey200: any;
417
- grey300: any;
418
- grey400: any;
419
- grey500: any;
420
- grey600: any;
421
- grey700: any;
422
- grey800: any;
423
- grey900: any;
424
- grey1000: any;
425
- grey1100: any;
426
- grey1200: any;
427
- blue100: any;
428
- blue200: any;
429
- blue300: any;
430
- blue400: any;
431
- blue500: any;
432
- blue600: any;
433
- blue700: any;
434
- blue800: any;
435
- blue900: any;
436
- blue1000: any;
437
- blue1100: any;
438
- blue1200: any;
439
- pink100: any;
440
- pink200: any;
441
- pink300: any;
442
- pink400: any;
443
- pink500: any;
444
- pink600: any;
445
- pink700: any;
446
- pink800: any;
447
- pink900: any;
448
- pink1000: any;
449
- pink1100: any;
450
- pink1200: any;
451
- purple100: any;
452
- purple200: any;
453
- purple300: any;
454
- purple400: any;
455
- purple500: any;
456
- purple600: any;
457
- purple700: any;
458
- purple800: any;
459
- purple900: any;
460
- purple1000: any;
461
- purple1100: any;
462
- purple1200: any;
463
- cyan100: any;
464
- cyan200: any;
465
- cyan300: any;
466
- cyan400: any;
467
- cyan500: any;
468
- cyan600: any;
469
- cyan700: any;
470
- cyan800: any;
471
- cyan900: any;
472
- cyan1000: any;
473
- cyan1100: any;
474
- cyan1200: any;
475
- green100: any;
476
- green200: any;
477
- green300: any;
478
- green400: any;
479
- green500: any;
480
- green600: any;
481
- green700: any;
482
- green800: any;
483
- green900: any;
484
- green1000: any;
485
- green1100: any;
486
- green1200: any;
487
- magenta100: any;
488
- magenta200: any;
489
- magenta300: any;
490
- magenta400: any;
491
- magenta500: any;
492
- magenta600: any;
493
- magenta700: any;
494
- magenta800: any;
495
- magenta900: any;
496
- magenta1000: any;
497
- magenta1100: any;
498
- magenta1200: any;
499
- red100: any;
500
- red200: any;
501
- red300: any;
502
- red400: any;
503
- red500: any;
504
- red600: any;
505
- red700: any;
506
- red800: any;
507
- red900: any;
508
- red1000: any;
509
- red1100: any;
510
- red1200: any;
511
- teal100: any;
512
- teal200: any;
513
- teal300: any;
514
- teal400: any;
515
- teal500: any;
516
- teal600: any;
517
- teal700: any;
518
- teal800: any;
519
- teal900: any;
520
- teal1000: any;
521
- teal1100: any;
522
- teal1200: any;
523
- orange100: any;
524
- orange200: any;
525
- orange300: any;
526
- orange400: any;
527
- orange500: any;
528
- orange600: any;
529
- orange700: any;
530
- orange800: any;
531
- orange900: any;
532
- orange1000: any;
533
- orange1100: any;
534
- orange1200: any;
535
- yellow100: any;
536
- yellow200: any;
537
- yellow300: any;
538
- yellow400: any;
539
- yellow500: any;
540
- yellow600: any;
541
- yellow700: any;
542
- yellow800: any;
543
- yellow900: any;
544
- yellow1000: any;
545
- yellow1100: any;
546
- yellow1200: any;
547
- lime100: any;
548
- lime200: any;
549
- lime300: any;
550
- lime400: any;
551
- lime500: any;
552
- lime600: any;
553
- lime700: any;
554
- lime800: any;
555
- lime900: any;
556
- lime1000: any;
557
- lime1100: any;
558
- lime1200: any;
559
- lapis100: any;
560
- lapis200: any;
561
- lapis300: any;
562
- lapis400: any;
563
- lapis500: any;
564
- lapis600: any;
565
- lapis700: any;
566
- lapis800: any;
567
- lapis900: any;
568
- lapis1000: any;
569
- lapis1100: any;
570
- lapis1200: any;
571
- maroon100: any;
572
- maroon200: any;
573
- maroon300: any;
574
- maroon400: any;
575
- maroon500: any;
576
- maroon600: any;
577
- maroon700: any;
578
- maroon800: any;
579
- maroon900: any;
580
- maroon1000: any;
581
- maroon1100: any;
582
- maroon1200: any;
583
- marsh100: any;
584
- marsh200: any;
585
- marsh300: any;
586
- marsh400: any;
587
- marsh500: any;
588
- marsh600: any;
589
- marsh700: any;
590
- marsh800: any;
591
- marsh900: any;
592
- marsh1000: any;
593
- marsh1100: any;
594
- marsh1200: any;
595
- tonal50: any;
596
- tonal100: any;
597
- tonal200: any;
598
- tonal300: any;
599
- tonal400: any;
600
- tonal500: any;
601
- tonal600: any;
602
- alpha100: any;
603
- alpha150: any;
604
- alpha200: any;
605
- alpha250: any;
606
- alpha600: any;
607
- brandRed: any;
608
- brandRedAccent: any;
609
- brandGreen: any;
610
- brandGreenAccent: any;
611
- brandPurple: any;
612
- brandPurpleAccent: any;
613
- brandYellow: any;
614
- brandYellowAccent: any;
615
- infoLight: any;
616
- info: any;
617
- infoMid: any;
618
- infoDark: any;
619
- successLight: any;
620
- success: any;
621
- successMid: any;
622
- successDark: any;
623
- dangerLight: any;
624
- danger: any;
625
- dangerMid: any;
626
- dangerDark: any;
627
- warningLight: any;
628
- warning: any;
629
- warningMid: any;
630
- warningDark: any;
631
- warningText: any;
632
- subjectEnglish: any;
633
- subjectMaths: any;
634
- subjectScience: any;
635
- subjectVerbalReasoning: any;
636
- subjectNonVerbalReasoning: any;
637
- subjectCreativeWriting: any;
638
- subjectExamSkills: any;
639
- glBlueLight: any;
640
- glBluePrimary: any;
641
- glBlueDark: any;
642
- primary100: any;
643
- primary200: any;
644
- primary300: any;
645
- primary400: any;
646
- primary500: any;
647
- primary600: any;
648
- primary700: any;
649
- primary800: any;
650
- primary900: any;
651
- primary1000: any;
652
- primary1100: any;
653
- primary1200: any;
394
+ textBold: string;
395
+ textRegular: string;
396
+ textSubtle: string;
397
+ textMinimal: string;
398
+ background: string;
399
+ backgroundAccent: string;
400
+ grey100: string;
401
+ grey200: string;
402
+ grey300: string;
403
+ grey400: string;
404
+ grey500: string;
405
+ grey600: string;
406
+ grey700: string;
407
+ grey800: string;
408
+ grey900: string;
409
+ grey1000: string;
410
+ grey1100: string;
411
+ grey1200: string;
412
+ blue100: string;
413
+ blue200: string;
414
+ blue300: string;
415
+ blue400: string;
416
+ blue500: string;
417
+ blue600: string;
418
+ blue700: string;
419
+ blue800: string;
420
+ blue900: string;
421
+ blue1000: string;
422
+ blue1100: string;
423
+ blue1200: string;
424
+ pink100: string;
425
+ pink200: string;
426
+ pink300: string;
427
+ pink400: string;
428
+ pink500: string;
429
+ pink600: string;
430
+ pink700: string;
431
+ pink800: string;
432
+ pink900: string;
433
+ pink1000: string;
434
+ pink1100: string;
435
+ pink1200: string;
436
+ purple100: string;
437
+ purple200: string;
438
+ purple300: string;
439
+ purple400: string;
440
+ purple500: string;
441
+ purple600: string;
442
+ purple700: string;
443
+ purple800: string;
444
+ purple900: string;
445
+ purple1000: string;
446
+ purple1100: string;
447
+ purple1200: string;
448
+ cyan100: string;
449
+ cyan200: string;
450
+ cyan300: string;
451
+ cyan400: string;
452
+ cyan500: string;
453
+ cyan600: string;
454
+ cyan700: string;
455
+ cyan800: string;
456
+ cyan900: string;
457
+ cyan1000: string;
458
+ cyan1100: string;
459
+ cyan1200: string;
460
+ green100: string;
461
+ green200: string;
462
+ green300: string;
463
+ green400: string;
464
+ green500: string;
465
+ green600: string;
466
+ green700: string;
467
+ green800: string;
468
+ green900: string;
469
+ green1000: string;
470
+ green1100: string;
471
+ green1200: string;
472
+ magenta100: string;
473
+ magenta200: string;
474
+ magenta300: string;
475
+ magenta400: string;
476
+ magenta500: string;
477
+ magenta600: string;
478
+ magenta700: string;
479
+ magenta800: string;
480
+ magenta900: string;
481
+ magenta1000: string;
482
+ magenta1100: string;
483
+ magenta1200: string;
484
+ red100: string;
485
+ red200: string;
486
+ red300: string;
487
+ red400: string;
488
+ red500: string;
489
+ red600: string;
490
+ red700: string;
491
+ red800: string;
492
+ red900: string;
493
+ red1000: string;
494
+ red1100: string;
495
+ red1200: string;
496
+ teal100: string;
497
+ teal200: string;
498
+ teal300: string;
499
+ teal400: string;
500
+ teal500: string;
501
+ teal600: string;
502
+ teal700: string;
503
+ teal800: string;
504
+ teal900: string;
505
+ teal1000: string;
506
+ teal1100: string;
507
+ teal1200: string;
508
+ orange100: string;
509
+ orange200: string;
510
+ orange300: string;
511
+ orange400: string;
512
+ orange500: string;
513
+ orange600: string;
514
+ orange700: string;
515
+ orange800: string;
516
+ orange900: string;
517
+ orange1000: string;
518
+ orange1100: string;
519
+ orange1200: string;
520
+ yellow100: string;
521
+ yellow200: string;
522
+ yellow300: string;
523
+ yellow400: string;
524
+ yellow500: string;
525
+ yellow600: string;
526
+ yellow700: string;
527
+ yellow800: string;
528
+ yellow900: string;
529
+ yellow1000: string;
530
+ yellow1100: string;
531
+ yellow1200: string;
532
+ lime100: string;
533
+ lime200: string;
534
+ lime300: string;
535
+ lime400: string;
536
+ lime500: string;
537
+ lime600: string;
538
+ lime700: string;
539
+ lime800: string;
540
+ lime900: string;
541
+ lime1000: string;
542
+ lime1100: string;
543
+ lime1200: string;
544
+ lapis100: string;
545
+ lapis200: string;
546
+ lapis300: string;
547
+ lapis400: string;
548
+ lapis500: string;
549
+ lapis600: string;
550
+ lapis700: string;
551
+ lapis800: string;
552
+ lapis900: string;
553
+ lapis1000: string;
554
+ lapis1100: string;
555
+ lapis1200: string;
556
+ maroon100: string;
557
+ maroon200: string;
558
+ maroon300: string;
559
+ maroon400: string;
560
+ maroon500: string;
561
+ maroon600: string;
562
+ maroon700: string;
563
+ maroon800: string;
564
+ maroon900: string;
565
+ maroon1000: string;
566
+ maroon1100: string;
567
+ maroon1200: string;
568
+ marsh100: string;
569
+ marsh200: string;
570
+ marsh300: string;
571
+ marsh400: string;
572
+ marsh500: string;
573
+ marsh600: string;
574
+ marsh700: string;
575
+ marsh800: string;
576
+ marsh900: string;
577
+ marsh1000: string;
578
+ marsh1100: string;
579
+ marsh1200: string;
580
+ alpha100: string;
581
+ alpha150: string;
582
+ alpha200: string;
583
+ alpha250: string;
584
+ alpha600: string;
585
+ infoLight: string;
586
+ info: string;
587
+ infoMid: string;
588
+ infoDark: string;
589
+ successLight: string;
590
+ success: string;
591
+ successMid: string;
592
+ successDark: string;
593
+ dangerLight: string;
594
+ danger: string;
595
+ dangerMid: string;
596
+ dangerDark: string;
597
+ warningLight: string;
598
+ warning: string;
599
+ warningMid: string;
600
+ warningDark: string;
601
+ warningText: string;
602
+ subjectEnglish: string;
603
+ subjectMaths: string;
604
+ subjectScience: string;
605
+ subjectVerbalReasoning: string;
606
+ subjectNonVerbalReasoning: string;
607
+ subjectCreativeWriting: string;
608
+ subjectExamSkills: string;
609
+ glBlueLight: string;
610
+ glBluePrimary: string;
611
+ glBlueDark: string;
612
+ primary100: string;
613
+ primary200: string;
614
+ primary300: string;
615
+ primary400: string;
616
+ primary500: string;
617
+ primary600: string;
618
+ primary700: string;
619
+ primary800: string;
620
+ primary900: string;
621
+ primary1000: string;
622
+ primary1100: string;
623
+ primary1200: string;
654
624
  };
655
625
  space: {
656
- "0": any;
657
- "1": any;
658
- "2": any;
659
- "3": any;
660
- "4": any;
661
- "5": any;
662
- "6": any;
663
- "7": any;
664
- "8": any;
665
- "9": any;
666
- "24": any;
626
+ "0": string;
627
+ "1": string;
628
+ "2": string;
629
+ "3": string;
630
+ "4": string;
631
+ "5": string;
632
+ "6": string;
633
+ "7": string;
634
+ "8": string;
635
+ "9": string;
636
+ "24": string;
667
637
  };
668
638
  fontSizes: {
669
- xs: any;
670
- sm: any;
671
- md: any;
672
- lg: any;
673
- xl: any;
674
- "2xl": any;
675
- "3xl": any;
676
- "4xl": any;
639
+ xs: string;
640
+ sm: string;
641
+ md: string;
642
+ lg: string;
643
+ xl: string;
644
+ "2xl": string;
645
+ "3xl": string;
646
+ "4xl": string;
677
647
  };
678
648
  fonts: {
679
- sans: any;
680
- mono: any;
681
- display: any;
682
- body: any;
649
+ sans: string;
650
+ mono: string;
651
+ display: string;
652
+ body: string;
683
653
  };
684
654
  sizes: {
685
- "0": any;
686
- "1": any;
687
- "2": any;
688
- "3": any;
689
- "4": any;
690
- "5": any;
691
- "6": any;
692
- "7": any;
693
- "8": any;
655
+ "0": string;
656
+ "1": string;
657
+ "2": string;
658
+ "3": string;
659
+ "4": string;
660
+ "5": string;
661
+ "6": string;
662
+ "7": string;
663
+ "8": string;
694
664
  };
695
665
  radii: {
696
- "0": any;
697
- "1": any;
698
- "2": any;
699
- "3": any;
700
- round: any;
666
+ "0": string;
667
+ "1": string;
668
+ "2": string;
669
+ "3": string;
670
+ round: string;
701
671
  };
702
672
  shadows: {
703
- "0": any;
704
- "1": any;
705
- "2": any;
706
- "3": any;
673
+ "0": string;
674
+ "1": string;
675
+ "2": string;
676
+ "3": string;
707
677
  };
708
678
  ratios: {
709
- "16-9": any;
710
- "3-2": any;
711
- "4-3": any;
712
- "1-1": any;
713
- "3-4": any;
679
+ "16-9": string;
680
+ "3-2": string;
681
+ "4-3": string;
682
+ "1-1": string;
683
+ "3-4": string;
714
684
  };
715
685
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
716
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
686
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
717
687
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
718
688
  };
719
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
689
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
720
690
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
721
691
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
722
692
  };
723
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
693
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
724
694
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
695
  };
726
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
696
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
727
697
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
698
  };
729
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
699
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
730
700
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
701
  };
732
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
702
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
733
703
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
704
  };
735
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
705
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
736
706
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
737
707
  };
738
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
739
709
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
740
710
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
711
  };
742
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
712
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
743
713
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
714
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
715
  };
746
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
716
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
747
717
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
718
  };
749
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
750
720
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
751
721
  };
752
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
753
723
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
724
  };
755
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
756
726
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
757
727
  };
758
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
759
729
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
760
730
  };
761
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
762
732
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
763
733
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
764
734
  };
765
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
735
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
766
736
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
767
737
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
768
738
  };
@@ -785,375 +755,360 @@ declare const StyledInputText: import("@atom-learning/stitches-react/types/style
785
755
  hover: string;
786
756
  }, {
787
757
  colors: {
788
- textBold: any;
789
- textRegular: any;
790
- textSubtle: any;
791
- textMinimal: any;
792
- background: any;
793
- backgroundAccent: any;
794
- grey100: any;
795
- grey200: any;
796
- grey300: any;
797
- grey400: any;
798
- grey500: any;
799
- grey600: any;
800
- grey700: any;
801
- grey800: any;
802
- grey900: any;
803
- grey1000: any;
804
- grey1100: any;
805
- grey1200: any;
806
- blue100: any;
807
- blue200: any;
808
- blue300: any;
809
- blue400: any;
810
- blue500: any;
811
- blue600: any;
812
- blue700: any;
813
- blue800: any;
814
- blue900: any;
815
- blue1000: any;
816
- blue1100: any;
817
- blue1200: any;
818
- pink100: any;
819
- pink200: any;
820
- pink300: any;
821
- pink400: any;
822
- pink500: any;
823
- pink600: any;
824
- pink700: any;
825
- pink800: any;
826
- pink900: any;
827
- pink1000: any;
828
- pink1100: any;
829
- pink1200: any;
830
- purple100: any;
831
- purple200: any;
832
- purple300: any;
833
- purple400: any;
834
- purple500: any;
835
- purple600: any;
836
- purple700: any;
837
- purple800: any;
838
- purple900: any;
839
- purple1000: any;
840
- purple1100: any;
841
- purple1200: any;
842
- cyan100: any;
843
- cyan200: any;
844
- cyan300: any;
845
- cyan400: any;
846
- cyan500: any;
847
- cyan600: any;
848
- cyan700: any;
849
- cyan800: any;
850
- cyan900: any;
851
- cyan1000: any;
852
- cyan1100: any;
853
- cyan1200: any;
854
- green100: any;
855
- green200: any;
856
- green300: any;
857
- green400: any;
858
- green500: any;
859
- green600: any;
860
- green700: any;
861
- green800: any;
862
- green900: any;
863
- green1000: any;
864
- green1100: any;
865
- green1200: any;
866
- magenta100: any;
867
- magenta200: any;
868
- magenta300: any;
869
- magenta400: any;
870
- magenta500: any;
871
- magenta600: any;
872
- magenta700: any;
873
- magenta800: any;
874
- magenta900: any;
875
- magenta1000: any;
876
- magenta1100: any;
877
- magenta1200: any;
878
- red100: any;
879
- red200: any;
880
- red300: any;
881
- red400: any;
882
- red500: any;
883
- red600: any;
884
- red700: any;
885
- red800: any;
886
- red900: any;
887
- red1000: any;
888
- red1100: any;
889
- red1200: any;
890
- teal100: any;
891
- teal200: any;
892
- teal300: any;
893
- teal400: any;
894
- teal500: any;
895
- teal600: any;
896
- teal700: any;
897
- teal800: any;
898
- teal900: any;
899
- teal1000: any;
900
- teal1100: any;
901
- teal1200: any;
902
- orange100: any;
903
- orange200: any;
904
- orange300: any;
905
- orange400: any;
906
- orange500: any;
907
- orange600: any;
908
- orange700: any;
909
- orange800: any;
910
- orange900: any;
911
- orange1000: any;
912
- orange1100: any;
913
- orange1200: any;
914
- yellow100: any;
915
- yellow200: any;
916
- yellow300: any;
917
- yellow400: any;
918
- yellow500: any;
919
- yellow600: any;
920
- yellow700: any;
921
- yellow800: any;
922
- yellow900: any;
923
- yellow1000: any;
924
- yellow1100: any;
925
- yellow1200: any;
926
- lime100: any;
927
- lime200: any;
928
- lime300: any;
929
- lime400: any;
930
- lime500: any;
931
- lime600: any;
932
- lime700: any;
933
- lime800: any;
934
- lime900: any;
935
- lime1000: any;
936
- lime1100: any;
937
- lime1200: any;
938
- lapis100: any;
939
- lapis200: any;
940
- lapis300: any;
941
- lapis400: any;
942
- lapis500: any;
943
- lapis600: any;
944
- lapis700: any;
945
- lapis800: any;
946
- lapis900: any;
947
- lapis1000: any;
948
- lapis1100: any;
949
- lapis1200: any;
950
- maroon100: any;
951
- maroon200: any;
952
- maroon300: any;
953
- maroon400: any;
954
- maroon500: any;
955
- maroon600: any;
956
- maroon700: any;
957
- maroon800: any;
958
- maroon900: any;
959
- maroon1000: any;
960
- maroon1100: any;
961
- maroon1200: any;
962
- marsh100: any;
963
- marsh200: any;
964
- marsh300: any;
965
- marsh400: any;
966
- marsh500: any;
967
- marsh600: any;
968
- marsh700: any;
969
- marsh800: any;
970
- marsh900: any;
971
- marsh1000: any;
972
- marsh1100: any;
973
- marsh1200: any;
974
- tonal50: any;
975
- tonal100: any;
976
- tonal200: any;
977
- tonal300: any;
978
- tonal400: any;
979
- tonal500: any;
980
- tonal600: any;
981
- alpha100: any;
982
- alpha150: any;
983
- alpha200: any;
984
- alpha250: any;
985
- alpha600: any;
986
- brandRed: any;
987
- brandRedAccent: any;
988
- brandGreen: any;
989
- brandGreenAccent: any;
990
- brandPurple: any;
991
- brandPurpleAccent: any;
992
- brandYellow: any;
993
- brandYellowAccent: any;
994
- infoLight: any;
995
- info: any;
996
- infoMid: any;
997
- infoDark: any;
998
- successLight: any;
999
- success: any;
1000
- successMid: any;
1001
- successDark: any;
1002
- dangerLight: any;
1003
- danger: any;
1004
- dangerMid: any;
1005
- dangerDark: any;
1006
- warningLight: any;
1007
- warning: any;
1008
- warningMid: any;
1009
- warningDark: any;
1010
- warningText: any;
1011
- subjectEnglish: any;
1012
- subjectMaths: any;
1013
- subjectScience: any;
1014
- subjectVerbalReasoning: any;
1015
- subjectNonVerbalReasoning: any;
1016
- subjectCreativeWriting: any;
1017
- subjectExamSkills: any;
1018
- glBlueLight: any;
1019
- glBluePrimary: any;
1020
- glBlueDark: any;
1021
- primary100: any;
1022
- primary200: any;
1023
- primary300: any;
1024
- primary400: any;
1025
- primary500: any;
1026
- primary600: any;
1027
- primary700: any;
1028
- primary800: any;
1029
- primary900: any;
1030
- primary1000: any;
1031
- primary1100: any;
1032
- primary1200: any;
758
+ textBold: string;
759
+ textRegular: string;
760
+ textSubtle: string;
761
+ textMinimal: string;
762
+ background: string;
763
+ backgroundAccent: string;
764
+ grey100: string;
765
+ grey200: string;
766
+ grey300: string;
767
+ grey400: string;
768
+ grey500: string;
769
+ grey600: string;
770
+ grey700: string;
771
+ grey800: string;
772
+ grey900: string;
773
+ grey1000: string;
774
+ grey1100: string;
775
+ grey1200: string;
776
+ blue100: string;
777
+ blue200: string;
778
+ blue300: string;
779
+ blue400: string;
780
+ blue500: string;
781
+ blue600: string;
782
+ blue700: string;
783
+ blue800: string;
784
+ blue900: string;
785
+ blue1000: string;
786
+ blue1100: string;
787
+ blue1200: string;
788
+ pink100: string;
789
+ pink200: string;
790
+ pink300: string;
791
+ pink400: string;
792
+ pink500: string;
793
+ pink600: string;
794
+ pink700: string;
795
+ pink800: string;
796
+ pink900: string;
797
+ pink1000: string;
798
+ pink1100: string;
799
+ pink1200: string;
800
+ purple100: string;
801
+ purple200: string;
802
+ purple300: string;
803
+ purple400: string;
804
+ purple500: string;
805
+ purple600: string;
806
+ purple700: string;
807
+ purple800: string;
808
+ purple900: string;
809
+ purple1000: string;
810
+ purple1100: string;
811
+ purple1200: string;
812
+ cyan100: string;
813
+ cyan200: string;
814
+ cyan300: string;
815
+ cyan400: string;
816
+ cyan500: string;
817
+ cyan600: string;
818
+ cyan700: string;
819
+ cyan800: string;
820
+ cyan900: string;
821
+ cyan1000: string;
822
+ cyan1100: string;
823
+ cyan1200: string;
824
+ green100: string;
825
+ green200: string;
826
+ green300: string;
827
+ green400: string;
828
+ green500: string;
829
+ green600: string;
830
+ green700: string;
831
+ green800: string;
832
+ green900: string;
833
+ green1000: string;
834
+ green1100: string;
835
+ green1200: string;
836
+ magenta100: string;
837
+ magenta200: string;
838
+ magenta300: string;
839
+ magenta400: string;
840
+ magenta500: string;
841
+ magenta600: string;
842
+ magenta700: string;
843
+ magenta800: string;
844
+ magenta900: string;
845
+ magenta1000: string;
846
+ magenta1100: string;
847
+ magenta1200: string;
848
+ red100: string;
849
+ red200: string;
850
+ red300: string;
851
+ red400: string;
852
+ red500: string;
853
+ red600: string;
854
+ red700: string;
855
+ red800: string;
856
+ red900: string;
857
+ red1000: string;
858
+ red1100: string;
859
+ red1200: string;
860
+ teal100: string;
861
+ teal200: string;
862
+ teal300: string;
863
+ teal400: string;
864
+ teal500: string;
865
+ teal600: string;
866
+ teal700: string;
867
+ teal800: string;
868
+ teal900: string;
869
+ teal1000: string;
870
+ teal1100: string;
871
+ teal1200: string;
872
+ orange100: string;
873
+ orange200: string;
874
+ orange300: string;
875
+ orange400: string;
876
+ orange500: string;
877
+ orange600: string;
878
+ orange700: string;
879
+ orange800: string;
880
+ orange900: string;
881
+ orange1000: string;
882
+ orange1100: string;
883
+ orange1200: string;
884
+ yellow100: string;
885
+ yellow200: string;
886
+ yellow300: string;
887
+ yellow400: string;
888
+ yellow500: string;
889
+ yellow600: string;
890
+ yellow700: string;
891
+ yellow800: string;
892
+ yellow900: string;
893
+ yellow1000: string;
894
+ yellow1100: string;
895
+ yellow1200: string;
896
+ lime100: string;
897
+ lime200: string;
898
+ lime300: string;
899
+ lime400: string;
900
+ lime500: string;
901
+ lime600: string;
902
+ lime700: string;
903
+ lime800: string;
904
+ lime900: string;
905
+ lime1000: string;
906
+ lime1100: string;
907
+ lime1200: string;
908
+ lapis100: string;
909
+ lapis200: string;
910
+ lapis300: string;
911
+ lapis400: string;
912
+ lapis500: string;
913
+ lapis600: string;
914
+ lapis700: string;
915
+ lapis800: string;
916
+ lapis900: string;
917
+ lapis1000: string;
918
+ lapis1100: string;
919
+ lapis1200: string;
920
+ maroon100: string;
921
+ maroon200: string;
922
+ maroon300: string;
923
+ maroon400: string;
924
+ maroon500: string;
925
+ maroon600: string;
926
+ maroon700: string;
927
+ maroon800: string;
928
+ maroon900: string;
929
+ maroon1000: string;
930
+ maroon1100: string;
931
+ maroon1200: string;
932
+ marsh100: string;
933
+ marsh200: string;
934
+ marsh300: string;
935
+ marsh400: string;
936
+ marsh500: string;
937
+ marsh600: string;
938
+ marsh700: string;
939
+ marsh800: string;
940
+ marsh900: string;
941
+ marsh1000: string;
942
+ marsh1100: string;
943
+ marsh1200: string;
944
+ alpha100: string;
945
+ alpha150: string;
946
+ alpha200: string;
947
+ alpha250: string;
948
+ alpha600: string;
949
+ infoLight: string;
950
+ info: string;
951
+ infoMid: string;
952
+ infoDark: string;
953
+ successLight: string;
954
+ success: string;
955
+ successMid: string;
956
+ successDark: string;
957
+ dangerLight: string;
958
+ danger: string;
959
+ dangerMid: string;
960
+ dangerDark: string;
961
+ warningLight: string;
962
+ warning: string;
963
+ warningMid: string;
964
+ warningDark: string;
965
+ warningText: string;
966
+ subjectEnglish: string;
967
+ subjectMaths: string;
968
+ subjectScience: string;
969
+ subjectVerbalReasoning: string;
970
+ subjectNonVerbalReasoning: string;
971
+ subjectCreativeWriting: string;
972
+ subjectExamSkills: string;
973
+ glBlueLight: string;
974
+ glBluePrimary: string;
975
+ glBlueDark: string;
976
+ primary100: string;
977
+ primary200: string;
978
+ primary300: string;
979
+ primary400: string;
980
+ primary500: string;
981
+ primary600: string;
982
+ primary700: string;
983
+ primary800: string;
984
+ primary900: string;
985
+ primary1000: string;
986
+ primary1100: string;
987
+ primary1200: string;
1033
988
  };
1034
989
  space: {
1035
- "0": any;
1036
- "1": any;
1037
- "2": any;
1038
- "3": any;
1039
- "4": any;
1040
- "5": any;
1041
- "6": any;
1042
- "7": any;
1043
- "8": any;
1044
- "9": any;
1045
- "24": any;
990
+ "0": string;
991
+ "1": string;
992
+ "2": string;
993
+ "3": string;
994
+ "4": string;
995
+ "5": string;
996
+ "6": string;
997
+ "7": string;
998
+ "8": string;
999
+ "9": string;
1000
+ "24": string;
1046
1001
  };
1047
1002
  fontSizes: {
1048
- xs: any;
1049
- sm: any;
1050
- md: any;
1051
- lg: any;
1052
- xl: any;
1053
- "2xl": any;
1054
- "3xl": any;
1055
- "4xl": any;
1003
+ xs: string;
1004
+ sm: string;
1005
+ md: string;
1006
+ lg: string;
1007
+ xl: string;
1008
+ "2xl": string;
1009
+ "3xl": string;
1010
+ "4xl": string;
1056
1011
  };
1057
1012
  fonts: {
1058
- sans: any;
1059
- mono: any;
1060
- display: any;
1061
- body: any;
1013
+ sans: string;
1014
+ mono: string;
1015
+ display: string;
1016
+ body: string;
1062
1017
  };
1063
1018
  sizes: {
1064
- "0": any;
1065
- "1": any;
1066
- "2": any;
1067
- "3": any;
1068
- "4": any;
1069
- "5": any;
1070
- "6": any;
1071
- "7": any;
1072
- "8": any;
1019
+ "0": string;
1020
+ "1": string;
1021
+ "2": string;
1022
+ "3": string;
1023
+ "4": string;
1024
+ "5": string;
1025
+ "6": string;
1026
+ "7": string;
1027
+ "8": string;
1073
1028
  };
1074
1029
  radii: {
1075
- "0": any;
1076
- "1": any;
1077
- "2": any;
1078
- "3": any;
1079
- round: any;
1030
+ "0": string;
1031
+ "1": string;
1032
+ "2": string;
1033
+ "3": string;
1034
+ round: string;
1080
1035
  };
1081
1036
  shadows: {
1082
- "0": any;
1083
- "1": any;
1084
- "2": any;
1085
- "3": any;
1037
+ "0": string;
1038
+ "1": string;
1039
+ "2": string;
1040
+ "3": string;
1086
1041
  };
1087
1042
  ratios: {
1088
- "16-9": any;
1089
- "3-2": any;
1090
- "4-3": any;
1091
- "1-1": any;
1092
- "3-4": any;
1043
+ "16-9": string;
1044
+ "3-2": string;
1045
+ "4-3": string;
1046
+ "1-1": string;
1047
+ "3-4": string;
1093
1048
  };
1094
1049
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1095
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1050
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1096
1051
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1097
1052
  };
1098
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1053
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1099
1054
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1100
1055
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1101
1056
  };
1102
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1057
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1103
1058
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1104
1059
  };
1105
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1060
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1106
1061
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
1062
  };
1108
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1063
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1109
1064
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1110
1065
  };
1111
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1066
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1112
1067
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1113
1068
  };
1114
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1069
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1115
1070
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1116
1071
  };
1117
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1072
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1118
1073
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1119
1074
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
1075
  };
1121
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1076
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1122
1077
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
1078
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1124
1079
  };
1125
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1080
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1126
1081
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1127
1082
  };
1128
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1129
1084
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1130
1085
  };
1131
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1086
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1132
1087
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1133
1088
  };
1134
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1135
1090
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1136
1091
  };
1137
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1138
1093
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1139
1094
  };
1140
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1095
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1141
1096
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1142
1097
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1143
1098
  };
1144
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1099
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1145
1100
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1146
1101
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1147
1102
  };
1148
1103
  }>>;
1149
- export declare type InputTextProps = Omit<React.ComponentProps<typeof StyledInputText>, 'size' | 'type' | 'as'> & {
1104
+ export type InputTextProps = Omit<React.ComponentProps<typeof StyledInputText>, 'size' | 'type' | 'as'> & {
1150
1105
  size: React.ComponentProps<typeof Text>['size'];
1151
1106
  type?: 'text' | 'number' | 'email' | 'password' | 'tel' | 'url' | 'search';
1152
1107
  as?: never;
1153
1108
  };
1154
1109
  export declare const InputText: React.ForwardRefExoticComponent<InputTextProps>;
1155
- declare type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
1156
- export declare type InputProps = Omit<React.ComponentProps<typeof InputText>, 'size' | 'state'> & {
1110
+ type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
1111
+ export type InputProps = Omit<React.ComponentProps<typeof InputText>, 'size' | 'state'> & {
1157
1112
  size?: InputBackgroundProps['size'];
1158
1113
  state?: InputBackgroundProps['state'];
1159
1114
  };