@atom-learning/components 3.25.1 → 3.26.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.
Files changed (153) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/components/accordion/Accordion.d.ts +36 -0
  3. package/dist/components/accordion/AccordionContent.d.ts +36 -0
  4. package/dist/components/accordion/AccordionItem.d.ts +36 -0
  5. package/dist/components/accordion/AccordionTrigger.d.ts +72 -0
  6. package/dist/components/action-icon/ActionIcon.d.ts +36 -0
  7. package/dist/components/alert-dialog/AlertDialog.d.ts +72 -0
  8. package/dist/components/alert-dialog/AlertDialogContent.d.ts +36 -0
  9. package/dist/components/avatar/Avatar.d.ts +108 -0
  10. package/dist/components/badge/Badge.d.ts +216 -0
  11. package/dist/components/badge/BadgeIcon.d.ts +72 -0
  12. package/dist/components/badge/BadgeText.d.ts +72 -0
  13. package/dist/components/banner/BannerContainer.d.ts +72 -0
  14. package/dist/components/banner/banner-regular/BannerRegular.d.ts +288 -0
  15. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +72 -0
  16. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +72 -0
  17. package/dist/components/banner/banner-slim/BannerSlim.d.ts +252 -0
  18. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +36 -0
  19. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +72 -0
  20. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +72 -0
  21. package/dist/components/box/Box.d.ts +36 -0
  22. package/dist/components/button/Button.d.ts +36 -0
  23. package/dist/components/calendar/Day.d.ts +36 -0
  24. package/dist/components/carousel/Carousel.d.ts +144 -0
  25. package/dist/components/carousel/CarouselPagination.d.ts +36 -0
  26. package/dist/components/carousel/CarouselSlide.d.ts +36 -0
  27. package/dist/components/carousel/CarouselSlider.d.ts +36 -0
  28. package/dist/components/checkbox/Checkbox.d.ts +36 -0
  29. package/dist/components/checkbox-group/CheckboxGroup.d.ts +108 -0
  30. package/dist/components/checkbox-tree/CheckboxTree.d.ts +144 -0
  31. package/dist/components/chip/Chip.d.ts +252 -0
  32. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +144 -0
  33. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +144 -0
  34. package/dist/components/combobox/Combobox.d.ts +180 -0
  35. package/dist/components/combobox/ComboboxInput.d.ts +36 -0
  36. package/dist/components/combobox/ComboboxList.d.ts +36 -0
  37. package/dist/components/combobox/ComboboxOption.d.ts +36 -0
  38. package/dist/components/combobox/ComboboxPopover.d.ts +36 -0
  39. package/dist/components/data-table/DataTable.d.ts +396 -0
  40. package/dist/components/data-table/DataTableLoading.d.ts +36 -0
  41. package/dist/components/data-table/pagination/Pagination.d.ts +36 -0
  42. package/dist/components/data-table/pagination/Pagination.js +1 -1
  43. package/dist/components/data-table/pagination/Pagination.js.map +1 -1
  44. package/dist/components/dialog/Dialog.d.ts +252 -0
  45. package/dist/components/dialog/DialogBackground.d.ts +72 -0
  46. package/dist/components/dialog/DialogClose.d.ts +36 -0
  47. package/dist/components/dialog/DialogContent.d.ts +36 -0
  48. package/dist/components/divider/Divider.d.ts +36 -0
  49. package/dist/components/drawer/Drawer.d.ts +216 -0
  50. package/dist/components/drawer/DrawerContent.d.ts +36 -0
  51. package/dist/components/drawer/DrawerFooter.d.ts +36 -0
  52. package/dist/components/drawer/DrawerHeader.d.ts +36 -0
  53. package/dist/components/drawer/DrawerMain.d.ts +36 -0
  54. package/dist/components/drawer/DrawerOverlay.d.ts +36 -0
  55. package/dist/components/drawer/DrawerTrigger.d.ts +36 -0
  56. package/dist/components/dropdown-menu/DropdownMenu.d.ts +216 -0
  57. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +36 -0
  58. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +36 -0
  59. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +36 -0
  60. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +36 -0
  61. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +36 -0
  62. package/dist/components/empty-state/EmptyState.d.ts +288 -0
  63. package/dist/components/empty-state/EmptyStateBody.d.ts +72 -0
  64. package/dist/components/empty-state/EmptyStateImage.d.ts +72 -0
  65. package/dist/components/empty-state/EmptyStateTitle.d.ts +36 -0
  66. package/dist/components/flex/Flex.d.ts +36 -0
  67. package/dist/components/form/Form.d.ts +36 -0
  68. package/dist/components/grid/Grid.d.ts +36 -0
  69. package/dist/components/heading/Heading.d.ts +36 -0
  70. package/dist/components/icon/Icon.d.ts +36 -0
  71. package/dist/components/image/Image.d.ts +36 -0
  72. package/dist/components/inline-message/InlineMessage.d.ts +72 -0
  73. package/dist/components/input/Input.d.ts +36 -0
  74. package/dist/components/label/Label.d.ts +36 -0
  75. package/dist/components/link/Link.d.ts +36 -0
  76. package/dist/components/list/List.d.ts +72 -0
  77. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +36 -0
  78. package/dist/components/navigation/NavigationMenu.d.ts +252 -0
  79. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +36 -0
  80. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +72 -0
  81. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +36 -0
  82. package/dist/components/navigation/NavigationMenuLink.d.ts +36 -0
  83. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +396 -0
  84. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +36 -0
  85. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +36 -0
  86. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +72 -0
  87. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +36 -0
  88. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +36 -0
  89. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +36 -0
  90. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +72 -0
  91. package/dist/components/pagination/PaginationNextButton.d.ts +72 -0
  92. package/dist/components/pagination/PaginationPreviousButton.d.ts +72 -0
  93. package/dist/components/popover/Popover.d.ts +72 -0
  94. package/dist/components/popover/PopoverContent.d.ts +36 -0
  95. package/dist/components/progress-bar/ProgressBar.d.ts +36 -0
  96. package/dist/components/radio-button/RadioButton.d.ts +36 -0
  97. package/dist/components/radio-button/RadioButtonGroup.d.ts +36 -0
  98. package/dist/components/radio-button-field/RadioButtonField.d.ts +36 -0
  99. package/dist/components/radio-card/RadioCard.d.ts +36 -0
  100. package/dist/components/section-message/SectionMessage.d.ts +252 -0
  101. package/dist/components/select/Select.d.ts +36 -0
  102. package/dist/components/side-bar/SideBar.d.ts +288 -0
  103. package/dist/components/side-bar/SideBarComponents.d.ts +252 -0
  104. package/dist/components/slider/Slider.d.ts +36 -0
  105. package/dist/components/sortable/Handle.d.ts +72 -0
  106. package/dist/components/stack-content/StackContent.d.ts +36 -0
  107. package/dist/components/stepper/Stepper.d.ts +72 -0
  108. package/dist/components/stepper/StepperStepBullet.d.ts +72 -0
  109. package/dist/components/stepper/StepperStepContainer.d.ts +72 -0
  110. package/dist/components/stepper/StepperStepLabel.d.ts +72 -0
  111. package/dist/components/switch/Switch.d.ts +36 -0
  112. package/dist/components/table/Table.d.ts +288 -0
  113. package/dist/components/table/TableBody.d.ts +36 -0
  114. package/dist/components/table/TableCell.d.ts +36 -0
  115. package/dist/components/table/TableFooter.d.ts +36 -0
  116. package/dist/components/table/TableFooterCell.d.ts +36 -0
  117. package/dist/components/table/TableHeader.d.ts +36 -0
  118. package/dist/components/table/TableHeaderCell.d.ts +36 -0
  119. package/dist/components/table/TableRow.d.ts +36 -0
  120. package/dist/components/tabs/Tabs.d.ts +144 -0
  121. package/dist/components/tabs/TabsContent.d.ts +36 -0
  122. package/dist/components/tabs/TabsTrigger.d.ts +36 -0
  123. package/dist/components/tabs/TabsTriggerList.d.ts +72 -0
  124. package/dist/components/text/Text.d.ts +36 -0
  125. package/dist/components/textarea/Textarea.d.ts +36 -0
  126. package/dist/components/tile/Tile.d.ts +36 -0
  127. package/dist/components/tile/TileGroup.d.ts +36 -0
  128. package/dist/components/tile-interactive/TileInteractive.d.ts +72 -0
  129. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +108 -0
  130. package/dist/components/toast/Toast.d.ts +108 -0
  131. package/dist/components/toggle-group/ToggleGroupButton.d.ts +72 -0
  132. package/dist/components/toggle-group/ToggleGroupItem.d.ts +72 -0
  133. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +36 -0
  134. package/dist/components/toggle-group/index.d.ts +216 -0
  135. package/dist/components/tooltip/Tooltip.d.ts +72 -0
  136. package/dist/components/tooltip/TooltipContent.d.ts +36 -0
  137. package/dist/components/top-bar/TopBar.d.ts +180 -0
  138. package/dist/components/top-bar/TopBarBrand.d.ts +108 -0
  139. package/dist/components/tree/Tree.d.ts +432 -0
  140. package/dist/components/tree/TreeCollapsible.d.ts +36 -0
  141. package/dist/components/tree/TreeCollapsibleContent.d.ts +36 -0
  142. package/dist/components/tree/TreeIcon.d.ts +72 -0
  143. package/dist/components/tree/TreeItemContent.d.ts +36 -0
  144. package/dist/components/tree/TreeListItem.d.ts +36 -0
  145. package/dist/components/video/Video.d.ts +36 -0
  146. package/dist/docgen.json +1 -1
  147. package/dist/experiments/color-scheme/ColorScheme.d.ts +36 -0
  148. package/dist/index.cjs.js +1 -1
  149. package/dist/index.cjs.js.map +1 -1
  150. package/dist/stitches.d.ts +396 -0
  151. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +36 -0
  152. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +72 -0
  153. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
