@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
@@ -155,6 +155,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
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;
@@ -486,6 +522,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
486
522
  lime1000: any;
487
523
  lime1100: any;
488
524
  lime1200: any;
525
+ lapis100: any;
526
+ lapis200: any;
527
+ lapis300: any;
528
+ lapis400: any;
529
+ lapis500: any;
530
+ lapis600: any;
531
+ lapis700: any;
532
+ lapis800: any;
533
+ lapis900: any;
534
+ lapis1000: any;
535
+ lapis1100: any;
536
+ lapis1200: any;
537
+ maroon100: any;
538
+ maroon200: any;
539
+ maroon300: any;
540
+ maroon400: any;
541
+ maroon500: any;
542
+ maroon600: any;
543
+ maroon700: any;
544
+ maroon800: any;
545
+ maroon900: any;
546
+ maroon1000: any;
547
+ maroon1100: any;
548
+ maroon1200: any;
549
+ marsh100: any;
550
+ marsh200: any;
551
+ marsh300: any;
552
+ marsh400: any;
553
+ marsh500: any;
554
+ marsh600: any;
555
+ marsh700: any;
556
+ marsh800: any;
557
+ marsh900: any;
558
+ marsh1000: any;
559
+ marsh1100: any;
560
+ marsh1200: any;
489
561
  tonal50: any;
490
562
  tonal100: any;
491
563
  tonal200: any;
@@ -817,6 +889,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
817
889
  lime1000: any;
818
890
  lime1100: any;
819
891
  lime1200: any;
892
+ lapis100: any;
893
+ lapis200: any;
894
+ lapis300: any;
895
+ lapis400: any;
896
+ lapis500: any;
897
+ lapis600: any;
898
+ lapis700: any;
899
+ lapis800: any;
900
+ lapis900: any;
901
+ lapis1000: any;
902
+ lapis1100: any;
903
+ lapis1200: any;
904
+ maroon100: any;
905
+ maroon200: any;
906
+ maroon300: any;
907
+ maroon400: any;
908
+ maroon500: any;
909
+ maroon600: any;
910
+ maroon700: any;
911
+ maroon800: any;
912
+ maroon900: any;
913
+ maroon1000: any;
914
+ maroon1100: any;
915
+ maroon1200: any;
916
+ marsh100: any;
917
+ marsh200: any;
918
+ marsh300: any;
919
+ marsh400: any;
920
+ marsh500: any;
921
+ marsh600: any;
922
+ marsh700: any;
923
+ marsh800: any;
924
+ marsh900: any;
925
+ marsh1000: any;
926
+ marsh1100: any;
927
+ marsh1200: any;
820
928
  tonal50: any;
821
929
  tonal100: any;
822
930
  tonal200: any;
@@ -1149,6 +1257,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
1149
1257
  lime1000: any;
1150
1258
  lime1100: any;
1151
1259
  lime1200: any;
1260
+ lapis100: any;
1261
+ lapis200: any;
1262
+ lapis300: any;
1263
+ lapis400: any;
1264
+ lapis500: any;
1265
+ lapis600: any;
1266
+ lapis700: any;
1267
+ lapis800: any;
1268
+ lapis900: any;
1269
+ lapis1000: any;
1270
+ lapis1100: any;
1271
+ lapis1200: any;
1272
+ maroon100: any;
1273
+ maroon200: any;
1274
+ maroon300: any;
1275
+ maroon400: any;
1276
+ maroon500: any;
1277
+ maroon600: any;
1278
+ maroon700: any;
1279
+ maroon800: any;
1280
+ maroon900: any;
1281
+ maroon1000: any;
1282
+ maroon1100: any;
1283
+ maroon1200: any;
1284
+ marsh100: any;
1285
+ marsh200: any;
1286
+ marsh300: any;
1287
+ marsh400: any;
1288
+ marsh500: any;
1289
+ marsh600: any;
1290
+ marsh700: any;
1291
+ marsh800: any;
1292
+ marsh900: any;
1293
+ marsh1000: any;
1294
+ marsh1100: any;
1295
+ marsh1200: any;
1152
1296
  tonal50: any;
1153
1297
  tonal100: any;
1154
1298
  tonal200: any;
@@ -1484,6 +1628,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
1484
1628
  lime1000: any;
1485
1629
  lime1100: any;
1486
1630
  lime1200: any;
