@atom-learning/components 3.25.1 → 3.25.2

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 (149) hide show
  1. package/CHANGELOG.md +2 -3
  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/dialog/Dialog.d.ts +252 -0
  43. package/dist/components/dialog/DialogBackground.d.ts +72 -0
  44. package/dist/components/dialog/DialogClose.d.ts +36 -0
  45. package/dist/components/dialog/DialogContent.d.ts +36 -0
  46. package/dist/components/divider/Divider.d.ts +36 -0
  47. package/dist/components/drawer/Drawer.d.ts +216 -0
  48. package/dist/components/drawer/DrawerContent.d.ts +36 -0
  49. package/dist/components/drawer/DrawerFooter.d.ts +36 -0
  50. package/dist/components/drawer/DrawerHeader.d.ts +36 -0
  51. package/dist/components/drawer/DrawerMain.d.ts +36 -0
  52. package/dist/components/drawer/DrawerOverlay.d.ts +36 -0
  53. package/dist/components/drawer/DrawerTrigger.d.ts +36 -0
  54. package/dist/components/dropdown-menu/DropdownMenu.d.ts +216 -0
  55. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +36 -0
  56. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +36 -0
  57. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +36 -0
  58. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +36 -0
  59. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +36 -0
  60. package/dist/components/empty-state/EmptyState.d.ts +288 -0
  61. package/dist/components/empty-state/EmptyStateBody.d.ts +72 -0
  62. package/dist/components/empty-state/EmptyStateImage.d.ts +72 -0
  63. package/dist/components/empty-state/EmptyStateTitle.d.ts +36 -0
  64. package/dist/components/flex/Flex.d.ts +36 -0
  65. package/dist/components/form/Form.d.ts +36 -0
  66. package/dist/components/grid/Grid.d.ts +36 -0
  67. package/dist/components/heading/Heading.d.ts +36 -0
  68. package/dist/components/icon/Icon.d.ts +36 -0
  69. package/dist/components/image/Image.d.ts +36 -0
  70. package/dist/components/inline-message/InlineMessage.d.ts +72 -0
  71. package/dist/components/input/Input.d.ts +36 -0
  72. package/dist/components/label/Label.d.ts +36 -0
  73. package/dist/components/link/Link.d.ts +36 -0
  74. package/dist/components/list/List.d.ts +72 -0
  75. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +36 -0
  76. package/dist/components/navigation/NavigationMenu.d.ts +252 -0
  77. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +36 -0
  78. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +72 -0
  79. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +36 -0
  80. package/dist/components/navigation/NavigationMenuLink.d.ts +36 -0
  81. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +396 -0
  82. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +36 -0
  83. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +36 -0
  84. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +72 -0
  85. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +36 -0
  86. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +36 -0
  87. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +36 -0
  88. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +72 -0
  89. package/dist/components/pagination/PaginationNextButton.d.ts +72 -0
  90. package/dist/components/pagination/PaginationPreviousButton.d.ts +72 -0
  91. package/dist/components/popover/Popover.d.ts +72 -0
  92. package/dist/components/popover/PopoverContent.d.ts +36 -0
  93. package/dist/components/progress-bar/ProgressBar.d.ts +36 -0
  94. package/dist/components/radio-button/RadioButton.d.ts +36 -0
  95. package/dist/components/radio-button/RadioButtonGroup.d.ts +36 -0
  96. package/dist/components/radio-button-field/RadioButtonField.d.ts +36 -0
  97. package/dist/components/radio-card/RadioCard.d.ts +36 -0
  98. package/dist/components/section-message/SectionMessage.d.ts +252 -0
  99. package/dist/components/select/Select.d.ts +36 -0
  100. package/dist/components/side-bar/SideBar.d.ts +288 -0
  101. package/dist/components/side-bar/SideBarComponents.d.ts +252 -0
  102. package/dist/components/slider/Slider.d.ts +36 -0
  103. package/dist/components/sortable/Handle.d.ts +72 -0
  104. package/dist/components/stack-content/StackContent.d.ts +36 -0
  105. package/dist/components/stepper/Stepper.d.ts +72 -0
  106. package/dist/components/stepper/StepperStepBullet.d.ts +72 -0
  107. package/dist/components/stepper/StepperStepContainer.d.ts +72 -0
  108. package/dist/components/stepper/StepperStepLabel.d.ts +72 -0
  109. package/dist/components/switch/Switch.d.ts +36 -0
  110. package/dist/components/table/Table.d.ts +288 -0
  111. package/dist/components/table/TableBody.d.ts +36 -0
  112. package/dist/components/table/TableCell.d.ts +36 -0
  113. package/dist/components/table/TableFooter.d.ts +36 -0
  114. package/dist/components/table/TableFooterCell.d.ts +36 -0
  115. package/dist/components/table/TableHeader.d.ts +36 -0
  116. package/dist/components/table/TableHeaderCell.d.ts +36 -0
  117. package/dist/components/table/TableRow.d.ts +36 -0
  118. package/dist/components/tabs/Tabs.d.ts +144 -0
  119. package/dist/components/tabs/TabsContent.d.ts +36 -0
  120. package/dist/components/tabs/TabsTrigger.d.ts +36 -0
  121. package/dist/components/tabs/TabsTriggerList.d.ts +72 -0
  122. package/dist/components/text/Text.d.ts +36 -0
  123. package/dist/components/textarea/Textarea.d.ts +36 -0
  124. package/dist/components/tile/Tile.d.ts +36 -0
  125. package/dist/components/tile/TileGroup.d.ts +36 -0
  126. package/dist/components/tile-interactive/TileInteractive.d.ts +72 -0
  127. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +108 -0
  128. package/dist/components/toast/Toast.d.ts +108 -0
  129. package/dist/components/toggle-group/ToggleGroupButton.d.ts +72 -0
  130. package/dist/components/toggle-group/ToggleGroupItem.d.ts +72 -0
  131. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +36 -0
  132. package/dist/components/toggle-group/index.d.ts +216 -0
  133. package/dist/components/tooltip/Tooltip.d.ts +72 -0
  134. package/dist/components/tooltip/TooltipContent.d.ts +36 -0
  135. package/dist/components/top-bar/TopBar.d.ts +180 -0
  136. package/dist/components/top-bar/TopBarBrand.d.ts +108 -0
  137. package/dist/components/tree/Tree.d.ts +432 -0
  138. package/dist/components/tree/TreeCollapsible.d.ts +36 -0
  139. package/dist/components/tree/TreeCollapsibleContent.d.ts +36 -0
  140. package/dist/components/tree/TreeIcon.d.ts +72 -0
  141. package/dist/components/tree/TreeItemContent.d.ts +36 -0
  142. package/dist/components/tree/TreeListItem.d.ts +36 -0
  143. package/dist/components/video/Video.d.ts +36 -0
  144. package/dist/docgen.json +1 -1
  145. package/dist/experiments/color-scheme/ColorScheme.d.ts +36 -0
  146. package/dist/stitches.d.ts +396 -0
  147. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +36 -0
  148. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +72 -0
  149. package/package.json +6 -6
