@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
@@ -163,6 +163,42 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
163
163
  lime1000: any;
164
164
  lime1100: any;
165
165
  lime1200: any;
166
+ lapis100: any;
167
+ lapis200: any;
168
+ lapis300: any;
169
+ lapis400: any;
170
+ lapis500: any;
171
+ lapis600: any;
172
+ lapis700: any;
173
+ lapis800: any;
174
+ lapis900: any;
175
+ lapis1000: any;
176
+ lapis1100: any;
177
+ lapis1200: any;
178
+ maroon100: any;
179
+ maroon200: any;
180
+ maroon300: any;
181
+ maroon400: any;
182
+ maroon500: any;
183
+ maroon600: any;
184
+ maroon700: any;
185
+ maroon800: any;
186
+ maroon900: any;
187
+ maroon1000: any;
188
+ maroon1100: any;
189
+ maroon1200: any;
190
+ marsh100: any;
191
+ marsh200: any;
192
+ marsh300: any;
193
+ marsh400: any;
194
+ marsh500: any;
195
+ marsh600: any;
196
+ marsh700: any;
197
+ marsh800: any;
198
+ marsh900: any;
199
+ marsh1000: any;
200
+ marsh1100: any;
201
+ marsh1200: any;
166
202
  tonal50: any;
167
203
  tonal100: any;
168
204
  tonal200: any;
@@ -496,6 +532,42 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
496
532
  lime1000: any;
497
533
  lime1100: any;
498
534
  lime1200: any;
535
+ lapis100: any;
536
+ lapis200: any;
537
+ lapis300: any;
538
+ lapis400: any;
539
+ lapis500: any;
540
+ lapis600: any;
541
+ lapis700: any;
542
+ lapis800: any;
543
+ lapis900: any;
544
+ lapis1000: any;
545
+ lapis1100: any;
546
+ lapis1200: any;
547
+ maroon100: any;
548
+ maroon200: any;
549
+ maroon300: any;
550
+ maroon400: any;
551
+ maroon500: any;
552
+ maroon600: any;
553
+ maroon700: any;
554
+ maroon800: any;
555
+ maroon900: any;
556
+ maroon1000: any;
557
+ maroon1100: any;
558
+ maroon1200: any;
559
+ marsh100: any;
560
+ marsh200: any;
561
+ marsh300: any;
562
+ marsh400: any;
563
+ marsh500: any;
564
+ marsh600: any;
565
+ marsh700: any;
566
+ marsh800: any;
567
+ marsh900: any;
568
+ marsh1000: any;
569
+ marsh1100: any;
570
+ marsh1200: any;
499
571
  tonal50: any;
500
572
  tonal100: any;
501
573
  tonal200: any;
@@ -837,6 +909,42 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
837
909
  lime1000: any;
838
910
  lime1100: any;
839
911
  lime1200: any;
912
+ lapis100: any;
913
+ lapis200: any;
914
+ lapis300: any;
915
+ lapis400: any;
916
+ lapis500: any;
917
+ lapis600: any;
918
+ lapis700: any;
919
+ lapis800: any;
920
+ lapis900: any;
921
+ lapis1000: any;
922
+ lapis1100: any;
923
+ lapis1200: any;
924
+ maroon100: any;
925
+ maroon200: any;
926
+ maroon300: any;
927
+ maroon400: any;
928
+ maroon500: any;
929
+ maroon600: any;
930
+ maroon700: any;
931
+ maroon800: any;
932
+ maroon900: any;
933
+ maroon1000: any;
934
+ maroon1100: any;
935
+ maroon1200: any;
936
+ marsh100: any;
937
+ marsh200: any;
938
+ marsh300: any;
939
+ marsh400: any;
940
+ marsh500: any;
941
+ marsh600: any;
942
+ marsh700: any;
943
+ marsh800: any;
944
+ marsh900: any;
945
+ marsh1000: any;
946
+ marsh1100: any;
947
+ marsh1200: any;
840
948
  tonal50: any;
841
949
  tonal100: any;
842
950
  tonal200: any;
@@ -1172,6 +1280,42 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
1172
1280
  lime1000: any;
1173
1281
  lime1100: any;
1174
1282
  lime1200: any;
