@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
|
@@ -232,6 +232,11 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
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;
|
|
@@ -601,6 +606,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
601
606
|
subjectNonVerbalReasoning: string;
|
|
602
607
|
subjectCreativeWriting: string;
|
|
603
608
|
subjectExamSkills: string;
|
|
609
|
+
subjectGcseEnglishLiterature: string;
|
|
610
|
+
subjectGcseMaths: string;
|
|
611
|
+
subjectGcseChemistry: string;
|
|
612
|
+
subjectGcsePhysics: string;
|
|
613
|
+
subjectGcseBiology: string;
|
|
604
614
|
glBlueLight: string;
|
|
605
615
|
glBluePrimary: string;
|
|
606
616
|
glBlueDark: string;
|
|
@@ -736,9 +746,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
736
746
|
as?: React.ComponentType | React.ElementType;
|
|
737
747
|
}) => React.JSX.Element;
|
|
738
748
|
Accordion: ({ defaultOpen, open, onOpenChange, disabled, ...rest }: import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & {
|
|
739
|
-
color?: string | undefined
|
|
740
|
-
content?: string | undefined
|
|
741
|
-
translate?: "yes" | "no" | undefined
|
|
749
|
+
color?: string | undefined;
|
|
750
|
+
content?: string | undefined;
|
|
751
|
+
translate?: "yes" | "no" | undefined;
|
|
742
752
|
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
743
753
|
sm: string;
|
|
744
754
|
md: string;
|
|
@@ -964,6 +974,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
964
974
|
subjectNonVerbalReasoning: string;
|
|
965
975
|
subjectCreativeWriting: string;
|
|
966
976
|
subjectExamSkills: string;
|
|
977
|
+
subjectGcseEnglishLiterature: string;
|
|
978
|
+
subjectGcseMaths: string;
|
|
979
|
+
subjectGcseChemistry: string;
|
|
980
|
+
subjectGcsePhysics: string;
|
|
981
|
+
subjectGcseBiology: string;
|
|
967
982
|
glBlueLight: string;
|
|
968
983
|
glBluePrimary: string;
|
|
969
984
|
glBlueDark: string;
|
|
@@ -1095,106 +1110,106 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
1095
1110
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1096
1111
|
};
|
|
1097
1112
|
}> | undefined;
|
|
1098
|
-
prefix?: string | undefined
|
|
1099
|
-
slot?: string | undefined
|
|
1113
|
+
prefix?: string | undefined;
|
|
1114
|
+
slot?: string | undefined;
|
|
1100
1115
|
style?: React.CSSProperties | undefined;
|
|
1101
|
-
title?: string | undefined
|
|
1116
|
+
title?: string | undefined;
|
|
1102
1117
|
ref?: React.Ref<HTMLLIElement> | undefined;
|
|
1103
1118
|
key?: React.Key | null | undefined;
|
|
1104
|
-
defaultChecked?: boolean | undefined
|
|
1119
|
+
defaultChecked?: boolean | undefined;
|
|
1105
1120
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1106
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
1107
|
-
suppressHydrationWarning?: boolean | undefined
|
|
1108
|
-
accessKey?: string | undefined
|
|
1109
|
-
autoFocus?: boolean | undefined
|
|
1110
|
-
className?: string | undefined
|
|
1111
|
-
contentEditable?:
|
|
1112
|
-
contextMenu?: string | undefined
|
|
1113
|
-
dir?: string | undefined
|
|
1121
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1122
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1123
|
+
accessKey?: string | undefined;
|
|
1124
|
+
autoFocus?: boolean | undefined;
|
|
1125
|
+
className?: string | undefined;
|
|
1126
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
1127
|
+
contextMenu?: string | undefined;
|
|
1128
|
+
dir?: string | undefined;
|
|
1114
1129
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1115
|
-
hidden?: boolean | undefined
|
|
1116
|
-
id?: string | undefined
|
|
1117
|
-
lang?: string | undefined
|
|
1118
|
-
nonce?: string | undefined
|
|
1119
|
-
placeholder?: string | undefined
|
|
1130
|
+
hidden?: boolean | undefined;
|
|
1131
|
+
id?: string | undefined;
|
|
1132
|
+
lang?: string | undefined;
|
|
1133
|
+
nonce?: string | undefined;
|
|
1134
|
+
placeholder?: string | undefined;
|
|
1120
1135
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1121
|
-
tabIndex?: number | undefined
|
|
1122
|
-
radioGroup?: string | undefined
|
|
1136
|
+
tabIndex?: number | undefined;
|
|
1137
|
+
radioGroup?: string | undefined;
|
|
1123
1138
|
role?: React.AriaRole | undefined;
|
|
1124
|
-
about?: string | undefined
|
|
1125
|
-
datatype?: string | undefined
|
|
1139
|
+
about?: string | undefined;
|
|
1140
|
+
datatype?: string | undefined;
|
|
1126
1141
|
inlist?: any;
|
|
1127
|
-
property?: string | undefined
|
|
1128
|
-
rel?: string | undefined
|
|
1129
|
-
resource?: string | undefined
|
|
1130
|
-
rev?: string | undefined
|
|
1131
|
-
typeof?: string | undefined
|
|
1132
|
-
vocab?: string | undefined
|
|
1133
|
-
autoCapitalize?: string | undefined
|
|
1134
|
-
autoCorrect?: string | undefined
|
|
1135
|
-
autoSave?: string | undefined
|
|
1136
|
-
itemProp?: string | undefined
|
|
1137
|
-
itemScope?: boolean | undefined
|
|
1138
|
-
itemType?: string | undefined
|
|
1139
|
-
itemID?: string | undefined
|
|
1140
|
-
itemRef?: string | undefined
|
|
1141
|
-
results?: number | undefined
|
|
1142
|
-
security?: string | undefined
|
|
1143
|
-
unselectable?: "on" | "off" | undefined
|
|
1144
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
1145
|
-
is?: string | undefined
|
|
1146
|
-
"aria-activedescendant"?: string | undefined
|
|
1142
|
+
property?: string | undefined;
|
|
1143
|
+
rel?: string | undefined;
|
|
1144
|
+
resource?: string | undefined;
|
|
1145
|
+
rev?: string | undefined;
|
|
1146
|
+
typeof?: string | undefined;
|
|
1147
|
+
vocab?: string | undefined;
|
|
1148
|
+
autoCapitalize?: string | undefined;
|
|
1149
|
+
autoCorrect?: string | undefined;
|
|
1150
|
+
autoSave?: string | undefined;
|
|
1151
|
+
itemProp?: string | undefined;
|
|
1152
|
+
itemScope?: boolean | undefined;
|
|
1153
|
+
itemType?: string | undefined;
|
|
1154
|
+
itemID?: string | undefined;
|
|
1155
|
+
itemRef?: string | undefined;
|
|
1156
|
+
results?: number | undefined;
|
|
1157
|
+
security?: string | undefined;
|
|
1158
|
+
unselectable?: "on" | "off" | undefined;
|
|
1159
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1160
|
+
is?: string | undefined;
|
|
1161
|
+
"aria-activedescendant"?: string | undefined;
|
|
1147
1162
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1148
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
1163
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1149
1164
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1150
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1151
|
-
"aria-colcount"?: number | undefined
|
|
1152
|
-
"aria-colindex"?: number | undefined
|
|
1153
|
-
"aria-colspan"?: number | undefined
|
|
1154
|
-
"aria-controls"?: string | undefined
|
|
1155
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
1156
|
-
"aria-describedby"?: string | undefined
|
|
1157
|
-
"aria-details"?: string | undefined
|
|
1165
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1166
|
+
"aria-colcount"?: number | undefined;
|
|
1167
|
+
"aria-colindex"?: number | undefined;
|
|
1168
|
+
"aria-colspan"?: number | undefined;
|
|
1169
|
+
"aria-controls"?: string | undefined;
|
|
1170
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1171
|
+
"aria-describedby"?: string | undefined;
|
|
1172
|
+
"aria-details"?: string | undefined;
|
|
1158
1173
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1159
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
1160
|
-
"aria-errormessage"?: string | undefined
|
|
1174
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1175
|
+
"aria-errormessage"?: string | undefined;
|
|
1161
1176
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1162
|
-
"aria-flowto"?: string | undefined
|
|
1177
|
+
"aria-flowto"?: string | undefined;
|
|
1163
1178
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1164
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
1179
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1165
1180
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1166
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
1167
|
-
"aria-keyshortcuts"?: string | undefined
|
|
1168
|
-
"aria-label"?: string | undefined
|
|
1169
|
-
"aria-labelledby"?: string | undefined
|
|
1170
|
-
"aria-level"?: number | undefined
|
|
1171
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
1181
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1182
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1183
|
+
"aria-label"?: string | undefined;
|
|
1184
|
+
"aria-labelledby"?: string | undefined;
|
|
1185
|
+
"aria-level"?: number | undefined;
|
|
1186
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1172
1187
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1173
1188
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1174
1189
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1175
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
1176
|
-
"aria-owns"?: string | undefined
|
|
1177
|
-
"aria-placeholder"?: string | undefined
|
|
1178
|
-
"aria-posinset"?: number | undefined
|
|
1179
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1190
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1191
|
+
"aria-owns"?: string | undefined;
|
|
1192
|
+
"aria-placeholder"?: string | undefined;
|
|
1193
|
+
"aria-posinset"?: number | undefined;
|
|
1194
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1180
1195
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1181
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
1196
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1182
1197
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1183
|
-
"aria-roledescription"?: string | undefined
|
|
1184
|
-
"aria-rowcount"?: number | undefined
|
|
1185
|
-
"aria-rowindex"?: number | undefined
|
|
1186
|
-
"aria-rowspan"?: number | undefined
|
|
1198
|
+
"aria-roledescription"?: string | undefined;
|
|
1199
|
+
"aria-rowcount"?: number | undefined;
|
|
1200
|
+
"aria-rowindex"?: number | undefined;
|
|
1201
|
+
"aria-rowspan"?: number | undefined;
|
|
1187
1202
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1188
|
-
"aria-setsize"?: number | undefined
|
|
1189
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
1190
|
-
"aria-valuemax"?: number | undefined
|
|
1191
|
-
"aria-valuemin"?: number | undefined
|
|
1192
|
-
"aria-valuenow"?: number | undefined
|
|
1193
|
-
"aria-valuetext"?: string | undefined
|
|
1194
|
-
children?: React.ReactNode;
|
|
1203
|
+
"aria-setsize"?: number | undefined;
|
|
1204
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1205
|
+
"aria-valuemax"?: number | undefined;
|
|
1206
|
+
"aria-valuemin"?: number | undefined;
|
|
1207
|
+
"aria-valuenow"?: number | undefined;
|
|
1208
|
+
"aria-valuetext"?: string | undefined;
|
|
1209
|
+
children?: React.ReactNode | undefined;
|
|
1195
1210
|
dangerouslySetInnerHTML?: {
|
|
1196
1211
|
__html: string | TrustedHTML;
|
|
1197
|
-
} | undefined
|
|
1212
|
+
} | undefined;
|
|
1198
1213
|
onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
1199
1214
|
onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
1200
1215
|
onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
@@ -1591,6 +1606,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
1591
1606
|
subjectNonVerbalReasoning: string;
|
|
1592
1607
|
subjectCreativeWriting: string;
|
|
1593
1608
|
subjectExamSkills: string;
|
|
1609
|
+
subjectGcseEnglishLiterature: string;
|
|
1610
|
+
subjectGcseMaths: string;
|
|
1611
|
+
subjectGcseChemistry: string;
|
|
1612
|
+
subjectGcsePhysics: string;
|
|
1613
|
+
subjectGcseBiology: string;
|
|
1594
1614
|
glBlueLight: string;
|
|
1595
1615
|
glBluePrimary: string;
|
|
1596
1616
|
glBlueDark: string;
|
|
@@ -1959,6 +1979,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
1959
1979
|
subjectNonVerbalReasoning: string;
|
|
1960
1980
|
subjectCreativeWriting: string;
|
|
1961
1981
|
subjectExamSkills: string;
|
|
1982
|
+
subjectGcseEnglishLiterature: string;
|
|
1983
|
+
subjectGcseMaths: string;
|
|
1984
|
+
subjectGcseChemistry: string;
|
|
1985
|
+
subjectGcsePhysics: string;
|
|
1986
|
+
subjectGcseBiology: string;
|
|
1962
1987
|
glBlueLight: string;
|
|
1963
1988
|
glBluePrimary: string;
|
|
1964
1989
|
glBlueDark: string;
|
|
@@ -2092,9 +2117,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
2092
2117
|
}> | undefined;
|
|
2093
2118
|
}) => React.JSX.Element;
|
|
2094
2119
|
Item: (props: {
|
|
2095
|
-
color?: string | undefined
|
|
2096
|
-
content?: string | undefined
|
|
2097
|
-
translate?: "yes" | "no" | undefined
|
|
2120
|
+
color?: string | undefined;
|
|
2121
|
+
content?: string | undefined;
|
|
2122
|
+
translate?: "yes" | "no" | undefined;
|
|
2098
2123
|
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2099
2124
|
sm: string;
|
|
2100
2125
|
md: string;
|
|
@@ -2320,6 +2345,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
2320
2345
|
subjectNonVerbalReasoning: string;
|
|
2321
2346
|
subjectCreativeWriting: string;
|
|
2322
2347
|
subjectExamSkills: string;
|
|
2348
|
+
subjectGcseEnglishLiterature: string;
|
|
2349
|
+
subjectGcseMaths: string;
|
|
2350
|
+
subjectGcseChemistry: string;
|
|
2351
|
+
subjectGcsePhysics: string;
|
|
2352
|
+
subjectGcseBiology: string;
|
|
2323
2353
|
glBlueLight: string;
|
|
2324
2354
|
glBluePrimary: string;
|
|
2325
2355
|
glBlueDark: string;
|
|
@@ -2451,106 +2481,106 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
2451
2481
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2452
2482
|
};
|
|
2453
2483
|
}> | undefined;
|
|
2454
|
-
prefix?: string | undefined
|
|
2455
|
-
slot?: string | undefined
|
|
2484
|
+
prefix?: string | undefined;
|
|
2485
|
+
slot?: string | undefined;
|
|
2456
2486
|
style?: React.CSSProperties | undefined;
|
|
2457
|
-
title?: string | undefined
|
|
2487
|
+
title?: string | undefined;
|
|
2458
2488
|
ref?: React.Ref<HTMLLIElement> | undefined;
|
|
2459
2489
|
key?: React.Key | null | undefined;
|
|
2460
|
-
defaultChecked?: boolean | undefined
|
|
2490
|
+
defaultChecked?: boolean | undefined;
|
|
2461
2491
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2462
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
2463
|
-
suppressHydrationWarning?: boolean | undefined
|
|
2464
|
-
accessKey?: string | undefined
|
|
2465
|
-
autoFocus?: boolean | undefined
|
|
2466
|
-
className?: string | undefined
|
|
2467
|
-
contentEditable?:
|
|
2468
|
-
contextMenu?: string | undefined
|
|
2469
|
-
dir?: string | undefined
|
|
2492
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
2493
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
2494
|
+
accessKey?: string | undefined;
|
|
2495
|
+
autoFocus?: boolean | undefined;
|
|
2496
|
+
className?: string | undefined;
|
|
2497
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
2498
|
+
contextMenu?: string | undefined;
|
|
2499
|
+
dir?: string | undefined;
|
|
2470
2500
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2471
|
-
hidden?: boolean | undefined
|
|
2472
|
-
id?: string | undefined
|
|
2473
|
-
lang?: string | undefined
|
|
2474
|
-
nonce?: string | undefined
|
|
2475
|
-
placeholder?: string | undefined
|
|
2501
|
+
hidden?: boolean | undefined;
|
|
2502
|
+
id?: string | undefined;
|
|
2503
|
+
lang?: string | undefined;
|
|
2504
|
+
nonce?: string | undefined;
|
|
2505
|
+
placeholder?: string | undefined;
|
|
2476
2506
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
2477
|
-
tabIndex?: number | undefined
|
|
2478
|
-
radioGroup?: string | undefined
|
|
2507
|
+
tabIndex?: number | undefined;
|
|
2508
|
+
radioGroup?: string | undefined;
|
|
2479
2509
|
role?: React.AriaRole | undefined;
|
|
2480
|
-
about?: string | undefined
|
|
2481
|
-
datatype?: string | undefined
|
|
2510
|
+
about?: string | undefined;
|
|
2511
|
+
datatype?: string | undefined;
|
|
2482
2512
|
inlist?: any;
|
|
2483
|
-
property?: string | undefined
|
|
2484
|
-
rel?: string | undefined
|
|
2485
|
-
resource?: string | undefined
|
|
2486
|
-
rev?: string | undefined
|
|
2487
|
-
typeof?: string | undefined
|
|
2488
|
-
vocab?: string | undefined
|
|
2489
|
-
autoCapitalize?: string | undefined
|
|
2490
|
-
autoCorrect?: string | undefined
|
|
2491
|
-
autoSave?: string | undefined
|
|
2492
|
-
itemProp?: string | undefined
|
|
2493
|
-
itemScope?: boolean | undefined
|
|
2494
|
-
itemType?: string | undefined
|
|
2495
|
-
itemID?: string | undefined
|
|
2496
|
-
itemRef?: string | undefined
|
|
2497
|
-
results?: number | undefined
|
|
2498
|
-
security?: string | undefined
|
|
2499
|
-
unselectable?: "on" | "off" | undefined
|
|
2500
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
2501
|
-
is?: string | undefined
|
|
2502
|
-
"aria-activedescendant"?: string | undefined
|
|
2513
|
+
property?: string | undefined;
|
|
2514
|
+
rel?: string | undefined;
|
|
2515
|
+
resource?: string | undefined;
|
|
2516
|
+
rev?: string | undefined;
|
|
2517
|
+
typeof?: string | undefined;
|
|
2518
|
+
vocab?: string | undefined;
|
|
2519
|
+
autoCapitalize?: string | undefined;
|
|
2520
|
+
autoCorrect?: string | undefined;
|
|
2521
|
+
autoSave?: string | undefined;
|
|
2522
|
+
itemProp?: string | undefined;
|
|
2523
|
+
itemScope?: boolean | undefined;
|
|
2524
|
+
itemType?: string | undefined;
|
|
2525
|
+
itemID?: string | undefined;
|
|
2526
|
+
itemRef?: string | undefined;
|
|
2527
|
+
results?: number | undefined;
|
|
2528
|
+
security?: string | undefined;
|
|
2529
|
+
unselectable?: "on" | "off" | undefined;
|
|
2530
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
2531
|
+
is?: string | undefined;
|
|
2532
|
+
"aria-activedescendant"?: string | undefined;
|
|
2503
2533
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
2504
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
2534
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2505
2535
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
2506
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
2507
|
-
"aria-colcount"?: number | undefined
|
|
2508
|
-
"aria-colindex"?: number | undefined
|
|
2509
|
-
"aria-colspan"?: number | undefined
|
|
2510
|
-
"aria-controls"?: string | undefined
|
|
2511
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
2512
|
-
"aria-describedby"?: string | undefined
|
|
2513
|
-
"aria-details"?: string | undefined
|
|
2536
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2537
|
+
"aria-colcount"?: number | undefined;
|
|
2538
|
+
"aria-colindex"?: number | undefined;
|
|
2539
|
+
"aria-colspan"?: number | undefined;
|
|
2540
|
+
"aria-controls"?: string | undefined;
|
|
2541
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
2542
|
+
"aria-describedby"?: string | undefined;
|
|
2543
|
+
"aria-details"?: string | undefined;
|
|
2514
2544
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
2515
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
2516
|
-
"aria-errormessage"?: string | undefined
|
|
2545
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2546
|
+
"aria-errormessage"?: string | undefined;
|
|
2517
2547
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
2518
|
-
"aria-flowto"?: string | undefined
|
|
2548
|
+
"aria-flowto"?: string | undefined;
|
|
2519
2549
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
2520
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
2550
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2521
2551
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
2522
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
2523
|
-
"aria-keyshortcuts"?: string | undefined
|
|
2524
|
-
"aria-label"?: string | undefined
|
|
2525
|
-
"aria-labelledby"?: string | undefined
|
|
2526
|
-
"aria-level"?: number | undefined
|
|
2527
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
2552
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2553
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
2554
|
+
"aria-label"?: string | undefined;
|
|
2555
|
+
"aria-labelledby"?: string | undefined;
|
|
2556
|
+
"aria-level"?: number | undefined;
|
|
2557
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2528
2558
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
2529
2559
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
2530
2560
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
2531
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
2532
|
-
"aria-owns"?: string | undefined
|
|
2533
|
-
"aria-placeholder"?: string | undefined
|
|
2534
|
-
"aria-posinset"?: number | undefined
|
|
2535
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
2561
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2562
|
+
"aria-owns"?: string | undefined;
|
|
2563
|
+
"aria-placeholder"?: string | undefined;
|
|
2564
|
+
"aria-posinset"?: number | undefined;
|
|
2565
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2536
2566
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
2537
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
2567
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2538
2568
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
2539
|
-
"aria-roledescription"?: string | undefined
|
|
2540
|
-
"aria-rowcount"?: number | undefined
|
|
2541
|
-
"aria-rowindex"?: number | undefined
|
|
2542
|
-
"aria-rowspan"?: number | undefined
|
|
2569
|
+
"aria-roledescription"?: string | undefined;
|
|
2570
|
+
"aria-rowcount"?: number | undefined;
|
|
2571
|
+
"aria-rowindex"?: number | undefined;
|
|
2572
|
+
"aria-rowspan"?: number | undefined;
|
|
2543
2573
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
2544
|
-
"aria-setsize"?: number | undefined
|
|
2545
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
2546
|
-
"aria-valuemax"?: number | undefined
|
|
2547
|
-
"aria-valuemin"?: number | undefined
|
|
2548
|
-
"aria-valuenow"?: number | undefined
|
|
2549
|
-
"aria-valuetext"?: string | undefined
|
|
2550
|
-
children?: React.ReactNode;
|
|
2574
|
+
"aria-setsize"?: number | undefined;
|
|
2575
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2576
|
+
"aria-valuemax"?: number | undefined;
|
|
2577
|
+
"aria-valuemin"?: number | undefined;
|
|
2578
|
+
"aria-valuenow"?: number | undefined;
|
|
2579
|
+
"aria-valuetext"?: string | undefined;
|
|
2580
|
+
children?: React.ReactNode | undefined;
|
|
2551
2581
|
dangerouslySetInnerHTML?: {
|
|
2552
2582
|
__html: string | TrustedHTML;
|
|
2553
|
-
} | undefined
|
|
2583
|
+
} | undefined;
|
|
2554
2584
|
onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
2555
2585
|
onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
2556
2586
|
onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
@@ -2955,6 +2985,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
2955
2985
|
subjectNonVerbalReasoning: string;
|
|
2956
2986
|
subjectCreativeWriting: string;
|
|
2957
2987
|
subjectExamSkills: string;
|
|
2988
|
+
subjectGcseEnglishLiterature: string;
|
|
2989
|
+
subjectGcseMaths: string;
|
|
2990
|
+
subjectGcseChemistry: string;
|
|
2991
|
+
subjectGcsePhysics: string;
|
|
2992
|
+
subjectGcseBiology: string;
|
|
2958
2993
|
glBlueLight: string;
|
|
2959
2994
|
glBluePrimary: string;
|
|
2960
2995
|
glBlueDark: string;
|
|
@@ -3325,6 +3360,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
3325
3360
|
subjectNonVerbalReasoning: string;
|
|
3326
3361
|
subjectCreativeWriting: string;
|
|
3327
3362
|
subjectExamSkills: string;
|
|
3363
|
+
subjectGcseEnglishLiterature: string;
|
|
3364
|
+
subjectGcseMaths: string;
|
|
3365
|
+
subjectGcseChemistry: string;
|
|
3366
|
+
subjectGcsePhysics: string;
|
|
3367
|
+
subjectGcseBiology: string;
|
|
3328
3368
|
glBlueLight: string;
|
|
3329
3369
|
glBluePrimary: string;
|
|
3330
3370
|
glBlueDark: string;
|
|
@@ -3692,6 +3732,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
3692
3732
|
subjectNonVerbalReasoning: string;
|
|
3693
3733
|
subjectCreativeWriting: string;
|
|
3694
3734
|
subjectExamSkills: string;
|
|
3735
|
+
subjectGcseEnglishLiterature: string;
|
|
3736
|
+
subjectGcseMaths: string;
|
|
3737
|
+
subjectGcseChemistry: string;
|
|
3738
|
+
subjectGcsePhysics: string;
|
|
3739
|
+
subjectGcseBiology: string;
|
|
3695
3740
|
glBlueLight: string;
|
|
3696
3741
|
glBluePrimary: string;
|
|
3697
3742
|
glBlueDark: string;
|
|
@@ -4064,6 +4109,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
4064
4109
|
subjectNonVerbalReasoning: string;
|
|
4065
4110
|
subjectCreativeWriting: string;
|
|
4066
4111
|
subjectExamSkills: string;
|
|
4112
|
+
subjectGcseEnglishLiterature: string;
|
|
4113
|
+
subjectGcseMaths: string;
|
|
4114
|
+
subjectGcseChemistry: string;
|
|
4115
|
+
subjectGcsePhysics: string;
|
|
4116
|
+
subjectGcseBiology: string;
|
|
4067
4117
|
glBlueLight: string;
|
|
4068
4118
|
glBluePrimary: string;
|
|
4069
4119
|
glBlueDark: string;
|
|
@@ -4433,6 +4483,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
|
|
|
4433
4483
|
subjectNonVerbalReasoning: string;
|
|
4434
4484
|
subjectCreativeWriting: string;
|
|
4435
4485
|
subjectExamSkills: string;
|
|
4486
|
+
subjectGcseEnglishLiterature: string;
|
|
4487
|
+
subjectGcseMaths: string;
|
|
4488
|
+
subjectGcseChemistry: string;
|
|
4489
|
+
subjectGcsePhysics: string;
|
|
4490
|
+
subjectGcseBiology: string;
|
|
4436
4491
|
glBlueLight: string;
|
|
4437
4492
|
glBluePrimary: string;
|
|
4438
4493
|
glBlueDark: string;
|
package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts
CHANGED
|
@@ -233,6 +233,11 @@ declare const StyledNavigationMenuVerticalAccordionContent: import("@atom-learni
|
|
|
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;
|
package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts
CHANGED
|
@@ -234,6 +234,11 @@ declare const StyledNavigationMenuVerticalAccordionTrigger: import("@atom-learni
|
|
|
234
234
|
subjectNonVerbalReasoning: string;
|
|
235
235
|
subjectCreativeWriting: string;
|
|
236
236
|
subjectExamSkills: string;
|
|
237
|
+
subjectGcseEnglishLiterature: string;
|
|
238
|
+
subjectGcseMaths: string;
|
|
239
|
+
subjectGcseChemistry: string;
|
|
240
|
+
subjectGcsePhysics: string;
|
|
241
|
+
subjectGcseBiology: string;
|
|
237
242
|
glBlueLight: string;
|
|
238
243
|
glBluePrimary: string;
|
|
239
244
|
glBlueDark: string;
|
|
@@ -237,6 +237,11 @@ declare const StyledNavigationMenuVerticalIcon: import("@atom-learning/stitches-
|
|
|
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 StyledNavigationMenuVerticalIcon: import("@atom-learning/stitches-
|
|
|
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;
|
|
@@ -232,6 +232,11 @@ declare const StyledNavigationMenuVerticalItem: import("@atom-learning/stitches-
|
|
|
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;
|
|
@@ -234,6 +234,11 @@ declare const StyledNavigationMenuVerticalLink: import("@atom-learning/stitches-
|
|
|
234
234
|
subjectNonVerbalReasoning: string;
|
|
235
235
|
subjectCreativeWriting: string;
|
|
236
236
|
subjectExamSkills: string;
|
|
237
|
+
subjectGcseEnglishLiterature: string;
|
|
238
|
+
subjectGcseMaths: string;
|
|
239
|
+
subjectGcseChemistry: string;
|
|
240
|
+
subjectGcsePhysics: string;
|
|
241
|
+
subjectGcseBiology: string;
|
|
237
242
|
glBlueLight: string;
|
|
238
243
|
glBluePrimary: string;
|
|
239
244
|
glBlueDark: string;
|
|
@@ -231,6 +231,11 @@ export declare const NavigationMenuVerticalList: import("@atom-learning/stitches
|
|
|
231
231
|
subjectNonVerbalReasoning: string;
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
|
+
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseMaths: string;
|
|
236
|
+
subjectGcseChemistry: string;
|
|
237
|
+
subjectGcsePhysics: string;
|
|
238
|
+
subjectGcseBiology: string;
|
|
234
239
|
glBlueLight: string;
|
|
235
240
|
glBluePrimary: string;
|
|
236
241
|
glBlueDark: string;
|
|
@@ -240,6 +240,11 @@ declare const StyledNavigationMenuVerticalText: import("@atom-learning/stitches-
|
|
|
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;
|
|
@@ -608,6 +613,11 @@ declare const StyledNavigationMenuVerticalText: import("@atom-learning/stitches-
|
|
|
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;
|