@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
|
@@ -232,6 +232,7 @@ export declare const ComboboxPopover: 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;
|
|
@@ -262,6 +262,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
262
262
|
subjectCreativeWriting: string;
|
|
263
263
|
subjectExamSkills: string;
|
|
264
264
|
subjectGcseEnglishLiterature: string;
|
|
265
|
+
subjectGcseEnglishLanguage: string;
|
|
265
266
|
subjectGcseMaths: string;
|
|
266
267
|
subjectGcseChemistry: string;
|
|
267
268
|
subjectGcsePhysics: string;
|
|
@@ -650,6 +651,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
650
651
|
subjectCreativeWriting: string;
|
|
651
652
|
subjectExamSkills: string;
|
|
652
653
|
subjectGcseEnglishLiterature: string;
|
|
654
|
+
subjectGcseEnglishLanguage: string;
|
|
653
655
|
subjectGcseMaths: string;
|
|
654
656
|
subjectGcseChemistry: string;
|
|
655
657
|
subjectGcsePhysics: string;
|
|
@@ -1030,6 +1032,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1030
1032
|
subjectCreativeWriting: string;
|
|
1031
1033
|
subjectExamSkills: string;
|
|
1032
1034
|
subjectGcseEnglishLiterature: string;
|
|
1035
|
+
subjectGcseEnglishLanguage: string;
|
|
1033
1036
|
subjectGcseMaths: string;
|
|
1034
1037
|
subjectGcseChemistry: string;
|
|
1035
1038
|
subjectGcsePhysics: string;
|
|
@@ -1411,6 +1414,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1411
1414
|
subjectCreativeWriting: string;
|
|
1412
1415
|
subjectExamSkills: string;
|
|
1413
1416
|
subjectGcseEnglishLiterature: string;
|
|
1417
|
+
subjectGcseEnglishLanguage: string;
|
|
1414
1418
|
subjectGcseMaths: string;
|
|
1415
1419
|
subjectGcseChemistry: string;
|
|
1416
1420
|
subjectGcsePhysics: string;
|
|
@@ -1807,6 +1811,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1807
1811
|
subjectCreativeWriting: string;
|
|
1808
1812
|
subjectExamSkills: string;
|
|
1809
1813
|
subjectGcseEnglishLiterature: string;
|
|
1814
|
+
subjectGcseEnglishLanguage: string;
|
|
1810
1815
|
subjectGcseMaths: string;
|
|
1811
1816
|
subjectGcseChemistry: string;
|
|
1812
1817
|
subjectGcsePhysics: string;
|
|
@@ -2241,6 +2246,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
2241
2246
|
subjectCreativeWriting: string;
|
|
2242
2247
|
subjectExamSkills: string;
|
|
2243
2248
|
subjectGcseEnglishLiterature: string;
|
|
2249
|
+
subjectGcseEnglishLanguage: string;
|
|
2244
2250
|
subjectGcseMaths: string;
|
|
2245
2251
|
subjectGcseChemistry: string;
|
|
2246
2252
|
subjectGcsePhysics: string;
|
|
@@ -2626,6 +2632,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
2626
2632
|
subjectCreativeWriting: string;
|
|
2627
2633
|
subjectExamSkills: string;
|
|
2628
2634
|
subjectGcseEnglishLiterature: string;
|
|
2635
|
+
subjectGcseEnglishLanguage: string;
|
|
2629
2636
|
subjectGcseMaths: string;
|
|
2630
2637
|
subjectGcseChemistry: string;
|
|
2631
2638
|
subjectGcsePhysics: string;
|
|
@@ -3023,6 +3030,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3023
3030
|
subjectCreativeWriting: string;
|
|
3024
3031
|
subjectExamSkills: string;
|
|
3025
3032
|
subjectGcseEnglishLiterature: string;
|
|
3033
|
+
subjectGcseEnglishLanguage: string;
|
|
3026
3034
|
subjectGcseMaths: string;
|
|
3027
3035
|
subjectGcseChemistry: string;
|
|
3028
3036
|
subjectGcsePhysics: string;
|
|
@@ -3424,6 +3432,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3424
3432
|
subjectCreativeWriting: string;
|
|
3425
3433
|
subjectExamSkills: string;
|
|
3426
3434
|
subjectGcseEnglishLiterature: string;
|
|
3435
|
+
subjectGcseEnglishLanguage: string;
|
|
3427
3436
|
subjectGcseMaths: string;
|
|
3428
3437
|
subjectGcseChemistry: string;
|
|
3429
3438
|
subjectGcsePhysics: string;
|
|
@@ -3820,6 +3829,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3820
3829
|
subjectCreativeWriting: string;
|
|
3821
3830
|
subjectExamSkills: string;
|
|
3822
3831
|
subjectGcseEnglishLiterature: string;
|
|
3832
|
+
subjectGcseEnglishLanguage: string;
|
|
3823
3833
|
subjectGcseMaths: string;
|
|
3824
3834
|
subjectGcseChemistry: string;
|
|
3825
3835
|
subjectGcsePhysics: string;
|
|
@@ -4192,6 +4202,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
4192
4202
|
subjectCreativeWriting: string;
|
|
4193
4203
|
subjectExamSkills: string;
|
|
4194
4204
|
subjectGcseEnglishLiterature: string;
|
|
4205
|
+
subjectGcseEnglishLanguage: string;
|
|
4195
4206
|
subjectGcseMaths: string;
|
|
4196
4207
|
subjectGcseChemistry: string;
|
|
4197
4208
|
subjectGcsePhysics: string;
|
|
@@ -237,6 +237,7 @@ declare const PendingState: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -234,6 +234,7 @@ declare const StyledNav: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
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;
|
|
@@ -232,6 +232,7 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
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 Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -969,6 +971,7 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
969
971
|
subjectCreativeWriting: string;
|
|
970
972
|
subjectExamSkills: string;
|
|
971
973
|
subjectGcseEnglishLiterature: string;
|
|
974
|
+
subjectGcseEnglishLanguage: string;
|
|
972
975
|
subjectGcseMaths: string;
|
|
973
976
|
subjectGcseChemistry: string;
|
|
974
977
|
subjectGcsePhysics: string;
|
|
@@ -1338,6 +1341,7 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
1338
1341
|
subjectCreativeWriting: string;
|
|
1339
1342
|
subjectExamSkills: string;
|
|
1340
1343
|
subjectGcseEnglishLiterature: string;
|
|
1344
|
+
subjectGcseEnglishLanguage: string;
|
|
1341
1345
|
subjectGcseMaths: string;
|
|
1342
1346
|
subjectGcseChemistry: string;
|
|
1343
1347
|
subjectGcsePhysics: string;
|
|
@@ -1710,6 +1714,7 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
1710
1714
|
subjectCreativeWriting: string;
|
|
1711
1715
|
subjectExamSkills: string;
|
|
1712
1716
|
subjectGcseEnglishLiterature: string;
|
|
1717
|
+
subjectGcseEnglishLanguage: string;
|
|
1713
1718
|
subjectGcseMaths: string;
|
|
1714
1719
|
subjectGcseChemistry: string;
|
|
1715
1720
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const DialogBackground: import("@atom-learning/stitches-react/typ
|
|
|
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;
|
|
@@ -600,6 +601,7 @@ export declare const DialogBackground: import("@atom-learning/stitches-react/typ
|
|
|
600
601
|
subjectCreativeWriting: string;
|
|
601
602
|
subjectExamSkills: string;
|
|
602
603
|
subjectGcseEnglishLiterature: string;
|
|
604
|
+
subjectGcseEnglishLanguage: string;
|
|
603
605
|
subjectGcseMaths: string;
|
|
604
606
|
subjectGcseChemistry: string;
|
|
605
607
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const DialogClose: 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;
|
|
@@ -235,6 +235,7 @@ declare const StyledDialogContent: 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;
|
|
@@ -235,6 +235,7 @@ export declare const StyledDivider: import("@atom-learning/stitches-react/types/
|
|
|
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;
|
|
@@ -240,6 +240,7 @@ export declare const Drawer: {
|
|
|
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;
|
|
@@ -609,6 +610,7 @@ export declare const Drawer: {
|
|
|
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;
|
|
@@ -978,6 +980,7 @@ export declare const Drawer: {
|
|
|
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;
|
|
@@ -1347,6 +1350,7 @@ export declare const Drawer: {
|
|
|
1347
1350
|
subjectCreativeWriting: string;
|
|
1348
1351
|
subjectExamSkills: string;
|
|
1349
1352
|
subjectGcseEnglishLiterature: string;
|
|
1353
|
+
subjectGcseEnglishLanguage: string;
|
|
1350
1354
|
subjectGcseMaths: string;
|
|
1351
1355
|
subjectGcseChemistry: string;
|
|
1352
1356
|
subjectGcsePhysics: string;
|
|
@@ -236,6 +236,7 @@ export declare const StyledContent: import("@atom-learning/stitches-react/types/
|
|
|
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 DrawerFooter: 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 DrawerHeader: 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 DrawerMain: import("@atom-learning/stitches-react/types/sty
|
|
|
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 DrawerOverlay: 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;
|
|
@@ -232,6 +232,7 @@ export declare const DrawerTrigger: 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;
|
|
@@ -234,6 +234,7 @@ export declare const DropdownMenu: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -603,6 +604,7 @@ export declare const DropdownMenu: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -972,6 +974,7 @@ export declare const DropdownMenu: import("@atom-learning/stitches-react/types/s
|
|
|
972
974
|
subjectCreativeWriting: string;
|
|
973
975
|
subjectExamSkills: string;
|
|
974
976
|
subjectGcseEnglishLiterature: string;
|
|
977
|
+
subjectGcseEnglishLanguage: string;
|
|
975
978
|
subjectGcseMaths: string;
|
|
976
979
|
subjectGcseChemistry: string;
|
|
977
980
|
subjectGcsePhysics: string;
|
|
@@ -1345,6 +1348,7 @@ export declare const DropdownMenu: import("@atom-learning/stitches-react/types/s
|
|
|
1345
1348
|
subjectCreativeWriting: string;
|
|
1346
1349
|
subjectExamSkills: string;
|
|
1347
1350
|
subjectGcseEnglishLiterature: string;
|
|
1351
|
+
subjectGcseEnglishLanguage: string;
|
|
1348
1352
|
subjectGcseMaths: string;
|
|
1349
1353
|
subjectGcseChemistry: string;
|
|
1350
1354
|
subjectGcsePhysics: string;
|
|
@@ -1714,6 +1718,7 @@ export declare const DropdownMenu: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -232,6 +232,7 @@ export declare const DropdownMenuContent: import("@atom-learning/stitches-react/
|
|
|
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;
|
|
@@ -266,6 +266,7 @@ export declare const DropdownMenuItem: import("@atom-learning/stitches-react/typ
|
|
|
266
266
|
subjectCreativeWriting: string;
|
|
267
267
|
subjectExamSkills: string;
|
|
268
268
|
subjectGcseEnglishLiterature: string;
|
|
269
|
+
subjectGcseEnglishLanguage: string;
|
|
269
270
|
subjectGcseMaths: string;
|
|
270
271
|
subjectGcseChemistry: string;
|
|
271
272
|
subjectGcsePhysics: string;
|
|
@@ -232,6 +232,7 @@ export declare const DropdownMenuSeparator: import("@atom-learning/stitches-reac
|
|
|
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 DropdownMenuTrigger: import("@atom-learning/stitches-react/
|
|
|
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;
|
|
@@ -239,6 +239,7 @@ declare const EmptyStateContainer: import("@atom-learning/stitches-react/types/s
|
|
|
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 @@ declare const EmptyStateContainer: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -988,6 +990,7 @@ export declare const EmptyState: {
|
|
|
988
990
|
subjectCreativeWriting: string;
|
|
989
991
|
subjectExamSkills: string;
|
|
990
992
|
subjectGcseEnglishLiterature: string;
|
|
993
|
+
subjectGcseEnglishLanguage: string;
|
|
991
994
|
subjectGcseMaths: string;
|
|
992
995
|
subjectGcseChemistry: string;
|
|
993
996
|
subjectGcsePhysics: string;
|
|
@@ -1362,6 +1365,7 @@ export declare const EmptyState: {
|
|
|
1362
1365
|
subjectCreativeWriting: string;
|
|
1363
1366
|
subjectExamSkills: string;
|
|
1364
1367
|
subjectGcseEnglishLiterature: string;
|
|
1368
|
+
subjectGcseEnglishLanguage: string;
|
|
1365
1369
|
subjectGcseMaths: string;
|
|
1366
1370
|
subjectGcseChemistry: string;
|
|
1367
1371
|
subjectGcsePhysics: string;
|
|
@@ -1737,6 +1741,7 @@ export declare const EmptyState: {
|
|
|
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;
|
|
@@ -2117,6 +2122,7 @@ export declare const EmptyState: {
|
|
|
2117
2122
|
subjectCreativeWriting: string;
|
|
2118
2123
|
subjectExamSkills: string;
|
|
2119
2124
|
subjectGcseEnglishLiterature: string;
|
|
2125
|
+
subjectGcseEnglishLanguage: string;
|
|
2120
2126
|
subjectGcseMaths: string;
|
|
2121
2127
|
subjectGcseChemistry: string;
|
|
2122
2128
|
subjectGcsePhysics: string;
|
|
@@ -2491,6 +2497,7 @@ export declare const EmptyState: {
|
|
|
2491
2497
|
subjectCreativeWriting: string;
|
|
2492
2498
|
subjectExamSkills: string;
|
|
2493
2499
|
subjectGcseEnglishLiterature: string;
|
|
2500
|
+
subjectGcseEnglishLanguage: string;
|
|
2494
2501
|
subjectGcseMaths: string;
|
|
2495
2502
|
subjectGcseChemistry: string;
|
|
2496
2503
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledEmptyStateBody: 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;
|
|
@@ -614,6 +615,7 @@ declare const StyledEmptyStateBody: import("@atom-learning/stitches-react/types/
|
|
|
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;
|
|
@@ -239,6 +239,7 @@ declare const StyledEmptyStateImage: import("@atom-learning/stitches-react/types
|
|
|
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;
|
|
@@ -614,6 +615,7 @@ declare const StyledEmptyStateImage: import("@atom-learning/stitches-react/types
|
|
|
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;
|
|
@@ -235,6 +235,7 @@ declare const StyledEmptyStateTitle: import("@atom-learning/stitches-react/types
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ export declare const Flex: 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;
|
|
@@ -235,6 +235,7 @@ declare const StyledForm: import("@atom-learning/stitches-react/types/styled-com
|
|
|
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 GridContainer: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ export declare const StyledHeading: import("@atom-learning/stitches-react/types/
|
|
|
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;
|
|
@@ -236,6 +236,7 @@ export declare const StyledIcon: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -236,6 +236,7 @@ export declare const StyledImage: import("@atom-learning/stitches-react/types/st
|
|
|
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;
|
|
@@ -239,6 +239,7 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
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 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -240,6 +240,7 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -613,6 +614,7 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -982,6 +984,7 @@ declare const StyledInputText: import("@atom-learning/stitches-react/types/style
|
|
|
982
984
|
subjectCreativeWriting: string;
|
|
983
985
|
subjectExamSkills: string;
|
|
984
986
|
subjectGcseEnglishLiterature: string;
|
|
987
|
+
subjectGcseEnglishLanguage: string;
|
|
985
988
|
subjectGcseMaths: string;
|
|
986
989
|
subjectGcseChemistry: string;
|
|
987
990
|
subjectGcsePhysics: string;
|
|
@@ -257,6 +257,7 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
257
257
|
subjectCreativeWriting: string;
|
|
258
258
|
subjectExamSkills: string;
|
|
259
259
|
subjectGcseEnglishLiterature: string;
|
|
260
|
+
subjectGcseEnglishLanguage: string;
|
|
260
261
|
subjectGcseMaths: string;
|
|
261
262
|
subjectGcseChemistry: string;
|
|
262
263
|
subjectGcsePhysics: string;
|
|
@@ -628,6 +629,7 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
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;
|
|
@@ -235,6 +235,7 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
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;
|
|
@@ -625,6 +626,7 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
625
626
|
subjectCreativeWriting: string;
|
|
626
627
|
subjectExamSkills: string;
|
|
627
628
|
subjectGcseEnglishLiterature: string;
|
|
629
|
+
subjectGcseEnglishLanguage: string;
|
|
628
630
|
subjectGcseMaths: string;
|
|
629
631
|
subjectGcseChemistry: string;
|
|
630
632
|
subjectGcsePhysics: string;
|
|
@@ -997,6 +999,7 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
997
999
|
subjectCreativeWriting: string;
|
|
998
1000
|
subjectExamSkills: string;
|
|
999
1001
|
subjectGcseEnglishLiterature: string;
|
|
1002
|
+
subjectGcseEnglishLanguage: string;
|
|
1000
1003
|
subjectGcseMaths: string;
|
|
1001
1004
|
subjectGcseChemistry: string;
|
|
1002
1005
|
subjectGcsePhysics: string;
|
|
@@ -240,6 +240,7 @@ declare const StyledLabel: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ export declare const StyledLink: 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;
|
|
@@ -233,6 +233,7 @@ export declare const StyledLi: 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;
|
|
@@ -607,6 +608,7 @@ export declare const StyledList: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|