@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
@@ -175,6 +175,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
175
175
  lime1000: any;
176
176
  lime1100: any;
177
177
  lime1200: any;
178
+ lapis100: any;
179
+ lapis200: any;
180
+ lapis300: any;
181
+ lapis400: any;
182
+ lapis500: any;
183
+ lapis600: any;
184
+ lapis700: any;
185
+ lapis800: any;
186
+ lapis900: any;
187
+ lapis1000: any;
188
+ lapis1100: any;
189
+ lapis1200: any;
190
+ maroon100: any;
191
+ maroon200: any;
192
+ maroon300: any;
193
+ maroon400: any;
194
+ maroon500: any;
195
+ maroon600: any;
196
+ maroon700: any;
197
+ maroon800: any;
198
+ maroon900: any;
199
+ maroon1000: any;
200
+ maroon1100: any;
201
+ maroon1200: any;
202
+ marsh100: any;
203
+ marsh200: any;
204
+ marsh300: any;
205
+ marsh400: any;
206
+ marsh500: any;
207
+ marsh600: any;
208
+ marsh700: any;
209
+ marsh800: any;
210
+ marsh900: any;
211
+ marsh1000: any;
212
+ marsh1100: any;
213
+ marsh1200: any;
178
214
  tonal50: any;
179
215
  tonal100: any;
180
216
  tonal200: any;
@@ -790,6 +826,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
790
826
  lime1000: any;
791
827
  lime1100: any;
792
828
  lime1200: any;
829
+ lapis100: any;
830
+ lapis200: any;
831
+ lapis300: any;
832
+ lapis400: any;
833
+ lapis500: any;
834
+ lapis600: any;
835
+ lapis700: any;
836
+ lapis800: any;
837
+ lapis900: any;
838
+ lapis1000: any;
839
+ lapis1100: any;
840
+ lapis1200: any;
841
+ maroon100: any;
842
+ maroon200: any;
843
+ maroon300: any;
844
+ maroon400: any;
845
+ maroon500: any;
846
+ maroon600: any;
847
+ maroon700: any;
848
+ maroon800: any;
849
+ maroon900: any;
850
+ maroon1000: any;
851
+ maroon1100: any;
852
+ maroon1200: any;
853
+ marsh100: any;
854
+ marsh200: any;
855
+ marsh300: any;
856
+ marsh400: any;
857
+ marsh500: any;
858
+ marsh600: any;
859
+ marsh700: any;
860
+ marsh800: any;
861
+ marsh900: any;
862
+ marsh1000: any;
863
+ marsh1100: any;
864
+ marsh1200: any;
793
865
  tonal50: any;
794
866
  tonal100: any;
795
867
  tonal200: any;
@@ -1130,6 +1202,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1130
1202
  lime1000: any;
1131
1203
  lime1100: any;
1132
1204
  lime1200: any;
1205
+ lapis100: any;
1206
+ lapis200: any;
1207
+ lapis300: any;
1208
+ lapis400: any;
1209
+ lapis500: any;
1210
+ lapis600: any;
1211
+ lapis700: any;
1212
+ lapis800: any;
1213
+ lapis900: any;
1214
+ lapis1000: any;
1215
+ lapis1100: any;
1216
+ lapis1200: any;
1217
+ maroon100: any;
1218
+ maroon200: any;
1219
+ maroon300: any;
1220
+ maroon400: any;
1221
+ maroon500: any;
1222
+ maroon600: any;
1223
+ maroon700: any;
1224
+ maroon800: any;
1225
+ maroon900: any;
1226
+ maroon1000: any;
1227
+ maroon1100: any;
1228
+ maroon1200: any;
1229
+ marsh100: any;
1230
+ marsh200: any;
1231
+ marsh300: any;
1232
+ marsh400: any;
1233
+ marsh500: any;
1234
+ marsh600: any;
1235
+ marsh700: any;
1236
+ marsh800: any;
1237
+ marsh900: any;
1238
+ marsh1000: any;
1239
+ marsh1100: any;
1240
+ marsh1200: any;
1133
1241
  tonal50: any;
1134
1242
  tonal100: any;
1135
1243
  tonal200: any;
@@ -1470,6 +1578,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1470
1578
  lime1000: any;
1471
1579
  lime1100: any;
1472
1580
  lime1200: any;
