@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 Combobox: 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;
|
|
@@ -574,6 +586,18 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
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;
|
|
@@ -952,6 +976,18 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
952
976
|
marsh1000: string;
|
|
953
977
|
marsh1100: string;
|
|
954
978
|
marsh1200: string;
|
|
979
|
+
coolGrey100: string;
|
|
980
|
+
coolGrey200: string;
|
|
981
|
+
coolGrey300: string;
|
|
982
|
+
coolGrey400: string;
|
|
983
|
+
coolGrey500: string;
|
|
984
|
+
coolGrey600: string;
|
|
985
|
+
coolGrey700: string;
|
|
986
|
+
coolGrey800: string;
|
|
987
|
+
coolGrey900: string;
|
|
988
|
+
coolGrey1000: string;
|
|
989
|
+
coolGrey1100: string;
|
|
990
|
+
coolGrey1200: string;
|
|
955
991
|
alpha100: string;
|
|
956
992
|
alpha150: string;
|
|
957
993
|
alpha200: string;
|
|
@@ -1323,6 +1359,18 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1323
1359
|
marsh1000: string;
|
|
1324
1360
|
marsh1100: string;
|
|
1325
1361
|
marsh1200: string;
|
|
1362
|
+
coolGrey100: string;
|
|
1363
|
+
coolGrey200: string;
|
|
1364
|
+
coolGrey300: string;
|
|
1365
|
+
coolGrey400: string;
|
|
1366
|
+
coolGrey500: string;
|
|
1367
|
+
coolGrey600: string;
|
|
1368
|
+
coolGrey700: string;
|
|
1369
|
+
coolGrey800: string;
|
|
1370
|
+
coolGrey900: string;
|
|
1371
|
+
coolGrey1000: string;
|
|
1372
|
+
coolGrey1100: string;
|
|
1373
|
+
coolGrey1200: string;
|
|
1326
1374
|
alpha100: string;
|
|
1327
1375
|
alpha150: string;
|
|
1328
1376
|
alpha200: string;
|
|
@@ -1693,6 +1741,18 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
|
|
|
1693
1741
|
marsh1000: string;
|
|
1694
1742
|
marsh1100: string;
|
|
1695
1743
|
marsh1200: string;
|
|
1744
|
+
coolGrey100: string;
|
|
1745
|
+
coolGrey200: string;
|
|
1746
|
+
coolGrey300: string;
|
|
1747
|
+
coolGrey400: string;
|
|
1748
|
+
coolGrey500: string;
|
|
1749
|
+
coolGrey600: string;
|
|
1750
|
+
coolGrey700: string;
|
|
1751
|
+
coolGrey800: string;
|
|
1752
|
+
coolGrey900: string;
|
|
1753
|
+
coolGrey1000: string;
|
|
1754
|
+
coolGrey1100: string;
|
|
1755
|
+
coolGrey1200: string;
|
|
1696
1756
|
alpha100: string;
|
|
1697
1757
|
alpha150: string;
|
|
1698
1758
|
alpha200: string;
|
|
@@ -206,6 +206,18 @@ export declare const StyledComboboxInput: import("@atom-learning/stitches-react/
|
|
|
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;
|
|
@@ -202,6 +202,18 @@ export declare const ComboboxList: import("@atom-learning/stitches-react/types/s
|
|
|
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 ComboboxOption: 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;
|
|
@@ -202,6 +202,18 @@ export declare const ComboboxPopover: 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;
|
|
@@ -232,6 +232,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
232
232
|
marsh1000: string;
|
|
233
233
|
marsh1100: string;
|
|
234
234
|
marsh1200: string;
|
|
235
|
+
coolGrey100: string;
|
|
236
|
+
coolGrey200: string;
|
|
237
|
+
coolGrey300: string;
|
|
238
|
+
coolGrey400: string;
|
|
239
|
+
coolGrey500: string;
|
|
240
|
+
coolGrey600: string;
|
|
241
|
+
coolGrey700: string;
|
|
242
|
+
coolGrey800: string;
|
|
243
|
+
coolGrey900: string;
|
|
244
|
+
coolGrey1000: string;
|
|
245
|
+
coolGrey1100: string;
|
|
246
|
+
coolGrey1200: string;
|
|
235
247
|
alpha100: string;
|
|
236
248
|
alpha150: string;
|
|
237
249
|
alpha200: string;
|
|
@@ -621,6 +633,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
621
633
|
marsh1000: string;
|
|
622
634
|
marsh1100: string;
|
|
623
635
|
marsh1200: string;
|
|
636
|
+
coolGrey100: string;
|
|
637
|
+
coolGrey200: string;
|
|
638
|
+
coolGrey300: string;
|
|
639
|
+
coolGrey400: string;
|
|
640
|
+
coolGrey500: string;
|
|
641
|
+
coolGrey600: string;
|
|
642
|
+
coolGrey700: string;
|
|
643
|
+
coolGrey800: string;
|
|
644
|
+
coolGrey900: string;
|
|
645
|
+
coolGrey1000: string;
|
|
646
|
+
coolGrey1100: string;
|
|
647
|
+
coolGrey1200: string;
|
|
624
648
|
alpha100: string;
|
|
625
649
|
alpha150: string;
|
|
626
650
|
alpha200: string;
|
|
@@ -1002,6 +1026,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1002
1026
|
marsh1000: string;
|
|
1003
1027
|
marsh1100: string;
|
|
1004
1028
|
marsh1200: string;
|
|
1029
|
+
coolGrey100: string;
|
|
1030
|
+
coolGrey200: string;
|
|
1031
|
+
coolGrey300: string;
|
|
1032
|
+
coolGrey400: string;
|
|
1033
|
+
coolGrey500: string;
|
|
1034
|
+
coolGrey600: string;
|
|
1035
|
+
coolGrey700: string;
|
|
1036
|
+
coolGrey800: string;
|
|
1037
|
+
coolGrey900: string;
|
|
1038
|
+
coolGrey1000: string;
|
|
1039
|
+
coolGrey1100: string;
|
|
1040
|
+
coolGrey1200: string;
|
|
1005
1041
|
alpha100: string;
|
|
1006
1042
|
alpha150: string;
|
|
1007
1043
|
alpha200: string;
|
|
@@ -1384,6 +1420,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1384
1420
|
marsh1000: string;
|
|
1385
1421
|
marsh1100: string;
|
|
1386
1422
|
marsh1200: string;
|
|
1423
|
+
coolGrey100: string;
|
|
1424
|
+
coolGrey200: string;
|
|
1425
|
+
coolGrey300: string;
|
|
1426
|
+
coolGrey400: string;
|
|
1427
|
+
coolGrey500: string;
|
|
1428
|
+
coolGrey600: string;
|
|
1429
|
+
coolGrey700: string;
|
|
1430
|
+
coolGrey800: string;
|
|
1431
|
+
coolGrey900: string;
|
|
1432
|
+
coolGrey1000: string;
|
|
1433
|
+
coolGrey1100: string;
|
|
1434
|
+
coolGrey1200: string;
|
|
1387
1435
|
alpha100: string;
|
|
1388
1436
|
alpha150: string;
|
|
1389
1437
|
alpha200: string;
|
|
@@ -1781,6 +1829,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1781
1829
|
marsh1000: string;
|
|
1782
1830
|
marsh1100: string;
|
|
1783
1831
|
marsh1200: string;
|
|
1832
|
+
coolGrey100: string;
|
|
1833
|
+
coolGrey200: string;
|
|
1834
|
+
coolGrey300: string;
|
|
1835
|
+
coolGrey400: string;
|
|
1836
|
+
coolGrey500: string;
|
|
1837
|
+
coolGrey600: string;
|
|
1838
|
+
coolGrey700: string;
|
|
1839
|
+
coolGrey800: string;
|
|
1840
|
+
coolGrey900: string;
|
|
1841
|
+
coolGrey1000: string;
|
|
1842
|
+
coolGrey1100: string;
|
|
1843
|
+
coolGrey1200: string;
|
|
1784
1844
|
alpha100: string;
|
|
1785
1845
|
alpha150: string;
|
|
1786
1846
|
alpha200: string;
|
|
@@ -2216,6 +2276,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
2216
2276
|
marsh1000: string;
|
|
2217
2277
|
marsh1100: string;
|
|
2218
2278
|
marsh1200: string;
|
|
2279
|
+
coolGrey100: string;
|
|
2280
|
+
coolGrey200: string;
|
|
2281
|
+
coolGrey300: string;
|
|
2282
|
+
coolGrey400: string;
|
|
2283
|
+
coolGrey500: string;
|
|
2284
|
+
coolGrey600: string;
|
|
2285
|
+
coolGrey700: string;
|
|
2286
|
+
coolGrey800: string;
|
|
2287
|
+
coolGrey900: string;
|
|
2288
|
+
coolGrey1000: string;
|
|
2289
|
+
coolGrey1100: string;
|
|
2290
|
+
coolGrey1200: string;
|
|
2219
2291
|
alpha100: string;
|
|
2220
2292
|
alpha150: string;
|
|
2221
2293
|
alpha200: string;
|
|
@@ -2602,6 +2674,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
2602
2674
|
marsh1000: string;
|
|
2603
2675
|
marsh1100: string;
|
|
2604
2676
|
marsh1200: string;
|
|
2677
|
+
coolGrey100: string;
|
|
2678
|
+
coolGrey200: string;
|
|
2679
|
+
coolGrey300: string;
|
|
2680
|
+
coolGrey400: string;
|
|
2681
|
+
coolGrey500: string;
|
|
2682
|
+
coolGrey600: string;
|
|
2683
|
+
coolGrey700: string;
|
|
2684
|
+
coolGrey800: string;
|
|
2685
|
+
coolGrey900: string;
|
|
2686
|
+
coolGrey1000: string;
|
|
2687
|
+
coolGrey1100: string;
|
|
2688
|
+
coolGrey1200: string;
|
|
2605
2689
|
alpha100: string;
|
|
2606
2690
|
alpha150: string;
|
|
2607
2691
|
alpha200: string;
|
|
@@ -3000,6 +3084,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3000
3084
|
marsh1000: string;
|
|
3001
3085
|
marsh1100: string;
|
|
3002
3086
|
marsh1200: string;
|
|
3087
|
+
coolGrey100: string;
|
|
3088
|
+
coolGrey200: string;
|
|
3089
|
+
coolGrey300: string;
|
|
3090
|
+
coolGrey400: string;
|
|
3091
|
+
coolGrey500: string;
|
|
3092
|
+
coolGrey600: string;
|
|
3093
|
+
coolGrey700: string;
|
|
3094
|
+
coolGrey800: string;
|
|
3095
|
+
coolGrey900: string;
|
|
3096
|
+
coolGrey1000: string;
|
|
3097
|
+
coolGrey1100: string;
|
|
3098
|
+
coolGrey1200: string;
|
|
3003
3099
|
alpha100: string;
|
|
3004
3100
|
alpha150: string;
|
|
3005
3101
|
alpha200: string;
|
|
@@ -3402,6 +3498,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3402
3498
|
marsh1000: string;
|
|
3403
3499
|
marsh1100: string;
|
|
3404
3500
|
marsh1200: string;
|
|
3501
|
+
coolGrey100: string;
|
|
3502
|
+
coolGrey200: string;
|
|
3503
|
+
coolGrey300: string;
|
|
3504
|
+
coolGrey400: string;
|
|
3505
|
+
coolGrey500: string;
|
|
3506
|
+
coolGrey600: string;
|
|
3507
|
+
coolGrey700: string;
|
|
3508
|
+
coolGrey800: string;
|
|
3509
|
+
coolGrey900: string;
|
|
3510
|
+
coolGrey1000: string;
|
|
3511
|
+
coolGrey1100: string;
|
|
3512
|
+
coolGrey1200: string;
|
|
3405
3513
|
alpha100: string;
|
|
3406
3514
|
alpha150: string;
|
|
3407
3515
|
alpha200: string;
|
|
@@ -3799,6 +3907,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
3799
3907
|
marsh1000: string;
|
|
3800
3908
|
marsh1100: string;
|
|
3801
3909
|
marsh1200: string;
|
|
3910
|
+
coolGrey100: string;
|
|
3911
|
+
coolGrey200: string;
|
|
3912
|
+
coolGrey300: string;
|
|
3913
|
+
coolGrey400: string;
|
|
3914
|
+
coolGrey500: string;
|
|
3915
|
+
coolGrey600: string;
|
|
3916
|
+
coolGrey700: string;
|
|
3917
|
+
coolGrey800: string;
|
|
3918
|
+
coolGrey900: string;
|
|
3919
|
+
coolGrey1000: string;
|
|
3920
|
+
coolGrey1100: string;
|
|
3921
|
+
coolGrey1200: string;
|
|
3802
3922
|
alpha100: string;
|
|
3803
3923
|
alpha150: string;
|
|
3804
3924
|
alpha200: string;
|
|
@@ -4172,6 +4292,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
4172
4292
|
marsh1000: string;
|
|
4173
4293
|
marsh1100: string;
|
|
4174
4294
|
marsh1200: string;
|
|
4295
|
+
coolGrey100: string;
|
|
4296
|
+
coolGrey200: string;
|
|
4297
|
+
coolGrey300: string;
|
|
4298
|
+
coolGrey400: string;
|
|
4299
|
+
coolGrey500: string;
|
|
4300
|
+
coolGrey600: string;
|
|
4301
|
+
coolGrey700: string;
|
|
4302
|
+
coolGrey800: string;
|
|
4303
|
+
coolGrey900: string;
|
|
4304
|
+
coolGrey1000: string;
|
|
4305
|
+
coolGrey1100: string;
|
|
4306
|
+
coolGrey1200: string;
|
|
4175
4307
|
alpha100: string;
|
|
4176
4308
|
alpha150: string;
|
|
4177
4309
|
alpha200: string;
|
|
@@ -207,6 +207,18 @@ declare const PendingState: import("@atom-learning/stitches-react/types/styled-c
|
|
|
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;
|
|
@@ -204,6 +204,18 @@ declare const StyledNav: import("@atom-learning/stitches-react/types/styled-comp
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.js","sources":["../../../../src/components/data-table/pagination/Pagination.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\n\nimport { TcolorScheme } from '../../../experiments/color-scheme'\nimport { Pagination as PaginationComponent } from '../../pagination'\nimport { Text } from '../../text'\nimport { AsyncDataState } from '../DataTable.types'\nimport { useDataTable } from '../DataTableContext'\n\nconst StyledNav = styled('nav', {\n display: 'flex',\n flexDirection: 'column',\n justifyContent: 'space-between',\n alignItems: 'center',\n fontVariantNumeric: 'tabular-nums',\n flexWrap: 'wrap',\n width: '100%',\n gap: '$4',\n mt: '$4',\n '@md': {\n flexDirection: 'row'\n }\n})\n\ntype PaginationProps = React.ComponentProps<typeof StyledNav> & {\n colorScheme?: TcolorScheme\n}\n\n/** Applies pagination to parent DataTableProvider and renders UI to switch pages etc */\nexport const Pagination = ({ colorScheme, ...props }: PaginationProps) => {\n const {\n applyPagination,\n getState,\n getExpandedRowModel,\n getRowModel,\n setPageIndex,\n getTotalRows,\n getPageCount,\n asyncDataState,\n hasAsyncData\n } = useDataTable()\n\n React.useEffect(() => {\n applyPagination()\n }, [applyPagination])\n\n const { pagination: paginationState } = getState()\n const isPending = asyncDataState === AsyncDataState.PENDING\n const isEmpty = !isPending && getTotalRows() === 0\n // Show pagination only if total pages are more than 1\n const showPagination = hasAsyncData\n ? getPageCount() > 1\n : getExpandedRowModel().rows.length / paginationState.pageSize > 1\n\n if (isEmpty || !showPagination) return null\n const totalVisibleRows = getExpandedRowModel().rows.length\n\n const start =\n totalVisibleRows === 0\n ? 0\n : paginationState.pageIndex * paginationState.pageSize + 1\n\n const asyncRowCount = getRowModel().rows.length\n const end = hasAsyncData\n ? asyncRowCount === 0\n ? start\n : start + asyncRowCount - 1\n : Math.min(start + paginationState.pageSize - 1, totalVisibleRows)\n\n // indexing for the pagination component is 1 based\n const setPage = (index: number) => {\n setPageIndex(index - 1)\n }\n\n const pageCount = hasAsyncData\n ? getPageCount()\n : Math.max(1, Math.ceil(totalVisibleRows / paginationState.pageSize))\n\n return (\n <StyledNav {...props}>\n <Text size=\"sm\">{`${start} - ${end} of ${hasAsyncData ? getTotalRows() : totalVisibleRows} items`}</Text>\n <PaginationComponent\n colorScheme={colorScheme}\n selectedPage={paginationState.pageIndex + 1}\n pagesCount={pageCount}\n onSelectedPageChange={setPage}\n />\n </StyledNav>\n )\n}\n\nPagination.displayName = 'Pagination'\n"],"names":["StyledNav","styled","Pagination","colorScheme","props","applyPagination","getState","getExpandedRowModel","getRowModel","setPageIndex","getTotalRows","getPageCount","asyncDataState","hasAsyncData","useDataTable","React","paginationState","isEmpty","AsyncDataState","showPagination","totalVisibleRows","start","asyncRowCount","end","setPage","index","pageCount","Text","PaginationComponent"],"mappings":"yRAUA,MAAMA,EAAYC,EAAO,MAAO,CAC9B,QAAS,OACT,cAAe,SACf,eAAgB,gBAChB,WAAY,SACZ,mBAAoB,eACpB,SAAU,OACV,MAAO,OACP,IAAK,KACL,GAAI,KACJ,MAAO,CACL,cAAe,KACjB,CACF,CAAC,EAOYC,EAAa,CAAC,CAAE,YAAAC,KAAgBC,CAAM,IAAuB,CACxE,KAAM,CACJ,gBAAAC,EACA,SAAAC,EACA,oBAAAC,EACA,YAAAC,EACA,aAAAC,EACA,aAAAC,EACA,aAAAC,EACA,eAAAC,EACA,aAAAC,CACF,EAAIC,IAEJC,EAAM,UAAU,IAAM,CACpBV,EACF,CAAA,EAAG,CAACA,CAAe,CAAC,EAEpB,KAAM,CAAE,WAAYW,CAAgB,EAAIV,EAAS,EAE3CW,EADYL,IAAmBM,EAAe,SACtBR,EAAmB,IAAA,EAE3CS,EAAiBN,EACnBF,EAAiB,EAAA,EACjBJ,EAAoB,EAAE,KAAK,OAASS,EAAgB,SAAW,EAEnE,GAAIC,GAAW,CAACE,EAAgB,OAAO,KACvC,MAAMC,EAAmBb,IAAsB,KAAK,OAE9Cc,EACJD,IAAqB,EACjB,EACAJ,EAAgB,UAAYA,EAAgB,SAAW,EAEvDM,EAAgBd,EAAc,EAAA,KAAK,OACnCe,EAAMV,EACRS,IAAkB,EAChBD,EACAA,EAAQC,EAAgB,EAC1B,KAAK,IAAID,EAAQL,EAAgB,SAAW,EAAGI,CAAgB,EAG7DI,EAAWC,GAAkB,CACjChB,EAAagB,EAAQ,CAAC,CACxB,EAEMC,EAAYb,EACdF,EAAa,EACb,KAAK,IAAI,EAAG,KAAK,KAAKS,EAAmBJ,EAAgB,QAAQ,CAAC,EAEtE,OACED,EAAA,cAACf,EAAA,CAAW,GAAGI,CACbW,EAAAA,EAAA,cAACY,EAAA,CAAK,KAAK,MAAM,GAAGN,OAAWE,
|
|
1
|
+
{"version":3,"file":"Pagination.js","sources":["../../../../src/components/data-table/pagination/Pagination.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\n\nimport { TcolorScheme } from '../../../experiments/color-scheme'\nimport { Pagination as PaginationComponent } from '../../pagination'\nimport { Text } from '../../text'\nimport { AsyncDataState } from '../DataTable.types'\nimport { useDataTable } from '../DataTableContext'\n\nconst StyledNav = styled('nav', {\n display: 'flex',\n flexDirection: 'column',\n justifyContent: 'space-between',\n alignItems: 'center',\n fontVariantNumeric: 'tabular-nums',\n flexWrap: 'wrap',\n width: '100%',\n gap: '$4',\n mt: '$4',\n '@md': {\n flexDirection: 'row'\n }\n})\n\ntype PaginationProps = React.ComponentProps<typeof StyledNav> & {\n colorScheme?: TcolorScheme\n}\n\n/** Applies pagination to parent DataTableProvider and renders UI to switch pages etc */\nexport const Pagination = ({ colorScheme, ...props }: PaginationProps) => {\n const {\n applyPagination,\n getState,\n getExpandedRowModel,\n getRowModel,\n setPageIndex,\n getTotalRows,\n getPageCount,\n asyncDataState,\n hasAsyncData\n } = useDataTable()\n\n React.useEffect(() => {\n applyPagination()\n }, [applyPagination])\n\n const { pagination: paginationState } = getState()\n const isPending = asyncDataState === AsyncDataState.PENDING\n const isEmpty = !isPending && getTotalRows() === 0\n // Show pagination only if total pages are more than 1\n const showPagination = hasAsyncData\n ? getPageCount() > 1\n : getExpandedRowModel().rows.length / paginationState.pageSize > 1\n\n if (isEmpty || !showPagination) return null\n const totalVisibleRows = getExpandedRowModel().rows.length\n\n const start =\n totalVisibleRows === 0\n ? 0\n : paginationState.pageIndex * paginationState.pageSize + 1\n\n const asyncRowCount = getRowModel().rows.length\n const end = hasAsyncData\n ? asyncRowCount === 0\n ? start\n : start + asyncRowCount - 1\n : Math.min(start + paginationState.pageSize - 1, totalVisibleRows)\n\n // indexing for the pagination component is 1 based\n const setPage = (index: number) => {\n setPageIndex(index - 1)\n }\n\n const pageCount = hasAsyncData\n ? getPageCount()\n : Math.max(1, Math.ceil(totalVisibleRows / paginationState.pageSize))\n\n return (\n <StyledNav {...props}>\n <Text size=\"sm\">{`${start} - ${end} of ${\n hasAsyncData ? getTotalRows() : totalVisibleRows\n } items`}</Text>\n <PaginationComponent\n colorScheme={colorScheme}\n selectedPage={paginationState.pageIndex + 1}\n pagesCount={pageCount}\n onSelectedPageChange={setPage}\n />\n </StyledNav>\n )\n}\n\nPagination.displayName = 'Pagination'\n"],"names":["StyledNav","styled","Pagination","colorScheme","props","applyPagination","getState","getExpandedRowModel","getRowModel","setPageIndex","getTotalRows","getPageCount","asyncDataState","hasAsyncData","useDataTable","React","paginationState","isEmpty","AsyncDataState","showPagination","totalVisibleRows","start","asyncRowCount","end","setPage","index","pageCount","Text","PaginationComponent"],"mappings":"yRAUA,MAAMA,EAAYC,EAAO,MAAO,CAC9B,QAAS,OACT,cAAe,SACf,eAAgB,gBAChB,WAAY,SACZ,mBAAoB,eACpB,SAAU,OACV,MAAO,OACP,IAAK,KACL,GAAI,KACJ,MAAO,CACL,cAAe,KACjB,CACF,CAAC,EAOYC,EAAa,CAAC,CAAE,YAAAC,KAAgBC,CAAM,IAAuB,CACxE,KAAM,CACJ,gBAAAC,EACA,SAAAC,EACA,oBAAAC,EACA,YAAAC,EACA,aAAAC,EACA,aAAAC,EACA,aAAAC,EACA,eAAAC,EACA,aAAAC,CACF,EAAIC,IAEJC,EAAM,UAAU,IAAM,CACpBV,EACF,CAAA,EAAG,CAACA,CAAe,CAAC,EAEpB,KAAM,CAAE,WAAYW,CAAgB,EAAIV,EAAS,EAE3CW,EADYL,IAAmBM,EAAe,SACtBR,EAAmB,IAAA,EAE3CS,EAAiBN,EACnBF,EAAiB,EAAA,EACjBJ,EAAoB,EAAE,KAAK,OAASS,EAAgB,SAAW,EAEnE,GAAIC,GAAW,CAACE,EAAgB,OAAO,KACvC,MAAMC,EAAmBb,IAAsB,KAAK,OAE9Cc,EACJD,IAAqB,EACjB,EACAJ,EAAgB,UAAYA,EAAgB,SAAW,EAEvDM,EAAgBd,EAAc,EAAA,KAAK,OACnCe,EAAMV,EACRS,IAAkB,EAChBD,EACAA,EAAQC,EAAgB,EAC1B,KAAK,IAAID,EAAQL,EAAgB,SAAW,EAAGI,CAAgB,EAG7DI,EAAWC,GAAkB,CACjChB,EAAagB,EAAQ,CAAC,CACxB,EAEMC,EAAYb,EACdF,EAAa,EACb,KAAK,IAAI,EAAG,KAAK,KAAKS,EAAmBJ,EAAgB,QAAQ,CAAC,EAEtE,OACED,EAAA,cAACf,EAAA,CAAW,GAAGI,CACbW,EAAAA,EAAA,cAACY,EAAA,CAAK,KAAK,MAAM,GAAGN,OAAWE,QAC7BV,EAAeH,EAAa,EAAIU,SACzB,EACTL,EAAA,cAACa,EAAA,CACC,YAAazB,EACb,aAAca,EAAgB,UAAY,EAC1C,WAAYU,EACZ,qBAAsBF,CAAAA,CACxB,CACF,CAEJ,EAEAtB,EAAW,YAAc"}
|
|
@@ -202,6 +202,18 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
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 Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
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;
|
|
@@ -941,6 +965,18 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
941
965
|
marsh1000: string;
|
|
942
966
|
marsh1100: string;
|
|
943
967
|
marsh1200: string;
|
|
968
|
+
coolGrey100: string;
|
|
969
|
+
coolGrey200: string;
|
|
970
|
+
coolGrey300: string;
|
|
971
|
+
coolGrey400: string;
|
|
972
|
+
coolGrey500: string;
|
|
973
|
+
coolGrey600: string;
|
|
974
|
+
coolGrey700: string;
|
|
975
|
+
coolGrey800: string;
|
|
976
|
+
coolGrey900: string;
|
|
977
|
+
coolGrey1000: string;
|
|
978
|
+
coolGrey1100: string;
|
|
979
|
+
coolGrey1200: string;
|
|
944
980
|
alpha100: string;
|
|
945
981
|
alpha150: string;
|
|
946
982
|
alpha200: string;
|
|
@@ -1311,6 +1347,18 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
1311
1347
|
marsh1000: string;
|
|
1312
1348
|
marsh1100: string;
|
|
1313
1349
|
marsh1200: string;
|
|
1350
|
+
coolGrey100: string;
|
|
1351
|
+
coolGrey200: string;
|
|
1352
|
+
coolGrey300: string;
|
|
1353
|
+
coolGrey400: string;
|
|
1354
|
+
coolGrey500: string;
|
|
1355
|
+
coolGrey600: string;
|
|
1356
|
+
coolGrey700: string;
|
|
1357
|
+
coolGrey800: string;
|
|
1358
|
+
coolGrey900: string;
|
|
1359
|
+
coolGrey1000: string;
|
|
1360
|
+
coolGrey1100: string;
|
|
1361
|
+
coolGrey1200: string;
|
|
1314
1362
|
alpha100: string;
|
|
1315
1363
|
alpha150: string;
|
|
1316
1364
|
alpha200: string;
|
|
@@ -1684,6 +1732,18 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
|
|
|
1684
1732
|
marsh1000: string;
|
|
1685
1733
|
marsh1100: string;
|
|
1686
1734
|
marsh1200: string;
|
|
1735
|
+
coolGrey100: string;
|
|
1736
|
+
coolGrey200: string;
|
|
1737
|
+
coolGrey300: string;
|
|
1738
|
+
coolGrey400: string;
|
|
1739
|
+
coolGrey500: string;
|
|
1740
|
+
coolGrey600: string;
|
|
1741
|
+
coolGrey700: string;
|
|
1742
|
+
coolGrey800: string;
|
|
1743
|
+
coolGrey900: string;
|
|
1744
|
+
coolGrey1000: string;
|
|
1745
|
+
coolGrey1100: string;
|
|
1746
|
+
coolGrey1200: string;
|
|
1687
1747
|
alpha100: string;
|
|
1688
1748
|
alpha150: string;
|
|
1689
1749
|
alpha200: string;
|
|
@@ -202,6 +202,18 @@ export declare const DialogBackground: import("@atom-learning/stitches-react/typ
|
|
|
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;
|
|
@@ -571,6 +583,18 @@ export declare const DialogBackground: import("@atom-learning/stitches-react/typ
|
|
|
571
583
|
marsh1000: string;
|
|
572
584
|
marsh1100: string;
|
|
573
585
|
marsh1200: string;
|
|
586
|
+
coolGrey100: string;
|
|
587
|
+
coolGrey200: string;
|
|
588
|
+
coolGrey300: string;
|
|
589
|
+
coolGrey400: string;
|
|
590
|
+
coolGrey500: string;
|
|
591
|
+
coolGrey600: string;
|
|
592
|
+
coolGrey700: string;
|
|
593
|
+
coolGrey800: string;
|
|
594
|
+
coolGrey900: string;
|
|
595
|
+
coolGrey1000: string;
|
|
596
|
+
coolGrey1100: string;
|
|
597
|
+
coolGrey1200: string;
|
|
574
598
|
alpha100: string;
|
|
575
599
|
alpha150: string;
|
|
576
600
|
alpha200: string;
|
|
@@ -202,6 +202,18 @@ export declare const DialogClose: 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;
|
|
@@ -205,6 +205,18 @@ declare const StyledDialogContent: 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;
|
|
@@ -205,6 +205,18 @@ export declare const StyledDivider: import("@atom-learning/stitches-react/types/
|
|
|
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;
|