@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
|
@@ -203,6 +203,18 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
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;
|
|
@@ -574,6 +586,18 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
574
586
|
marsh1000: string;
|
|
575
587
|
marsh1100: string;
|
|
576
588
|
marsh1200: string;
|
|
589
|
+
coolGrey100: string;
|
|
590
|
+
coolGrey200: string;
|
|
591
|
+
coolGrey300: string;
|
|
592
|
+
coolGrey400: string;
|
|
593
|
+
coolGrey500: string;
|
|
594
|
+
coolGrey600: string;
|
|
595
|
+
coolGrey700: string;
|
|
596
|
+
coolGrey800: string;
|
|
597
|
+
coolGrey900: string;
|
|
598
|
+
coolGrey1000: string;
|
|
599
|
+
coolGrey1100: string;
|
|
600
|
+
coolGrey1200: string;
|
|
577
601
|
alpha100: string;
|
|
578
602
|
alpha150: string;
|
|
579
603
|
alpha200: string;
|
|
@@ -949,6 +973,18 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
949
973
|
marsh1000: string;
|
|
950
974
|
marsh1100: string;
|
|
951
975
|
marsh1200: string;
|
|
976
|
+
coolGrey100: string;
|
|
977
|
+
coolGrey200: string;
|
|
978
|
+
coolGrey300: string;
|
|
979
|
+
coolGrey400: string;
|
|
980
|
+
coolGrey500: string;
|
|
981
|
+
coolGrey600: string;
|
|
982
|
+
coolGrey700: string;
|
|
983
|
+
coolGrey800: string;
|
|
984
|
+
coolGrey900: string;
|
|
985
|
+
coolGrey1000: string;
|
|
986
|
+
coolGrey1100: string;
|
|
987
|
+
coolGrey1200: string;
|
|
952
988
|
alpha100: string;
|
|
953
989
|
alpha150: string;
|
|
954
990
|
alpha200: string;
|
|
@@ -1322,6 +1358,18 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
|
|
|
1322
1358
|
marsh1000: string;
|
|
1323
1359
|
marsh1100: string;
|
|
1324
1360
|
marsh1200: string;
|
|
1361
|
+
coolGrey100: string;
|
|
1362
|
+
coolGrey200: string;
|
|
1363
|
+
coolGrey300: string;
|
|
1364
|
+
coolGrey400: string;
|
|
1365
|
+
coolGrey500: string;
|
|
1366
|
+
coolGrey600: string;
|
|
1367
|
+
coolGrey700: string;
|
|
1368
|
+
coolGrey800: string;
|
|
1369
|
+
coolGrey900: string;
|
|
1370
|
+
coolGrey1000: string;
|
|
1371
|
+
coolGrey1100: string;
|
|
1372
|
+
coolGrey1200: string;
|
|
1325
1373
|
alpha100: string;
|
|
1326
1374
|
alpha150: string;
|
|
1327
1375
|
alpha200: string;
|
|
@@ -202,6 +202,18 @@ export declare const TabsContent: 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;
|
|
@@ -204,6 +204,18 @@ export declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<Omit<impo
|
|
|
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;
|
|
@@ -204,6 +204,18 @@ declare const StyledTriggerList: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -245,6 +245,18 @@ export declare const StyledText: import("@atom-learning/stitches-react/types/sty
|
|
|
245
245
|
marsh1000: string;
|
|
246
246
|
marsh1100: string;
|
|
247
247
|
marsh1200: string;
|
|
248
|
+
coolGrey100: string;
|
|
249
|
+
coolGrey200: string;
|
|
250
|
+
coolGrey300: string;
|
|
251
|
+
coolGrey400: string;
|
|
252
|
+
coolGrey500: string;
|
|
253
|
+
coolGrey600: string;
|
|
254
|
+
coolGrey700: string;
|
|
255
|
+
coolGrey800: string;
|
|
256
|
+
coolGrey900: string;
|
|
257
|
+
coolGrey1000: string;
|
|
258
|
+
coolGrey1100: string;
|
|
259
|
+
coolGrey1200: string;
|
|
248
260
|
alpha100: string;
|
|
249
261
|
alpha150: string;
|
|
250
262
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ declare const StyledTextarea: 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 StyledTile: 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;
|
|
@@ -208,6 +208,18 @@ export declare const TileGroup: import("@atom-learning/stitches-react/types/styl
|
|
|
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;
|
|
@@ -211,6 +211,18 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
|
|
|
211
211
|
marsh1000: string;
|
|
212
212
|
marsh1100: string;
|
|
213
213
|
marsh1200: string;
|
|
214
|
+
coolGrey100: string;
|
|
215
|
+
coolGrey200: string;
|
|
216
|
+
coolGrey300: string;
|
|
217
|
+
coolGrey400: string;
|
|
218
|
+
coolGrey500: string;
|
|
219
|
+
coolGrey600: string;
|
|
220
|
+
coolGrey700: string;
|
|
221
|
+
coolGrey800: string;
|
|
222
|
+
coolGrey900: string;
|
|
223
|
+
coolGrey1000: string;
|
|
224
|
+
coolGrey1100: string;
|
|
225
|
+
coolGrey1200: string;
|
|
214
226
|
alpha100: string;
|
|
215
227
|
alpha150: string;
|
|
216
228
|
alpha200: string;
|
|
@@ -583,6 +595,18 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
|
|
|
583
595
|
marsh1000: string;
|
|
584
596
|
marsh1100: string;
|
|
585
597
|
marsh1200: string;
|
|
598
|
+
coolGrey100: string;
|
|
599
|
+
coolGrey200: string;
|
|
600
|
+
coolGrey300: string;
|
|
601
|
+
coolGrey400: string;
|
|
602
|
+
coolGrey500: string;
|
|
603
|
+
coolGrey600: string;
|
|
604
|
+
coolGrey700: string;
|
|
605
|
+
coolGrey800: string;
|
|
606
|
+
coolGrey900: string;
|
|
607
|
+
coolGrey1000: string;
|
|
608
|
+
coolGrey1100: string;
|
|
609
|
+
coolGrey1200: string;
|
|
586
610
|
alpha100: string;
|
|
587
611
|
alpha150: string;
|
|
588
612
|
alpha200: string;
|
|
@@ -211,6 +211,18 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
211
211
|
marsh1000: string;
|
|
212
212
|
marsh1100: string;
|
|
213
213
|
marsh1200: string;
|
|
214
|
+
coolGrey100: string;
|
|
215
|
+
coolGrey200: string;
|
|
216
|
+
coolGrey300: string;
|
|
217
|
+
coolGrey400: string;
|
|
218
|
+
coolGrey500: string;
|
|
219
|
+
coolGrey600: string;
|
|
220
|
+
coolGrey700: string;
|
|
221
|
+
coolGrey800: string;
|
|
222
|
+
coolGrey900: string;
|
|
223
|
+
coolGrey1000: string;
|
|
224
|
+
coolGrey1100: string;
|
|
225
|
+
coolGrey1200: string;
|
|
214
226
|
alpha100: string;
|
|
215
227
|
alpha150: string;
|
|
216
228
|
alpha200: string;
|
|
@@ -584,6 +596,18 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
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;
|
|
@@ -956,6 +980,18 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
|
|
|
956
980
|
marsh1000: string;
|
|
957
981
|
marsh1100: string;
|
|
958
982
|
marsh1200: string;
|
|
983
|
+
coolGrey100: string;
|
|
984
|
+
coolGrey200: string;
|
|
985
|
+
coolGrey300: string;
|
|
986
|
+
coolGrey400: string;
|
|
987
|
+
coolGrey500: string;
|
|
988
|
+
coolGrey600: string;
|
|
989
|
+
coolGrey700: string;
|
|
990
|
+
coolGrey800: string;
|
|
991
|
+
coolGrey900: string;
|
|
992
|
+
coolGrey1000: string;
|
|
993
|
+
coolGrey1100: string;
|
|
994
|
+
coolGrey1200: string;
|
|
959
995
|
alpha100: string;
|
|
960
996
|
alpha150: string;
|
|
961
997
|
alpha200: string;
|
|
@@ -209,6 +209,18 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
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 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
|
|
|
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;
|
|
@@ -205,6 +205,18 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -578,6 +590,18 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
|
|
|
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;
|
|
@@ -205,6 +205,18 @@ export declare const StyledItem: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
|
@@ -577,6 +589,18 @@ export declare const ToggleGroupItem: import("@atom-learning/stitches-react/type
|
|
|
577
589
|
marsh1000: string;
|
|
578
590
|
marsh1100: string;
|
|
579
591
|
marsh1200: string;
|
|
592
|
+
coolGrey100: string;
|
|
593
|
+
coolGrey200: string;
|
|
594
|
+
coolGrey300: string;
|
|
595
|
+
coolGrey400: string;
|
|
596
|
+
coolGrey500: string;
|
|
597
|
+
coolGrey600: string;
|
|
598
|
+
coolGrey700: string;
|
|
599
|
+
coolGrey800: string;
|
|
600
|
+
coolGrey900: string;
|
|
601
|
+
coolGrey1000: string;
|
|
602
|
+
coolGrey1100: string;
|
|
603
|
+
coolGrey1200: string;
|
|
580
604
|
alpha100: string;
|
|
581
605
|
alpha150: string;
|
|
582
606
|
alpha200: string;
|
|
@@ -215,6 +215,18 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
|
|
|
215
215
|
marsh1000: string;
|
|
216
216
|
marsh1100: string;
|
|
217
217
|
marsh1200: string;
|
|
218
|
+
coolGrey100: string;
|
|
219
|
+
coolGrey200: string;
|
|
220
|
+
coolGrey300: string;
|
|
221
|
+
coolGrey400: string;
|
|
222
|
+
coolGrey500: string;
|
|
223
|
+
coolGrey600: string;
|
|
224
|
+
coolGrey700: string;
|
|
225
|
+
coolGrey800: string;
|
|
226
|
+
coolGrey900: string;
|
|
227
|
+
coolGrey1000: string;
|
|
228
|
+
coolGrey1100: string;
|
|
229
|
+
coolGrey1200: string;
|
|
218
230
|
alpha100: string;
|
|
219
231
|
alpha150: string;
|
|
220
232
|
alpha200: string;
|
|
@@ -205,6 +205,18 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -578,6 +590,18 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -953,6 +977,18 @@ export declare const ToggleGroup: {
|
|
|
953
977
|
marsh1000: string;
|
|
954
978
|
marsh1100: string;
|
|
955
979
|
marsh1200: string;
|
|
980
|
+
coolGrey100: string;
|
|
981
|
+
coolGrey200: string;
|
|
982
|
+
coolGrey300: string;
|
|
983
|
+
coolGrey400: string;
|
|
984
|
+
coolGrey500: string;
|
|
985
|
+
coolGrey600: string;
|
|
986
|
+
coolGrey700: string;
|
|
987
|
+
coolGrey800: string;
|
|
988
|
+
coolGrey900: string;
|
|
989
|
+
coolGrey1000: string;
|
|
990
|
+
coolGrey1100: string;
|
|
991
|
+
coolGrey1200: string;
|
|
956
992
|
alpha100: string;
|
|
957
993
|
alpha150: string;
|
|
958
994
|
alpha200: string;
|
|
@@ -1333,6 +1369,18 @@ export declare const ToggleGroup: {
|
|
|
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;
|
|
@@ -1711,6 +1759,18 @@ export declare const ToggleGroup: {
|
|
|
1711
1759
|
marsh1000: string;
|
|
1712
1760
|
marsh1100: string;
|
|
1713
1761
|
marsh1200: string;
|
|
1762
|
+
coolGrey100: string;
|
|
1763
|
+
coolGrey200: string;
|
|
1764
|
+
coolGrey300: string;
|
|
1765
|
+
coolGrey400: string;
|
|
1766
|
+
coolGrey500: string;
|
|
1767
|
+
coolGrey600: string;
|
|
1768
|
+
coolGrey700: string;
|
|
1769
|
+
coolGrey800: string;
|
|
1770
|
+
coolGrey900: string;
|
|
1771
|
+
coolGrey1000: string;
|
|
1772
|
+
coolGrey1100: string;
|
|
1773
|
+
coolGrey1200: string;
|
|
1714
1774
|
alpha100: string;
|
|
1715
1775
|
alpha150: string;
|
|
1716
1776
|
alpha200: string;
|
|
@@ -2089,6 +2149,18 @@ export declare const ToggleGroup: {
|
|
|
2089
2149
|
marsh1000: string;
|
|
2090
2150
|
marsh1100: string;
|
|
2091
2151
|
marsh1200: string;
|
|
2152
|
+
coolGrey100: string;
|
|
2153
|
+
coolGrey200: string;
|
|
2154
|
+
coolGrey300: string;
|
|
2155
|
+
coolGrey400: string;
|
|
2156
|
+
coolGrey500: string;
|
|
2157
|
+
coolGrey600: string;
|
|
2158
|
+
coolGrey700: string;
|
|
2159
|
+
coolGrey800: string;
|
|
2160
|
+
coolGrey900: string;
|
|
2161
|
+
coolGrey1000: string;
|
|
2162
|
+
coolGrey1100: string;
|
|
2163
|
+
coolGrey1200: string;
|
|
2092
2164
|
alpha100: string;
|
|
2093
2165
|
alpha150: string;
|
|
2094
2166
|
alpha200: string;
|
|
@@ -212,6 +212,18 @@ export declare const Tooltip: {
|
|
|
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;
|
|
@@ -583,6 +595,18 @@ export declare const Tooltip: {
|
|
|
583
595
|
marsh1000: string;
|
|
584
596
|
marsh1100: string;
|
|
585
597
|
marsh1200: string;
|
|
598
|
+
coolGrey100: string;
|
|
599
|
+
coolGrey200: string;
|
|
600
|
+
coolGrey300: string;
|
|
601
|
+
coolGrey400: string;
|
|
602
|
+
coolGrey500: string;
|
|
603
|
+
coolGrey600: string;
|
|
604
|
+
coolGrey700: string;
|
|
605
|
+
coolGrey800: string;
|
|
606
|
+
coolGrey900: string;
|
|
607
|
+
coolGrey1000: string;
|
|
608
|
+
coolGrey1100: string;
|
|
609
|
+
coolGrey1200: string;
|
|
586
610
|
alpha100: string;
|
|
587
611
|
alpha150: string;
|
|
588
612
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ declare const StyledContent: 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;
|