@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
|
@@ -242,6 +242,7 @@ export declare const Tooltip: {
|
|
|
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;
|
|
@@ -612,6 +613,7 @@ export declare const Tooltip: {
|
|
|
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;
|
|
@@ -236,6 +236,7 @@ declare const StyledContent: 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;
|
|
@@ -239,6 +239,7 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
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;
|
|
@@ -617,6 +618,7 @@ export declare const TopBar: {
|
|
|
617
618
|
subjectCreativeWriting: string;
|
|
618
619
|
subjectExamSkills: string;
|
|
619
620
|
subjectGcseEnglishLiterature: string;
|
|
621
|
+
subjectGcseEnglishLanguage: string;
|
|
620
622
|
subjectGcseMaths: string;
|
|
621
623
|
subjectGcseChemistry: string;
|
|
622
624
|
subjectGcsePhysics: string;
|
|
@@ -995,6 +997,7 @@ export declare const TopBar: {
|
|
|
995
997
|
subjectCreativeWriting: string;
|
|
996
998
|
subjectExamSkills: string;
|
|
997
999
|
subjectGcseEnglishLiterature: string;
|
|
1000
|
+
subjectGcseEnglishLanguage: string;
|
|
998
1001
|
subjectGcseMaths: string;
|
|
999
1002
|
subjectGcseChemistry: string;
|
|
1000
1003
|
subjectGcsePhysics: string;
|
|
@@ -1366,6 +1369,7 @@ export declare const TopBar: {
|
|
|
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;
|
|
@@ -1743,6 +1747,7 @@ export declare const TopBar: {
|
|
|
1743
1747
|
subjectCreativeWriting: string;
|
|
1744
1748
|
subjectExamSkills: string;
|
|
1745
1749
|
subjectGcseEnglishLiterature: string;
|
|
1750
|
+
subjectGcseEnglishLanguage: string;
|
|
1746
1751
|
subjectGcseMaths: string;
|
|
1747
1752
|
subjectGcseChemistry: string;
|
|
1748
1753
|
subjectGcsePhysics: string;
|
|
@@ -243,6 +243,7 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -614,6 +615,7 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
|
|
|
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;
|
|
@@ -983,6 +985,7 @@ export declare const TopBarBrand: import("@atom-learning/stitches-react/types/st
|
|
|
983
985
|
subjectCreativeWriting: string;
|
|
984
986
|
subjectExamSkills: string;
|
|
985
987
|
subjectGcseEnglishLiterature: string;
|
|
988
|
+
subjectGcseEnglishLanguage: string;
|
|
986
989
|
subjectGcseMaths: string;
|
|
987
990
|
subjectGcseChemistry: string;
|
|
988
991
|
subjectGcsePhysics: string;
|
|
@@ -241,6 +241,7 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
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;
|
|
@@ -906,6 +907,7 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
906
907
|
subjectCreativeWriting: string;
|
|
907
908
|
subjectExamSkills: string;
|
|
908
909
|
subjectGcseEnglishLiterature: string;
|
|
910
|
+
subjectGcseEnglishLanguage: string;
|
|
909
911
|
subjectGcseMaths: string;
|
|
910
912
|
subjectGcseChemistry: string;
|
|
911
913
|
subjectGcsePhysics: string;
|
|
@@ -1285,6 +1287,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
1285
1287
|
subjectCreativeWriting: string;
|
|
1286
1288
|
subjectExamSkills: string;
|
|
1287
1289
|
subjectGcseEnglishLiterature: string;
|
|
1290
|
+
subjectGcseEnglishLanguage: string;
|
|
1288
1291
|
subjectGcseMaths: string;
|
|
1289
1292
|
subjectGcseChemistry: string;
|
|
1290
1293
|
subjectGcsePhysics: string;
|
|
@@ -1951,6 +1954,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
1951
1954
|
subjectCreativeWriting: string;
|
|
1952
1955
|
subjectExamSkills: string;
|
|
1953
1956
|
subjectGcseEnglishLiterature: string;
|
|
1957
|
+
subjectGcseEnglishLanguage: string;
|
|
1954
1958
|
subjectGcseMaths: string;
|
|
1955
1959
|
subjectGcseChemistry: string;
|
|
1956
1960
|
subjectGcsePhysics: string;
|
|
@@ -2322,6 +2326,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
2322
2326
|
subjectCreativeWriting: string;
|
|
2323
2327
|
subjectExamSkills: string;
|
|
2324
2328
|
subjectGcseEnglishLiterature: string;
|
|
2329
|
+
subjectGcseEnglishLanguage: string;
|
|
2325
2330
|
subjectGcseMaths: string;
|
|
2326
2331
|
subjectGcseChemistry: string;
|
|
2327
2332
|
subjectGcsePhysics: string;
|
|
@@ -2693,6 +2698,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
2693
2698
|
subjectCreativeWriting: string;
|
|
2694
2699
|
subjectExamSkills: string;
|
|
2695
2700
|
subjectGcseEnglishLiterature: string;
|
|
2701
|
+
subjectGcseEnglishLanguage: string;
|
|
2696
2702
|
subjectGcseMaths: string;
|
|
2697
2703
|
subjectGcseChemistry: string;
|
|
2698
2704
|
subjectGcsePhysics: string;
|
|
@@ -3070,6 +3076,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
3070
3076
|
subjectCreativeWriting: string;
|
|
3071
3077
|
subjectExamSkills: string;
|
|
3072
3078
|
subjectGcseEnglishLiterature: string;
|
|
3079
|
+
subjectGcseEnglishLanguage: string;
|
|
3073
3080
|
subjectGcseMaths: string;
|
|
3074
3081
|
subjectGcseChemistry: string;
|
|
3075
3082
|
subjectGcsePhysics: string;
|
|
@@ -3745,6 +3752,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
3745
3752
|
subjectCreativeWriting: string;
|
|
3746
3753
|
subjectExamSkills: string;
|
|
3747
3754
|
subjectGcseEnglishLiterature: string;
|
|
3755
|
+
subjectGcseEnglishLanguage: string;
|
|
3748
3756
|
subjectGcseMaths: string;
|
|
3749
3757
|
subjectGcseChemistry: string;
|
|
3750
3758
|
subjectGcsePhysics: string;
|
|
@@ -4126,6 +4134,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4126
4134
|
subjectCreativeWriting: string;
|
|
4127
4135
|
subjectExamSkills: string;
|
|
4128
4136
|
subjectGcseEnglishLiterature: string;
|
|
4137
|
+
subjectGcseEnglishLanguage: string;
|
|
4129
4138
|
subjectGcseMaths: string;
|
|
4130
4139
|
subjectGcseChemistry: string;
|
|
4131
4140
|
subjectGcsePhysics: string;
|
|
@@ -4501,6 +4510,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4501
4510
|
subjectCreativeWriting: string;
|
|
4502
4511
|
subjectExamSkills: string;
|
|
4503
4512
|
subjectGcseEnglishLiterature: string;
|
|
4513
|
+
subjectGcseEnglishLanguage: string;
|
|
4504
4514
|
subjectGcseMaths: string;
|
|
4505
4515
|
subjectGcseChemistry: string;
|
|
4506
4516
|
subjectGcsePhysics: string;
|
|
@@ -4873,6 +4883,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4873
4883
|
subjectCreativeWriting: string;
|
|
4874
4884
|
subjectExamSkills: string;
|
|
4875
4885
|
subjectGcseEnglishLiterature: string;
|
|
4886
|
+
subjectGcseEnglishLanguage: string;
|
|
4876
4887
|
subjectGcseMaths: string;
|
|
4877
4888
|
subjectGcseChemistry: string;
|
|
4878
4889
|
subjectGcsePhysics: string;
|
|
@@ -5250,6 +5261,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
5250
5261
|
subjectCreativeWriting: string;
|
|
5251
5262
|
subjectExamSkills: string;
|
|
5252
5263
|
subjectGcseEnglishLiterature: string;
|
|
5264
|
+
subjectGcseEnglishLanguage: string;
|
|
5253
5265
|
subjectGcseMaths: string;
|
|
5254
5266
|
subjectGcseChemistry: string;
|
|
5255
5267
|
subjectGcsePhysics: string;
|
|
@@ -239,6 +239,7 @@ export declare const TreeCollapsible: React.ForwardRefExoticComponent<Omit<impor
|
|
|
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;
|
|
@@ -234,6 +234,7 @@ declare const StyledTreeCollapsibleContent: import("@atom-learning/stitches-reac
|
|
|
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;
|
|
@@ -238,6 +238,7 @@ declare const StyledTreeIcon: import("@atom-learning/stitches-react/types/styled
|
|
|
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 StyledTreeIcon: import("@atom-learning/stitches-react/types/styled
|
|
|
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;
|
|
@@ -242,6 +242,7 @@ export declare const TreeItemContent: React.ForwardRefExoticComponent<Omit<Omit<
|
|
|
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;
|
|
@@ -242,6 +242,7 @@ export declare const TreeListItem: React.ForwardRefExoticComponent<Omit<Omit<Omi
|
|
|
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 @@ declare const StyledVideo: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|