@@ -155,6 +155,42 @@ export declare const Dialog: 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;
@@ -486,6 +522,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
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;
@@ -816,6 +888,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
816
888
  lime1000: any;
817
889
  lime1100: any;
818
890
  lime1200: any;
891
+ lapis100: any;
892
+ lapis200: any;
893
+ lapis300: any;
894
+ lapis400: any;
895
+ lapis500: any;
896
+ lapis600: any;
897
+ lapis700: any;
898
+ lapis800: any;
899
+ lapis900: any;
900
+ lapis1000: any;
901
+ lapis1100: any;
902
+ lapis1200: any;
903
+ maroon100: any;
904
+ maroon200: any;
905
+ maroon300: any;
906
+ maroon400: any;
907
+ maroon500: any;
908
+ maroon600: any;
909
+ maroon700: any;
910
+ maroon800: any;
911
+ maroon900: any;
912
+ maroon1000: any;
913
+ maroon1100: any;
914
+ maroon1200: any;
915
+ marsh100: any;
916
+ marsh200: any;
917
+ marsh300: any;
918
+ marsh400: any;
919
+ marsh500: any;
920
+ marsh600: any;
921
+ marsh700: any;
922
+ marsh800: any;
923
+ marsh900: any;
924
+ marsh1000: any;
925
+ marsh1100: any;
926
+ marsh1200: any;
819
927
  tonal50: any;
820
928
  tonal100: any;
821
929
  tonal200: any;
@@ -1147,6 +1255,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
1147
1255
  lime1000: any;
1148
1256
  lime1100: any;
1149
1257
  lime1200: any;
