@atom-learning/components 5.14.1 → 5.14.2
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/dist/components/accordion/Accordion.d.ts +1 -0
- package/dist/components/accordion/AccordionContent.d.ts +1 -0
- package/dist/components/accordion/AccordionItem.d.ts +1 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +1 -0
- package/dist/components/action-icon/ActionIcon.d.ts +1 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +2 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -0
- package/dist/components/avatar/Avatar.d.ts +2 -0
- package/dist/components/badge/Badge.d.ts +6 -0
- package/dist/components/badge/BadgeIcon.d.ts +2 -0
- package/dist/components/badge/BadgeText.d.ts +2 -0
- package/dist/components/banner/BannerContainer.d.ts +2 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +4 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +2 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +4 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +1 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +2 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -0
- package/dist/components/box/Box.d.ts +1 -0
- package/dist/components/button/Button.d.ts +1 -0
- package/dist/components/calendar/Day.d.ts +1 -0
- package/dist/components/carousel/Carousel.d.ts +3 -0
- package/dist/components/carousel/CarouselPagination.d.ts +1 -0
- package/dist/components/carousel/CarouselSlide.d.ts +1 -0
- package/dist/components/carousel/CarouselSlider.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +1 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +3 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +4 -0
- package/dist/components/chip/Chip.d.ts +7 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +3 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +3 -0
- package/dist/components/combobox/Combobox.d.ts +5 -0
- package/dist/components/combobox/ComboboxInput.d.ts +1 -0
- package/dist/components/combobox/ComboboxList.d.ts +1 -0
- package/dist/components/combobox/ComboboxOption.d.ts +1 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +1 -0
- package/dist/components/data-table/DataTable.d.ts +11 -0
- package/dist/components/data-table/DataTableLoading.d.ts +1 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +5 -0
- package/dist/components/dialog/DialogBackground.d.ts +2 -0
- package/dist/components/dialog/DialogClose.d.ts +1 -0
- package/dist/components/dialog/DialogContent.d.ts +1 -0
- package/dist/components/divider/Divider.d.ts +1 -0
- package/dist/components/drawer/Drawer.d.ts +4 -0
- package/dist/components/drawer/DrawerContent.d.ts +1 -0
- package/dist/components/drawer/DrawerFooter.d.ts +1 -0
- package/dist/components/drawer/DrawerHeader.d.ts +1 -0
- package/dist/components/drawer/DrawerMain.d.ts +1 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +1 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +1 -0
- package/dist/components/empty-state/EmptyState.d.ts +7 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +2 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +2 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +1 -0
- package/dist/components/flex/Flex.d.ts +1 -0
- package/dist/components/form/Form.d.ts +1 -0
- package/dist/components/grid/Grid.d.ts +1 -0
- package/dist/components/heading/Heading.d.ts +1 -0
- package/dist/components/icon/Icon.d.ts +1 -0
- package/dist/components/image/Image.d.ts +1 -0
- package/dist/components/inline-message/InlineMessage.d.ts +2 -0
- package/dist/components/input/Input.d.ts +3 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +2 -0
- package/dist/components/keyboard-shortcut/index.d.ts +3 -0
- package/dist/components/label/Label.d.ts +1 -0
- package/dist/components/link/Link.d.ts +1 -0
- package/dist/components/list/List.d.ts +2 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -0
- package/dist/components/navigation/NavigationMenu.d.ts +9 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +1 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +2 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +1 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +11 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +2 -0
- package/dist/components/number-input/NumberInputStepper.d.ts +2 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +2 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -0
- package/dist/components/popover/Popover.d.ts +2 -0
- package/dist/components/popover/PopoverContent.d.ts +1 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +1 -0
- package/dist/components/radio-button/RadioButton.d.ts +1 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +1 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +1 -0
- package/dist/components/radio-card/RadioCard.d.ts +1 -0
- package/dist/components/section-message/SectionMessage.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +8 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +1 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +5 -0
- package/dist/components/select/Select.d.ts +1 -0
- package/dist/components/side-bar/SideBar.d.ts +8 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +7 -0
- package/dist/components/slider/Slider.d.ts +2 -0
- package/dist/components/sortable/Handle.d.ts +2 -0
- package/dist/components/spacer/Spacer.d.ts +1 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +2 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +2 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +2 -0
- package/dist/components/switch/Switch.d.ts +1 -0
- package/dist/components/table/Table.d.ts +8 -0
- package/dist/components/table/TableBody.d.ts +1 -0
- package/dist/components/table/TableCell.d.ts +1 -0
- package/dist/components/table/TableFooter.d.ts +1 -0
- package/dist/components/table/TableFooterCell.d.ts +1 -0
- package/dist/components/table/TableHeader.d.ts +1 -0
- package/dist/components/table/TableHeaderCell.d.ts +1 -0
- package/dist/components/table/TableRow.d.ts +1 -0
- package/dist/components/tabs/Tabs.d.ts +4 -0
- package/dist/components/tabs/TabsContent.d.ts +1 -0
- package/dist/components/tabs/TabsTrigger.d.ts +1 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +1 -0
- package/dist/components/text/Text.d.ts +1 -0
- package/dist/components/textarea/Textarea.d.ts +1 -0
- package/dist/components/tile/Tile.d.ts +1 -0
- package/dist/components/tile/TileGroup.d.ts +1 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +2 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +3 -0
- package/dist/components/toast/Toast.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +1 -0
- package/dist/components/toggle-group/index.d.ts +6 -0
- package/dist/components/tooltip/Tooltip.d.ts +2 -0
- package/dist/components/tooltip/TooltipContent.d.ts +1 -0
- package/dist/components/top-bar/TopBar.d.ts +5 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +3 -0
- package/dist/components/tree/Tree.d.ts +12 -0
- package/dist/components/tree/TreeCollapsible.d.ts +1 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +1 -0
- package/dist/components/tree/TreeIcon.d.ts +2 -0
- package/dist/components/tree/TreeItemContent.d.ts +1 -0
- package/dist/components/tree/TreeListItem.d.ts +1 -0
- package/dist/components/video/Video.d.ts +1 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +1 -0
- package/dist/stitches.d.ts +11 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +1 -0
- package/package.json +3 -3
- package/CHANGELOG.md +0 -209
|
@@ -236,6 +236,7 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
238
|
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseEnglishLanguage: string;
|
|
239
240
|
subjectGcseMaths: string;
|
|
240
241
|
subjectGcseChemistry: string;
|
|
241
242
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ declare const StyledContent: import("@atom-learning/stitches-react/types/styled-
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ export declare const AccordionItem: import("@atom-learning/stitches-react/types/
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -236,6 +236,7 @@ declare const StyledTrigger: import("@atom-learning/stitches-react/types/styled-
|
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
238
|
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseEnglishLanguage: string;
|
|
239
240
|
subjectGcseMaths: string;
|
|
240
241
|
subjectGcseChemistry: string;
|
|
241
242
|
subjectGcsePhysics: string;
|
|
@@ -242,6 +242,7 @@ declare const StyledButton: import("@atom-learning/stitches-react/types/styled-c
|
|
|
242
242
|
subjectCreativeWriting: string;
|
|
243
243
|
subjectExamSkills: string;
|
|
244
244
|
subjectGcseEnglishLiterature: string;
|
|
245
|
+
subjectGcseEnglishLanguage: string;
|
|
245
246
|
subjectGcseMaths: string;
|
|
246
247
|
subjectGcseChemistry: string;
|
|
247
248
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ export declare const AlertDialog: import("@atom-learning/stitches-react/types/st
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -608,6 +609,7 @@ export declare const AlertDialog: import("@atom-learning/stitches-react/types/st
|
|
|
608
609
|
subjectCreativeWriting: string;
|
|
609
610
|
subjectExamSkills: string;
|
|
610
611
|
subjectGcseEnglishLiterature: string;
|
|
612
|
+
subjectGcseEnglishLanguage: string;
|
|
611
613
|
subjectGcseMaths: string;
|
|
612
614
|
subjectGcseChemistry: string;
|
|
613
615
|
subjectGcsePhysics: string;
|
|
@@ -235,6 +235,7 @@ declare const StyledAlertDialogContent: import("@atom-learning/stitches-react/ty
|
|
|
235
235
|
subjectCreativeWriting: string;
|
|
236
236
|
subjectExamSkills: string;
|
|
237
237
|
subjectGcseEnglishLiterature: string;
|
|
238
|
+
subjectGcseEnglishLanguage: string;
|
|
238
239
|
subjectGcseMaths: string;
|
|
239
240
|
subjectGcseChemistry: string;
|
|
240
241
|
subjectGcsePhysics: string;
|
|
@@ -235,6 +235,7 @@ declare const StyledDiv: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
235
235
|
subjectCreativeWriting: string;
|
|
236
236
|
subjectExamSkills: string;
|
|
237
237
|
subjectGcseEnglishLiterature: string;
|
|
238
|
+
subjectGcseEnglishLanguage: string;
|
|
238
239
|
subjectGcseMaths: string;
|
|
239
240
|
subjectGcseChemistry: string;
|
|
240
241
|
subjectGcsePhysics: string;
|
|
@@ -606,6 +607,7 @@ declare const StyledButton: import("@atom-learning/stitches-react/types/styled-c
|
|
|
606
607
|
subjectCreativeWriting: string;
|
|
607
608
|
subjectExamSkills: string;
|
|
608
609
|
subjectGcseEnglishLiterature: string;
|
|
610
|
+
subjectGcseEnglishLanguage: string;
|
|
609
611
|
subjectGcseMaths: string;
|
|
610
612
|
subjectGcseChemistry: string;
|
|
611
613
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledBadge: import("@atom-learning/stitches-react/types/styled-co
|
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
243
|
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseEnglishLanguage: string;
|
|
244
245
|
subjectGcseMaths: string;
|
|
245
246
|
subjectGcseChemistry: string;
|
|
246
247
|
subjectGcsePhysics: string;
|
|
@@ -614,6 +615,7 @@ declare const StyledBadge: import("@atom-learning/stitches-react/types/styled-co
|
|
|
614
615
|
subjectCreativeWriting: string;
|
|
615
616
|
subjectExamSkills: string;
|
|
616
617
|
subjectGcseEnglishLiterature: string;
|
|
618
|
+
subjectGcseEnglishLanguage: string;
|
|
617
619
|
subjectGcseMaths: string;
|
|
618
620
|
subjectGcseChemistry: string;
|
|
619
621
|
subjectGcsePhysics: string;
|
|
@@ -993,6 +995,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
993
995
|
subjectCreativeWriting: string;
|
|
994
996
|
subjectExamSkills: string;
|
|
995
997
|
subjectGcseEnglishLiterature: string;
|
|
998
|
+
subjectGcseEnglishLanguage: string;
|
|
996
999
|
subjectGcseMaths: string;
|
|
997
1000
|
subjectGcseChemistry: string;
|
|
998
1001
|
subjectGcsePhysics: string;
|
|
@@ -1365,6 +1368,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1365
1368
|
subjectCreativeWriting: string;
|
|
1366
1369
|
subjectExamSkills: string;
|
|
1367
1370
|
subjectGcseEnglishLiterature: string;
|
|
1371
|
+
subjectGcseEnglishLanguage: string;
|
|
1368
1372
|
subjectGcseMaths: string;
|
|
1369
1373
|
subjectGcseChemistry: string;
|
|
1370
1374
|
subjectGcsePhysics: string;
|
|
@@ -1742,6 +1746,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1742
1746
|
subjectCreativeWriting: string;
|
|
1743
1747
|
subjectExamSkills: string;
|
|
1744
1748
|
subjectGcseEnglishLiterature: string;
|
|
1749
|
+
subjectGcseEnglishLanguage: string;
|
|
1745
1750
|
subjectGcseMaths: string;
|
|
1746
1751
|
subjectGcseChemistry: string;
|
|
1747
1752
|
subjectGcsePhysics: string;
|
|
@@ -2116,6 +2121,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
2116
2121
|
subjectCreativeWriting: string;
|
|
2117
2122
|
subjectExamSkills: string;
|
|
2118
2123
|
subjectGcseEnglishLiterature: string;
|
|
2124
|
+
subjectGcseEnglishLanguage: string;
|
|
2119
2125
|
subjectGcseMaths: string;
|
|
2120
2126
|
subjectGcseChemistry: string;
|
|
2121
2127
|
subjectGcsePhysics: string;
|
|
@@ -238,6 +238,7 @@ declare const StyledBadgeIcon: import("@atom-learning/stitches-react/types/style
|
|
|
238
238
|
subjectCreativeWriting: string;
|
|
239
239
|
subjectExamSkills: string;
|
|
240
240
|
subjectGcseEnglishLiterature: string;
|
|
241
|
+
subjectGcseEnglishLanguage: string;
|
|
241
242
|
subjectGcseMaths: string;
|
|
242
243
|
subjectGcseChemistry: string;
|
|
243
244
|
subjectGcsePhysics: string;
|
|
@@ -610,6 +611,7 @@ declare const StyledBadgeIcon: import("@atom-learning/stitches-react/types/style
|
|
|
610
611
|
subjectCreativeWriting: string;
|
|
611
612
|
subjectExamSkills: string;
|
|
612
613
|
subjectGcseEnglishLiterature: string;
|
|
614
|
+
subjectGcseEnglishLanguage: string;
|
|
613
615
|
subjectGcseMaths: string;
|
|
614
616
|
subjectGcseChemistry: string;
|
|
615
617
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledBadgeText: import("@atom-learning/stitches-react/types/style
|
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
243
|
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseEnglishLanguage: string;
|
|
244
245
|
subjectGcseMaths: string;
|
|
245
246
|
subjectGcseChemistry: string;
|
|
246
247
|
subjectGcsePhysics: string;
|
|
@@ -614,6 +615,7 @@ declare const StyledBadgeText: import("@atom-learning/stitches-react/types/style
|
|
|
614
615
|
subjectCreativeWriting: string;
|
|
615
616
|
subjectExamSkills: string;
|
|
616
617
|
subjectGcseEnglishLiterature: string;
|
|
618
|
+
subjectGcseEnglishLanguage: string;
|
|
617
619
|
subjectGcseMaths: string;
|
|
618
620
|
subjectGcseChemistry: string;
|
|
619
621
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledBannerContainer: import("@atom-learning/stitches-react/types
|
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
243
|
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseEnglishLanguage: string;
|
|
244
245
|
subjectGcseMaths: string;
|
|
245
246
|
subjectGcseChemistry: string;
|
|
246
247
|
subjectGcsePhysics: string;
|
|
@@ -612,6 +613,7 @@ declare const StyledBannerContainer: import("@atom-learning/stitches-react/types
|
|
|
612
613
|
subjectCreativeWriting: string;
|
|
613
614
|
subjectExamSkills: string;
|
|
614
615
|
subjectGcseEnglishLiterature: string;
|
|
616
|
+
subjectGcseEnglishLanguage: string;
|
|
615
617
|
subjectGcseMaths: string;
|
|
616
618
|
subjectGcseChemistry: string;
|
|
617
619
|
subjectGcsePhysics: string;
|
|
@@ -239,6 +239,7 @@ export declare const BannerRegular: {
|
|
|
239
239
|
subjectCreativeWriting: string;
|
|
240
240
|
subjectExamSkills: string;
|
|
241
241
|
subjectGcseEnglishLiterature: string;
|
|
242
|
+
subjectGcseEnglishLanguage: string;
|
|
242
243
|
subjectGcseMaths: string;
|
|
243
244
|
subjectGcseChemistry: string;
|
|
244
245
|
subjectGcsePhysics: string;
|
|
@@ -609,6 +610,7 @@ export declare const BannerRegular: {
|
|
|
609
610
|
subjectCreativeWriting: string;
|
|
610
611
|
subjectExamSkills: string;
|
|
611
612
|
subjectGcseEnglishLiterature: string;
|
|
613
|
+
subjectGcseEnglishLanguage: string;
|
|
612
614
|
subjectGcseMaths: string;
|
|
613
615
|
subjectGcseChemistry: string;
|
|
614
616
|
subjectGcsePhysics: string;
|
|
@@ -1021,6 +1023,7 @@ export declare const BannerRegular: {
|
|
|
1021
1023
|
subjectCreativeWriting: string;
|
|
1022
1024
|
subjectExamSkills: string;
|
|
1023
1025
|
subjectGcseEnglishLiterature: string;
|
|
1026
|
+
subjectGcseEnglishLanguage: string;
|
|
1024
1027
|
subjectGcseMaths: string;
|
|
1025
1028
|
subjectGcseChemistry: string;
|
|
1026
1029
|
subjectGcsePhysics: string;
|
|
@@ -1676,6 +1679,7 @@ export declare const BannerRegular: {
|
|
|
1676
1679
|
subjectCreativeWriting: string;
|
|
1677
1680
|
subjectExamSkills: string;
|
|
1678
1681
|
subjectGcseEnglishLiterature: string;
|
|
1682
|
+
subjectGcseEnglishLanguage: string;
|
|
1679
1683
|
subjectGcseMaths: string;
|
|
1680
1684
|
subjectGcseChemistry: string;
|
|
1681
1685
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ declare const Container: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -603,6 +604,7 @@ declare const Container: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
603
604
|
subjectCreativeWriting: string;
|
|
604
605
|
subjectExamSkills: string;
|
|
605
606
|
subjectGcseEnglishLiterature: string;
|
|
607
|
+
subjectGcseEnglishLanguage: string;
|
|
606
608
|
subjectGcseMaths: string;
|
|
607
609
|
subjectGcseChemistry: string;
|
|
608
610
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
243
|
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseEnglishLanguage: string;
|
|
244
245
|
subjectGcseMaths: string;
|
|
245
246
|
subjectGcseChemistry: string;
|
|
246
247
|
subjectGcsePhysics: string;
|
|
@@ -627,6 +628,7 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
627
628
|
subjectCreativeWriting: string;
|
|
628
629
|
subjectExamSkills: string;
|
|
629
630
|
subjectGcseEnglishLiterature: string;
|
|
631
|
+
subjectGcseEnglishLanguage: string;
|
|
630
632
|
subjectGcseMaths: string;
|
|
631
633
|
subjectGcseChemistry: string;
|
|
632
634
|
subjectGcsePhysics: string;
|
|
@@ -246,6 +246,7 @@ export declare const BannerSlim: {
|
|
|
246
246
|
subjectCreativeWriting: string;
|
|
247
247
|
subjectExamSkills: string;
|
|
248
248
|
subjectGcseEnglishLiterature: string;
|
|
249
|
+
subjectGcseEnglishLanguage: string;
|
|
249
250
|
subjectGcseMaths: string;
|
|
250
251
|
subjectGcseChemistry: string;
|
|
251
252
|
subjectGcsePhysics: string;
|
|
@@ -614,6 +615,7 @@ export declare const BannerSlim: {
|
|
|
614
615
|
subjectCreativeWriting: string;
|
|
615
616
|
subjectExamSkills: string;
|
|
616
617
|
subjectGcseEnglishLiterature: string;
|
|
618
|
+
subjectGcseEnglishLanguage: string;
|
|
617
619
|
subjectGcseMaths: string;
|
|
618
620
|
subjectGcseChemistry: string;
|
|
619
621
|
subjectGcsePhysics: string;
|
|
@@ -1018,6 +1020,7 @@ export declare const BannerSlim: {
|
|
|
1018
1020
|
subjectCreativeWriting: string;
|
|
1019
1021
|
subjectExamSkills: string;
|
|
1020
1022
|
subjectGcseEnglishLiterature: string;
|
|
1023
|
+
subjectGcseEnglishLanguage: string;
|
|
1021
1024
|
subjectGcseMaths: string;
|
|
1022
1025
|
subjectGcseChemistry: string;
|
|
1023
1026
|
subjectGcsePhysics: string;
|
|
@@ -1673,6 +1676,7 @@ export declare const BannerSlim: {
|
|
|
1673
1676
|
subjectCreativeWriting: string;
|
|
1674
1677
|
subjectExamSkills: string;
|
|
1675
1678
|
subjectGcseEnglishLiterature: string;
|
|
1679
|
+
subjectGcseEnglishLanguage: string;
|
|
1676
1680
|
subjectGcseMaths: string;
|
|
1677
1681
|
subjectGcseChemistry: string;
|
|
1678
1682
|
subjectGcsePhysics: string;
|
|
@@ -235,6 +235,7 @@ declare const StyledBannerSlimContainer: import("@atom-learning/stitches-react/t
|
|
|
235
235
|
subjectCreativeWriting: string;
|
|
236
236
|
subjectExamSkills: string;
|
|
237
237
|
subjectGcseEnglishLiterature: string;
|
|
238
|
+
subjectGcseEnglishLanguage: string;
|
|
238
239
|
subjectGcseMaths: string;
|
|
239
240
|
subjectGcseChemistry: string;
|
|
240
241
|
subjectGcsePhysics: string;
|
|
@@ -239,6 +239,7 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
239
239
|
subjectCreativeWriting: string;
|
|
240
240
|
subjectExamSkills: string;
|
|
241
241
|
subjectGcseEnglishLiterature: string;
|
|
242
|
+
subjectGcseEnglishLanguage: string;
|
|
242
243
|
subjectGcseMaths: string;
|
|
243
244
|
subjectGcseChemistry: string;
|
|
244
245
|
subjectGcsePhysics: string;
|
|
@@ -607,6 +608,7 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
607
608
|
subjectCreativeWriting: string;
|
|
608
609
|
subjectExamSkills: string;
|
|
609
610
|
subjectGcseEnglishLiterature: string;
|
|
611
|
+
subjectGcseEnglishLanguage: string;
|
|
610
612
|
subjectGcseMaths: string;
|
|
611
613
|
subjectGcseChemistry: string;
|
|
612
614
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
243
|
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseEnglishLanguage: string;
|
|
244
245
|
subjectGcseMaths: string;
|
|
245
246
|
subjectGcseChemistry: string;
|
|
246
247
|
subjectGcsePhysics: string;
|
|
@@ -630,6 +631,7 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
630
631
|
subjectCreativeWriting: string;
|
|
631
632
|
subjectExamSkills: string;
|
|
632
633
|
subjectGcseEnglishLiterature: string;
|
|
634
|
+
subjectGcseEnglishLanguage: string;
|
|
633
635
|
subjectGcseMaths: string;
|
|
634
636
|
subjectGcseChemistry: string;
|
|
635
637
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const Box: import("@atom-learning/stitches-react/types/styled-com
|
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
234
|
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseEnglishLanguage: string;
|
|
235
236
|
subjectGcseMaths: string;
|
|
236
237
|
subjectGcseChemistry: string;
|
|
237
238
|
subjectGcsePhysics: string;
|
|
@@ -242,6 +242,7 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
242
242
|
subjectCreativeWriting: string;
|
|
243
243
|
subjectExamSkills: string;
|
|
244
244
|
subjectGcseEnglishLiterature: string;
|
|
245
|
+
subjectGcseEnglishLanguage: string;
|
|
245
246
|
subjectGcseMaths: string;
|
|
246
247
|
subjectGcseChemistry: string;
|
|
247
248
|
subjectGcsePhysics: string;
|
|
@@ -236,6 +236,7 @@ export declare const Day: import("@atom-learning/stitches-react/types/styled-com
|
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
238
|
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseEnglishLanguage: string;
|
|
239
240
|
subjectGcseMaths: string;
|
|
240
241
|
subjectGcseChemistry: string;
|
|
241
242
|
subjectGcsePhysics: string;
|
|
@@ -259,6 +259,7 @@ export declare const Carousel: {
|
|
|
259
259
|
subjectCreativeWriting: string;
|
|
260
260
|
subjectExamSkills: string;
|
|
261
261
|
subjectGcseEnglishLiterature: string;
|
|
262
|
+
subjectGcseEnglishLanguage: string;
|
|
262
263
|
subjectGcseMaths: string;
|
|
263
264
|
subjectGcseChemistry: string;
|
|
264
265
|
subjectGcsePhysics: string;
|
|
@@ -628,6 +629,7 @@ export declare const Carousel: {
|
|
|
628
629
|
subjectCreativeWriting: string;
|
|
629
630
|
subjectExamSkills: string;
|
|
630
631
|
subjectGcseEnglishLiterature: string;
|
|
632
|
+
subjectGcseEnglishLanguage: string;
|
|
631
633
|
subjectGcseMaths: string;
|
|
632
634
|
subjectGcseChemistry: string;
|
|
633
635
|
subjectGcsePhysics: string;
|
|
@@ -1001,6 +1003,7 @@ export declare const Carousel: {
|
|
|
1001
1003
|
subjectCreativeWriting: string;
|
|
1002
1004
|
subjectExamSkills: string;
|
|
1003
1005
|
subjectGcseEnglishLiterature: string;
|
|
1006
|
+
subjectGcseEnglishLanguage: string;
|
|
1004
1007
|
subjectGcseMaths: string;
|
|
1005
1008
|
subjectGcseChemistry: string;
|
|
1006
1009
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const CarouselPagination: import("@atom-learning/stitches-react/t
|
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
234
|
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseEnglishLanguage: string;
|
|
235
236
|
subjectGcseMaths: string;
|
|
236
237
|
subjectGcseChemistry: string;
|
|
237
238
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ declare const StyledSlide: import("@atom-learning/stitches-react/types/styled-co
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -234,6 +234,7 @@ export declare const CarouselSlider: import("@atom-learning/stitches-react/types
|
|
|
234
234
|
subjectCreativeWriting: string;
|
|
235
235
|
subjectExamSkills: string;
|
|
236
236
|
subjectGcseEnglishLiterature: string;
|
|
237
|
+
subjectGcseEnglishLanguage: string;
|
|
237
238
|
subjectGcseMaths: string;
|
|
238
239
|
subjectGcseChemistry: string;
|
|
239
240
|
subjectGcsePhysics: string;
|
|
@@ -237,6 +237,7 @@ declare const StyledCheckbox: import("@atom-learning/stitches-react/types/styled
|
|
|
237
237
|
subjectCreativeWriting: string;
|
|
238
238
|
subjectExamSkills: string;
|
|
239
239
|
subjectGcseEnglishLiterature: string;
|
|
240
|
+
subjectGcseEnglishLanguage: string;
|
|
240
241
|
subjectGcseMaths: string;
|
|
241
242
|
subjectGcseChemistry: string;
|
|
242
243
|
subjectGcsePhysics: string;
|
|
@@ -246,6 +246,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
246
246
|
subjectCreativeWriting: string;
|
|
247
247
|
subjectExamSkills: string;
|
|
248
248
|
subjectGcseEnglishLiterature: string;
|
|
249
|
+
subjectGcseEnglishLanguage: string;
|
|
249
250
|
subjectGcseMaths: string;
|
|
250
251
|
subjectGcseChemistry: string;
|
|
251
252
|
subjectGcsePhysics: string;
|
|
@@ -626,6 +627,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
626
627
|
subjectCreativeWriting: string;
|
|
627
628
|
subjectExamSkills: string;
|
|
628
629
|
subjectGcseEnglishLiterature: string;
|
|
630
|
+
subjectGcseEnglishLanguage: string;
|
|
629
631
|
subjectGcseMaths: string;
|
|
630
632
|
subjectGcseChemistry: string;
|
|
631
633
|
subjectGcsePhysics: string;
|
|
@@ -1283,6 +1285,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1283
1285
|
subjectCreativeWriting: string;
|
|
1284
1286
|
subjectExamSkills: string;
|
|
1285
1287
|
subjectGcseEnglishLiterature: string;
|
|
1288
|
+
subjectGcseEnglishLanguage: string;
|
|
1286
1289
|
subjectGcseMaths: string;
|
|
1287
1290
|
subjectGcseChemistry: string;
|
|
1288
1291
|
subjectGcsePhysics: string;
|
|
@@ -234,6 +234,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
234
234
|
subjectCreativeWriting: string;
|
|
235
235
|
subjectExamSkills: string;
|
|
236
236
|
subjectGcseEnglishLiterature: string;
|
|
237
|
+
subjectGcseEnglishLanguage: string;
|
|
237
238
|
subjectGcseMaths: string;
|
|
238
239
|
subjectGcseChemistry: string;
|
|
239
240
|
subjectGcsePhysics: string;
|
|
@@ -876,6 +877,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
876
877
|
subjectCreativeWriting: string;
|
|
877
878
|
subjectExamSkills: string;
|
|
878
879
|
subjectGcseEnglishLiterature: string;
|
|
880
|
+
subjectGcseEnglishLanguage: string;
|
|
879
881
|
subjectGcseMaths: string;
|
|
880
882
|
subjectGcseChemistry: string;
|
|
881
883
|
subjectGcsePhysics: string;
|
|
@@ -1575,6 +1577,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1575
1577
|
subjectCreativeWriting: string;
|
|
1576
1578
|
subjectExamSkills: string;
|
|
1577
1579
|
subjectGcseEnglishLiterature: string;
|
|
1580
|
+
subjectGcseEnglishLanguage: string;
|
|
1578
1581
|
subjectGcseMaths: string;
|
|
1579
1582
|
subjectGcseChemistry: string;
|
|
1580
1583
|
subjectGcsePhysics: string;
|
|
@@ -2297,6 +2300,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2297
2300
|
subjectCreativeWriting: string;
|
|
2298
2301
|
subjectExamSkills: string;
|
|
2299
2302
|
subjectGcseEnglishLiterature: string;
|
|
2303
|
+
subjectGcseEnglishLanguage: string;
|
|
2300
2304
|
subjectGcseMaths: string;
|
|
2301
2305
|
subjectGcseChemistry: string;
|
|
2302
2306
|
subjectGcsePhysics: string;
|
|
@@ -234,6 +234,7 @@ export declare const StyledChipContent: import("@atom-learning/stitches-react/ty
|
|
|
234
234
|
subjectCreativeWriting: string;
|
|
235
235
|
subjectExamSkills: string;
|
|
236
236
|
subjectGcseEnglishLiterature: string;
|
|
237
|
+
subjectGcseEnglishLanguage: string;
|
|
237
238
|
subjectGcseMaths: string;
|
|
238
239
|
subjectGcseChemistry: string;
|
|
239
240
|
subjectGcsePhysics: string;
|
|
@@ -610,6 +611,7 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
610
611
|
subjectCreativeWriting: string;
|
|
611
612
|
subjectExamSkills: string;
|
|
612
613
|
subjectGcseEnglishLiterature: string;
|
|
614
|
+
subjectGcseEnglishLanguage: string;
|
|
613
615
|
subjectGcseMaths: string;
|
|
614
616
|
subjectGcseChemistry: string;
|
|
615
617
|
subjectGcsePhysics: string;
|
|
@@ -980,6 +982,7 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
980
982
|
subjectCreativeWriting: string;
|
|
981
983
|
subjectExamSkills: string;
|
|
982
984
|
subjectGcseEnglishLiterature: string;
|
|
985
|
+
subjectGcseEnglishLanguage: string;
|
|
983
986
|
subjectGcseMaths: string;
|
|
984
987
|
subjectGcseChemistry: string;
|
|
985
988
|
subjectGcsePhysics: string;
|
|
@@ -1360,6 +1363,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
|
|
|
1360
1363
|
subjectCreativeWriting: string;
|
|
1361
1364
|
subjectExamSkills: string;
|
|
1362
1365
|
subjectGcseEnglishLiterature: string;
|
|
1366
|
+
subjectGcseEnglishLanguage: string;
|
|
1363
1367
|
subjectGcseMaths: string;
|
|
1364
1368
|
subjectGcseChemistry: string;
|
|
1365
1369
|
subjectGcsePhysics: string;
|
|
@@ -1732,6 +1736,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
|
|
|
1732
1736
|
subjectCreativeWriting: string;
|
|
1733
1737
|
subjectExamSkills: string;
|
|
1734
1738
|
subjectGcseEnglishLiterature: string;
|
|
1739
|
+
subjectGcseEnglishLanguage: string;
|
|
1735
1740
|
subjectGcseMaths: string;
|
|
1736
1741
|
subjectGcseChemistry: string;
|
|
1737
1742
|
subjectGcsePhysics: string;
|
|
@@ -2113,6 +2118,7 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
2113
2118
|
subjectCreativeWriting: string;
|
|
2114
2119
|
subjectExamSkills: string;
|
|
2115
2120
|
subjectGcseEnglishLiterature: string;
|
|
2121
|
+
subjectGcseEnglishLanguage: string;
|
|
2116
2122
|
subjectGcseMaths: string;
|
|
2117
2123
|
subjectGcseChemistry: string;
|
|
2118
2124
|
subjectGcsePhysics: string;
|
|
@@ -2485,6 +2491,7 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
2485
2491
|
subjectCreativeWriting: string;
|
|
2486
2492
|
subjectExamSkills: string;
|
|
2487
2493
|
subjectGcseEnglishLiterature: string;
|
|
2494
|
+
subjectGcseEnglishLanguage: string;
|
|
2488
2495
|
subjectGcseMaths: string;
|
|
2489
2496
|
subjectGcseChemistry: string;
|
|
2490
2497
|
subjectGcsePhysics: string;
|
|
@@ -244,6 +244,7 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
244
244
|
subjectCreativeWriting: string;
|
|
245
245
|
subjectExamSkills: string;
|
|
246
246
|
subjectGcseEnglishLiterature: string;
|
|
247
|
+
subjectGcseEnglishLanguage: string;
|
|
247
248
|
subjectGcseMaths: string;
|
|
248
249
|
subjectGcseChemistry: string;
|
|
249
250
|
subjectGcsePhysics: string;
|
|
@@ -616,6 +617,7 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
616
617
|
subjectCreativeWriting: string;
|
|
617
618
|
subjectExamSkills: string;
|
|
618
619
|
subjectGcseEnglishLiterature: string;
|
|
620
|
+
subjectGcseEnglishLanguage: string;
|
|
619
621
|
subjectGcseMaths: string;
|
|
620
622
|
subjectGcseChemistry: string;
|
|
621
623
|
subjectGcsePhysics: string;
|
|
@@ -991,6 +993,7 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
991
993
|
subjectCreativeWriting: string;
|
|
992
994
|
subjectExamSkills: string;
|
|
993
995
|
subjectGcseEnglishLiterature: string;
|
|
996
|
+
subjectGcseEnglishLanguage: string;
|
|
994
997
|
subjectGcseMaths: string;
|
|
995
998
|
subjectGcseChemistry: string;
|
|
996
999
|
subjectGcsePhysics: string;
|
|
@@ -244,6 +244,7 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
244
244
|
subjectCreativeWriting: string;
|
|
245
245
|
subjectExamSkills: string;
|
|
246
246
|
subjectGcseEnglishLiterature: string;
|
|
247
|
+
subjectGcseEnglishLanguage: string;
|
|
247
248
|
subjectGcseMaths: string;
|
|
248
249
|
subjectGcseChemistry: string;
|
|
249
250
|
subjectGcsePhysics: string;
|
|
@@ -616,6 +617,7 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
616
617
|
subjectCreativeWriting: string;
|
|
617
618
|
subjectExamSkills: string;
|
|
618
619
|
subjectGcseEnglishLiterature: string;
|
|
620
|
+
subjectGcseEnglishLanguage: string;
|
|
619
621
|
subjectGcseMaths: string;
|
|
620
622
|
subjectGcseChemistry: string;
|
|
621
623
|
subjectGcsePhysics: string;
|
|
@@ -991,6 +993,7 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
991
993
|
subjectCreativeWriting: string;
|
|
992
994
|
subjectExamSkills: string;
|
|
993
995
|
subjectGcseEnglishLiterature: string;
|
|
996
|
+
subjectGcseEnglishLanguage: string;
|
|
994
997
|
subjectGcseMaths: string;
|
|
995
998
|
subjectGcseChemistry: string;
|
|
996
999
|
subjectGcsePhysics: string;
|
|
@@ -233,6 +233,7 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
235
|
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseEnglishLanguage: string;
|
|
236
237
|
subjectGcseMaths: string;
|
|
237
238
|
subjectGcseChemistry: string;
|
|
238
239
|
subjectGcsePhysics: string;
|
|
@@ -603,6 +604,7 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
603
604
|
subjectCreativeWriting: string;
|
|
604
605
|
subjectExamSkills: string;
|
|
605
606
|
subjectGcseEnglishLiterature: string;
|
|
607
|
+
subjectGcseEnglishLanguage: string;
|
|
606
608
|
subjectGcseMaths: string;
|
|
607
609
|
subjectGcseChemistry: string;
|
|
608
610
|
subjectGcsePhysics: string;
|
|
@@ -980,6 +982,7 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
980
982
|
subjectCreativeWriting: string;
|
|
981
983
|
subjectExamSkills: string;
|
|
982
984
|
subjectGcseEnglishLiterature: string;
|
|
985
|
+
subjectGcseEnglishLanguage: string;
|
|
983
986
|
subjectGcseMaths: string;
|
|
984
987
|
subjectGcseChemistry: string;
|
|
985
988
|
subjectGcsePhysics: string;
|
|
@@ -1350,6 +1353,7 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1350
1353
|
subjectCreativeWriting: string;
|
|
1351
1354
|
subjectExamSkills: string;
|
|
1352
1355
|
subjectGcseEnglishLiterature: string;
|
|
1356
|
+
subjectGcseEnglishLanguage: string;
|
|
1353
1357
|
subjectGcseMaths: string;
|
|
1354
1358
|
subjectGcseChemistry: string;
|
|
1355
1359
|
subjectGcsePhysics: string;
|
|
@@ -1719,6 +1723,7 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1719
1723
|
subjectCreativeWriting: string;
|
|
1720
1724
|
subjectExamSkills: string;
|
|
1721
1725
|
subjectGcseEnglishLiterature: string;
|
|
1726
|
+
subjectGcseEnglishLanguage: string;
|
|
1722
1727
|
subjectGcseMaths: string;
|
|
1723
1728
|
subjectGcseChemistry: string;
|
|
1724
1729
|
subjectGcsePhysics: string;
|
|
@@ -236,6 +236,7 @@ export declare const StyledComboboxInput: import("@atom-learning/stitches-react/
|
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
238
|
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseEnglishLanguage: string;
|
|
239
240
|
subjectGcseMaths: string;
|
|
240
241
|
subjectGcseChemistry: string;
|
|
241
242
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const ComboboxList: import("@atom-learning/stitches-react/types/s
|
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
234
|
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseEnglishLanguage: string;
|
|
235
236
|
subjectGcseMaths: string;
|
|
236
237
|
subjectGcseChemistry: string;
|
|
237
238
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const ComboboxOption: import("@atom-learning/stitches-react/types
|
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
234
|
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseEnglishLanguage: string;
|
|
235
236
|
subjectGcseMaths: string;
|
|
236
237
|
subjectGcseChemistry: string;
|
|
237
238
|
subjectGcsePhysics: string;
|