1631
+ lapis100: any;
1632
+ lapis200: any;
1633
+ lapis300: any;
1634
+ lapis400: any;
1635
+ lapis500: any;
1636
+ lapis600: any;
1637
+ lapis700: any;
1638
+ lapis800: any;
1639
+ lapis900: any;
1640
+ lapis1000: any;
1641
+ lapis1100: any;
1642
+ lapis1200: any;
1643
+ maroon100: any;
1644
+ maroon200: any;
1645
+ maroon300: any;
1646
+ maroon400: any;
1647
+ maroon500: any;
1648
+ maroon600: any;
1649
+ maroon700: any;
1650
+ maroon800: any;
1651
+ maroon900: any;
1652
+ maroon1000: any;
1653
+ maroon1100: any;
1654
+ maroon1200: any;
1655
+ marsh100: any;
1656
+ marsh200: any;
1657
+ marsh300: any;
1658
+ marsh400: any;
1659
+ marsh500: any;
1660
+ marsh600: any;
1661
+ marsh700: any;
1662
+ marsh800: any;
1663
+ marsh900: any;
1664
+ marsh1000: any;
1665
+ marsh1100: any;
1666
+ marsh1200: any;
1487
1667
  tonal50: any;
1488
1668
  tonal100: any;
1489
1669
  tonal200: any;
@@ -1815,6 +1995,42 @@ export declare const DropdownMenu: import("@stitches/react/types/styled-componen
1815
1995
  lime1000: any;
1816
1996
  lime1100: any;
1817
1997
  lime1200: any;
1998
+ lapis100: any;
1999
+ lapis200: any;
2000
+ lapis300: any;
2001
+ lapis400: any;
2002
+ lapis500: any;
2003
+ lapis600: any;
2004
+ lapis700: any;
2005
+ lapis800: any;
2006
+ lapis900: any;
2007
+ lapis1000: any;
2008
+ lapis1100: any;
2009
+ lapis1200: any;
2010
+ maroon100: any;
2011
+ maroon200: any;
2012
+ maroon300: any;
2013
+ maroon400: any;
2014
+ maroon500: any;
2015
+ maroon600: any;
2016
+ maroon700: any;
2017
+ maroon800: any;
2018
+ maroon900: any;
2019
+ maroon1000: any;
2020
+ maroon1100: any;
2021
+ maroon1200: any;
2022
+ marsh100: any;
2023
+ marsh200: any;
2024
+ marsh300: any;
2025
+ marsh400: any;
2026
+ marsh500: any;
2027
+ marsh600: any;
2028
+ marsh700: any;
2029
+ marsh800: any;
2030
+ marsh900: any;
2031
+ marsh1000: any;
2032
+ marsh1100: any;
2033
+ marsh1200: any;
1818
2034
  tonal50: any;
1819
2035
  tonal100: any;
1820
2036
  tonal200: any;
@@ -155,6 +155,42 @@ export declare const DropdownMenuContent: import("@stitches/react/types/styled-c
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;
@@ -615,6 +615,42 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
615
615
  lime1000: any;
616
616
  lime1100: any;
617
617
  lime1200: any;
618
+ lapis100: any;
619
+ lapis200: any;
620
+ lapis300: any;
621
+ lapis400: any;
622
+ lapis500: any;
623
+ lapis600: any;
624
+ lapis700: any;
625
+ lapis800: any;
626
+ lapis900: any;
627
+ lapis1000: any;
628
+ lapis1100: any;
629
+ lapis1200: any;
630
+ maroon100: any;
631
+ maroon200: any;
632
+ maroon300: any;
633
+ maroon400: any;
634
+ maroon500: any;
635
+ maroon600: any;
636
+ maroon700: any;
637
+ maroon800: any;
638
+ maroon900: any;
639
+ maroon1000: any;
640
+ maroon1100: any;
641
+ maroon1200: any;
642
+ marsh100: any;
643
+ marsh200: any;
644
+ marsh300: any;
645
+ marsh400: any;
646
+ marsh500: any;
647
+ marsh600: any;
648
+ marsh700: any;
649
+ marsh800: any;
650
+ marsh900: any;
651
+ marsh1000: any;
652
+ marsh1100: any;
653
+ marsh1200: any;
618
654
  tonal50: any;
619
655
  tonal100: any;
620
656
  tonal200: any;
@@ -157,6 +157,42 @@ export declare const DropdownMenuLinkItem: ({ children, href, ...props }: Omit<i
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;
@@ -155,6 +155,42 @@ export declare const DropdownMenuSeparator: import("@stitches/react/types/styled
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 DropdownMenuTrigger: import("@stitches/react/types/styled-c
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;