@atom-learning/components 5.5.0-beta.1 → 5.6.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 (223) hide show
  1. package/CHANGELOG.md +207 -0
  2. package/dist/components/accordion/Accordion.d.ts +5 -0
  3. package/dist/components/accordion/AccordionContent.d.ts +5 -0
  4. package/dist/components/accordion/AccordionItem.d.ts +5 -0
  5. package/dist/components/accordion/AccordionTrigger.d.ts +5 -0
  6. package/dist/components/action-icon/ActionIcon.d.ts +6 -1
  7. package/dist/components/alert-dialog/AlertDialog.d.ts +10 -0
  8. package/dist/components/alert-dialog/AlertDialogContent.d.ts +5 -0
  9. package/dist/components/avatar/Avatar.d.ts +10 -0
  10. package/dist/components/badge/Badge.d.ts +30 -0
  11. package/dist/components/badge/BadgeIcon.d.ts +10 -0
  12. package/dist/components/badge/BadgeText.d.ts +10 -0
  13. package/dist/components/banner/Banner.d.ts +2 -2
  14. package/dist/components/banner/BannerContainer.d.ts +10 -0
  15. package/dist/components/banner/banner-regular/BannerRegular.d.ts +489 -102
  16. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +10 -0
  17. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +13 -3
  18. package/dist/components/banner/banner-slim/BannerSlim.d.ts +501 -114
  19. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +5 -0
  20. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +10 -0
  21. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +13 -3
  22. package/dist/components/box/Box.d.ts +5 -0
  23. package/dist/components/button/Button.d.ts +6 -1
  24. package/dist/components/calendar/Day.d.ts +5 -0
  25. package/dist/components/carousel/Carousel.d.ts +15 -0
  26. package/dist/components/carousel/CarouselPagination.d.ts +5 -0
  27. package/dist/components/carousel/CarouselSlide.d.ts +5 -0
  28. package/dist/components/carousel/CarouselSlider.d.ts +5 -0
  29. package/dist/components/checkbox/Checkbox.d.ts +5 -0
  30. package/dist/components/checkbox-field/CheckboxField.js +1 -1
  31. package/dist/components/checkbox-field/CheckboxField.js.map +1 -1
  32. package/dist/components/checkbox-group/CheckboxGroup.d.ts +105 -90
  33. package/dist/components/checkbox-tree/CheckboxTree.d.ts +364 -344
  34. package/dist/components/chip/Chip.d.ts +35 -0
  35. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +15 -0
  36. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +15 -0
  37. package/dist/components/combobox/Combobox.d.ts +25 -0
  38. package/dist/components/combobox/ComboboxInput.d.ts +5 -0
  39. package/dist/components/combobox/ComboboxList.d.ts +5 -0
  40. package/dist/components/combobox/ComboboxOption.d.ts +5 -0
  41. package/dist/components/combobox/ComboboxPopover.d.ts +5 -0
  42. package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
  43. package/dist/components/create-password-field/CreatePasswordField.js +1 -1
  44. package/dist/components/create-password-field/CreatePasswordField.js.map +1 -1
  45. package/dist/components/data-table/DataTable.d.ts +153 -110
  46. package/dist/components/data-table/DataTableLoading.d.ts +5 -0
  47. package/dist/components/data-table/pagination/Pagination.d.ts +5 -0
  48. package/dist/components/date-field/DateField.d.ts +1 -1
  49. package/dist/components/date-field/DateField.js +1 -1
  50. package/dist/components/date-field/DateField.js.map +1 -1
  51. package/dist/components/dialog/Dialog.d.ts +27 -2
  52. package/dist/components/dialog/DialogBackground.d.ts +10 -0
  53. package/dist/components/dialog/DialogClose.d.ts +5 -0
  54. package/dist/components/dialog/DialogContent.d.ts +5 -0
  55. package/dist/components/dismissible/index.d.ts +2 -2
  56. package/dist/components/dismissible-group/index.d.ts +3 -3
  57. package/dist/components/divider/Divider.d.ts +5 -0
  58. package/dist/components/drawer/Drawer.d.ts +20 -0
  59. package/dist/components/drawer/DrawerContent.d.ts +5 -0
  60. package/dist/components/drawer/DrawerFooter.d.ts +5 -0
  61. package/dist/components/drawer/DrawerHeader.d.ts +5 -0
  62. package/dist/components/drawer/DrawerMain.d.ts +5 -0
  63. package/dist/components/drawer/DrawerOverlay.d.ts +5 -0
  64. package/dist/components/drawer/DrawerTrigger.d.ts +5 -0
  65. package/dist/components/dropdown-menu/DropdownMenu.d.ts +25 -0
  66. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +5 -0
  67. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +5 -0
  68. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +5 -0
  69. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +5 -0
  70. package/dist/components/empty-state/EmptyState.d.ts +35 -0
  71. package/dist/components/empty-state/EmptyStateBody.d.ts +10 -0
  72. package/dist/components/empty-state/EmptyStateImage.d.ts +10 -0
  73. package/dist/components/empty-state/EmptyStateTitle.d.ts +5 -0
  74. package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -3
  75. package/dist/components/field-wrapper/FieldWrapper.js +1 -1
  76. package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
  77. package/dist/components/flex/Flex.d.ts +5 -0
  78. package/dist/components/form/Form.d.ts +7 -3
  79. package/dist/components/form/Form.js +1 -1
  80. package/dist/components/form/Form.js.map +1 -1
  81. package/dist/components/form/index.d.ts +0 -1
  82. package/dist/components/grid/Grid.d.ts +5 -0
  83. package/dist/components/heading/Heading.d.ts +5 -1
  84. package/dist/components/heading/Heading.js +1 -1
  85. package/dist/components/heading/Heading.js.map +1 -1
  86. package/dist/components/icon/Icon.d.ts +5 -0
  87. package/dist/components/image/Image.d.ts +5 -0
  88. package/dist/components/inline-message/InlineMessage.d.ts +10 -0
  89. package/dist/components/input/Input.d.ts +16 -3
  90. package/dist/components/input/Input.js +1 -1
  91. package/dist/components/input/Input.js.map +1 -1
  92. package/dist/components/input-field/InputField.d.ts +1 -1
  93. package/dist/components/input-field/InputField.js +1 -1
  94. package/dist/components/input-field/InputField.js.map +1 -1
  95. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +10 -0
  96. package/dist/components/keyboard-shortcut/index.d.ts +17 -2
  97. package/dist/components/label/Label.d.ts +6 -2
  98. package/dist/components/label/Label.js +1 -1
  99. package/dist/components/label/Label.js.map +1 -1
  100. package/dist/components/link/Link.d.ts +5 -0
  101. package/dist/components/list/List.d.ts +10 -0
  102. package/dist/components/markdown-content/MarkdownContent.d.ts +10 -0
  103. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +5 -0
  104. package/dist/components/navigation/NavigationMenu.d.ts +45 -0
  105. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +5 -0
  106. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +10 -0
  107. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +5 -0
  108. package/dist/components/navigation/NavigationMenuLink.d.ts +5 -0
  109. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +217 -162
  110. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +5 -0
  111. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +5 -0
  112. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +10 -0
  113. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +5 -0
  114. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +5 -0
  115. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +5 -0
  116. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +10 -0
  117. package/dist/components/number-input/NumberInput.d.ts +1 -2
  118. package/dist/components/number-input/NumberInput.js +1 -1
  119. package/dist/components/number-input/NumberInput.js.map +1 -1
  120. package/dist/components/number-input/NumberInputStepper.d.ts +1 -756
  121. package/dist/components/number-input/NumberInputStepper.js +1 -1
  122. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  123. package/dist/components/number-input-field/NumberInputField.d.ts +1 -1
  124. package/dist/components/number-input-field/NumberInputField.js +1 -1
  125. package/dist/components/number-input-field/NumberInputField.js.map +1 -1
  126. package/dist/components/pagination/PaginationNextButton.d.ts +13 -3
  127. package/dist/components/pagination/PaginationPopover.js +1 -1
  128. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  129. package/dist/components/pagination/PaginationPreviousButton.d.ts +13 -3
  130. package/dist/components/password-field/PasswordField.d.ts +1 -1
  131. package/dist/components/password-field/PasswordField.js +1 -1
  132. package/dist/components/password-field/PasswordField.js.map +1 -1
  133. package/dist/components/popover/Popover.d.ts +10 -0
  134. package/dist/components/popover/PopoverContent.d.ts +5 -0
  135. package/dist/components/progress-bar/ProgressBar.d.ts +5 -0
  136. package/dist/components/radio-button/RadioButton.d.ts +5 -0
  137. package/dist/components/radio-button/RadioButtonGroup.d.ts +5 -0
  138. package/dist/components/radio-button-field/RadioButtonField.d.ts +5 -0
  139. package/dist/components/radio-button-field/RadioButtonField.js +1 -1
  140. package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
  141. package/dist/components/radio-card/RadioCard.d.ts +5 -0
  142. package/dist/components/search-field/SearchField.d.ts +1 -1
  143. package/dist/components/search-field/SearchField.js +1 -1
  144. package/dist/components/search-field/SearchField.js.map +1 -1
  145. package/dist/components/search-input/SearchInput.js +1 -1
  146. package/dist/components/search-input/SearchInput.js.map +1 -1
  147. package/dist/components/section-message/SectionMessage.d.ts +11 -1
  148. package/dist/components/segmented-control/SegmentedControl.d.ts +49 -9
  149. package/dist/components/segmented-control/SegmentedControlContent.d.ts +5 -0
  150. package/dist/components/segmented-control/SegmentedControlDescription.d.ts +10 -0
  151. package/dist/components/segmented-control/SegmentedControlHeading.d.ts +10 -0
  152. package/dist/components/segmented-control/SegmentedControlItem.d.ts +10 -0
  153. package/dist/components/segmented-control/SegmentedControlRoot.d.ts +25 -0
  154. package/dist/components/select/Select.d.ts +5 -1
  155. package/dist/components/select/Select.js +1 -1
  156. package/dist/components/select/Select.js.map +1 -1
  157. package/dist/components/select-field/SelectField.d.ts +1 -1
  158. package/dist/components/select-field/SelectField.js +1 -1
  159. package/dist/components/select-field/SelectField.js.map +1 -1
  160. package/dist/components/side-bar/SideBar.d.ts +40 -0
  161. package/dist/components/side-bar/SideBarComponents.d.ts +36 -1
  162. package/dist/components/slider/Slider.d.ts +5 -0
  163. package/dist/components/sortable/Handle.d.ts +13 -3
  164. package/dist/components/sortable/index.d.ts +3 -3
  165. package/dist/components/spacer/Spacer.d.ts +5 -0
  166. package/dist/components/stepper/StepperStepBullet.d.ts +10 -0
  167. package/dist/components/stepper/StepperStepContainer.d.ts +10 -0
  168. package/dist/components/stepper/StepperStepLabel.d.ts +11 -1
  169. package/dist/components/switch/Switch.d.ts +5 -0
  170. package/dist/components/table/Table.d.ts +40 -0
  171. package/dist/components/table/TableBody.d.ts +5 -0
  172. package/dist/components/table/TableCell.d.ts +5 -0
  173. package/dist/components/table/TableFooter.d.ts +5 -0
  174. package/dist/components/table/TableFooterCell.d.ts +5 -0
  175. package/dist/components/table/TableHeader.d.ts +5 -0
  176. package/dist/components/table/TableHeaderCell.d.ts +5 -0
  177. package/dist/components/table/TableRow.d.ts +5 -0
  178. package/dist/components/tabs/Tabs.d.ts +20 -0
  179. package/dist/components/tabs/TabsContent.d.ts +5 -0
  180. package/dist/components/tabs/TabsTrigger.d.ts +5 -0
  181. package/dist/components/tabs/TabsTriggerList.d.ts +5 -0
  182. package/dist/components/text/Text.d.ts +5 -0
  183. package/dist/components/textarea/Textarea.d.ts +5 -1
  184. package/dist/components/textarea/Textarea.js +1 -1
  185. package/dist/components/textarea/Textarea.js.map +1 -1
  186. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  187. package/dist/components/textarea-field/TextareaField.js +1 -1
  188. package/dist/components/textarea-field/TextareaField.js.map +1 -1
  189. package/dist/components/tile/Tile.d.ts +5 -1
  190. package/dist/components/tile/Tile.js +1 -1
  191. package/dist/components/tile/Tile.js.map +1 -1
  192. package/dist/components/tile/TileGroup.d.ts +5 -0
  193. package/dist/components/tile-interactive/TileInteractive.d.ts +11 -2
  194. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +16 -2
  195. package/dist/components/toast/Toast.d.ts +10 -0
  196. package/dist/components/toggle-group/ToggleGroupButton.d.ts +10 -0
  197. package/dist/components/toggle-group/ToggleGroupItem.d.ts +10 -0
  198. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +5 -0
  199. package/dist/components/toggle-group/index.d.ts +32 -2
  200. package/dist/components/tooltip/Tooltip.d.ts +10 -0
  201. package/dist/components/tooltip/TooltipContent.d.ts +5 -0
  202. package/dist/components/top-bar/TopBar.d.ts +29 -5
  203. package/dist/components/top-bar/TopBar.js +1 -1
  204. package/dist/components/top-bar/TopBar.js.map +1 -1
  205. package/dist/components/top-bar/TopBarBrand.d.ts +15 -0
  206. package/dist/components/tree/Tree.d.ts +303 -243
  207. package/dist/components/tree/TreeCollapsible.d.ts +5 -0
  208. package/dist/components/tree/TreeCollapsibleContent.d.ts +5 -0
  209. package/dist/components/tree/TreeIcon.d.ts +10 -0
  210. package/dist/components/tree/TreeItemContent.d.ts +5 -0
  211. package/dist/components/tree/TreeListItem.d.ts +5 -0
  212. package/dist/components/video/Video.d.ts +5 -0
  213. package/dist/docgen.json +1 -1
  214. package/dist/experiments/color-scheme/ColorScheme.d.ts +5 -0
  215. package/dist/index.cjs.js +1 -1
  216. package/dist/index.cjs.js.map +1 -1
  217. package/dist/index.js +1 -1
  218. package/dist/stitches.d.ts +55 -0
  219. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +10 -0
  220. package/package.json +3 -3
  221. package/dist/components/form/useFormCustomContext.d.ts +0 -7
  222. package/dist/components/form/useFormCustomContext.js +0 -2
  223. package/dist/components/form/useFormCustomContext.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,207 @@
