@atom-learning/components 5.12.1 → 5.13.0-beta.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/dist/components/accordion/Accordion.d.ts +2 -0
- package/dist/components/accordion/AccordionContent.d.ts +2 -0
- package/dist/components/accordion/AccordionItem.d.ts +2 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +2 -0
- package/dist/components/action-icon/ActionIcon.d.ts +3 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +4 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +2 -0
- package/dist/components/avatar/Avatar.d.ts +4 -0
- package/dist/components/badge/Badge.d.ts +13 -1
- package/dist/components/badge/BadgeIcon.d.ts +4 -0
- package/dist/components/badge/BadgeText.d.ts +4 -0
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +4 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +108 -474
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +4 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +6 -2
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +108 -474
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +2 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +4 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +6 -2
- package/dist/components/box/Box.d.ts +2 -0
- package/dist/components/button/Button.d.ts +2 -0
- package/dist/components/calendar/Day.d.ts +2 -0
- package/dist/components/carousel/Carousel.d.ts +6 -0
- package/dist/components/carousel/CarouselPagination.d.ts +2 -0
- package/dist/components/carousel/CarouselSlide.d.ts +2 -0
- package/dist/components/carousel/CarouselSlider.d.ts +2 -0
- package/dist/components/checkbox/Checkbox.d.ts +2 -0
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +96 -90
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +352 -344
- package/dist/components/chip/Chip.d.ts +14 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +6 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +6 -0
- package/dist/components/combobox/Combobox.d.ts +10 -0
- package/dist/components/combobox/ComboboxInput.d.ts +2 -0
- package/dist/components/combobox/ComboboxList.d.ts +2 -0
- package/dist/components/combobox/ComboboxOption.d.ts +2 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +2 -0
- package/dist/components/data-table/DataTable.d.ts +56 -26
- package/dist/components/data-table/DataTableHead.d.ts +3 -1
- package/dist/components/data-table/DataTableHead.js +1 -1
- package/dist/components/data-table/DataTableHead.js.map +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +3 -1
- package/dist/components/data-table/DataTableHeaderCell.js +1 -1
- package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +2 -0
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/DataTableRowSelectionCheckbox.js +1 -1
- package/dist/components/data-table/DataTableRowSelectionCheckbox.js.map +1 -1
- package/dist/components/data-table/DataTableTable.d.ts +2 -0
- 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 +2 -0
- package/dist/components/dialog/Dialog.d.ts +12 -2
- package/dist/components/dialog/DialogBackground.d.ts +4 -0
- package/dist/components/dialog/DialogClose.d.ts +2 -0
- package/dist/components/dialog/DialogContent.d.ts +2 -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 +2 -0
- package/dist/components/drawer/Drawer.d.ts +8 -0
- package/dist/components/drawer/DrawerContent.d.ts +2 -0
- package/dist/components/drawer/DrawerFooter.d.ts +2 -0
- package/dist/components/drawer/DrawerHeader.d.ts +2 -0
- package/dist/components/drawer/DrawerMain.d.ts +2 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +2 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +2 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +10 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +2 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +2 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +2 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +2 -0
- package/dist/components/empty-state/EmptyState.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +4 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +4 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +2 -0
- package/dist/components/flex/Flex.d.ts +2 -0
- package/dist/components/form/Form.d.ts +2 -0
- package/dist/components/grid/Grid.d.ts +2 -0
- package/dist/components/heading/Heading.d.ts +2 -0
- package/dist/components/icon/Icon.d.ts +2 -0
- package/dist/components/image/Image.d.ts +2 -0
- package/dist/components/inline-message/InlineMessage.d.ts +4 -0
- package/dist/components/input/Input.d.ts +6 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +4 -0
- package/dist/components/keyboard-shortcut/index.d.ts +8 -2
- package/dist/components/label/Label.d.ts +2 -0
- package/dist/components/link/Link.d.ts +2 -0
- package/dist/components/list/List.d.ts +4 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +4 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +2 -0
- package/dist/components/navigation/NavigationMenu.d.ts +18 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +2 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +4 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +2 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +184 -162
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +4 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +4 -0
- package/dist/components/number-input/NumberInputStepper.d.ts +6 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +6 -2
- package/dist/components/pagination/PaginationPreviousButton.d.ts +6 -2
- package/dist/components/popover/Popover.d.ts +4 -0
- package/dist/components/popover/PopoverContent.d.ts +2 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +2 -0
- package/dist/components/radio-button/RadioButton.d.ts +2 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +2 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -0
- package/dist/components/radio-card/RadioCard.d.ts +2 -0
- package/dist/components/section-message/SectionMessage.d.ts +4 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +25 -9
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +4 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +4 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +4 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +10 -0
- package/dist/components/select/Select.d.ts +2 -0
- package/dist/components/side-bar/SideBar.d.ts +16 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +15 -1
- package/dist/components/slider/Slider.d.ts +4 -0
- package/dist/components/sortable/Handle.d.ts +6 -2
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +2 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +4 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +4 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +5 -1
- package/dist/components/switch/Switch.d.ts +2 -0
- package/dist/components/table/Table.d.ts +17 -1
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +2 -0
- package/dist/components/table/TableCell.d.ts +2 -0
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +2 -0
- package/dist/components/table/TableFooterCell.d.ts +2 -0
- package/dist/components/table/TableHeader.d.ts +3 -1
- package/dist/components/table/TableHeaderCell.d.ts +2 -0
- package/dist/components/table/TableHeaderCell.js +1 -1
- package/dist/components/table/TableHeaderCell.js.map +1 -1
- package/dist/components/table/TableRow.d.ts +2 -0
- package/dist/components/tabs/Tabs.d.ts +8 -0
- package/dist/components/tabs/TabsContent.d.ts +2 -0
- package/dist/components/tabs/TabsTrigger.d.ts +2 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +2 -0
- package/dist/components/text/Text.d.ts +2 -0
- package/dist/components/textarea/Textarea.d.ts +2 -0
- package/dist/components/tile/Tile.d.ts +2 -0
- package/dist/components/tile/TileGroup.d.ts +2 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +4 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +6 -0
- package/dist/components/toast/Toast.d.ts +4 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +4 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +4 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +2 -0
- package/dist/components/toggle-group/index.d.ts +14 -2
- package/dist/components/tooltip/Tooltip.d.ts +4 -0
- package/dist/components/tooltip/TooltipContent.d.ts +2 -0
- package/dist/components/top-bar/TopBar.d.ts +12 -2
- package/dist/components/top-bar/TopBarBrand.d.ts +6 -0
- package/dist/components/tree/Tree.d.ts +267 -243
- package/dist/components/tree/TreeCollapsible.d.ts +2 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +2 -0
- package/dist/components/tree/TreeIcon.d.ts +4 -0
- package/dist/components/tree/TreeItemContent.d.ts +2 -0
- package/dist/components/tree/TreeListItem.d.ts +2 -0
- package/dist/components/video/Video.d.ts +2 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +2 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +22 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +2 -0
- package/package.json +2 -2
- package/CHANGELOG.md +0 -221
|
@@ -29,6 +29,8 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
29
29
|
textMinimal: string;
|
|
30
30
|
background: string;
|
|
31
31
|
backgroundAccent: string;
|
|
32
|
+
black: string;
|
|
33
|
+
white: string;
|
|
32
34
|
grey100: string;
|
|
33
35
|
grey200: string;
|
|
34
36
|
grey300: string;
|
|
@@ -399,6 +401,8 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
399
401
|
textMinimal: string;
|
|
400
402
|
background: string;
|
|
401
403
|
backgroundAccent: string;
|
|
404
|
+
black: string;
|
|
405
|
+
white: string;
|
|
402
406
|
grey100: string;
|
|
403
407
|
grey200: string;
|
|
404
408
|
grey300: string;
|
|
@@ -30,6 +30,8 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
30
30
|
textMinimal: string;
|
|
31
31
|
background: string;
|
|
32
32
|
backgroundAccent: string;
|
|
33
|
+
black: string;
|
|
34
|
+
white: string;
|
|
33
35
|
grey100: string;
|
|
34
36
|
grey200: string;
|
|
35
37
|
grey300: string;
|
|
@@ -403,6 +405,8 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
403
405
|
textMinimal: string;
|
|
404
406
|
background: string;
|
|
405
407
|
backgroundAccent: string;
|
|
408
|
+
black: string;
|
|
409
|
+
white: string;
|
|
406
410
|
grey100: string;
|
|
407
411
|
grey200: string;
|
|
408
412
|
grey300: string;
|
|
@@ -772,6 +776,8 @@ declare const StyledInputText: import("@atom-learning/stitches-react/types/style
|
|
|
772
776
|
textMinimal: string;
|
|
773
777
|
background: string;
|
|
774
778
|
backgroundAccent: string;
|
|
779
|
+
black: string;
|
|
780
|
+
white: string;
|
|
775
781
|
grey100: string;
|
|
776
782
|
grey200: string;
|
|
777
783
|
grey300: string;
|
|
@@ -47,6 +47,8 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
47
47
|
textMinimal: string;
|
|
48
48
|
background: string;
|
|
49
49
|
backgroundAccent: string;
|
|
50
|
+
black: string;
|
|
51
|
+
white: string;
|
|
50
52
|
grey100: string;
|
|
51
53
|
grey200: string;
|
|
52
54
|
grey300: string;
|
|
@@ -418,6 +420,8 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
418
420
|
textMinimal: string;
|
|
419
421
|
background: string;
|
|
420
422
|
backgroundAccent: string;
|
|
423
|
+
black: string;
|
|
424
|
+
white: string;
|
|
421
425
|
grey100: string;
|
|
422
426
|
grey200: string;
|
|
423
427
|
grey300: string;
|
|
@@ -25,6 +25,8 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
25
25
|
textMinimal: string;
|
|
26
26
|
background: string;
|
|
27
27
|
backgroundAccent: string;
|
|
28
|
+
black: string;
|
|
29
|
+
white: string;
|
|
28
30
|
grey100: string;
|
|
29
31
|
grey200: string;
|
|
30
32
|
grey300: string;
|
|
@@ -375,7 +377,7 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
375
377
|
config: {
|
|
376
378
|
shortcut: Partial<KeyboardEvent>;
|
|
377
379
|
action: ({ event, shortcut }: {
|
|
378
|
-
event: KeyboardEvent |
|
|
380
|
+
event: KeyboardEvent | React.KeyboardEvent<HTMLDivElement>;
|
|
379
381
|
shortcut: Partial<KeyboardEvent>;
|
|
380
382
|
}) => void;
|
|
381
383
|
}[];
|
|
@@ -415,6 +417,8 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
415
417
|
textMinimal: string;
|
|
416
418
|
background: string;
|
|
417
419
|
backgroundAccent: string;
|
|
420
|
+
black: string;
|
|
421
|
+
white: string;
|
|
418
422
|
grey100: string;
|
|
419
423
|
grey200: string;
|
|
420
424
|
grey300: string;
|
|
@@ -761,7 +765,7 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
761
765
|
};
|
|
762
766
|
}> | undefined;
|
|
763
767
|
}, "as"> & {
|
|
764
|
-
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" |
|
|
768
|
+
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
765
769
|
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
766
770
|
sm: string;
|
|
767
771
|
md: string;
|
|
@@ -787,6 +791,8 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
787
791
|
textMinimal: string;
|
|
788
792
|
background: string;
|
|
789
793
|
backgroundAccent: string;
|
|
794
|
+
black: string;
|
|
795
|
+
white: string;
|
|
790
796
|
grey100: string;
|
|
791
797
|
grey200: string;
|
|
792
798
|
grey300: string;
|
|
@@ -23,6 +23,8 @@ export declare const StyledLi: import("@atom-learning/stitches-react/types/style
|
|
|
23
23
|
textMinimal: string;
|
|
24
24
|
background: string;
|
|
25
25
|
backgroundAccent: string;
|
|
26
|
+
black: string;
|
|
27
|
+
white: string;
|
|
26
28
|
grey100: string;
|
|
27
29
|
grey200: string;
|
|
28
30
|
grey300: string;
|
|
@@ -397,6 +399,8 @@ export declare const StyledList: import("@atom-learning/stitches-react/types/sty
|
|
|
397
399
|
textMinimal: string;
|
|
398
400
|
background: string;
|
|
399
401
|
backgroundAccent: string;
|
|
402
|
+
black: string;
|
|
403
|
+
white: string;
|
|
400
404
|
grey100: string;
|
|
401
405
|
grey200: string;
|
|
402
406
|
grey300: string;
|
|
@@ -30,6 +30,8 @@ declare const StyledMarkdownContent: import("@atom-learning/stitches-react/types
|
|
|
30
30
|
textMinimal: string;
|
|
31
31
|
background: string;
|
|
32
32
|
backgroundAccent: string;
|
|
33
|
+
black: string;
|
|
34
|
+
white: string;
|
|
33
35
|
grey100: string;
|
|
34
36
|
grey200: string;
|
|
35
37
|
grey300: string;
|
|
@@ -398,6 +400,8 @@ declare const StyledMarkdownContent: import("@atom-learning/stitches-react/types
|
|
|
398
400
|
textMinimal: string;
|
|
399
401
|
background: string;
|
|
400
402
|
backgroundAccent: string;
|
|
403
|
+
black: string;
|
|
404
|
+
white: string;
|
|
401
405
|
grey100: string;
|
|
402
406
|
grey200: string;
|
|
403
407
|
grey300: string;
|
|
@@ -24,6 +24,8 @@ declare const StyledMenu: import("@atom-learning/stitches-react/types/styled-com
|
|
|
24
24
|
textMinimal: string;
|
|
25
25
|
background: string;
|
|
26
26
|
backgroundAccent: string;
|
|
27
|
+
black: string;
|
|
28
|
+
white: string;
|
|
27
29
|
grey100: string;
|
|
28
30
|
grey200: string;
|
|
29
31
|
grey300: string;
|
|
@@ -400,6 +402,8 @@ export declare const NavigationMenu: {
|
|
|
400
402
|
textMinimal: string;
|
|
401
403
|
background: string;
|
|
402
404
|
backgroundAccent: string;
|
|
405
|
+
black: string;
|
|
406
|
+
white: string;
|
|
403
407
|
grey100: string;
|
|
404
408
|
grey200: string;
|
|
405
409
|
grey300: string;
|
|
@@ -773,6 +777,8 @@ export declare const NavigationMenu: {
|
|
|
773
777
|
textMinimal: string;
|
|
774
778
|
background: string;
|
|
775
779
|
backgroundAccent: string;
|
|
780
|
+
black: string;
|
|
781
|
+
white: string;
|
|
776
782
|
grey100: string;
|
|
777
783
|
grey200: string;
|
|
778
784
|
grey300: string;
|
|
@@ -1153,6 +1159,8 @@ export declare const NavigationMenu: {
|
|
|
1153
1159
|
textMinimal: string;
|
|
1154
1160
|
background: string;
|
|
1155
1161
|
backgroundAccent: string;
|
|
1162
|
+
black: string;
|
|
1163
|
+
white: string;
|
|
1156
1164
|
grey100: string;
|
|
1157
1165
|
grey200: string;
|
|
1158
1166
|
grey300: string;
|
|
@@ -1528,6 +1536,8 @@ export declare const NavigationMenu: {
|
|
|
1528
1536
|
textMinimal: string;
|
|
1529
1537
|
background: string;
|
|
1530
1538
|
backgroundAccent: string;
|
|
1539
|
+
black: string;
|
|
1540
|
+
white: string;
|
|
1531
1541
|
grey100: string;
|
|
1532
1542
|
grey200: string;
|
|
1533
1543
|
grey300: string;
|
|
@@ -1901,6 +1911,8 @@ export declare const NavigationMenu: {
|
|
|
1901
1911
|
textMinimal: string;
|
|
1902
1912
|
background: string;
|
|
1903
1913
|
backgroundAccent: string;
|
|
1914
|
+
black: string;
|
|
1915
|
+
white: string;
|
|
1904
1916
|
grey100: string;
|
|
1905
1917
|
grey200: string;
|
|
1906
1918
|
grey300: string;
|
|
@@ -2279,6 +2291,8 @@ export declare const NavigationMenu: {
|
|
|
2279
2291
|
textMinimal: string;
|
|
2280
2292
|
background: string;
|
|
2281
2293
|
backgroundAccent: string;
|
|
2294
|
+
black: string;
|
|
2295
|
+
white: string;
|
|
2282
2296
|
grey100: string;
|
|
2283
2297
|
grey200: string;
|
|
2284
2298
|
grey300: string;
|
|
@@ -2650,6 +2664,8 @@ export declare const NavigationMenu: {
|
|
|
2650
2664
|
textMinimal: string;
|
|
2651
2665
|
background: string;
|
|
2652
2666
|
backgroundAccent: string;
|
|
2667
|
+
black: string;
|
|
2668
|
+
white: string;
|
|
2653
2669
|
grey100: string;
|
|
2654
2670
|
grey200: string;
|
|
2655
2671
|
grey300: string;
|
|
@@ -3022,6 +3038,8 @@ export declare const NavigationMenu: {
|
|
|
3022
3038
|
textMinimal: string;
|
|
3023
3039
|
background: string;
|
|
3024
3040
|
backgroundAccent: string;
|
|
3041
|
+
black: string;
|
|
3042
|
+
white: string;
|
|
3025
3043
|
grey100: string;
|
|
3026
3044
|
grey200: string;
|
|
3027
3045
|
grey300: string;
|
|
@@ -33,6 +33,8 @@ export declare const NavigationMenuDropdownItemTitle: import("@atom-learning/sti
|
|
|
33
33
|
textMinimal: string;
|
|
34
34
|
background: string;
|
|
35
35
|
backgroundAccent: string;
|
|
36
|
+
black: string;
|
|
37
|
+
white: string;
|
|
36
38
|
grey100: string;
|
|
37
39
|
grey200: string;
|
|
38
40
|
grey300: string;
|
|
@@ -404,6 +406,8 @@ export declare const NavigationMenuDropdownItemTitle: import("@atom-learning/sti
|
|
|
404
406
|
textMinimal: string;
|
|
405
407
|
background: string;
|
|
406
408
|
backgroundAccent: string;
|
|
409
|
+
black: string;
|
|
410
|
+
white: string;
|
|
407
411
|
grey100: string;
|
|
408
412
|
grey200: string;
|
|
409
413
|
grey300: string;
|