@atom-learning/components 5.14.3 → 5.14.5
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 +12 -0
- package/dist/components/accordion/AccordionContent.d.ts +12 -0
- package/dist/components/accordion/AccordionItem.d.ts +12 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +12 -0
- package/dist/components/action-icon/ActionIcon.d.ts +12 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +24 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +12 -0
- package/dist/components/avatar/Avatar.d.ts +24 -0
- package/dist/components/badge/Badge.d.ts +72 -0
- package/dist/components/badge/BadgeIcon.d.ts +24 -0
- package/dist/components/badge/BadgeText.d.ts +24 -0
- package/dist/components/banner/BannerContainer.d.ts +24 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +48 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +24 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +24 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +48 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +12 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +24 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +24 -0
- package/dist/components/box/Box.d.ts +12 -0
- package/dist/components/button/Button.d.ts +12 -0
- package/dist/components/calendar/Day.d.ts +12 -0
- package/dist/components/carousel/Carousel.d.ts +36 -0
- package/dist/components/carousel/CarouselPagination.d.ts +12 -0
- package/dist/components/carousel/CarouselSlide.d.ts +12 -0
- package/dist/components/carousel/CarouselSlider.d.ts +12 -0
- package/dist/components/checkbox/Checkbox.d.ts +12 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +36 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +48 -0
- package/dist/components/chip/Chip.d.ts +84 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +36 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +36 -0
- package/dist/components/combobox/Combobox.d.ts +60 -0
- package/dist/components/combobox/ComboboxInput.d.ts +12 -0
- package/dist/components/combobox/ComboboxList.d.ts +12 -0
- package/dist/components/combobox/ComboboxOption.d.ts +12 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +12 -0
- package/dist/components/data-table/DataTable.d.ts +132 -0
- package/dist/components/data-table/DataTableLoading.d.ts +12 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +12 -0
- package/dist/components/data-table/pagination/Pagination.js.map +1 -1
- package/dist/components/dialog/Dialog.d.ts +60 -0
- package/dist/components/dialog/DialogBackground.d.ts +24 -0
- package/dist/components/dialog/DialogClose.d.ts +12 -0
- package/dist/components/dialog/DialogContent.d.ts +12 -0
- package/dist/components/divider/Divider.d.ts +12 -0
- package/dist/components/drawer/Drawer.d.ts +48 -0
- package/dist/components/drawer/DrawerContent.d.ts +12 -0
- package/dist/components/drawer/DrawerFooter.d.ts +12 -0
- package/dist/components/drawer/DrawerHeader.d.ts +12 -0
- package/dist/components/drawer/DrawerMain.d.ts +12 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +12 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +12 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +60 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +12 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +12 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +12 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +12 -0
- package/dist/components/empty-state/EmptyState.d.ts +84 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +24 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +24 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +12 -0
- package/dist/components/flex/Flex.d.ts +12 -0
- package/dist/components/form/Form.d.ts +12 -0
- package/dist/components/grid/Grid.d.ts +12 -0
- package/dist/components/heading/Heading.d.ts +12 -0
- package/dist/components/icon/Icon.d.ts +12 -0
- package/dist/components/image/Image.d.ts +12 -0
- package/dist/components/inline-message/InlineMessage.d.ts +24 -0
- package/dist/components/input/Input.d.ts +36 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +24 -0
- package/dist/components/keyboard-shortcut/index.d.ts +36 -0
- package/dist/components/label/Label.d.ts +12 -0
- package/dist/components/link/Link.d.ts +12 -0
- package/dist/components/list/List.d.ts +24 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +24 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +12 -0
- package/dist/components/navigation/NavigationMenu.d.ts +108 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +12 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +24 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +12 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +132 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +24 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +12 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +24 -0
- package/dist/components/number-input/NumberInputStepper.d.ts +24 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +24 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +24 -0
- package/dist/components/popover/Popover.d.ts +24 -0
- package/dist/components/popover/PopoverContent.d.ts +12 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +12 -0
- package/dist/components/radio-button/RadioButton.d.ts +12 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +12 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +12 -0
- package/dist/components/radio-card/RadioCard.d.ts +12 -0
- package/dist/components/section-message/SectionMessage.d.ts +24 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +96 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +12 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +24 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +24 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +24 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +60 -0
- package/dist/components/select/Select.d.ts +12 -0
- package/dist/components/side-bar/SideBar.d.ts +96 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +84 -0
- package/dist/components/slider/Slider.d.ts +24 -0
- package/dist/components/sortable/Handle.d.ts +24 -0
- package/dist/components/spacer/Spacer.d.ts +12 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +24 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +24 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +24 -0
- package/dist/components/switch/Switch.d.ts +12 -0
- package/dist/components/table/Table.d.ts +96 -0
- package/dist/components/table/TableBody.d.ts +12 -0
- package/dist/components/table/TableCell.d.ts +12 -0
- package/dist/components/table/TableFooter.d.ts +12 -0
- package/dist/components/table/TableFooterCell.d.ts +12 -0
- package/dist/components/table/TableHeader.d.ts +12 -0
- package/dist/components/table/TableHeaderCell.d.ts +12 -0
- package/dist/components/table/TableRow.d.ts +12 -0
- package/dist/components/tabs/Tabs.d.ts +48 -0
- package/dist/components/tabs/TabsContent.d.ts +12 -0
- package/dist/components/tabs/TabsTrigger.d.ts +12 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +12 -0
- package/dist/components/text/Text.d.ts +12 -0
- package/dist/components/textarea/Textarea.d.ts +12 -0
- package/dist/components/tile/Tile.d.ts +12 -0
- package/dist/components/tile/TileGroup.d.ts +12 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +24 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +36 -0
- package/dist/components/toast/Toast.d.ts +24 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +24 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +24 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +12 -0
- package/dist/components/toggle-group/index.d.ts +72 -0
- package/dist/components/tooltip/Tooltip.d.ts +24 -0
- package/dist/components/tooltip/TooltipContent.d.ts +12 -0
- package/dist/components/top-bar/TopBar.d.ts +60 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +36 -0
- package/dist/components/tree/Tree.d.ts +144 -0
- package/dist/components/tree/TreeCollapsible.d.ts +12 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +12 -0
- package/dist/components/tree/TreeIcon.d.ts +24 -0
- package/dist/components/tree/TreeItemContent.d.ts +12 -0
- package/dist/components/tree/TreeListItem.d.ts +12 -0
- package/dist/components/video/Video.d.ts +12 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +12 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +132 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +12 -0
- package/package.json +2 -2
|
@@ -206,6 +206,18 @@ export declare const StyledIcon: import("@atom-learning/stitches-react/types/sty
|
|
|
206
206
|
marsh1000: string;
|
|
207
207
|
marsh1100: string;
|
|
208
208
|
marsh1200: string;
|
|
209
|
+
coolGrey100: string;
|
|
210
|
+
coolGrey200: string;
|
|
211
|
+
coolGrey300: string;
|
|
212
|
+
coolGrey400: string;
|
|
213
|
+
coolGrey500: string;
|
|
214
|
+
coolGrey600: string;
|
|
215
|
+
coolGrey700: string;
|
|
216
|
+
coolGrey800: string;
|
|
217
|
+
coolGrey900: string;
|
|
218
|
+
coolGrey1000: string;
|
|
219
|
+
coolGrey1100: string;
|
|
220
|
+
coolGrey1200: string;
|
|
209
221
|
alpha100: string;
|
|
210
222
|
alpha150: string;
|
|
211
223
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ export declare const StyledImage: import("@atom-learning/stitches-react/types/st
|
|
|
206
206
|
marsh1000: string;
|
|
207
207
|
marsh1100: string;
|
|
208
208
|
marsh1200: string;
|
|
209
|
+
coolGrey100: string;
|
|
210
|
+
coolGrey200: string;
|
|
211
|
+
coolGrey300: string;
|
|
212
|
+
coolGrey400: string;
|
|
213
|
+
coolGrey500: string;
|
|
214
|
+
coolGrey600: string;
|
|
215
|
+
coolGrey700: string;
|
|
216
|
+
coolGrey800: string;
|
|
217
|
+
coolGrey900: string;
|
|
218
|
+
coolGrey1000: string;
|
|
219
|
+
coolGrey1100: string;
|
|
220
|
+
coolGrey1200: string;
|
|
209
221
|
alpha100: string;
|
|
210
222
|
alpha150: string;
|
|
211
223
|
alpha200: string;
|
|
@@ -209,6 +209,18 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
209
209
|
marsh1000: string;
|
|
210
210
|
marsh1100: string;
|
|
211
211
|
marsh1200: string;
|
|
212
|
+
coolGrey100: string;
|
|
213
|
+
coolGrey200: string;
|
|
214
|
+
coolGrey300: string;
|
|
215
|
+
coolGrey400: string;
|
|
216
|
+
coolGrey500: string;
|
|
217
|
+
coolGrey600: string;
|
|
218
|
+
coolGrey700: string;
|
|
219
|
+
coolGrey800: string;
|
|
220
|
+
coolGrey900: string;
|
|
221
|
+
coolGrey1000: string;
|
|
222
|
+
coolGrey1100: string;
|
|
223
|
+
coolGrey1200: string;
|
|
212
224
|
alpha100: string;
|
|
213
225
|
alpha150: string;
|
|
214
226
|
alpha200: string;
|
|
@@ -580,6 +592,18 @@ declare const InlineMessageContainer: import("@atom-learning/stitches-react/type
|
|
|
580
592
|
marsh1000: string;
|
|
581
593
|
marsh1100: string;
|
|
582
594
|
marsh1200: string;
|
|
595
|
+
coolGrey100: string;
|
|
596
|
+
coolGrey200: string;
|
|
597
|
+
coolGrey300: string;
|
|
598
|
+
coolGrey400: string;
|
|
599
|
+
coolGrey500: string;
|
|
600
|
+
coolGrey600: string;
|
|
601
|
+
coolGrey700: string;
|
|
602
|
+
coolGrey800: string;
|
|
603
|
+
coolGrey900: string;
|
|
604
|
+
coolGrey1000: string;
|
|
605
|
+
coolGrey1100: string;
|
|
606
|
+
coolGrey1200: string;
|
|
583
607
|
alpha100: string;
|
|
584
608
|
alpha150: string;
|
|
585
609
|
alpha200: string;
|
|
@@ -210,6 +210,18 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
210
210
|
marsh1000: string;
|
|
211
211
|
marsh1100: string;
|
|
212
212
|
marsh1200: string;
|
|
213
|
+
coolGrey100: string;
|
|
214
|
+
coolGrey200: string;
|
|
215
|
+
coolGrey300: string;
|
|
216
|
+
coolGrey400: string;
|
|
217
|
+
coolGrey500: string;
|
|
218
|
+
coolGrey600: string;
|
|
219
|
+
coolGrey700: string;
|
|
220
|
+
coolGrey800: string;
|
|
221
|
+
coolGrey900: string;
|
|
222
|
+
coolGrey1000: string;
|
|
223
|
+
coolGrey1100: string;
|
|
224
|
+
coolGrey1200: string;
|
|
213
225
|
alpha100: string;
|
|
214
226
|
alpha150: string;
|
|
215
227
|
alpha200: string;
|
|
@@ -584,6 +596,18 @@ export declare const InputBackground: import("@atom-learning/stitches-react/type
|
|
|
584
596
|
marsh1000: string;
|
|
585
597
|
marsh1100: string;
|
|
586
598
|
marsh1200: string;
|
|
599
|
+
coolGrey100: string;
|
|
600
|
+
coolGrey200: string;
|
|
601
|
+
coolGrey300: string;
|
|
602
|
+
coolGrey400: string;
|
|
603
|
+
coolGrey500: string;
|
|
604
|
+
coolGrey600: string;
|
|
605
|
+
coolGrey700: string;
|
|
606
|
+
coolGrey800: string;
|
|
607
|
+
coolGrey900: string;
|
|
608
|
+
coolGrey1000: string;
|
|
609
|
+
coolGrey1100: string;
|
|
610
|
+
coolGrey1200: string;
|
|
587
611
|
alpha100: string;
|
|
588
612
|
alpha150: string;
|
|
589
613
|
alpha200: string;
|
|
@@ -954,6 +978,18 @@ declare const StyledInputText: import("@atom-learning/stitches-react/types/style
|
|
|
954
978
|
marsh1000: string;
|
|
955
979
|
marsh1100: string;
|
|
956
980
|
marsh1200: string;
|
|
981
|
+
coolGrey100: string;
|
|
982
|
+
coolGrey200: string;
|
|
983
|
+
coolGrey300: string;
|
|
984
|
+
coolGrey400: string;
|
|
985
|
+
coolGrey500: string;
|
|
986
|
+
coolGrey600: string;
|
|
987
|
+
coolGrey700: string;
|
|
988
|
+
coolGrey800: string;
|
|
989
|
+
coolGrey900: string;
|
|
990
|
+
coolGrey1000: string;
|
|
991
|
+
coolGrey1100: string;
|
|
992
|
+
coolGrey1200: string;
|
|
957
993
|
alpha100: string;
|
|
958
994
|
alpha150: string;
|
|
959
995
|
alpha200: string;
|
|
@@ -227,6 +227,18 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
227
227
|
marsh1000: string;
|
|
228
228
|
marsh1100: string;
|
|
229
229
|
marsh1200: string;
|
|
230
|
+
coolGrey100: string;
|
|
231
|
+
coolGrey200: string;
|
|
232
|
+
coolGrey300: string;
|
|
233
|
+
coolGrey400: string;
|
|
234
|
+
coolGrey500: string;
|
|
235
|
+
coolGrey600: string;
|
|
236
|
+
coolGrey700: string;
|
|
237
|
+
coolGrey800: string;
|
|
238
|
+
coolGrey900: string;
|
|
239
|
+
coolGrey1000: string;
|
|
240
|
+
coolGrey1100: string;
|
|
241
|
+
coolGrey1200: string;
|
|
230
242
|
alpha100: string;
|
|
231
243
|
alpha150: string;
|
|
232
244
|
alpha200: string;
|
|
@@ -599,6 +611,18 @@ declare const StyledKeyboardShortcutIndicator: import("@atom-learning/stitches-r
|
|
|
599
611
|
marsh1000: string;
|
|
600
612
|
marsh1100: string;
|
|
601
613
|
marsh1200: string;
|
|
614
|
+
coolGrey100: string;
|
|
615
|
+
coolGrey200: string;
|
|
616
|
+
coolGrey300: string;
|
|
617
|
+
coolGrey400: string;
|
|
618
|
+
coolGrey500: string;
|
|
619
|
+
coolGrey600: string;
|
|
620
|
+
coolGrey700: string;
|
|
621
|
+
coolGrey800: string;
|
|
622
|
+
coolGrey900: string;
|
|
623
|
+
coolGrey1000: string;
|
|
624
|
+
coolGrey1100: string;
|
|
625
|
+
coolGrey1200: string;
|
|
602
626
|
alpha100: string;
|
|
603
627
|
alpha150: string;
|
|
604
628
|
alpha200: string;
|
|
@@ -205,6 +205,18 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
205
205
|
marsh1000: string;
|
|
206
206
|
marsh1100: string;
|
|
207
207
|
marsh1200: string;
|
|
208
|
+
coolGrey100: string;
|
|
209
|
+
coolGrey200: string;
|
|
210
|
+
coolGrey300: string;
|
|
211
|
+
coolGrey400: string;
|
|
212
|
+
coolGrey500: string;
|
|
213
|
+
coolGrey600: string;
|
|
214
|
+
coolGrey700: string;
|
|
215
|
+
coolGrey800: string;
|
|
216
|
+
coolGrey900: string;
|
|
217
|
+
coolGrey1000: string;
|
|
218
|
+
coolGrey1100: string;
|
|
219
|
+
coolGrey1200: string;
|
|
208
220
|
alpha100: string;
|
|
209
221
|
alpha150: string;
|
|
210
222
|
alpha200: string;
|
|
@@ -596,6 +608,18 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
596
608
|
marsh1000: string;
|
|
597
609
|
marsh1100: string;
|
|
598
610
|
marsh1200: string;
|
|
611
|
+
coolGrey100: string;
|
|
612
|
+
coolGrey200: string;
|
|
613
|
+
coolGrey300: string;
|
|
614
|
+
coolGrey400: string;
|
|
615
|
+
coolGrey500: string;
|
|
616
|
+
coolGrey600: string;
|
|
617
|
+
coolGrey700: string;
|
|
618
|
+
coolGrey800: string;
|
|
619
|
+
coolGrey900: string;
|
|
620
|
+
coolGrey1000: string;
|
|
621
|
+
coolGrey1100: string;
|
|
622
|
+
coolGrey1200: string;
|
|
599
623
|
alpha100: string;
|
|
600
624
|
alpha150: string;
|
|
601
625
|
alpha200: string;
|
|
@@ -969,6 +993,18 @@ export declare const KeyboardShortcut: import("react").ForwardRefExoticComponent
|
|
|
969
993
|
marsh1000: string;
|
|
970
994
|
marsh1100: string;
|
|
971
995
|
marsh1200: string;
|
|
996
|
+
coolGrey100: string;
|
|
997
|
+
coolGrey200: string;
|
|
998
|
+
coolGrey300: string;
|
|
999
|
+
coolGrey400: string;
|
|
1000
|
+
coolGrey500: string;
|
|
1001
|
+
coolGrey600: string;
|
|
1002
|
+
coolGrey700: string;
|
|
1003
|
+
coolGrey800: string;
|
|
1004
|
+
coolGrey900: string;
|
|
1005
|
+
coolGrey1000: string;
|
|
1006
|
+
coolGrey1100: string;
|
|
1007
|
+
coolGrey1200: string;
|
|
972
1008
|
alpha100: string;
|
|
973
1009
|
alpha150: string;
|
|
974
1010
|
alpha200: string;
|
|
@@ -210,6 +210,18 @@ declare const StyledLabel: import("@atom-learning/stitches-react/types/styled-co
|
|
|
210
210
|
marsh1000: string;
|
|
211
211
|
marsh1100: string;
|
|
212
212
|
marsh1200: string;
|
|
213
|
+
coolGrey100: string;
|
|
214
|
+
coolGrey200: string;
|
|
215
|
+
coolGrey300: string;
|
|
216
|
+
coolGrey400: string;
|
|
217
|
+
coolGrey500: string;
|
|
218
|
+
coolGrey600: string;
|
|
219
|
+
coolGrey700: string;
|
|
220
|
+
coolGrey800: string;
|
|
221
|
+
coolGrey900: string;
|
|
222
|
+
coolGrey1000: string;
|
|
223
|
+
coolGrey1100: string;
|
|
224
|
+
coolGrey1200: string;
|
|
213
225
|
alpha100: string;
|
|
214
226
|
alpha150: string;
|
|
215
227
|
alpha200: string;
|
|
@@ -208,6 +208,18 @@ export declare const StyledLink: import("@atom-learning/stitches-react/types/sty
|
|
|
208
208
|
marsh1000: string;
|
|
209
209
|
marsh1100: string;
|
|
210
210
|
marsh1200: string;
|
|
211
|
+
coolGrey100: string;
|
|
212
|
+
coolGrey200: string;
|
|
213
|
+
coolGrey300: string;
|
|
214
|
+
coolGrey400: string;
|
|
215
|
+
coolGrey500: string;
|
|
216
|
+
coolGrey600: string;
|
|
217
|
+
coolGrey700: string;
|
|
218
|
+
coolGrey800: string;
|
|
219
|
+
coolGrey900: string;
|
|
220
|
+
coolGrey1000: string;
|
|
221
|
+
coolGrey1100: string;
|
|
222
|
+
coolGrey1200: string;
|
|
211
223
|
alpha100: string;
|
|
212
224
|
alpha150: string;
|
|
213
225
|
alpha200: string;
|
|
@@ -203,6 +203,18 @@ export declare const StyledLi: import("@atom-learning/stitches-react/types/style
|
|
|
203
203
|
marsh1000: string;
|
|
204
204
|
marsh1100: string;
|
|
205
205
|
marsh1200: string;
|
|
206
|
+
coolGrey100: string;
|
|
207
|
+
coolGrey200: string;
|
|
208
|
+
coolGrey300: string;
|
|
209
|
+
coolGrey400: string;
|
|
210
|
+
coolGrey500: string;
|
|
211
|
+
coolGrey600: string;
|
|
212
|
+
coolGrey700: string;
|
|
213
|
+
coolGrey800: string;
|
|
214
|
+
coolGrey900: string;
|
|
215
|
+
coolGrey1000: string;
|
|
216
|
+
coolGrey1100: string;
|
|
217
|
+
coolGrey1200: string;
|
|
206
218
|
alpha100: string;
|
|
207
219
|
alpha150: string;
|
|
208
220
|
alpha200: string;
|
|
@@ -578,6 +590,18 @@ export declare const StyledList: import("@atom-learning/stitches-react/types/sty
|
|
|
578
590
|
marsh1000: string;
|
|
579
591
|
marsh1100: string;
|
|
580
592
|
marsh1200: string;
|
|
593
|
+
coolGrey100: string;
|
|
594
|
+
coolGrey200: string;
|
|
595
|
+
coolGrey300: string;
|
|
596
|
+
coolGrey400: string;
|
|
597
|
+
coolGrey500: string;
|
|
598
|
+
coolGrey600: string;
|
|
599
|
+
coolGrey700: string;
|
|
600
|
+
coolGrey800: string;
|
|
601
|
+
coolGrey900: string;
|
|
602
|
+
coolGrey1000: string;
|
|
603
|
+
coolGrey1100: string;
|
|
604
|
+
coolGrey1200: string;
|
|
581
605
|
alpha100: string;
|
|
582
606
|
alpha150: string;
|
|
583
607
|
alpha200: string;
|
|
@@ -210,6 +210,18 @@ declare const StyledMarkdownContent: import("@atom-learning/stitches-react/types
|
|
|
210
210
|
marsh1000: string;
|
|
211
211
|
marsh1100: string;
|
|
212
212
|
marsh1200: string;
|
|
213
|
+
coolGrey100: string;
|
|
214
|
+
coolGrey200: string;
|
|
215
|
+
coolGrey300: string;
|
|
216
|
+
coolGrey400: string;
|
|
217
|
+
coolGrey500: string;
|
|
218
|
+
coolGrey600: string;
|
|
219
|
+
coolGrey700: string;
|
|
220
|
+
coolGrey800: string;
|
|
221
|
+
coolGrey900: string;
|
|
222
|
+
coolGrey1000: string;
|
|
223
|
+
coolGrey1100: string;
|
|
224
|
+
coolGrey1200: string;
|
|
213
225
|
alpha100: string;
|
|
214
226
|
alpha150: string;
|
|
215
227
|
alpha200: string;
|
|
@@ -579,6 +591,18 @@ declare const StyledMarkdownContent: import("@atom-learning/stitches-react/types
|
|
|
579
591
|
marsh1000: string;
|
|
580
592
|
marsh1100: string;
|
|
581
593
|
marsh1200: string;
|
|
594
|
+
coolGrey100: string;
|
|
595
|
+
coolGrey200: string;
|
|
596
|
+
coolGrey300: string;
|
|
597
|
+
coolGrey400: string;
|
|
598
|
+
coolGrey500: string;
|
|
599
|
+
coolGrey600: string;
|
|
600
|
+
coolGrey700: string;
|
|
601
|
+
coolGrey800: string;
|
|
602
|
+
coolGrey900: string;
|
|
603
|
+
coolGrey1000: string;
|
|
604
|
+
coolGrey1100: string;
|
|
605
|
+
coolGrey1200: string;
|
|
582
606
|
alpha100: string;
|
|
583
607
|
alpha150: string;
|
|
584
608
|
alpha200: string;
|
|
@@ -208,6 +208,18 @@ export declare const StyledMarkdownEmphasis: import("@atom-learning/stitches-rea
|
|
|
208
208
|
marsh1000: string;
|
|
209
209
|
marsh1100: string;
|
|
210
210
|
marsh1200: string;
|
|
211
|
+
coolGrey100: string;
|
|
212
|
+
coolGrey200: string;
|
|
213
|
+
coolGrey300: string;
|
|
214
|
+
coolGrey400: string;
|
|
215
|
+
coolGrey500: string;
|
|
216
|
+
coolGrey600: string;
|
|
217
|
+
coolGrey700: string;
|
|
218
|
+
coolGrey800: string;
|
|
219
|
+
coolGrey900: string;
|
|
220
|
+
coolGrey1000: string;
|
|
221
|
+
coolGrey1100: string;
|
|
222
|
+
coolGrey1200: string;
|
|
211
223
|
alpha100: string;
|
|
212
224
|
alpha150: string;
|
|
213
225
|
alpha200: string;
|
|
@@ -204,6 +204,18 @@ declare const StyledMenu: import("@atom-learning/stitches-react/types/styled-com
|
|
|
204
204
|
marsh1000: string;
|
|
205
205
|
marsh1100: string;
|
|
206
206
|
marsh1200: string;
|
|
207
|
+
coolGrey100: string;
|
|
208
|
+
coolGrey200: string;
|
|
209
|
+
coolGrey300: string;
|
|
210
|
+
coolGrey400: string;
|
|
211
|
+
coolGrey500: string;
|
|
212
|
+
coolGrey600: string;
|
|
213
|
+
coolGrey700: string;
|
|
214
|
+
coolGrey800: string;
|
|
215
|
+
coolGrey900: string;
|
|
216
|
+
coolGrey1000: string;
|
|
217
|
+
coolGrey1100: string;
|
|
218
|
+
coolGrey1200: string;
|
|
207
219
|
alpha100: string;
|
|
208
220
|
alpha150: string;
|
|
209
221
|
alpha200: string;
|
|
@@ -581,6 +593,18 @@ export declare const NavigationMenu: {
|
|
|
581
593
|
marsh1000: string;
|
|
582
594
|
marsh1100: string;
|
|
583
595
|
marsh1200: string;
|
|
596
|
+
coolGrey100: string;
|
|
597
|
+
coolGrey200: string;
|
|
598
|
+
coolGrey300: string;
|
|
599
|
+
coolGrey400: string;
|
|
600
|
+
coolGrey500: string;
|
|
601
|
+
coolGrey600: string;
|
|
602
|
+
coolGrey700: string;
|
|
603
|
+
coolGrey800: string;
|
|
604
|
+
coolGrey900: string;
|
|
605
|
+
coolGrey1000: string;
|
|
606
|
+
coolGrey1100: string;
|
|
607
|
+
coolGrey1200: string;
|
|
584
608
|
alpha100: string;
|
|
585
609
|
alpha150: string;
|
|
586
610
|
alpha200: string;
|
|
@@ -955,6 +979,18 @@ export declare const NavigationMenu: {
|
|
|
955
979
|
marsh1000: string;
|
|
956
980
|
marsh1100: string;
|
|
957
981
|
marsh1200: string;
|
|
982
|
+
coolGrey100: string;
|
|
983
|
+
coolGrey200: string;
|
|
984
|
+
coolGrey300: string;
|
|
985
|
+
coolGrey400: string;
|
|
986
|
+
coolGrey500: string;
|
|
987
|
+
coolGrey600: string;
|
|
988
|
+
coolGrey700: string;
|
|
989
|
+
coolGrey800: string;
|
|
990
|
+
coolGrey900: string;
|
|
991
|
+
coolGrey1000: string;
|
|
992
|
+
coolGrey1100: string;
|
|
993
|
+
coolGrey1200: string;
|
|
958
994
|
alpha100: string;
|
|
959
995
|
alpha150: string;
|
|
960
996
|
alpha200: string;
|
|
@@ -1336,6 +1372,18 @@ export declare const NavigationMenu: {
|
|
|
1336
1372
|
marsh1000: string;
|
|
1337
1373
|
marsh1100: string;
|
|
1338
1374
|
marsh1200: string;
|
|
1375
|
+
coolGrey100: string;
|
|
1376
|
+
coolGrey200: string;
|
|
1377
|
+
coolGrey300: string;
|
|
1378
|
+
coolGrey400: string;
|
|
1379
|
+
coolGrey500: string;
|
|
1380
|
+
coolGrey600: string;
|
|
1381
|
+
coolGrey700: string;
|
|
1382
|
+
coolGrey800: string;
|
|
1383
|
+
coolGrey900: string;
|
|
1384
|
+
coolGrey1000: string;
|
|
1385
|
+
coolGrey1100: string;
|
|
1386
|
+
coolGrey1200: string;
|
|
1339
1387
|
alpha100: string;
|
|
1340
1388
|
alpha150: string;
|
|
1341
1389
|
alpha200: string;
|
|
@@ -1712,6 +1760,18 @@ export declare const NavigationMenu: {
|
|
|
1712
1760
|
marsh1000: string;
|
|
1713
1761
|
marsh1100: string;
|
|
1714
1762
|
marsh1200: string;
|
|
1763
|
+
coolGrey100: string;
|
|
1764
|
+
coolGrey200: string;
|
|
1765
|
+
coolGrey300: string;
|
|
1766
|
+
coolGrey400: string;
|
|
1767
|
+
coolGrey500: string;
|
|
1768
|
+
coolGrey600: string;
|
|
1769
|
+
coolGrey700: string;
|
|
1770
|
+
coolGrey800: string;
|
|
1771
|
+
coolGrey900: string;
|
|
1772
|
+
coolGrey1000: string;
|
|
1773
|
+
coolGrey1100: string;
|
|
1774
|
+
coolGrey1200: string;
|
|
1715
1775
|
alpha100: string;
|
|
1716
1776
|
alpha150: string;
|
|
1717
1777
|
alpha200: string;
|
|
@@ -2086,6 +2146,18 @@ export declare const NavigationMenu: {
|
|
|
2086
2146
|
marsh1000: string;
|
|
2087
2147
|
marsh1100: string;
|
|
2088
2148
|
marsh1200: string;
|
|
2149
|
+
coolGrey100: string;
|
|
2150
|
+
coolGrey200: string;
|
|
2151
|
+
coolGrey300: string;
|
|
2152
|
+
coolGrey400: string;
|
|
2153
|
+
coolGrey500: string;
|
|
2154
|
+
coolGrey600: string;
|
|
2155
|
+
coolGrey700: string;
|
|
2156
|
+
coolGrey800: string;
|
|
2157
|
+
coolGrey900: string;
|
|
2158
|
+
coolGrey1000: string;
|
|
2159
|
+
coolGrey1100: string;
|
|
2160
|
+
coolGrey1200: string;
|
|
2089
2161
|
alpha100: string;
|
|
2090
2162
|
alpha150: string;
|
|
2091
2163
|
alpha200: string;
|
|
@@ -2465,6 +2537,18 @@ export declare const NavigationMenu: {
|
|
|
2465
2537
|
marsh1000: string;
|
|
2466
2538
|
marsh1100: string;
|
|
2467
2539
|
marsh1200: string;
|
|
2540
|
+
coolGrey100: string;
|
|
2541
|
+
coolGrey200: string;
|
|
2542
|
+
coolGrey300: string;
|
|
2543
|
+
coolGrey400: string;
|
|
2544
|
+
coolGrey500: string;
|
|
2545
|
+
coolGrey600: string;
|
|
2546
|
+
coolGrey700: string;
|
|
2547
|
+
coolGrey800: string;
|
|
2548
|
+
coolGrey900: string;
|
|
2549
|
+
coolGrey1000: string;
|
|
2550
|
+
coolGrey1100: string;
|
|
2551
|
+
coolGrey1200: string;
|
|
2468
2552
|
alpha100: string;
|
|
2469
2553
|
alpha150: string;
|
|
2470
2554
|
alpha200: string;
|
|
@@ -2837,6 +2921,18 @@ export declare const NavigationMenu: {
|
|
|
2837
2921
|
marsh1000: string;
|
|
2838
2922
|
marsh1100: string;
|
|
2839
2923
|
marsh1200: string;
|
|
2924
|
+
coolGrey100: string;
|
|
2925
|
+
coolGrey200: string;
|
|
2926
|
+
coolGrey300: string;
|
|
2927
|
+
coolGrey400: string;
|
|
2928
|
+
coolGrey500: string;
|
|
2929
|
+
coolGrey600: string;
|
|
2930
|
+
coolGrey700: string;
|
|
2931
|
+
coolGrey800: string;
|
|
2932
|
+
coolGrey900: string;
|
|
2933
|
+
coolGrey1000: string;
|
|
2934
|
+
coolGrey1100: string;
|
|
2935
|
+
coolGrey1200: string;
|
|
2840
2936
|
alpha100: string;
|
|
2841
2937
|
alpha150: string;
|
|
2842
2938
|
alpha200: string;
|
|
@@ -3210,6 +3306,18 @@ export declare const NavigationMenu: {
|
|
|
3210
3306
|
marsh1000: string;
|
|
3211
3307
|
marsh1100: string;
|
|
3212
3308
|
marsh1200: string;
|
|
3309
|
+
coolGrey100: string;
|
|
3310
|
+
coolGrey200: string;
|
|
3311
|
+
coolGrey300: string;
|
|
3312
|
+
coolGrey400: string;
|
|
3313
|
+
coolGrey500: string;
|
|
3314
|
+
coolGrey600: string;
|
|
3315
|
+
coolGrey700: string;
|
|
3316
|
+
coolGrey800: string;
|
|
3317
|
+
coolGrey900: string;
|
|
3318
|
+
coolGrey1000: string;
|
|
3319
|
+
coolGrey1100: string;
|
|
3320
|
+
coolGrey1200: string;
|
|
3213
3321
|
alpha100: string;
|
|
3214
3322
|
alpha150: string;
|
|
3215
3323
|
alpha200: string;
|
|
@@ -204,6 +204,18 @@ declare const StyledContent: import("@atom-learning/stitches-react/types/styled-
|
|
|
204
204
|
marsh1000: string;
|
|
205
205
|
marsh1100: string;
|
|
206
206
|
marsh1200: string;
|
|
207
|
+
coolGrey100: string;
|
|
208
|
+
coolGrey200: string;
|
|
209
|
+
coolGrey300: string;
|
|
210
|
+
coolGrey400: string;
|
|
211
|
+
coolGrey500: string;
|
|
212
|
+
coolGrey600: string;
|
|
213
|
+
coolGrey700: string;
|
|
214
|
+
coolGrey800: string;
|
|
215
|
+
coolGrey900: string;
|
|
216
|
+
coolGrey1000: string;
|
|
217
|
+
coolGrey1100: string;
|
|
218
|
+
coolGrey1200: string;
|
|
207
219
|
alpha100: string;
|
|
208
220
|
alpha150: string;
|
|
209
221
|
alpha200: string;
|
|
@@ -213,6 +213,18 @@ export declare const NavigationMenuDropdownItemTitle: import("@atom-learning/sti
|
|
|
213
213
|
marsh1000: string;
|
|
214
214
|
marsh1100: string;
|
|
215
215
|
marsh1200: string;
|
|
216
|
+
coolGrey100: string;
|
|
217
|
+
coolGrey200: string;
|
|
218
|
+
coolGrey300: string;
|
|
219
|
+
coolGrey400: string;
|
|
220
|
+
coolGrey500: string;
|
|
221
|
+
coolGrey600: string;
|
|
222
|
+
coolGrey700: string;
|
|
223
|
+
coolGrey800: string;
|
|
224
|
+
coolGrey900: string;
|
|
225
|
+
coolGrey1000: string;
|
|
226
|
+
coolGrey1100: string;
|
|
227
|
+
coolGrey1200: string;
|
|
216
228
|
alpha100: string;
|
|
217
229
|
alpha150: string;
|
|
218
230
|
alpha200: string;
|
|
@@ -585,6 +597,18 @@ export declare const NavigationMenuDropdownItemTitle: import("@atom-learning/sti
|
|
|
585
597
|
marsh1000: string;
|
|
586
598
|
marsh1100: string;
|
|
587
599
|
marsh1200: string;
|
|
600
|
+
coolGrey100: string;
|
|
601
|
+
coolGrey200: string;
|
|
602
|
+
coolGrey300: string;
|
|
603
|
+
coolGrey400: string;
|
|
604
|
+
coolGrey500: string;
|
|
605
|
+
coolGrey600: string;
|
|
606
|
+
coolGrey700: string;
|
|
607
|
+
coolGrey800: string;
|
|
608
|
+
coolGrey900: string;
|
|
609
|
+
coolGrey1000: string;
|
|
610
|
+
coolGrey1100: string;
|
|
611
|
+
coolGrey1200: string;
|
|
588
612
|
alpha100: string;
|
|
589
613
|
alpha150: string;
|
|
590
614
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ declare const StyledTrigger: import("@atom-learning/stitches-react/types/styled-
|
|
|
206
206
|
marsh1000: string;
|
|
207
207
|
marsh1100: string;
|
|
208
208
|
marsh1200: string;
|
|
209
|
+
coolGrey100: string;
|
|
210
|
+
coolGrey200: string;
|
|
211
|
+
coolGrey300: string;
|
|
212
|
+
coolGrey400: string;
|
|
213
|
+
coolGrey500: string;
|
|
214
|
+
coolGrey600: string;
|
|
215
|
+
coolGrey700: string;
|
|
216
|
+
coolGrey800: string;
|
|
217
|
+
coolGrey900: string;
|
|
218
|
+
coolGrey1000: string;
|
|
219
|
+
coolGrey1100: string;
|
|
220
|
+
coolGrey1200: string;
|
|
209
221
|
alpha100: string;
|
|
210
222
|
alpha150: string;
|
|
211
223
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ declare const StyledLink: import("@atom-learning/stitches-react/types/styled-com
|
|
|
206
206
|
marsh1000: string;
|
|
207
207
|
marsh1100: string;
|
|
208
208
|
marsh1200: string;
|
|
209
|
+
coolGrey100: string;
|
|
210
|
+
coolGrey200: string;
|
|
211
|
+
coolGrey300: string;
|
|
212
|
+
coolGrey400: string;
|
|
213
|
+
coolGrey500: string;
|
|
214
|
+
coolGrey600: string;
|
|
215
|
+
coolGrey700: string;
|
|
216
|
+
coolGrey800: string;
|
|
217
|
+
coolGrey900: string;
|
|
218
|
+
coolGrey1000: string;
|
|
219
|
+
coolGrey1100: string;
|
|
220
|
+
coolGrey1200: string;
|
|
209
221
|
alpha100: string;
|
|
210
222
|
alpha150: string;
|
|
211
223
|
alpha200: string;
|