- ## [3.25.1](https://github.com/Atom-Learning/components/compare/v3.25.0...v3.25.1) (2024-04-29)
1
+ # [3.26.0](https://github.com/Atom-Learning/components/compare/v3.25.2...v3.26.0) (2024-05-13)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * added disabled prop to type to allow disabling Link ([4f6a822](https://github.com/Atom-Learning/components/commit/4f6a82219da696c4df82c19ff078a05b09b62fcd))
7
- * made prop optionand and changed to only add disabled prop if set ([ce476de](https://github.com/Atom-Learning/components/commit/ce476de81415d5dfcb7a29939ffa1950d219e2e0))
6
+ * render pagination component only if there is more than one page ([2d313eb](https://github.com/Atom-Learning/components/commit/2d313eb2916cc1ccde21c5ab0d24c0affcf62414))
8
7
 
9
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
10
9
 
@@ -158,6 +158,42 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
158
158
  lime1000: any;
159
159
  lime1100: any;
160
160
  lime1200: any;
161
+ lapis100: any;
162
+ lapis200: any;
163
+ lapis300: any;
164
+ lapis400: any;
165
+ lapis500: any;
166
+ lapis600: any;
167
+ lapis700: any;
168
+ lapis800: any;
169
+ lapis900: any;
170
+ lapis1000: any;
171
+ lapis1100: any;
172
+ lapis1200: any;
173
+ maroon100: any;
174
+ maroon200: any;
175
+ maroon300: any;
176
+ maroon400: any;
177
+ maroon500: any;
178
+ maroon600: any;
179
+ maroon700: any;
180
+ maroon800: any;
181
+ maroon900: any;
182
+ maroon1000: any;
183
+ maroon1100: any;
184
+ maroon1200: any;
185
+ marsh100: any;
186
+ marsh200: any;
187
+ marsh300: any;
188
+ marsh400: any;
189
+ marsh500: any;
190
+ marsh600: any;
191
+ marsh700: any;
192
+ marsh800: any;
193
+ marsh900: any;
194
+ marsh1000: any;
195
+ marsh1100: any;
196
+ marsh1200: any;
161
197
  tonal50: any;
162
198
  tonal100: any;
163
199
  tonal200: any;
@@ -155,6 +155,42 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
155
155
  lime1000: any;
156
156
  lime1100: any;
157
157
  lime1200: any;
158
+ lapis100: any;
159
+ lapis200: any;
160
+ lapis300: any;
161
+ lapis400: any;
162
+ lapis500: any;
163
+ lapis600: any;
164
+ lapis700: any;
165
+ lapis800: any;
166
+ lapis900: any;
167
+ lapis1000: any;
168
+ lapis1100: any;
169
+ lapis1200: any;
170
+ maroon100: any;
171
+ maroon200: any;
172
+ maroon300: any;
173
+ maroon400: any;
174
+ maroon500: any;
175
+ maroon600: any;
176
+ maroon700: any;
177
+ maroon800: any;
178
+ maroon900: any;
179
+ maroon1000: any;
180
+ maroon1100: any;
181
+ maroon1200: any;
182
+ marsh100: any;
183
+ marsh200: any;
184
+ marsh300: any;
185
+ marsh400: any;
186
+ marsh500: any;
187
+ marsh600: any;
188
+ marsh700: any;
189
+ marsh800: any;
190
+ marsh900: any;
191
+ marsh1000: any;
192
+ marsh1100: any;
193
+ marsh1200: any;
158
194
  tonal50: any;
159
195
  tonal100: any;
160
196
  tonal200: any;
@@ -155,6 +155,42 @@ export declare const AccordionItem: import("@stitches/react/types/styled-compone
155
155
  lime1000: any;
156
156
  lime1100: any;
157
157
  lime1200: any;
158
+ lapis100: any;
159
+ lapis200: any;
160
+ lapis300: any;
161
+ lapis400: any;
162
+ lapis500: any;
163
+ lapis600: any;
164
+ lapis700: any;
165
+ lapis800: any;
166
+ lapis900: any;
167
+ lapis1000: any;
168
+ lapis1100: any;
169
+ lapis1200: any;
170
+ maroon100: any;
171
+ maroon200: any;
172
+ maroon300: any;
173
+ maroon400: any;
174
+ maroon500: any;
175
+ maroon600: any;
176
+ maroon700: any;
177
+ maroon800: any;
178
+ maroon900: any;
179
+ maroon1000: any;
180
+ maroon1100: any;
181
+ maroon1200: any;
182
+ marsh100: any;
183
+ marsh200: any;
184
+ marsh300: any;
185
+ marsh400: any;
186
+ marsh500: any;
187
+ marsh600: any;
188
+ marsh700: any;
189
+ marsh800: any;
190
+ marsh900: any;
191
+ marsh1000: any;
192
+ marsh1100: any;
193
+ marsh1200: any;
158
194
  tonal50: any;
159
195
  tonal100: any;
160
196
  tonal200: any;
@@ -156,6 +156,42 @@ declare const StyledTrigger: import("@stitches/react/types/styled-component").St
156
156
  lime1000: any;
157
157
  lime1100: any;
158
158
  lime1200: any;
159
+ lapis100: any;
160
+ lapis200: any;
161
+ lapis300: any;
162
+ lapis400: any;
163
+ lapis500: any;
164
+ lapis600: any;
165
+ lapis700: any;
166
+ lapis800: any;
167
+ lapis900: any;
168
+ lapis1000: any;
169
+ lapis1100: any;
170
+ lapis1200: any;
171
+ maroon100: any;
172
+ maroon200: any;
173
+ maroon300: any;
174
+ maroon400: any;
175
+ maroon500: any;
176
+ maroon600: any;
177
+ maroon700: any;
178
+ maroon800: any;
179
+ maroon900: any;
180
+ maroon1000: any;
181
+ maroon1100: any;
182
+ maroon1200: any;
183
+ marsh100: any;
184
+ marsh200: any;
185
+ marsh300: any;
186
+ marsh400: any;
187
+ marsh500: any;
188
+ marsh600: any;
189
+ marsh700: any;
190
+ marsh800: any;
191
+ marsh900: any;
192
+ marsh1000: any;
193
+ marsh1100: any;
194
+ marsh1200: any;
159
195
  tonal50: any;
160
196
  tonal100: any;
161
197
  tonal200: any;
@@ -488,6 +524,42 @@ export declare const AccordionTrigger: ({ children, colorScheme, ...remainingPro
488
524
  lime1000: any;
489
525
  lime1100: any;
490
526
  lime1200: any;
527
+ lapis100: any;
528
+ lapis200: any;
529
+ lapis300: any;
530
+ lapis400: any;
531
+ lapis500: any;
532
+ lapis600: any;
533
+ lapis700: any;
534
+ lapis800: any;
535
+ lapis900: any;
536
+ lapis1000: any;
537
+ lapis1100: any;
538
+ lapis1200: any;
539
+ maroon100: any;
540
+ maroon200: any;
541
+ maroon300: any;
542
+ maroon400: any;
543
+ maroon500: any;
544
+ maroon600: any;
545
+ maroon700: any;
546
+ maroon800: any;
547
+ maroon900: any;
548
+ maroon1000: any;
549
+ maroon1100: any;
550
+ maroon1200: any;
551
+ marsh100: any;
552
+ marsh200: any;
553
+ marsh300: any;
554
+ marsh400: any;
555
+ marsh500: any;
556
+ marsh600: any;
557
+ marsh700: any;
558
+ marsh800: any;
559
+ marsh900: any;
560
+ marsh1000: any;
561
+ marsh1100: any;
562
+ marsh1200: any;
491
563
  tonal50: any;
492
564
  tonal100: any;
493
565
  tonal200: any;
@@ -164,6 +164,42 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
164
164
  lime1000: any;
165
165
  lime1100: any;
166
166
  lime1200: any;
167
+ lapis100: any;
168
+ lapis200: any;
169
+ lapis300: any;
170
+ lapis400: any;
171
+ lapis500: any;
172
+ lapis600: any;
173
+ lapis700: any;
174
+ lapis800: any;
175
+ lapis900: any;
176
+ lapis1000: any;
177
+ lapis1100: any;
178
+ lapis1200: any;
179
+ maroon100: any;
180
+ maroon200: any;
181
+ maroon300: any;
182
+ maroon400: any;
183
+ maroon500: any;
184
+ maroon600: any;
185
+ maroon700: any;
186
+ maroon800: any;
187
+ maroon900: any;
188
+ maroon1000: any;
189
+ maroon1100: any;
190
+ maroon1200: any;
191
+ marsh100: any;
192
+ marsh200: any;
193
+ marsh300: any;
194
+ marsh400: any;
195
+ marsh500: any;
196
+ marsh600: any;
197
+ marsh700: any;
198
+ marsh800: any;
199
+ marsh900: any;
200
+ marsh1000: any;
201
+ marsh1100: any;
202
+ marsh1200: any;
167
203
  tonal50: any;
168
204
  tonal100: any;
169
205
  tonal200: any;
@@ -155,6 +155,42 @@ export declare const AlertDialog: import("@stitches/react/types/styled-component
155
155
  lime1000: any;
156
156
  lime1100: any;
157
157
  lime1200: any;
158
+ lapis100: any;
159
+ lapis200: any;
160
+ lapis300: any;
161
+ lapis400: any;
162
+ lapis500: any;
163
+ lapis600: any;
164
+ lapis700: any;
165
+ lapis800: any;
166
+ lapis900: any;
167
+ lapis1000: any;
168
+ lapis1100: any;
169
+ lapis1200: any;
170
+ maroon100: any;
171
+ maroon200: any;
172
+ maroon300: any;
173
+ maroon400: any;
174
+ maroon500: any;
175
+ maroon600: any;
176
+ maroon700: any;
177
+ maroon800: any;
178
+ maroon900: any;
179
+ maroon1000: any;
180
+ maroon1100: any;
181
+ maroon1200: any;
182
+ marsh100: any;
183
+ marsh200: any;
184
+ marsh300: any;
185
+ marsh400: any;
186
+ marsh500: any;
187
+ marsh600: any;
188
+ marsh700: any;
189
+ marsh800: any;
190
+ marsh900: any;
191
+ marsh1000: any;
192
+ marsh1100: any;
193
+ marsh1200: any;
158
194
  tonal50: any;
159
195
  tonal100: any;
160
196
  tonal200: any;
@@ -493,6 +529,42 @@ export declare const AlertDialog: import("@stitches/react/types/styled-component
493
529
  lime1000: any;
494
530
  lime1100: any;
495
531
  lime1200: any;
532
+ lapis100: any;
533
+ lapis200: any;
534
+ lapis300: any;
535
+ lapis400: any;
536
+ lapis500: any;
537
+ lapis600: any;
538
+ lapis700: any;
539
+ lapis800: any;
540
+ lapis900: any;
541
+ lapis1000: any;
542
+ lapis1100: any;
543
+ lapis1200: any;
544
+ maroon100: any;
545
+ maroon200: any;
546
+ maroon300: any;
547
+ maroon400: any;
548
+ maroon500: any;
549
+ maroon600: any;
550
+ maroon700: any;
551
+ maroon800: any;
552
+ maroon900: any;
553
+ maroon1000: any;
554
+ maroon1100: any;
555
+ maroon1200: any;
556
+ marsh100: any;
557
+ marsh200: any;
558
+ marsh300: any;
559
+ marsh400: any;
560
+ marsh500: any;
561
+ marsh600: any;
562
+ marsh700: any;
563
+ marsh800: any;
564
+ marsh900: any;
565
+ marsh1000: any;
566
+ marsh1100: any;
567
+ marsh1200: any;
496
568
  tonal50: any;
497
569
  tonal100: any;
498
570
  tonal200: any;
@@ -157,6 +157,42 @@ declare const StyledAlertDialogContent: import("@stitches/react/types/styled-com
157
157
  lime1000: any;
158
158
  lime1100: any;
159
159
  lime1200: any;
160
+ lapis100: any;
161
+ lapis200: any;
162
+ lapis300: any;
163
+ lapis400: any;
164
+ lapis500: any;
165
+ lapis600: any;
166
+ lapis700: any;
167
+ lapis800: any;
168
+ lapis900: any;
169
+ lapis1000: any;
170
+ lapis1100: any;
171
+ lapis1200: any;
172
+ maroon100: any;
173
+ maroon200: any;
174
+ maroon300: any;
175
+ maroon400: any;
176
+ maroon500: any;
177
+ maroon600: any;
178
+ maroon700: any;
179
+ maroon800: any;
180
+ maroon900: any;
181
+ maroon1000: any;
182
+ maroon1100: any;
183
+ maroon1200: any;
184
+ marsh100: any;
185
+ marsh200: any;
186
+ marsh300: any;
187
+ marsh400: any;
188
+ marsh500: any;
189
+ marsh600: any;
190
+ marsh700: any;
191
+ marsh800: any;
192
+ marsh900: any;
193
+ marsh1000: any;
194
+ marsh1100: any;
195
+ marsh1200: any;
160
196
  tonal50: any;
161
197
  tonal100: any;
162
198
  tonal200: any;
@@ -157,6 +157,42 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
157
157
  lime1000: any;
158
158
  lime1100: any;
159
159
  lime1200: any;
160
+ lapis100: any;
161
+ lapis200: any;
162
+ lapis300: any;
163
+ lapis400: any;
164
+ lapis500: any;
165
+ lapis600: any;
166
+ lapis700: any;
167
+ lapis800: any;
168
+ lapis900: any;
169
+ lapis1000: any;
170
+ lapis1100: any;
171
+ lapis1200: any;
172
+ maroon100: any;
173
+ maroon200: any;
174
+ maroon300: any;
175
+ maroon400: any;
176
+ maroon500: any;
177
+ maroon600: any;
178
+ maroon700: any;
179
+ maroon800: any;
180
+ maroon900: any;
181
+ maroon1000: any;
182
+ maroon1100: any;
183
+ maroon1200: any;
184
+ marsh100: any;
185
+ marsh200: any;
186
+ marsh300: any;
187
+ marsh400: any;
188
+ marsh500: any;
189
+ marsh600: any;
190
+ marsh700: any;
191
+ marsh800: any;
192
+ marsh900: any;
193
+ marsh1000: any;
194
+ marsh1100: any;
195
+ marsh1200: any;
160
196
  tonal50: any;
161
197
  tonal100: any;
162
198
  tonal200: any;
@@ -490,6 +526,42 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
490
526
  lime1000: any;
491
527
  lime1100: any;
492
528
  lime1200: any;
529
+ lapis100: any;
530
+ lapis200: any;
531
+ lapis300: any;
532
+ lapis400: any;
533
+ lapis500: any;
534
+ lapis600: any;
535
+ lapis700: any;
536
+ lapis800: any;
537
+ lapis900: any;
538
+ lapis1000: any;
539
+ lapis1100: any;
540
+ lapis1200: any;
541
+ maroon100: any;
542
+ maroon200: any;
543
+ maroon300: any;
544
+ maroon400: any;
545
+ maroon500: any;
546
+ maroon600: any;
547
+ maroon700: any;
548
+ maroon800: any;
549
+ maroon900: any;
550
+ maroon1000: any;
551
+ maroon1100: any;
552
+ maroon1200: any;
553
+ marsh100: any;
554
+ marsh200: any;
555
+ marsh300: any;
556
+ marsh400: any;
557
+ marsh500: any;
558
+ marsh600: any;
559
+ marsh700: any;
560
+ marsh800: any;
561
+ marsh900: any;
562
+ marsh1000: any;
563
+ marsh1100: any;
564
+ marsh1200: any;
493
565
  tonal50: any;
494
566
  tonal100: any;
495
567
  tonal200: any;
@@ -856,6 +928,42 @@ export declare const Avatar: {
856
928
  lime1000: any;
857
929
  lime1100: any;
858
930
  lime1200: any;
931
+ lapis100: any;
932
+ lapis200: any;
933
+ lapis300: any;
934
+ lapis400: any;
935
+ lapis500: any;
936
+ lapis600: any;
937
+ lapis700: any;
938
+ lapis800: any;
939
+ lapis900: any;
940
+ lapis1000: any;
941
+ lapis1100: any;
942
+ lapis1200: any;
943
+ maroon100: any;
944
+ maroon200: any;
945
+ maroon300: any;
946
+ maroon400: any;
947
+ maroon500: any;
948
+ maroon600: any;
949
+ maroon700: any;
950
+ maroon800: any;
951
+ maroon900: any;
952
+ maroon1000: any;
953
+ maroon1100: any;
954
+ maroon1200: any;
955
+ marsh100: any;
956
+ marsh200: any;
957
+ marsh300: any;
958
+ marsh400: any;
959
+ marsh500: any;
960
+ marsh600: any;
961
+ marsh700: any;
962
+ marsh800: any;
963
+ marsh900: any;
964
+ marsh1000: any;
965
+ marsh1100: any;
966
+ marsh1200: any;
859
967
  tonal50: any;
860
968
  tonal100: any;
861
969
  tonal200: any;