@atom-learning/components 5.5.0 → 5.7.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.
- package/CHANGELOG.md +4 -7
- package/dist/components/accordion/Accordion.d.ts +5 -0
- package/dist/components/accordion/AccordionContent.d.ts +5 -0
- package/dist/components/accordion/AccordionItem.d.ts +5 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +5 -0
- package/dist/components/action-icon/ActionIcon.d.ts +5 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +10 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +5 -0
- package/dist/components/avatar/Avatar.d.ts +10 -0
- package/dist/components/badge/Badge.d.ts +30 -0
- package/dist/components/badge/BadgeIcon.d.ts +10 -0
- package/dist/components/badge/BadgeText.d.ts +10 -0
- package/dist/components/banner/BannerContainer.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +20 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +20 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +5 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +10 -0
- package/dist/components/box/Box.d.ts +5 -0
- package/dist/components/button/Button.d.ts +5 -0
- package/dist/components/calendar/Day.d.ts +5 -0
- package/dist/components/carousel/Carousel.d.ts +15 -0
- package/dist/components/carousel/CarouselPagination.d.ts +5 -0
- package/dist/components/carousel/CarouselSlide.d.ts +5 -0
- package/dist/components/carousel/CarouselSlider.d.ts +5 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +15 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +20 -0
- package/dist/components/chip/Chip.d.ts +35 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +15 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +15 -0
- package/dist/components/combobox/Combobox.d.ts +25 -0
- package/dist/components/combobox/ComboboxInput.d.ts +5 -0
- package/dist/components/combobox/ComboboxList.d.ts +5 -0
- package/dist/components/combobox/ComboboxOption.d.ts +5 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +5 -0
- package/dist/components/data-table/DataTable.d.ts +73 -277
- package/dist/components/data-table/DataTableBody.d.ts +4 -2
- package/dist/components/data-table/DataTableBody.js +1 -1
- package/dist/components/data-table/DataTableBody.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +5 -0
- package/dist/components/data-table/DataTableRow.d.ts +2 -1
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/DataTableTable.d.ts +2 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +5 -0
- package/dist/components/dialog/Dialog.d.ts +25 -0
- package/dist/components/dialog/DialogBackground.d.ts +10 -0
- package/dist/components/dialog/DialogClose.d.ts +5 -0
- package/dist/components/dialog/DialogContent.d.ts +5 -0
- package/dist/components/divider/Divider.d.ts +5 -0
- package/dist/components/drawer/Drawer.d.ts +20 -0
- package/dist/components/drawer/DrawerContent.d.ts +5 -0
- package/dist/components/drawer/DrawerFooter.d.ts +5 -0
- package/dist/components/drawer/DrawerHeader.d.ts +5 -0
- package/dist/components/drawer/DrawerMain.d.ts +5 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +5 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +25 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +5 -0
- package/dist/components/empty-state/EmptyState.d.ts +35 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +5 -0
- package/dist/components/flex/Flex.d.ts +5 -0
- package/dist/components/form/Form.d.ts +5 -0
- package/dist/components/grid/Grid.d.ts +5 -0
- package/dist/components/heading/Heading.d.ts +5 -0
- package/dist/components/icon/Icon.d.ts +5 -0
- package/dist/components/image/Image.d.ts +5 -0
- package/dist/components/inline-message/InlineMessage.d.ts +10 -0
- package/dist/components/input/Input.d.ts +15 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +10 -0
- package/dist/components/keyboard-shortcut/index.d.ts +15 -0
- package/dist/components/label/Label.d.ts +5 -0
- package/dist/components/link/Link.d.ts +5 -0
- package/dist/components/list/List.d.ts +10 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +10 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +5 -0
- package/dist/components/navigation/NavigationMenu.d.ts +45 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +10 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +55 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +10 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +10 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +10 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +10 -0
- package/dist/components/popover/Popover.d.ts +10 -0
- package/dist/components/popover/PopoverContent.d.ts +5 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +5 -0
- package/dist/components/radio-button/RadioButton.d.ts +5 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +5 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +5 -0
- package/dist/components/radio-card/RadioCard.d.ts +5 -0
- package/dist/components/section-message/SectionMessage.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +40 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +5 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +25 -0
- package/dist/components/select/Select.d.ts +5 -0
- package/dist/components/side-bar/SideBar.d.ts +40 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +35 -0
- package/dist/components/slider/Slider.d.ts +5 -0
- package/dist/components/sortable/Handle.d.ts +10 -0
- package/dist/components/spacer/Spacer.d.ts +5 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +10 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +10 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +10 -0
- package/dist/components/switch/Switch.d.ts +5 -0
- package/dist/components/table/Table.d.ts +40 -0
- package/dist/components/table/TableBody.d.ts +5 -0
- package/dist/components/table/TableCell.d.ts +5 -0
- package/dist/components/table/TableFooter.d.ts +5 -0
- package/dist/components/table/TableFooterCell.d.ts +5 -0
- package/dist/components/table/TableHeader.d.ts +5 -0
- package/dist/components/table/TableHeaderCell.d.ts +5 -0
- package/dist/components/table/TableRow.d.ts +5 -0
- package/dist/components/tabs/Tabs.d.ts +20 -0
- package/dist/components/tabs/TabsContent.d.ts +5 -0
- package/dist/components/tabs/TabsTrigger.d.ts +5 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +5 -0
- package/dist/components/text/Text.d.ts +5 -0
- package/dist/components/textarea/Textarea.d.ts +5 -0
- package/dist/components/tile/Tile.d.ts +5 -0
- package/dist/components/tile/TileGroup.d.ts +5 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +10 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +15 -0
- package/dist/components/toast/Toast.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +5 -0
- package/dist/components/toggle-group/index.d.ts +30 -0
- package/dist/components/tooltip/Tooltip.d.ts +10 -0
- package/dist/components/tooltip/TooltipContent.d.ts +5 -0
- package/dist/components/top-bar/TopBar.d.ts +25 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +15 -0
- package/dist/components/tree/Tree.d.ts +60 -0
- package/dist/components/tree/TreeCollapsible.d.ts +5 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +5 -0
- package/dist/components/tree/TreeIcon.d.ts +10 -0
- package/dist/components/tree/TreeItemContent.d.ts +5 -0
- package/dist/components/tree/TreeListItem.d.ts +5 -0
- package/dist/components/video/Video.d.ts +5 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +55 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
# [5.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* PR feedback ([fc7898f](https://github.com/Atom-Learning/components/commit/fc7898f9651aa99c1f332ae13e97e196a1930e7b))
|
|
1
|
+
# [5.7.0](https://github.com/Atom-Learning/components/compare/v5.6.0...v5.7.0) (2025-10-17)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Features
|
|
10
5
|
|
|
11
|
-
*
|
|
6
|
+
* added and implemented rowAction prop ([e45bbf7](https://github.com/Atom-Learning/components/commit/e45bbf7a182b6d191a8a14c5e4a2c3f6cf23fca8))
|
|
7
|
+
* added build tasks to start ds and documentation site locally ([556ddd7](https://github.com/Atom-Learning/components/commit/556ddd7aef7025fc1ced560b5aba6ff00da540c7))
|
|
8
|
+
* updated data table docs page ([cd0be18](https://github.com/Atom-Learning/components/commit/cd0be18280ba7b40c0bf6a949196c92e29fffcea))
|
|
12
9
|
|
|
13
10
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
14
11
|
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -238,6 +238,11 @@ export declare const BannerRegular: {
|
|
|
238
238
|
subjectNonVerbalReasoning: string;
|
|
239
239
|
subjectCreativeWriting: string;
|
|
240
240
|
subjectExamSkills: string;
|
|
241
|
+
subjectGcseEnglishLiterature: string;
|
|
242
|
+
subjectGcseMaths: string;
|
|
243
|
+
subjectGcseChemistry: string;
|
|
244
|
+
subjectGcsePhysics: string;
|
|
245
|
+
subjectGcseBiology: string;
|
|
241
246
|
glBlueLight: string;
|
|
242
247
|
glBluePrimary: string;
|
|
243
248
|
glBlueDark: string;
|
|
@@ -603,6 +608,11 @@ export declare const BannerRegular: {
|
|
|
603
608
|
subjectNonVerbalReasoning: string;
|
|
604
609
|
subjectCreativeWriting: string;
|
|
605
610
|
subjectExamSkills: string;
|
|
611
|
+
subjectGcseEnglishLiterature: string;
|
|
612
|
+
subjectGcseMaths: string;
|
|
613
|
+
subjectGcseChemistry: string;
|
|
614
|
+
subjectGcsePhysics: string;
|
|
615
|
+
subjectGcseBiology: string;
|
|
606
616
|
glBlueLight: string;
|
|
607
617
|
glBluePrimary: string;
|
|
608
618
|
glBlueDark: string;
|
|
@@ -1010,6 +1020,11 @@ export declare const BannerRegular: {
|
|
|
1010
1020
|
subjectNonVerbalReasoning: string;
|
|
1011
1021
|
subjectCreativeWriting: string;
|
|
1012
1022
|
subjectExamSkills: string;
|
|
1023
|
+
subjectGcseEnglishLiterature: string;
|
|
1024
|
+
subjectGcseMaths: string;
|
|
1025
|
+
subjectGcseChemistry: string;
|
|
1026
|
+
subjectGcsePhysics: string;
|
|
1027
|
+
subjectGcseBiology: string;
|
|
1013
1028
|
glBlueLight: string;
|
|
1014
1029
|
glBluePrimary: string;
|
|
1015
1030
|
glBlueDark: string;
|
|
@@ -1660,6 +1675,11 @@ export declare const BannerRegular: {
|
|
|
1660
1675
|
subjectNonVerbalReasoning: string;
|
|
1661
1676
|
subjectCreativeWriting: string;
|
|
1662
1677
|
subjectExamSkills: string;
|
|
1678
|
+
subjectGcseEnglishLiterature: string;
|
|
1679
|
+
subjectGcseMaths: string;
|
|
1680
|
+
subjectGcseChemistry: string;
|
|
1681
|
+
subjectGcsePhysics: string;
|
|
1682
|
+
subjectGcseBiology: string;
|
|
1663
1683
|
glBlueLight: string;
|
|
1664
1684
|
glBluePrimary: string;
|
|
1665
1685
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ declare const Container: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
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;
|
|
@@ -597,6 +602,11 @@ declare const Container: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
597
602
|
subjectNonVerbalReasoning: string;
|
|
598
603
|
subjectCreativeWriting: string;
|
|
599
604
|
subjectExamSkills: string;
|
|
605
|
+
subjectGcseEnglishLiterature: string;
|
|
606
|
+
subjectGcseMaths: string;
|
|
607
|
+
subjectGcseChemistry: string;
|
|
608
|
+
subjectGcsePhysics: string;
|
|
609
|
+
subjectGcseBiology: string;
|
|
600
610
|
glBlueLight: string;
|
|
601
611
|
glBluePrimary: string;
|
|
602
612
|
glBlueDark: string;
|
|
@@ -240,6 +240,11 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -621,6 +626,11 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
621
626
|
subjectNonVerbalReasoning: string;
|
|
622
627
|
subjectCreativeWriting: string;
|
|
623
628
|
subjectExamSkills: string;
|
|
629
|
+
subjectGcseEnglishLiterature: string;
|
|
630
|
+
subjectGcseMaths: string;
|
|
631
|
+
subjectGcseChemistry: string;
|
|
632
|
+
subjectGcsePhysics: string;
|
|
633
|
+
subjectGcseBiology: string;
|
|
624
634
|
glBlueLight: string;
|
|
625
635
|
glBluePrimary: string;
|
|
626
636
|
glBlueDark: string;
|
|
@@ -245,6 +245,11 @@ export declare const BannerSlim: {
|
|
|
245
245
|
subjectNonVerbalReasoning: string;
|
|
246
246
|
subjectCreativeWriting: string;
|
|
247
247
|
subjectExamSkills: string;
|
|
248
|
+
subjectGcseEnglishLiterature: string;
|
|
249
|
+
subjectGcseMaths: string;
|
|
250
|
+
subjectGcseChemistry: string;
|
|
251
|
+
subjectGcsePhysics: string;
|
|
252
|
+
subjectGcseBiology: string;
|
|
248
253
|
glBlueLight: string;
|
|
249
254
|
glBluePrimary: string;
|
|
250
255
|
glBlueDark: string;
|
|
@@ -608,6 +613,11 @@ export declare const BannerSlim: {
|
|
|
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;
|
|
@@ -1007,6 +1017,11 @@ export declare const BannerSlim: {
|
|
|
1007
1017
|
subjectNonVerbalReasoning: string;
|
|
1008
1018
|
subjectCreativeWriting: string;
|
|
1009
1019
|
subjectExamSkills: string;
|
|
1020
|
+
subjectGcseEnglishLiterature: string;
|
|
1021
|
+
subjectGcseMaths: string;
|
|
1022
|
+
subjectGcseChemistry: string;
|
|
1023
|
+
subjectGcsePhysics: string;
|
|
1024
|
+
subjectGcseBiology: string;
|
|
1010
1025
|
glBlueLight: string;
|
|
1011
1026
|
glBluePrimary: string;
|
|
1012
1027
|
glBlueDark: string;
|
|
@@ -1657,6 +1672,11 @@ export declare const BannerSlim: {
|
|
|
1657
1672
|
subjectNonVerbalReasoning: string;
|
|
1658
1673
|
subjectCreativeWriting: string;
|
|
1659
1674
|
subjectExamSkills: string;
|
|
1675
|
+
subjectGcseEnglishLiterature: string;
|
|
1676
|
+
subjectGcseMaths: string;
|
|
1677
|
+
subjectGcseChemistry: string;
|
|
1678
|
+
subjectGcsePhysics: string;
|
|
1679
|
+
subjectGcseBiology: string;
|
|
1660
1680
|
glBlueLight: string;
|
|
1661
1681
|
glBluePrimary: string;
|
|
1662
1682
|
glBlueDark: string;
|
|
@@ -234,6 +234,11 @@ declare const StyledBannerSlimContainer: import("@atom-learning/stitches-react/t
|
|
|
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;
|
|
@@ -238,6 +238,11 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
238
238
|
subjectNonVerbalReasoning: string;
|
|
239
239
|
subjectCreativeWriting: string;
|
|
240
240
|
subjectExamSkills: string;
|
|
241
|
+
subjectGcseEnglishLiterature: string;
|
|
242
|
+
subjectGcseMaths: string;
|
|
243
|
+
subjectGcseChemistry: string;
|
|
244
|
+
subjectGcsePhysics: string;
|
|
245
|
+
subjectGcseBiology: string;
|
|
241
246
|
glBlueLight: string;
|
|
242
247
|
glBluePrimary: string;
|
|
243
248
|
glBlueDark: string;
|
|
@@ -601,6 +606,11 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
601
606
|
subjectNonVerbalReasoning: string;
|
|
602
607
|
subjectCreativeWriting: string;
|
|
603
608
|
subjectExamSkills: string;
|
|
609
|
+
subjectGcseEnglishLiterature: string;
|
|
610
|
+
subjectGcseMaths: string;
|
|
611
|
+
subjectGcseChemistry: string;
|
|
612
|
+
subjectGcsePhysics: string;
|
|
613
|
+
subjectGcseBiology: string;
|
|
604
614
|
glBlueLight: string;
|
|
605
615
|
glBluePrimary: string;
|
|
606
616
|
glBlueDark: string;
|
|
@@ -240,6 +240,11 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -624,6 +629,11 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
624
629
|
subjectNonVerbalReasoning: string;
|
|
625
630
|
subjectCreativeWriting: string;
|
|
626
631
|
subjectExamSkills: string;
|
|
632
|
+
subjectGcseEnglishLiterature: string;
|
|
633
|
+
subjectGcseMaths: string;
|
|
634
|
+
subjectGcseChemistry: string;
|
|
635
|
+
subjectGcsePhysics: string;
|
|
636
|
+
subjectGcseBiology: string;
|
|
627
637
|
glBlueLight: string;
|
|
628
638
|
glBluePrimary: string;
|
|
629
639
|
glBlueDark: string;
|
|
@@ -231,6 +231,11 @@ export declare const Box: import("@atom-learning/stitches-react/types/styled-com
|
|
|
231
231
|
subjectNonVerbalReasoning: string;
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
|
+
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseMaths: string;
|
|
236
|
+
subjectGcseChemistry: string;
|
|
237
|
+
subjectGcsePhysics: string;
|
|
238
|
+
subjectGcseBiology: string;
|
|
234
239
|
glBlueLight: string;
|
|
235
240
|
glBluePrimary: string;
|
|
236
241
|
glBlueDark: string;
|
|
@@ -241,6 +241,11 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -235,6 +235,11 @@ export declare const Day: 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;
|
|
@@ -258,6 +258,11 @@ export declare const Carousel: {
|
|
|
258
258
|
subjectNonVerbalReasoning: string;
|
|
259
259
|
subjectCreativeWriting: string;
|
|
260
260
|
subjectExamSkills: string;
|
|
261
|
+
subjectGcseEnglishLiterature: string;
|
|
262
|
+
subjectGcseMaths: string;
|
|
263
|
+
subjectGcseChemistry: string;
|
|
264
|
+
subjectGcsePhysics: string;
|
|
265
|
+
subjectGcseBiology: string;
|
|
261
266
|
glBlueLight: string;
|
|
262
267
|
glBluePrimary: string;
|
|
263
268
|
glBlueDark: string;
|
|
@@ -622,6 +627,11 @@ export declare const Carousel: {
|
|
|
622
627
|
subjectNonVerbalReasoning: string;
|
|
623
628
|
subjectCreativeWriting: string;
|
|
624
629
|
subjectExamSkills: string;
|
|
630
|
+
subjectGcseEnglishLiterature: string;
|
|
631
|
+
subjectGcseMaths: string;
|
|
632
|
+
subjectGcseChemistry: string;
|
|
633
|
+
subjectGcsePhysics: string;
|
|
634
|
+
subjectGcseBiology: string;
|
|
625
635
|
glBlueLight: string;
|
|
626
636
|
glBluePrimary: string;
|
|
627
637
|
glBlueDark: string;
|
|
@@ -990,6 +1000,11 @@ export declare const Carousel: {
|
|
|
990
1000
|
subjectNonVerbalReasoning: string;
|
|
991
1001
|
subjectCreativeWriting: string;
|
|
992
1002
|
subjectExamSkills: string;
|
|
1003
|
+
subjectGcseEnglishLiterature: string;
|
|
1004
|
+
subjectGcseMaths: string;
|
|
1005
|
+
subjectGcseChemistry: string;
|
|
1006
|
+
subjectGcsePhysics: string;
|
|
1007
|
+
subjectGcseBiology: string;
|
|
993
1008
|
glBlueLight: string;
|
|
994
1009
|
glBluePrimary: string;
|
|
995
1010
|
glBlueDark: string;
|
|
@@ -231,6 +231,11 @@ export declare const CarouselPagination: import("@atom-learning/stitches-react/t
|
|
|
231
231
|
subjectNonVerbalReasoning: string;
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
|
+
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseMaths: string;
|
|
236
|
+
subjectGcseChemistry: string;
|
|
237
|
+
subjectGcsePhysics: string;
|
|
238
|
+
subjectGcseBiology: string;
|
|
234
239
|
glBlueLight: string;
|
|
235
240
|
glBluePrimary: string;
|
|
236
241
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ declare const StyledSlide: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -233,6 +233,11 @@ export declare const CarouselSlider: import("@atom-learning/stitches-react/types
|
|
|
233
233
|
subjectNonVerbalReasoning: string;
|
|
234
234
|
subjectCreativeWriting: string;
|
|
235
235
|
subjectExamSkills: string;
|
|
236
|
+
subjectGcseEnglishLiterature: string;
|
|
237
|
+
subjectGcseMaths: string;
|
|
238
|
+
subjectGcseChemistry: string;
|
|
239
|
+
subjectGcsePhysics: string;
|
|
240
|
+
subjectGcseBiology: string;
|
|
236
241
|
glBlueLight: string;
|
|
237
242
|
glBluePrimary: string;
|
|
238
243
|
glBlueDark: string;
|
|
@@ -236,6 +236,11 @@ declare const StyledCheckbox: import("@atom-learning/stitches-react/types/styled
|
|
|
236
236
|
subjectNonVerbalReasoning: string;
|
|
237
237
|
subjectCreativeWriting: string;
|
|
238
238
|
subjectExamSkills: string;
|
|
239
|
+
subjectGcseEnglishLiterature: string;
|
|
240
|
+
subjectGcseMaths: string;
|
|
241
|
+
subjectGcseChemistry: string;
|
|
242
|
+
subjectGcsePhysics: string;
|
|
243
|
+
subjectGcseBiology: string;
|
|
239
244
|
glBlueLight: string;
|
|
240
245
|
glBluePrimary: string;
|
|
241
246
|
glBlueDark: string;
|