@atom-learning/components 3.29.3 → 3.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/components/accordion/Accordion.d.ts +297 -297
  3. package/dist/components/accordion/AccordionContent.d.ts +295 -295
  4. package/dist/components/accordion/AccordionItem.d.ts +295 -295
  5. package/dist/components/accordion/AccordionTrigger.d.ts +297 -665
  6. package/dist/components/action-icon/ActionIcon.d.ts +297 -297
  7. package/dist/components/action-icon/ActionIcon.js +1 -1
  8. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  9. package/dist/components/alert-dialog/AlertDialog.d.ts +651 -653
  10. package/dist/components/alert-dialog/AlertDialogContent.d.ts +295 -295
  11. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  12. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  13. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  15. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  16. package/dist/components/avatar/Avatar.d.ts +595 -970
  17. package/dist/components/badge/Badge.context.d.ts +2 -2
  18. package/dist/components/badge/Badge.d.ts +1841 -1843
  19. package/dist/components/badge/BadgeIcon.d.ts +591 -591
  20. package/dist/components/badge/BadgeText.d.ts +594 -594
  21. package/dist/components/banner/Banner.d.ts +0 -1
  22. package/dist/components/banner/BannerContainer.d.ts +594 -594
  23. package/dist/components/banner/BannerContext.d.ts +2 -2
  24. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1399 -2930
  25. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  26. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +590 -590
  27. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +594 -594
  28. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1400 -2556
  29. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +296 -296
  30. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +593 -593
  31. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +594 -594
  32. package/dist/components/box/Box.d.ts +295 -295
  33. package/dist/components/button/Button.d.ts +296 -296
  34. package/dist/components/calendar/Calendar.d.ts +2 -2
  35. package/dist/components/calendar/Day.d.ts +295 -295
  36. package/dist/components/carousel/Carousel.d.ts +944 -1316
  37. package/dist/components/carousel/CarouselPagination.d.ts +296 -297
  38. package/dist/components/carousel/CarouselSlide.d.ts +296 -296
  39. package/dist/components/carousel/CarouselSlider.d.ts +296 -297
  40. package/dist/components/checkbox/Checkbox.d.ts +295 -295
  41. package/dist/components/checkbox-group/CheckboxGroup.d.ts +904 -904
  42. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  43. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  44. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  45. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  46. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  47. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  48. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1333 -1333
  49. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  50. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  51. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  52. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  53. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  54. package/dist/components/chip/Chip.d.ts +2079 -2079
  55. package/dist/components/chip/ChipGroup.d.ts +1 -1
  56. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +892 -1266
  57. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  58. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  59. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +892 -1266
  60. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  61. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  62. package/dist/components/combobox/Combobox.d.ts +1479 -1480
  63. package/dist/components/combobox/ComboboxInput.d.ts +297 -297
  64. package/dist/components/combobox/ComboboxList.d.ts +296 -296
  65. package/dist/components/combobox/ComboboxOption.d.ts +296 -296
  66. package/dist/components/combobox/ComboboxPopover.d.ts +296 -296
  67. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  68. package/dist/components/data-table/DataTable.d.ts +3387 -3406
  69. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  70. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  71. package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
  72. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  73. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  74. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  75. package/dist/components/data-table/DataTableError.d.ts +1 -1
  76. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  77. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  78. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  79. package/dist/components/data-table/DataTableLoading.d.ts +298 -298
  80. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  81. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  82. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  83. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  84. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  85. package/dist/components/data-table/DataTableTable.js +1 -1
  86. package/dist/components/data-table/DataTableTable.js.map +1 -1
  87. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  88. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  89. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  90. package/dist/components/data-table/pagination/Pagination.d.ts +296 -296
  91. package/dist/components/date-field/DateField.d.ts +1 -1
  92. package/dist/components/date-input/DateInput.d.ts +1 -1
  93. package/dist/components/dialog/Dialog.d.ts +1480 -2232
  94. package/dist/components/dialog/DialogBackground.d.ts +590 -590
  95. package/dist/components/dialog/DialogClose.d.ts +295 -296
  96. package/dist/components/dialog/DialogContent.d.ts +297 -297
  97. package/dist/components/dismissible/index.d.ts +0 -1
  98. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  99. package/dist/components/dismissible-group/index.d.ts +0 -1
  100. package/dist/components/divider/Divider.d.ts +295 -295
  101. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  102. package/dist/components/drawer/Drawer.d.ts +1183 -1946
  103. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  104. package/dist/components/drawer/DrawerContent.d.ts +296 -296
  105. package/dist/components/drawer/DrawerFooter.d.ts +295 -295
  106. package/dist/components/drawer/DrawerHeader.d.ts +295 -295
  107. package/dist/components/drawer/DrawerMain.d.ts +295 -295
  108. package/dist/components/drawer/DrawerOverlay.d.ts +295 -296
  109. package/dist/components/drawer/DrawerTrigger.d.ts +295 -296
  110. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1477 -1844
  111. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +295 -296
  112. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +295 -296
  113. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -369
  114. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +295 -296
  115. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +295 -296
  116. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  117. package/dist/components/empty-state/EmptyState.d.ts +2078 -2078
  118. package/dist/components/empty-state/EmptyStateBody.d.ts +594 -594
  119. package/dist/components/empty-state/EmptyStateImage.d.ts +593 -593
  120. package/dist/components/empty-state/EmptyStateTitle.d.ts +297 -297
  121. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  122. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  123. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  124. package/dist/components/file-input/FileInput.d.ts +1 -1
  125. package/dist/components/flex/Flex.d.ts +298 -298
  126. package/dist/components/form/Form.d.ts +296 -296
  127. package/dist/components/form/validation.d.ts +5 -5
  128. package/dist/components/grid/Grid.d.ts +296 -296
  129. package/dist/components/heading/Heading.d.ts +297 -297
  130. package/dist/components/icon/Icon.d.ts +296 -296
  131. package/dist/components/image/Image.d.ts +296 -296
  132. package/dist/components/inline-message/InlineMessage.d.ts +594 -594
  133. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  134. package/dist/components/input/Input.d.ts +891 -891
  135. package/dist/components/input-field/InputField.d.ts +1 -1
  136. package/dist/components/label/Label.d.ts +296 -296
  137. package/dist/components/link/Link.d.ts +297 -297
  138. package/dist/components/list/List.d.ts +593 -593
  139. package/dist/components/loader/Loader.d.ts +1 -1
  140. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  141. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  142. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +296 -296
  143. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  144. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  145. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  146. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  147. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  148. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  149. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  150. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  151. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  152. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  153. package/dist/components/navigation/NavigationMenu.d.ts +2809 -2095
  154. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  155. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +296 -296
  156. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +592 -592
  157. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +295 -295
  158. package/dist/components/navigation/NavigationMenuLink.d.ts +295 -295
  159. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3340 -3342
  160. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  161. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +296 -296
  162. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +296 -296
  163. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +591 -591
  164. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +296 -296
  165. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  166. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +296 -296
  167. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +295 -296
  168. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +593 -593
  169. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  170. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  171. package/dist/components/pagination/Pagination.d.ts +1 -3
  172. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  173. package/dist/components/pagination/PaginationNextButton.d.ts +593 -593
  174. package/dist/components/pagination/PaginationPreviousButton.d.ts +593 -593
  175. package/dist/components/pagination/types.d.ts +3 -4
  176. package/dist/components/password-field/PasswordField.d.ts +1 -1
  177. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  178. package/dist/components/popover/Popover.d.ts +592 -592
  179. package/dist/components/popover/PopoverContent.d.ts +296 -296
  180. package/dist/components/progress-bar/ProgressBar.d.ts +296 -296
  181. package/dist/components/radio-button/RadioButton.d.ts +296 -296
  182. package/dist/components/radio-button/RadioButtonGroup.d.ts +295 -296
  183. package/dist/components/radio-button-field/RadioButtonField.d.ts +302 -302
  184. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  185. package/dist/components/radio-card/RadioCard.d.ts +296 -296
  186. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  187. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  188. package/dist/components/search-field/SearchField.d.ts +1 -1
  189. package/dist/components/search-input/SearchInput.d.ts +1 -1
  190. package/dist/components/section-message/SectionMessage.d.ts +598 -2485
  191. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  192. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  193. package/dist/components/select/Select.d.ts +296 -296
  194. package/dist/components/select-field/SelectField.d.ts +1 -1
  195. package/dist/components/side-bar/SideBar.d.ts +2364 -2364
  196. package/dist/components/side-bar/SideBarComponents.d.ts +2068 -2069
  197. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  198. package/dist/components/slider/Slider.d.ts +297 -297
  199. package/dist/components/slider/SliderSteps.d.ts +2 -2
  200. package/dist/components/slider/SliderValue.d.ts +2 -2
  201. package/dist/components/slider-field/SliderField.d.ts +1 -1
  202. package/dist/components/sortable/Handle.d.ts +594 -594
  203. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  204. package/dist/components/sortable/SortableItem.d.ts +1 -1
  205. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  206. package/dist/components/sortable/index.d.ts +0 -1
  207. package/dist/components/spacer/Spacer.d.ts +295 -295
  208. package/dist/components/stack-content/StackContent.d.ts +296 -296
  209. package/dist/components/stepper/Stepper.d.ts +2 -792
  210. package/dist/components/stepper/StepperStepBullet.d.ts +593 -593
  211. package/dist/components/stepper/StepperStepContainer.d.ts +593 -593
  212. package/dist/components/stepper/StepperStepLabel.d.ts +592 -593
  213. package/dist/components/stepper/types.d.ts +3 -3
  214. package/dist/components/switch/Switch.d.ts +296 -296
  215. package/dist/components/table/Table.d.ts +2366 -2368
  216. package/dist/components/table/Table.js +1 -1
  217. package/dist/components/table/Table.js.map +1 -1
  218. package/dist/components/table/TableBody.d.ts +296 -296
  219. package/dist/components/table/TableCell.d.ts +295 -295
  220. package/dist/components/table/TableFooter.d.ts +295 -295
  221. package/dist/components/table/TableFooterCell.d.ts +295 -295
  222. package/dist/components/table/TableHeader.d.ts +296 -296
  223. package/dist/components/table/TableHeaderCell.d.ts +295 -295
  224. package/dist/components/table/TableRow.d.ts +295 -295
  225. package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
  226. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  227. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  228. package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
  229. package/dist/components/table/useStickyColumnsCss.js +1 -1
  230. package/dist/components/table/useStickyColumnsCss.js.map +1 -1
  231. package/dist/components/tabs/Tabs.d.ts +1303 -1307
  232. package/dist/components/tabs/TabsContent.d.ts +295 -296
  233. package/dist/components/tabs/TabsTrigger.d.ts +295 -295
  234. package/dist/components/tabs/TabsTriggerList.d.ts +297 -665
  235. package/dist/components/text/Text.d.ts +297 -297
  236. package/dist/components/textarea/Textarea.d.ts +296 -296
  237. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  238. package/dist/components/tile/Tile.d.ts +296 -296
  239. package/dist/components/tile/TileGroup.d.ts +298 -298
  240. package/dist/components/tile-interactive/TileInteractive.d.ts +592 -592
  241. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +888 -888
  242. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  243. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  244. package/dist/components/toast/Toast.d.ts +595 -970
  245. package/dist/components/toast/ToastProvider.d.ts +1 -1
  246. package/dist/components/toggle-group/ToggleGroupButton.d.ts +590 -590
  247. package/dist/components/toggle-group/ToggleGroupItem.d.ts +590 -591
  248. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +297 -297
  249. package/dist/components/toggle-group/index.d.ts +1778 -1779
  250. package/dist/components/tooltip/Tooltip.d.ts +591 -591
  251. package/dist/components/tooltip/TooltipContent.d.ts +296 -296
  252. package/dist/components/top-bar/TopBar.d.ts +1483 -1483
  253. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  254. package/dist/components/top-bar/TopBarBrand.d.ts +888 -888
  255. package/dist/components/tree/Tree.d.ts +3740 -3742
  256. package/dist/components/tree/TreeCollapsible.d.ts +296 -296
  257. package/dist/components/tree/TreeCollapsibleContent.d.ts +296 -296
  258. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  259. package/dist/components/tree/TreeIcon.d.ts +591 -591
  260. package/dist/components/tree/TreeItem.d.ts +1 -1
  261. package/dist/components/tree/TreeItemContent.d.ts +299 -299
  262. package/dist/components/tree/TreeList.d.ts +1 -1
  263. package/dist/components/tree/TreeListItem.d.ts +299 -299
  264. package/dist/components/tree/TreeText.d.ts +1 -1
  265. package/dist/components/video/Video.d.ts +296 -296
  266. package/dist/docgen.json +1 -1
  267. package/dist/experiments/color-scheme/ColorScheme.d.ts +298 -298
  268. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  269. package/dist/index.cjs.js +1 -1
  270. package/dist/index.cjs.js.map +1 -1
  271. package/dist/stitches.d.ts +2470 -2468
  272. package/dist/types/navigatorActions.types.d.ts +1 -1
  273. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  274. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -300
  275. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  276. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  277. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  278. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  279. package/dist/utilities/hooks/useSize.d.ts +2 -2
  280. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  281. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +590 -590
  282. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  283. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  284. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  285. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  286. package/dist/utilities/style/capsize.d.ts +1 -1
  287. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  288. package/dist/utilities/style/focus-visible-style-block.d.ts +2 -2
  289. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  290. package/dist/utilities/types.d.ts +1 -1
  291. package/dist/utilities/uri/index.d.ts +2 -2
  292. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { Box } from '../box';
