@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
package/dist/stitches.d.ts
CHANGED
|
@@ -288,6 +288,11 @@ declare const stitchesConfig: import("@atom-learning/stitches-react/types/stitch
|
|
|
288
288
|
subjectNonVerbalReasoning: string;
|
|
289
289
|
subjectCreativeWriting: string;
|
|
290
290
|
subjectExamSkills: string;
|
|
291
|
+
subjectGcseEnglishLiterature: string;
|
|
292
|
+
subjectGcseMaths: string;
|
|
293
|
+
subjectGcseChemistry: string;
|
|
294
|
+
subjectGcsePhysics: string;
|
|
295
|
+
subjectGcseBiology: string;
|
|
291
296
|
glBlueLight: string;
|
|
292
297
|
glBluePrimary: string;
|
|
293
298
|
glBlueDark: string;
|
|
@@ -649,6 +654,11 @@ export declare const css: {
|
|
|
649
654
|
subjectNonVerbalReasoning: string;
|
|
650
655
|
subjectCreativeWriting: string;
|
|
651
656
|
subjectExamSkills: string;
|
|
657
|
+
subjectGcseEnglishLiterature: string;
|
|
658
|
+
subjectGcseMaths: string;
|
|
659
|
+
subjectGcseChemistry: string;
|
|
660
|
+
subjectGcsePhysics: string;
|
|
661
|
+
subjectGcseBiology: string;
|
|
652
662
|
glBlueLight: string;
|
|
653
663
|
glBluePrimary: string;
|
|
654
664
|
glBlueDark: string;
|
|
@@ -1005,6 +1015,11 @@ export declare const css: {
|
|
|
1005
1015
|
subjectNonVerbalReasoning: string;
|
|
1006
1016
|
subjectCreativeWriting: string;
|
|
1007
1017
|
subjectExamSkills: string;
|
|
1018
|
+
subjectGcseEnglishLiterature: string;
|
|
1019
|
+
subjectGcseMaths: string;
|
|
1020
|
+
subjectGcseChemistry: string;
|
|
1021
|
+
subjectGcsePhysics: string;
|
|
1022
|
+
subjectGcseBiology: string;
|
|
1008
1023
|
glBlueLight: string;
|
|
1009
1024
|
glBluePrimary: string;
|
|
1010
1025
|
glBlueDark: string;
|
|
@@ -1352,6 +1367,11 @@ export declare const css: {
|
|
|
1352
1367
|
subjectNonVerbalReasoning?: string | number | boolean | undefined;
|
|
1353
1368
|
subjectCreativeWriting?: string | number | boolean | undefined;
|
|
1354
1369
|
subjectExamSkills?: string | number | boolean | undefined;
|
|
1370
|
+
subjectGcseEnglishLiterature?: string | number | boolean | undefined;
|
|
1371
|
+
subjectGcseMaths?: string | number | boolean | undefined;
|
|
1372
|
+
subjectGcseChemistry?: string | number | boolean | undefined;
|
|
1373
|
+
subjectGcsePhysics?: string | number | boolean | undefined;
|
|
1374
|
+
subjectGcseBiology?: string | number | boolean | undefined;
|
|
1355
1375
|
glBlueLight?: string | number | boolean | undefined;
|
|
1356
1376
|
glBluePrimary?: string | number | boolean | undefined;
|
|
1357
1377
|
glBlueDark?: string | number | boolean | undefined;
|
|
@@ -1650,6 +1670,11 @@ export declare const css: {
|
|
|
1650
1670
|
subjectNonVerbalReasoning?: string | number | boolean | undefined;
|
|
1651
1671
|
subjectCreativeWriting?: string | number | boolean | undefined;
|
|
1652
1672
|
subjectExamSkills?: string | number | boolean | undefined;
|
|
1673
|
+
subjectGcseEnglishLiterature?: string | number | boolean | undefined;
|
|
1674
|
+
subjectGcseMaths?: string | number | boolean | undefined;
|
|
1675
|
+
subjectGcseChemistry?: string | number | boolean | undefined;
|
|
1676
|
+
subjectGcsePhysics?: string | number | boolean | undefined;
|
|
1677
|
+
subjectGcseBiology?: string | number | boolean | undefined;
|
|
1653
1678
|
glBlueLight?: string | number | boolean | undefined;
|
|
1654
1679
|
glBluePrimary?: string | number | boolean | undefined;
|
|
1655
1680
|
glBlueDark?: string | number | boolean | undefined;
|
|
@@ -1965,6 +1990,11 @@ export declare const css: {
|
|
|
1965
1990
|
subjectNonVerbalReasoning: string;
|
|
1966
1991
|
subjectCreativeWriting: string;
|
|
1967
1992
|
subjectExamSkills: string;
|
|
1993
|
+
subjectGcseEnglishLiterature: string;
|
|
1994
|
+
subjectGcseMaths: string;
|
|
1995
|
+
subjectGcseChemistry: string;
|
|
1996
|
+
subjectGcsePhysics: string;
|
|
1997
|
+
subjectGcseBiology: string;
|
|
1968
1998
|
glBlueLight: string;
|
|
1969
1999
|
glBluePrimary: string;
|
|
1970
2000
|
glBlueDark: string;
|
|
@@ -2321,6 +2351,11 @@ export declare const css: {
|
|
|
2321
2351
|
subjectNonVerbalReasoning: string;
|
|
2322
2352
|
subjectCreativeWriting: string;
|
|
2323
2353
|
subjectExamSkills: string;
|
|
2354
|
+
subjectGcseEnglishLiterature: string;
|
|
2355
|
+
subjectGcseMaths: string;
|
|
2356
|
+
subjectGcseChemistry: string;
|
|
2357
|
+
subjectGcsePhysics: string;
|
|
2358
|
+
subjectGcseBiology: string;
|
|
2324
2359
|
glBlueLight: string;
|
|
2325
2360
|
glBluePrimary: string;
|
|
2326
2361
|
glBlueDark: string;
|
|
@@ -2679,6 +2714,11 @@ export declare const css: {
|
|
|
2679
2714
|
subjectNonVerbalReasoning: string;
|
|
2680
2715
|
subjectCreativeWriting: string;
|
|
2681
2716
|
subjectExamSkills: string;
|
|
2717
|
+
subjectGcseEnglishLiterature: string;
|
|
2718
|
+
subjectGcseMaths: string;
|
|
2719
|
+
subjectGcseChemistry: string;
|
|
2720
|
+
subjectGcsePhysics: string;
|
|
2721
|
+
subjectGcseBiology: string;
|
|
2682
2722
|
glBlueLight: string;
|
|
2683
2723
|
glBluePrimary: string;
|
|
2684
2724
|
glBlueDark: string;
|
|
@@ -3043,6 +3083,11 @@ export declare const css: {
|
|
|
3043
3083
|
subjectNonVerbalReasoning: string;
|
|
3044
3084
|
subjectCreativeWriting: string;
|
|
3045
3085
|
subjectExamSkills: string;
|
|
3086
|
+
subjectGcseEnglishLiterature: string;
|
|
3087
|
+
subjectGcseMaths: string;
|
|
3088
|
+
subjectGcseChemistry: string;
|
|
3089
|
+
subjectGcsePhysics: string;
|
|
3090
|
+
subjectGcseBiology: string;
|
|
3046
3091
|
glBlueLight: string;
|
|
3047
3092
|
glBluePrimary: string;
|
|
3048
3093
|
glBlueDark: string;
|
|
@@ -3399,6 +3444,11 @@ export declare const css: {
|
|
|
3399
3444
|
subjectNonVerbalReasoning: string;
|
|
3400
3445
|
subjectCreativeWriting: string;
|
|
3401
3446
|
subjectExamSkills: string;
|
|
3447
|
+
subjectGcseEnglishLiterature: string;
|
|
3448
|
+
subjectGcseMaths: string;
|
|
3449
|
+
subjectGcseChemistry: string;
|
|
3450
|
+
subjectGcsePhysics: string;
|
|
3451
|
+
subjectGcseBiology: string;
|
|
3402
3452
|
glBlueLight: string;
|
|
3403
3453
|
glBluePrimary: string;
|
|
3404
3454
|
glBlueDark: string;
|
|
@@ -3749,6 +3799,11 @@ export declare const css: {
|
|
|
3749
3799
|
subjectNonVerbalReasoning: import("@atom-learning/stitches-react/types/theme").Token<"subjectNonVerbalReasoning", string, "colors", "">;
|
|
3750
3800
|
subjectCreativeWriting: import("@atom-learning/stitches-react/types/theme").Token<"subjectCreativeWriting", string, "colors", "">;
|
|
3751
3801
|
subjectExamSkills: import("@atom-learning/stitches-react/types/theme").Token<"subjectExamSkills", string, "colors", "">;
|
|
3802
|
+
subjectGcseEnglishLiterature: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseEnglishLiterature", string, "colors", "">;
|
|
3803
|
+
subjectGcseMaths: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseMaths", string, "colors", "">;
|
|
3804
|
+
subjectGcseChemistry: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseChemistry", string, "colors", "">;
|
|
3805
|
+
subjectGcsePhysics: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcsePhysics", string, "colors", "">;
|
|
3806
|
+
subjectGcseBiology: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseBiology", string, "colors", "">;
|
|
3752
3807
|
glBlueLight: import("@atom-learning/stitches-react/types/theme").Token<"glBlueLight", string, "colors", "">;
|
|
3753
3808
|
glBluePrimary: import("@atom-learning/stitches-react/types/theme").Token<"glBluePrimary", string, "colors", "">;
|
|
3754
3809
|
glBlueDark: import("@atom-learning/stitches-react/types/theme").Token<"glBlueDark", string, "colors", "">;
|
|
@@ -236,6 +236,11 @@ export declare const NoOverflowWrapper: import("@atom-learning/stitches-react/ty
|
|
|
236
236
|
subjectNonVerbalReasoning: string;
|
|
237
237
|
subjectCreativeWriting: string;
|
|
238
238
|
subjectExamSkills: string;
|
|
239
|
+
subjectGcseEnglishLiterature: string;
|
|
240
|
+
subjectGcseMaths: string;
|
|
241
|
+
subjectGcseChemistry: string;
|
|
242
|
+
subjectGcsePhysics: string;
|
|
243
|
+
subjectGcseBiology: string;
|
|
239
244
|
glBlueLight: string;
|
|
240
245
|
glBluePrimary: string;
|
|
241
246
|
glBlueDark: string;
|
|
@@ -599,6 +604,11 @@ export declare const NoOverflowWrapper: import("@atom-learning/stitches-react/ty
|
|
|
599
604
|
subjectNonVerbalReasoning: string;
|
|
600
605
|
subjectCreativeWriting: string;
|
|
601
606
|
subjectExamSkills: string;
|
|
607
|
+
subjectGcseEnglishLiterature: string;
|
|
608
|
+
subjectGcseMaths: string;
|
|
609
|
+
subjectGcseChemistry: string;
|
|
610
|
+
subjectGcsePhysics: string;
|
|
611
|
+
subjectGcseBiology: string;
|
|
602
612
|
glBlueLight: string;
|
|
603
613
|
glBluePrimary: string;
|
|
604
614
|
glBlueDark: string;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "5.
|
|
7
|
+
"version": "5.7.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.20.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "^5.0
|
|
63
|
+
"@atom-learning/theme": "^5.1.0",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "1.0.1",
|