@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<{
|
|
3
|
-
color?: string | undefined
|
|
4
|
-
content?: string | undefined
|
|
5
|
-
translate?: "yes" | "no" | undefined
|
|
3
|
+
color?: string | undefined;
|
|
4
|
+
content?: string | undefined;
|
|
5
|
+
translate?: "yes" | "no" | undefined;
|
|
6
6
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
7
7
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
8
8
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -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;
|
|
@@ -371,106 +376,106 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
371
376
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
377
|
};
|
|
373
378
|
}> | undefined;
|
|
374
|
-
prefix?: string | undefined
|
|
375
|
-
slot?: string | undefined
|
|
379
|
+
prefix?: string | undefined;
|
|
380
|
+
slot?: string | undefined;
|
|
376
381
|
style?: React.CSSProperties | undefined;
|
|
377
|
-
title?: string | undefined
|
|
382
|
+
title?: string | undefined;
|
|
378
383
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
379
384
|
key?: React.Key | null | undefined;
|
|
380
|
-
defaultChecked?: boolean | undefined
|
|
385
|
+
defaultChecked?: boolean | undefined;
|
|
381
386
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
382
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
383
|
-
suppressHydrationWarning?: boolean | undefined
|
|
384
|
-
accessKey?: string | undefined
|
|
385
|
-
autoFocus?: boolean | undefined
|
|
386
|
-
className?: string | undefined
|
|
387
|
-
contentEditable?:
|
|
388
|
-
contextMenu?: string | undefined
|
|
389
|
-
dir?: string | undefined
|
|
387
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
388
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
389
|
+
accessKey?: string | undefined;
|
|
390
|
+
autoFocus?: boolean | undefined;
|
|
391
|
+
className?: string | undefined;
|
|
392
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
393
|
+
contextMenu?: string | undefined;
|
|
394
|
+
dir?: string | undefined;
|
|
390
395
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
391
|
-
hidden?: boolean | undefined
|
|
392
|
-
id?: string | undefined
|
|
393
|
-
lang?: string | undefined
|
|
394
|
-
nonce?: string | undefined
|
|
395
|
-
placeholder?: string | undefined
|
|
396
|
+
hidden?: boolean | undefined;
|
|
397
|
+
id?: string | undefined;
|
|
398
|
+
lang?: string | undefined;
|
|
399
|
+
nonce?: string | undefined;
|
|
400
|
+
placeholder?: string | undefined;
|
|
396
401
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
397
|
-
tabIndex?: number | undefined
|
|
398
|
-
radioGroup?: string | undefined
|
|
402
|
+
tabIndex?: number | undefined;
|
|
403
|
+
radioGroup?: string | undefined;
|
|
399
404
|
role?: React.AriaRole | undefined;
|
|
400
|
-
about?: string | undefined
|
|
401
|
-
datatype?: string | undefined
|
|
405
|
+
about?: string | undefined;
|
|
406
|
+
datatype?: string | undefined;
|
|
402
407
|
inlist?: any;
|
|
403
|
-
property?: string | undefined
|
|
404
|
-
rel?: string | undefined
|
|
405
|
-
resource?: string | undefined
|
|
406
|
-
rev?: string | undefined
|
|
407
|
-
typeof?: string | undefined
|
|
408
|
-
vocab?: string | undefined
|
|
409
|
-
autoCapitalize?: string | undefined
|
|
410
|
-
autoCorrect?: string | undefined
|
|
411
|
-
autoSave?: string | undefined
|
|
412
|
-
itemProp?: string | undefined
|
|
413
|
-
itemScope?: boolean | undefined
|
|
414
|
-
itemType?: string | undefined
|
|
415
|
-
itemID?: string | undefined
|
|
416
|
-
itemRef?: string | undefined
|
|
417
|
-
results?: number | undefined
|
|
418
|
-
security?: string | undefined
|
|
419
|
-
unselectable?: "on" | "off" | undefined
|
|
420
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
421
|
-
is?: string | undefined
|
|
422
|
-
"aria-activedescendant"?: string | undefined
|
|
408
|
+
property?: string | undefined;
|
|
409
|
+
rel?: string | undefined;
|
|
410
|
+
resource?: string | undefined;
|
|
411
|
+
rev?: string | undefined;
|
|
412
|
+
typeof?: string | undefined;
|
|
413
|
+
vocab?: string | undefined;
|
|
414
|
+
autoCapitalize?: string | undefined;
|
|
415
|
+
autoCorrect?: string | undefined;
|
|
416
|
+
autoSave?: string | undefined;
|
|
417
|
+
itemProp?: string | undefined;
|
|
418
|
+
itemScope?: boolean | undefined;
|
|
419
|
+
itemType?: string | undefined;
|
|
420
|
+
itemID?: string | undefined;
|
|
421
|
+
itemRef?: string | undefined;
|
|
422
|
+
results?: number | undefined;
|
|
423
|
+
security?: string | undefined;
|
|
424
|
+
unselectable?: "on" | "off" | undefined;
|
|
425
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
426
|
+
is?: string | undefined;
|
|
427
|
+
"aria-activedescendant"?: string | undefined;
|
|
423
428
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
424
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
429
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
425
430
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
426
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
427
|
-
"aria-colcount"?: number | undefined
|
|
428
|
-
"aria-colindex"?: number | undefined
|
|
429
|
-
"aria-colspan"?: number | undefined
|
|
430
|
-
"aria-controls"?: string | undefined
|
|
431
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
432
|
-
"aria-describedby"?: string | undefined
|
|
433
|
-
"aria-details"?: string | undefined
|
|
431
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
432
|
+
"aria-colcount"?: number | undefined;
|
|
433
|
+
"aria-colindex"?: number | undefined;
|
|
434
|
+
"aria-colspan"?: number | undefined;
|
|
435
|
+
"aria-controls"?: string | undefined;
|
|
436
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
437
|
+
"aria-describedby"?: string | undefined;
|
|
438
|
+
"aria-details"?: string | undefined;
|
|
434
439
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
435
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
436
|
-
"aria-errormessage"?: string | undefined
|
|
440
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
441
|
+
"aria-errormessage"?: string | undefined;
|
|
437
442
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
438
|
-
"aria-flowto"?: string | undefined
|
|
443
|
+
"aria-flowto"?: string | undefined;
|
|
439
444
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
440
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
445
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
441
446
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
442
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
443
|
-
"aria-keyshortcuts"?: string | undefined
|
|
444
|
-
"aria-label"?: string | undefined
|
|
445
|
-
"aria-labelledby"?: string | undefined
|
|
446
|
-
"aria-level"?: number | undefined
|
|
447
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
447
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
448
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
449
|
+
"aria-label"?: string | undefined;
|
|
450
|
+
"aria-labelledby"?: string | undefined;
|
|
451
|
+
"aria-level"?: number | undefined;
|
|
452
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
448
453
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
449
454
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
450
455
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
451
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
452
|
-
"aria-owns"?: string | undefined
|
|
453
|
-
"aria-placeholder"?: string | undefined
|
|
454
|
-
"aria-posinset"?: number | undefined
|
|
455
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
456
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
457
|
+
"aria-owns"?: string | undefined;
|
|
458
|
+
"aria-placeholder"?: string | undefined;
|
|
459
|
+
"aria-posinset"?: number | undefined;
|
|
460
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
456
461
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
457
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
462
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
458
463
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
459
|
-
"aria-roledescription"?: string | undefined
|
|
460
|
-
"aria-rowcount"?: number | undefined
|
|
461
|
-
"aria-rowindex"?: number | undefined
|
|
462
|
-
"aria-rowspan"?: number | undefined
|
|
464
|
+
"aria-roledescription"?: string | undefined;
|
|
465
|
+
"aria-rowcount"?: number | undefined;
|
|
466
|
+
"aria-rowindex"?: number | undefined;
|
|
467
|
+
"aria-rowspan"?: number | undefined;
|
|
463
468
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
464
|
-
"aria-setsize"?: number | undefined
|
|
465
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
466
|
-
"aria-valuemax"?: number | undefined
|
|
467
|
-
"aria-valuemin"?: number | undefined
|
|
468
|
-
"aria-valuenow"?: number | undefined
|
|
469
|
-
"aria-valuetext"?: string | undefined
|
|
470
|
-
children?: React.ReactNode;
|
|
469
|
+
"aria-setsize"?: number | undefined;
|
|
470
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
471
|
+
"aria-valuemax"?: number | undefined;
|
|
472
|
+
"aria-valuemin"?: number | undefined;
|
|
473
|
+
"aria-valuenow"?: number | undefined;
|
|
474
|
+
"aria-valuetext"?: string | undefined;
|
|
475
|
+
children?: React.ReactNode | undefined;
|
|
471
476
|
dangerouslySetInnerHTML?: {
|
|
472
477
|
__html: string | TrustedHTML;
|
|
473
|
-
} | undefined
|
|
478
|
+
} | undefined;
|
|
474
479
|
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
475
480
|
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
476
481
|
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -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;
|
|
@@ -1034,9 +1044,9 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
|
|
|
1034
1044
|
type TreeProps = React.ComponentProps<typeof StyledRoot>;
|
|
1035
1045
|
export declare const TreeRoot: React.ForwardRefExoticComponent<TreeProps>;
|
|
1036
1046
|
export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
1037
|
-
color?: string | undefined
|
|
1038
|
-
content?: string | undefined
|
|
1039
|
-
translate?: "yes" | "no" | undefined
|
|
1047
|
+
color?: string | undefined;
|
|
1048
|
+
content?: string | undefined;
|
|
1049
|
+
translate?: "yes" | "no" | undefined;
|
|
1040
1050
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
1041
1051
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
1042
1052
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -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;
|
|
@@ -1405,106 +1420,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
1405
1420
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1406
1421
|
};
|
|
1407
1422
|
}> | undefined;
|
|
1408
|
-
prefix?: string | undefined
|
|
1409
|
-
slot?: string | undefined
|
|
1423
|
+
prefix?: string | undefined;
|
|
1424
|
+
slot?: string | undefined;
|
|
1410
1425
|
style?: React.CSSProperties | undefined;
|
|
1411
|
-
title?: string | undefined
|
|
1426
|
+
title?: string | undefined;
|
|
1412
1427
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1413
1428
|
key?: React.Key | null | undefined;
|
|
1414
|
-
defaultChecked?: boolean | undefined
|
|
1429
|
+
defaultChecked?: boolean | undefined;
|
|
1415
1430
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1416
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
1417
|
-
suppressHydrationWarning?: boolean | undefined
|
|
1418
|
-
accessKey?: string | undefined
|
|
1419
|
-
autoFocus?: boolean | undefined
|
|
1420
|
-
className?: string | undefined
|
|
1421
|
-
contentEditable?:
|
|
1422
|
-
contextMenu?: string | undefined
|
|
1423
|
-
dir?: string | undefined
|
|
1431
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1432
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1433
|
+
accessKey?: string | undefined;
|
|
1434
|
+
autoFocus?: boolean | undefined;
|
|
1435
|
+
className?: string | undefined;
|
|
1436
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
1437
|
+
contextMenu?: string | undefined;
|
|
1438
|
+
dir?: string | undefined;
|
|
1424
1439
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1425
|
-
hidden?: boolean | undefined
|
|
1426
|
-
id?: string | undefined
|
|
1427
|
-
lang?: string | undefined
|
|
1428
|
-
nonce?: string | undefined
|
|
1429
|
-
placeholder?: string | undefined
|
|
1440
|
+
hidden?: boolean | undefined;
|
|
1441
|
+
id?: string | undefined;
|
|
1442
|
+
lang?: string | undefined;
|
|
1443
|
+
nonce?: string | undefined;
|
|
1444
|
+
placeholder?: string | undefined;
|
|
1430
1445
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1431
|
-
tabIndex?: number | undefined
|
|
1432
|
-
radioGroup?: string | undefined
|
|
1446
|
+
tabIndex?: number | undefined;
|
|
1447
|
+
radioGroup?: string | undefined;
|
|
1433
1448
|
role?: React.AriaRole | undefined;
|
|
1434
|
-
about?: string | undefined
|
|
1435
|
-
datatype?: string | undefined
|
|
1449
|
+
about?: string | undefined;
|
|
1450
|
+
datatype?: string | undefined;
|
|
1436
1451
|
inlist?: any;
|
|
1437
|
-
property?: string | undefined
|
|
1438
|
-
rel?: string | undefined
|
|
1439
|
-
resource?: string | undefined
|
|
1440
|
-
rev?: string | undefined
|
|
1441
|
-
typeof?: string | undefined
|
|
1442
|
-
vocab?: string | undefined
|
|
1443
|
-
autoCapitalize?: string | undefined
|
|
1444
|
-
autoCorrect?: string | undefined
|
|
1445
|
-
autoSave?: string | undefined
|
|
1446
|
-
itemProp?: string | undefined
|
|
1447
|
-
itemScope?: boolean | undefined
|
|
1448
|
-
itemType?: string | undefined
|
|
1449
|
-
itemID?: string | undefined
|
|
1450
|
-
itemRef?: string | undefined
|
|
1451
|
-
results?: number | undefined
|
|
1452
|
-
security?: string | undefined
|
|
1453
|
-
unselectable?: "on" | "off" | undefined
|
|
1454
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
1455
|
-
is?: string | undefined
|
|
1456
|
-
"aria-activedescendant"?: string | undefined
|
|
1452
|
+
property?: string | undefined;
|
|
1453
|
+
rel?: string | undefined;
|
|
1454
|
+
resource?: string | undefined;
|
|
1455
|
+
rev?: string | undefined;
|
|
1456
|
+
typeof?: string | undefined;
|
|
1457
|
+
vocab?: string | undefined;
|
|
1458
|
+
autoCapitalize?: string | undefined;
|
|
1459
|
+
autoCorrect?: string | undefined;
|
|
1460
|
+
autoSave?: string | undefined;
|
|
1461
|
+
itemProp?: string | undefined;
|
|
1462
|
+
itemScope?: boolean | undefined;
|
|
1463
|
+
itemType?: string | undefined;
|
|
1464
|
+
itemID?: string | undefined;
|
|
1465
|
+
itemRef?: string | undefined;
|
|
1466
|
+
results?: number | undefined;
|
|
1467
|
+
security?: string | undefined;
|
|
1468
|
+
unselectable?: "on" | "off" | undefined;
|
|
1469
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1470
|
+
is?: string | undefined;
|
|
1471
|
+
"aria-activedescendant"?: string | undefined;
|
|
1457
1472
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1458
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
1473
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1459
1474
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1460
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1461
|
-
"aria-colcount"?: number | undefined
|
|
1462
|
-
"aria-colindex"?: number | undefined
|
|
1463
|
-
"aria-colspan"?: number | undefined
|
|
1464
|
-
"aria-controls"?: string | undefined
|
|
1465
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
1466
|
-
"aria-describedby"?: string | undefined
|
|
1467
|
-
"aria-details"?: string | undefined
|
|
1475
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1476
|
+
"aria-colcount"?: number | undefined;
|
|
1477
|
+
"aria-colindex"?: number | undefined;
|
|
1478
|
+
"aria-colspan"?: number | undefined;
|
|
1479
|
+
"aria-controls"?: string | undefined;
|
|
1480
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1481
|
+
"aria-describedby"?: string | undefined;
|
|
1482
|
+
"aria-details"?: string | undefined;
|
|
1468
1483
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1469
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
1470
|
-
"aria-errormessage"?: string | undefined
|
|
1484
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1485
|
+
"aria-errormessage"?: string | undefined;
|
|
1471
1486
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1472
|
-
"aria-flowto"?: string | undefined
|
|
1487
|
+
"aria-flowto"?: string | undefined;
|
|
1473
1488
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1474
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
1489
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1475
1490
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1476
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
1477
|
-
"aria-keyshortcuts"?: string | undefined
|
|
1478
|
-
"aria-label"?: string | undefined
|
|
1479
|
-
"aria-labelledby"?: string | undefined
|
|
1480
|
-
"aria-level"?: number | undefined
|
|
1481
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
1491
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1492
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1493
|
+
"aria-label"?: string | undefined;
|
|
1494
|
+
"aria-labelledby"?: string | undefined;
|
|
1495
|
+
"aria-level"?: number | undefined;
|
|
1496
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1482
1497
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1483
1498
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1484
1499
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1485
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
1486
|
-
"aria-owns"?: string | undefined
|
|
1487
|
-
"aria-placeholder"?: string | undefined
|
|
1488
|
-
"aria-posinset"?: number | undefined
|
|
1489
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1500
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1501
|
+
"aria-owns"?: string | undefined;
|
|
1502
|
+
"aria-placeholder"?: string | undefined;
|
|
1503
|
+
"aria-posinset"?: number | undefined;
|
|
1504
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1490
1505
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1491
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
1506
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1492
1507
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1493
|
-
"aria-roledescription"?: string | undefined
|
|
1494
|
-
"aria-rowcount"?: number | undefined
|
|
1495
|
-
"aria-rowindex"?: number | undefined
|
|
1496
|
-
"aria-rowspan"?: number | undefined
|
|
1508
|
+
"aria-roledescription"?: string | undefined;
|
|
1509
|
+
"aria-rowcount"?: number | undefined;
|
|
1510
|
+
"aria-rowindex"?: number | undefined;
|
|
1511
|
+
"aria-rowspan"?: number | undefined;
|
|
1497
1512
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1498
|
-
"aria-setsize"?: number | undefined
|
|
1499
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
1500
|
-
"aria-valuemax"?: number | undefined
|
|
1501
|
-
"aria-valuemin"?: number | undefined
|
|
1502
|
-
"aria-valuenow"?: number | undefined
|
|
1503
|
-
"aria-valuetext"?: string | undefined
|
|
1504
|
-
children?: React.ReactNode;
|
|
1513
|
+
"aria-setsize"?: number | undefined;
|
|
1514
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1515
|
+
"aria-valuemax"?: number | undefined;
|
|
1516
|
+
"aria-valuemin"?: number | undefined;
|
|
1517
|
+
"aria-valuenow"?: number | undefined;
|
|
1518
|
+
"aria-valuetext"?: string | undefined;
|
|
1519
|
+
children?: React.ReactNode | undefined;
|
|
1505
1520
|
dangerouslySetInnerHTML?: {
|
|
1506
1521
|
__html: string | TrustedHTML;
|
|
1507
|
-
} | undefined
|
|
1522
|
+
} | undefined;
|
|
1508
1523
|
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1509
1524
|
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1510
1525
|
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -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;
|
|
@@ -2799,9 +2829,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
2799
2829
|
};
|
|
2800
2830
|
}> | undefined;
|
|
2801
2831
|
} & {
|
|
2802
|
-
color?: string | undefined
|
|
2803
|
-
content?: string | undefined
|
|
2804
|
-
translate?: "yes" | "no" | undefined
|
|
2832
|
+
color?: string | undefined;
|
|
2833
|
+
content?: string | undefined;
|
|
2834
|
+
translate?: "yes" | "no" | undefined;
|
|
2805
2835
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
2806
2836
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
2807
2837
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -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;
|
|
@@ -3170,106 +3205,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
|
|
|
3170
3205
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3171
3206
|
};
|
|
3172
3207
|
}> | undefined;
|
|
3173
|
-
prefix?: string | undefined
|
|
3174
|
-
slot?: string | undefined
|
|
3208
|
+
prefix?: string | undefined;
|
|
3209
|
+
slot?: string | undefined;
|
|
3175
3210
|
style?: React.CSSProperties | undefined;
|
|
3176
|
-
title?: string | undefined
|
|
3211
|
+
title?: string | undefined;
|
|
3177
3212
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
3178
3213
|
key?: React.Key | null | undefined;
|
|
3179
|
-
defaultChecked?: boolean | undefined
|
|
3214
|
+
defaultChecked?: boolean | undefined;
|
|
3180
3215
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
3181
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
3182
|
-
suppressHydrationWarning?: boolean | undefined
|
|
3183
|
-
accessKey?: string | undefined
|
|
3184
|
-
autoFocus?: boolean | undefined
|
|
3185
|
-
className?: string | undefined
|
|
3186
|
-
contentEditable?:
|
|
3187
|
-
contextMenu?: string | undefined
|
|
3188
|
-
dir?: string | undefined
|
|
3216
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
3217
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
3218
|
+
accessKey?: string | undefined;
|
|
3219
|
+
autoFocus?: boolean | undefined;
|
|
3220
|
+
className?: string | undefined;
|
|
3221
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
3222
|
+
contextMenu?: string | undefined;
|
|
3223
|
+
dir?: string | undefined;
|
|
3189
3224
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
3190
|
-
hidden?: boolean | undefined
|
|
3191
|
-
id?: string | undefined
|
|
3192
|
-
lang?: string | undefined
|
|
3193
|
-
nonce?: string | undefined
|
|
3194
|
-
placeholder?: string | undefined
|
|
3225
|
+
hidden?: boolean | undefined;
|
|
3226
|
+
id?: string | undefined;
|
|
3227
|
+
lang?: string | undefined;
|
|
3228
|
+
nonce?: string | undefined;
|
|
3229
|
+
placeholder?: string | undefined;
|
|
3195
3230
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3196
|
-
tabIndex?: number | undefined
|
|
3197
|
-
radioGroup?: string | undefined
|
|
3231
|
+
tabIndex?: number | undefined;
|
|
3232
|
+
radioGroup?: string | undefined;
|
|
3198
3233
|
role?: React.AriaRole | undefined;
|
|
3199
|
-
about?: string | undefined
|
|
3200
|
-
datatype?: string | undefined
|
|
3234
|
+
about?: string | undefined;
|
|
3235
|
+
datatype?: string | undefined;
|
|
3201
3236
|
inlist?: any;
|
|
3202
|
-
property?: string | undefined
|
|
3203
|
-
rel?: string | undefined
|
|
3204
|
-
resource?: string | undefined
|
|
3205
|
-
rev?: string | undefined
|
|
3206
|
-
typeof?: string | undefined
|
|
3207
|
-
vocab?: string | undefined
|
|
3208
|
-
autoCapitalize?: string | undefined
|
|
3209
|
-
autoCorrect?: string | undefined
|
|
3210
|
-
autoSave?: string | undefined
|
|
3211
|
-
itemProp?: string | undefined
|
|
3212
|
-
itemScope?: boolean | undefined
|
|
3213
|
-
itemType?: string | undefined
|
|
3214
|
-
itemID?: string | undefined
|
|
3215
|
-
itemRef?: string | undefined
|
|
3216
|
-
results?: number | undefined
|
|
3217
|
-
security?: string | undefined
|
|
3218
|
-
unselectable?: "on" | "off" | undefined
|
|
3219
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
3220
|
-
is?: string | undefined
|
|
3221
|
-
"aria-activedescendant"?: string | undefined
|
|
3237
|
+
property?: string | undefined;
|
|
3238
|
+
rel?: string | undefined;
|
|
3239
|
+
resource?: string | undefined;
|
|
3240
|
+
rev?: string | undefined;
|
|
3241
|
+
typeof?: string | undefined;
|
|
3242
|
+
vocab?: string | undefined;
|
|
3243
|
+
autoCapitalize?: string | undefined;
|
|
3244
|
+
autoCorrect?: string | undefined;
|
|
3245
|
+
autoSave?: string | undefined;
|
|
3246
|
+
itemProp?: string | undefined;
|
|
3247
|
+
itemScope?: boolean | undefined;
|
|
3248
|
+
itemType?: string | undefined;
|
|
3249
|
+
itemID?: string | undefined;
|
|
3250
|
+
itemRef?: string | undefined;
|
|
3251
|
+
results?: number | undefined;
|
|
3252
|
+
security?: string | undefined;
|
|
3253
|
+
unselectable?: "on" | "off" | undefined;
|
|
3254
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
3255
|
+
is?: string | undefined;
|
|
3256
|
+
"aria-activedescendant"?: string | undefined;
|
|
3222
3257
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3223
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
3258
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3224
3259
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3225
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
3226
|
-
"aria-colcount"?: number | undefined
|
|
3227
|
-
"aria-colindex"?: number | undefined
|
|
3228
|
-
"aria-colspan"?: number | undefined
|
|
3229
|
-
"aria-controls"?: string | undefined
|
|
3230
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
3231
|
-
"aria-describedby"?: string | undefined
|
|
3232
|
-
"aria-details"?: string | undefined
|
|
3260
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3261
|
+
"aria-colcount"?: number | undefined;
|
|
3262
|
+
"aria-colindex"?: number | undefined;
|
|
3263
|
+
"aria-colspan"?: number | undefined;
|
|
3264
|
+
"aria-controls"?: string | undefined;
|
|
3265
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
3266
|
+
"aria-describedby"?: string | undefined;
|
|
3267
|
+
"aria-details"?: string | undefined;
|
|
3233
3268
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3234
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
3235
|
-
"aria-errormessage"?: string | undefined
|
|
3269
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3270
|
+
"aria-errormessage"?: string | undefined;
|
|
3236
3271
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3237
|
-
"aria-flowto"?: string | undefined
|
|
3272
|
+
"aria-flowto"?: string | undefined;
|
|
3238
3273
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3239
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
3274
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3240
3275
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3241
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
3242
|
-
"aria-keyshortcuts"?: string | undefined
|
|
3243
|
-
"aria-label"?: string | undefined
|
|
3244
|
-
"aria-labelledby"?: string | undefined
|
|
3245
|
-
"aria-level"?: number | undefined
|
|
3246
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
3276
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3277
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
3278
|
+
"aria-label"?: string | undefined;
|
|
3279
|
+
"aria-labelledby"?: string | undefined;
|
|
3280
|
+
"aria-level"?: number | undefined;
|
|
3281
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3247
3282
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
3248
3283
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
3249
3284
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3250
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
3251
|
-
"aria-owns"?: string | undefined
|
|
3252
|
-
"aria-placeholder"?: string | undefined
|
|
3253
|
-
"aria-posinset"?: number | undefined
|
|
3254
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
3285
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3286
|
+
"aria-owns"?: string | undefined;
|
|
3287
|
+
"aria-placeholder"?: string | undefined;
|
|
3288
|
+
"aria-posinset"?: number | undefined;
|
|
3289
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3255
3290
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3256
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
3291
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3257
3292
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3258
|
-
"aria-roledescription"?: string | undefined
|
|
3259
|
-
"aria-rowcount"?: number | undefined
|
|
3260
|
-
"aria-rowindex"?: number | undefined
|
|
3261
|
-
"aria-rowspan"?: number | undefined
|
|
3293
|
+
"aria-roledescription"?: string | undefined;
|
|
3294
|
+
"aria-rowcount"?: number | undefined;
|
|
3295
|
+
"aria-rowindex"?: number | undefined;
|
|
3296
|
+
"aria-rowspan"?: number | undefined;
|
|
3262
3297
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3263
|
-
"aria-setsize"?: number | undefined
|
|
3264
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
3265
|
-
"aria-valuemax"?: number | undefined
|
|
3266
|
-
"aria-valuemin"?: number | undefined
|
|
3267
|
-
"aria-valuenow"?: number | undefined
|
|
3268
|
-
"aria-valuetext"?: string | undefined
|
|
3269
|
-
children?: React.ReactNode;
|
|
3298
|
+
"aria-setsize"?: number | undefined;
|
|
3299
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3300
|
+
"aria-valuemax"?: number | undefined;
|
|
3301
|
+
"aria-valuemin"?: number | undefined;
|
|
3302
|
+
"aria-valuenow"?: number | undefined;
|
|
3303
|
+
"aria-valuetext"?: string | undefined;
|
|
3304
|
+
children?: React.ReactNode | undefined;
|
|
3270
3305
|
dangerouslySetInnerHTML?: {
|
|
3271
3306
|
__html: string | TrustedHTML;
|
|
3272
|
-
} | undefined
|
|
3307
|
+
} | undefined;
|
|
3273
3308
|
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
3274
3309
|
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
3275
3310
|
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -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;
|