3
3
  import type { CheckboxGroupItemValue } from './CheckboxGroup.types';
4
- declare type CheckboxGroupRootProps = Omit<React.ComponentProps<typeof Box>, 'defaultChecked'> & {
4
+ type CheckboxGroupRootProps = Omit<React.ComponentProps<typeof Box>, 'defaultChecked'> & {
5
5
  checked?: CheckboxGroupItemValue[];
6
6
  onCheckedChange?: (checked: CheckboxGroupItemValue[]) => void;
7
7
  defaultChecked?: CheckboxGroupItemValue[];
@@ -30,357 +30,357 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
30
30
  hover: string;
31
31
  }, {
32
32
  colors: {
33
- textBold: any;
34
- textRegular: any;
35
- textSubtle: any;
36
- textMinimal: any;
37
- background: any;
38
- backgroundAccent: any;
39
- grey100: any;
40
- grey200: any;
41
- grey300: any;
42
- grey400: any;
43
- grey500: any;
44
- grey600: any;
45
- grey700: any;
46
- grey800: any;
47
- grey900: any;
48
- grey1000: any;
49
- grey1100: any;
50
- grey1200: any;
51
- blue100: any;
52
- blue200: any;
53
- blue300: any;
54
- blue400: any;
55
- blue500: any;
56
- blue600: any;
57
- blue700: any;
58
- blue800: any;
59
- blue900: any;
60
- blue1000: any;
61
- blue1100: any;
62
- blue1200: any;
63
- purple100: any;
64
- purple200: any;
65
- purple300: any;
66
- purple400: any;
67
- purple500: any;
68
- purple600: any;
69
- purple700: any;
70
- purple800: any;
71
- purple900: any;
72
- purple1000: any;
73
- purple1100: any;
74
- purple1200: any;
75
- cyan100: any;
76
- cyan200: any;
77
- cyan300: any;
78
- cyan400: any;
79
- cyan500: any;
80
- cyan600: any;
81
- cyan700: any;
82
- cyan800: any;
83
- cyan900: any;
84
- cyan1000: any;
85
- cyan1100: any;
86
- cyan1200: any;
87
- green100: any;
88
- green200: any;
89
- green300: any;
90
- green400: any;
91
- green500: any;
92
- green600: any;
93
- green700: any;
94
- green800: any;
95
- green900: any;
96
- green1000: any;
97
- green1100: any;
98
- green1200: any;
99
- magenta100: any;
100
- magenta200: any;
101
- magenta300: any;
102
- magenta400: any;
103
- magenta500: any;
104
- magenta600: any;
105
- magenta700: any;
106
- magenta800: any;
107
- magenta900: any;
108
- magenta1000: any;
109
- magenta1100: any;
110
- magenta1200: any;
111
- red100: any;
112
- red200: any;
113
- red300: any;
114
- red400: any;
115
- red500: any;
116
- red600: any;
117
- red700: any;
118
- red800: any;
119
- red900: any;
120
- red1000: any;
121
- red1100: any;
122
- red1200: any;
123
- teal100: any;
124
- teal200: any;
125
- teal300: any;
126
- teal400: any;
127
- teal500: any;
128
- teal600: any;
129
- teal700: any;
130
- teal800: any;
131
- teal900: any;
132
- teal1000: any;
133
- teal1100: any;
134
- teal1200: any;
135
- orange100: any;
136
- orange200: any;
137
- orange300: any;
138
- orange400: any;
139
- orange500: any;
140
- orange600: any;
141
- orange700: any;
142
- orange800: any;
143
- orange900: any;
144
- orange1000: any;
145
- orange1100: any;
146
- orange1200: any;
147
- yellow100: any;
148
- yellow200: any;
149
- yellow300: any;
150
- yellow400: any;
151
- yellow500: any;
152
- yellow600: any;
153
- yellow700: any;
154
- yellow800: any;
155
- yellow900: any;
156
- yellow1000: any;
157
- yellow1100: any;
158
- yellow1200: any;
159
- lime100: any;
160
- lime200: any;
161
- lime300: any;
162
- lime400: any;
163
- lime500: any;
164
- lime600: any;
165
- lime700: any;
166
- lime800: any;
167
- lime900: any;
168
- lime1000: any;
169
- lime1100: any;
170
- lime1200: any;
171
- lapis100: any;
172
- lapis200: any;
173
- lapis300: any;
174
- lapis400: any;
175
- lapis500: any;
176
- lapis600: any;
177
- lapis700: any;
178
- lapis800: any;
179
- lapis900: any;
180
- lapis1000: any;
181
- lapis1100: any;
182
- lapis1200: any;
183
- maroon100: any;
184
- maroon200: any;
185
- maroon300: any;
186
- maroon400: any;
187
- maroon500: any;
188
- maroon600: any;
189
- maroon700: any;
190
- maroon800: any;
191
- maroon900: any;
192
- maroon1000: any;
193
- maroon1100: any;
194
- maroon1200: any;
195
- marsh100: any;
196
- marsh200: any;
197
- marsh300: any;
198
- marsh400: any;
199
- marsh500: any;
200
- marsh600: any;
201
- marsh700: any;
202
- marsh800: any;
203
- marsh900: any;
204
- marsh1000: any;
205
- marsh1100: any;
206
- marsh1200: any;
207
- tonal50: any;
208
- tonal100: any;
209
- tonal200: any;
210
- tonal300: any;
211
- tonal400: any;
212
- tonal500: any;
213
- tonal600: any;
214
- alpha100: any;
215
- alpha150: any;
216
- alpha200: any;
217
- alpha250: any;
218
- alpha600: any;
219
- brandRed: any;
220
- brandRedAccent: any;
221
- brandGreen: any;
222
- brandGreenAccent: any;
223
- brandPurple: any;
224
- brandPurpleAccent: any;
225
- brandYellow: any;
226
- brandYellowAccent: any;
227
- infoLight: any;
228
- info: any;
229
- infoMid: any;
230
- infoDark: any;
231
- successLight: any;
232
- success: any;
233
- successMid: any;
234
- successDark: any;
235
- dangerLight: any;
236
- danger: any;
237
- dangerMid: any;
238
- dangerDark: any;
239
- warningLight: any;
240
- warning: any;
241
- warningMid: any;
242
- warningDark: any;
243
- warningText: any;
244
- subjectEnglish: any;
245
- subjectMaths: any;
246
- subjectScience: any;
247
- subjectVerbalReasoning: any;
248
- subjectNonVerbalReasoning: any;
249
- subjectCreativeWriting: any;
250
- subjectExamSkills: any;
251
- glBlueLight: any;
252
- glBluePrimary: any;
253
- glBlueDark: any;
254
- primary100: any;
255
- primary200: any;
256
- primary300: any;
257
- primary400: any;
258
- primary500: any;
259
- primary600: any;
260
- primary700: any;
261
- primary800: any;
262
- primary900: any;
263
- primary1000: any;
264
- primary1100: any;
265
- primary1200: any;
33
+ textBold: string;
34
+ textRegular: string;
35
+ textSubtle: string;
36
+ textMinimal: string;
37
+ background: string;
38
+ backgroundAccent: string;
39
+ grey100: string;
40
+ grey200: string;
41
+ grey300: string;
42
+ grey400: string;
43
+ grey500: string;
44
+ grey600: string;
45
+ grey700: string;
46
+ grey800: string;
47
+ grey900: string;
48
+ grey1000: string;
49
+ grey1100: string;
50
+ grey1200: string;
51
+ blue100: string;
52
+ blue200: string;
53
+ blue300: string;
54
+ blue400: string;
55
+ blue500: string;
56
+ blue600: string;
57
+ blue700: string;
58
+ blue800: string;
59
+ blue900: string;
60
+ blue1000: string;
61
+ blue1100: string;
62
+ blue1200: string;
63
+ purple100: string;
64
+ purple200: string;
65
+ purple300: string;
66
+ purple400: string;
67
+ purple500: string;
68
+ purple600: string;
69
+ purple700: string;
70
+ purple800: string;
71
+ purple900: string;
72
+ purple1000: string;
73
+ purple1100: string;
74
+ purple1200: string;
75
+ cyan100: string;
76
+ cyan200: string;
77
+ cyan300: string;
78
+ cyan400: string;
79
+ cyan500: string;
80
+ cyan600: string;
81
+ cyan700: string;
82
+ cyan800: string;
83
+ cyan900: string;
84
+ cyan1000: string;
85
+ cyan1100: string;
86
+ cyan1200: string;
87
+ green100: string;
88
+ green200: string;
89
+ green300: string;
90
+ green400: string;
91
+ green500: string;
92
+ green600: string;
93
+ green700: string;
94
+ green800: string;
95
+ green900: string;
96
+ green1000: string;
97
+ green1100: string;
98
+ green1200: string;
99
+ magenta100: string;
100
+ magenta200: string;
101
+ magenta300: string;
102
+ magenta400: string;
103
+ magenta500: string;
104
+ magenta600: string;
105
+ magenta700: string;
106
+ magenta800: string;
107
+ magenta900: string;
108
+ magenta1000: string;
109
+ magenta1100: string;
110
+ magenta1200: string;
111
+ red100: string;
112
+ red200: string;
113
+ red300: string;
114
+ red400: string;
115
+ red500: string;
116
+ red600: string;
117
+ red700: string;
118
+ red800: string;
119
+ red900: string;
120
+ red1000: string;
121
+ red1100: string;
122
+ red1200: string;
123
+ teal100: string;
124
+ teal200: string;
125
+ teal300: string;
126
+ teal400: string;
127
+ teal500: string;
128
+ teal600: string;
129
+ teal700: string;
130
+ teal800: string;
131
+ teal900: string;
132
+ teal1000: string;
133
+ teal1100: string;
134
+ teal1200: string;
135
+ orange100: string;
136
+ orange200: string;
137
+ orange300: string;
138
+ orange400: string;
139
+ orange500: string;
140
+ orange600: string;
141
+ orange700: string;
142
+ orange800: string;
143
+ orange900: string;
144
+ orange1000: string;
145
+ orange1100: string;
146
+ orange1200: string;
147
+ yellow100: string;
148
+ yellow200: string;
149
+ yellow300: string;
150
+ yellow400: string;
151
+ yellow500: string;
152
+ yellow600: string;
153
+ yellow700: string;
154
+ yellow800: string;
155
+ yellow900: string;
156
+ yellow1000: string;
157
+ yellow1100: string;
158
+ yellow1200: string;
159
+ lime100: string;
160
+ lime200: string;
161
+ lime300: string;
162
+ lime400: string;
163
+ lime500: string;
164
+ lime600: string;
165
+ lime700: string;
166
+ lime800: string;
167
+ lime900: string;
168
+ lime1000: string;
169
+ lime1100: string;
170
+ lime1200: string;
171
+ lapis100: string;
172
+ lapis200: string;
173
+ lapis300: string;
174
+ lapis400: string;
175
+ lapis500: string;
176
+ lapis600: string;
177
+ lapis700: string;
178
+ lapis800: string;
179
+ lapis900: string;
180
+ lapis1000: string;
181
+ lapis1100: string;
182
+ lapis1200: string;
183
+ maroon100: string;
184
+ maroon200: string;
185
+ maroon300: string;
186
+ maroon400: string;
187
+ maroon500: string;
188
+ maroon600: string;
189
+ maroon700: string;
190
+ maroon800: string;
191
+ maroon900: string;
192
+ maroon1000: string;
193
+ maroon1100: string;
194
+ maroon1200: string;
195
+ marsh100: string;
196
+ marsh200: string;
197
+ marsh300: string;
198
+ marsh400: string;
199
+ marsh500: string;
200
+ marsh600: string;
201
+ marsh700: string;
202
+ marsh800: string;
203
+ marsh900: string;
204
+ marsh1000: string;
205
+ marsh1100: string;
206
+ marsh1200: string;
207
+ tonal50: string;
208
+ tonal100: string;
209
+ tonal200: string;
210
+ tonal300: string;
211
+ tonal400: string;
212
+ tonal500: string;
213
+ tonal600: string;
214
+ alpha100: string;
215
+ alpha150: string;
216
+ alpha200: string;
217
+ alpha250: string;
218
+ alpha600: string;
219
+ brandRed: string;
220
+ brandRedAccent: string;
221
+ brandGreen: string;
222
+ brandGreenAccent: string;
223
+ brandPurple: string;
224
+ brandPurpleAccent: string;
225
+ brandYellow: string;
226
+ brandYellowAccent: string;
227
+ infoLight: string;
228
+ info: string;
229
+ infoMid: string;
230
+ infoDark: string;
231
+ successLight: string;
232
+ success: string;
233
+ successMid: string;
234
+ successDark: string;
235
+ dangerLight: string;
236
+ danger: string;
237
+ dangerMid: string;
238
+ dangerDark: string;
239
+ warningLight: string;
240
+ warning: string;
241
+ warningMid: string;
242
+ warningDark: string;
243
+ warningText: string;
244
+ subjectEnglish: string;
245
+ subjectMaths: string;
246
+ subjectScience: string;
247
+ subjectVerbalReasoning: string;
248
+ subjectNonVerbalReasoning: string;
249
+ subjectCreativeWriting: string;
250
+ subjectExamSkills: string;
251
+ glBlueLight: string;
252
+ glBluePrimary: string;
253
+ glBlueDark: string;
254
+ primary100: string;
255
+ primary200: string;
256
+ primary300: string;
257
+ primary400: string;
258
+ primary500: string;
259
+ primary600: string;
260
+ primary700: string;
261
+ primary800: string;
262
+ primary900: string;
263
+ primary1000: string;
264
+ primary1100: string;
265
+ primary1200: string;
266
266
  };
267
267
  space: {
268
- "0": any;
269
- "1": any;
270
- "2": any;
271
- "3": any;
272
- "4": any;
273
- "5": any;
274
- "6": any;
275
- "7": any;
276
- "8": any;
277
- "9": any;
278
- "24": any;
268
+ "0": string;
269
+ "1": string;
270
+ "2": string;
271
+ "3": string;
272
+ "4": string;
273
+ "5": string;
274
+ "6": string;
275
+ "7": string;
276
+ "8": string;
277
+ "9": string;
278
+ "24": string;
279
279
  };
280
280
  fontSizes: {
281
- xs: any;
282
- sm: any;
283
- md: any;
284
- lg: any;
285
- xl: any;
286
- "2xl": any;
287
- "3xl": any;
288
- "4xl": any;
281
+ xs: string;
282
+ sm: string;
283
+ md: string;
284
+ lg: string;
285
+ xl: string;
286
+ "2xl": string;
287
+ "3xl": string;
288
+ "4xl": string;
289
289
  };
290
290
  fonts: {
291
- sans: any;
292
- mono: any;
293
- display: any;
294
- body: any;
291
+ sans: string;
292
+ mono: string;
293
+ display: string;
294
+ body: string;
295
295
  };
296
296
  sizes: {
297
- "0": any;
298
- "1": any;
299
- "2": any;
300
- "3": any;
301
- "4": any;
302
- "5": any;
303
- "6": any;
304
- "7": any;
305
- "8": any;
297
+ "0": string;
298
+ "1": string;
299
+ "2": string;
300
+ "3": string;
301
+ "4": string;
302
+ "5": string;
303
+ "6": string;
304
+ "7": string;
305
+ "8": string;
306
306
  };
307
307
  radii: {
308
- "0": any;
309
- "1": any;
310
- "2": any;
311
- "3": any;
312
- round: any;
308
+ "0": string;
309
+ "1": string;
310
+ "2": string;
311
+ "3": string;
312
+ round: string;
313
313
  };
314
314
  shadows: {
315
- "0": any;
316
- "1": any;
317
- "2": any;
318
- "3": any;
315
+ "0": string;
316
+ "1": string;
317
+ "2": string;
318
+ "3": string;
319
319
  };
320
320
  ratios: {
321
- "16-9": any;
322
- "3-2": any;
323
- "4-3": any;
324
- "1-1": any;
325
- "3-4": any;
321
+ "16-9": string;
322
+ "3-2": string;
323
+ "4-3": string;
324
+ "1-1": string;
325
+ "3-4": string;
326
326
  };
327
327
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
328
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
328
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
329
329
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
330
330
  };
331
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
331
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
332
332
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
333
333
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
334
334
  };