1581
+ lapis100: any;
1582
+ lapis200: any;
1583
+ lapis300: any;
1584
+ lapis400: any;
1585
+ lapis500: any;
1586
+ lapis600: any;
1587
+ lapis700: any;
1588
+ lapis800: any;
1589
+ lapis900: any;
1590
+ lapis1000: any;
1591
+ lapis1100: any;
1592
+ lapis1200: any;
1593
+ maroon100: any;
1594
+ maroon200: any;
1595
+ maroon300: any;
1596
+ maroon400: any;
1597
+ maroon500: any;
1598
+ maroon600: any;
1599
+ maroon700: any;
1600
+ maroon800: any;
1601
+ maroon900: any;
1602
+ maroon1000: any;
1603
+ maroon1100: any;
1604
+ maroon1200: any;
1605
+ marsh100: any;
1606
+ marsh200: any;
1607
+ marsh300: any;
1608
+ marsh400: any;
1609
+ marsh500: any;
1610
+ marsh600: any;
1611
+ marsh700: any;
1612
+ marsh800: any;
1613
+ marsh900: any;
1614
+ marsh1000: any;
1615
+ marsh1100: any;
1616
+ marsh1200: any;
1473
1617
  tonal50: any;
1474
1618
  tonal100: any;
1475
1619
  tonal200: any;
@@ -1826,6 +1970,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1826
1970
  lime1000: any;
1827
1971
  lime1100: any;
1828
1972
  lime1200: any;
1973
+ lapis100: any;
1974
+ lapis200: any;
1975
+ lapis300: any;
1976
+ lapis400: any;
1977
+ lapis500: any;
1978
+ lapis600: any;
1979
+ lapis700: any;
1980
+ lapis800: any;
1981
+ lapis900: any;
1982
+ lapis1000: any;
1983
+ lapis1100: any;
1984
+ lapis1200: any;
1985
+ maroon100: any;
1986
+ maroon200: any;
1987
+ maroon300: any;
1988
+ maroon400: any;
1989
+ maroon500: any;
1990
+ maroon600: any;
1991
+ maroon700: any;
1992
+ maroon800: any;
1993
+ maroon900: any;
1994
+ maroon1000: any;
1995
+ maroon1100: any;
1996
+ maroon1200: any;
1997
+ marsh100: any;
1998
+ marsh200: any;
1999
+ marsh300: any;
2000
+ marsh400: any;
2001
+ marsh500: any;
2002
+ marsh600: any;
2003
+ marsh700: any;
2004
+ marsh800: any;
2005
+ marsh900: any;
2006
+ marsh1000: any;
2007
+ marsh1100: any;
2008
+ marsh1200: any;
1829
2009
  tonal50: any;
1830
2010
  tonal100: any;
1831
2011
  tonal200: any;
@@ -2185,6 +2365,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2185
2365
  lime1000: any;
2186
2366
  lime1100: any;
2187
2367
  lime1200: any;
2368
+ lapis100: any;
2369
+ lapis200: any;
2370
+ lapis300: any;
2371
+ lapis400: any;
2372
+ lapis500: any;
2373
+ lapis600: any;
2374
+ lapis700: any;
2375
+ lapis800: any;
2376
+ lapis900: any;
2377
+ lapis1000: any;
2378
+ lapis1100: any;
2379
+ lapis1200: any;
2380
+ maroon100: any;
2381
+ maroon200: any;
2382
+ maroon300: any;
2383
+ maroon400: any;
2384
+ maroon500: any;
2385
+ maroon600: any;
2386
+ maroon700: any;
2387
+ maroon800: any;
2388
+ maroon900: any;
2389
+ maroon1000: any;
2390
+ maroon1100: any;
2391
+ maroon1200: any;
2392
+ marsh100: any;
2393
+ marsh200: any;
2394
+ marsh300: any;
2395
+ marsh400: any;
2396
+ marsh500: any;
2397
+ marsh600: any;
2398
+ marsh700: any;
2399
+ marsh800: any;
2400
+ marsh900: any;
2401
+ marsh1000: any;
2402
+ marsh1100: any;
2403
+ marsh1200: any;
2188
2404
  tonal50: any;
2189
2405
  tonal100: any;
2190
2406
  tonal200: any;
@@ -2529,6 +2745,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2529
2745
  lime1000: any;
2530
2746
  lime1100: any;
2531
2747
  lime1200: any;
