@atom-learning/components 5.5.0-beta.1 → 5.6.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 +207 -0
- 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 +6 -1
- 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/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +489 -102
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +13 -3
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +501 -114
- 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 +13 -3
- package/dist/components/box/Box.d.ts +5 -0
- package/dist/components/button/Button.d.ts +6 -1
- 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-field/CheckboxField.js +1 -1
- package/dist/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +105 -90
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +364 -344
- 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/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js.map +1 -1
- package/dist/components/data-table/DataTable.d.ts +153 -110
- package/dist/components/data-table/DataTableLoading.d.ts +5 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +5 -0
- package/dist/components/date-field/DateField.d.ts +1 -1
- package/dist/components/date-field/DateField.js +1 -1
- package/dist/components/date-field/DateField.js.map +1 -1
- package/dist/components/dialog/Dialog.d.ts +27 -2
- 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/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- 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/field-wrapper/FieldWrapper.d.ts +1 -3
- package/dist/components/field-wrapper/FieldWrapper.js +1 -1
- package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/components/flex/Flex.d.ts +5 -0
- package/dist/components/form/Form.d.ts +7 -3
- package/dist/components/form/Form.js +1 -1
- package/dist/components/form/Form.js.map +1 -1
- package/dist/components/form/index.d.ts +0 -1
- package/dist/components/grid/Grid.d.ts +5 -0
- package/dist/components/heading/Heading.d.ts +5 -1
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- 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 +16 -3
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +1 -1
- package/dist/components/input-field/InputField.js +1 -1
- package/dist/components/input-field/InputField.js.map +1 -1
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +10 -0
- package/dist/components/keyboard-shortcut/index.d.ts +17 -2
- package/dist/components/label/Label.d.ts +6 -2
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- 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 +217 -162
- 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/number-input/NumberInput.d.ts +1 -2
- package/dist/components/number-input/NumberInput.js +1 -1
- package/dist/components/number-input/NumberInput.js.map +1 -1
- package/dist/components/number-input/NumberInputStepper.d.ts +1 -756
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +1 -1
- package/dist/components/number-input-field/NumberInputField.js +1 -1
- package/dist/components/number-input-field/NumberInputField.js.map +1 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +13 -3
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +13 -3
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/password-field/PasswordField.js +1 -1
- package/dist/components/password-field/PasswordField.js.map +1 -1
- 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-button-field/RadioButtonField.js +1 -1
- package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +5 -0
- package/dist/components/search-field/SearchField.d.ts +1 -1
- package/dist/components/search-field/SearchField.js +1 -1
- package/dist/components/search-field/SearchField.js.map +1 -1
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +11 -1
- package/dist/components/segmented-control/SegmentedControl.d.ts +49 -9
- 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 -1
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +1 -1
- package/dist/components/select-field/SelectField.js +1 -1
- package/dist/components/select-field/SelectField.js.map +1 -1
- package/dist/components/side-bar/SideBar.d.ts +40 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +36 -1
- package/dist/components/slider/Slider.d.ts +5 -0
- package/dist/components/sortable/Handle.d.ts +13 -3
- package/dist/components/sortable/index.d.ts +3 -3
- 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 +11 -1
- 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 -1
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +1 -1
- package/dist/components/textarea-field/TextareaField.js +1 -1
- package/dist/components/textarea-field/TextareaField.js.map +1 -1
- package/dist/components/tile/Tile.d.ts +5 -1
- package/dist/components/tile/Tile.js +1 -1
- package/dist/components/tile/Tile.js.map +1 -1
- package/dist/components/tile/TileGroup.d.ts +5 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +11 -2
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +16 -2
- 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 +32 -2
- 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 +29 -5
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +15 -0
- package/dist/components/tree/Tree.d.ts +303 -243
- 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/index.js +1 -1
- package/dist/stitches.d.ts +55 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +10 -0
- package/package.json +3 -3
- package/dist/components/form/useFormCustomContext.d.ts +0 -7
- package/dist/components/form/useFormCustomContext.js +0 -2
- package/dist/components/form/useFormCustomContext.js.map +0 -1
|
@@ -2,10 +2,9 @@ import React from 'react';
|
|
|
2
2
|
import { NavigatorActions } from '../../types';
|
|
3
3
|
declare const StyledTileInteractive: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "border" | "borderRadius" | "css"
|
|
5
|
+
}, "border" | "borderRadius" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
6
6
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
7
7
|
border?: boolean | "true" | undefined;
|
|
8
|
-
diffused?: boolean | "true" | undefined;
|
|
9
8
|
}, {
|
|
10
9
|
sm: string;
|
|
11
10
|
md: string;
|
|
@@ -240,6 +239,11 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
|
|
|
240
239
|
subjectNonVerbalReasoning: string;
|
|
241
240
|
subjectCreativeWriting: string;
|
|
242
241
|
subjectExamSkills: string;
|
|
242
|
+
subjectGcseEnglishLiterature: string;
|
|
243
|
+
subjectGcseMaths: string;
|
|
244
|
+
subjectGcseChemistry: string;
|
|
245
|
+
subjectGcsePhysics: string;
|
|
246
|
+
subjectGcseBiology: string;
|
|
243
247
|
glBlueLight: string;
|
|
244
248
|
glBluePrimary: string;
|
|
245
249
|
glBlueDark: string;
|
|
@@ -606,6 +610,11 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
|
|
|
606
610
|
subjectNonVerbalReasoning: string;
|
|
607
611
|
subjectCreativeWriting: string;
|
|
608
612
|
subjectExamSkills: string;
|
|
613
|
+
subjectGcseEnglishLiterature: string;
|
|
614
|
+
subjectGcseMaths: string;
|
|
615
|
+
subjectGcseChemistry: string;
|
|
616
|
+
subjectGcsePhysics: string;
|
|
617
|
+
subjectGcseBiology: string;
|
|
609
618
|
glBlueLight: string;
|
|
610
619
|
glBluePrimary: string;
|
|
611
620
|
glBlueDark: string;
|
|
@@ -2,10 +2,9 @@ import * as ToggleGroup from '@radix-ui/react-toggle-group';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "border" | "borderRadius" | "css"
|
|
5
|
+
}, "border" | "borderRadius" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
6
6
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
7
7
|
border?: boolean | "true" | undefined;
|
|
8
|
-
diffused?: boolean | "true" | undefined;
|
|
9
8
|
}, {
|
|
10
9
|
sm: string;
|
|
11
10
|
md: string;
|
|
@@ -240,6 +239,11 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
240
239
|
subjectNonVerbalReasoning: string;
|
|
241
240
|
subjectCreativeWriting: string;
|
|
242
241
|
subjectExamSkills: string;
|
|
242
|
+
subjectGcseEnglishLiterature: string;
|
|
243
|
+
subjectGcseMaths: string;
|
|
244
|
+
subjectGcseChemistry: string;
|
|
245
|
+
subjectGcsePhysics: string;
|
|
246
|
+
subjectGcseBiology: string;
|
|
243
247
|
glBlueLight: string;
|
|
244
248
|
glBluePrimary: string;
|
|
245
249
|
glBlueDark: string;
|
|
@@ -607,6 +611,11 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
607
611
|
subjectNonVerbalReasoning: string;
|
|
608
612
|
subjectCreativeWriting: string;
|
|
609
613
|
subjectExamSkills: string;
|
|
614
|
+
subjectGcseEnglishLiterature: string;
|
|
615
|
+
subjectGcseMaths: string;
|
|
616
|
+
subjectGcseChemistry: string;
|
|
617
|
+
subjectGcsePhysics: string;
|
|
618
|
+
subjectGcseBiology: string;
|
|
610
619
|
glBlueLight: string;
|
|
611
620
|
glBluePrimary: string;
|
|
612
621
|
glBlueDark: string;
|
|
@@ -973,6 +982,11 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
973
982
|
subjectNonVerbalReasoning: string;
|
|
974
983
|
subjectCreativeWriting: string;
|
|
975
984
|
subjectExamSkills: string;
|
|
985
|
+
subjectGcseEnglishLiterature: string;
|
|
986
|
+
subjectGcseMaths: string;
|
|
987
|
+
subjectGcseChemistry: string;
|
|
988
|
+
subjectGcsePhysics: string;
|
|
989
|
+
subjectGcseBiology: string;
|
|
976
990
|
glBlueLight: string;
|
|
977
991
|
glBluePrimary: string;
|
|
978
992
|
glBlueDark: string;
|
|
@@ -252,6 +252,11 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
252
252
|
subjectNonVerbalReasoning: string;
|
|
253
253
|
subjectCreativeWriting: string;
|
|
254
254
|
subjectExamSkills: string;
|
|
255
|
+
subjectGcseEnglishLiterature: string;
|
|
256
|
+
subjectGcseMaths: string;
|
|
257
|
+
subjectGcseChemistry: string;
|
|
258
|
+
subjectGcsePhysics: string;
|
|
259
|
+
subjectGcseBiology: string;
|
|
255
260
|
glBlueLight: string;
|
|
256
261
|
glBluePrimary: string;
|
|
257
262
|
glBlueDark: string;
|
|
@@ -617,6 +622,11 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
617
622
|
subjectNonVerbalReasoning: string;
|
|
618
623
|
subjectCreativeWriting: string;
|
|
619
624
|
subjectExamSkills: string;
|
|
625
|
+
subjectGcseEnglishLiterature: string;
|
|
626
|
+
subjectGcseMaths: string;
|
|
627
|
+
subjectGcseChemistry: string;
|
|
628
|
+
subjectGcsePhysics: string;
|
|
629
|
+
subjectGcseBiology: string;
|
|
620
630
|
glBlueLight: string;
|
|
621
631
|
glBluePrimary: string;
|
|
622
632
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
232
232
|
subjectNonVerbalReasoning: string;
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
|
+
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseMaths: string;
|
|
237
|
+
subjectGcseChemistry: string;
|
|
238
|
+
subjectGcsePhysics: string;
|
|
239
|
+
subjectGcseBiology: string;
|
|
235
240
|
glBlueLight: string;
|
|
236
241
|
glBluePrimary: string;
|
|
237
242
|
glBlueDark: string;
|
|
@@ -598,6 +603,11 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
598
603
|
subjectNonVerbalReasoning: string;
|
|
599
604
|
subjectCreativeWriting: string;
|
|
600
605
|
subjectExamSkills: string;
|
|
606
|
+
subjectGcseEnglishLiterature: string;
|
|
607
|
+
subjectGcseMaths: string;
|
|
608
|
+
subjectGcseChemistry: string;
|
|
609
|
+
subjectGcsePhysics: string;
|
|
610
|
+
subjectGcseBiology: string;
|
|
601
611
|
glBlueLight: string;
|
|
602
612
|
glBluePrimary: string;
|
|
603
613
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ export declare const StyledItem: import("@atom-learning/stitches-react/types/sty
|
|
|
232
232
|
subjectNonVerbalReasoning: string;
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
|
+
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseMaths: string;
|
|
237
|
+
subjectGcseChemistry: string;
|
|
238
|
+
subjectGcsePhysics: string;
|
|
239
|
+
subjectGcseBiology: string;
|
|
235
240
|
glBlueLight: string;
|
|
236
241
|
glBluePrimary: string;
|
|
237
242
|
glBlueDark: string;
|
|
@@ -596,6 +601,11 @@ export declare const ToggleGroupItem: import("@atom-learning/stitches-react/type
|
|
|
596
601
|
subjectNonVerbalReasoning: string;
|
|
597
602
|
subjectCreativeWriting: string;
|
|
598
603
|
subjectExamSkills: string;
|
|
604
|
+
subjectGcseEnglishLiterature: string;
|
|
605
|
+
subjectGcseMaths: string;
|
|
606
|
+
subjectGcseChemistry: string;
|
|
607
|
+
subjectGcsePhysics: string;
|
|
608
|
+
subjectGcseBiology: string;
|
|
599
609
|
glBlueLight: string;
|
|
600
610
|
glBluePrimary: string;
|
|
601
611
|
glBlueDark: string;
|
|
@@ -243,6 +243,11 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
243
243
|
subjectNonVerbalReasoning: string;
|
|
244
244
|
subjectCreativeWriting: string;
|
|
245
245
|
subjectExamSkills: string;
|
|
246
|
+
subjectGcseEnglishLiterature: string;
|
|
247
|
+
subjectGcseMaths: string;
|
|
248
|
+
subjectGcseChemistry: string;
|
|
249
|
+
subjectGcsePhysics: string;
|
|
250
|
+
subjectGcseBiology: string;
|
|
246
251
|
glBlueLight: string;
|
|
247
252
|
glBluePrimary: string;
|
|
248
253
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ export declare const ToggleGroup: {
|
|
|
232
232
|
subjectNonVerbalReasoning: string;
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
|
+
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseMaths: string;
|
|
237
|
+
subjectGcseChemistry: string;
|
|
238
|
+
subjectGcsePhysics: string;
|
|
239
|
+
subjectGcseBiology: string;
|
|
235
240
|
glBlueLight: string;
|
|
236
241
|
glBluePrimary: string;
|
|
237
242
|
glBlueDark: string;
|
|
@@ -597,6 +602,11 @@ export declare const ToggleGroup: {
|
|
|
597
602
|
subjectNonVerbalReasoning: string;
|
|
598
603
|
subjectCreativeWriting: string;
|
|
599
604
|
subjectExamSkills: string;
|
|
605
|
+
subjectGcseEnglishLiterature: string;
|
|
606
|
+
subjectGcseMaths: string;
|
|
607
|
+
subjectGcseChemistry: string;
|
|
608
|
+
subjectGcsePhysics: string;
|
|
609
|
+
subjectGcseBiology: string;
|
|
600
610
|
glBlueLight: string;
|
|
601
611
|
glBluePrimary: string;
|
|
602
612
|
glBlueDark: string;
|
|
@@ -965,6 +975,11 @@ export declare const ToggleGroup: {
|
|
|
965
975
|
subjectNonVerbalReasoning: string;
|
|
966
976
|
subjectCreativeWriting: string;
|
|
967
977
|
subjectExamSkills: string;
|
|
978
|
+
subjectGcseEnglishLiterature: string;
|
|
979
|
+
subjectGcseMaths: string;
|
|
980
|
+
subjectGcseChemistry: string;
|
|
981
|
+
subjectGcsePhysics: string;
|
|
982
|
+
subjectGcseBiology: string;
|
|
968
983
|
glBlueLight: string;
|
|
969
984
|
glBluePrimary: string;
|
|
970
985
|
glBlueDark: string;
|
|
@@ -1339,6 +1354,11 @@ export declare const ToggleGroup: {
|
|
|
1339
1354
|
subjectNonVerbalReasoning: string;
|
|
1340
1355
|
subjectCreativeWriting: string;
|
|
1341
1356
|
subjectExamSkills: string;
|
|
1357
|
+
subjectGcseEnglishLiterature: string;
|
|
1358
|
+
subjectGcseMaths: string;
|
|
1359
|
+
subjectGcseChemistry: string;
|
|
1360
|
+
subjectGcsePhysics: string;
|
|
1361
|
+
subjectGcseBiology: string;
|
|
1342
1362
|
glBlueLight: string;
|
|
1343
1363
|
glBluePrimary: string;
|
|
1344
1364
|
glBlueDark: string;
|
|
@@ -1470,7 +1490,7 @@ export declare const ToggleGroup: {
|
|
|
1470
1490
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
1491
|
};
|
|
1472
1492
|
}> | undefined;
|
|
1473
|
-
}, "gap" | "wrap"> & ((
|
|
1493
|
+
}, "gap" | "wrap"> & ((Omit<import("@radix-ui/react-toggle-group").ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
1474
1494
|
disableDeselect?: boolean;
|
|
1475
1495
|
}, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1476
1496
|
isFullWidth?: boolean | "true" | undefined;
|
|
@@ -1710,6 +1730,11 @@ export declare const ToggleGroup: {
|
|
|
1710
1730
|
subjectNonVerbalReasoning: string;
|
|
1711
1731
|
subjectCreativeWriting: string;
|
|
1712
1732
|
subjectExamSkills: string;
|
|
1733
|
+
subjectGcseEnglishLiterature: string;
|
|
1734
|
+
subjectGcseMaths: string;
|
|
1735
|
+
subjectGcseChemistry: string;
|
|
1736
|
+
subjectGcsePhysics: string;
|
|
1737
|
+
subjectGcseBiology: string;
|
|
1713
1738
|
glBlueLight: string;
|
|
1714
1739
|
glBluePrimary: string;
|
|
1715
1740
|
glBlueDark: string;
|
|
@@ -2081,6 +2106,11 @@ export declare const ToggleGroup: {
|
|
|
2081
2106
|
subjectNonVerbalReasoning: string;
|
|
2082
2107
|
subjectCreativeWriting: string;
|
|
2083
2108
|
subjectExamSkills: string;
|
|
2109
|
+
subjectGcseEnglishLiterature: string;
|
|
2110
|
+
subjectGcseMaths: string;
|
|
2111
|
+
subjectGcseChemistry: string;
|
|
2112
|
+
subjectGcsePhysics: string;
|
|
2113
|
+
subjectGcseBiology: string;
|
|
2084
2114
|
glBlueLight: string;
|
|
2085
2115
|
glBluePrimary: string;
|
|
2086
2116
|
glBlueDark: string;
|
|
@@ -2215,5 +2245,5 @@ export declare const ToggleGroup: {
|
|
|
2215
2245
|
})) & {
|
|
2216
2246
|
orientation?: "horizontal" | "vertical";
|
|
2217
2247
|
isFullWidth?: boolean;
|
|
2218
|
-
}
|
|
2248
|
+
}>;
|
|
2219
2249
|
};
|
|
@@ -241,6 +241,11 @@ export declare const Tooltip: {
|
|
|
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;
|
|
@@ -606,6 +611,11 @@ export declare const Tooltip: {
|
|
|
606
611
|
subjectNonVerbalReasoning: string;
|
|
607
612
|
subjectCreativeWriting: string;
|
|
608
613
|
subjectExamSkills: string;
|
|
614
|
+
subjectGcseEnglishLiterature: string;
|
|
615
|
+
subjectGcseMaths: string;
|
|
616
|
+
subjectGcseChemistry: string;
|
|
617
|
+
subjectGcsePhysics: string;
|
|
618
|
+
subjectGcseBiology: string;
|
|
609
619
|
glBlueLight: string;
|
|
610
620
|
glBluePrimary: string;
|
|
611
621
|
glBlueDark: string;
|
|
@@ -235,6 +235,11 @@ declare const StyledContent: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -3,7 +3,6 @@ import { CSS } from '../../stitches';
|
|
|
3
3
|
declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
4
4
|
hasScrolled?: boolean | "true" | undefined;
|
|
5
5
|
size?: "md" | "lg" | undefined;
|
|
6
|
-
diffused?: boolean | "true" | undefined;
|
|
7
6
|
appearance?: "standard" | "rounded" | undefined;
|
|
8
7
|
}, {
|
|
9
8
|
sm: string;
|
|
@@ -238,6 +237,11 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
238
237
|
subjectNonVerbalReasoning: string;
|
|
239
238
|
subjectCreativeWriting: string;
|
|
240
239
|
subjectExamSkills: string;
|
|
240
|
+
subjectGcseEnglishLiterature: string;
|
|
241
|
+
subjectGcseMaths: string;
|
|
242
|
+
subjectGcseChemistry: string;
|
|
243
|
+
subjectGcsePhysics: string;
|
|
244
|
+
subjectGcseBiology: string;
|
|
241
245
|
glBlueLight: string;
|
|
242
246
|
glBluePrimary: string;
|
|
243
247
|
glBlueDark: string;
|
|
@@ -375,7 +379,7 @@ type TopBarProps = StyledRootProps & {
|
|
|
375
379
|
className?: string;
|
|
376
380
|
};
|
|
377
381
|
export declare const TopBar: {
|
|
378
|
-
({ size,
|
|
382
|
+
({ size, className, appearance, ...props }: React.PropsWithChildren<TopBarProps>): React.JSX.Element;
|
|
379
383
|
displayName: string;
|
|
380
384
|
} & {
|
|
381
385
|
Brand: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"a", {}, {
|
|
@@ -611,6 +615,11 @@ export declare const TopBar: {
|
|
|
611
615
|
subjectNonVerbalReasoning: string;
|
|
612
616
|
subjectCreativeWriting: string;
|
|
613
617
|
subjectExamSkills: string;
|
|
618
|
+
subjectGcseEnglishLiterature: string;
|
|
619
|
+
subjectGcseMaths: string;
|
|
620
|
+
subjectGcseChemistry: string;
|
|
621
|
+
subjectGcsePhysics: string;
|
|
622
|
+
subjectGcseBiology: string;
|
|
614
623
|
glBlueLight: string;
|
|
615
624
|
glBluePrimary: string;
|
|
616
625
|
glBlueDark: string;
|
|
@@ -984,6 +993,11 @@ export declare const TopBar: {
|
|
|
984
993
|
subjectNonVerbalReasoning: string;
|
|
985
994
|
subjectCreativeWriting: string;
|
|
986
995
|
subjectExamSkills: string;
|
|
996
|
+
subjectGcseEnglishLiterature: string;
|
|
997
|
+
subjectGcseMaths: string;
|
|
998
|
+
subjectGcseChemistry: string;
|
|
999
|
+
subjectGcsePhysics: string;
|
|
1000
|
+
subjectGcseBiology: string;
|
|
987
1001
|
glBlueLight: string;
|
|
988
1002
|
glBluePrimary: string;
|
|
989
1003
|
glBlueDark: string;
|
|
@@ -1350,6 +1364,11 @@ export declare const TopBar: {
|
|
|
1350
1364
|
subjectNonVerbalReasoning: string;
|
|
1351
1365
|
subjectCreativeWriting: string;
|
|
1352
1366
|
subjectExamSkills: string;
|
|
1367
|
+
subjectGcseEnglishLiterature: string;
|
|
1368
|
+
subjectGcseMaths: string;
|
|
1369
|
+
subjectGcseChemistry: string;
|
|
1370
|
+
subjectGcsePhysics: string;
|
|
1371
|
+
subjectGcseBiology: string;
|
|
1353
1372
|
glBlueLight: string;
|
|
1354
1373
|
glBluePrimary: string;
|
|
1355
1374
|
glBlueDark: string;
|
|
@@ -1484,7 +1503,7 @@ export declare const TopBar: {
|
|
|
1484
1503
|
ActionIcon: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1485
1504
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
1486
1505
|
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1487
|
-
theme?: "success" | "danger" | "warning" | "
|
|
1506
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1488
1507
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1489
1508
|
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
1490
1509
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -1722,6 +1741,11 @@ export declare const TopBar: {
|
|
|
1722
1741
|
subjectNonVerbalReasoning: string;
|
|
1723
1742
|
subjectCreativeWriting: string;
|
|
1724
1743
|
subjectExamSkills: string;
|
|
1744
|
+
subjectGcseEnglishLiterature: string;
|
|
1745
|
+
subjectGcseMaths: string;
|
|
1746
|
+
subjectGcseChemistry: string;
|
|
1747
|
+
subjectGcsePhysics: string;
|
|
1748
|
+
subjectGcseBiology: string;
|
|
1725
1749
|
glBlueLight: string;
|
|
1726
1750
|
glBluePrimary: string;
|
|
1727
1751
|
glBlueDark: string;
|
|
@@ -1853,8 +1877,8 @@ export declare const TopBar: {
|
|
|
1853
1877
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1854
1878
|
};
|
|
1855
1879
|
}> | undefined;
|
|
1856
|
-
}, "appearance" | "size" | "theme" | "label" | "children" | "as" |
|
|
1857
|
-
theme?: "success" | "danger" | "warning" | "
|
|
1880
|
+
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1881
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1858
1882
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1859
1883
|
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
1860
1884
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as
|
|
1
|
+
import*as o from"react";import{styled as r}from"../../stitches.js";import{useWindowScrollPosition as s}from"../../utilities/hooks/useWindowScrollPosition.js";import{Divider as m}from"../divider/Divider.js";import{Flex as p}from"../flex/Flex.js";import{colorSchemes as c}from"./stitches.topBar.colorscheme.config.js";import{TopBarActionIcon as l}from"./TopBarActionIcon.js";import{TopBarBrand as h,TopBarBrandLogo as g,TopBarBrandName as f}from"./TopBarBrand.js";const x=()=>o.createElement(m,{orientation:"vertical",css:{height:"$2",bg:"$divider"}}),B=r("div",{bg:"$background",position:"sticky",display:"flex",alignItems:"center",zIndex:1,transition:"box-shadow .2s ease-out",variants:{hasScrolled:{true:{boxShadow:"0px 4px 4px -2px rgba(31, 31, 31, 0.1);"}},size:{md:{height:"$6"},lg:{height:"$7"}},appearance:{standard:{width:"100vw",top:"0",borderBottom:"1px solid $borderBottom"},rounded:{width:"100%",top:"$2",p:"$2",border:"1px solid #ffffff",borderRadius:"$round"}}}}),$=r(p,{alignItems:"center",height:"$4",mx:"$4",width:"100%","@md":{mx:"$5"}}),e=({size:t="md",className:a=c.light,appearance:i="standard",...d})=>{const{y:n}=s();return o.createElement(B,{className:a,hasScrolled:!!n,appearance:i,size:t},o.createElement($,{...d}))},b=Object.assign(e,{Brand:h,BrandLogo:g,BrandName:f,ActionIcon:l,Divider:x});e.displayName="TopBar";export{b as TopBar};
|
|
2
2
|
//# sourceMappingURL=TopBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.js","sources":["../../../src/components/top-bar/TopBar.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { CSS, styled } from '~/stitches'\nimport { useWindowScrollPosition } from '~/utilities/hooks/useWindowScrollPosition'\n\nimport { Divider } from '../divider'\nimport { Flex } from '../flex'\nimport { colorSchemes as topBarColorSchemes } from './stitches.topBar.colorscheme.config'\nimport { TopBarActionIcon } from './TopBarActionIcon'\nimport { TopBarBrand, TopBarBrandLogo, TopBarBrandName } from './TopBarBrand'\n\nconst TopBarDivider = () => (\n <Divider orientation=\"vertical\" css={{ height: '$2', bg: '$divider' }} />\n)\n\nconst StyledRoot = styled('div', {\n bg: '$background',\n position: 'sticky',\n display: 'flex',\n alignItems: 'center',\n\n zIndex: 1,\n transition: 'box-shadow .2s ease-out',\n variants: {\n hasScrolled: {\n true: { boxShadow: '0px 4px 4px -2px rgba(31, 31, 31, 0.1);' }\n },\n size: {\n md: { height: '$6' },\n lg: { height: '$7' }\n },\n
|
|
1
|
+
{"version":3,"file":"TopBar.js","sources":["../../../src/components/top-bar/TopBar.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { CSS, styled } from '~/stitches'\nimport { useWindowScrollPosition } from '~/utilities/hooks/useWindowScrollPosition'\n\nimport { Divider } from '../divider'\nimport { Flex } from '../flex'\nimport { colorSchemes as topBarColorSchemes } from './stitches.topBar.colorscheme.config'\nimport { TopBarActionIcon } from './TopBarActionIcon'\nimport { TopBarBrand, TopBarBrandLogo, TopBarBrandName } from './TopBarBrand'\n\nconst TopBarDivider = () => (\n <Divider orientation=\"vertical\" css={{ height: '$2', bg: '$divider' }} />\n)\n\nconst StyledRoot = styled('div', {\n bg: '$background',\n position: 'sticky',\n display: 'flex',\n alignItems: 'center',\n\n zIndex: 1,\n transition: 'box-shadow .2s ease-out',\n variants: {\n hasScrolled: {\n true: { boxShadow: '0px 4px 4px -2px rgba(31, 31, 31, 0.1);' }\n },\n size: {\n md: { height: '$6' },\n lg: { height: '$7' }\n },\n appearance: {\n standard: {\n width: '100vw',\n top: '0',\n borderBottom: '1px solid $borderBottom'\n },\n rounded: {\n width: '100%',\n top: '$2',\n p: '$2',\n border: '1px solid #ffffff',\n borderRadius: '$round'\n }\n }\n }\n})\n\nconst Container = styled(Flex, {\n alignItems: 'center',\n height: '$4',\n mx: '$4',\n width: '100%',\n '@md': {\n mx: '$5'\n }\n})\n\ntype StyledRootProps = React.ComponentProps<typeof StyledRoot>\n\ntype TopBarProps = StyledRootProps & {\n css?: CSS\n className?: string\n}\n\nconst TopBarComponent = ({\n size = 'md',\n className = topBarColorSchemes['light'],\n appearance = 'standard',\n ...props\n}: React.PropsWithChildren<TopBarProps>) => {\n const { y: scrollPositionY } = useWindowScrollPosition()\n\n return (\n <StyledRoot\n className={className}\n hasScrolled={!!scrollPositionY}\n appearance={appearance}\n size={size}\n >\n <Container {...props} />\n </StyledRoot>\n )\n}\n\nexport const TopBar = Object.assign(TopBarComponent, {\n Brand: TopBarBrand,\n BrandLogo: TopBarBrandLogo,\n BrandName: TopBarBrandName,\n ActionIcon: TopBarActionIcon,\n Divider: TopBarDivider\n})\n\nTopBarComponent.displayName = 'TopBar'\n"],"names":["TopBarDivider","React","Divider","StyledRoot","styled","Container","Flex","TopBarComponent","size","className","topBarColorSchemes","appearance","props","scrollPositionY","useWindowScrollPosition","TopBar","TopBarBrand","TopBarBrandLogo","TopBarBrandName","TopBarActionIcon"],"mappings":"8cAWA,MAAMA,EAAgB,IACpBC,EAAA,cAACC,EAAA,CAAQ,YAAY,WAAW,IAAK,CAAE,OAAQ,KAAM,GAAI,UAAW,EAAG,EAGnEC,EAAaC,EAAO,MAAO,CAC/B,GAAI,cACJ,SAAU,SACV,QAAS,OACT,WAAY,SAEZ,OAAQ,EACR,WAAY,0BACZ,SAAU,CACR,YAAa,CACX,KAAM,CAAE,UAAW,yCAA0C,CAC/D,EACA,KAAM,CACJ,GAAI,CAAE,OAAQ,IAAK,EACnB,GAAI,CAAE,OAAQ,IAAK,CACrB,EACA,WAAY,CACV,SAAU,CACR,MAAO,QACP,IAAK,IACL,aAAc,yBAChB,EACA,QAAS,CACP,MAAO,OACP,IAAK,KACL,EAAG,KACH,OAAQ,oBACR,aAAc,QAChB,CACF,CACF,CACF,CAAC,EAEKC,EAAYD,EAAOE,EAAM,CAC7B,WAAY,SACZ,OAAQ,KACR,GAAI,KACJ,MAAO,OACP,MAAO,CACL,GAAI,IACN,CACF,CAAC,EASKC,EAAkB,CAAC,CACvB,KAAAC,EAAO,KACP,UAAAC,EAAYC,EAAmB,MAC/B,WAAAC,EAAa,cACVC,CACL,IAA4C,CAC1C,KAAM,CAAE,EAAGC,CAAgB,EAAIC,EAAAA,EAE/B,OACEb,EAAA,cAACE,EAAA,CACC,UAAWM,EACX,YAAa,CAAC,CAACI,EACf,WAAYF,EACZ,KAAMH,CAAAA,EAENP,EAAA,cAACI,EAAA,CAAW,GAAGO,CAAO,CAAA,CACxB,CAEJ,EAEaG,EAAS,OAAO,OAAOR,EAAiB,CACnD,MAAOS,EACP,UAAWC,EACX,UAAWC,EACX,WAAYC,EACZ,QAASnB,CACX,CAAC,EAEDO,EAAgB,YAAc"}
|
|
@@ -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;
|