1283
+ lapis100: any;
1284
+ lapis200: any;
1285
+ lapis300: any;
1286
+ lapis400: any;
1287
+ lapis500: any;
1288
+ lapis600: any;
1289
+ lapis700: any;
1290
+ lapis800: any;
1291
+ lapis900: any;
1292
+ lapis1000: any;
1293
+ lapis1100: any;
1294
+ lapis1200: any;
1295
+ maroon100: any;
1296
+ maroon200: any;
1297
+ maroon300: any;
1298
+ maroon400: any;
1299
+ maroon500: any;
1300
+ maroon600: any;
1301
+ maroon700: any;
1302
+ maroon800: any;
1303
+ maroon900: any;
1304
+ maroon1000: any;
1305
+ maroon1100: any;
1306
+ maroon1200: any;
1307
+ marsh100: any;
1308
+ marsh200: any;
1309
+ marsh300: any;
1310
+ marsh400: any;
1311
+ marsh500: any;
1312
+ marsh600: any;
1313
+ marsh700: any;
1314
+ marsh800: any;
1315
+ marsh900: any;
1316
+ marsh1000: any;
1317
+ marsh1100: any;
1318
+ marsh1200: any;
1175
1319
  tonal50: any;
1176
1320
  tonal100: any;
1177
1321
  tonal200: any;
@@ -1510,6 +1654,42 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
1510
1654
  lime1000: any;
1511
1655
  lime1100: any;
1512
1656
  lime1200: any;
1657
+ lapis100: any;
1658
+ lapis200: any;
1659
+ lapis300: any;
1660
+ lapis400: any;
1661
+ lapis500: any;
1662
+ lapis600: any;
1663
+ lapis700: any;
1664
+ lapis800: any;
1665
+ lapis900: any;
1666
+ lapis1000: any;
1667
+ lapis1100: any;
1668
+ lapis1200: any;
1669
+ maroon100: any;
1670
+ maroon200: any;
1671
+ maroon300: any;
1672
+ maroon400: any;
1673
+ maroon500: any;
1674
+ maroon600: any;
1675
+ maroon700: any;
1676
+ maroon800: any;
1677
+ maroon900: any;
1678
+ maroon1000: any;
1679
+ maroon1100: any;
1680
+ maroon1200: any;
1681
+ marsh100: any;
1682
+ marsh200: any;
1683
+ marsh300: any;
1684
+ marsh400: any;
1685
+ marsh500: any;
1686
+ marsh600: any;
1687
+ marsh700: any;
1688
+ marsh800: any;
1689
+ marsh900: any;
1690
+ marsh1000: any;
1691
+ marsh1100: any;
1692
+ marsh1200: any;
1513
1693
  tonal50: any;
1514
1694
  tonal100: any;
1515
1695
  tonal200: any;
@@ -1846,6 +2026,42 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
1846
2026
  lime1000: any;
1847
2027
  lime1100: any;
1848
2028
  lime1200: any;
2029
+ lapis100: any;
2030
+ lapis200: any;
2031
+ lapis300: any;
2032
+ lapis400: any;
2033
+ lapis500: any;
2034
+ lapis600: any;
2035
+ lapis700: any;
2036
+ lapis800: any;
2037
+ lapis900: any;
2038
+ lapis1000: any;
2039
+ lapis1100: any;
2040
+ lapis1200: any;
2041
+ maroon100: any;
2042
+ maroon200: any;
2043
+ maroon300: any;
2044
+ maroon400: any;
2045
+ maroon500: any;
2046
+ maroon600: any;
2047
+ maroon700: any;
2048
+ maroon800: any;
2049
+ maroon900: any;
2050
+ maroon1000: any;
2051
+ maroon1100: any;
2052
+ maroon1200: any;
2053
+ marsh100: any;
2054
+ marsh200: any;
2055
+ marsh300: any;
2056
+ marsh400: any;
2057
+ marsh500: any;
2058
+ marsh600: any;
2059
+ marsh700: any;
2060
+ marsh800: any;
2061
+ marsh900: any;
2062
+ marsh1000: any;
2063
+ marsh1100: any;
2064
+ marsh1200: any;
1849
2065
  tonal50: any;
1850
2066
  tonal100: any;
1851
2067
  tonal200: any;