1258
+ lapis100: any;
1259
+ lapis200: any;
1260
+ lapis300: any;
1261
+ lapis400: any;
1262
+ lapis500: any;
1263
+ lapis600: any;
1264
+ lapis700: any;
1265
+ lapis800: any;
1266
+ lapis900: any;
1267
+ lapis1000: any;
1268
+ lapis1100: any;
1269
+ lapis1200: any;
1270
+ maroon100: any;
1271
+ maroon200: any;
1272
+ maroon300: any;
1273
+ maroon400: any;
1274
+ maroon500: any;
1275
+ maroon600: any;
1276
+ maroon700: any;
1277
+ maroon800: any;
1278
+ maroon900: any;
1279
+ maroon1000: any;
1280
+ maroon1100: any;
1281
+ maroon1200: any;
1282
+ marsh100: any;
1283
+ marsh200: any;
1284
+ marsh300: any;
1285
+ marsh400: any;
1286
+ marsh500: any;
1287
+ marsh600: any;
1288
+ marsh700: any;
1289
+ marsh800: any;
1290
+ marsh900: any;
1291
+ marsh1000: any;
1292
+ marsh1100: any;
1293
+ marsh1200: any;
1150
1294
  tonal50: any;
1151
1295
  tonal100: any;
1152
1296
  tonal200: any;
@@ -1481,6 +1625,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
1481
1625
  lime1000: any;
1482
1626
  lime1100: any;
1483
1627
  lime1200: any;
1628
+ lapis100: any;
1629
+ lapis200: any;
1630
+ lapis300: any;
1631
+ lapis400: any;
1632
+ lapis500: any;
1633
+ lapis600: any;
1634
+ lapis700: any;
1635
+ lapis800: any;
1636
+ lapis900: any;
1637
+ lapis1000: any;
1638
+ lapis1100: any;
1639
+ lapis1200: any;
1640
+ maroon100: any;
1641
+ maroon200: any;
1642
+ maroon300: any;
1643
+ maroon400: any;
1644
+ maroon500: any;
1645
+ maroon600: any;
1646
+ maroon700: any;
1647
+ maroon800: any;
1648
+ maroon900: any;
1649
+ maroon1000: any;
1650
+ maroon1100: any;
1651
+ maroon1200: any;
1652
+ marsh100: any;
1653
+ marsh200: any;
1654
+ marsh300: any;
1655
+ marsh400: any;
1656
+ marsh500: any;
1657
+ marsh600: any;
1658
+ marsh700: any;
1659
+ marsh800: any;
1660
+ marsh900: any;
1661
+ marsh1000: any;
1662
+ marsh1100: any;
1663
+ marsh1200: any;
1484
1664
  tonal50: any;
1485
1665
  tonal100: any;
1486
1666
  tonal200: any;
@@ -1822,6 +2002,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
1822
2002
  lime1000: any;
1823
2003
  lime1100: any;
1824
2004
  lime1200: any;
2005
+ lapis100: any;
2006
+ lapis200: any;
2007
+ lapis300: any;
2008
+ lapis400: any;
2009
+ lapis500: any;
2010
+ lapis600: any;
2011
+ lapis700: any;
2012
+ lapis800: any;
2013
+ lapis900: any;
2014
+ lapis1000: any;
2015
+ lapis1100: any;
2016
+ lapis1200: any;
2017
+ maroon100: any;
2018
+ maroon200: any;
2019
+ maroon300: any;
2020
+ maroon400: any;
2021
+ maroon500: any;
2022
+ maroon600: any;
2023
+ maroon700: any;
2024
+ maroon800: any;
2025
+ maroon900: any;
2026
+ maroon1000: any;
2027
+ maroon1100: any;
2028
+ maroon1200: any;
2029
+ marsh100: any;
2030
+ marsh200: any;
2031
+ marsh300: any;
2032
+ marsh400: any;
2033
+ marsh500: any;
2034
+ marsh600: any;
2035
+ marsh700: any;
2036
+ marsh800: any;
2037
+ marsh900: any;
2038
+ marsh1000: any;
2039
+ marsh1100: any;
2040
+ marsh1200: any;
1825
2041
  tonal50: any;
1826
2042
  tonal100: any;
1827
2043
  tonal200: any;
@@ -2165,6 +2381,42 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
2165
2381
  lime1000: any;
2166
2382
  lime1100: any;
