@atom-learning/components 5.5.0 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -7
- package/dist/components/accordion/Accordion.d.ts +5 -0
- package/dist/components/accordion/AccordionContent.d.ts +5 -0
- package/dist/components/accordion/AccordionItem.d.ts +5 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +5 -0
- package/dist/components/action-icon/ActionIcon.d.ts +5 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +10 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +5 -0
- package/dist/components/avatar/Avatar.d.ts +10 -0
- package/dist/components/badge/Badge.d.ts +30 -0
- package/dist/components/badge/BadgeIcon.d.ts +10 -0
- package/dist/components/badge/BadgeText.d.ts +10 -0
- package/dist/components/banner/BannerContainer.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +20 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +10 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +20 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +5 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +10 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +10 -0
- package/dist/components/box/Box.d.ts +5 -0
- package/dist/components/button/Button.d.ts +5 -0
- package/dist/components/calendar/Day.d.ts +5 -0
- package/dist/components/carousel/Carousel.d.ts +15 -0
- package/dist/components/carousel/CarouselPagination.d.ts +5 -0
- package/dist/components/carousel/CarouselSlide.d.ts +5 -0
- package/dist/components/carousel/CarouselSlider.d.ts +5 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +15 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +20 -0
- package/dist/components/chip/Chip.d.ts +35 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +15 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +15 -0
- package/dist/components/combobox/Combobox.d.ts +25 -0
- package/dist/components/combobox/ComboboxInput.d.ts +5 -0
- package/dist/components/combobox/ComboboxList.d.ts +5 -0
- package/dist/components/combobox/ComboboxOption.d.ts +5 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +5 -0
- package/dist/components/data-table/DataTable.d.ts +73 -277
- package/dist/components/data-table/DataTableBody.d.ts +4 -2
- package/dist/components/data-table/DataTableBody.js +1 -1
- package/dist/components/data-table/DataTableBody.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +5 -0
- package/dist/components/data-table/DataTableRow.d.ts +2 -1
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/DataTableTable.d.ts +2 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +5 -0
- package/dist/components/dialog/Dialog.d.ts +25 -0
- package/dist/components/dialog/DialogBackground.d.ts +10 -0
- package/dist/components/dialog/DialogClose.d.ts +5 -0
- package/dist/components/dialog/DialogContent.d.ts +5 -0
- package/dist/components/divider/Divider.d.ts +5 -0
- package/dist/components/drawer/Drawer.d.ts +20 -0
- package/dist/components/drawer/DrawerContent.d.ts +5 -0
- package/dist/components/drawer/DrawerFooter.d.ts +5 -0
- package/dist/components/drawer/DrawerHeader.d.ts +5 -0
- package/dist/components/drawer/DrawerMain.d.ts +5 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +5 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +25 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +5 -0
- package/dist/components/empty-state/EmptyState.d.ts +35 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +10 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +5 -0
- package/dist/components/flex/Flex.d.ts +5 -0
- package/dist/components/form/Form.d.ts +5 -0
- package/dist/components/grid/Grid.d.ts +5 -0
- package/dist/components/heading/Heading.d.ts +5 -0
- package/dist/components/icon/Icon.d.ts +5 -0
- package/dist/components/image/Image.d.ts +5 -0
- package/dist/components/inline-message/InlineMessage.d.ts +10 -0
- package/dist/components/input/Input.d.ts +15 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +10 -0
- package/dist/components/keyboard-shortcut/index.d.ts +15 -0
- package/dist/components/label/Label.d.ts +5 -0
- package/dist/components/link/Link.d.ts +5 -0
- package/dist/components/list/List.d.ts +10 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +10 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +5 -0
- package/dist/components/navigation/NavigationMenu.d.ts +45 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +10 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +5 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +55 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +10 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +5 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +10 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +10 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +10 -0
- package/dist/components/popover/Popover.d.ts +10 -0
- package/dist/components/popover/PopoverContent.d.ts +5 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +5 -0
- package/dist/components/radio-button/RadioButton.d.ts +5 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +5 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +5 -0
- package/dist/components/radio-card/RadioCard.d.ts +5 -0
- package/dist/components/section-message/SectionMessage.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +40 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +5 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +10 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +25 -0
- package/dist/components/select/Select.d.ts +5 -0
- package/dist/components/side-bar/SideBar.d.ts +40 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +35 -0
- package/dist/components/slider/Slider.d.ts +5 -0
- package/dist/components/sortable/Handle.d.ts +10 -0
- package/dist/components/spacer/Spacer.d.ts +5 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +10 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +10 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +10 -0
- package/dist/components/switch/Switch.d.ts +5 -0
- package/dist/components/table/Table.d.ts +40 -0
- package/dist/components/table/TableBody.d.ts +5 -0
- package/dist/components/table/TableCell.d.ts +5 -0
- package/dist/components/table/TableFooter.d.ts +5 -0
- package/dist/components/table/TableFooterCell.d.ts +5 -0
- package/dist/components/table/TableHeader.d.ts +5 -0
- package/dist/components/table/TableHeaderCell.d.ts +5 -0
- package/dist/components/table/TableRow.d.ts +5 -0
- package/dist/components/tabs/Tabs.d.ts +20 -0
- package/dist/components/tabs/TabsContent.d.ts +5 -0
- package/dist/components/tabs/TabsTrigger.d.ts +5 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +5 -0
- package/dist/components/text/Text.d.ts +5 -0
- package/dist/components/textarea/Textarea.d.ts +5 -0
- package/dist/components/tile/Tile.d.ts +5 -0
- package/dist/components/tile/TileGroup.d.ts +5 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +10 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +15 -0
- package/dist/components/toast/Toast.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +5 -0
- package/dist/components/toggle-group/index.d.ts +30 -0
- package/dist/components/tooltip/Tooltip.d.ts +10 -0
- package/dist/components/tooltip/TooltipContent.d.ts +5 -0
- package/dist/components/top-bar/TopBar.d.ts +25 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +15 -0
- package/dist/components/tree/Tree.d.ts +60 -0
- package/dist/components/tree/TreeCollapsible.d.ts +5 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +5 -0
- package/dist/components/tree/TreeIcon.d.ts +10 -0
- package/dist/components/tree/TreeItemContent.d.ts +5 -0
- package/dist/components/tree/TreeListItem.d.ts +5 -0
- package/dist/components/video/Video.d.ts +5 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +55 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +10 -0
- package/package.json +2 -2
|
@@ -245,6 +245,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
245
245
|
subjectNonVerbalReasoning: string;
|
|
246
246
|
subjectCreativeWriting: string;
|
|
247
247
|
subjectExamSkills: string;
|
|
248
|
+
subjectGcseEnglishLiterature: string;
|
|
249
|
+
subjectGcseMaths: string;
|
|
250
|
+
subjectGcseChemistry: string;
|
|
251
|
+
subjectGcsePhysics: string;
|
|
252
|
+
subjectGcseBiology: string;
|
|
248
253
|
glBlueLight: string;
|
|
249
254
|
glBluePrimary: string;
|
|
250
255
|
glBlueDark: string;
|
|
@@ -620,6 +625,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
620
625
|
subjectNonVerbalReasoning: string;
|
|
621
626
|
subjectCreativeWriting: string;
|
|
622
627
|
subjectExamSkills: string;
|
|
628
|
+
subjectGcseEnglishLiterature: string;
|
|
629
|
+
subjectGcseMaths: string;
|
|
630
|
+
subjectGcseChemistry: string;
|
|
631
|
+
subjectGcsePhysics: string;
|
|
632
|
+
subjectGcseBiology: string;
|
|
623
633
|
glBlueLight: string;
|
|
624
634
|
glBluePrimary: string;
|
|
625
635
|
glBlueDark: string;
|
|
@@ -1272,6 +1282,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1272
1282
|
subjectNonVerbalReasoning: string;
|
|
1273
1283
|
subjectCreativeWriting: string;
|
|
1274
1284
|
subjectExamSkills: string;
|
|
1285
|
+
subjectGcseEnglishLiterature: string;
|
|
1286
|
+
subjectGcseMaths: string;
|
|
1287
|
+
subjectGcseChemistry: string;
|
|
1288
|
+
subjectGcsePhysics: string;
|
|
1289
|
+
subjectGcseBiology: string;
|
|
1275
1290
|
glBlueLight: string;
|
|
1276
1291
|
glBluePrimary: string;
|
|
1277
1292
|
glBlueDark: string;
|
|
@@ -233,6 +233,11 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
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;
|
|
@@ -870,6 +875,11 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
870
875
|
subjectNonVerbalReasoning: string;
|
|
871
876
|
subjectCreativeWriting: string;
|
|
872
877
|
subjectExamSkills: string;
|
|
878
|
+
subjectGcseEnglishLiterature: string;
|
|
879
|
+
subjectGcseMaths: string;
|
|
880
|
+
subjectGcseChemistry: string;
|
|
881
|
+
subjectGcsePhysics: string;
|
|
882
|
+
subjectGcseBiology: string;
|
|
873
883
|
glBlueLight: string;
|
|
874
884
|
glBluePrimary: string;
|
|
875
885
|
glBlueDark: string;
|
|
@@ -1564,6 +1574,11 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1564
1574
|
subjectNonVerbalReasoning: string;
|
|
1565
1575
|
subjectCreativeWriting: string;
|
|
1566
1576
|
subjectExamSkills: string;
|
|
1577
|
+
subjectGcseEnglishLiterature: string;
|
|
1578
|
+
subjectGcseMaths: string;
|
|
1579
|
+
subjectGcseChemistry: string;
|
|
1580
|
+
subjectGcsePhysics: string;
|
|
1581
|
+
subjectGcseBiology: string;
|
|
1567
1582
|
glBlueLight: string;
|
|
1568
1583
|
glBluePrimary: string;
|
|
1569
1584
|
glBlueDark: string;
|
|
@@ -2281,6 +2296,11 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2281
2296
|
subjectNonVerbalReasoning: string;
|
|
2282
2297
|
subjectCreativeWriting: string;
|
|
2283
2298
|
subjectExamSkills: string;
|
|
2299
|
+
subjectGcseEnglishLiterature: string;
|
|
2300
|
+
subjectGcseMaths: string;
|
|
2301
|
+
subjectGcseChemistry: string;
|
|
2302
|
+
subjectGcsePhysics: string;
|
|
2303
|
+
subjectGcseBiology: string;
|
|
2284
2304
|
glBlueLight: string;
|
|
2285
2305
|
glBluePrimary: string;
|
|
2286
2306
|
glBlueDark: string;
|
|
@@ -233,6 +233,11 @@ export declare const StyledChipContent: import("@atom-learning/stitches-react/ty
|
|
|
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;
|
|
@@ -604,6 +609,11 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -969,6 +979,11 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
969
979
|
subjectNonVerbalReasoning: string;
|
|
970
980
|
subjectCreativeWriting: string;
|
|
971
981
|
subjectExamSkills: string;
|
|
982
|
+
subjectGcseEnglishLiterature: string;
|
|
983
|
+
subjectGcseMaths: string;
|
|
984
|
+
subjectGcseChemistry: string;
|
|
985
|
+
subjectGcsePhysics: string;
|
|
986
|
+
subjectGcseBiology: string;
|
|
972
987
|
glBlueLight: string;
|
|
973
988
|
glBluePrimary: string;
|
|
974
989
|
glBlueDark: string;
|
|
@@ -1344,6 +1359,11 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
|
|
|
1344
1359
|
subjectNonVerbalReasoning: string;
|
|
1345
1360
|
subjectCreativeWriting: string;
|
|
1346
1361
|
subjectExamSkills: string;
|
|
1362
|
+
subjectGcseEnglishLiterature: string;
|
|
1363
|
+
subjectGcseMaths: string;
|
|
1364
|
+
subjectGcseChemistry: string;
|
|
1365
|
+
subjectGcsePhysics: string;
|
|
1366
|
+
subjectGcseBiology: string;
|
|
1347
1367
|
glBlueLight: string;
|
|
1348
1368
|
glBluePrimary: string;
|
|
1349
1369
|
glBlueDark: string;
|
|
@@ -1711,6 +1731,11 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.Detaile
|
|
|
1711
1731
|
subjectNonVerbalReasoning: string;
|
|
1712
1732
|
subjectCreativeWriting: string;
|
|
1713
1733
|
subjectExamSkills: string;
|
|
1734
|
+
subjectGcseEnglishLiterature: string;
|
|
1735
|
+
subjectGcseMaths: string;
|
|
1736
|
+
subjectGcseChemistry: string;
|
|
1737
|
+
subjectGcsePhysics: string;
|
|
1738
|
+
subjectGcseBiology: string;
|
|
1714
1739
|
glBlueLight: string;
|
|
1715
1740
|
glBluePrimary: string;
|
|
1716
1741
|
glBlueDark: string;
|
|
@@ -2087,6 +2112,11 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
2087
2112
|
subjectNonVerbalReasoning: string;
|
|
2088
2113
|
subjectCreativeWriting: string;
|
|
2089
2114
|
subjectExamSkills: string;
|
|
2115
|
+
subjectGcseEnglishLiterature: string;
|
|
2116
|
+
subjectGcseMaths: string;
|
|
2117
|
+
subjectGcseChemistry: string;
|
|
2118
|
+
subjectGcsePhysics: string;
|
|
2119
|
+
subjectGcseBiology: string;
|
|
2090
2120
|
glBlueLight: string;
|
|
2091
2121
|
glBluePrimary: string;
|
|
2092
2122
|
glBlueDark: string;
|
|
@@ -2454,6 +2484,11 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
2454
2484
|
subjectNonVerbalReasoning: string;
|
|
2455
2485
|
subjectCreativeWriting: string;
|
|
2456
2486
|
subjectExamSkills: string;
|
|
2487
|
+
subjectGcseEnglishLiterature: string;
|
|
2488
|
+
subjectGcseMaths: string;
|
|
2489
|
+
subjectGcseChemistry: string;
|
|
2490
|
+
subjectGcsePhysics: string;
|
|
2491
|
+
subjectGcseBiology: string;
|
|
2457
2492
|
glBlueLight: string;
|
|
2458
2493
|
glBluePrimary: string;
|
|
2459
2494
|
glBlueDark: string;
|
|
@@ -243,6 +243,11 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
243
243
|
subjectNonVerbalReasoning: string;
|
|
244
244
|
subjectCreativeWriting: string;
|
|
245
245
|
subjectExamSkills: string;
|
|
246
|
+
subjectGcseEnglishLiterature: string;
|
|
247
|
+
subjectGcseMaths: string;
|
|
248
|
+
subjectGcseChemistry: string;
|
|
249
|
+
subjectGcsePhysics: string;
|
|
250
|
+
subjectGcseBiology: string;
|
|
246
251
|
glBlueLight: string;
|
|
247
252
|
glBluePrimary: string;
|
|
248
253
|
glBlueDark: string;
|
|
@@ -610,6 +615,11 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
610
615
|
subjectNonVerbalReasoning: string;
|
|
611
616
|
subjectCreativeWriting: string;
|
|
612
617
|
subjectExamSkills: string;
|
|
618
|
+
subjectGcseEnglishLiterature: string;
|
|
619
|
+
subjectGcseMaths: string;
|
|
620
|
+
subjectGcseChemistry: string;
|
|
621
|
+
subjectGcsePhysics: string;
|
|
622
|
+
subjectGcseBiology: string;
|
|
613
623
|
glBlueLight: string;
|
|
614
624
|
glBluePrimary: string;
|
|
615
625
|
glBlueDark: string;
|
|
@@ -980,6 +990,11 @@ declare const StyledChipDismissibleGroupItem: import("@atom-learning/stitches-re
|
|
|
980
990
|
subjectNonVerbalReasoning: string;
|
|
981
991
|
subjectCreativeWriting: string;
|
|
982
992
|
subjectExamSkills: string;
|
|
993
|
+
subjectGcseEnglishLiterature: string;
|
|
994
|
+
subjectGcseMaths: string;
|
|
995
|
+
subjectGcseChemistry: string;
|
|
996
|
+
subjectGcsePhysics: string;
|
|
997
|
+
subjectGcseBiology: string;
|
|
983
998
|
glBlueLight: string;
|
|
984
999
|
glBluePrimary: string;
|
|
985
1000
|
glBlueDark: string;
|
|
@@ -243,6 +243,11 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
243
243
|
subjectNonVerbalReasoning: string;
|
|
244
244
|
subjectCreativeWriting: string;
|
|
245
245
|
subjectExamSkills: string;
|
|
246
|
+
subjectGcseEnglishLiterature: string;
|
|
247
|
+
subjectGcseMaths: string;
|
|
248
|
+
subjectGcseChemistry: string;
|
|
249
|
+
subjectGcsePhysics: string;
|
|
250
|
+
subjectGcseBiology: string;
|
|
246
251
|
glBlueLight: string;
|
|
247
252
|
glBluePrimary: string;
|
|
248
253
|
glBlueDark: string;
|
|
@@ -610,6 +615,11 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
610
615
|
subjectNonVerbalReasoning: string;
|
|
611
616
|
subjectCreativeWriting: string;
|
|
612
617
|
subjectExamSkills: string;
|
|
618
|
+
subjectGcseEnglishLiterature: string;
|
|
619
|
+
subjectGcseMaths: string;
|
|
620
|
+
subjectGcseChemistry: string;
|
|
621
|
+
subjectGcsePhysics: string;
|
|
622
|
+
subjectGcseBiology: string;
|
|
613
623
|
glBlueLight: string;
|
|
614
624
|
glBluePrimary: string;
|
|
615
625
|
glBlueDark: string;
|
|
@@ -980,6 +990,11 @@ declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
980
990
|
subjectNonVerbalReasoning: string;
|
|
981
991
|
subjectCreativeWriting: string;
|
|
982
992
|
subjectExamSkills: string;
|
|
993
|
+
subjectGcseEnglishLiterature: string;
|
|
994
|
+
subjectGcseMaths: string;
|
|
995
|
+
subjectGcseChemistry: string;
|
|
996
|
+
subjectGcsePhysics: string;
|
|
997
|
+
subjectGcseBiology: string;
|
|
983
998
|
glBlueLight: string;
|
|
984
999
|
glBluePrimary: string;
|
|
985
1000
|
glBlueDark: string;
|
|
@@ -232,6 +232,11 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
232
232
|
subjectNonVerbalReasoning: string;
|
|
233
233
|
subjectCreativeWriting: string;
|
|
234
234
|
subjectExamSkills: string;
|
|
235
|
+
subjectGcseEnglishLiterature: string;
|
|
236
|
+
subjectGcseMaths: string;
|
|
237
|
+
subjectGcseChemistry: string;
|
|
238
|
+
subjectGcsePhysics: string;
|
|
239
|
+
subjectGcseBiology: string;
|
|
235
240
|
glBlueLight: string;
|
|
236
241
|
glBluePrimary: string;
|
|
237
242
|
glBlueDark: string;
|
|
@@ -597,6 +602,11 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
597
602
|
subjectNonVerbalReasoning: string;
|
|
598
603
|
subjectCreativeWriting: string;
|
|
599
604
|
subjectExamSkills: string;
|
|
605
|
+
subjectGcseEnglishLiterature: string;
|
|
606
|
+
subjectGcseMaths: string;
|
|
607
|
+
subjectGcseChemistry: string;
|
|
608
|
+
subjectGcsePhysics: string;
|
|
609
|
+
subjectGcseBiology: string;
|
|
600
610
|
glBlueLight: string;
|
|
601
611
|
glBluePrimary: string;
|
|
602
612
|
glBlueDark: string;
|
|
@@ -969,6 +979,11 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
969
979
|
subjectNonVerbalReasoning: string;
|
|
970
980
|
subjectCreativeWriting: string;
|
|
971
981
|
subjectExamSkills: string;
|
|
982
|
+
subjectGcseEnglishLiterature: string;
|
|
983
|
+
subjectGcseMaths: string;
|
|
984
|
+
subjectGcseChemistry: string;
|
|
985
|
+
subjectGcsePhysics: string;
|
|
986
|
+
subjectGcseBiology: string;
|
|
972
987
|
glBlueLight: string;
|
|
973
988
|
glBluePrimary: string;
|
|
974
989
|
glBlueDark: string;
|
|
@@ -1334,6 +1349,11 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1334
1349
|
subjectNonVerbalReasoning: string;
|
|
1335
1350
|
subjectCreativeWriting: string;
|
|
1336
1351
|
subjectExamSkills: string;
|
|
1352
|
+
subjectGcseEnglishLiterature: string;
|
|
1353
|
+
subjectGcseMaths: string;
|
|
1354
|
+
subjectGcseChemistry: string;
|
|
1355
|
+
subjectGcsePhysics: string;
|
|
1356
|
+
subjectGcseBiology: string;
|
|
1337
1357
|
glBlueLight: string;
|
|
1338
1358
|
glBluePrimary: string;
|
|
1339
1359
|
glBlueDark: string;
|
|
@@ -1698,6 +1718,11 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1698
1718
|
subjectNonVerbalReasoning: string;
|
|
1699
1719
|
subjectCreativeWriting: string;
|
|
1700
1720
|
subjectExamSkills: string;
|
|
1721
|
+
subjectGcseEnglishLiterature: string;
|
|
1722
|
+
subjectGcseMaths: string;
|
|
1723
|
+
subjectGcseChemistry: string;
|
|
1724
|
+
subjectGcsePhysics: string;
|
|
1725
|
+
subjectGcseBiology: string;
|
|
1701
1726
|
glBlueLight: string;
|
|
1702
1727
|
glBluePrimary: string;
|
|
1703
1728
|
glBlueDark: string;
|
|
@@ -235,6 +235,11 @@ export declare const StyledComboboxInput: import("@atom-learning/stitches-react/
|
|
|
235
235
|
subjectNonVerbalReasoning: string;
|
|
236
236
|
subjectCreativeWriting: string;
|
|
237
237
|
subjectExamSkills: string;
|
|
238
|
+
subjectGcseEnglishLiterature: string;
|
|
239
|
+
subjectGcseMaths: string;
|
|
240
|
+
subjectGcseChemistry: string;
|
|
241
|
+
subjectGcsePhysics: string;
|
|
242
|
+
subjectGcseBiology: string;
|
|
238
243
|
glBlueLight: string;
|
|
239
244
|
glBluePrimary: string;
|
|
240
245
|
glBlueDark: string;
|
|
@@ -231,6 +231,11 @@ export declare const ComboboxList: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -231,6 +231,11 @@ export declare const ComboboxOption: import("@atom-learning/stitches-react/types
|
|
|
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;
|
|
@@ -231,6 +231,11 @@ export declare const ComboboxPopover: import("@atom-learning/stitches-react/type
|
|
|
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;
|