335
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
336
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
337
  };
338
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
339
339
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
340
  };
341
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
342
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
343
  };
344
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
345
345
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
346
  };
347
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
348
348
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
349
  };
350
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
350
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
351
351
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
352
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
353
  };
354
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
354
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
355
355
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
356
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
357
  };
358
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
359
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
360
  };
361
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
362
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
363
  };
364
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
365
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
366
  };
367
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
368
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
369
  };
370
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
370
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
371
371
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
372
  };
373
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
373
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
374
374
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
375
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
376
  };
377
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
377
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
378
378
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
379
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
380
  };
381
381
  }> | undefined;
382
382
  }, "defaultChecked" | "checked" | "onCheckedChange"> & {
383
- onCheckedChange?: ((newChecked: boolean) => void) | undefined;
383
+ onCheckedChange?: (newChecked: boolean) => void;
384
384
  }) => JSX.Element;
385
385
  AllItem: ({ onCheckedChange, title, ...rest }: {
386
386
  color?: string | undefined;
@@ -408,355 +408,356 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
408
408
  hover: string;
409
409
  }, {
410
410
  colors: {
411
- textBold: any;
412
- textRegular: any;
413
- textSubtle: any;
414
- textMinimal: any;
415
- background: any;
416
- backgroundAccent: any;
417
- grey100: any;
418
- grey200: any;
419
- grey300: any;
420
- grey400: any;
421
- grey500: any;
422
- grey600: any;
423
- grey700: any;
424
- grey800: any;
425
- grey900: any;
426
- grey1000: any;
427
- grey1100: any;
428
- grey1200: any;
429
- blue100: any;
430
- blue200: any;
431
- blue300: any;
432
- blue400: any;
433
- blue500: any;
434
- blue600: any;
435
- blue700: any;
436
- blue800: any;
437
- blue900: any;
438
- blue1000: any;
439
- blue1100: any;
440
- blue1200: any;
441
- purple100: any;
442
- purple200: any;
443
- purple300: any;
444
- purple400: any;
445
- purple500: any;
446
- purple600: any;
447
- purple700: any;
448
- purple800: any;
449
- purple900: any;
450
- purple1000: any;
451
- purple1100: any;
452
- purple1200: any;
453
- cyan100: any;
454
- cyan200: any;
455
- cyan300: any;
456
- cyan400: any;
457
- cyan500: any;
458
- cyan600: any;
459
- cyan700: any;
460
- cyan800: any;
461
- cyan900: any;
462
- cyan1000: any;
463
- cyan1100: any;
464
- cyan1200: any;
465
- green100: any;
466
- green200: any;
467
- green300: any;
468
- green400: any;
469
- green500: any;
470
- green600: any;
471
- green700: any;
472
- green800: any;
473
- green900: any;
474
- green1000: any;
475
- green1100: any;
476
- green1200: any;
477
- magenta100: any;
478
- magenta200: any;
479
- magenta300: any;
480
- magenta400: any;
481
- magenta500: any;
482
- magenta600: any;
483
- magenta700: any;
484
- magenta800: any;
485
- magenta900: any;
486
- magenta1000: any;
487
- magenta1100: any;
488
- magenta1200: any;
489
- red100: any;
490
- red200: any;
491
- red300: any;
492
- red400: any;
493
- red500: any;
494
- red600: any;
495
- red700: any;
496
- red800: any;
497
- red900: any;
498
- red1000: any;
499
- red1100: any;
500
- red1200: any;
501
- teal100: any;
502
- teal200: any;
503
- teal300: any;
504
- teal400: any;
505
- teal500: any;
506
- teal600: any;
507
- teal700: any;
508
- teal800: any;
509
- teal900: any;
510
- teal1000: any;
511
- teal1100: any;
512
- teal1200: any;
513
- orange100: any;
514
- orange200: any;
515
- orange300: any;
516
- orange400: any;
517
- orange500: any;
518
- orange600: any;
519
- orange700: any;
520
- orange800: any;
521
- orange900: any;
522
- orange1000: any;
523
- orange1100: any;
524
- orange1200: any;
525
- yellow100: any;
526
- yellow200: any;
527
- yellow300: any;
528
- yellow400: any;
529
- yellow500: any;
530
- yellow600: any;
531
- yellow700: any;
532
- yellow800: any;
533
- yellow900: any;
534
- yellow1000: any;
535
- yellow1100: any;
536
- yellow1200: any;
537
- lime100: any;
538
- lime200: any;
539
- lime300: any;
540
- lime400: any;
541
- lime500: any;
542
- lime600: any;
543
- lime700: any;
544
- lime800: any;
545
- lime900: any;
546
- lime1000: any;
547
- lime1100: any;
548
- lime1200: any;
549
- lapis100: any;
550
- lapis200: any;
551
- lapis300: any;
552
- lapis400: any;
553
- lapis500: any;
554
- lapis600: any;
555
- lapis700: any;
556
- lapis800: any;
557
- lapis900: any;
558
- lapis1000: any;
559
- lapis1100: any;
560
- lapis1200: any;
561
- maroon100: any;
562
- maroon200: any;
563
- maroon300: any;
564
- maroon400: any;
565
- maroon500: any;
566
- maroon600: any;
567
- maroon700: any;
568
- maroon800: any;
569
- maroon900: any;
570
- maroon1000: any;
571
- maroon1100: any;
572
- maroon1200: any;
573
- marsh100: any;
574
- marsh200: any;
575
- marsh300: any;
576
- marsh400: any;
577
- marsh500: any;
578
- marsh600: any;
579
- marsh700: any;
580
- marsh800: any;
581
- marsh900: any;
582
- marsh1000: any;
583
- marsh1100: any;
584
- marsh1200: any;
585
- tonal50: any;
586
- tonal100: any;
587
- tonal200: any;
588
- tonal300: any;
589
- tonal400: any;
590
- tonal500: any;
591
- tonal600: any;
592
- alpha100: any;
593
- alpha150: any;
594
- alpha200: any;
595
- alpha250: any;
596
- alpha600: any;
597
- brandRed: any;
598
- brandRedAccent: any;
599
- brandGreen: any;
600
- brandGreenAccent: any;
601
- brandPurple: any;
602
- brandPurpleAccent: any;
603
- brandYellow: any;
604
- brandYellowAccent: any;
605
- infoLight: any;
606
- info: any;
607
- infoMid: any;
608
- infoDark: any;
609
- successLight: any;
610
- success: any;
611
- successMid: any;
612
- successDark: any;
613
- dangerLight: any;
614
- danger: any;
615
- dangerMid: any;
616
- dangerDark: any;
617
- warningLight: any;
618
- warning: any;
619
- warningMid: any;
620
- warningDark: any;
621
- warningText: any;
622
- subjectEnglish: any;
623
- subjectMaths: any;
624
- subjectScience: any;
625
- subjectVerbalReasoning: any;
626
- subjectNonVerbalReasoning: any;
627
- subjectCreativeWriting: any;
628
- subjectExamSkills: any;
629
- glBlueLight: any;
630
- glBluePrimary: any;
631
- glBlueDark: any;
632
- primary100: any;
633
- primary200: any;
634
- primary300: any;
635
- primary400: any;
636
- primary500: any;
637
- primary600: any;
638
- primary700: any;
639
- primary800: any;
640
- primary900: any;
641
- primary1000: any;
642
- primary1100: any;
643
- primary1200: any;
411
+ textBold: string;
412
+ textRegular: string;
413
+ textSubtle: string;
414
+ textMinimal: string;
415
+ background: string;
416
+ backgroundAccent: string;
417
+ grey100: string;
418
+ grey200: string;
419
+ grey300: string;
420
+ grey400: string;
421
+ grey500: string;
422
+ grey600: string;
423
+ grey700: string;
424
+ grey800: string;
425
+ grey900: string;
426
+ grey1000: string;
427
+ grey1100: string;
428
+ grey1200: string;
429
+ blue100: string;
430
+ blue200: string;
431
+ blue300: string;
432
+ blue400: string;
433
+ blue500: string;
434
+ blue600: string;
435
+ blue700: string;
436
+ blue800: string;
437
+ blue900: string;
438
+ blue1000: string;
439
+ blue1100: string;
440
+ blue1200: string;
441
+ purple100: string;
442
+ purple200: string;
443
+ purple300: string;
444
+ purple400: string;
445
+ purple500: string;
446
+ purple600: string;
447
+ purple700: string;
448
+ purple800: string;
449
+ purple900: string;
450
+ purple1000: string;
451
+ purple1100: string;
452
+ purple1200: string;
453
+ cyan100: string;
454
+ cyan200: string;
455
+ cyan300: string;
456
+ cyan400: string;
457
+ cyan500: string;
458
+ cyan600: string;
459
+ cyan700: string;
460
+ cyan800: string;
461
+ cyan900: string;
462
+ cyan1000: string;
463
+ cyan1100: string;
464
+ cyan1200: string;
465
+ green100: string;
466
+ green200: string;
467
+ green300: string;
468
+ green400: string;
469
+ green500: string;
470
+ green600: string;
471
+ green700: string;
472
+ green800: string;
473
+ green900: string;
474
+ green1000: string;
475
+ green1100: string;
476
+ green1200: string;
477
+ magenta100: string;
478
+ magenta200: string;
479
+ magenta300: string;
480
+ magenta400: string;
481
+ magenta500: string;
482
+ magenta600: string;
483
+ magenta700: string;
484
+ magenta800: string;
485
+ magenta900: string;
486
+ magenta1000: string;
487
+ magenta1100: string;
488
+ magenta1200: string;
489
+ red100: string;
490
+ red200: string;
491
+ red300: string;
492
+ red400: string;
493
+ red500: string;
494
+ red600: string;
495
+ red700: string;
496
+ red800: string;
497
+ red900: string;
498
+ red1000: string;
499
+ red1100: string;
500
+ red1200: string;
501
+ teal100: string;
502
+ teal200: string;
503
+ teal300: string;
504
+ teal400: string;
505
+ teal500: string;
506
+ teal600: string;
507
+ teal700: string;
508
+ teal800: string;
509
+ teal900: string;
510
+ teal1000: string;
511
+ teal1100: string;
512
+ teal1200: string;
513
+ orange100: string;
514
+ orange200: string;
515
+ orange300: string;
516
+ orange400: string;
517
+ orange500: string;
518
+ orange600: string;
519
+ orange700: string;
520
+ orange800: string;
521
+ orange900: string;
522
+ orange1000: string;
523
+ orange1100: string;
524
+ orange1200: string;
525
+ yellow100: string;
526
+ yellow200: string;
527
+ yellow300: string;
528
+ yellow400: string;
529
+ yellow500: string;
530
+ yellow600: string;
531
+ yellow700: string;
532
+ yellow800: string;
533
+ yellow900: string;
534
+ yellow1000: string;
535
+ yellow1100: string;
536
+ yellow1200: string;
537
+ lime100: string;
538
+ lime200: string;
539
+ lime300: string;
540
+ lime400: string;
541
+ lime500: string;
542
+ lime600: string;
543
+ lime700: string;
544
+ lime800: string;
545
+ lime900: string;
546
+ lime1000: string;
547
+ lime1100: string;
548
+ lime1200: string;
549
+ lapis100: string;
550
+ lapis200: string;
551
+ lapis300: string;
552
+ lapis400: string;
553
+ lapis500: string;
554
+ lapis600: string;
555
+ lapis700: string;
556
+ lapis800: string;
557
+ lapis900: string;
558
+ lapis1000: string;
559
+ lapis1100: string;
560
+ lapis1200: string;
561
+ maroon100: string;
562
+ maroon200: string;
563
+ maroon300: string;
564
+ maroon400: string;
565
+ maroon500: string;
566
+ maroon600: string;
567
+ maroon700: string;
568
+ maroon800: string;
569
+ maroon900: string;
570
+ maroon1000: string;
571
+ maroon1100: string;
572
+ maroon1200: string;
573
+ marsh100: string;
574
+ marsh200: string;
575
+ marsh300: string;
576
+ marsh400: string;
577
+ marsh500: string;
578
+ marsh600: string;
579
+ marsh700: string;
580
+ marsh800: string;
581
+ marsh900: string;
582
+ marsh1000: string;
583
+ marsh1100: string;
584
+ marsh1200: string;
585
+ tonal50: string;
586
+ tonal100: string;
587
+ tonal200: string;
588
+ tonal300: string;
589
+ tonal400: string;
590
+ tonal500: string;
591
+ tonal600: string;
592
+ alpha100: string;
593
+ alpha150: string;
594
+ alpha200: string;
595
+ alpha250: string;
596
+ alpha600: string;
597
+ brandRed: string;
598
+ brandRedAccent: string;
599
+ brandGreen: string;
600
+ brandGreenAccent: string;
601
+ brandPurple: string;
602
+ brandPurpleAccent: string;
603
+ brandYellow: string;
604
+ brandYellowAccent: string;
605
+ infoLight: string;
606
+ info: string;
607
+ infoMid: string;
608
+ infoDark: string;
609
+ successLight: string;
610
+ success: string;
611
+ successMid: string;
612
+ successDark: string;
613
+ dangerLight: string;
614
+ danger: string;
615
+ dangerMid: string;
616
+ dangerDark: string;
617
+ warningLight: string;
618
+ warning: string;
619
+ warningMid: string;
620
+ warningDark: string;
621
+ warningText: string;
622
+ subjectEnglish: string;
623
+ subjectMaths: string;
624
+ subjectScience: string;
625
+ subjectVerbalReasoning: string;
626
+ subjectNonVerbalReasoning: string;
627
+ subjectCreativeWriting: string;
628
+ subjectExamSkills: string;
629
+ glBlueLight: string;
630
+ glBluePrimary: string;
631
+ glBlueDark: string;
632
+ primary100: string;
633
+ primary200: string;
634
+ primary300: string;
635
+ primary400: string;
636
+ primary500: string;
637
+ primary600: string;
638
+ primary700: string;
639
+ primary800: string;
640
+ primary900: string;
641
+ primary1000: string;
642
+ primary1100: string;
643
+ primary1200: string;
644
644
  };
645
645
  space: {
646
- "0": any;
647
- "1": any;
648
- "2": any;
649
- "3": any;
650
- "4": any;
651
- "5": any;
652
- "6": any;
653
- "7": any;
654
- "8": any;
655
- "9": any;
656
- "24": any;
646
+ "0": string;
647
+ "1": string;
648
+ "2": string;
649
+ "3": string;
650
+ "4": string;
651
+ "5": string;
652
+ "6": string;
653
+ "7": string;
654
+ "8": string;
655
+ "9": string;
656
+ "24": string;
657
657
  };
658
658
  fontSizes: {
659
- xs: any;
660
- sm: any;
661
- md: any;
662
- lg: any;
663
- xl: any;
664
- "2xl": any;
665
- "3xl": any;
666
- "4xl": any;
659
+ xs: string;
660
+ sm: string;
661
+ md: string;
662
+ lg: string;
663
+ xl: string;
664
+ "2xl": string;
665
+ "3xl": string;
666
+ "4xl": string;
667
667
  };
668
668
  fonts: {
669
- sans: any;
670
- mono: any;
671
- display: any;
672
- body: any;
669
+ sans: string;
670
+ mono: string;
671
+ display: string;
672
+ body: string;
673
673
  };
674
674
  sizes: {
675
- "0": any;
676
- "1": any;
677
- "2": any;
678
- "3": any;
679
- "4": any;
680
- "5": any;
681
- "6": any;
682
- "7": any;
683
- "8": any;
675
+ "0": string;
676
+ "1": string;
677
+ "2": string;
678
+ "3": string;
679
+ "4": string;
680
+ "5": string;
681
+ "6": string;
682
+ "7": string;
683
+ "8": string;
684
684
  };
685
685
  radii: {
686
- "0": any;
687
- "1": any;
688
- "2": any;
689
- "3": any;
690
- round: any;
686
+ "0": string;
687
+ "1": string;
688
+ "2": string;
689
+ "3": string;
690
+ round: string;
691
691
  };
692
692
  shadows: {
693
- "0": any;
694
- "1": any;
695
- "2": any;
696
- "3": any;
693
+ "0": string;
694
+ "1": string;
695
+ "2": string;
696
+ "3": string;
697
697
  };
698
698
  ratios: {
699
- "16-9": any;
700
- "3-2": any;
701
- "4-3": any;
702
- "1-1": any;
703
- "3-4": any;
699
+ "16-9": string;
700
+ "3-2": string;
701
+ "4-3": string;
702
+ "1-1": string;
703
+ "3-4": string;
704
704
  };
705
705
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
706
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
706
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
707
707
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
708
708
  };
709
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
709
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
710
710
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
711
711
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
712
712
  };
