@atom-learning/components 5.14.0 → 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/section-message/SectionMessage.js +1 -1
- package/dist/components/section-message/SectionMessage.js.map +1 -1
- 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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- 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 -207
|
@@ -234,6 +234,7 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
|
|
|
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;
|
|
@@ -604,6 +605,7 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
|
|
|
604
605
|
subjectCreativeWriting: string;
|
|
605
606
|
subjectExamSkills: string;
|
|
606
607
|
subjectGcseEnglishLiterature: string;
|
|
608
|
+
subjectGcseEnglishLanguage: string;
|
|
607
609
|
subjectGcseMaths: string;
|
|
608
610
|
subjectGcseChemistry: string;
|
|
609
611
|
subjectGcsePhysics: string;
|
|
@@ -978,6 +980,7 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
|
|
|
978
980
|
subjectCreativeWriting: string;
|
|
979
981
|
subjectExamSkills: string;
|
|
980
982
|
subjectGcseEnglishLiterature: string;
|
|
983
|
+
subjectGcseEnglishLanguage: string;
|
|
981
984
|
subjectGcseMaths: string;
|
|
982
985
|
subjectGcseChemistry: string;
|
|
983
986
|
subjectGcsePhysics: string;
|
|
@@ -1350,6 +1353,7 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
|
|
|
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;
|
|
@@ -1721,6 +1725,7 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
|
|
|
1721
1725
|
subjectCreativeWriting: string;
|
|
1722
1726
|
subjectExamSkills: string;
|
|
1723
1727
|
subjectGcseEnglishLiterature: string;
|
|
1728
|
+
subjectGcseEnglishLanguage: string;
|
|
1724
1729
|
subjectGcseMaths: string;
|
|
1725
1730
|
subjectGcseChemistry: string;
|
|
1726
1731
|
subjectGcsePhysics: string;
|
|
@@ -238,6 +238,7 @@ declare const StyledSelect: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -235,6 +235,7 @@ declare const Root: import("@atom-learning/stitches-react/types/styled-component
|
|
|
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;
|
|
@@ -609,6 +610,7 @@ export declare const SideBar: {
|
|
|
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;
|
|
@@ -984,6 +986,7 @@ export declare const SideBar: {
|
|
|
984
986
|
subjectCreativeWriting: string;
|
|
985
987
|
subjectExamSkills: string;
|
|
986
988
|
subjectGcseEnglishLiterature: string;
|
|
989
|
+
subjectGcseEnglishLanguage: string;
|
|
987
990
|
subjectGcseMaths: string;
|
|
988
991
|
subjectGcseChemistry: string;
|
|
989
992
|
subjectGcsePhysics: string;
|
|
@@ -1366,6 +1369,7 @@ export declare const SideBar: {
|
|
|
1366
1369
|
subjectCreativeWriting: string;
|
|
1367
1370
|
subjectExamSkills: string;
|
|
1368
1371
|
subjectGcseEnglishLiterature: string;
|
|
1372
|
+
subjectGcseEnglishLanguage: string;
|
|
1369
1373
|
subjectGcseMaths: string;
|
|
1370
1374
|
subjectGcseChemistry: string;
|
|
1371
1375
|
subjectGcsePhysics: string;
|
|
@@ -1737,6 +1741,7 @@ export declare const SideBar: {
|
|
|
1737
1741
|
subjectCreativeWriting: string;
|
|
1738
1742
|
subjectExamSkills: string;
|
|
1739
1743
|
subjectGcseEnglishLiterature: string;
|
|
1744
|
+
subjectGcseEnglishLanguage: string;
|
|
1740
1745
|
subjectGcseMaths: string;
|
|
1741
1746
|
subjectGcseChemistry: string;
|
|
1742
1747
|
subjectGcsePhysics: string;
|
|
@@ -2106,6 +2111,7 @@ export declare const SideBar: {
|
|
|
2106
2111
|
subjectCreativeWriting: string;
|
|
2107
2112
|
subjectExamSkills: string;
|
|
2108
2113
|
subjectGcseEnglishLiterature: string;
|
|
2114
|
+
subjectGcseEnglishLanguage: string;
|
|
2109
2115
|
subjectGcseMaths: string;
|
|
2110
2116
|
subjectGcseChemistry: string;
|
|
2111
2117
|
subjectGcsePhysics: string;
|
|
@@ -2475,6 +2481,7 @@ export declare const SideBar: {
|
|
|
2475
2481
|
subjectCreativeWriting: string;
|
|
2476
2482
|
subjectExamSkills: string;
|
|
2477
2483
|
subjectGcseEnglishLiterature: string;
|
|
2484
|
+
subjectGcseEnglishLanguage: string;
|
|
2478
2485
|
subjectGcseMaths: string;
|
|
2479
2486
|
subjectGcseChemistry: string;
|
|
2480
2487
|
subjectGcsePhysics: string;
|
|
@@ -2844,6 +2851,7 @@ export declare const SideBar: {
|
|
|
2844
2851
|
subjectCreativeWriting: string;
|
|
2845
2852
|
subjectExamSkills: string;
|
|
2846
2853
|
subjectGcseEnglishLiterature: string;
|
|
2854
|
+
subjectGcseEnglishLanguage: string;
|
|
2847
2855
|
subjectGcseMaths: string;
|
|
2848
2856
|
subjectGcseChemistry: string;
|
|
2849
2857
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const SideBarHeader: 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;
|
|
@@ -601,6 +602,7 @@ export declare const SideBarBody: import("@atom-learning/stitches-react/types/st
|
|
|
601
602
|
subjectCreativeWriting: string;
|
|
602
603
|
subjectExamSkills: string;
|
|
603
604
|
subjectGcseEnglishLiterature: string;
|
|
605
|
+
subjectGcseEnglishLanguage: string;
|
|
604
606
|
subjectGcseMaths: string;
|
|
605
607
|
subjectGcseChemistry: string;
|
|
606
608
|
subjectGcsePhysics: string;
|
|
@@ -970,6 +972,7 @@ export declare const SideBarFooter: import("@atom-learning/stitches-react/types/
|
|
|
970
972
|
subjectCreativeWriting: string;
|
|
971
973
|
subjectExamSkills: string;
|
|
972
974
|
subjectGcseEnglishLiterature: string;
|
|
975
|
+
subjectGcseEnglishLanguage: string;
|
|
973
976
|
subjectGcseMaths: string;
|
|
974
977
|
subjectGcseChemistry: string;
|
|
975
978
|
subjectGcsePhysics: string;
|
|
@@ -1339,6 +1342,7 @@ export declare const SideBarBrand: import("@atom-learning/stitches-react/types/s
|
|
|
1339
1342
|
subjectCreativeWriting: string;
|
|
1340
1343
|
subjectExamSkills: string;
|
|
1341
1344
|
subjectGcseEnglishLiterature: string;
|
|
1345
|
+
subjectGcseEnglishLanguage: string;
|
|
1342
1346
|
subjectGcseMaths: string;
|
|
1343
1347
|
subjectGcseChemistry: string;
|
|
1344
1348
|
subjectGcsePhysics: string;
|
|
@@ -1714,6 +1718,7 @@ export declare const SideBarBrandLogo: {
|
|
|
1714
1718
|
subjectCreativeWriting: string;
|
|
1715
1719
|
subjectExamSkills: string;
|
|
1716
1720
|
subjectGcseEnglishLiterature: string;
|
|
1721
|
+
subjectGcseEnglishLanguage: string;
|
|
1717
1722
|
subjectGcseMaths: string;
|
|
1718
1723
|
subjectGcseChemistry: string;
|
|
1719
1724
|
subjectGcsePhysics: string;
|
|
@@ -2096,6 +2101,7 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
|
|
|
2096
2101
|
subjectCreativeWriting: string;
|
|
2097
2102
|
subjectExamSkills: string;
|
|
2098
2103
|
subjectGcseEnglishLiterature: string;
|
|
2104
|
+
subjectGcseEnglishLanguage: string;
|
|
2099
2105
|
subjectGcseMaths: string;
|
|
2100
2106
|
subjectGcseChemistry: string;
|
|
2101
2107
|
subjectGcsePhysics: string;
|
|
@@ -2467,6 +2473,7 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
|
|
|
2467
2473
|
subjectCreativeWriting: string;
|
|
2468
2474
|
subjectExamSkills: string;
|
|
2469
2475
|
subjectGcseEnglishLiterature: string;
|
|
2476
|
+
subjectGcseEnglishLanguage: string;
|
|
2470
2477
|
subjectGcseMaths: string;
|
|
2471
2478
|
subjectGcseChemistry: string;
|
|
2472
2479
|
subjectGcsePhysics: string;
|
|
@@ -238,6 +238,7 @@ declare const StyledTrack: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -607,6 +608,7 @@ declare const StyledSlider: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -242,6 +242,7 @@ export declare const StyledHandle: 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;
|
|
@@ -630,6 +631,7 @@ export declare const StyledHandle: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -236,6 +236,7 @@ export declare const Spacer: 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;
|
|
@@ -238,6 +238,7 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
|
|
|
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;
|
|
@@ -608,6 +609,7 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ export declare const StepperStepContainer: import("@atom-learning/stitches-react
|
|
|
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;
|
|
@@ -611,6 +612,7 @@ export declare const StepperStepContainer: import("@atom-learning/stitches-react
|
|
|
611
612
|
subjectCreativeWriting: string;
|
|
612
613
|
subjectExamSkills: string;
|
|
613
614
|
subjectGcseEnglishLiterature: string;
|
|
615
|
+
subjectGcseEnglishLanguage: string;
|
|
614
616
|
subjectGcseMaths: string;
|
|
615
617
|
subjectGcseChemistry: string;
|
|
616
618
|
subjectGcsePhysics: string;
|
|
@@ -240,6 +240,7 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
|
|
|
240
240
|
subjectCreativeWriting: string;
|
|
241
241
|
subjectExamSkills: string;
|
|
242
242
|
subjectGcseEnglishLiterature: string;
|
|
243
|
+
subjectGcseEnglishLanguage: string;
|
|
243
244
|
subjectGcseMaths: string;
|
|
244
245
|
subjectGcseChemistry: string;
|
|
245
246
|
subjectGcsePhysics: string;
|
|
@@ -614,6 +615,7 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
|
|
|
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;
|
|
@@ -236,6 +236,7 @@ declare const StyledSwitch: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -237,6 +237,7 @@ declare const StyledTable: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -619,6 +620,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
619
620
|
subjectCreativeWriting: string;
|
|
620
621
|
subjectExamSkills: string;
|
|
621
622
|
subjectGcseEnglishLiterature: string;
|
|
623
|
+
subjectGcseEnglishLanguage: string;
|
|
622
624
|
subjectGcseMaths: string;
|
|
623
625
|
subjectGcseChemistry: string;
|
|
624
626
|
subjectGcsePhysics: string;
|
|
@@ -991,6 +993,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "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;
|
|
@@ -1360,6 +1363,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
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;
|
|
@@ -1729,6 +1733,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
1729
1733
|
subjectCreativeWriting: string;
|
|
1730
1734
|
subjectExamSkills: string;
|
|
1731
1735
|
subjectGcseEnglishLiterature: string;
|
|
1736
|
+
subjectGcseEnglishLanguage: string;
|
|
1732
1737
|
subjectGcseMaths: string;
|
|
1733
1738
|
subjectGcseChemistry: string;
|
|
1734
1739
|
subjectGcsePhysics: string;
|
|
@@ -2105,6 +2110,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2105
2110
|
subjectCreativeWriting: string;
|
|
2106
2111
|
subjectExamSkills: string;
|
|
2107
2112
|
subjectGcseEnglishLiterature: string;
|
|
2113
|
+
subjectGcseEnglishLanguage: string;
|
|
2108
2114
|
subjectGcseMaths: string;
|
|
2109
2115
|
subjectGcseChemistry: string;
|
|
2110
2116
|
subjectGcsePhysics: string;
|
|
@@ -2477,6 +2483,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2477
2483
|
subjectCreativeWriting: string;
|
|
2478
2484
|
subjectExamSkills: string;
|
|
2479
2485
|
subjectGcseEnglishLiterature: string;
|
|
2486
|
+
subjectGcseEnglishLanguage: string;
|
|
2480
2487
|
subjectGcseMaths: string;
|
|
2481
2488
|
subjectGcseChemistry: string;
|
|
2482
2489
|
subjectGcsePhysics: string;
|
|
@@ -2849,6 +2856,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2849
2856
|
subjectCreativeWriting: string;
|
|
2850
2857
|
subjectExamSkills: string;
|
|
2851
2858
|
subjectGcseEnglishLiterature: string;
|
|
2859
|
+
subjectGcseEnglishLanguage: string;
|
|
2852
2860
|
subjectGcseMaths: string;
|
|
2853
2861
|
subjectGcseChemistry: string;
|
|
2854
2862
|
subjectGcsePhysics: string;
|
|
@@ -235,6 +235,7 @@ declare const StyledTableBody: import("@atom-learning/stitches-react/types/style
|
|
|
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;
|
|
@@ -232,6 +232,7 @@ export declare const TableCell: import("@atom-learning/stitches-react/types/styl
|
|
|
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 TableFooter: import("@atom-learning/stitches-react/types/st
|
|
|
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 TableFooterCell: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -243,6 +243,7 @@ declare const StyledTableHeader: import("@atom-learning/stitches-react/types/sty
|
|
|
243
243
|
subjectCreativeWriting: string;
|
|
244
244
|
subjectExamSkills: string;
|
|
245
245
|
subjectGcseEnglishLiterature: string;
|
|
246
|
+
subjectGcseEnglishLanguage: string;
|
|
246
247
|
subjectGcseMaths: string;
|
|
247
248
|
subjectGcseChemistry: string;
|
|
248
249
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const TableHeaderCell: import("@atom-learning/stitches-react/type
|
|
|
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 StyledRow: 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;
|
|
@@ -233,6 +233,7 @@ export declare const Tabs: 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;
|
|
@@ -603,6 +604,7 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -977,6 +979,7 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
977
979
|
subjectCreativeWriting: string;
|
|
978
980
|
subjectExamSkills: string;
|
|
979
981
|
subjectGcseEnglishLiterature: string;
|
|
982
|
+
subjectGcseEnglishLanguage: string;
|
|
980
983
|
subjectGcseMaths: string;
|
|
981
984
|
subjectGcseChemistry: string;
|
|
982
985
|
subjectGcsePhysics: string;
|
|
@@ -1349,6 +1352,7 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
1349
1352
|
subjectCreativeWriting: string;
|
|
1350
1353
|
subjectExamSkills: string;
|
|
1351
1354
|
subjectGcseEnglishLiterature: string;
|
|
1355
|
+
subjectGcseEnglishLanguage: string;
|
|
1352
1356
|
subjectGcseMaths: string;
|
|
1353
1357
|
subjectGcseChemistry: string;
|
|
1354
1358
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const TabsContent: import("@atom-learning/stitches-react/types/st
|
|
|
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;
|
|
@@ -234,6 +234,7 @@ export declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<Omit<impo
|
|
|
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;
|
|
@@ -234,6 +234,7 @@ declare const StyledTriggerList: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -275,6 +275,7 @@ export declare const StyledText: import("@atom-learning/stitches-react/types/sty
|
|
|
275
275
|
subjectCreativeWriting: string;
|
|
276
276
|
subjectExamSkills: string;
|
|
277
277
|
subjectGcseEnglishLiterature: string;
|
|
278
|
+
subjectGcseEnglishLanguage: string;
|
|
278
279
|
subjectGcseMaths: string;
|
|
279
280
|
subjectGcseChemistry: string;
|
|
280
281
|
subjectGcsePhysics: string;
|
|
@@ -236,6 +236,7 @@ declare const StyledTextarea: 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;
|
|
@@ -238,6 +238,7 @@ export declare const StyledTile: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ export declare const TileGroup: import("@atom-learning/stitches-react/types/styl
|
|
|
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;
|
|
@@ -241,6 +241,7 @@ declare const StyledTileInteractive: 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 StyledTileInteractive: 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;
|
|
@@ -241,6 +241,7 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
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;
|
|
@@ -613,6 +614,7 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
613
614
|
subjectCreativeWriting: string;
|
|
614
615
|
subjectExamSkills: string;
|
|
615
616
|
subjectGcseEnglishLiterature: string;
|
|
617
|
+
subjectGcseEnglishLanguage: string;
|
|
616
618
|
subjectGcseMaths: string;
|
|
617
619
|
subjectGcseChemistry: string;
|
|
618
620
|
subjectGcsePhysics: string;
|
|
@@ -984,6 +986,7 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
984
986
|
subjectCreativeWriting: string;
|
|
985
987
|
subjectExamSkills: string;
|
|
986
988
|
subjectGcseEnglishLiterature: string;
|
|
989
|
+
subjectGcseEnglishLanguage: string;
|
|
987
990
|
subjectGcseMaths: string;
|
|
988
991
|
subjectGcseChemistry: string;
|
|
989
992
|
subjectGcsePhysics: string;
|
|
@@ -239,6 +239,7 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
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 StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
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;
|
|
@@ -235,6 +235,7 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -607,6 +608,7 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -235,6 +235,7 @@ export declare const StyledItem: import("@atom-learning/stitches-react/types/sty
|
|
|
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 @@ export declare const ToggleGroupItem: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -245,6 +245,7 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
245
245
|
subjectCreativeWriting: string;
|
|
246
246
|
subjectExamSkills: string;
|
|
247
247
|
subjectGcseEnglishLiterature: string;
|
|
248
|
+
subjectGcseEnglishLanguage: string;
|
|
248
249
|
subjectGcseMaths: string;
|
|
249
250
|
subjectGcseChemistry: string;
|
|
250
251
|
subjectGcsePhysics: string;
|
|
@@ -235,6 +235,7 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -607,6 +608,7 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -981,6 +983,7 @@ export declare const ToggleGroup: {
|
|
|
981
983
|
subjectCreativeWriting: string;
|
|
982
984
|
subjectExamSkills: string;
|
|
983
985
|
subjectGcseEnglishLiterature: string;
|
|
986
|
+
subjectGcseEnglishLanguage: string;
|
|
984
987
|
subjectGcseMaths: string;
|
|
985
988
|
subjectGcseChemistry: string;
|
|
986
989
|
subjectGcsePhysics: string;
|
|
@@ -1360,6 +1363,7 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -1737,6 +1741,7 @@ export declare const ToggleGroup: {
|
|
|
1737
1741
|
subjectCreativeWriting: string;
|
|
1738
1742
|
subjectExamSkills: string;
|
|
1739
1743
|
subjectGcseEnglishLiterature: string;
|
|
1744
|
+
subjectGcseEnglishLanguage: string;
|
|
1740
1745
|
subjectGcseMaths: string;
|
|
1741
1746
|
subjectGcseChemistry: string;
|
|
1742
1747
|
subjectGcsePhysics: string;
|
|
@@ -2114,6 +2119,7 @@ export declare const ToggleGroup: {
|
|
|
2114
2119
|
subjectCreativeWriting: string;
|
|
2115
2120
|
subjectExamSkills: string;
|
|
2116
2121
|
subjectGcseEnglishLiterature: string;
|
|
2122
|
+
subjectGcseEnglishLanguage: string;
|
|
2117
2123
|
subjectGcseMaths: string;
|
|
2118
2124
|
subjectGcseChemistry: string;
|
|
2119
2125
|
subjectGcsePhysics: string;
|