@atom-learning/components 3.30.0 → 4.0.0-beta.10

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