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