713
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
713
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
714
714
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
715
  };
716
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
716
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
717
717
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
718
  };
719
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
720
720
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
721
  };
722
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
723
723
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
724
  };
725
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
726
726
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
727
  };
728
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
729
729
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
730
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
731
  };
732
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
732
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
733
733
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
734
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
735
  };
736
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
736
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
737
737
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
738
  };
739
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
739
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
740
740
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
741
  };
742
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
742
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
743
743
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
744
  };
745
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
745
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
746
746
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
747
747
  };
748
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
748
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
749
749
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
750
750
  };
751
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
751
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
752
752
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
753
753
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
754
  };
755
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
755
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
756
756
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
757
757
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
758
  };
759
759
  }> | undefined;
760
+ prefix?: string | undefined;
760
761
  form?: string | undefined;
761
762
  slot?: string | undefined;
762
763
  style?: React.CSSProperties | undefined;
@@ -770,7 +771,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
770
771
  accessKey?: string | undefined;
771
772
  autoFocus?: boolean | undefined;
772
773
  className?: string | undefined;
773
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
774
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
774
775
  contextMenu?: string | undefined;
775
776
  dir?: string | undefined;
776
777
  draggable?: (boolean | "true" | "false") | undefined;
@@ -786,7 +787,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
786
787
  about?: string | undefined;