2748
+ lapis100: any;
2749
+ lapis200: any;
2750
+ lapis300: any;
2751
+ lapis400: any;
2752
+ lapis500: any;
2753
+ lapis600: any;
2754
+ lapis700: any;
2755
+ lapis800: any;
2756
+ lapis900: any;
2757
+ lapis1000: any;
2758
+ lapis1100: any;
2759
+ lapis1200: any;
2760
+ maroon100: any;
2761
+ maroon200: any;
2762
+ maroon300: any;
2763
+ maroon400: any;
2764
+ maroon500: any;
2765
+ maroon600: any;
2766
+ maroon700: any;
2767
+ maroon800: any;
2768
+ maroon900: any;
2769
+ maroon1000: any;
2770
+ maroon1100: any;
2771
+ maroon1200: any;
2772
+ marsh100: any;
2773
+ marsh200: any;
2774
+ marsh300: any;
2775
+ marsh400: any;
2776
+ marsh500: any;
2777
+ marsh600: any;
2778
+ marsh700: any;
2779
+ marsh800: any;
2780
+ marsh900: any;
2781
+ marsh1000: any;
2782
+ marsh1100: any;
2783
+ marsh1200: any;
2532
2784
  tonal50: any;
2533
2785
  tonal100: any;
2534
2786
  tonal200: any;
@@ -2891,6 +3143,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2891
3143
  lime1000: any;
2892
3144
  lime1100: any;
2893
3145
  lime1200: any;
3146
+ lapis100: any;
3147
+ lapis200: any;
3148
+ lapis300: any;
3149
+ lapis400: any;
3150
+ lapis500: any;
3151
+ lapis600: any;
3152
+ lapis700: any;
3153
+ lapis800: any;
3154
+ lapis900: any;
3155
+ lapis1000: any;
3156
+ lapis1100: any;
3157
+ lapis1200: any;
3158
+ maroon100: any;
3159
+ maroon200: any;
3160
+ maroon300: any;
3161
+ maroon400: any;
3162
+ maroon500: any;
3163
+ maroon600: any;
3164
+ maroon700: any;
3165
+ maroon800: any;
3166
+ maroon900: any;
3167
+ maroon1000: any;
3168
+ maroon1100: any;
3169
+ maroon1200: any;
3170
+ marsh100: any;
3171
+ marsh200: any;
3172
+ marsh300: any;
3173
+ marsh400: any;
3174
+ marsh500: any;
3175
+ marsh600: any;
3176
+ marsh700: any;
3177
+ marsh800: any;
3178
+ marsh900: any;
3179
+ marsh1000: any;
3180
+ marsh1100: any;
3181
+ marsh1200: any;
2894
3182
  tonal50: any;
2895
3183
  tonal100: any;
2896
3184
  tonal200: any;
@@ -3255,6 +3543,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3255
3543
  lime1000: any;
3256
3544
  lime1100: any;
3257
3545
  lime1200: any;
3546
+ lapis100: any;
3547
+ lapis200: any;
3548
+ lapis300: any;
3549
+ lapis400: any;
3550
+ lapis500: any;
3551
+ lapis600: any;
3552
+ lapis700: any;
3553
+ lapis800: any;
3554
+ lapis900: any;
3555
+ lapis1000: any;
3556
+ lapis1100: any;
3557
+ lapis1200: any;
3558
+ maroon100: any;
3559
+ maroon200: any;
3560
+ maroon300: any;
3561
+ maroon400: any;
3562
+ maroon500: any;
3563
+ maroon600: any;
3564
+ maroon700: any;
3565
+ maroon800: any;
3566
+ maroon900: any;
3567
+ maroon1000: any;
3568
+ maroon1100: any;
3569
+ maroon1200: any;
3570
+ marsh100: any;
3571
+ marsh200: any;
3572
+ marsh300: any;
3573
+ marsh400: any;
3574
+ marsh500: any;
3575
+ marsh600: any;
3576
+ marsh700: any;
3577
+ marsh800: any;
3578
+ marsh900: any;
3579
+ marsh1000: any;
3580
+ marsh1100: any;
3581
+ marsh1200: any;
3258
3582
  tonal50: any;
3259
3583
  tonal100: any;
3260
3584
  tonal200: any;
@@ -3614,6 +3938,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3614
3938
  lime1000: any;
3615
3939
  lime1100: any;
