@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
|
@@ -202,6 +202,18 @@ export declare const SideBarHeader: import("@atom-learning/stitches-react/types/
|
|
|
202
202
|
marsh1000: string;
|
|
203
203
|
marsh1100: string;
|
|
204
204
|
marsh1200: string;
|
|
205
|
+
coolGrey100: string;
|
|
206
|
+
coolGrey200: string;
|
|
207
|
+
coolGrey300: string;
|
|
208
|
+
coolGrey400: string;
|
|
209
|
+
coolGrey500: string;
|
|
210
|
+
coolGrey600: string;
|
|
211
|
+
coolGrey700: string;
|
|
212
|
+
coolGrey800: string;
|
|
213
|
+
coolGrey900: string;
|
|
214
|
+
coolGrey1000: string;
|
|
215
|
+
coolGrey1100: string;
|
|
216
|
+
coolGrey1200: string;
|
|
205
217
|
alpha100: string;
|
|
206
218
|
alpha150: string;
|
|
207
219
|
alpha200: string;
|
|
@@ -572,6 +584,18 @@ export declare const SideBarBody: import("@atom-learning/stitches-react/types/st
|
|
|
572
584
|
marsh1000: string;
|
|
573
585
|
marsh1100: string;
|
|
574
586
|
marsh1200: string;
|
|
587
|
+
coolGrey100: string;
|
|
588
|
+
coolGrey200: string;
|
|
589
|
+
coolGrey300: string;
|
|
590
|
+
coolGrey400: string;
|
|
591
|
+
coolGrey500: string;
|
|
592
|
+
coolGrey600: string;
|
|
593
|
+
coolGrey700: string;
|
|
594
|
+
coolGrey800: string;
|
|
595
|
+
coolGrey900: string;
|
|
596
|
+
coolGrey1000: string;
|
|
597
|
+
coolGrey1100: string;
|
|
598
|
+
coolGrey1200: string;
|
|
575
599
|
alpha100: string;
|
|
576
600
|
alpha150: string;
|
|
577
601
|
alpha200: string;
|
|
@@ -942,6 +966,18 @@ export declare const SideBarFooter: import("@atom-learning/stitches-react/types/
|
|
|
942
966
|
marsh1000: string;
|
|
943
967
|
marsh1100: string;
|
|
944
968
|
marsh1200: string;
|
|
969
|
+
coolGrey100: string;
|
|
970
|
+
coolGrey200: string;
|
|
971
|
+
coolGrey300: string;
|
|
972
|
+
coolGrey400: string;
|
|
973
|
+
coolGrey500: string;
|
|
974
|
+
coolGrey600: string;
|
|
975
|
+
coolGrey700: string;
|
|
976
|
+
coolGrey800: string;
|
|
977
|
+
coolGrey900: string;
|
|
978
|
+
coolGrey1000: string;
|
|
979
|
+
coolGrey1100: string;
|
|
980
|
+
coolGrey1200: string;
|
|
945
981
|
alpha100: string;
|
|
946
982
|
alpha150: string;
|
|
947
983
|
alpha200: string;
|
|
@@ -1312,6 +1348,18 @@ export declare const SideBarBrand: import("@atom-learning/stitches-react/types/s
|
|
|
1312
1348
|
marsh1000: string;
|
|
1313
1349
|
marsh1100: string;
|
|
1314
1350
|
marsh1200: string;
|
|
1351
|
+
coolGrey100: string;
|
|
1352
|
+
coolGrey200: string;
|
|
1353
|
+
coolGrey300: string;
|
|
1354
|
+
coolGrey400: string;
|
|
1355
|
+
coolGrey500: string;
|
|
1356
|
+
coolGrey600: string;
|
|
1357
|
+
coolGrey700: string;
|
|
1358
|
+
coolGrey800: string;
|
|
1359
|
+
coolGrey900: string;
|
|
1360
|
+
coolGrey1000: string;
|
|
1361
|
+
coolGrey1100: string;
|
|
1362
|
+
coolGrey1200: string;
|
|
1315
1363
|
alpha100: string;
|
|
1316
1364
|
alpha150: string;
|
|
1317
1365
|
alpha200: string;
|
|
@@ -1688,6 +1736,18 @@ export declare const SideBarBrandLogo: {
|
|
|
1688
1736
|
marsh1000: string;
|
|
1689
1737
|
marsh1100: string;
|
|
1690
1738
|
marsh1200: string;
|
|
1739
|
+
coolGrey100: string;
|
|
1740
|
+
coolGrey200: string;
|
|
1741
|
+
coolGrey300: string;
|
|
1742
|
+
coolGrey400: string;
|
|
1743
|
+
coolGrey500: string;
|
|
1744
|
+
coolGrey600: string;
|
|
1745
|
+
coolGrey700: string;
|
|
1746
|
+
coolGrey800: string;
|
|
1747
|
+
coolGrey900: string;
|
|
1748
|
+
coolGrey1000: string;
|
|
1749
|
+
coolGrey1100: string;
|
|
1750
|
+
coolGrey1200: string;
|
|
1691
1751
|
alpha100: string;
|
|
1692
1752
|
alpha150: string;
|
|
1693
1753
|
alpha200: string;
|
|
@@ -2071,6 +2131,18 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
|
|
|
2071
2131
|
marsh1000: string;
|
|
2072
2132
|
marsh1100: string;
|
|
2073
2133
|
marsh1200: string;
|
|
2134
|
+
coolGrey100: string;
|
|
2135
|
+
coolGrey200: string;
|
|
2136
|
+
coolGrey300: string;
|
|
2137
|
+
coolGrey400: string;
|
|
2138
|
+
coolGrey500: string;
|
|
2139
|
+
coolGrey600: string;
|
|
2140
|
+
coolGrey700: string;
|
|
2141
|
+
coolGrey800: string;
|
|
2142
|
+
coolGrey900: string;
|
|
2143
|
+
coolGrey1000: string;
|
|
2144
|
+
coolGrey1100: string;
|
|
2145
|
+
coolGrey1200: string;
|
|
2074
2146
|
alpha100: string;
|
|
2075
2147
|
alpha150: string;
|
|
2076
2148
|
alpha200: string;
|
|
@@ -2443,6 +2515,18 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
|
|
|
2443
2515
|
marsh1000: string;
|
|
2444
2516
|
marsh1100: string;
|
|
2445
2517
|
marsh1200: string;
|
|
2518
|
+
coolGrey100: string;
|
|
2519
|
+
coolGrey200: string;
|
|
2520
|
+
coolGrey300: string;
|
|
2521
|
+
coolGrey400: string;
|
|
2522
|
+
coolGrey500: string;
|
|
2523
|
+
coolGrey600: string;
|
|
2524
|
+
coolGrey700: string;
|
|
2525
|
+
coolGrey800: string;
|
|
2526
|
+
coolGrey900: string;
|
|
2527
|
+
coolGrey1000: string;
|
|
2528
|
+
coolGrey1100: string;
|
|
2529
|
+
coolGrey1200: string;
|
|
2446
2530
|
alpha100: string;
|
|
2447
2531
|
alpha150: string;
|
|
2448
2532
|
alpha200: string;
|
|
@@ -208,6 +208,18 @@ declare const StyledTrack: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -578,6 +590,18 @@ declare const StyledSlider: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -212,6 +212,18 @@ export declare const StyledHandle: import("@atom-learning/stitches-react/types/s
|
|
|
212
212
|
marsh1000: string;
|
|
213
213
|
marsh1100: string;
|
|
214
214
|
marsh1200: string;
|
|
215
|
+
coolGrey100: string;
|
|
216
|
+
coolGrey200: string;
|
|
217
|
+
coolGrey300: string;
|
|
218
|
+
coolGrey400: string;
|
|
219
|
+
coolGrey500: string;
|
|
220
|
+
coolGrey600: string;
|
|
221
|
+
coolGrey700: string;
|
|
222
|
+
coolGrey800: string;
|
|
223
|
+
coolGrey900: string;
|
|
224
|
+
coolGrey1000: string;
|
|
225
|
+
coolGrey1100: string;
|
|
226
|
+
coolGrey1200: string;
|
|
215
227
|
alpha100: string;
|
|
216
228
|
alpha150: string;
|
|
217
229
|
alpha200: string;
|
|
@@ -601,6 +613,18 @@ export declare const StyledHandle: import("@atom-learning/stitches-react/types/s
|
|
|
601
613
|
marsh1000: string;
|
|
602
614
|
marsh1100: string;
|
|
603
615
|
marsh1200: string;
|
|
616
|
+
coolGrey100: string;
|
|
617
|
+
coolGrey200: string;
|
|
618
|
+
coolGrey300: string;
|
|
619
|
+
coolGrey400: string;
|
|
620
|
+
coolGrey500: string;
|
|
621
|
+
coolGrey600: string;
|
|
622
|
+
coolGrey700: string;
|
|
623
|
+
coolGrey800: string;
|
|
624
|
+
coolGrey900: string;
|
|
625
|
+
coolGrey1000: string;
|
|
626
|
+
coolGrey1100: string;
|
|
627
|
+
coolGrey1200: string;
|
|
604
628
|
alpha100: string;
|
|
605
629
|
alpha150: string;
|
|
606
630
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ export declare const Spacer: 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;
|
|
@@ -208,6 +208,18 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
|
|
|
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;
|
|
@@ -579,6 +591,18 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
|
|
|
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 StepperStepContainer: import("@atom-learning/stitches-react
|
|
|
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;
|
|
@@ -582,6 +594,18 @@ export declare const StepperStepContainer: import("@atom-learning/stitches-react
|
|
|
582
594
|
marsh1000: string;
|
|
583
595
|
marsh1100: string;
|
|
584
596
|
marsh1200: string;
|
|
597
|
+
coolGrey100: string;
|
|
598
|
+
coolGrey200: string;
|
|
599
|
+
coolGrey300: string;
|
|
600
|
+
coolGrey400: string;
|
|
601
|
+
coolGrey500: string;
|
|
602
|
+
coolGrey600: string;
|
|
603
|
+
coolGrey700: string;
|
|
604
|
+
coolGrey800: string;
|
|
605
|
+
coolGrey900: string;
|
|
606
|
+
coolGrey1000: string;
|
|
607
|
+
coolGrey1100: string;
|
|
608
|
+
coolGrey1200: string;
|
|
585
609
|
alpha100: string;
|
|
586
610
|
alpha150: string;
|
|
587
611
|
alpha200: string;
|
|
@@ -210,6 +210,18 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
|
|
|
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;
|
|
@@ -585,6 +597,18 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
|
|
|
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 StyledSwitch: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -207,6 +207,18 @@ declare const StyledTable: import("@atom-learning/stitches-react/types/styled-co
|
|
|
207
207
|
marsh1000: string;
|
|
208
208
|
marsh1100: string;
|
|
209
209
|
marsh1200: string;
|
|
210
|
+
coolGrey100: string;
|
|
211
|
+
coolGrey200: string;
|
|
212
|
+
coolGrey300: string;
|
|
213
|
+
coolGrey400: string;
|
|
214
|
+
coolGrey500: string;
|
|
215
|
+
coolGrey600: string;
|
|
216
|
+
coolGrey700: string;
|
|
217
|
+
coolGrey800: string;
|
|
218
|
+
coolGrey900: string;
|
|
219
|
+
coolGrey1000: string;
|
|
220
|
+
coolGrey1100: string;
|
|
221
|
+
coolGrey1200: string;
|
|
210
222
|
alpha100: string;
|
|
211
223
|
alpha150: string;
|
|
212
224
|
alpha200: string;
|
|
@@ -590,6 +602,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
590
602
|
marsh1000: string;
|
|
591
603
|
marsh1100: string;
|
|
592
604
|
marsh1200: string;
|
|
605
|
+
coolGrey100: string;
|
|
606
|
+
coolGrey200: string;
|
|
607
|
+
coolGrey300: string;
|
|
608
|
+
coolGrey400: string;
|
|
609
|
+
coolGrey500: string;
|
|
610
|
+
coolGrey600: string;
|
|
611
|
+
coolGrey700: string;
|
|
612
|
+
coolGrey800: string;
|
|
613
|
+
coolGrey900: string;
|
|
614
|
+
coolGrey1000: string;
|
|
615
|
+
coolGrey1100: string;
|
|
616
|
+
coolGrey1200: string;
|
|
593
617
|
alpha100: string;
|
|
594
618
|
alpha150: string;
|
|
595
619
|
alpha200: string;
|
|
@@ -963,6 +987,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
963
987
|
marsh1000: string;
|
|
964
988
|
marsh1100: string;
|
|
965
989
|
marsh1200: string;
|
|
990
|
+
coolGrey100: string;
|
|
991
|
+
coolGrey200: string;
|
|
992
|
+
coolGrey300: string;
|
|
993
|
+
coolGrey400: string;
|
|
994
|
+
coolGrey500: string;
|
|
995
|
+
coolGrey600: string;
|
|
996
|
+
coolGrey700: string;
|
|
997
|
+
coolGrey800: string;
|
|
998
|
+
coolGrey900: string;
|
|
999
|
+
coolGrey1000: string;
|
|
1000
|
+
coolGrey1100: string;
|
|
1001
|
+
coolGrey1200: string;
|
|
966
1002
|
alpha100: string;
|
|
967
1003
|
alpha150: string;
|
|
968
1004
|
alpha200: string;
|
|
@@ -1333,6 +1369,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
1333
1369
|
marsh1000: string;
|
|
1334
1370
|
marsh1100: string;
|
|
1335
1371
|
marsh1200: string;
|
|
1372
|
+
coolGrey100: string;
|
|
1373
|
+
coolGrey200: string;
|
|
1374
|
+
coolGrey300: string;
|
|
1375
|
+
coolGrey400: string;
|
|
1376
|
+
coolGrey500: string;
|
|
1377
|
+
coolGrey600: string;
|
|
1378
|
+
coolGrey700: string;
|
|
1379
|
+
coolGrey800: string;
|
|
1380
|
+
coolGrey900: string;
|
|
1381
|
+
coolGrey1000: string;
|
|
1382
|
+
coolGrey1100: string;
|
|
1383
|
+
coolGrey1200: string;
|
|
1336
1384
|
alpha100: string;
|
|
1337
1385
|
alpha150: string;
|
|
1338
1386
|
alpha200: string;
|
|
@@ -1703,6 +1751,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
1703
1751
|
marsh1000: string;
|
|
1704
1752
|
marsh1100: string;
|
|
1705
1753
|
marsh1200: string;
|
|
1754
|
+
coolGrey100: string;
|
|
1755
|
+
coolGrey200: string;
|
|
1756
|
+
coolGrey300: string;
|
|
1757
|
+
coolGrey400: string;
|
|
1758
|
+
coolGrey500: string;
|
|
1759
|
+
coolGrey600: string;
|
|
1760
|
+
coolGrey700: string;
|
|
1761
|
+
coolGrey800: string;
|
|
1762
|
+
coolGrey900: string;
|
|
1763
|
+
coolGrey1000: string;
|
|
1764
|
+
coolGrey1100: string;
|
|
1765
|
+
coolGrey1200: string;
|
|
1706
1766
|
alpha100: string;
|
|
1707
1767
|
alpha150: string;
|
|
1708
1768
|
alpha200: string;
|
|
@@ -2080,6 +2140,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2080
2140
|
marsh1000: string;
|
|
2081
2141
|
marsh1100: string;
|
|
2082
2142
|
marsh1200: string;
|
|
2143
|
+
coolGrey100: string;
|
|
2144
|
+
coolGrey200: string;
|
|
2145
|
+
coolGrey300: string;
|
|
2146
|
+
coolGrey400: string;
|
|
2147
|
+
coolGrey500: string;
|
|
2148
|
+
coolGrey600: string;
|
|
2149
|
+
coolGrey700: string;
|
|
2150
|
+
coolGrey800: string;
|
|
2151
|
+
coolGrey900: string;
|
|
2152
|
+
coolGrey1000: string;
|
|
2153
|
+
coolGrey1100: string;
|
|
2154
|
+
coolGrey1200: string;
|
|
2083
2155
|
alpha100: string;
|
|
2084
2156
|
alpha150: string;
|
|
2085
2157
|
alpha200: string;
|
|
@@ -2453,6 +2525,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2453
2525
|
marsh1000: string;
|
|
2454
2526
|
marsh1100: string;
|
|
2455
2527
|
marsh1200: string;
|
|
2528
|
+
coolGrey100: string;
|
|
2529
|
+
coolGrey200: string;
|
|
2530
|
+
coolGrey300: string;
|
|
2531
|
+
coolGrey400: string;
|
|
2532
|
+
coolGrey500: string;
|
|
2533
|
+
coolGrey600: string;
|
|
2534
|
+
coolGrey700: string;
|
|
2535
|
+
coolGrey800: string;
|
|
2536
|
+
coolGrey900: string;
|
|
2537
|
+
coolGrey1000: string;
|
|
2538
|
+
coolGrey1100: string;
|
|
2539
|
+
coolGrey1200: string;
|
|
2456
2540
|
alpha100: string;
|
|
2457
2541
|
alpha150: string;
|
|
2458
2542
|
alpha200: string;
|
|
@@ -2826,6 +2910,18 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
|
|
|
2826
2910
|
marsh1000: string;
|
|
2827
2911
|
marsh1100: string;
|
|
2828
2912
|
marsh1200: string;
|
|
2913
|
+
coolGrey100: string;
|
|
2914
|
+
coolGrey200: string;
|
|
2915
|
+
coolGrey300: string;
|
|
2916
|
+
coolGrey400: string;
|
|
2917
|
+
coolGrey500: string;
|
|
2918
|
+
coolGrey600: string;
|
|
2919
|
+
coolGrey700: string;
|
|
2920
|
+
coolGrey800: string;
|
|
2921
|
+
coolGrey900: string;
|
|
2922
|
+
coolGrey1000: string;
|
|
2923
|
+
coolGrey1100: string;
|
|
2924
|
+
coolGrey1200: string;
|
|
2829
2925
|
alpha100: string;
|
|
2830
2926
|
alpha150: string;
|
|
2831
2927
|
alpha200: string;
|
|
@@ -205,6 +205,18 @@ declare const StyledTableBody: import("@atom-learning/stitches-react/types/style
|
|
|
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;
|
|
@@ -202,6 +202,18 @@ export declare const TableCell: import("@atom-learning/stitches-react/types/styl
|
|
|
202
202
|
marsh1000: string;
|
|
203
203
|
marsh1100: string;
|
|
204
204
|
marsh1200: string;
|
|
205
|
+
coolGrey100: string;
|
|
206
|
+
coolGrey200: string;
|
|
207
|
+
coolGrey300: string;
|
|
208
|
+
coolGrey400: string;
|
|
209
|
+
coolGrey500: string;
|
|
210
|
+
coolGrey600: string;
|
|
211
|
+
coolGrey700: string;
|
|
212
|
+
coolGrey800: string;
|
|
213
|
+
coolGrey900: string;
|
|
214
|
+
coolGrey1000: string;
|
|
215
|
+
coolGrey1100: string;
|
|
216
|
+
coolGrey1200: string;
|
|
205
217
|
alpha100: string;
|
|
206
218
|
alpha150: string;
|
|
207
219
|
alpha200: string;
|
|
@@ -202,6 +202,18 @@ export declare const TableFooter: import("@atom-learning/stitches-react/types/st
|
|
|
202
202
|
marsh1000: string;
|
|
203
203
|
marsh1100: string;
|
|
204
204
|
marsh1200: string;
|
|
205
|
+
coolGrey100: string;
|
|
206
|
+
coolGrey200: string;
|
|
207
|
+
coolGrey300: string;
|
|
208
|
+
coolGrey400: string;
|
|
209
|
+
coolGrey500: string;
|
|
210
|
+
coolGrey600: string;
|
|
211
|
+
coolGrey700: string;
|
|
212
|
+
coolGrey800: string;
|
|
213
|
+
coolGrey900: string;
|
|
214
|
+
coolGrey1000: string;
|
|
215
|
+
coolGrey1100: string;
|
|
216
|
+
coolGrey1200: string;
|
|
205
217
|
alpha100: string;
|
|
206
218
|
alpha150: string;
|
|
207
219
|
alpha200: string;
|
|
@@ -202,6 +202,18 @@ export declare const TableFooterCell: import("@atom-learning/stitches-react/type
|
|
|
202
202
|
marsh1000: string;
|
|
203
203
|
marsh1100: string;
|
|
204
204
|
marsh1200: string;
|
|
205
|
+
coolGrey100: string;
|
|
206
|
+
coolGrey200: string;
|
|
207
|
+
coolGrey300: string;
|
|
208
|
+
coolGrey400: string;
|
|
209
|
+
coolGrey500: string;
|
|
210
|
+
coolGrey600: string;
|
|
211
|
+
coolGrey700: string;
|
|
212
|
+
coolGrey800: string;
|
|
213
|
+
coolGrey900: string;
|
|
214
|
+
coolGrey1000: string;
|
|
215
|
+
coolGrey1100: string;
|
|
216
|
+
coolGrey1200: string;
|
|
205
217
|
alpha100: string;
|
|
206
218
|
alpha150: string;
|
|
207
219
|
alpha200: string;
|
|
@@ -213,6 +213,18 @@ declare const StyledTableHeader: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -202,6 +202,18 @@ export declare const TableHeaderCell: import("@atom-learning/stitches-react/type
|
|
|
202
202
|
marsh1000: string;
|
|
203
203
|
marsh1100: string;
|
|
204
204
|
marsh1200: string;
|
|
205
|
+
coolGrey100: string;
|
|
206
|
+
coolGrey200: string;
|
|
207
|
+
coolGrey300: string;
|
|
208
|
+
coolGrey400: string;
|
|
209
|
+
coolGrey500: string;
|
|
210
|
+
coolGrey600: string;
|
|
211
|
+
coolGrey700: string;
|
|
212
|
+
coolGrey800: string;
|
|
213
|
+
coolGrey900: string;
|
|
214
|
+
coolGrey1000: string;
|
|
215
|
+
coolGrey1100: string;
|
|
216
|
+
coolGrey1200: string;
|
|
205
217
|
alpha100: string;
|
|
206
218
|
alpha150: string;
|
|
207
219
|
alpha200: string;
|
|
@@ -203,6 +203,18 @@ declare const StyledRow: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
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;
|