787
788
  datatype?: string | undefined;
788
789
  inlist?: any;
789
- prefix?: string | undefined;
790
790
  property?: string | undefined;
791
791
  rel?: string | undefined;
792
792
  resource?: string | undefined;
@@ -804,29 +804,29 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
804
804
  results?: number | undefined;
805
805
  security?: string | undefined;
806
806
  unselectable?: "on" | "off" | undefined;
807
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
807
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
808
808
  is?: string | undefined;
809
809
  "aria-activedescendant"?: string | undefined;
810
810
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
811
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
811
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
812
812
  "aria-busy"?: (boolean | "true" | "false") | undefined;
813
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
813
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
814
814
  "aria-colcount"?: number | undefined;
815
815
  "aria-colindex"?: number | undefined;
816
816
  "aria-colspan"?: number | undefined;
817
817
  "aria-controls"?: string | undefined;
818
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
818
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
819
819
  "aria-describedby"?: string | undefined;
820
820
  "aria-details"?: string | undefined;
821
821
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
822
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
822
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
823
823
  "aria-errormessage"?: string | undefined;
824
824
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
825
825
  "aria-flowto"?: string | undefined;
826
826
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
827
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
827
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
828
828
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
829
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
829
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
830
830
  "aria-keyshortcuts"?: string | undefined;