1
+ # [5.6.0](https://github.com/Atom-Learning/components/compare/v5.5.0...v5.6.0) (2025-10-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * bump theme package ([d074dbe](https://github.com/Atom-Learning/components/commit/d074dbedb14e9b8ecabe3fd1264c732b4e762433))
7
+
8
+ # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
+
10
+
11
+ ### Features
12
+
13
+ * **stepper:** adding ability to override default forward behaviour ([#318](https://github.com/Atom-Learning/components/issues/318)) ([c9cc080](https://github.com/Atom-Learning/components/commit/c9cc080ce9c77afda0ba9df48eb74276ce2c4505))
14
+
15
+ # [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.3.0) (2022-04-07)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * add compound variant for outline secondary buttons ([09bb100](https://github.com/Atom-Learning/components/commit/09bb10071d10f421eec37bc505860120396e2232))
21
+ * add typings to package.json to explicitly refer index.d.ts ([033c9b6](https://github.com/Atom-Learning/components/commit/033c9b6330d1b75a862a0a0c4d525a53e3707571))
22
+ * added type=search back and used css to hide browser icon ([13cf732](https://github.com/Atom-Learning/components/commit/13cf7320eda155eed7b6b340602cfeee02021745))
23
+ * adding custom plurals ([ad13522](https://github.com/Atom-Learning/components/commit/ad1352277fac5b6b6e4f4b41c7a7b0092c62d4ae))
24
+ * adding label translation, input size, and fixing popover tweaks ([08c47e6](https://github.com/Atom-Learning/components/commit/08c47e6b18537e73150d9010311d8d59d31fdc09))
25
+ * adding test for min max values ([5026b4d](https://github.com/Atom-Learning/components/commit/5026b4d95f9ac7a7c9fdc7baf06f153d8c00a8f5))
26
+ * adding test for slidersteps ([7254b0f](https://github.com/Atom-Learning/components/commit/7254b0f85d9cb81e2ebeab5946ab91caa46804fb))
27
+ * allow external change handler on date input ([d265761](https://github.com/Atom-Learning/components/commit/d26576148c94740899f87cfd6708dc5a982f8fb4))
28
+ * attempting to fix merge issue ([531590e](https://github.com/Atom-Learning/components/commit/531590e2ae068be69303f63e83e612e974cb8a90))
29
+ * avoid initial render, screenWidth can be left undefined ([35766bf](https://github.com/Atom-Learning/components/commit/35766bfeb28a66bee20e735aaf27b34862815495))
30
+ * change accordion type ([8caeed7](https://github.com/Atom-Learning/components/commit/8caeed70b8425090e15ae0451bbc4b8b7601d72c))
31
+ * changing composition so value is a separate component ([7cefeed](https://github.com/Atom-Learning/components/commit/7cefeed2d6097152ea484c329d3bce02c45cfc6d))
32
+ * changing prop name to appearance ([429cab2](https://github.com/Atom-Learning/components/commit/429cab230f959de10fbbd8af51bebb5942b9193e))
33
+ * changing unintuitive variant name ([d6993b0](https://github.com/Atom-Learning/components/commit/d6993b08346dffb6a2033a25f1c05bcbd84bd1c4))
34
+ * css as per designs ([9f3a964](https://github.com/Atom-Learning/components/commit/9f3a96483c6acc2482ba7114d45ea11b2cffa529))
35
+ * css typing ([324e323](https://github.com/Atom-Learning/components/commit/324e323a0e5aae0bddc76170f7833abf26832809))
36
+ * dateinput type error ([ee5e109](https://github.com/Atom-Learning/components/commit/ee5e1094dfc46ec449fc5c1d207c62614dd2e1ea))
37
+ * disabled state should not have any interaction whatsoever ([7e458ee](https://github.com/Atom-Learning/components/commit/7e458ee5311be59b552f99eb21aeaa0888168544))
38
+ * documentation ([82e8ac4](https://github.com/Atom-Learning/components/commit/82e8ac45bca1d97d34bcb9ac3d36158af5c7edc0))
39
+ * drop mount check inside useEffect hook ([8771774](https://github.com/Atom-Learning/components/commit/8771774de3a479d102e804eeec933685f22f1e64))
40
+ * ensure dayjs plugin is treated as external dep ([a2525ea](https://github.com/Atom-Learning/components/commit/a2525eaf3d64dbcfd22351ae31d98b3d2d42fef5))
41
+ * extend type to allow passing CSS ([261cda6](https://github.com/Atom-Learning/components/commit/261cda629c8435a8615e8b01d51fb55dd0a46d4b))
42
+ * fixing tests, changing div to box ([1f57a3a](https://github.com/Atom-Learning/components/commit/1f57a3a874b7049b4accb3d498dfde1563aad4cd))
43
+ * focus issue with next/prev buttons ([67d3de3](https://github.com/Atom-Learning/components/commit/67d3de3f5c65ed11f12588757a849bbe4601fa7d))
44
+ * forcing boolean to clean up logic ([eeaec16](https://github.com/Atom-Learning/components/commit/eeaec164e7ff5ad35a0f61e38dcfeadff4922a3a))
45
+ * introduce enum for icon ([2ce7486](https://github.com/Atom-Learning/components/commit/2ce7486b6410406e1cb67ecc3c5d7f72c4fe1949))
46
+ * making position more responsive, updating tests ([01d2e77](https://github.com/Atom-Learning/components/commit/01d2e77a42f78fbe8b6e8ab7d7c3702327e163c9))
47
+ * minor test and docs fixes ([a128057](https://github.com/Atom-Learning/components/commit/a1280573e8334c27ae58d5d63169840f1473b755))
48
+ * minor tweak to tests ([cfb37a0](https://github.com/Atom-Learning/components/commit/cfb37a073dbb9015e98212525385d50eda1b245f))
49
+ * minor update to docs ([c7a1673](https://github.com/Atom-Learning/components/commit/c7a1673f1e655177fcbe93838f84949e645e80dd))
50
+ * minor update to docs ([35dbedd](https://github.com/Atom-Learning/components/commit/35dbedd6a0d26001025cf28007e8c9ace8396e73))
51
+ * more responsive styling, mdx changes ([e18585a](https://github.com/Atom-Learning/components/commit/e18585accc31e5c62637ad4e9f922a43b10b1e9c))
52
+ * positioning of icon ([5f630f0](https://github.com/Atom-Learning/components/commit/5f630f0b351c21a705dcb6f042332ab130f138f3))
53
+ * prop name and docs example ([2e6a91e](https://github.com/Atom-Learning/components/commit/2e6a91e882402204507d24391d688f9e608f136b))
54
+ * proper types for validationMode ([7f6cb30](https://github.com/Atom-Learning/components/commit/7f6cb300a769a7c43670f937517528519bb4ff13))
55
+ * reducing height of track ([43f1f33](https://github.com/Atom-Learning/components/commit/43f1f335b8c1bb9ae06050b7ff913771b1fc5ce8))
56
+ * remove unnecessary box wrapper ([cd6203f](https://github.com/Atom-Learning/components/commit/cd6203fab71597d243b25b13be987e0508b462a8))
57
+ * remove unnecessary calendar docs, update datefield docs ([2a3ecb0](https://github.com/Atom-Learning/components/commit/2a3ecb0204b29e13f1542f65e11893eaeffad65a))
58
+ * remove unused babel file ([8df5e19](https://github.com/Atom-Learning/components/commit/8df5e195eb78c5462e5610cf9d8c3cf1f53c4172))
59
+ * remove unused code ([8019865](https://github.com/Atom-Learning/components/commit/8019865df92a86fee4f23480ec09d4dba4c18986))
60
+ * remove unwanted padding from container ([2d3fd00](https://github.com/Atom-Learning/components/commit/2d3fd00ccdbdc293d923b96d4a348d508b22c874))
61
+ * removing unneeded default value ([4db40c6](https://github.com/Atom-Learning/components/commit/4db40c656bf73b2a459dd69fcee5c0de8d705baf))
62
+ * rename Icon component ([ce20992](https://github.com/Atom-Learning/components/commit/ce20992e40e29a6940ef57749184871be539b0b5))
63
+ * rename prop and move callback into useEffect hook ([14cd086](https://github.com/Atom-Learning/components/commit/14cd086a536a937087a1088beefedd36170865fd))
64
+ * rename test description ([3137897](https://github.com/Atom-Learning/components/commit/313789734a3d06ac0d1e2d5e7ec159335106224b))
65
+ * render buttons with display: none to include them in snapshot ([9844223](https://github.com/Atom-Learning/components/commit/9844223fc29a4505620111f8427ba4c3073fe7b0))
66
+ * replace babel-jest ([8c1c0d4](https://github.com/Atom-Learning/components/commit/8c1c0d4dcfffe162b0effe415ef96998fb421484))
67
+ * replace iconwrapper for accordion ([52d93ad](https://github.com/Atom-Learning/components/commit/52d93ade51e91e9c71e21ab5d078e5ad0668705e))
68
+ * revalidate on date select ([a688ed8](https://github.com/Atom-Learning/components/commit/a688ed81950e751e53c686c84331226a03aa397b))
69
+ * revert jest to last version to stop node engine errors ([6351b74](https://github.com/Atom-Learning/components/commit/6351b74f7a29363511ed61816b29b09821000ba4))
70
+ * review feedback ([9237067](https://github.com/Atom-Learning/components/commit/9237067445a947e3aacde6645a03961de2708703))
71
+ * review feedback ([d74a333](https://github.com/Atom-Learning/components/commit/d74a3337de79f373eca066050c0f98116bd9e7e1))
72
+ * rotation applied to all icons and not just the arrow ([595a246](https://github.com/Atom-Learning/components/commit/595a246216ffc2bfb84c6c29806d17dcfeb8e817))
73
+ * search input onChange ([f13bd23](https://github.com/Atom-Learning/components/commit/f13bd23c8fd12eb32b7c41a62122206891dc9d6f))
74
+ * separating slidersteps component ([5d1b0af](https://github.com/Atom-Learning/components/commit/5d1b0afac6268218fd75893365fa0e8ff28095f2))
75
+ * separator colours and skipping behaviour ([8e85863](https://github.com/Atom-Learning/components/commit/8e85863fa36f31503cdfc67f74427ff128a77e03))
76
+ * slider min max bug ([2a5405f](https://github.com/Atom-Learning/components/commit/2a5405fd7ce0ef7fa13219eb4775b4fa8fc00938))
77
+ * snapshot test ([b364cf6](https://github.com/Atom-Learning/components/commit/b364cf66c865a875ae978393c533a1e662bec1b8))
78
+ * stepper being able to navigate outside bullet range when no OnComplete handler is passed ([c620481](https://github.com/Atom-Learning/components/commit/c620481fa5d41583779590c63e183f9c0532aba9))
79
+ * stepper types ([f7e1c20](https://github.com/Atom-Learning/components/commit/f7e1c208dbb911ccaade2bebb6cdbf49fe82f39b))
80
+ * stop render on empty value ([005c14c](https://github.com/Atom-Learning/components/commit/005c14c9fc819f7106ef6768ac1a1ac110af662a))
81
+ * tabs jump on font weight change ([219b01b](https://github.com/Atom-Learning/components/commit/219b01bbf86cc81881893b5efd925aea27c1ba93))
82
+ * throttle was being called in a wrong way ([bce0d0d](https://github.com/Atom-Learning/components/commit/bce0d0db6d2fc5569bec0e1eec96399fdf573d64))
83
+ * TS issues ([fad5121](https://github.com/Atom-Learning/components/commit/fad5121e853f6fa56368c8ec479b260e955c886b))
84
+ * tweaking null return logic ([528afda](https://github.com/Atom-Learning/components/commit/528afda648c8c6275414c7856ff145facd4884c2))
85
+ * typo on slider mdx ([45c2218](https://github.com/Atom-Learning/components/commit/45c2218bb9e21f41aea864b6ca387794bfcf06b8))
86
+ * unifying disabled theme styles ([14538e4](https://github.com/Atom-Learning/components/commit/14538e43f66fb1cf4d1665898c985318aaaada28))
87
+ * update snaps ([af59ab1](https://github.com/Atom-Learning/components/commit/af59ab1e77377fac7c71f7e785f44a81b3e24650))
88
+ * update theme package ([1059b45](https://github.com/Atom-Learning/components/commit/1059b45256c79fc84bc6f8659b1d32f832b93114))
89
+ * updating key to not be index ([26de60e](https://github.com/Atom-Learning/components/commit/26de60e4995a8cd5488a63cec03555ceb9d8d01c))
90
+ * updating mdx ([ce15564](https://github.com/Atom-Learning/components/commit/ce155646da9fb5dd4230b9135eaad9cd6d1824e8))
91
+ * updating mdx ([60604ee](https://github.com/Atom-Learning/components/commit/60604ee02f959767fdc06d15b8aceb16078918bb))
92
+ * updating mdx ([c433934](https://github.com/Atom-Learning/components/commit/c433934f3bc0e3377b2067d61c4a3d0b208b4bdd))
93
+ * updating mdx files ([f55277b](https://github.com/Atom-Learning/components/commit/f55277b47476a5614a632b09b39118d0fa3c85c0))
94
+ * updating readme ([959ec26](https://github.com/Atom-Learning/components/commit/959ec2629e01bbeb6781e9bcf236fb544153be86))
95
+ * updating readme ([4032986](https://github.com/Atom-Learning/components/commit/40329868600b456eff3e7456028e1f747817462b))
96
+ * updating style changes to be opt in and better typed ([3b94b09](https://github.com/Atom-Learning/components/commit/3b94b09d7ce7ac359b58149eb2cc86f49a47c740))
97
+ * use stitches to style the icon ([5fb3fb2](https://github.com/Atom-Learning/components/commit/5fb3fb2e5a066cc1967ca0093158a363de161ac0))
98
+ * yarn.lock ([a81c04a](https://github.com/Atom-Learning/components/commit/a81c04a9f8b67fc222d971c808bc9babfb708b34))
99
+
100
+
101
+ ### Features
102
+
103
+ * add date field, finalise date input changes ([58edcfc](https://github.com/Atom-Learning/components/commit/58edcfc365ca7a5f902cdffb6f9de9c9f5c2009d))
104
+ * add tab scrollers which allows easy navigation if tabs length is more than available space ([cec5b04](https://github.com/Atom-Learning/components/commit/cec5b04235f2c24915050dfd71975608ddee7c86))
105
+ * add test:ci option to improve logs on ci ([3452dbb](https://github.com/Atom-Learning/components/commit/3452dbbf141d659a2044148712dd243729fb8916))
106
+ * added translation, firstDayOfWeek, test, and documentation ([ca785b4](https://github.com/Atom-Learning/components/commit/ca785b4509ee581f5ba7d916c041f8291235ad24))
107
+ * adding neutral outline variant ([53a793a](https://github.com/Atom-Learning/components/commit/53a793a02836a74a8e2dac481cedec2e1707fef2))
108
+ * adding new table variants ([8a1fcc8](https://github.com/Atom-Learning/components/commit/8a1fcc8d68f48c78fc3dfc5a9a2e9a758c9eaaf6))
109
+ * adding optional uppercase to tabs ([708c6f2](https://github.com/Atom-Learning/components/commit/708c6f2d5ca33988b69f2aa868fdb8543aa56d6b))
110
+ * additional icon variant ([7e471bc](https://github.com/Atom-Learning/components/commit/7e471bc558543f84a732bc3180bd79dde76b58aa))
111
+ * button neutral theme ([8bbcf1a](https://github.com/Atom-Learning/components/commit/8bbcf1a4301cb07579de485fb6789576f7fa82c1))
112
+ * changed new variants colors for different states ([d29b374](https://github.com/Atom-Learning/components/commit/d29b374319bf133d2525681036e9ca3cda326a86))
113
+ * grid max item size ([573c17e](https://github.com/Atom-Learning/components/commit/573c17e0aec90b68e636de8238f3a98922113593))
114
+ * initial work on calendar component ([ebc8948](https://github.com/Atom-Learning/components/commit/ebc8948b66573efcc782e29b78537d89968d43d8))
115
+ * initial work on date input ([4fc6827](https://github.com/Atom-Learning/components/commit/4fc682733639ce69a60e2d869cdeaaeb88f3a4c3))
116
+ * initial work on slider ([f5a6ea1](https://github.com/Atom-Learning/components/commit/f5a6ea11349b903ed1b05ab27dc2da0004a2a595))
117
+ * make it possible to show / hide close button in modal ([1c44907](https://github.com/Atom-Learning/components/commit/1c44907ad94a5ccf5c07d2b329d292ccb05a9368))
118
+ * no light bg for tabs ([b57cdff](https://github.com/Atom-Learning/components/commit/b57cdff08f0c5594d909bcaf2f23414b2087a06a))
119
+ * notification badge component ([3f93049](https://github.com/Atom-Learning/components/commit/3f930490be322df4f58e3f643d197e1d7db6d142))
120
+ * option to hide the chevron icon in trigger ([6cc28bf](https://github.com/Atom-Learning/components/commit/6cc28bff3dd5a25f734e860cdcbddc17e4725432))
121
+ * pass ref onto the ReactPlayer component so that we have access to the ReactPlayer instance ([fb2b09c](https://github.com/Atom-Learning/components/commit/fb2b09ca81e62581dcf3b5e55a8ec5722c3621dc))
122
+ * progress-indicator ([b2ebe20](https://github.com/Atom-Learning/components/commit/b2ebe208e0af05245c3738403bb0b6c05250f2d6))
123
+ * remove :before and :after for nested Text components ([55e7a9b](https://github.com/Atom-Learning/components/commit/55e7a9be37fac435a85b21c21df505be26b26e89))
124
+ * replace babel & terser with esbuild ([bb11c3c](https://github.com/Atom-Learning/components/commit/bb11c3cbb6d226750eaae75372e49d9afaa05606))
125
+ * **SearchInput:** added clear functionality ([8c0fc32](https://github.com/Atom-Learning/components/commit/8c0fc3240cfaeb50df231da383a448eabd509d75))
126
+ * show / hide scroller buttons based on scroll position ([a6c7e49](https://github.com/Atom-Learning/components/commit/a6c7e49b0851415fc90e4c8d401b6926bacdd719))
127
+ * simplifying output label to callback ([fcf0eb2](https://github.com/Atom-Learning/components/commit/fcf0eb2c0d88dfbc6c8b17c8831ba022de537539))
128
+ * slider step functionality ([ec0d308](https://github.com/Atom-Learning/components/commit/ec0d308c6f106aed3ba6f130bb163990c923adf9))
129
+ * slider value label ([9645dc9](https://github.com/Atom-Learning/components/commit/9645dc9abb3c7dc2fd96212b6c4b395cdc206b89))
130
+ * slider.steps component, composition change ([5be643f](https://github.com/Atom-Learning/components/commit/5be643f7caa9db1dcc91bb3c6537dc87458512ed))
131
+ * sliderfield component added ([3536925](https://github.com/Atom-Learning/components/commit/35369251f41ddd74bfe491ea5022bd60ab7a2c42))
132
+ * support multiple values, updating mdx ([a01bfab](https://github.com/Atom-Learning/components/commit/a01bfab5635b6a0710cb997bc4794fd69299f025))
133
+ * tab scroll percentage ([06240fb](https://github.com/Atom-Learning/components/commit/06240fb093d760121ab18ed053f826e37d42cb94))
134
+ * update slider api ([d752c75](https://github.com/Atom-Learning/components/commit/d752c751395313cd6fa499c26f5ed342d6b4bbe3))
135
+ * update to preset-small-lib to improve performance ([431da9c](https://github.com/Atom-Learning/components/commit/431da9ced8916e0ebc90dc064d200adcb1c25384))
136
+ * WIP update packages and improve keyboard accessibility ([e0f5f9d](https://github.com/Atom-Learning/components/commit/e0f5f9dfa989e74c3ada486b16785ebb7f0d7c8e))
137
+
138
+
139
+ ### Reverts
140
+
141
+ * remove showChevron option ([e9b928c](https://github.com/Atom-Learning/components/commit/e9b928c53e23431563719624cb77b244a79e73b9))
142
+
143
+ # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.1...v1.4.0) (2021-12-03)
144
+
145
+ # [1.3.1](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.3.1) (2021-11-25)
146
+
147
+ # [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.3...v1.3.0) (2021-11-23)
148
+
149
+ # [1.2.3](https://github.com/Atom-Learning/components/compare/v1.2.2...v1.2.3) (2021-11-16)
150
+
151
+ # [1.2.2](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.2.2) (2021-11-12)
152
+
153
+ # [1.2.1](https://github.com/Atom-Learning/components/compare/v1.2.0...v1.2.1) (2021-11-11)
154
+
155
+ # [1.2.0](https://github.com/Atom-Learning/components/compare/v1.1.1...v1.2.0) (2021-11-10)
156
+
157
+
158
+ ### Bug Fixes
159
+
160
+ * adding TODO on type ([e928651](https://github.com/Atom-Learning/components/commit/e928651928291f8a9b639c8fa6c348b1bafe6513))
161
+ * few changes from PR ([e0f75a1](https://github.com/Atom-Learning/components/commit/e0f75a1788af1e23ec6efdfdd24f2788d73d33b0))
162
+ * fixing small error on documentation ([3be573a](https://github.com/Atom-Learning/components/commit/3be573a7584cbe8470a0db0186302e3e39e8734b))
163
+
164
+
165
+ ### Features
166
+
167
+ * adding accordion component ([60eac3c](https://github.com/Atom-Learning/components/commit/60eac3c47e3ce48371af624ff1ec0b6477b86823))
168
+
169
+ ## [1.1.1](https://github.com/Atom-Learning/components/compare/v1.1.0...v1.1.1) (2021-11-10)
170
+
171
+
172
+ ### Bug Fixes
173
+
174
+ * update snapshot ([e71c8a4](https://github.com/Atom-Learning/components/commit/e71c8a4f03227a29eeefca9d2afd7b6355a3ed46))
175
+
176
+ # [1.1.0](https://github.com/Atom-Learning/components/compare/v1.0.2...v1.1.0) (2021-11-05)
177
+
178
+
179
+ ### Features
180
+
181
+ * update dropdown item styles ([6bf229f](https://github.com/Atom-Learning/components/commit/6bf229fbfa9cffaaa74fda5d3629636a926a3404))
182
+
183
+ ## [1.0.2](https://github.com/Atom-Learning/components/compare/v1.0.1...v1.0.2) (2021-11-02)
184
+
185
+
186
+ ### Bug Fixes
187
+
188
+ * reinstate as type on heading and text ([1ec5ca7](https://github.com/Atom-Learning/components/commit/1ec5ca7d7ae09664bbd662cc21fee7784cf1bb3c))
189
+ * remove redundant flex styles for block Label ([54715ff](https://github.com/Atom-Learning/components/commit/54715ffc938231b4569a3ce4813c2e25d5404988))
190
+ * remove unnecessary overridden as & size types ([985231a](https://github.com/Atom-Learning/components/commit/985231a9259005a6b44cdfe20ba786f942dba81c))
191
+
192
+ ## [1.0.1](https://github.com/Atom-Learning/components/compare/v1.0.0...v1.0.1) (2021-11-02)
193
+
194
+
195
+ ### Bug Fixes
196
+
197
+ * remove cursor pointer from disabled tab ([34c283f](https://github.com/Atom-Learning/components/commit/34c283f70ce73d0ca2b2886e495bcece5475097c))
198
+
199
+ # 1.0.0 (2021-10-22)
200
+
201
+ - Initial release 🎉
202
+
203
+ # Changelog
204
+
205
+ All notable changes to this project will be documented in this file.
206
+
207
+ _NOTE: THIS FILE IS AUTOMATICALLY UPDATED_
@@ -235,6 +235,11 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
235
235
  subjectNonVerbalReasoning: string;
236
236
  subjectCreativeWriting: string;
237
237
  subjectExamSkills: string;
238
+ subjectGcseEnglishLiterature: string;
239
+ subjectGcseMaths: string;
240
+ subjectGcseChemistry: string;
241
+ subjectGcsePhysics: string;
242
+ subjectGcseBiology: string;
238
243
  glBlueLight: string;
239
244
  glBluePrimary: string;
240
245
  glBlueDark: string;
@@ -232,6 +232,11 @@ declare const StyledContent: import("@atom-learning/stitches-react/types/styled-
232
232
  subjectNonVerbalReasoning: string;
233
233
  subjectCreativeWriting: string;
234
234
  subjectExamSkills: string;
235
+ subjectGcseEnglishLiterature: string;
236
+ subjectGcseMaths: string;
237
+ subjectGcseChemistry: string;
238
+ subjectGcsePhysics: string;
239
+ subjectGcseBiology: string;
235
240
  glBlueLight: string;
236
241
  glBluePrimary: string;
237
242
  glBlueDark: string;
@@ -232,6 +232,11 @@ export declare const AccordionItem: import("@atom-learning/stitches-react/types/
232
232
  subjectNonVerbalReasoning: string;
233
233
  subjectCreativeWriting: string;
234
234
  subjectExamSkills: string;
235
+ subjectGcseEnglishLiterature: string;
236
+ subjectGcseMaths: string;
237
+ subjectGcseChemistry: string;
238
+ subjectGcsePhysics: string;
239
+ subjectGcseBiology: string;
235
240
  glBlueLight: string;
236
241
  glBluePrimary: string;
237
242
  glBlueDark: string;
@@ -235,6 +235,11 @@ declare const StyledTrigger: import("@atom-learning/stitches-react/types/styled-
235
235
  subjectNonVerbalReasoning: string;
236
236
  subjectCreativeWriting: string;
237
237
  subjectExamSkills: string;
238
+ subjectGcseEnglishLiterature: string;
239
+ subjectGcseMaths: string;
240
+ subjectGcseChemistry: string;
241
+ subjectGcsePhysics: string;
242
+ subjectGcseBiology: string;
238
243
  glBlueLight: string;
239
244
  glBluePrimary: string;
240
245
  glBlueDark: string;
@@ -4,7 +4,7 @@ import { NavigatorActions } from '../../types';
4
4
  import { Override } from '../../utilities';
5
5
  import type { TOptionalTooltipWrapperProps } from '../../utilities/optional-tooltip-wrapper';
6
6
  declare const StyledButton: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"button", {
7
- theme?: "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
7
+ theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
8
8
  appearance?: "outline" | "solid" | "simple" | undefined;
9
9
  size?: "xs" | "sm" | "md" | "lg" | undefined;
10
10
  isRounded?: boolean | "true" | undefined;
@@ -241,6 +241,11 @@ declare const StyledButton: import("@atom-learning/stitches-react/types/styled-c
241
241
  subjectNonVerbalReasoning: string;
242
242
  subjectCreativeWriting: string;
243
243
  subjectExamSkills: string;
244
+ subjectGcseEnglishLiterature: string;
245
+ subjectGcseMaths: string;
246
+ subjectGcseChemistry: string;
247
+ subjectGcsePhysics: string;
248
+ subjectGcseBiology: string;
244
249
  glBlueLight: string;
245
250
  glBluePrimary: string;
246
251
  glBlueDark: string;
@@ -232,6 +232,11 @@ export declare const AlertDialog: import("@atom-learning/stitches-react/types/st
232
232
  subjectNonVerbalReasoning: string;
233
233
  subjectCreativeWriting: string;
234
234
  subjectExamSkills: string;
235
+ subjectGcseEnglishLiterature: string;
236
+ subjectGcseMaths: string;
237
+ subjectGcseChemistry: string;
238
+ subjectGcsePhysics: string;
239
+ subjectGcseBiology: string;
235
240
  glBlueLight: string;
236
241
  glBluePrimary: string;
237
242
  glBlueDark: string;
@@ -602,6 +607,11 @@ export declare const AlertDialog: import("@atom-learning/stitches-react/types/st
602
607
  subjectNonVerbalReasoning: string;
603
608
  subjectCreativeWriting: string;
604
609
  subjectExamSkills: string;
610
+ subjectGcseEnglishLiterature: string;
611
+ subjectGcseMaths: string;
612
+ subjectGcseChemistry: string;
613
+ subjectGcsePhysics: string;
614
+ subjectGcseBiology: string;
605
615
  glBlueLight: string;
606
616
  glBluePrimary: string;
607
617
  glBlueDark: string;
@@ -234,6 +234,11 @@ declare const StyledAlertDialogContent: import("@atom-learning/stitches-react/ty
234
234
  subjectNonVerbalReasoning: string;
235
235
  subjectCreativeWriting: string;
236
236
  subjectExamSkills: string;
237
+ subjectGcseEnglishLiterature: string;
238
+ subjectGcseMaths: string;
239
+ subjectGcseChemistry: string;
240
+ subjectGcsePhysics: string;
241
+ subjectGcseBiology: string;
237
242
  glBlueLight: string;
238
243
  glBluePrimary: string;
239
244
  glBlueDark: string;
@@ -234,6 +234,11 @@ declare const StyledDiv: import("@atom-learning/stitches-react/types/styled-comp
234
234
  subjectNonVerbalReasoning: string;
235
235
  subjectCreativeWriting: string;
236
236
  subjectExamSkills: string;
237
+ subjectGcseEnglishLiterature: string;
238
+ subjectGcseMaths: string;
239
+ subjectGcseChemistry: string;
240
+ subjectGcsePhysics: string;
241
+ subjectGcseBiology: string;
237
242
  glBlueLight: string;
238
243
  glBluePrimary: string;
239
244
  glBlueDark: string;
@@ -600,6 +605,11 @@ declare const StyledButton: import("@atom-learning/stitches-react/types/styled-c
600
605
  subjectNonVerbalReasoning: string;
601
606
  subjectCreativeWriting: string;
602
607
  subjectExamSkills: string;
608
+ subjectGcseEnglishLiterature: string;
609
+ subjectGcseMaths: string;
610
+ subjectGcseChemistry: string;
611
+ subjectGcsePhysics: string;
612
+ subjectGcseBiology: string;
603
613
  glBlueLight: string;
604
614
  glBluePrimary: string;
605
615
  glBlueDark: string;
@@ -240,6 +240,11 @@ declare const StyledBadge: import("@atom-learning/stitches-react/types/styled-co
240
240
  subjectNonVerbalReasoning: string;
241
241
  subjectCreativeWriting: string;
242
242
  subjectExamSkills: string;
243
+ subjectGcseEnglishLiterature: string;
244
+ subjectGcseMaths: string;
245
+ subjectGcseChemistry: string;
246
+ subjectGcsePhysics: string;
247
+ subjectGcseBiology: string;
243
248
  glBlueLight: string;
244
249
  glBluePrimary: string;
245
250
  glBlueDark: string;
@@ -608,6 +613,11 @@ declare const StyledBadge: import("@atom-learning/stitches-react/types/styled-co
608
613
  subjectNonVerbalReasoning: string;
609
614
  subjectCreativeWriting: string;
610
615
  subjectExamSkills: string;
616
+ subjectGcseEnglishLiterature: string;
617
+ subjectGcseMaths: string;
618
+ subjectGcseChemistry: string;
619
+ subjectGcsePhysics: string;
620
+ subjectGcseBiology: string;
611
621
  glBlueLight: string;
612
622
  glBluePrimary: string;
613
623
  glBlueDark: string;
@@ -982,6 +992,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
982
992
  subjectNonVerbalReasoning: string;
983
993
  subjectCreativeWriting: string;
984
994
  subjectExamSkills: string;
995
+ subjectGcseEnglishLiterature: string;
996
+ subjectGcseMaths: string;
997
+ subjectGcseChemistry: string;
998
+ subjectGcsePhysics: string;
999
+ subjectGcseBiology: string;
985
1000
  glBlueLight: string;
986
1001
  glBluePrimary: string;
987
1002
  glBlueDark: string;
@@ -1349,6 +1364,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
1349
1364
  subjectNonVerbalReasoning: string;
1350
1365
  subjectCreativeWriting: string;
1351
1366
  subjectExamSkills: string;
1367
+ subjectGcseEnglishLiterature: string;
1368
+ subjectGcseMaths: string;
1369
+ subjectGcseChemistry: string;
1370
+ subjectGcsePhysics: string;
1371
+ subjectGcseBiology: string;
1352
1372
  glBlueLight: string;
1353
1373
  glBluePrimary: string;
1354
1374
  glBlueDark: string;
@@ -1721,6 +1741,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
1721
1741
  subjectNonVerbalReasoning: string;
1722
1742
  subjectCreativeWriting: string;
1723
1743
  subjectExamSkills: string;
1744
+ subjectGcseEnglishLiterature: string;
1745
+ subjectGcseMaths: string;
1746
+ subjectGcseChemistry: string;
1747
+ subjectGcsePhysics: string;
1748
+ subjectGcseBiology: string;
1724
1749
  glBlueLight: string;
1725
1750
  glBluePrimary: string;
1726
1751
  glBlueDark: string;
@@ -2090,6 +2115,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
2090
2115
  subjectNonVerbalReasoning: string;
2091
2116
  subjectCreativeWriting: string;
2092
2117
  subjectExamSkills: string;
2118
+ subjectGcseEnglishLiterature: string;
2119
+ subjectGcseMaths: string;
2120
+ subjectGcseChemistry: string;
2121
+ subjectGcsePhysics: string;
2122
+ subjectGcseBiology: string;
2093
2123
  glBlueLight: string;
2094
2124
  glBluePrimary: string;
2095
2125
  glBlueDark: string;
@@ -237,6 +237,11 @@ declare const StyledBadgeIcon: import("@atom-learning/stitches-react/types/style
237
237
  subjectNonVerbalReasoning: string;
238
238
  subjectCreativeWriting: string;
239
239
  subjectExamSkills: string;
240
+ subjectGcseEnglishLiterature: string;
241
+ subjectGcseMaths: string;
242
+ subjectGcseChemistry: string;
243
+ subjectGcsePhysics: string;
244
+ subjectGcseBiology: string;
240
245
  glBlueLight: string;
241
246
  glBluePrimary: string;
242
247
  glBlueDark: string;
@@ -604,6 +609,11 @@ declare const StyledBadgeIcon: import("@atom-learning/stitches-react/types/style
604
609
  subjectNonVerbalReasoning: string;
605
610
  subjectCreativeWriting: string;
606
611
  subjectExamSkills: string;
612
+ subjectGcseEnglishLiterature: string;
613
+ subjectGcseMaths: string;
614
+ subjectGcseChemistry: string;
615
+ subjectGcsePhysics: string;
616
+ subjectGcseBiology: string;
607
617
  glBlueLight: string;
608
618
  glBluePrimary: string;
609
619
  glBlueDark: string;
@@ -240,6 +240,11 @@ declare const StyledBadgeText: import("@atom-learning/stitches-react/types/style
240
240
  subjectNonVerbalReasoning: string;
241
241
  subjectCreativeWriting: string;
242
242
  subjectExamSkills: string;
243
+ subjectGcseEnglishLiterature: string;
244
+ subjectGcseMaths: string;
245
+ subjectGcseChemistry: string;
246
+ subjectGcsePhysics: string;
247
+ subjectGcseBiology: string;
243
248
  glBlueLight: string;
244
249
  glBluePrimary: string;
245
250
  glBlueDark: string;
@@ -608,6 +613,11 @@ declare const StyledBadgeText: import("@atom-learning/stitches-react/types/style
608
613
  subjectNonVerbalReasoning: string;
609
614
  subjectCreativeWriting: string;
610
615
  subjectExamSkills: string;
616
+ subjectGcseEnglishLiterature: string;
617
+ subjectGcseMaths: string;
618
+ subjectGcseChemistry: string;
619
+ subjectGcsePhysics: string;
620
+ subjectGcseBiology: string;
611
621
  glBlueLight: string;
612
622
  glBluePrimary: string;
613
623
  glBlueDark: string;
@@ -1,6 +1,6 @@
1
1
  export declare const Banner: {
2
- ({ emphasis, size, children }: React.PropsWithChildren<import("./BannerContext").TBannerProviderProps>): import("react").JSX.Element;
2
+ ({ emphasis, size, children }: import("react").PropsWithChildren<import("./BannerContext").TBannerProviderProps>): import("react").JSX.Element;
3
3
  displayName: string;
4
4
  } & {
5
- Dismiss: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => import("react").JSX.Element;
5
+ Dismiss: ({ asChild, ...rest }: import("react").PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => import("react").JSX.Element;
6
6
  };
@@ -240,6 +240,11 @@ declare const StyledBannerContainer: import("@atom-learning/stitches-react/types
240
240
  subjectNonVerbalReasoning: string;
241
241
  subjectCreativeWriting: string;
242
242
  subjectExamSkills: string;
243
+ subjectGcseEnglishLiterature: string;
244
+ subjectGcseMaths: string;
245
+ subjectGcseChemistry: string;
246
+ subjectGcsePhysics: string;
247
+ subjectGcseBiology: string;
243
248
  glBlueLight: string;
244
249
  glBluePrimary: string;
245
250
  glBlueDark: string;
@@ -606,6 +611,11 @@ declare const StyledBannerContainer: import("@atom-learning/stitches-react/types
606
611
  subjectNonVerbalReasoning: string;
607
612
  subjectCreativeWriting: string;
608
613
  subjectExamSkills: string;
614
+ subjectGcseEnglishLiterature: string;
615
+ subjectGcseMaths: string;
616
+ subjectGcseChemistry: string;
617
+ subjectGcsePhysics: string;
618
+ subjectGcseBiology: string;
609
619
  glBlueLight: string;
610
620
  glBluePrimary: string;
611
621
  glBlueDark: string;