@@ -160,6 +160,42 @@ declare const StyledBadgeIcon: import("@stitches/react/types/styled-component").
160
160
  lime1000: any;
161
161
  lime1100: any;
162
162
  lime1200: any;
163
+ lapis100: any;
164
+ lapis200: any;
165
+ lapis300: any;
166
+ lapis400: any;
167
+ lapis500: any;
168
+ lapis600: any;
169
+ lapis700: any;
170
+ lapis800: any;
171
+ lapis900: any;
172
+ lapis1000: any;
173
+ lapis1100: any;
174
+ lapis1200: any;
175
+ maroon100: any;
176
+ maroon200: any;
177
+ maroon300: any;
178
+ maroon400: any;
179
+ maroon500: any;
180
+ maroon600: any;
181
+ maroon700: any;
182
+ maroon800: any;
183
+ maroon900: any;
184
+ maroon1000: any;
185
+ maroon1100: any;
186
+ maroon1200: any;
187
+ marsh100: any;
188
+ marsh200: any;
189
+ marsh300: any;
190
+ marsh400: any;
191
+ marsh500: any;
192
+ marsh600: any;
193
+ marsh700: any;
194
+ marsh800: any;
195
+ marsh900: any;
196
+ marsh1000: any;
197
+ marsh1100: any;
198
+ marsh1200: any;
163
199
  tonal50: any;
164
200
  tonal100: any;
165
201
  tonal200: any;
@@ -494,6 +530,42 @@ declare const StyledBadgeIcon: import("@stitches/react/types/styled-component").
494
530
  lime1000: any;
495
531
  lime1100: any;
496
532
  lime1200: any;
533
+ lapis100: any;
534
+ lapis200: any;
535
+ lapis300: any;
536
+ lapis400: any;
537
+ lapis500: any;
538
+ lapis600: any;
539
+ lapis700: any;
540
+ lapis800: any;
541
+ lapis900: any;
542
+ lapis1000: any;
543
+ lapis1100: any;
544
+ lapis1200: any;
545
+ maroon100: any;
546
+ maroon200: any;
547
+ maroon300: any;
548
+ maroon400: any;
549
+ maroon500: any;
550
+ maroon600: any;
551
+ maroon700: any;
552
+ maroon800: any;
553
+ maroon900: any;
554
+ maroon1000: any;
555
+ maroon1100: any;
556
+ maroon1200: any;
557
+ marsh100: any;
558
+ marsh200: any;
559
+ marsh300: any;
560
+ marsh400: any;
561
+ marsh500: any;
562
+ marsh600: any;
563
+ marsh700: any;
564
+ marsh800: any;
565
+ marsh900: any;
566
+ marsh1000: any;
567
+ marsh1100: any;
568
+ marsh1200: any;
497
569
  tonal50: any;
498
570
  tonal100: any;
499
571
  tonal200: any;
@@ -161,6 +161,42 @@ declare const StyledBadgeText: import("@stitches/react/types/styled-component").
161
161
  lime1000: any;
162
162
  lime1100: any;
163
163
  lime1200: any;
164
+ lapis100: any;
165
+ lapis200: any;
166
+ lapis300: any;
167
+ lapis400: any;
168
+ lapis500: any;
169
+ lapis600: any;
170
+ lapis700: any;
171
+ lapis800: any;
172
+ lapis900: any;
173
+ lapis1000: any;
174
+ lapis1100: any;
175
+ lapis1200: any;
176
+ maroon100: any;
177
+ maroon200: any;
178
+ maroon300: any;
179
+ maroon400: any;
180
+ maroon500: any;
181
+ maroon600: any;
182
+ maroon700: any;
183
+ maroon800: any;
184
+ maroon900: any;
185
+ maroon1000: any;
186
+ maroon1100: any;
187
+ maroon1200: any;
188
+ marsh100: any;
189
+ marsh200: any;
190
+ marsh300: any;
191
+ marsh400: any;
192
+ marsh500: any;
193
+ marsh600: any;
194
+ marsh700: any;
195
+ marsh800: any;
196
+ marsh900: any;
197
+ marsh1000: any;
198
+ marsh1100: any;
199
+ marsh1200: any;
164
200
  tonal50: any;
165
201
  tonal100: any;
166
202
  tonal200: any;