831
831
  "aria-label"?: string | undefined;
832
832
  "aria-labelledby"?: string | undefined;
@@ -839,9 +839,9 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
839
839
  "aria-owns"?: string | undefined;
840
840
  "aria-placeholder"?: string | undefined;
841
841
  "aria-posinset"?: number | undefined;
842
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
842
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
843
843
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
844
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
844
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
845
845
  "aria-required"?: (boolean | "true" | "false") | undefined;
846
846
  "aria-roledescription"?: string | undefined;
847
847
  "aria-rowcount"?: number | undefined;
@@ -854,7 +854,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
854
854
  "aria-valuemin"?: number | undefined;
855
855
  "aria-valuenow"?: number | undefined;
856
856
  "aria-valuetext"?: string | undefined;
857
- children?: React.ReactNode;
857
+ children?: React.ReactNode | undefined;
858
858
  dangerouslySetInnerHTML?: {
859
859
  __html: string | TrustedHTML;
860
860
  } | undefined;
@@ -1018,16 +1018,16 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
1018
1018
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
1019
1019
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1020
1020
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1021
- required?: boolean | undefined;
1022
- asChild?: boolean | undefined;
1021
+ type?: "submit" | "reset" | "button" | undefined;
1023
1022
  disabled?: boolean | undefined;
1024
- type?: "button" | "reset" | "submit" | undefined;
1025
1023
  formAction?: string | undefined;
1026
1024
  formEncType?: string | undefined;
1027
1025
  formMethod?: string | undefined;
1028
1026
  formNoValidate?: boolean | undefined;
1029
1027
  formTarget?: string | undefined;
