@atom-learning/components 5.14.4 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -6
- 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/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/stitches.d.ts +132 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +12 -0
- package/package.json +2 -2
|
@@ -212,6 +212,18 @@ declare const StyledColorScheme: import("@atom-learning/stitches-react/types/sty
|
|
|
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;
|
package/dist/stitches.d.ts
CHANGED
|
@@ -259,6 +259,18 @@ declare const stitchesConfig: import("@atom-learning/stitches-react/types/stitch
|
|
|
259
259
|
marsh1000: string;
|
|
260
260
|
marsh1100: string;
|
|
261
261
|
marsh1200: string;
|
|
262
|
+
coolGrey100: string;
|
|
263
|
+
coolGrey200: string;
|
|
264
|
+
coolGrey300: string;
|
|
265
|
+
coolGrey400: string;
|
|
266
|
+
coolGrey500: string;
|
|
267
|
+
coolGrey600: string;
|
|
268
|
+
coolGrey700: string;
|
|
269
|
+
coolGrey800: string;
|
|
270
|
+
coolGrey900: string;
|
|
271
|
+
coolGrey1000: string;
|
|
272
|
+
coolGrey1100: string;
|
|
273
|
+
coolGrey1200: string;
|
|
262
274
|
alpha100: string;
|
|
263
275
|
alpha150: string;
|
|
264
276
|
alpha200: string;
|
|
@@ -626,6 +638,18 @@ export declare const css: {
|
|
|
626
638
|
marsh1000: string;
|
|
627
639
|
marsh1100: string;
|
|
628
640
|
marsh1200: string;
|
|
641
|
+
coolGrey100: string;
|
|
642
|
+
coolGrey200: string;
|
|
643
|
+
coolGrey300: string;
|
|
644
|
+
coolGrey400: string;
|
|
645
|
+
coolGrey500: string;
|
|
646
|
+
coolGrey600: string;
|
|
647
|
+
coolGrey700: string;
|
|
648
|
+
coolGrey800: string;
|
|
649
|
+
coolGrey900: string;
|
|
650
|
+
coolGrey1000: string;
|
|
651
|
+
coolGrey1100: string;
|
|
652
|
+
coolGrey1200: string;
|
|
629
653
|
alpha100: string;
|
|
630
654
|
alpha150: string;
|
|
631
655
|
alpha200: string;
|
|
@@ -988,6 +1012,18 @@ export declare const css: {
|
|
|
988
1012
|
marsh1000: string;
|
|
989
1013
|
marsh1100: string;
|
|
990
1014
|
marsh1200: string;
|
|
1015
|
+
coolGrey100: string;
|
|
1016
|
+
coolGrey200: string;
|
|
1017
|
+
coolGrey300: string;
|
|
1018
|
+
coolGrey400: string;
|
|
1019
|
+
coolGrey500: string;
|
|
1020
|
+
coolGrey600: string;
|
|
1021
|
+
coolGrey700: string;
|
|
1022
|
+
coolGrey800: string;
|
|
1023
|
+
coolGrey900: string;
|
|
1024
|
+
coolGrey1000: string;
|
|
1025
|
+
coolGrey1100: string;
|
|
1026
|
+
coolGrey1200: string;
|
|
991
1027
|
alpha100: string;
|
|
992
1028
|
alpha150: string;
|
|
993
1029
|
alpha200: string;
|
|
@@ -1341,6 +1377,18 @@ export declare const css: {
|
|
|
1341
1377
|
marsh1000?: string | number | boolean | undefined;
|
|
1342
1378
|
marsh1100?: string | number | boolean | undefined;
|
|
1343
1379
|
marsh1200?: string | number | boolean | undefined;
|
|
1380
|
+
coolGrey100?: string | number | boolean | undefined;
|
|
1381
|
+
coolGrey200?: string | number | boolean | undefined;
|
|
1382
|
+
coolGrey300?: string | number | boolean | undefined;
|
|
1383
|
+
coolGrey400?: string | number | boolean | undefined;
|
|
1384
|
+
coolGrey500?: string | number | boolean | undefined;
|
|
1385
|
+
coolGrey600?: string | number | boolean | undefined;
|
|
1386
|
+
coolGrey700?: string | number | boolean | undefined;
|
|
1387
|
+
coolGrey800?: string | number | boolean | undefined;
|
|
1388
|
+
coolGrey900?: string | number | boolean | undefined;
|
|
1389
|
+
coolGrey1000?: string | number | boolean | undefined;
|
|
1390
|
+
coolGrey1100?: string | number | boolean | undefined;
|
|
1391
|
+
coolGrey1200?: string | number | boolean | undefined;
|
|
1344
1392
|
alpha100?: string | number | boolean | undefined;
|
|
1345
1393
|
alpha150?: string | number | boolean | undefined;
|
|
1346
1394
|
alpha200?: string | number | boolean | undefined;
|
|
@@ -1645,6 +1693,18 @@ export declare const css: {
|
|
|
1645
1693
|
marsh1000?: string | number | boolean | undefined;
|
|
1646
1694
|
marsh1100?: string | number | boolean | undefined;
|
|
1647
1695
|
marsh1200?: string | number | boolean | undefined;
|
|
1696
|
+
coolGrey100?: string | number | boolean | undefined;
|
|
1697
|
+
coolGrey200?: string | number | boolean | undefined;
|
|
1698
|
+
coolGrey300?: string | number | boolean | undefined;
|
|
1699
|
+
coolGrey400?: string | number | boolean | undefined;
|
|
1700
|
+
coolGrey500?: string | number | boolean | undefined;
|
|
1701
|
+
coolGrey600?: string | number | boolean | undefined;
|
|
1702
|
+
coolGrey700?: string | number | boolean | undefined;
|
|
1703
|
+
coolGrey800?: string | number | boolean | undefined;
|
|
1704
|
+
coolGrey900?: string | number | boolean | undefined;
|
|
1705
|
+
coolGrey1000?: string | number | boolean | undefined;
|
|
1706
|
+
coolGrey1100?: string | number | boolean | undefined;
|
|
1707
|
+
coolGrey1200?: string | number | boolean | undefined;
|
|
1648
1708
|
alpha100?: string | number | boolean | undefined;
|
|
1649
1709
|
alpha150?: string | number | boolean | undefined;
|
|
1650
1710
|
alpha200?: string | number | boolean | undefined;
|
|
@@ -1966,6 +2026,18 @@ export declare const css: {
|
|
|
1966
2026
|
marsh1000: string;
|
|
1967
2027
|
marsh1100: string;
|
|
1968
2028
|
marsh1200: string;
|
|
2029
|
+
coolGrey100: string;
|
|
2030
|
+
coolGrey200: string;
|
|
2031
|
+
coolGrey300: string;
|
|
2032
|
+
coolGrey400: string;
|
|
2033
|
+
coolGrey500: string;
|
|
2034
|
+
coolGrey600: string;
|
|
2035
|
+
coolGrey700: string;
|
|
2036
|
+
coolGrey800: string;
|
|
2037
|
+
coolGrey900: string;
|
|
2038
|
+
coolGrey1000: string;
|
|
2039
|
+
coolGrey1100: string;
|
|
2040
|
+
coolGrey1200: string;
|
|
1969
2041
|
alpha100: string;
|
|
1970
2042
|
alpha150: string;
|
|
1971
2043
|
alpha200: string;
|
|
@@ -2328,6 +2400,18 @@ export declare const css: {
|
|
|
2328
2400
|
marsh1000: string;
|
|
2329
2401
|
marsh1100: string;
|
|
2330
2402
|
marsh1200: string;
|
|
2403
|
+
coolGrey100: string;
|
|
2404
|
+
coolGrey200: string;
|
|
2405
|
+
coolGrey300: string;
|
|
2406
|
+
coolGrey400: string;
|
|
2407
|
+
coolGrey500: string;
|
|
2408
|
+
coolGrey600: string;
|
|
2409
|
+
coolGrey700: string;
|
|
2410
|
+
coolGrey800: string;
|
|
2411
|
+
coolGrey900: string;
|
|
2412
|
+
coolGrey1000: string;
|
|
2413
|
+
coolGrey1100: string;
|
|
2414
|
+
coolGrey1200: string;
|
|
2331
2415
|
alpha100: string;
|
|
2332
2416
|
alpha150: string;
|
|
2333
2417
|
alpha200: string;
|
|
@@ -2692,6 +2776,18 @@ export declare const css: {
|
|
|
2692
2776
|
marsh1000: string;
|
|
2693
2777
|
marsh1100: string;
|
|
2694
2778
|
marsh1200: string;
|
|
2779
|
+
coolGrey100: string;
|
|
2780
|
+
coolGrey200: string;
|
|
2781
|
+
coolGrey300: string;
|
|
2782
|
+
coolGrey400: string;
|
|
2783
|
+
coolGrey500: string;
|
|
2784
|
+
coolGrey600: string;
|
|
2785
|
+
coolGrey700: string;
|
|
2786
|
+
coolGrey800: string;
|
|
2787
|
+
coolGrey900: string;
|
|
2788
|
+
coolGrey1000: string;
|
|
2789
|
+
coolGrey1100: string;
|
|
2790
|
+
coolGrey1200: string;
|
|
2695
2791
|
alpha100: string;
|
|
2696
2792
|
alpha150: string;
|
|
2697
2793
|
alpha200: string;
|
|
@@ -3062,6 +3158,18 @@ export declare const css: {
|
|
|
3062
3158
|
marsh1000: string;
|
|
3063
3159
|
marsh1100: string;
|
|
3064
3160
|
marsh1200: string;
|
|
3161
|
+
coolGrey100: string;
|
|
3162
|
+
coolGrey200: string;
|
|
3163
|
+
coolGrey300: string;
|
|
3164
|
+
coolGrey400: string;
|
|
3165
|
+
coolGrey500: string;
|
|
3166
|
+
coolGrey600: string;
|
|
3167
|
+
coolGrey700: string;
|
|
3168
|
+
coolGrey800: string;
|
|
3169
|
+
coolGrey900: string;
|
|
3170
|
+
coolGrey1000: string;
|
|
3171
|
+
coolGrey1100: string;
|
|
3172
|
+
coolGrey1200: string;
|
|
3065
3173
|
alpha100: string;
|
|
3066
3174
|
alpha150: string;
|
|
3067
3175
|
alpha200: string;
|
|
@@ -3424,6 +3532,18 @@ export declare const css: {
|
|
|
3424
3532
|
marsh1000: string;
|
|
3425
3533
|
marsh1100: string;
|
|
3426
3534
|
marsh1200: string;
|
|
3535
|
+
coolGrey100: string;
|
|
3536
|
+
coolGrey200: string;
|
|
3537
|
+
coolGrey300: string;
|
|
3538
|
+
coolGrey400: string;
|
|
3539
|
+
coolGrey500: string;
|
|
3540
|
+
coolGrey600: string;
|
|
3541
|
+
coolGrey700: string;
|
|
3542
|
+
coolGrey800: string;
|
|
3543
|
+
coolGrey900: string;
|
|
3544
|
+
coolGrey1000: string;
|
|
3545
|
+
coolGrey1100: string;
|
|
3546
|
+
coolGrey1200: string;
|
|
3427
3547
|
alpha100: string;
|
|
3428
3548
|
alpha150: string;
|
|
3429
3549
|
alpha200: string;
|
|
@@ -3780,6 +3900,18 @@ export declare const css: {
|
|
|
3780
3900
|
marsh1000: import("@atom-learning/stitches-react/types/theme").Token<"marsh1000", string, "colors", "">;
|
|
3781
3901
|
marsh1100: import("@atom-learning/stitches-react/types/theme").Token<"marsh1100", string, "colors", "">;
|
|
3782
3902
|
marsh1200: import("@atom-learning/stitches-react/types/theme").Token<"marsh1200", string, "colors", "">;
|
|
3903
|
+
coolGrey100: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey100", string, "colors", "">;
|
|
3904
|
+
coolGrey200: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey200", string, "colors", "">;
|
|
3905
|
+
coolGrey300: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey300", string, "colors", "">;
|
|
3906
|
+
coolGrey400: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey400", string, "colors", "">;
|
|
3907
|
+
coolGrey500: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey500", string, "colors", "">;
|
|
3908
|
+
coolGrey600: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey600", string, "colors", "">;
|
|
3909
|
+
coolGrey700: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey700", string, "colors", "">;
|
|
3910
|
+
coolGrey800: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey800", string, "colors", "">;
|
|
3911
|
+
coolGrey900: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey900", string, "colors", "">;
|
|
3912
|
+
coolGrey1000: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey1000", string, "colors", "">;
|
|
3913
|
+
coolGrey1100: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey1100", string, "colors", "">;
|
|
3914
|
+
coolGrey1200: import("@atom-learning/stitches-react/types/theme").Token<"coolGrey1200", string, "colors", "">;
|
|
3783
3915
|
alpha100: import("@atom-learning/stitches-react/types/theme").Token<"alpha100", string, "colors", "">;
|
|
3784
3916
|
alpha150: import("@atom-learning/stitches-react/types/theme").Token<"alpha150", string, "colors", "">;
|
|
3785
3917
|
alpha200: import("@atom-learning/stitches-react/types/theme").Token<"alpha200", string, "colors", "">;
|
|
@@ -202,6 +202,18 @@ export declare const NoOverflowWrapper: import("@atom-learning/stitches-react/ty
|
|
|
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;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "5.
|
|
7
|
+
"version": "5.15.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.20.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "
|
|
63
|
+
"@atom-learning/theme": "5.3.0",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "1.0.1",
|