3616
3940
  lime1200: any;
3941
+ lapis100: any;
3942
+ lapis200: any;
3943
+ lapis300: any;
3944
+ lapis400: any;
3945
+ lapis500: any;
3946
+ lapis600: any;
3947
+ lapis700: any;
3948
+ lapis800: any;
3949
+ lapis900: any;
3950
+ lapis1000: any;
3951
+ lapis1100: any;
3952
+ lapis1200: any;
3953
+ maroon100: any;
3954
+ maroon200: any;
3955
+ maroon300: any;
3956
+ maroon400: any;
3957
+ maroon500: any;
3958
+ maroon600: any;
3959
+ maroon700: any;
3960
+ maroon800: any;
3961
+ maroon900: any;
3962
+ maroon1000: any;
3963
+ maroon1100: any;
3964
+ maroon1200: any;
3965
+ marsh100: any;
3966
+ marsh200: any;
3967
+ marsh300: any;
3968
+ marsh400: any;
3969
+ marsh500: any;
3970
+ marsh600: any;
3971
+ marsh700: any;
3972
+ marsh800: any;
3973
+ marsh900: any;
3974
+ marsh1000: any;
3975
+ marsh1100: any;
3976
+ marsh1200: any;
3617
3977
  tonal50: any;
3618
3978
  tonal100: any;
3619
3979
  tonal200: any;
@@ -3948,6 +4308,42 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3948
4308
  lime1000: any;
3949
4309
  lime1100: any;
3950
4310
  lime1200: any;
4311
+ lapis100: any;
4312
+ lapis200: any;
4313
+ lapis300: any;
4314
+ lapis400: any;
4315
+ lapis500: any;
4316
+ lapis600: any;
4317
+ lapis700: any;
4318
+ lapis800: any;
4319
+ lapis900: any;
4320
+ lapis1000: any;
4321
+ lapis1100: any;
4322
+ lapis1200: any;
4323
+ maroon100: any;
4324
+ maroon200: any;
4325
+ maroon300: any;
4326
+ maroon400: any;
4327
+ maroon500: any;
4328
+ maroon600: any;
4329
+ maroon700: any;
4330
+ maroon800: any;
4331
+ maroon900: any;
4332
+ maroon1000: any;
4333
+ maroon1100: any;
4334
+ maroon1200: any;
4335
+ marsh100: any;
4336
+ marsh200: any;
4337
+ marsh300: any;
4338
+ marsh400: any;
4339
+ marsh500: any;
4340
+ marsh600: any;
4341
+ marsh700: any;
4342
+ marsh800: any;
4343
+ marsh900: any;
4344
+ marsh1000: any;
4345
+ marsh1100: any;
4346
+ marsh1200: any;
3951
4347
  tonal50: any;
3952
4348
  tonal100: any;
3953
4349
  tonal200: any;
@@ -159,6 +159,42 @@ declare const PendingState: import("@stitches/react/types/styled-component").Sty
159
159
  lime1000: any;
160
160
  lime1100: any;
161
161
  lime1200: any;
162
+ lapis100: any;
163
+ lapis200: any;
164
+ lapis300: any;
165
+ lapis400: any;
166
+ lapis500: any;
167
+ lapis600: any;
168
+ lapis700: any;
169
+ lapis800: any;
170
+ lapis900: any;
171
+ lapis1000: any;
172
+ lapis1100: any;
173
+ lapis1200: any;
174
+ maroon100: any;
175
+ maroon200: any;
176
+ maroon300: any;
177
+ maroon400: any;
178
+ maroon500: any;
179
+ maroon600: any;
180
+ maroon700: any;
181
+ maroon800: any;
182
+ maroon900: any;
183
+ maroon1000: any;
184
+ maroon1100: any;
185
+ maroon1200: any;
186
+ marsh100: any;
187
+ marsh200: any;
188
+ marsh300: any;
189
+ marsh400: any;
190
+ marsh500: any;
191
+ marsh600: any;
192
+ marsh700: any;
193
+ marsh800: any;
194
+ marsh900: any;
195
+ marsh1000: any;
196
+ marsh1100: any;
197
+ marsh1200: any;
162
198
  tonal50: any;
163
199
  tonal100: any;
164
200
  tonal200: any;
@@ -156,6 +156,42 @@ declare const StyledNav: import("@stitches/react/types/styled-component").Styled
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;