1030
- value?: string | number | readonly string[] | undefined;
1028
+ value?: string | readonly string[] | number | undefined;
1029
+ required?: boolean | undefined;
1030
+ asChild?: boolean | undefined;
1031
1031
  state?: "error" | ({
1032
1032
  "@sm"?: "error" | undefined;
1033
1033
  "@md"?: "error" | undefined;
@@ -1063,357 +1063,357 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
1063
1063
  hover: string;
1064
1064
  }, {
1065
1065
  colors: {
1066
- textBold: any;
1067
- textRegular: any;
1068
- textSubtle: any;
1069
- textMinimal: any;
1070
- background: any;
1071
- backgroundAccent: any;
1072
- grey100: any;
1073
- grey200: any;
1074
- grey300: any;
1075
- grey400: any;
1076
- grey500: any;
1077
- grey600: any;
1078
- grey700: any;
1079
- grey800: any;
1080
- grey900: any;
1081
- grey1000: any;
1082
- grey1100: any;
1083
- grey1200: any;
1084
- blue100: any;
1085
- blue200: any;
1086
- blue300: any;
1087
- blue400: any;
1088
- blue500: any;
1089
- blue600: any;
1090
- blue700: any;
1091
- blue800: any;
1092
- blue900: any;
1093
- blue1000: any;
1094
- blue1100: any;
1095
- blue1200: any;
1096
- purple100: any;
1097
- purple200: any;
1098
- purple300: any;
1099
- purple400: any;
1100
- purple500: any;
1101
- purple600: any;
1102
- purple700: any;
1103
- purple800: any;
1104
- purple900: any;
1105
- purple1000: any;
1106
- purple1100: any;
1107
- purple1200: any;
1108
- cyan100: any;
1109
- cyan200: any;
1110
- cyan300: any;
1111
- cyan400: any;
1112
- cyan500: any;
1113
- cyan600: any;
1114
- cyan700: any;
1115
- cyan800: any;
1116
- cyan900: any;
1117
- cyan1000: any;
1118
- cyan1100: any;
1119
- cyan1200: any;
1120
- green100: any;
1121
- green200: any;
1122
- green300: any;
1123
- green400: any;
1124
- green500: any;
1125
- green600: any;
1126
- green700: any;
1127
- green800: any;
1128
- green900: any;
1129
- green1000: any;
1130
- green1100: any;
1131
- green1200: any;
1132
- magenta100: any;
1133
- magenta200: any;
1134
- magenta300: any;
1135
- magenta400: any;
1136
- magenta500: any;
1137
- magenta600: any;
1138
- magenta700: any;
1139
- magenta800: any;
1140
- magenta900: any;
1141
- magenta1000: any;
1142
- magenta1100: any;
1143
- magenta1200: any;
1144
- red100: any;
1145
- red200: any;
1146
- red300: any;
1147
- red400: any;
1148
- red500: any;
1149
- red600: any;
1150
- red700: any;
1151
- red800: any;
1152
- red900: any;
1153
- red1000: any;
1154
- red1100: any;
1155
- red1200: any;
1156
- teal100: any;
1157
- teal200: any;
1158
- teal300: any;
1159
- teal400: any;
1160
- teal500: any;
1161
- teal600: any;
1162
- teal700: any;
1163
- teal800: any;
1164
- teal900: any;
1165
- teal1000: any;
1166
- teal1100: any;
1167
- teal1200: any;
1168
- orange100: any;
1169
- orange200: any;
1170
- orange300: any;
1171
- orange400: any;
1172
- orange500: any;
1173
- orange600: any;
1174
- orange700: any;
1175
- orange800: any;
1176
- orange900: any;
1177
- orange1000: any;
1178
- orange1100: any;
1179
- orange1200: any;
1180
- yellow100: any;
1181
- yellow200: any;
1182
- yellow300: any;
1183
- yellow400: any;
1184
- yellow500: any;
1185
- yellow600: any;
1186
- yellow700: any;
1187
- yellow800: any;
1188
- yellow900: any;
1189
- yellow1000: any;
1190
- yellow1100: any;
1191
- yellow1200: any;
1192
- lime100: any;
1193
- lime200: any;
1194
- lime300: any;
1195
- lime400: any;
1196
- lime500: any;
1197
- lime600: any;
1198
- lime700: any;
1199
- lime800: any;
1200
- lime900: any;
1201
- lime1000: any;
1202
- lime1100: any;
1203
- lime1200: any;
1204
- lapis100: any;
1205
- lapis200: any;
1206
- lapis300: any;
1207
- lapis400: any;
1208
- lapis500: any;
1209
- lapis600: any;
1210
- lapis700: any;
1211
- lapis800: any;
1212
- lapis900: any;
1213
- lapis1000: any;
1214
- lapis1100: any;
1215
- lapis1200: any;
1216
- maroon100: any;
1217
- maroon200: any;
1218
- maroon300: any;
1219
- maroon400: any;
1220
- maroon500: any;
1221
- maroon600: any;
1222
- maroon700: any;
1223
- maroon800: any;
1224
- maroon900: any;
1225
- maroon1000: any;
1226
- maroon1100: any;
1227
- maroon1200: any;
1228
- marsh100: any;
1229
- marsh200: any;
1230
- marsh300: any;
1231
- marsh400: any;
1232
- marsh500: any;
1233
- marsh600: any;
1234
- marsh700: any;
1235
- marsh800: any;
1236
- marsh900: any;
1237
- marsh1000: any;
1238
- marsh1100: any;
1239
- marsh1200: any;
1240
- tonal50: any;
1241
- tonal100: any;
1242
- tonal200: any;
1243
- tonal300: any;
1244
- tonal400: any;
1245
- tonal500: any;
1246
- tonal600: any;
1247
- alpha100: any;
1248
- alpha150: any;
1249
- alpha200: any;
1250
- alpha250: any;
1251
- alpha600: any;
1252
- brandRed: any;
1253
- brandRedAccent: any;
1254
- brandGreen: any;
1255
- brandGreenAccent: any;
1256
- brandPurple: any;
1257
- brandPurpleAccent: any;
1258
- brandYellow: any;
1259
- brandYellowAccent: any;
1260
- infoLight: any;
1261
- info: any;
1262
- infoMid: any;
1263
- infoDark: any;
1264
- successLight: any;
1265
- success: any;
1266
- successMid: any;
1267
- successDark: any;
1268
- dangerLight: any;
1269
- danger: any;
1270
- dangerMid: any;
1271
- dangerDark: any;
1272
- warningLight: any;
1273
- warning: any;
1274
- warningMid: any;
1275
- warningDark: any;
1276
- warningText: any;
1277
- subjectEnglish: any;
1278
- subjectMaths: any;
1279
- subjectScience: any;
1280
- subjectVerbalReasoning: any;
1281
- subjectNonVerbalReasoning: any;
1282
- subjectCreativeWriting: any;
1283
- subjectExamSkills: any;
1284
- glBlueLight: any;
1285
- glBluePrimary: any;
1286
- glBlueDark: any;
1287
- primary100: any;
1288
- primary200: any;
1289
- primary300: any;
1290
- primary400: any;
1291
- primary500: any;
1292
- primary600: any;
1293
- primary700: any;
1294
- primary800: any;
1295
- primary900: any;
1296
- primary1000: any;
1297
- primary1100: any;
1298
- primary1200: any;
1066
+ textBold: string;
1067
+ textRegular: string;
1068
+ textSubtle: string;
1069
+ textMinimal: string;
1070
+ background: string;
1071
+ backgroundAccent: string;
1072
+ grey100: string;
1073
+ grey200: string;
1074
+ grey300: string;
1075
+ grey400: string;
1076
+ grey500: string;
1077
+ grey600: string;
1078
+ grey700: string;
1079
+ grey800: string;
1080
+ grey900: string;
1081
+ grey1000: string;
1082
+ grey1100: string;
1083
+ grey1200: string;
1084
+ blue100: string;
1085
+ blue200: string;
1086
+ blue300: string;
1087
+ blue400: string;
1088
+ blue500: string;
1089
+ blue600: string;
1090
+ blue700: string;
1091
+ blue800: string;
1092
+ blue900: string;
1093
+ blue1000: string;
1094
+ blue1100: string;
1095
+ blue1200: string;
1096
+ purple100: string;
1097
+ purple200: string;
1098
+ purple300: string;
1099
+ purple400: string;
1100
+ purple500: string;
1101
+ purple600: string;
1102
+ purple700: string;
1103
+ purple800: string;
1104
+ purple900: string;
1105
+ purple1000: string;
1106
+ purple1100: string;
1107
+ purple1200: string;
1108
+ cyan100: string;
1109
+ cyan200: string;
1110
+ cyan300: string;
1111
+ cyan400: string;
1112
+ cyan500: string;
1113
+ cyan600: string;
1114
+ cyan700: string;
1115
+ cyan800: string;
1116
+ cyan900: string;
1117
+ cyan1000: string;
1118
+ cyan1100: string;
1119
+ cyan1200: string;
1120
+ green100: string;
1121
+ green200: string;
1122
+ green300: string;
1123
+ green400: string;
1124
+ green500: string;
1125
+ green600: string;
1126
+ green700: string;
1127
+ green800: string;
1128
+ green900: string;
1129
+ green1000: string;
1130
+ green1100: string;
1131
+ green1200: string;
1132
+ magenta100: string;
1133
+ magenta200: string;
1134
+ magenta300: string;
1135
+ magenta400: string;
1136
+ magenta500: string;
1137
+ magenta600: string;
1138
+ magenta700: string;
1139
+ magenta800: string;
1140
+ magenta900: string;
1141
+ magenta1000: string;
1142
+ magenta1100: string;
1143
+ magenta1200: string;
1144
+ red100: string;
1145
+ red200: string;
1146
+ red300: string;
1147
+ red400: string;
1148
+ red500: string;
1149
+ red600: string;
1150
+ red700: string;
1151
+ red800: string;
1152
+ red900: string;
1153
+ red1000: string;
1154
+ red1100: string;
1155
+ red1200: string;
1156
+ teal100: string;
1157
+ teal200: string;
1158
+ teal300: string;
1159
+ teal400: string;
1160
+ teal500: string;
1161
+ teal600: string;
1162
+ teal700: string;
1163
+ teal800: string;
1164
+ teal900: string;
1165
+ teal1000: string;
1166
+ teal1100: string;
1167
+ teal1200: string;
1168
+ orange100: string;
1169
+ orange200: string;
1170
+ orange300: string;
1171
+ orange400: string;
1172
+ orange500: string;
1173
+ orange600: string;
1174
+ orange700: string;
1175
+ orange800: string;
1176
+ orange900: string;
1177
+ orange1000: string;
1178
+ orange1100: string;
1179
+ orange1200: string;
1180
+ yellow100: string;
1181
+ yellow200: string;
1182
+ yellow300: string;
1183
+ yellow400: string;
1184
+ yellow500: string;
1185
+ yellow600: string;
1186
+ yellow700: string;
1187
+ yellow800: string;
1188
+ yellow900: string;
1189
+ yellow1000: string;
1190
+ yellow1100: string;
1191
+ yellow1200: string;
1192
+ lime100: string;
1193
+ lime200: string;
1194
+ lime300: string;
1195
+ lime400: string;
1196
+ lime500: string;
1197
+ lime600: string;
1198
+ lime700: string;
1199
+ lime800: string;
1200
+ lime900: string;
1201
+ lime1000: string;
1202
+ lime1100: string;
1203
+ lime1200: string;
1204
+ lapis100: string;
1205
+ lapis200: string;
1206
+ lapis300: string;
1207
+ lapis400: string;
1208
+ lapis500: string;
1209
+ lapis600: string;
1210
+ lapis700: string;
1211
+ lapis800: string;
1212
+ lapis900: string;
1213
+ lapis1000: string;
1214
+ lapis1100: string;
1215
+ lapis1200: string;
1216
+ maroon100: string;
1217
+ maroon200: string;
1218
+ maroon300: string;
1219
+ maroon400: string;
1220
+ maroon500: string;
1221
+ maroon600: string;
1222
+ maroon700: string;
1223
+ maroon800: string;
1224
+ maroon900: string;
1225
+ maroon1000: string;
1226
+ maroon1100: string;
1227
+ maroon1200: string;
1228
+ marsh100: string;
1229
+ marsh200: string;
1230
+ marsh300: string;
1231
+ marsh400: string;
1232
+ marsh500: string;
1233
+ marsh600: string;
1234
+ marsh700: string;
1235
+ marsh800: string;
1236
+ marsh900: string;
1237
+ marsh1000: string;
1238
+ marsh1100: string;
1239
+ marsh1200: string;
1240
+ tonal50: string;
1241
+ tonal100: string;
1242
+ tonal200: string;
1243
+ tonal300: string;
1244
+ tonal400: string;
1245
+ tonal500: string;
1246
+ tonal600: string;
1247
+ alpha100: string;
1248
+ alpha150: string;
1249
+ alpha200: string;
1250
+ alpha250: string;
1251
+ alpha600: string;
1252
+ brandRed: string;
1253
+ brandRedAccent: string;
1254
+ brandGreen: string;
1255
+ brandGreenAccent: string;
1256
+ brandPurple: string;
1257
+ brandPurpleAccent: string;
1258
+ brandYellow: string;
1259
+ brandYellowAccent: string;
1260
+ infoLight: string;
1261
+ info: string;
1262
+ infoMid: string;
1263
+ infoDark: string;
1264
+ successLight: string;
1265
+ success: string;
1266
+ successMid: string;
1267
+ successDark: string;
1268
+ dangerLight: string;
1269
+ danger: string;
1270
+ dangerMid: string;
1271
+ dangerDark: string;
1272
+ warningLight: string;
1273
+ warning: string;
1274
+ warningMid: string;
1275
+ warningDark: string;
1276
+ warningText: string;
1277
+ subjectEnglish: string;
1278
+ subjectMaths: string;
1279
+ subjectScience: string;
1280
+ subjectVerbalReasoning: string;
1281
+ subjectNonVerbalReasoning: string;
1282
+ subjectCreativeWriting: string;
1283
+ subjectExamSkills: string;
1284
+ glBlueLight: string;
1285
+ glBluePrimary: string;
1286
+ glBlueDark: string;
1287
+ primary100: string;
1288
+ primary200: string;
1289
+ primary300: string;
1290
+ primary400: string;
1291
+ primary500: string;
1292
+ primary600: string;
1293
+ primary700: string;
1294
+ primary800: string;
1295
+ primary900: string;
1296
+ primary1000: string;
1297
+ primary1100: string;
1298
+ primary1200: string;
1299
1299
  };
1300
1300
  space: {
1301
- "0": any;
1302
- "1": any;
1303
- "2": any;
1304
- "3": any;
1305
- "4": any;
1306
- "5": any;
1307
- "6": any;
1308
- "7": any;
1309
- "8": any;
1310
- "9": any;
1311
- "24": any;
1301
+ "0": string;
1302
+ "1": string;
1303
+ "2": string;
1304
+ "3": string;
1305
+ "4": string;
1306
+ "5": string;
1307
+ "6": string;
1308
+ "7": string;
1309
+ "8": string;
1310
+ "9": string;
1311
+ "24": string;
1312
1312
  };
1313
1313
  fontSizes: {
1314
- xs: any;
1315
- sm: any;
1316
- md: any;
1317
- lg: any;
1318
- xl: any;
1319
- "2xl": any;
1320
- "3xl": any;
1321
- "4xl": any;
1314
+ xs: string;
1315
+ sm: string;
1316
+ md: string;
1317
+ lg: string;
1318
+ xl: string;
1319
+ "2xl": string;
1320
+ "3xl": string;
1321
+ "4xl": string;
1322
1322
  };
1323
1323
  fonts: {
1324
- sans: any;
1325
- mono: any;
1326
- display: any;
1327
- body: any;
1324
+ sans: string;
1325
+ mono: string;
1326
+ display: string;
1327
+ body: string;
1328
1328
  };
1329
1329
  sizes: {
1330
- "0": any;
1331
- "1": any;
1332
- "2": any;
1333
- "3": any;
1334
- "4": any;
1335
- "5": any;
1336
- "6": any;
1337
- "7": any;
1338
- "8": any;
1330
+ "0": string;
1331
+ "1": string;
1332
+ "2": string;
1333
+ "3": string;
1334
+ "4": string;
1335
+ "5": string;
1336
+ "6": string;
1337
+ "7": string;
1338
+ "8": string;
1339
1339
  };
1340
1340
  radii: {
1341
- "0": any;
1342
- "1": any;
1343
- "2": any;
1344
- "3": any;
1345
- round: any;
1341
+ "0": string;
1342
+ "1": string;
1343
+ "2": string;
1344
+ "3": string;
1345
+ round: string;
1346
1346
  };
1347
1347
  shadows: {
1348
- "0": any;
1349
- "1": any;
1350
- "2": any;
1351
- "3": any;
1348
+ "0": string;
1349
+ "1": string;
1350
+ "2": string;
1351
+ "3": string;
1352
1352
  };
1353
1353
  ratios: {
1354
- "16-9": any;
1355
- "3-2": any;
1356
- "4-3": any;
1357
- "1-1": any;
1358
- "3-4": any;
1354
+ "16-9": string;
1355
+ "3-2": string;
1356
+ "4-3": string;
1357
+ "1-1": string;
1358
+ "3-4": string;
1359
1359
  };
1360
1360
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1361
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1361
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1362
1362
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1363
1363
  };
1364
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1364
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1365
1365
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1366
1366
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1367
1367
  };
1368
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1368
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1369
1369
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1370
1370
  };
1371
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1371
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1372
1372
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1373
1373
  };
1374
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1374
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1375
1375
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1376
1376
  };
1377
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1377
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1378
1378
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1379
1379
  };
1380
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1380
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1381
1381
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1382
1382
  };
1383
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1383
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1384
1384
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1385
1385
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1386
1386
  };
1387
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1387
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1388
1388
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1389
1389
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1390
1390
  };
1391
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1391
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1392
1392
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1393
1393
  };
1394
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1394
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1395
1395
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1396
1396
  };
1397
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1397
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1398
1398
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1399
1399
  };
1400
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1400
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1401
1401
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1402
1402
  };
1403
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1403
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1404
1404
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1405
1405
  };
1406
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1406
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1407
1407
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1408
1408
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1409
1409
  };
1410
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1410
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1411
1411
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1412
1412
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1413
1413
  };
1414
1414
  }> | undefined;
1415
1415
  } & {
1416
- asChild?: boolean | undefined;
1416
+ asChild?: boolean;
1417
1417
  }) => JSX.Element;
1418
1418
  };
1419
1419
  export {};