@@ -496,6 +532,42 @@ declare const StyledBadgeText: import("@stitches/react/types/styled-component").
496
532
  lime1000: any;
497
533
  lime1100: any;
498
534
  lime1200: any;
535
+ lapis100: any;
536
+ lapis200: any;
537
+ lapis300: any;
538
+ lapis400: any;
539
+ lapis500: any;
540
+ lapis600: any;
541
+ lapis700: any;
542
+ lapis800: any;
543
+ lapis900: any;
544
+ lapis1000: any;
545
+ lapis1100: any;
546
+ lapis1200: any;
547
+ maroon100: any;
548
+ maroon200: any;
549
+ maroon300: any;
550
+ maroon400: any;
551
+ maroon500: any;
552
+ maroon600: any;
553
+ maroon700: any;
554
+ maroon800: any;
555
+ maroon900: any;
556
+ maroon1000: any;
557
+ maroon1100: any;
558
+ maroon1200: any;
559
+ marsh100: any;
560
+ marsh200: any;
561
+ marsh300: any;
562
+ marsh400: any;
563
+ marsh500: any;
564
+ marsh600: any;
565
+ marsh700: any;
566
+ marsh800: any;
567
+ marsh900: any;
568
+ marsh1000: any;
569
+ marsh1100: any;
570
+ marsh1200: any;
499
571
  tonal50: any;
500
572
  tonal100: any;
501
573
  tonal200: any;
@@ -163,6 +163,42 @@ declare const StyledBannerContainer: import("@stitches/react/types/styled-compon
163
163
  lime1000: any;
164
164
  lime1100: any;
165
165
  lime1200: any;
166
+ lapis100: any;
167
+ lapis200: any;
168
+ lapis300: any;
169
+ lapis400: any;
170
+ lapis500: any;
171
+ lapis600: any;
172
+ lapis700: any;
173
+ lapis800: any;
174
+ lapis900: any;
175
+ lapis1000: any;
176
+ lapis1100: any;
177
+ lapis1200: any;
178
+ maroon100: any;
179
+ maroon200: any;
180
+ maroon300: any;
181
+ maroon400: any;
182
+ maroon500: any;
183
+ maroon600: any;
184
+ maroon700: any;
185
+ maroon800: any;
186
+ maroon900: any;
187
+ maroon1000: any;
188
+ maroon1100: any;
189
+ maroon1200: any;
190
+ marsh100: any;
191
+ marsh200: any;
192
+ marsh300: any;
193
+ marsh400: any;
194
+ marsh500: any;
195
+ marsh600: any;
196
+ marsh700: any;
197
+ marsh800: any;
198
+ marsh900: any;
199
+ marsh1000: any;
200
+ marsh1100: any;
201
+ marsh1200: any;
166
202
  tonal50: any;
167
203
  tonal100: any;
168
204
  tonal200: any;
@@ -496,6 +532,42 @@ declare const StyledBannerContainer: import("@stitches/react/types/styled-compon
496
532
  lime1000: any;
497
533
  lime1100: any;
498
534
  lime1200: any;
535
+ lapis100: any;
536
+ lapis200: any;
537
+ lapis300: any;
538
+ lapis400: any;
539
+ lapis500: any;
540
+ lapis600: any;
541
+ lapis700: any;
542
+ lapis800: any;
543
+ lapis900: any;
544
+ lapis1000: any;
545
+ lapis1100: any;
546
+ lapis1200: any;
547
+ maroon100: any;
548
+ maroon200: any;
549
+ maroon300: any;
550
+ maroon400: any;
551
+ maroon500: any;
552
+ maroon600: any;
553
+ maroon700: any;
554
+ maroon800: any;
555
+ maroon900: any;
556
+ maroon1000: any;
557
+ maroon1100: any;
558
+ maroon1200: any;
559
+ marsh100: any;
560
+ marsh200: any;
561
+ marsh300: any;
562
+ marsh400: any;
563
+ marsh500: any;
564
+ marsh600: any;
565
+ marsh700: any;
566
+ marsh800: any;
567
+ marsh900: any;
568
+ marsh1000: any;
569
+ marsh1100: any;
570
+ marsh1200: any;
499
571
  tonal50: any;
500
572
  tonal100: any;
501
573
  tonal200: any;