2167
2383
  lime1200: any;
2384
+ lapis100: any;
2385
+ lapis200: any;
2386
+ lapis300: any;
2387
+ lapis400: any;
2388
+ lapis500: any;
2389
+ lapis600: any;
2390
+ lapis700: any;
2391
+ lapis800: any;
2392
+ lapis900: any;
2393
+ lapis1000: any;
2394
+ lapis1100: any;
2395
+ lapis1200: any;
2396
+ maroon100: any;
2397
+ maroon200: any;
2398
+ maroon300: any;
2399
+ maroon400: any;
2400
+ maroon500: any;
2401
+ maroon600: any;
2402
+ maroon700: any;
2403
+ maroon800: any;
2404
+ maroon900: any;
2405
+ maroon1000: any;
2406
+ maroon1100: any;
2407
+ maroon1200: any;
2408
+ marsh100: any;
2409
+ marsh200: any;
2410
+ marsh300: any;
2411
+ marsh400: any;
2412
+ marsh500: any;
2413
+ marsh600: any;
2414
+ marsh700: any;
2415
+ marsh800: any;
2416
+ marsh900: any;
2417
+ marsh1000: any;
2418
+ marsh1100: any;
2419
+ marsh1200: any;
2168
2420
  tonal50: any;
2169
2421
  tonal100: any;
2170
2422
  tonal200: any;
@@ -154,6 +154,42 @@ export declare const DialogBackground: import("@stitches/react/types/styled-comp
154
154
  lime1000: any;
155
155
  lime1100: any;
156
156
  lime1200: any;
157
+ lapis100: any;
158
+ lapis200: any;
159
+ lapis300: any;
160
+ lapis400: any;
161
+ lapis500: any;
162
+ lapis600: any;
163
+ lapis700: any;
164
+ lapis800: any;
165
+ lapis900: any;
166
+ lapis1000: any;
167
+ lapis1100: any;
168
+ lapis1200: any;
169
+ maroon100: any;
170
+ maroon200: any;
171
+ maroon300: any;
172
+ maroon400: any;
173
+ maroon500: any;
174
+ maroon600: any;
175
+ maroon700: any;
176
+ maroon800: any;
177
+ maroon900: any;
178
+ maroon1000: any;
179
+ maroon1100: any;
180
+ maroon1200: any;
181
+ marsh100: any;
182
+ marsh200: any;
183
+ marsh300: any;
184
+ marsh400: any;
185
+ marsh500: any;
186
+ marsh600: any;
187
+ marsh700: any;
188
+ marsh800: any;
189
+ marsh900: any;
190
+ marsh1000: any;
191
+ marsh1100: any;
192
+ marsh1200: any;
157
193
  tonal50: any;
158
194
  tonal100: any;
159
195
  tonal200: any;
@@ -484,6 +520,42 @@ export declare const DialogBackground: import("@stitches/react/types/styled-comp
484
520
  lime1000: any;
485
521
  lime1100: any;
486
522
  lime1200: any;
523
+ lapis100: any;
524
+ lapis200: any;
525
+ lapis300: any;
526
+ lapis400: any;
527
+ lapis500: any;
528
+ lapis600: any;
529
+ lapis700: any;
530
+ lapis800: any;
531
+ lapis900: any;
532
+ lapis1000: any;
533
+ lapis1100: any;
534
+ lapis1200: any;
535
+ maroon100: any;
536
+ maroon200: any;
537
+ maroon300: any;
538
+ maroon400: any;
539
+ maroon500: any;
540
+ maroon600: any;
541
+ maroon700: any;
542
+ maroon800: any;
543
+ maroon900: any;
544
+ maroon1000: any;
545
+ maroon1100: any;
546
+ maroon1200: any;
547
+ marsh100: any;
548
+ marsh200: any;
549
+ marsh300: any;
550
+ marsh400: any;
551
+ marsh500: any;
552
+ marsh600: any;
553
+ marsh700: any;
554
+ marsh800: any;
555
+ marsh900: any;
556
+ marsh1000: any;
557
+ marsh1100: any;
558
+ marsh1200: any;
487
559
  tonal50: any;
488
560
  tonal100: any;
489
561
  tonal200: any;
@@ -155,6 +155,42 @@ export declare const DialogClose: 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;
@@ -157,6 +157,42 @@ declare const StyledDialogContent: import("@stitches/react/types/styled-componen
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 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
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;