@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.
- package/CHANGELOG.md +2 -3
- package/dist/components/accordion/Accordion.d.ts +36 -0
- package/dist/components/accordion/AccordionContent.d.ts +36 -0
- package/dist/components/accordion/AccordionItem.d.ts +36 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +72 -0
- package/dist/components/action-icon/ActionIcon.d.ts +36 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +72 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +36 -0
- package/dist/components/avatar/Avatar.d.ts +108 -0
- package/dist/components/badge/Badge.d.ts +216 -0
- package/dist/components/badge/BadgeIcon.d.ts +72 -0
- package/dist/components/badge/BadgeText.d.ts +72 -0
- package/dist/components/banner/BannerContainer.d.ts +72 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +288 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +72 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +72 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +252 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +36 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +72 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +72 -0
- package/dist/components/box/Box.d.ts +36 -0
- package/dist/components/button/Button.d.ts +36 -0
- package/dist/components/calendar/Day.d.ts +36 -0
- package/dist/components/carousel/Carousel.d.ts +144 -0
- package/dist/components/carousel/CarouselPagination.d.ts +36 -0
- package/dist/components/carousel/CarouselSlide.d.ts +36 -0
- package/dist/components/carousel/CarouselSlider.d.ts +36 -0
- package/dist/components/checkbox/Checkbox.d.ts +36 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +108 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +144 -0
- package/dist/components/chip/Chip.d.ts +252 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +144 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +144 -0
- package/dist/components/combobox/Combobox.d.ts +180 -0
- package/dist/components/combobox/ComboboxInput.d.ts +36 -0
- package/dist/components/combobox/ComboboxList.d.ts +36 -0
- package/dist/components/combobox/ComboboxOption.d.ts +36 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +36 -0
- package/dist/components/data-table/DataTable.d.ts +396 -0
- package/dist/components/data-table/DataTableLoading.d.ts +36 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +36 -0
- package/dist/components/dialog/Dialog.d.ts +252 -0
- package/dist/components/dialog/DialogBackground.d.ts +72 -0
- package/dist/components/dialog/DialogClose.d.ts +36 -0
- package/dist/components/dialog/DialogContent.d.ts +36 -0
- package/dist/components/divider/Divider.d.ts +36 -0
- package/dist/components/drawer/Drawer.d.ts +216 -0
- package/dist/components/drawer/DrawerContent.d.ts +36 -0
- package/dist/components/drawer/DrawerFooter.d.ts +36 -0
- package/dist/components/drawer/DrawerHeader.d.ts +36 -0
- package/dist/components/drawer/DrawerMain.d.ts +36 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +36 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +36 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +216 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +36 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +36 -0
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +36 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +36 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +36 -0
- package/dist/components/empty-state/EmptyState.d.ts +288 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +72 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +72 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +36 -0
- package/dist/components/flex/Flex.d.ts +36 -0
- package/dist/components/form/Form.d.ts +36 -0
- package/dist/components/grid/Grid.d.ts +36 -0
- package/dist/components/heading/Heading.d.ts +36 -0
- package/dist/components/icon/Icon.d.ts +36 -0
- package/dist/components/image/Image.d.ts +36 -0
- package/dist/components/inline-message/InlineMessage.d.ts +72 -0
- package/dist/components/input/Input.d.ts +36 -0
- package/dist/components/label/Label.d.ts +36 -0
- package/dist/components/link/Link.d.ts +36 -0
- package/dist/components/list/List.d.ts +72 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +36 -0
- package/dist/components/navigation/NavigationMenu.d.ts +252 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +36 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +72 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +36 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +396 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +72 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +36 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +72 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +72 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +72 -0
- package/dist/components/popover/Popover.d.ts +72 -0
- package/dist/components/popover/PopoverContent.d.ts +36 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +36 -0
- package/dist/components/radio-button/RadioButton.d.ts +36 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +36 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +36 -0
- package/dist/components/radio-card/RadioCard.d.ts +36 -0
- package/dist/components/section-message/SectionMessage.d.ts +252 -0
- package/dist/components/select/Select.d.ts +36 -0
- package/dist/components/side-bar/SideBar.d.ts +288 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +252 -0
- package/dist/components/slider/Slider.d.ts +36 -0
- package/dist/components/sortable/Handle.d.ts +72 -0
- package/dist/components/stack-content/StackContent.d.ts +36 -0
- package/dist/components/stepper/Stepper.d.ts +72 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +72 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +72 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +72 -0
- package/dist/components/switch/Switch.d.ts +36 -0
- package/dist/components/table/Table.d.ts +288 -0
- package/dist/components/table/TableBody.d.ts +36 -0
- package/dist/components/table/TableCell.d.ts +36 -0
- package/dist/components/table/TableFooter.d.ts +36 -0
- package/dist/components/table/TableFooterCell.d.ts +36 -0
- package/dist/components/table/TableHeader.d.ts +36 -0
- package/dist/components/table/TableHeaderCell.d.ts +36 -0
- package/dist/components/table/TableRow.d.ts +36 -0
- package/dist/components/tabs/Tabs.d.ts +144 -0
- package/dist/components/tabs/TabsContent.d.ts +36 -0
- package/dist/components/tabs/TabsTrigger.d.ts +36 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +72 -0
- package/dist/components/text/Text.d.ts +36 -0
- package/dist/components/textarea/Textarea.d.ts +36 -0
- package/dist/components/tile/Tile.d.ts +36 -0
- package/dist/components/tile/TileGroup.d.ts +36 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +72 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +108 -0
- package/dist/components/toast/Toast.d.ts +108 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +72 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +72 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +36 -0
- package/dist/components/toggle-group/index.d.ts +216 -0
- package/dist/components/tooltip/Tooltip.d.ts +72 -0
- package/dist/components/tooltip/TooltipContent.d.ts +36 -0
- package/dist/components/top-bar/TopBar.d.ts +180 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +108 -0
- package/dist/components/tree/Tree.d.ts +432 -0
- package/dist/components/tree/TreeCollapsible.d.ts +36 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +36 -0
- package/dist/components/tree/TreeIcon.d.ts +72 -0
- package/dist/components/tree/TreeItemContent.d.ts +36 -0
- package/dist/components/tree/TreeListItem.d.ts +36 -0
- package/dist/components/video/Video.d.ts +36 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +36 -0
- package/dist/stitches.d.ts +396 -0
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +36 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +72 -0
- package/package.json +6 -6
|
@@ -164,6 +164,42 @@ declare const StyledColorScheme: import("@stitches/react/types/styled-component"
|
|
|
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;
|
package/dist/stitches.d.ts
CHANGED
|
@@ -211,6 +211,42 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
211
211
|
lime1000: any;
|
|
212
212
|
lime1100: any;
|
|
213
213
|
lime1200: any;
|
|
214
|
+
lapis100: any;
|
|
215
|
+
lapis200: any;
|
|
216
|
+
lapis300: any;
|
|
217
|
+
lapis400: any;
|
|
218
|
+
lapis500: any;
|
|
219
|
+
lapis600: any;
|
|
220
|
+
lapis700: any;
|
|
221
|
+
lapis800: any;
|
|
222
|
+
lapis900: any;
|
|
223
|
+
lapis1000: any;
|
|
224
|
+
lapis1100: any;
|
|
225
|
+
lapis1200: any;
|
|
226
|
+
maroon100: any;
|
|
227
|
+
maroon200: any;
|
|
228
|
+
maroon300: any;
|
|
229
|
+
maroon400: any;
|
|
230
|
+
maroon500: any;
|
|
231
|
+
maroon600: any;
|
|
232
|
+
maroon700: any;
|
|
233
|
+
maroon800: any;
|
|
234
|
+
maroon900: any;
|
|
235
|
+
maroon1000: any;
|
|
236
|
+
maroon1100: any;
|
|
237
|
+
maroon1200: any;
|
|
238
|
+
marsh100: any;
|
|
239
|
+
marsh200: any;
|
|
240
|
+
marsh300: any;
|
|
241
|
+
marsh400: any;
|
|
242
|
+
marsh500: any;
|
|
243
|
+
marsh600: any;
|
|
244
|
+
marsh700: any;
|
|
245
|
+
marsh800: any;
|
|
246
|
+
marsh900: any;
|
|
247
|
+
marsh1000: any;
|
|
248
|
+
marsh1100: any;
|
|
249
|
+
marsh1200: any;
|
|
214
250
|
tonal50: any;
|
|
215
251
|
tonal100: any;
|
|
216
252
|
tonal200: any;
|
|
@@ -539,6 +575,42 @@ export declare const css: {
|
|
|
539
575
|
lime1000: any;
|
|
540
576
|
lime1100: any;
|
|
541
577
|
lime1200: any;
|
|
578
|
+
lapis100: any;
|
|
579
|
+
lapis200: any;
|
|
580
|
+
lapis300: any;
|
|
581
|
+
lapis400: any;
|
|
582
|
+
lapis500: any;
|
|
583
|
+
lapis600: any;
|
|
584
|
+
lapis700: any;
|
|
585
|
+
lapis800: any;
|
|
586
|
+
lapis900: any;
|
|
587
|
+
lapis1000: any;
|
|
588
|
+
lapis1100: any;
|
|
589
|
+
lapis1200: any;
|
|
590
|
+
maroon100: any;
|
|
591
|
+
maroon200: any;
|
|
592
|
+
maroon300: any;
|
|
593
|
+
maroon400: any;
|
|
594
|
+
maroon500: any;
|
|
595
|
+
maroon600: any;
|
|
596
|
+
maroon700: any;
|
|
597
|
+
maroon800: any;
|
|
598
|
+
maroon900: any;
|
|
599
|
+
maroon1000: any;
|
|
600
|
+
maroon1100: any;
|
|
601
|
+
maroon1200: any;
|
|
602
|
+
marsh100: any;
|
|
603
|
+
marsh200: any;
|
|
604
|
+
marsh300: any;
|
|
605
|
+
marsh400: any;
|
|
606
|
+
marsh500: any;
|
|
607
|
+
marsh600: any;
|
|
608
|
+
marsh700: any;
|
|
609
|
+
marsh800: any;
|
|
610
|
+
marsh900: any;
|
|
611
|
+
marsh1000: any;
|
|
612
|
+
marsh1100: any;
|
|
613
|
+
marsh1200: any;
|
|
542
614
|
tonal50: any;
|
|
543
615
|
tonal100: any;
|
|
544
616
|
tonal200: any;
|
|
@@ -862,6 +934,42 @@ export declare const css: {
|
|
|
862
934
|
lime1000: any;
|
|
863
935
|
lime1100: any;
|
|
864
936
|
lime1200: any;
|
|
937
|
+
lapis100: any;
|
|
938
|
+
lapis200: any;
|
|
939
|
+
lapis300: any;
|
|
940
|
+
lapis400: any;
|
|
941
|
+
lapis500: any;
|
|
942
|
+
lapis600: any;
|
|
943
|
+
lapis700: any;
|
|
944
|
+
lapis800: any;
|
|
945
|
+
lapis900: any;
|
|
946
|
+
lapis1000: any;
|
|
947
|
+
lapis1100: any;
|
|
948
|
+
lapis1200: any;
|
|
949
|
+
maroon100: any;
|
|
950
|
+
maroon200: any;
|
|
951
|
+
maroon300: any;
|
|
952
|
+
maroon400: any;
|
|
953
|
+
maroon500: any;
|
|
954
|
+
maroon600: any;
|
|
955
|
+
maroon700: any;
|
|
956
|
+
maroon800: any;
|
|
957
|
+
maroon900: any;
|
|
958
|
+
maroon1000: any;
|
|
959
|
+
maroon1100: any;
|
|
960
|
+
maroon1200: any;
|
|
961
|
+
marsh100: any;
|
|
962
|
+
marsh200: any;
|
|
963
|
+
marsh300: any;
|
|
964
|
+
marsh400: any;
|
|
965
|
+
marsh500: any;
|
|
966
|
+
marsh600: any;
|
|
967
|
+
marsh700: any;
|
|
968
|
+
marsh800: any;
|
|
969
|
+
marsh900: any;
|
|
970
|
+
marsh1000: any;
|
|
971
|
+
marsh1100: any;
|
|
972
|
+
marsh1200: any;
|
|
865
973
|
tonal50: any;
|
|
866
974
|
tonal100: any;
|
|
867
975
|
tonal200: any;
|
|
@@ -1176,6 +1284,42 @@ export declare const css: {
|
|
|
1176
1284
|
lime1000?: string | number | boolean | undefined;
|
|
1177
1285
|
lime1100?: string | number | boolean | undefined;
|
|
1178
1286
|
lime1200?: string | number | boolean | undefined;
|
|
1287
|
+
lapis100?: string | number | boolean | undefined;
|
|
1288
|
+
lapis200?: string | number | boolean | undefined;
|
|
1289
|
+
lapis300?: string | number | boolean | undefined;
|
|
1290
|
+
lapis400?: string | number | boolean | undefined;
|
|
1291
|
+
lapis500?: string | number | boolean | undefined;
|
|
1292
|
+
lapis600?: string | number | boolean | undefined;
|
|
1293
|
+
lapis700?: string | number | boolean | undefined;
|
|
1294
|
+
lapis800?: string | number | boolean | undefined;
|
|
1295
|
+
lapis900?: string | number | boolean | undefined;
|
|
1296
|
+
lapis1000?: string | number | boolean | undefined;
|
|
1297
|
+
lapis1100?: string | number | boolean | undefined;
|
|
1298
|
+
lapis1200?: string | number | boolean | undefined;
|
|
1299
|
+
maroon100?: string | number | boolean | undefined;
|
|
1300
|
+
maroon200?: string | number | boolean | undefined;
|
|
1301
|
+
maroon300?: string | number | boolean | undefined;
|
|
1302
|
+
maroon400?: string | number | boolean | undefined;
|
|
1303
|
+
maroon500?: string | number | boolean | undefined;
|
|
1304
|
+
maroon600?: string | number | boolean | undefined;
|
|
1305
|
+
maroon700?: string | number | boolean | undefined;
|
|
1306
|
+
maroon800?: string | number | boolean | undefined;
|
|
1307
|
+
maroon900?: string | number | boolean | undefined;
|
|
1308
|
+
maroon1000?: string | number | boolean | undefined;
|
|
1309
|
+
maroon1100?: string | number | boolean | undefined;
|
|
1310
|
+
maroon1200?: string | number | boolean | undefined;
|
|
1311
|
+
marsh100?: string | number | boolean | undefined;
|
|
1312
|
+
marsh200?: string | number | boolean | undefined;
|
|
1313
|
+
marsh300?: string | number | boolean | undefined;
|
|
1314
|
+
marsh400?: string | number | boolean | undefined;
|
|
1315
|
+
marsh500?: string | number | boolean | undefined;
|
|
1316
|
+
marsh600?: string | number | boolean | undefined;
|
|
1317
|
+
marsh700?: string | number | boolean | undefined;
|
|
1318
|
+
marsh800?: string | number | boolean | undefined;
|
|
1319
|
+
marsh900?: string | number | boolean | undefined;
|
|
1320
|
+
marsh1000?: string | number | boolean | undefined;
|
|
1321
|
+
marsh1100?: string | number | boolean | undefined;
|
|
1322
|
+
marsh1200?: string | number | boolean | undefined;
|
|
1179
1323
|
tonal50?: string | number | boolean | undefined;
|
|
1180
1324
|
tonal100?: string | number | boolean | undefined;
|
|
1181
1325
|
tonal200?: string | number | boolean | undefined;
|
|
@@ -1441,6 +1585,42 @@ export declare const css: {
|
|
|
1441
1585
|
lime1000?: string | number | boolean | undefined;
|
|
1442
1586
|
lime1100?: string | number | boolean | undefined;
|
|
1443
1587
|
lime1200?: string | number | boolean | undefined;
|
|
1588
|
+
lapis100?: string | number | boolean | undefined;
|
|
1589
|
+
lapis200?: string | number | boolean | undefined;
|
|
1590
|
+
lapis300?: string | number | boolean | undefined;
|
|
1591
|
+
lapis400?: string | number | boolean | undefined;
|
|
1592
|
+
lapis500?: string | number | boolean | undefined;
|
|
1593
|
+
lapis600?: string | number | boolean | undefined;
|
|
1594
|
+
lapis700?: string | number | boolean | undefined;
|
|
1595
|
+
lapis800?: string | number | boolean | undefined;
|
|
1596
|
+
lapis900?: string | number | boolean | undefined;
|
|
1597
|
+
lapis1000?: string | number | boolean | undefined;
|
|
1598
|
+
lapis1100?: string | number | boolean | undefined;
|
|
1599
|
+
lapis1200?: string | number | boolean | undefined;
|
|
1600
|
+
maroon100?: string | number | boolean | undefined;
|
|
1601
|
+
maroon200?: string | number | boolean | undefined;
|
|
1602
|
+
maroon300?: string | number | boolean | undefined;
|
|
1603
|
+
maroon400?: string | number | boolean | undefined;
|
|
1604
|
+
maroon500?: string | number | boolean | undefined;
|
|
1605
|
+
maroon600?: string | number | boolean | undefined;
|
|
1606
|
+
maroon700?: string | number | boolean | undefined;
|
|
1607
|
+
maroon800?: string | number | boolean | undefined;
|
|
1608
|
+
maroon900?: string | number | boolean | undefined;
|
|
1609
|
+
maroon1000?: string | number | boolean | undefined;
|
|
1610
|
+
maroon1100?: string | number | boolean | undefined;
|
|
1611
|
+
maroon1200?: string | number | boolean | undefined;
|
|
1612
|
+
marsh100?: string | number | boolean | undefined;
|
|
1613
|
+
marsh200?: string | number | boolean | undefined;
|
|
1614
|
+
marsh300?: string | number | boolean | undefined;
|
|
1615
|
+
marsh400?: string | number | boolean | undefined;
|
|
1616
|
+
marsh500?: string | number | boolean | undefined;
|
|
1617
|
+
marsh600?: string | number | boolean | undefined;
|
|
1618
|
+
marsh700?: string | number | boolean | undefined;
|
|
1619
|
+
marsh800?: string | number | boolean | undefined;
|
|
1620
|
+
marsh900?: string | number | boolean | undefined;
|
|
1621
|
+
marsh1000?: string | number | boolean | undefined;
|
|
1622
|
+
marsh1100?: string | number | boolean | undefined;
|
|
1623
|
+
marsh1200?: string | number | boolean | undefined;
|
|
1444
1624
|
tonal50?: string | number | boolean | undefined;
|
|
1445
1625
|
tonal100?: string | number | boolean | undefined;
|
|
1446
1626
|
tonal200?: string | number | boolean | undefined;
|
|
@@ -1723,6 +1903,42 @@ export declare const css: {
|
|
|
1723
1903
|
lime1000: any;
|
|
1724
1904
|
lime1100: any;
|
|
1725
1905
|
lime1200: any;
|
|
1906
|
+
lapis100: any;
|
|
1907
|
+
lapis200: any;
|
|
1908
|
+
lapis300: any;
|
|
1909
|
+
lapis400: any;
|
|
1910
|
+
lapis500: any;
|
|
1911
|
+
lapis600: any;
|
|
1912
|
+
lapis700: any;
|
|
1913
|
+
lapis800: any;
|
|
1914
|
+
lapis900: any;
|
|
1915
|
+
lapis1000: any;
|
|
1916
|
+
lapis1100: any;
|
|
1917
|
+
lapis1200: any;
|
|
1918
|
+
maroon100: any;
|
|
1919
|
+
maroon200: any;
|
|
1920
|
+
maroon300: any;
|
|
1921
|
+
maroon400: any;
|
|
1922
|
+
maroon500: any;
|
|
1923
|
+
maroon600: any;
|
|
1924
|
+
maroon700: any;
|
|
1925
|
+
maroon800: any;
|
|
1926
|
+
maroon900: any;
|
|
1927
|
+
maroon1000: any;
|
|
1928
|
+
maroon1100: any;
|
|
1929
|
+
maroon1200: any;
|
|
1930
|
+
marsh100: any;
|
|
1931
|
+
marsh200: any;
|
|
1932
|
+
marsh300: any;
|
|
1933
|
+
marsh400: any;
|
|
1934
|
+
marsh500: any;
|
|
1935
|
+
marsh600: any;
|
|
1936
|
+
marsh700: any;
|
|
1937
|
+
marsh800: any;
|
|
1938
|
+
marsh900: any;
|
|
1939
|
+
marsh1000: any;
|
|
1940
|
+
marsh1100: any;
|
|
1941
|
+
marsh1200: any;
|
|
1726
1942
|
tonal50: any;
|
|
1727
1943
|
tonal100: any;
|
|
1728
1944
|
tonal200: any;
|
|
@@ -2046,6 +2262,42 @@ export declare const css: {
|
|
|
2046
2262
|
lime1000: any;
|
|
2047
2263
|
lime1100: any;
|
|
2048
2264
|
lime1200: any;
|
|
2265
|
+
lapis100: any;
|
|
2266
|
+
lapis200: any;
|
|
2267
|
+
lapis300: any;
|
|
2268
|
+
lapis400: any;
|
|
2269
|
+
lapis500: any;
|
|
2270
|
+
lapis600: any;
|
|
2271
|
+
lapis700: any;
|
|
2272
|
+
lapis800: any;
|
|
2273
|
+
lapis900: any;
|
|
2274
|
+
lapis1000: any;
|
|
2275
|
+
lapis1100: any;
|
|
2276
|
+
lapis1200: any;
|
|
2277
|
+
maroon100: any;
|
|
2278
|
+
maroon200: any;
|
|
2279
|
+
maroon300: any;
|
|
2280
|
+
maroon400: any;
|
|
2281
|
+
maroon500: any;
|
|
2282
|
+
maroon600: any;
|
|
2283
|
+
maroon700: any;
|
|
2284
|
+
maroon800: any;
|
|
2285
|
+
maroon900: any;
|
|
2286
|
+
maroon1000: any;
|
|
2287
|
+
maroon1100: any;
|
|
2288
|
+
maroon1200: any;
|
|
2289
|
+
marsh100: any;
|
|
2290
|
+
marsh200: any;
|
|
2291
|
+
marsh300: any;
|
|
2292
|
+
marsh400: any;
|
|
2293
|
+
marsh500: any;
|
|
2294
|
+
marsh600: any;
|
|
2295
|
+
marsh700: any;
|
|
2296
|
+
marsh800: any;
|
|
2297
|
+
marsh900: any;
|
|
2298
|
+
marsh1000: any;
|
|
2299
|
+
marsh1100: any;
|
|
2300
|
+
marsh1200: any;
|
|
2049
2301
|
tonal50: any;
|
|
2050
2302
|
tonal100: any;
|
|
2051
2303
|
tonal200: any;
|
|
@@ -2369,6 +2621,42 @@ export declare const css: {
|
|
|
2369
2621
|
lime1000: any;
|
|
2370
2622
|
lime1100: any;
|
|
2371
2623
|
lime1200: any;
|
|
2624
|
+
lapis100: any;
|
|
2625
|
+
lapis200: any;
|
|
2626
|
+
lapis300: any;
|
|
2627
|
+
lapis400: any;
|
|
2628
|
+
lapis500: any;
|
|
2629
|
+
lapis600: any;
|
|
2630
|
+
lapis700: any;
|
|
2631
|
+
lapis800: any;
|
|
2632
|
+
lapis900: any;
|
|
2633
|
+
lapis1000: any;
|
|
2634
|
+
lapis1100: any;
|
|
2635
|
+
lapis1200: any;
|
|
2636
|
+
maroon100: any;
|
|
2637
|
+
maroon200: any;
|
|
2638
|
+
maroon300: any;
|
|
2639
|
+
maroon400: any;
|
|
2640
|
+
maroon500: any;
|
|
2641
|
+
maroon600: any;
|
|
2642
|
+
maroon700: any;
|
|
2643
|
+
maroon800: any;
|
|
2644
|
+
maroon900: any;
|
|
2645
|
+
maroon1000: any;
|
|
2646
|
+
maroon1100: any;
|
|
2647
|
+
maroon1200: any;
|
|
2648
|
+
marsh100: any;
|
|
2649
|
+
marsh200: any;
|
|
2650
|
+
marsh300: any;
|
|
2651
|
+
marsh400: any;
|
|
2652
|
+
marsh500: any;
|
|
2653
|
+
marsh600: any;
|
|
2654
|
+
marsh700: any;
|
|
2655
|
+
marsh800: any;
|
|
2656
|
+
marsh900: any;
|
|
2657
|
+
marsh1000: any;
|
|
2658
|
+
marsh1100: any;
|
|
2659
|
+
marsh1200: any;
|
|
2372
2660
|
tonal50: any;
|
|
2373
2661
|
tonal100: any;
|
|
2374
2662
|
tonal200: any;
|
|
@@ -2700,6 +2988,42 @@ export declare const css: {
|
|
|
2700
2988
|
lime1000: any;
|
|
2701
2989
|
lime1100: any;
|
|
2702
2990
|
lime1200: any;
|
|
2991
|
+
lapis100: any;
|
|
2992
|
+
lapis200: any;
|
|
2993
|
+
lapis300: any;
|
|
2994
|
+
lapis400: any;
|
|
2995
|
+
lapis500: any;
|
|
2996
|
+
lapis600: any;
|
|
2997
|
+
lapis700: any;
|
|
2998
|
+
lapis800: any;
|
|
2999
|
+
lapis900: any;
|
|
3000
|
+
lapis1000: any;
|
|
3001
|
+
lapis1100: any;
|
|
3002
|
+
lapis1200: any;
|
|
3003
|
+
maroon100: any;
|
|
3004
|
+
maroon200: any;
|
|
3005
|
+
maroon300: any;
|
|
3006
|
+
maroon400: any;
|
|
3007
|
+
maroon500: any;
|
|
3008
|
+
maroon600: any;
|
|
3009
|
+
maroon700: any;
|
|
3010
|
+
maroon800: any;
|
|
3011
|
+
maroon900: any;
|
|
3012
|
+
maroon1000: any;
|
|
3013
|
+
maroon1100: any;
|
|
3014
|
+
maroon1200: any;
|
|
3015
|
+
marsh100: any;
|
|
3016
|
+
marsh200: any;
|
|
3017
|
+
marsh300: any;
|
|
3018
|
+
marsh400: any;
|
|
3019
|
+
marsh500: any;
|
|
3020
|
+
marsh600: any;
|
|
3021
|
+
marsh700: any;
|
|
3022
|
+
marsh800: any;
|
|
3023
|
+
marsh900: any;
|
|
3024
|
+
marsh1000: any;
|
|
3025
|
+
marsh1100: any;
|
|
3026
|
+
marsh1200: any;
|
|
2703
3027
|
tonal50: any;
|
|
2704
3028
|
tonal100: any;
|
|
2705
3029
|
tonal200: any;
|
|
@@ -3023,6 +3347,42 @@ export declare const css: {
|
|
|
3023
3347
|
lime1000: any;
|
|
3024
3348
|
lime1100: any;
|
|
3025
3349
|
lime1200: any;
|
|
3350
|
+
lapis100: any;
|
|
3351
|
+
lapis200: any;
|
|
3352
|
+
lapis300: any;
|
|
3353
|
+
lapis400: any;
|
|
3354
|
+
lapis500: any;
|
|
3355
|
+
lapis600: any;
|
|
3356
|
+
lapis700: any;
|
|
3357
|
+
lapis800: any;
|
|
3358
|
+
lapis900: any;
|
|
3359
|
+
lapis1000: any;
|
|
3360
|
+
lapis1100: any;
|
|
3361
|
+
lapis1200: any;
|
|
3362
|
+
maroon100: any;
|
|
3363
|
+
maroon200: any;
|
|
3364
|
+
maroon300: any;
|
|
3365
|
+
maroon400: any;
|
|
3366
|
+
maroon500: any;
|
|
3367
|
+
maroon600: any;
|
|
3368
|
+
maroon700: any;
|
|
3369
|
+
maroon800: any;
|
|
3370
|
+
maroon900: any;
|
|
3371
|
+
maroon1000: any;
|
|
3372
|
+
maroon1100: any;
|
|
3373
|
+
maroon1200: any;
|
|
3374
|
+
marsh100: any;
|
|
3375
|
+
marsh200: any;
|
|
3376
|
+
marsh300: any;
|
|
3377
|
+
marsh400: any;
|
|
3378
|
+
marsh500: any;
|
|
3379
|
+
marsh600: any;
|
|
3380
|
+
marsh700: any;
|
|
3381
|
+
marsh800: any;
|
|
3382
|
+
marsh900: any;
|
|
3383
|
+
marsh1000: any;
|
|
3384
|
+
marsh1100: any;
|
|
3385
|
+
marsh1200: any;
|
|
3026
3386
|
tonal50: any;
|
|
3027
3387
|
tonal100: any;
|
|
3028
3388
|
tonal200: any;
|
|
@@ -3340,6 +3700,42 @@ export declare const css: {
|
|
|
3340
3700
|
lime1000: import("@stitches/react/types/theme").Token<"lime1000", string, "colors", "">;
|
|
3341
3701
|
lime1100: import("@stitches/react/types/theme").Token<"lime1100", string, "colors", "">;
|
|
3342
3702
|
lime1200: import("@stitches/react/types/theme").Token<"lime1200", string, "colors", "">;
|
|
3703
|
+
lapis100: import("@stitches/react/types/theme").Token<"lapis100", string, "colors", "">;
|
|
3704
|
+
lapis200: import("@stitches/react/types/theme").Token<"lapis200", string, "colors", "">;
|
|
3705
|
+
lapis300: import("@stitches/react/types/theme").Token<"lapis300", string, "colors", "">;
|
|
3706
|
+
lapis400: import("@stitches/react/types/theme").Token<"lapis400", string, "colors", "">;
|
|
3707
|
+
lapis500: import("@stitches/react/types/theme").Token<"lapis500", string, "colors", "">;
|
|
3708
|
+
lapis600: import("@stitches/react/types/theme").Token<"lapis600", string, "colors", "">;
|
|
3709
|
+
lapis700: import("@stitches/react/types/theme").Token<"lapis700", string, "colors", "">;
|
|
3710
|
+
lapis800: import("@stitches/react/types/theme").Token<"lapis800", string, "colors", "">;
|
|
3711
|
+
lapis900: import("@stitches/react/types/theme").Token<"lapis900", string, "colors", "">;
|
|
3712
|
+
lapis1000: import("@stitches/react/types/theme").Token<"lapis1000", string, "colors", "">;
|
|
3713
|
+
lapis1100: import("@stitches/react/types/theme").Token<"lapis1100", string, "colors", "">;
|
|
3714
|
+
lapis1200: import("@stitches/react/types/theme").Token<"lapis1200", string, "colors", "">;
|
|
3715
|
+
maroon100: import("@stitches/react/types/theme").Token<"maroon100", string, "colors", "">;
|
|
3716
|
+
maroon200: import("@stitches/react/types/theme").Token<"maroon200", string, "colors", "">;
|
|
3717
|
+
maroon300: import("@stitches/react/types/theme").Token<"maroon300", string, "colors", "">;
|
|
3718
|
+
maroon400: import("@stitches/react/types/theme").Token<"maroon400", string, "colors", "">;
|
|
3719
|
+
maroon500: import("@stitches/react/types/theme").Token<"maroon500", string, "colors", "">;
|
|
3720
|
+
maroon600: import("@stitches/react/types/theme").Token<"maroon600", string, "colors", "">;
|
|
3721
|
+
maroon700: import("@stitches/react/types/theme").Token<"maroon700", string, "colors", "">;
|
|
3722
|
+
maroon800: import("@stitches/react/types/theme").Token<"maroon800", string, "colors", "">;
|
|
3723
|
+
maroon900: import("@stitches/react/types/theme").Token<"maroon900", string, "colors", "">;
|
|
3724
|
+
maroon1000: import("@stitches/react/types/theme").Token<"maroon1000", string, "colors", "">;
|
|
3725
|
+
maroon1100: import("@stitches/react/types/theme").Token<"maroon1100", string, "colors", "">;
|
|
3726
|
+
maroon1200: import("@stitches/react/types/theme").Token<"maroon1200", string, "colors", "">;
|
|
3727
|
+
marsh100: import("@stitches/react/types/theme").Token<"marsh100", string, "colors", "">;
|
|
3728
|
+
marsh200: import("@stitches/react/types/theme").Token<"marsh200", string, "colors", "">;
|
|
3729
|
+
marsh300: import("@stitches/react/types/theme").Token<"marsh300", string, "colors", "">;
|
|
3730
|
+
marsh400: import("@stitches/react/types/theme").Token<"marsh400", string, "colors", "">;
|
|
3731
|
+
marsh500: import("@stitches/react/types/theme").Token<"marsh500", string, "colors", "">;
|
|
3732
|
+
marsh600: import("@stitches/react/types/theme").Token<"marsh600", string, "colors", "">;
|
|
3733
|
+
marsh700: import("@stitches/react/types/theme").Token<"marsh700", string, "colors", "">;
|
|
3734
|
+
marsh800: import("@stitches/react/types/theme").Token<"marsh800", string, "colors", "">;
|
|
3735
|
+
marsh900: import("@stitches/react/types/theme").Token<"marsh900", string, "colors", "">;
|
|
3736
|
+
marsh1000: import("@stitches/react/types/theme").Token<"marsh1000", string, "colors", "">;
|
|
3737
|
+
marsh1100: import("@stitches/react/types/theme").Token<"marsh1100", string, "colors", "">;
|
|
3738
|
+
marsh1200: import("@stitches/react/types/theme").Token<"marsh1200", string, "colors", "">;
|
|
3343
3739
|
tonal50: import("@stitches/react/types/theme").Token<"tonal50", string, "colors", "">;
|
|
3344
3740
|
tonal100: import("@stitches/react/types/theme").Token<"tonal100", string, "colors", "">;
|
|
3345
3741
|
tonal200: import("@stitches/react/types/theme").Token<"tonal200", string, "colors", "">;
|
|
@@ -162,6 +162,42 @@ export declare const createThemeVariants: <ThemeProperty extends keyof Theme>(th
|
|
|
162
162
|
lime1000: import("@stitches/react/types/theme").Token<"lime1000", string, "colors", "">;
|
|
163
163
|
lime1100: import("@stitches/react/types/theme").Token<"lime1100", string, "colors", "">;
|
|
164
164
|
lime1200: import("@stitches/react/types/theme").Token<"lime1200", string, "colors", "">;
|
|
165
|
+
lapis100: import("@stitches/react/types/theme").Token<"lapis100", string, "colors", "">;
|
|
166
|
+
lapis200: import("@stitches/react/types/theme").Token<"lapis200", string, "colors", "">;
|
|
167
|
+
lapis300: import("@stitches/react/types/theme").Token<"lapis300", string, "colors", "">;
|
|
168
|
+
lapis400: import("@stitches/react/types/theme").Token<"lapis400", string, "colors", "">;
|
|
169
|
+
lapis500: import("@stitches/react/types/theme").Token<"lapis500", string, "colors", "">;
|
|
170
|
+
lapis600: import("@stitches/react/types/theme").Token<"lapis600", string, "colors", "">;
|
|
171
|
+
lapis700: import("@stitches/react/types/theme").Token<"lapis700", string, "colors", "">;
|
|
172
|
+
lapis800: import("@stitches/react/types/theme").Token<"lapis800", string, "colors", "">;
|
|
173
|
+
lapis900: import("@stitches/react/types/theme").Token<"lapis900", string, "colors", "">;
|
|
174
|
+
lapis1000: import("@stitches/react/types/theme").Token<"lapis1000", string, "colors", "">;
|
|
175
|
+
lapis1100: import("@stitches/react/types/theme").Token<"lapis1100", string, "colors", "">;
|
|
176
|
+
lapis1200: import("@stitches/react/types/theme").Token<"lapis1200", string, "colors", "">;
|
|
177
|
+
maroon100: import("@stitches/react/types/theme").Token<"maroon100", string, "colors", "">;
|
|
178
|
+
maroon200: import("@stitches/react/types/theme").Token<"maroon200", string, "colors", "">;
|
|
179
|
+
maroon300: import("@stitches/react/types/theme").Token<"maroon300", string, "colors", "">;
|
|
180
|
+
maroon400: import("@stitches/react/types/theme").Token<"maroon400", string, "colors", "">;
|
|
181
|
+
maroon500: import("@stitches/react/types/theme").Token<"maroon500", string, "colors", "">;
|
|
182
|
+
maroon600: import("@stitches/react/types/theme").Token<"maroon600", string, "colors", "">;
|
|
183
|
+
maroon700: import("@stitches/react/types/theme").Token<"maroon700", string, "colors", "">;
|
|
184
|
+
maroon800: import("@stitches/react/types/theme").Token<"maroon800", string, "colors", "">;
|
|
185
|
+
maroon900: import("@stitches/react/types/theme").Token<"maroon900", string, "colors", "">;
|
|
186
|
+
maroon1000: import("@stitches/react/types/theme").Token<"maroon1000", string, "colors", "">;
|
|
187
|
+
maroon1100: import("@stitches/react/types/theme").Token<"maroon1100", string, "colors", "">;
|
|
188
|
+
maroon1200: import("@stitches/react/types/theme").Token<"maroon1200", string, "colors", "">;
|
|
189
|
+
marsh100: import("@stitches/react/types/theme").Token<"marsh100", string, "colors", "">;
|
|
190
|
+
marsh200: import("@stitches/react/types/theme").Token<"marsh200", string, "colors", "">;
|
|
191
|
+
marsh300: import("@stitches/react/types/theme").Token<"marsh300", string, "colors", "">;
|
|
192
|
+
marsh400: import("@stitches/react/types/theme").Token<"marsh400", string, "colors", "">;
|
|
193
|
+
marsh500: import("@stitches/react/types/theme").Token<"marsh500", string, "colors", "">;
|
|
194
|
+
marsh600: import("@stitches/react/types/theme").Token<"marsh600", string, "colors", "">;
|
|
195
|
+
marsh700: import("@stitches/react/types/theme").Token<"marsh700", string, "colors", "">;
|
|
196
|
+
marsh800: import("@stitches/react/types/theme").Token<"marsh800", string, "colors", "">;
|
|
197
|
+
marsh900: import("@stitches/react/types/theme").Token<"marsh900", string, "colors", "">;
|
|
198
|
+
marsh1000: import("@stitches/react/types/theme").Token<"marsh1000", string, "colors", "">;
|
|
199
|
+
marsh1100: import("@stitches/react/types/theme").Token<"marsh1100", string, "colors", "">;
|
|
200
|
+
marsh1200: import("@stitches/react/types/theme").Token<"marsh1200", string, "colors", "">;
|
|
165
201
|
tonal50: import("@stitches/react/types/theme").Token<"tonal50", string, "colors", "">;
|
|
166
202
|
tonal100: import("@stitches/react/types/theme").Token<"tonal100", string, "colors", "">;
|
|
167
203
|
tonal200: import("@stitches/react/types/theme").Token<"tonal200", string, "colors", "">;
|
|
@@ -159,6 +159,42 @@ export declare const NoOverflowWrapper: import("@stitches/react/types/styled-com
|
|
|
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;
|
|
@@ -489,6 +525,42 @@ export declare const NoOverflowWrapper: import("@stitches/react/types/styled-com
|
|
|
489
525
|
lime1000: any;
|
|
490
526
|
lime1100: any;
|
|
491
527
|
lime1200: any;
|
|
528
|
+
lapis100: any;
|
|
529
|
+
lapis200: any;
|
|
530
|
+
lapis300: any;
|
|
531
|
+
lapis400: any;
|
|
532
|
+
lapis500: any;
|
|
533
|
+
lapis600: any;
|
|
534
|
+
lapis700: any;
|
|
535
|
+
lapis800: any;
|
|
536
|
+
lapis900: any;
|
|
537
|
+
lapis1000: any;
|
|
538
|
+
lapis1100: any;
|
|
539
|
+
lapis1200: any;
|
|
540
|
+
maroon100: any;
|
|
541
|
+
maroon200: any;
|
|
542
|
+
maroon300: any;
|
|
543
|
+
maroon400: any;
|
|
544
|
+
maroon500: any;
|
|
545
|
+
maroon600: any;
|
|
546
|
+
maroon700: any;
|
|
547
|
+
maroon800: any;
|
|
548
|
+
maroon900: any;
|
|
549
|
+
maroon1000: any;
|
|
550
|
+
maroon1100: any;
|
|
551
|
+
maroon1200: any;
|
|
552
|
+
marsh100: any;
|
|
553
|
+
marsh200: any;
|
|
554
|
+
marsh300: any;
|
|
555
|
+
marsh400: any;
|
|
556
|
+
marsh500: any;
|
|
557
|
+
marsh600: any;
|
|
558
|
+
marsh700: any;
|
|
559
|
+
marsh800: any;
|
|
560
|
+
marsh900: any;
|
|
561
|
+
marsh1000: any;
|
|
562
|
+
marsh1100: any;
|
|
563
|
+
marsh1200: any;
|
|
492
564
|
tonal50: any;
|
|
493
565
|
tonal100: any;
|
|
494
566
|
tonal200: any;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "3.25.
|
|
7
|
+
"version": "3.25.2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@atom-learning/icons": "1.
|
|
61
|
+
"@atom-learning/icons": "1.20.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "3.0
|
|
63
|
+
"@atom-learning/theme": "3.1.0",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "0.1.5",
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@atom-learning/icons": "^1.0.0",
|
|
124
124
|
"@atom-learning/theme": "^3.0.0",
|
|
125
|
-
"react": "^17",
|
|
126
|
-
"react-dom": "^17"
|
|
125
|
+
"react": "^17 || ^18 || ^19",
|
|
126
|
+
"react-dom": "^17 || ^18 || ^19"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@atom-learning/theme": "3.0
|
|
129
|
+
"@atom-learning/theme": "3.1.0",
|
|
130
130
|
"@dnd-kit/core": "^6.0.5",
|
|
131
131
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
132
132
|
"@dnd-kit/sortable": "^7.0.1",
|