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

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