@atom-learning/components 5.5.0 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -7
- package/dist/components/accordion/Accordion.d.ts +5 -0
- package/dist/components/accordion/AccordionContent.d.ts +5 -0
- package/dist/components/accordion/AccordionItem.d.ts +5 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +5 -0
- package/dist/components/action-icon/ActionIcon.d.ts +5 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +10 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +5 -0
- package/dist/components/avatar/Avatar.d.ts +10 -0
- package/dist/components/badge/Badge.d.ts +30 -0
- package/dist/components/badge/BadgeIcon.d.ts +10 -0
- package/dist/components/badge/BadgeText.d.ts +10 -0
- package/dist/components/banner/BannerContainer.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +20 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +20 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +5 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +10 -0
- package/dist/components/box/Box.d.ts +5 -0
- package/dist/components/button/Button.d.ts +5 -0
- package/dist/components/calendar/Day.d.ts +5 -0
- package/dist/components/carousel/Carousel.d.ts +15 -0
- package/dist/components/carousel/CarouselPagination.d.ts +5 -0
- package/dist/components/carousel/CarouselSlide.d.ts +5 -0
- package/dist/components/carousel/CarouselSlider.d.ts +5 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +15 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +20 -0
- package/dist/components/chip/Chip.d.ts +35 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +15 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +15 -0
- package/dist/components/combobox/Combobox.d.ts +25 -0
- package/dist/components/combobox/ComboboxInput.d.ts +5 -0
- package/dist/components/combobox/ComboboxList.d.ts +5 -0
- package/dist/components/combobox/ComboboxOption.d.ts +5 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +5 -0
- package/dist/components/data-table/DataTable.d.ts +73 -277
- package/dist/components/data-table/DataTableBody.d.ts +4 -2
- package/dist/components/data-table/DataTableBody.js +1 -1
- package/dist/components/data-table/DataTableBody.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +5 -0
- package/dist/components/data-table/DataTableRow.d.ts +2 -1
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/DataTableTable.d.ts +2 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +5 -0
- package/dist/components/dialog/Dialog.d.ts +25 -0
- package/dist/components/dialog/DialogBackground.d.ts +10 -0
- package/dist/components/dialog/DialogClose.d.ts +5 -0
- package/dist/components/dialog/DialogContent.d.ts +5 -0
- package/dist/components/divider/Divider.d.ts +5 -0
- package/dist/components/drawer/Drawer.d.ts +20 -0
- package/dist/components/drawer/DrawerContent.d.ts +5 -0
- package/dist/components/drawer/DrawerFooter.d.ts +5 -0
- package/dist/components/drawer/DrawerHeader.d.ts +5 -0
- package/dist/components/drawer/DrawerMain.d.ts +5 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +5 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +25 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +5 -0
- package/dist/components/empty-state/EmptyState.d.ts +35 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +5 -0
- package/dist/components/flex/Flex.d.ts +5 -0
- package/dist/components/form/Form.d.ts +5 -0
- package/dist/components/grid/Grid.d.ts +5 -0
- package/dist/components/heading/Heading.d.ts +5 -0
- package/dist/components/icon/Icon.d.ts +5 -0
- package/dist/components/image/Image.d.ts +5 -0
- package/dist/components/inline-message/InlineMessage.d.ts +10 -0
- package/dist/components/input/Input.d.ts +15 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +10 -0
- package/dist/components/keyboard-shortcut/index.d.ts +15 -0
- package/dist/components/label/Label.d.ts +5 -0
- package/dist/components/link/Link.d.ts +5 -0
- package/dist/components/list/List.d.ts +10 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +10 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +5 -0
- package/dist/components/navigation/NavigationMenu.d.ts +45 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +10 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +55 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +10 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +10 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +10 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +10 -0
- package/dist/components/popover/Popover.d.ts +10 -0
- package/dist/components/popover/PopoverContent.d.ts +5 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +5 -0
- package/dist/components/radio-button/RadioButton.d.ts +5 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +5 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +5 -0
- package/dist/components/radio-card/RadioCard.d.ts +5 -0
- package/dist/components/section-message/SectionMessage.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +40 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +5 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +25 -0
- package/dist/components/select/Select.d.ts +5 -0
- package/dist/components/side-bar/SideBar.d.ts +40 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +35 -0
- package/dist/components/slider/Slider.d.ts +5 -0
- package/dist/components/sortable/Handle.d.ts +10 -0
- package/dist/components/spacer/Spacer.d.ts +5 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +10 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +10 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +10 -0
- package/dist/components/switch/Switch.d.ts +5 -0
- package/dist/components/table/Table.d.ts +40 -0
- package/dist/components/table/TableBody.d.ts +5 -0
- package/dist/components/table/TableCell.d.ts +5 -0
- package/dist/components/table/TableFooter.d.ts +5 -0
- package/dist/components/table/TableFooterCell.d.ts +5 -0
- package/dist/components/table/TableHeader.d.ts +5 -0
- package/dist/components/table/TableHeaderCell.d.ts +5 -0
- package/dist/components/table/TableRow.d.ts +5 -0
- package/dist/components/tabs/Tabs.d.ts +20 -0
- package/dist/components/tabs/TabsContent.d.ts +5 -0
- package/dist/components/tabs/TabsTrigger.d.ts +5 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +5 -0
- package/dist/components/text/Text.d.ts +5 -0
- package/dist/components/textarea/Textarea.d.ts +5 -0
- package/dist/components/tile/Tile.d.ts +5 -0
- package/dist/components/tile/TileGroup.d.ts +5 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +10 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +15 -0
- package/dist/components/toast/Toast.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +5 -0
- package/dist/components/toggle-group/index.d.ts +30 -0
- package/dist/components/tooltip/Tooltip.d.ts +10 -0
- package/dist/components/tooltip/TooltipContent.d.ts +5 -0
- package/dist/components/top-bar/TopBar.d.ts +25 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +15 -0
- package/dist/components/tree/Tree.d.ts +60 -0
- package/dist/components/tree/TreeCollapsible.d.ts +5 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +5 -0
- package/dist/components/tree/TreeIcon.d.ts +10 -0
- package/dist/components/tree/TreeItemContent.d.ts +5 -0
- package/dist/components/tree/TreeListItem.d.ts +5 -0
- package/dist/components/video/Video.d.ts +5 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +55 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +10 -0
- package/package.json +2 -2
|
@@ -242,6 +242,11 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
|
|
|
242
242
|
subjectNonVerbalReasoning: string;
|
|
243
243
|
subjectCreativeWriting: string;
|
|
244
244
|
subjectExamSkills: string;
|
|
245
|
+
subjectGcseEnglishLiterature: string;
|
|
246
|
+
subjectGcseMaths: string;
|
|
247
|
+
subjectGcseChemistry: string;
|
|
248
|
+
subjectGcsePhysics: string;
|
|
249
|
+
subjectGcseBiology: string;
|
|
245
250
|
glBlueLight: string;
|
|
246
251
|
glBluePrimary: string;
|
|
247
252
|
glBlueDark: string;
|
|
@@ -608,6 +613,11 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
|
|
|
608
613
|
subjectNonVerbalReasoning: string;
|
|
609
614
|
subjectCreativeWriting: string;
|
|
610
615
|
subjectExamSkills: string;
|
|
616
|
+
subjectGcseEnglishLiterature: string;
|
|
617
|
+
subjectGcseMaths: string;
|
|
618
|
+
subjectGcseChemistry: string;
|
|
619
|
+
subjectGcsePhysics: string;
|
|
620
|
+
subjectGcseBiology: string;
|
|
611
621
|
glBlueLight: string;
|
|
612
622
|
glBluePrimary: string;
|
|
613
623
|
glBlueDark: string;
|
|
@@ -972,6 +982,11 @@ export declare const TopBarBrand: import("@atom-learning/stitches-react/types/st
|
|
|
972
982
|
subjectNonVerbalReasoning: string;
|
|
973
983
|
subjectCreativeWriting: string;
|
|
974
984
|
subjectExamSkills: string;
|
|
985
|
+
subjectGcseEnglishLiterature: string;
|
|
986
|
+
subjectGcseMaths: string;
|
|
987
|
+
subjectGcseChemistry: string;
|
|
988
|
+
subjectGcsePhysics: string;
|
|
989
|
+
subjectGcseBiology: string;
|
|
975
990
|
glBlueLight: string;
|
|
976
991
|
glBluePrimary: string;
|
|
977
992
|
glBlueDark: string;
|
|
@@ -240,6 +240,11 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
240
240
|
subjectNonVerbalReasoning: string;
|
|
241
241
|
subjectCreativeWriting: string;
|
|
242
242
|
subjectExamSkills: string;
|
|
243
|
+
subjectGcseEnglishLiterature: string;
|
|
244
|
+
subjectGcseMaths: string;
|
|
245
|
+
subjectGcseChemistry: string;
|
|
246
|
+
subjectGcsePhysics: string;
|
|
247
|
+
subjectGcseBiology: string;
|
|
243
248
|
glBlueLight: string;
|
|
244
249
|
glBluePrimary: string;
|
|
245
250
|
glBlueDark: string;
|
|
@@ -900,6 +905,11 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
900
905
|
subjectNonVerbalReasoning: string;
|
|
901
906
|
subjectCreativeWriting: string;
|
|
902
907
|
subjectExamSkills: string;
|
|
908
|
+
subjectGcseEnglishLiterature: string;
|
|
909
|
+
subjectGcseMaths: string;
|
|
910
|
+
subjectGcseChemistry: string;
|
|
911
|
+
subjectGcsePhysics: string;
|
|
912
|
+
subjectGcseBiology: string;
|
|
903
913
|
glBlueLight: string;
|
|
904
914
|
glBluePrimary: string;
|
|
905
915
|
glBlueDark: string;
|
|
@@ -1274,6 +1284,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
1274
1284
|
subjectNonVerbalReasoning: string;
|
|
1275
1285
|
subjectCreativeWriting: string;
|
|
1276
1286
|
subjectExamSkills: string;
|
|
1287
|
+
subjectGcseEnglishLiterature: string;
|
|
1288
|
+
subjectGcseMaths: string;
|
|
1289
|
+
subjectGcseChemistry: string;
|
|
1290
|
+
subjectGcsePhysics: string;
|
|
1291
|
+
subjectGcseBiology: string;
|
|
1277
1292
|
glBlueLight: string;
|
|
1278
1293
|
glBluePrimary: string;
|
|
1279
1294
|
glBlueDark: string;
|
|
@@ -1935,6 +1950,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
1935
1950
|
subjectNonVerbalReasoning: string;
|
|
1936
1951
|
subjectCreativeWriting: string;
|
|
1937
1952
|
subjectExamSkills: string;
|
|
1953
|
+
subjectGcseEnglishLiterature: string;
|
|
1954
|
+
subjectGcseMaths: string;
|
|
1955
|
+
subjectGcseChemistry: string;
|
|
1956
|
+
subjectGcsePhysics: string;
|
|
1957
|
+
subjectGcseBiology: string;
|
|
1938
1958
|
glBlueLight: string;
|
|
1939
1959
|
glBluePrimary: string;
|
|
1940
1960
|
glBlueDark: string;
|
|
@@ -2301,6 +2321,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
2301
2321
|
subjectNonVerbalReasoning: string;
|
|
2302
2322
|
subjectCreativeWriting: string;
|
|
2303
2323
|
subjectExamSkills: string;
|
|
2324
|
+
subjectGcseEnglishLiterature: string;
|
|
2325
|
+
subjectGcseMaths: string;
|
|
2326
|
+
subjectGcseChemistry: string;
|
|
2327
|
+
subjectGcsePhysics: string;
|
|
2328
|
+
subjectGcseBiology: string;
|
|
2304
2329
|
glBlueLight: string;
|
|
2305
2330
|
glBluePrimary: string;
|
|
2306
2331
|
glBlueDark: string;
|
|
@@ -2667,6 +2692,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
2667
2692
|
subjectNonVerbalReasoning: string;
|
|
2668
2693
|
subjectCreativeWriting: string;
|
|
2669
2694
|
subjectExamSkills: string;
|
|
2695
|
+
subjectGcseEnglishLiterature: string;
|
|
2696
|
+
subjectGcseMaths: string;
|
|
2697
|
+
subjectGcseChemistry: string;
|
|
2698
|
+
subjectGcsePhysics: string;
|
|
2699
|
+
subjectGcseBiology: string;
|
|
2670
2700
|
glBlueLight: string;
|
|
2671
2701
|
glBluePrimary: string;
|
|
2672
2702
|
glBlueDark: string;
|
|
@@ -3039,6 +3069,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
3039
3069
|
subjectNonVerbalReasoning: string;
|
|
3040
3070
|
subjectCreativeWriting: string;
|
|
3041
3071
|
subjectExamSkills: string;
|
|
3072
|
+
subjectGcseEnglishLiterature: string;
|
|
3073
|
+
subjectGcseMaths: string;
|
|
3074
|
+
subjectGcseChemistry: string;
|
|
3075
|
+
subjectGcsePhysics: string;
|
|
3076
|
+
subjectGcseBiology: string;
|
|
3042
3077
|
glBlueLight: string;
|
|
3043
3078
|
glBluePrimary: string;
|
|
3044
3079
|
glBlueDark: string;
|
|
@@ -3709,6 +3744,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
3709
3744
|
subjectNonVerbalReasoning: string;
|
|
3710
3745
|
subjectCreativeWriting: string;
|
|
3711
3746
|
subjectExamSkills: string;
|
|
3747
|
+
subjectGcseEnglishLiterature: string;
|
|
3748
|
+
subjectGcseMaths: string;
|
|
3749
|
+
subjectGcseChemistry: string;
|
|
3750
|
+
subjectGcsePhysics: string;
|
|
3751
|
+
subjectGcseBiology: string;
|
|
3712
3752
|
glBlueLight: string;
|
|
3713
3753
|
glBluePrimary: string;
|
|
3714
3754
|
glBlueDark: string;
|
|
@@ -4085,6 +4125,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4085
4125
|
subjectNonVerbalReasoning: string;
|
|
4086
4126
|
subjectCreativeWriting: string;
|
|
4087
4127
|
subjectExamSkills: string;
|
|
4128
|
+
subjectGcseEnglishLiterature: string;
|
|
4129
|
+
subjectGcseMaths: string;
|
|
4130
|
+
subjectGcseChemistry: string;
|
|
4131
|
+
subjectGcsePhysics: string;
|
|
4132
|
+
subjectGcseBiology: string;
|
|
4088
4133
|
glBlueLight: string;
|
|
4089
4134
|
glBluePrimary: string;
|
|
4090
4135
|
glBlueDark: string;
|
|
@@ -4455,6 +4500,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4455
4500
|
subjectNonVerbalReasoning: string;
|
|
4456
4501
|
subjectCreativeWriting: string;
|
|
4457
4502
|
subjectExamSkills: string;
|
|
4503
|
+
subjectGcseEnglishLiterature: string;
|
|
4504
|
+
subjectGcseMaths: string;
|
|
4505
|
+
subjectGcseChemistry: string;
|
|
4506
|
+
subjectGcsePhysics: string;
|
|
4507
|
+
subjectGcseBiology: string;
|
|
4458
4508
|
glBlueLight: string;
|
|
4459
4509
|
glBluePrimary: string;
|
|
4460
4510
|
glBlueDark: string;
|
|
@@ -4822,6 +4872,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
4822
4872
|
subjectNonVerbalReasoning: string;
|
|
4823
4873
|
subjectCreativeWriting: string;
|
|
4824
4874
|
subjectExamSkills: string;
|
|
4875
|
+
subjectGcseEnglishLiterature: string;
|
|
4876
|
+
subjectGcseMaths: string;
|
|
4877
|
+
subjectGcseChemistry: string;
|
|
4878
|
+
subjectGcsePhysics: string;
|
|
4879
|
+
subjectGcseBiology: string;
|
|
4825
4880
|
glBlueLight: string;
|
|
4826
4881
|
glBluePrimary: string;
|
|
4827
4882
|
glBlueDark: string;
|
|
@@ -5194,6 +5249,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
5194
5249
|
subjectNonVerbalReasoning: string;
|
|
5195
5250
|
subjectCreativeWriting: string;
|
|
5196
5251
|
subjectExamSkills: string;
|
|
5252
|
+
subjectGcseEnglishLiterature: string;
|
|
5253
|
+
subjectGcseMaths: string;
|
|
5254
|
+
subjectGcseChemistry: string;
|
|
5255
|
+
subjectGcsePhysics: string;
|
|
5256
|
+
subjectGcseBiology: string;
|
|
5197
5257
|
glBlueLight: string;
|
|
5198
5258
|
glBluePrimary: string;
|
|
5199
5259
|
glBlueDark: string;
|
|
@@ -238,6 +238,11 @@ export declare const TreeCollapsible: React.ForwardRefExoticComponent<Omit<impor
|
|
|
238
238
|
subjectNonVerbalReasoning: string;
|
|
239
239
|
subjectCreativeWriting: string;
|
|
240
240
|
subjectExamSkills: string;
|
|
241
|
+
subjectGcseEnglishLiterature: string;
|
|
242
|
+
subjectGcseMaths: string;
|
|
243
|
+
subjectGcseChemistry: string;
|
|
244
|
+
subjectGcsePhysics: string;
|
|
245
|
+
subjectGcseBiology: string;
|
|
241
246
|
glBlueLight: string;
|
|
242
247
|
glBluePrimary: string;
|
|
243
248
|
glBlueDark: string;
|
|
@@ -233,6 +233,11 @@ declare const StyledTreeCollapsibleContent: import("@atom-learning/stitches-reac
|
|
|
233
233
|
subjectNonVerbalReasoning: string;
|
|
234
234
|
subjectCreativeWriting: string;
|
|
235
235
|
subjectExamSkills: string;
|
|
236
|
+
subjectGcseEnglishLiterature: string;
|
|
237
|
+
subjectGcseMaths: string;
|
|
238
|
+
subjectGcseChemistry: string;
|
|
239
|
+
subjectGcsePhysics: string;
|
|
240
|
+
subjectGcseBiology: string;
|
|
236
241
|
glBlueLight: string;
|
|
237
242
|
glBluePrimary: string;
|
|
238
243
|
glBlueDark: string;
|
|
@@ -237,6 +237,11 @@ declare const StyledTreeIcon: import("@atom-learning/stitches-react/types/styled
|
|
|
237
237
|
subjectNonVerbalReasoning: string;
|
|
238
238
|
subjectCreativeWriting: string;
|
|
239
239
|
subjectExamSkills: string;
|
|
240
|
+
subjectGcseEnglishLiterature: string;
|
|
241
|
+
subjectGcseMaths: string;
|
|
242
|
+
subjectGcseChemistry: string;
|
|
243
|
+
subjectGcsePhysics: string;
|
|
244
|
+
subjectGcseBiology: string;
|
|
240
245
|
glBlueLight: string;
|
|
241
246
|
glBluePrimary: string;
|
|
242
247
|
glBlueDark: string;
|
|
@@ -604,6 +609,11 @@ declare const StyledTreeIcon: import("@atom-learning/stitches-react/types/styled
|
|
|
604
609
|
subjectNonVerbalReasoning: string;
|
|
605
610
|
subjectCreativeWriting: string;
|
|
606
611
|
subjectExamSkills: string;
|
|
612
|
+
subjectGcseEnglishLiterature: string;
|
|
613
|
+
subjectGcseMaths: string;
|
|
614
|
+
subjectGcseChemistry: string;
|
|
615
|
+
subjectGcsePhysics: string;
|
|
616
|
+
subjectGcseBiology: string;
|
|
607
617
|
glBlueLight: string;
|
|
608
618
|
glBluePrimary: string;
|
|
609
619
|
glBlueDark: string;
|
|
@@ -241,6 +241,11 @@ export declare const TreeItemContent: React.ForwardRefExoticComponent<Omit<Omit<
|
|
|
241
241
|
subjectNonVerbalReasoning: string;
|
|
242
242
|
subjectCreativeWriting: string;
|
|
243
243
|
subjectExamSkills: string;
|
|
244
|
+
subjectGcseEnglishLiterature: string;
|
|
245
|
+
subjectGcseMaths: string;
|
|
246
|
+
subjectGcseChemistry: string;
|
|
247
|
+
subjectGcsePhysics: string;
|
|
248
|
+
subjectGcseBiology: string;
|
|
244
249
|
glBlueLight: string;
|
|
245
250
|
glBluePrimary: string;
|
|
246
251
|
glBlueDark: string;
|
|
@@ -241,6 +241,11 @@ export declare const TreeListItem: React.ForwardRefExoticComponent<Omit<Omit<Omi
|
|
|
241
241
|
subjectNonVerbalReasoning: string;
|
|
242
242
|
subjectCreativeWriting: string;
|
|
243
243
|
subjectExamSkills: string;
|
|
244
|
+
subjectGcseEnglishLiterature: string;
|
|
245
|
+
subjectGcseMaths: string;
|
|
246
|
+
subjectGcseChemistry: string;
|
|
247
|
+
subjectGcsePhysics: string;
|
|
248
|
+
subjectGcseBiology: string;
|
|
244
249
|
glBlueLight: string;
|
|
245
250
|
glBluePrimary: string;
|
|
246
251
|
glBlueDark: string;
|
|
@@ -235,6 +235,11 @@ declare const StyledVideo: import("@atom-learning/stitches-react/types/styled-co
|
|
|
235
235
|
subjectNonVerbalReasoning: string;
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
|
+
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseMaths: string;
|
|
240
|
+
subjectGcseChemistry: string;
|
|
241
|
+
subjectGcsePhysics: string;
|
|
242
|
+
subjectGcseBiology: string;
|
|
238
243
|
glBlueLight: string;
|
|
239
244
|
glBluePrimary: string;
|
|
240
245
|
glBlueDark: string;
|