@atom-learning/components 2.34.0 → 2.36.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.
- package/CHANGELOG.md +5 -3
- package/dist/components/accordion/Accordion.d.ts +37 -0
- package/dist/components/accordion/AccordionContent.d.ts +37 -0
- package/dist/components/accordion/AccordionItem.d.ts +37 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +37 -0
- package/dist/components/action-icon/ActionIcon.d.ts +37 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +37 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -0
- package/dist/components/avatar/Avatar.d.ts +74 -0
- package/dist/components/badge/Badge.d.ts +74 -0
- package/dist/components/box/Box.d.ts +37 -0
- package/dist/components/button/Button.d.ts +37 -0
- package/dist/components/calendar/Day.d.ts +37 -0
- package/dist/components/carousel/CarouselPagination.d.ts +37 -0
- package/dist/components/carousel/CarouselSlide.d.ts +37 -0
- package/dist/components/carousel/CarouselSlider.d.ts +37 -0
- package/dist/components/checkbox/Checkbox.d.ts +37 -0
- package/dist/components/chip/Chip.d.ts +259 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +76 -2
- package/dist/components/combobox/Combobox.d.ts +37 -0
- package/dist/components/combobox/ComboboxInput.d.ts +37 -0
- package/dist/components/combobox/ComboboxList.d.ts +37 -0
- package/dist/components/combobox/ComboboxOption.d.ts +37 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +37 -0
- package/dist/components/data-table/DataTableBody.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +37 -0
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +37 -0
- package/dist/components/dialog/Dialog.d.ts +37 -0
- package/dist/components/dialog/DialogBackground.d.ts +74 -0
- package/dist/components/dialog/DialogClose.d.ts +37 -0
- package/dist/components/dialog/DialogContent.d.ts +37 -0
- package/dist/components/divider/Divider.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -0
- package/dist/components/empty-state/EmptyState.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -0
- package/dist/components/flex/Flex.d.ts +37 -0
- package/dist/components/form/Form.d.ts +37 -0
- package/dist/components/grid/Grid.d.ts +38 -1
- package/dist/components/heading/Heading.d.ts +37 -0
- package/dist/components/icon/Icon.d.ts +37 -0
- package/dist/components/image/Image.d.ts +37 -0
- package/dist/components/inline-message/InlineMessage.d.ts +74 -0
- package/dist/components/input/Input.d.ts +37 -0
- package/dist/components/label/Label.d.ts +37 -0
- package/dist/components/link/Link.d.ts +37 -0
- package/dist/components/list/List.d.ts +74 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -0
- package/dist/components/notification-badge/NotificationBadge.d.ts +74 -0
- package/dist/components/popover/Popover.d.ts +37 -0
- package/dist/components/popover/PopoverContent.d.ts +37 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +37 -0
- package/dist/components/radio-button/RadioButton.d.ts +37 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -0
- package/dist/components/radio-card/RadioCard.d.ts +37 -0
- package/dist/components/select/Select.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -0
- package/dist/components/slider/Slider.d.ts +37 -0
- package/dist/components/stack/Stack.d.ts +38 -1
- package/dist/components/stack-content/StackContent.d.ts +37 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +74 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +74 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +74 -0
- package/dist/components/switch/Switch.d.ts +37 -0
- package/dist/components/table/Table.d.ts +42 -1
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +37 -0
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +37 -0
- package/dist/components/table/TableFooter.d.ts +37 -0
- package/dist/components/table/TableFooterCell.d.ts +37 -0
- package/dist/components/table/TableHeader.d.ts +37 -0
- package/dist/components/table/TableHeaderCell.d.ts +37 -0
- package/dist/components/table/TableRow.d.ts +74 -0
- package/dist/components/table/TableStickyColumnsContainer.d.ts +9 -0
- package/dist/components/table/TableStickyColumnsContainer.js +2 -0
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -0
- package/dist/components/tabs/Tabs.d.ts +37 -0
- package/dist/components/tabs/TabsContent.d.ts +37 -0
- package/dist/components/tabs/TabsTrigger.d.ts +37 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +37 -0
- package/dist/components/text/Text.d.ts +37 -0
- package/dist/components/textarea/Textarea.d.ts +37 -0
- package/dist/components/toast/Toast.d.ts +37 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +74 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +74 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -0
- package/dist/components/toggle-group/index.d.ts +185 -0
- package/dist/components/tooltip/TooltipContent.d.ts +37 -0
- package/dist/components/top-bar/TopBar.d.ts +37 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +111 -0
- package/dist/components/video/Video.d.ts +74 -0
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +407 -0
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +37 -0
- package/package.json +4 -4
package/dist/stitches.d.ts
CHANGED
|
@@ -78,6 +78,42 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
78
78
|
textPlaceholder: any;
|
|
79
79
|
background: any;
|
|
80
80
|
backgroundAccent: any;
|
|
81
|
+
grey100: any;
|
|
82
|
+
grey200: any;
|
|
83
|
+
grey300: any;
|
|
84
|
+
grey400: any;
|
|
85
|
+
grey500: any;
|
|
86
|
+
grey600: any;
|
|
87
|
+
grey700: any;
|
|
88
|
+
grey800: any;
|
|
89
|
+
grey900: any;
|
|
90
|
+
grey1000: any;
|
|
91
|
+
grey1100: any;
|
|
92
|
+
grey1200: any;
|
|
93
|
+
blue100: any;
|
|
94
|
+
blue200: any;
|
|
95
|
+
blue300: any;
|
|
96
|
+
blue400: any;
|
|
97
|
+
blue500: any;
|
|
98
|
+
blue600: any;
|
|
99
|
+
blue700: any;
|
|
100
|
+
blue800: any;
|
|
101
|
+
blue900: any;
|
|
102
|
+
blue1000: any;
|
|
103
|
+
blue1100: any;
|
|
104
|
+
blue1200: any;
|
|
105
|
+
purple100: any;
|
|
106
|
+
purple200: any;
|
|
107
|
+
purple300: any;
|
|
108
|
+
purple400: any;
|
|
109
|
+
purple500: any;
|
|
110
|
+
purple600: any;
|
|
111
|
+
purple700: any;
|
|
112
|
+
purple800: any;
|
|
113
|
+
purple900: any;
|
|
114
|
+
purple1000: any;
|
|
115
|
+
purple1100: any;
|
|
116
|
+
purple1200: any;
|
|
81
117
|
tonal50: any;
|
|
82
118
|
tonal100: any;
|
|
83
119
|
tonal200: any;
|
|
@@ -135,6 +171,7 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
135
171
|
"7": any;
|
|
136
172
|
"8": any;
|
|
137
173
|
"9": any;
|
|
174
|
+
"24": any;
|
|
138
175
|
};
|
|
139
176
|
fontSizes: {
|
|
140
177
|
xs: any;
|
|
@@ -251,6 +288,42 @@ export declare const css: {
|
|
|
251
288
|
textPlaceholder: any;
|
|
252
289
|
background: any;
|
|
253
290
|
backgroundAccent: any;
|
|
291
|
+
grey100: any;
|
|
292
|
+
grey200: any;
|
|
293
|
+
grey300: any;
|
|
294
|
+
grey400: any;
|
|
295
|
+
grey500: any;
|
|
296
|
+
grey600: any;
|
|
297
|
+
grey700: any;
|
|
298
|
+
grey800: any;
|
|
299
|
+
grey900: any;
|
|
300
|
+
grey1000: any;
|
|
301
|
+
grey1100: any;
|
|
302
|
+
grey1200: any;
|
|
303
|
+
blue100: any;
|
|
304
|
+
blue200: any;
|
|
305
|
+
blue300: any;
|
|
306
|
+
blue400: any;
|
|
307
|
+
blue500: any;
|
|
308
|
+
blue600: any;
|
|
309
|
+
blue700: any;
|
|
310
|
+
blue800: any;
|
|
311
|
+
blue900: any;
|
|
312
|
+
blue1000: any;
|
|
313
|
+
blue1100: any;
|
|
314
|
+
blue1200: any;
|
|
315
|
+
purple100: any;
|
|
316
|
+
purple200: any;
|
|
317
|
+
purple300: any;
|
|
318
|
+
purple400: any;
|
|
319
|
+
purple500: any;
|
|
320
|
+
purple600: any;
|
|
321
|
+
purple700: any;
|
|
322
|
+
purple800: any;
|
|
323
|
+
purple900: any;
|
|
324
|
+
purple1000: any;
|
|
325
|
+
purple1100: any;
|
|
326
|
+
purple1200: any;
|
|
254
327
|
tonal50: any;
|
|
255
328
|
tonal100: any;
|
|
256
329
|
tonal200: any;
|
|
@@ -308,6 +381,7 @@ export declare const css: {
|
|
|
308
381
|
"7": any;
|
|
309
382
|
"8": any;
|
|
310
383
|
"9": any;
|
|
384
|
+
"24": any;
|
|
311
385
|
};
|
|
312
386
|
fontSizes: {
|
|
313
387
|
xs: any;
|
|
@@ -419,6 +493,42 @@ export declare const css: {
|
|
|
419
493
|
textPlaceholder: any;
|
|
420
494
|
background: any;
|
|
421
495
|
backgroundAccent: any;
|
|
496
|
+
grey100: any;
|
|
497
|
+
grey200: any;
|
|
498
|
+
grey300: any;
|
|
499
|
+
grey400: any;
|
|
500
|
+
grey500: any;
|
|
501
|
+
grey600: any;
|
|
502
|
+
grey700: any;
|
|
503
|
+
grey800: any;
|
|
504
|
+
grey900: any;
|
|
505
|
+
grey1000: any;
|
|
506
|
+
grey1100: any;
|
|
507
|
+
grey1200: any;
|
|
508
|
+
blue100: any;
|
|
509
|
+
blue200: any;
|
|
510
|
+
blue300: any;
|
|
511
|
+
blue400: any;
|
|
512
|
+
blue500: any;
|
|
513
|
+
blue600: any;
|
|
514
|
+
blue700: any;
|
|
515
|
+
blue800: any;
|
|
516
|
+
blue900: any;
|
|
517
|
+
blue1000: any;
|
|
518
|
+
blue1100: any;
|
|
519
|
+
blue1200: any;
|
|
520
|
+
purple100: any;
|
|
521
|
+
purple200: any;
|
|
522
|
+
purple300: any;
|
|
523
|
+
purple400: any;
|
|
524
|
+
purple500: any;
|
|
525
|
+
purple600: any;
|
|
526
|
+
purple700: any;
|
|
527
|
+
purple800: any;
|
|
528
|
+
purple900: any;
|
|
529
|
+
purple1000: any;
|
|
530
|
+
purple1100: any;
|
|
531
|
+
purple1200: any;
|
|
422
532
|
tonal50: any;
|
|
423
533
|
tonal100: any;
|
|
424
534
|
tonal200: any;
|
|
@@ -476,6 +586,7 @@ export declare const css: {
|
|
|
476
586
|
"7": any;
|
|
477
587
|
"8": any;
|
|
478
588
|
"9": any;
|
|
589
|
+
"24": any;
|
|
479
590
|
};
|
|
480
591
|
fontSizes: {
|
|
481
592
|
xs: any;
|
|
@@ -578,6 +689,42 @@ export declare const css: {
|
|
|
578
689
|
textPlaceholder?: string | number | boolean | undefined;
|
|
579
690
|
background?: string | number | boolean | undefined;
|
|
580
691
|
backgroundAccent?: string | number | boolean | undefined;
|
|
692
|
+
grey100?: string | number | boolean | undefined;
|
|
693
|
+
grey200?: string | number | boolean | undefined;
|
|
694
|
+
grey300?: string | number | boolean | undefined;
|
|
695
|
+
grey400?: string | number | boolean | undefined;
|
|
696
|
+
grey500?: string | number | boolean | undefined;
|
|
697
|
+
grey600?: string | number | boolean | undefined;
|
|
698
|
+
grey700?: string | number | boolean | undefined;
|
|
699
|
+
grey800?: string | number | boolean | undefined;
|
|
700
|
+
grey900?: string | number | boolean | undefined;
|
|
701
|
+
grey1000?: string | number | boolean | undefined;
|
|
702
|
+
grey1100?: string | number | boolean | undefined;
|
|
703
|
+
grey1200?: string | number | boolean | undefined;
|
|
704
|
+
blue100?: string | number | boolean | undefined;
|
|
705
|
+
blue200?: string | number | boolean | undefined;
|
|
706
|
+
blue300?: string | number | boolean | undefined;
|
|
707
|
+
blue400?: string | number | boolean | undefined;
|
|
708
|
+
blue500?: string | number | boolean | undefined;
|
|
709
|
+
blue600?: string | number | boolean | undefined;
|
|
710
|
+
blue700?: string | number | boolean | undefined;
|
|
711
|
+
blue800?: string | number | boolean | undefined;
|
|
712
|
+
blue900?: string | number | boolean | undefined;
|
|
713
|
+
blue1000?: string | number | boolean | undefined;
|
|
714
|
+
blue1100?: string | number | boolean | undefined;
|
|
715
|
+
blue1200?: string | number | boolean | undefined;
|
|
716
|
+
purple100?: string | number | boolean | undefined;
|
|
717
|
+
purple200?: string | number | boolean | undefined;
|
|
718
|
+
purple300?: string | number | boolean | undefined;
|
|
719
|
+
purple400?: string | number | boolean | undefined;
|
|
720
|
+
purple500?: string | number | boolean | undefined;
|
|
721
|
+
purple600?: string | number | boolean | undefined;
|
|
722
|
+
purple700?: string | number | boolean | undefined;
|
|
723
|
+
purple800?: string | number | boolean | undefined;
|
|
724
|
+
purple900?: string | number | boolean | undefined;
|
|
725
|
+
purple1000?: string | number | boolean | undefined;
|
|
726
|
+
purple1100?: string | number | boolean | undefined;
|
|
727
|
+
purple1200?: string | number | boolean | undefined;
|
|
581
728
|
tonal50?: string | number | boolean | undefined;
|
|
582
729
|
tonal100?: string | number | boolean | undefined;
|
|
583
730
|
tonal200?: string | number | boolean | undefined;
|
|
@@ -635,6 +782,7 @@ export declare const css: {
|
|
|
635
782
|
7?: string | number | boolean | undefined;
|
|
636
783
|
8?: string | number | boolean | undefined;
|
|
637
784
|
9?: string | number | boolean | undefined;
|
|
785
|
+
24?: string | number | boolean | undefined;
|
|
638
786
|
} | undefined;
|
|
639
787
|
fontSizes?: {
|
|
640
788
|
xs?: string | number | boolean | undefined;
|
|
@@ -688,6 +836,42 @@ export declare const css: {
|
|
|
688
836
|
textPlaceholder?: string | number | boolean | undefined;
|
|
689
837
|
background?: string | number | boolean | undefined;
|
|
690
838
|
backgroundAccent?: string | number | boolean | undefined;
|
|
839
|
+
grey100?: string | number | boolean | undefined;
|
|
840
|
+
grey200?: string | number | boolean | undefined;
|
|
841
|
+
grey300?: string | number | boolean | undefined;
|
|
842
|
+
grey400?: string | number | boolean | undefined;
|
|
843
|
+
grey500?: string | number | boolean | undefined;
|
|
844
|
+
grey600?: string | number | boolean | undefined;
|
|
845
|
+
grey700?: string | number | boolean | undefined;
|
|
846
|
+
grey800?: string | number | boolean | undefined;
|
|
847
|
+
grey900?: string | number | boolean | undefined;
|
|
848
|
+
grey1000?: string | number | boolean | undefined;
|
|
849
|
+
grey1100?: string | number | boolean | undefined;
|
|
850
|
+
grey1200?: string | number | boolean | undefined;
|
|
851
|
+
blue100?: string | number | boolean | undefined;
|
|
852
|
+
blue200?: string | number | boolean | undefined;
|
|
853
|
+
blue300?: string | number | boolean | undefined;
|
|
854
|
+
blue400?: string | number | boolean | undefined;
|
|
855
|
+
blue500?: string | number | boolean | undefined;
|
|
856
|
+
blue600?: string | number | boolean | undefined;
|
|
857
|
+
blue700?: string | number | boolean | undefined;
|
|
858
|
+
blue800?: string | number | boolean | undefined;
|
|
859
|
+
blue900?: string | number | boolean | undefined;
|
|
860
|
+
blue1000?: string | number | boolean | undefined;
|
|
861
|
+
blue1100?: string | number | boolean | undefined;
|
|
862
|
+
blue1200?: string | number | boolean | undefined;
|
|
863
|
+
purple100?: string | number | boolean | undefined;
|
|
864
|
+
purple200?: string | number | boolean | undefined;
|
|
865
|
+
purple300?: string | number | boolean | undefined;
|
|
866
|
+
purple400?: string | number | boolean | undefined;
|
|
867
|
+
purple500?: string | number | boolean | undefined;
|
|
868
|
+
purple600?: string | number | boolean | undefined;
|
|
869
|
+
purple700?: string | number | boolean | undefined;
|
|
870
|
+
purple800?: string | number | boolean | undefined;
|
|
871
|
+
purple900?: string | number | boolean | undefined;
|
|
872
|
+
purple1000?: string | number | boolean | undefined;
|
|
873
|
+
purple1100?: string | number | boolean | undefined;
|
|
874
|
+
purple1200?: string | number | boolean | undefined;
|
|
691
875
|
tonal50?: string | number | boolean | undefined;
|
|
692
876
|
tonal100?: string | number | boolean | undefined;
|
|
693
877
|
tonal200?: string | number | boolean | undefined;
|
|
@@ -745,6 +929,7 @@ export declare const css: {
|
|
|
745
929
|
7?: string | number | boolean | undefined;
|
|
746
930
|
8?: string | number | boolean | undefined;
|
|
747
931
|
9?: string | number | boolean | undefined;
|
|
932
|
+
24?: string | number | boolean | undefined;
|
|
748
933
|
} | undefined;
|
|
749
934
|
fontSizes?: {
|
|
750
935
|
xs?: string | number | boolean | undefined;
|
|
@@ -815,6 +1000,42 @@ export declare const css: {
|
|
|
815
1000
|
textPlaceholder: any;
|
|
816
1001
|
background: any;
|
|
817
1002
|
backgroundAccent: any;
|
|
1003
|
+
grey100: any;
|
|
1004
|
+
grey200: any;
|
|
1005
|
+
grey300: any;
|
|
1006
|
+
grey400: any;
|
|
1007
|
+
grey500: any;
|
|
1008
|
+
grey600: any;
|
|
1009
|
+
grey700: any;
|
|
1010
|
+
grey800: any;
|
|
1011
|
+
grey900: any;
|
|
1012
|
+
grey1000: any;
|
|
1013
|
+
grey1100: any;
|
|
1014
|
+
grey1200: any;
|
|
1015
|
+
blue100: any;
|
|
1016
|
+
blue200: any;
|
|
1017
|
+
blue300: any;
|
|
1018
|
+
blue400: any;
|
|
1019
|
+
blue500: any;
|
|
1020
|
+
blue600: any;
|
|
1021
|
+
blue700: any;
|
|
1022
|
+
blue800: any;
|
|
1023
|
+
blue900: any;
|
|
1024
|
+
blue1000: any;
|
|
1025
|
+
blue1100: any;
|
|
1026
|
+
blue1200: any;
|
|
1027
|
+
purple100: any;
|
|
1028
|
+
purple200: any;
|
|
1029
|
+
purple300: any;
|
|
1030
|
+
purple400: any;
|
|
1031
|
+
purple500: any;
|
|
1032
|
+
purple600: any;
|
|
1033
|
+
purple700: any;
|
|
1034
|
+
purple800: any;
|
|
1035
|
+
purple900: any;
|
|
1036
|
+
purple1000: any;
|
|
1037
|
+
purple1100: any;
|
|
1038
|
+
purple1200: any;
|
|
818
1039
|
tonal50: any;
|
|
819
1040
|
tonal100: any;
|
|
820
1041
|
tonal200: any;
|
|
@@ -872,6 +1093,7 @@ export declare const css: {
|
|
|
872
1093
|
"7": any;
|
|
873
1094
|
"8": any;
|
|
874
1095
|
"9": any;
|
|
1096
|
+
"24": any;
|
|
875
1097
|
};
|
|
876
1098
|
fontSizes: {
|
|
877
1099
|
xs: any;
|
|
@@ -983,6 +1205,42 @@ export declare const css: {
|
|
|
983
1205
|
textPlaceholder: any;
|
|
984
1206
|
background: any;
|
|
985
1207
|
backgroundAccent: any;
|
|
1208
|
+
grey100: any;
|
|
1209
|
+
grey200: any;
|
|
1210
|
+
grey300: any;
|
|
1211
|
+
grey400: any;
|
|
1212
|
+
grey500: any;
|
|
1213
|
+
grey600: any;
|
|
1214
|
+
grey700: any;
|
|
1215
|
+
grey800: any;
|
|
1216
|
+
grey900: any;
|
|
1217
|
+
grey1000: any;
|
|
1218
|
+
grey1100: any;
|
|
1219
|
+
grey1200: any;
|
|
1220
|
+
blue100: any;
|
|
1221
|
+
blue200: any;
|
|
1222
|
+
blue300: any;
|
|
1223
|
+
blue400: any;
|
|
1224
|
+
blue500: any;
|
|
1225
|
+
blue600: any;
|
|
1226
|
+
blue700: any;
|
|
1227
|
+
blue800: any;
|
|
1228
|
+
blue900: any;
|
|
1229
|
+
blue1000: any;
|
|
1230
|
+
blue1100: any;
|
|
1231
|
+
blue1200: any;
|
|
1232
|
+
purple100: any;
|
|
1233
|
+
purple200: any;
|
|
1234
|
+
purple300: any;
|
|
1235
|
+
purple400: any;
|
|
1236
|
+
purple500: any;
|
|
1237
|
+
purple600: any;
|
|
1238
|
+
purple700: any;
|
|
1239
|
+
purple800: any;
|
|
1240
|
+
purple900: any;
|
|
1241
|
+
purple1000: any;
|
|
1242
|
+
purple1100: any;
|
|
1243
|
+
purple1200: any;
|
|
986
1244
|
tonal50: any;
|
|
987
1245
|
tonal100: any;
|
|
988
1246
|
tonal200: any;
|
|
@@ -1040,6 +1298,7 @@ export declare const css: {
|
|
|
1040
1298
|
"7": any;
|
|
1041
1299
|
"8": any;
|
|
1042
1300
|
"9": any;
|
|
1301
|
+
"24": any;
|
|
1043
1302
|
};
|
|
1044
1303
|
fontSizes: {
|
|
1045
1304
|
xs: any;
|
|
@@ -1151,6 +1410,42 @@ export declare const css: {
|
|
|
1151
1410
|
textPlaceholder: any;
|
|
1152
1411
|
background: any;
|
|
1153
1412
|
backgroundAccent: any;
|
|
1413
|
+
grey100: any;
|
|
1414
|
+
grey200: any;
|
|
1415
|
+
grey300: any;
|
|
1416
|
+
grey400: any;
|
|
1417
|
+
grey500: any;
|
|
1418
|
+
grey600: any;
|
|
1419
|
+
grey700: any;
|
|
1420
|
+
grey800: any;
|
|
1421
|
+
grey900: any;
|
|
1422
|
+
grey1000: any;
|
|
1423
|
+
grey1100: any;
|
|
1424
|
+
grey1200: any;
|
|
1425
|
+
blue100: any;
|
|
1426
|
+
blue200: any;
|
|
1427
|
+
blue300: any;
|
|
1428
|
+
blue400: any;
|
|
1429
|
+
blue500: any;
|
|
1430
|
+
blue600: any;
|
|
1431
|
+
blue700: any;
|
|
1432
|
+
blue800: any;
|
|
1433
|
+
blue900: any;
|
|
1434
|
+
blue1000: any;
|
|
1435
|
+
blue1100: any;
|
|
1436
|
+
blue1200: any;
|
|
1437
|
+
purple100: any;
|
|
1438
|
+
purple200: any;
|
|
1439
|
+
purple300: any;
|
|
1440
|
+
purple400: any;
|
|
1441
|
+
purple500: any;
|
|
1442
|
+
purple600: any;
|
|
1443
|
+
purple700: any;
|
|
1444
|
+
purple800: any;
|
|
1445
|
+
purple900: any;
|
|
1446
|
+
purple1000: any;
|
|
1447
|
+
purple1100: any;
|
|
1448
|
+
purple1200: any;
|
|
1154
1449
|
tonal50: any;
|
|
1155
1450
|
tonal100: any;
|
|
1156
1451
|
tonal200: any;
|
|
@@ -1208,6 +1503,7 @@ export declare const css: {
|
|
|
1208
1503
|
"7": any;
|
|
1209
1504
|
"8": any;
|
|
1210
1505
|
"9": any;
|
|
1506
|
+
"24": any;
|
|
1211
1507
|
};
|
|
1212
1508
|
fontSizes: {
|
|
1213
1509
|
xs: any;
|
|
@@ -1327,6 +1623,42 @@ export declare const css: {
|
|
|
1327
1623
|
textPlaceholder: any;
|
|
1328
1624
|
background: any;
|
|
1329
1625
|
backgroundAccent: any;
|
|
1626
|
+
grey100: any;
|
|
1627
|
+
grey200: any;
|
|
1628
|
+
grey300: any;
|
|
1629
|
+
grey400: any;
|
|
1630
|
+
grey500: any;
|
|
1631
|
+
grey600: any;
|
|
1632
|
+
grey700: any;
|
|
1633
|
+
grey800: any;
|
|
1634
|
+
grey900: any;
|
|
1635
|
+
grey1000: any;
|
|
1636
|
+
grey1100: any;
|
|
1637
|
+
grey1200: any;
|
|
1638
|
+
blue100: any;
|
|
1639
|
+
blue200: any;
|
|
1640
|
+
blue300: any;
|
|
1641
|
+
blue400: any;
|
|
1642
|
+
blue500: any;
|
|
1643
|
+
blue600: any;
|
|
1644
|
+
blue700: any;
|
|
1645
|
+
blue800: any;
|
|
1646
|
+
blue900: any;
|
|
1647
|
+
blue1000: any;
|
|
1648
|
+
blue1100: any;
|
|
1649
|
+
blue1200: any;
|
|
1650
|
+
purple100: any;
|
|
1651
|
+
purple200: any;
|
|
1652
|
+
purple300: any;
|
|
1653
|
+
purple400: any;
|
|
1654
|
+
purple500: any;
|
|
1655
|
+
purple600: any;
|
|
1656
|
+
purple700: any;
|
|
1657
|
+
purple800: any;
|
|
1658
|
+
purple900: any;
|
|
1659
|
+
purple1000: any;
|
|
1660
|
+
purple1100: any;
|
|
1661
|
+
purple1200: any;
|
|
1330
1662
|
tonal50: any;
|
|
1331
1663
|
tonal100: any;
|
|
1332
1664
|
tonal200: any;
|
|
@@ -1384,6 +1716,7 @@ export declare const css: {
|
|
|
1384
1716
|
"7": any;
|
|
1385
1717
|
"8": any;
|
|
1386
1718
|
"9": any;
|
|
1719
|
+
"24": any;
|
|
1387
1720
|
};
|
|
1388
1721
|
fontSizes: {
|
|
1389
1722
|
xs: any;
|
|
@@ -1495,6 +1828,42 @@ export declare const css: {
|
|
|
1495
1828
|
textPlaceholder: any;
|
|
1496
1829
|
background: any;
|
|
1497
1830
|
backgroundAccent: any;
|
|
1831
|
+
grey100: any;
|
|
1832
|
+
grey200: any;
|
|
1833
|
+
grey300: any;
|
|
1834
|
+
grey400: any;
|
|
1835
|
+
grey500: any;
|
|
1836
|
+
grey600: any;
|
|
1837
|
+
grey700: any;
|
|
1838
|
+
grey800: any;
|
|
1839
|
+
grey900: any;
|
|
1840
|
+
grey1000: any;
|
|
1841
|
+
grey1100: any;
|
|
1842
|
+
grey1200: any;
|
|
1843
|
+
blue100: any;
|
|
1844
|
+
blue200: any;
|
|
1845
|
+
blue300: any;
|
|
1846
|
+
blue400: any;
|
|
1847
|
+
blue500: any;
|
|
1848
|
+
blue600: any;
|
|
1849
|
+
blue700: any;
|
|
1850
|
+
blue800: any;
|
|
1851
|
+
blue900: any;
|
|
1852
|
+
blue1000: any;
|
|
1853
|
+
blue1100: any;
|
|
1854
|
+
blue1200: any;
|
|
1855
|
+
purple100: any;
|
|
1856
|
+
purple200: any;
|
|
1857
|
+
purple300: any;
|
|
1858
|
+
purple400: any;
|
|
1859
|
+
purple500: any;
|
|
1860
|
+
purple600: any;
|
|
1861
|
+
purple700: any;
|
|
1862
|
+
purple800: any;
|
|
1863
|
+
purple900: any;
|
|
1864
|
+
purple1000: any;
|
|
1865
|
+
purple1100: any;
|
|
1866
|
+
purple1200: any;
|
|
1498
1867
|
tonal50: any;
|
|
1499
1868
|
tonal100: any;
|
|
1500
1869
|
tonal200: any;
|
|
@@ -1552,6 +1921,7 @@ export declare const css: {
|
|
|
1552
1921
|
"7": any;
|
|
1553
1922
|
"8": any;
|
|
1554
1923
|
"9": any;
|
|
1924
|
+
"24": any;
|
|
1555
1925
|
};
|
|
1556
1926
|
fontSizes: {
|
|
1557
1927
|
xs: any;
|
|
@@ -1657,6 +2027,42 @@ export declare const css: {
|
|
|
1657
2027
|
textPlaceholder: import("@stitches/react/types/theme").Token<"textPlaceholder", string, "colors", "">;
|
|
1658
2028
|
background: import("@stitches/react/types/theme").Token<"background", string, "colors", "">;
|
|
1659
2029
|
backgroundAccent: import("@stitches/react/types/theme").Token<"backgroundAccent", string, "colors", "">;
|
|
2030
|
+
grey100: import("@stitches/react/types/theme").Token<"grey100", string, "colors", "">;
|
|
2031
|
+
grey200: import("@stitches/react/types/theme").Token<"grey200", string, "colors", "">;
|
|
2032
|
+
grey300: import("@stitches/react/types/theme").Token<"grey300", string, "colors", "">;
|
|
2033
|
+
grey400: import("@stitches/react/types/theme").Token<"grey400", string, "colors", "">;
|
|
2034
|
+
grey500: import("@stitches/react/types/theme").Token<"grey500", string, "colors", "">;
|
|
2035
|
+
grey600: import("@stitches/react/types/theme").Token<"grey600", string, "colors", "">;
|
|
2036
|
+
grey700: import("@stitches/react/types/theme").Token<"grey700", string, "colors", "">;
|
|
2037
|
+
grey800: import("@stitches/react/types/theme").Token<"grey800", string, "colors", "">;
|
|
2038
|
+
grey900: import("@stitches/react/types/theme").Token<"grey900", string, "colors", "">;
|
|
2039
|
+
grey1000: import("@stitches/react/types/theme").Token<"grey1000", string, "colors", "">;
|
|
2040
|
+
grey1100: import("@stitches/react/types/theme").Token<"grey1100", string, "colors", "">;
|
|
2041
|
+
grey1200: import("@stitches/react/types/theme").Token<"grey1200", string, "colors", "">;
|
|
2042
|
+
blue100: import("@stitches/react/types/theme").Token<"blue100", string, "colors", "">;
|
|
2043
|
+
blue200: import("@stitches/react/types/theme").Token<"blue200", string, "colors", "">;
|
|
2044
|
+
blue300: import("@stitches/react/types/theme").Token<"blue300", string, "colors", "">;
|
|
2045
|
+
blue400: import("@stitches/react/types/theme").Token<"blue400", string, "colors", "">;
|
|
2046
|
+
blue500: import("@stitches/react/types/theme").Token<"blue500", string, "colors", "">;
|
|
2047
|
+
blue600: import("@stitches/react/types/theme").Token<"blue600", string, "colors", "">;
|
|
2048
|
+
blue700: import("@stitches/react/types/theme").Token<"blue700", string, "colors", "">;
|
|
2049
|
+
blue800: import("@stitches/react/types/theme").Token<"blue800", string, "colors", "">;
|
|
2050
|
+
blue900: import("@stitches/react/types/theme").Token<"blue900", string, "colors", "">;
|
|
2051
|
+
blue1000: import("@stitches/react/types/theme").Token<"blue1000", string, "colors", "">;
|
|
2052
|
+
blue1100: import("@stitches/react/types/theme").Token<"blue1100", string, "colors", "">;
|
|
2053
|
+
blue1200: import("@stitches/react/types/theme").Token<"blue1200", string, "colors", "">;
|
|
2054
|
+
purple100: import("@stitches/react/types/theme").Token<"purple100", string, "colors", "">;
|
|
2055
|
+
purple200: import("@stitches/react/types/theme").Token<"purple200", string, "colors", "">;
|
|
2056
|
+
purple300: import("@stitches/react/types/theme").Token<"purple300", string, "colors", "">;
|
|
2057
|
+
purple400: import("@stitches/react/types/theme").Token<"purple400", string, "colors", "">;
|
|
2058
|
+
purple500: import("@stitches/react/types/theme").Token<"purple500", string, "colors", "">;
|
|
2059
|
+
purple600: import("@stitches/react/types/theme").Token<"purple600", string, "colors", "">;
|
|
2060
|
+
purple700: import("@stitches/react/types/theme").Token<"purple700", string, "colors", "">;
|
|
2061
|
+
purple800: import("@stitches/react/types/theme").Token<"purple800", string, "colors", "">;
|
|
2062
|
+
purple900: import("@stitches/react/types/theme").Token<"purple900", string, "colors", "">;
|
|
2063
|
+
purple1000: import("@stitches/react/types/theme").Token<"purple1000", string, "colors", "">;
|
|
2064
|
+
purple1100: import("@stitches/react/types/theme").Token<"purple1100", string, "colors", "">;
|
|
2065
|
+
purple1200: import("@stitches/react/types/theme").Token<"purple1200", string, "colors", "">;
|
|
1660
2066
|
tonal50: import("@stitches/react/types/theme").Token<"tonal50", string, "colors", "">;
|
|
1661
2067
|
tonal100: import("@stitches/react/types/theme").Token<"tonal100", string, "colors", "">;
|
|
1662
2068
|
tonal200: import("@stitches/react/types/theme").Token<"tonal200", string, "colors", "">;
|
|
@@ -1714,6 +2120,7 @@ export declare const css: {
|
|
|
1714
2120
|
7: import("@stitches/react/types/theme").Token<"7", string, "space", "">;
|
|
1715
2121
|
8: import("@stitches/react/types/theme").Token<"8", string, "space", "">;
|
|
1716
2122
|
9: import("@stitches/react/types/theme").Token<"9", string, "space", "">;
|
|
2123
|
+
24: import("@stitches/react/types/theme").Token<"24", string, "space", "">;
|
|
1717
2124
|
};
|
|
1718
2125
|
fontSizes: {
|
|
1719
2126
|
xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", "">;
|
|
@@ -29,6 +29,42 @@ export declare const createThemeVariants: <ThemeProperty extends keyof Theme>(th
|
|
|
29
29
|
textPlaceholder: import("@stitches/react/types/theme").Token<"textPlaceholder", string, "colors", "">;
|
|
30
30
|
background: import("@stitches/react/types/theme").Token<"background", string, "colors", "">;
|
|
31
31
|
backgroundAccent: import("@stitches/react/types/theme").Token<"backgroundAccent", string, "colors", "">;
|
|
32
|
+
grey100: import("@stitches/react/types/theme").Token<"grey100", string, "colors", "">;
|
|
33
|
+
grey200: import("@stitches/react/types/theme").Token<"grey200", string, "colors", "">;
|
|
34
|
+
grey300: import("@stitches/react/types/theme").Token<"grey300", string, "colors", "">;
|
|
35
|
+
grey400: import("@stitches/react/types/theme").Token<"grey400", string, "colors", "">;
|
|
36
|
+
grey500: import("@stitches/react/types/theme").Token<"grey500", string, "colors", "">;
|
|
37
|
+
grey600: import("@stitches/react/types/theme").Token<"grey600", string, "colors", "">;
|
|
38
|
+
grey700: import("@stitches/react/types/theme").Token<"grey700", string, "colors", "">;
|
|
39
|
+
grey800: import("@stitches/react/types/theme").Token<"grey800", string, "colors", "">;
|
|
40
|
+
grey900: import("@stitches/react/types/theme").Token<"grey900", string, "colors", "">;
|
|
41
|
+
grey1000: import("@stitches/react/types/theme").Token<"grey1000", string, "colors", "">;
|
|
42
|
+
grey1100: import("@stitches/react/types/theme").Token<"grey1100", string, "colors", "">;
|
|
43
|
+
grey1200: import("@stitches/react/types/theme").Token<"grey1200", string, "colors", "">;
|
|
44
|
+
blue100: import("@stitches/react/types/theme").Token<"blue100", string, "colors", "">;
|
|
45
|
+
blue200: import("@stitches/react/types/theme").Token<"blue200", string, "colors", "">;
|
|
46
|
+
blue300: import("@stitches/react/types/theme").Token<"blue300", string, "colors", "">;
|
|
47
|
+
blue400: import("@stitches/react/types/theme").Token<"blue400", string, "colors", "">;
|
|
48
|
+
blue500: import("@stitches/react/types/theme").Token<"blue500", string, "colors", "">;
|
|
49
|
+
blue600: import("@stitches/react/types/theme").Token<"blue600", string, "colors", "">;
|
|
50
|
+
blue700: import("@stitches/react/types/theme").Token<"blue700", string, "colors", "">;
|
|
51
|
+
blue800: import("@stitches/react/types/theme").Token<"blue800", string, "colors", "">;
|
|
52
|
+
blue900: import("@stitches/react/types/theme").Token<"blue900", string, "colors", "">;
|
|
53
|
+
blue1000: import("@stitches/react/types/theme").Token<"blue1000", string, "colors", "">;
|
|
54
|
+
blue1100: import("@stitches/react/types/theme").Token<"blue1100", string, "colors", "">;
|
|
55
|
+
blue1200: import("@stitches/react/types/theme").Token<"blue1200", string, "colors", "">;
|
|
56
|
+
purple100: import("@stitches/react/types/theme").Token<"purple100", string, "colors", "">;
|
|
57
|
+
purple200: import("@stitches/react/types/theme").Token<"purple200", string, "colors", "">;
|
|
58
|
+
purple300: import("@stitches/react/types/theme").Token<"purple300", string, "colors", "">;
|
|
59
|
+
purple400: import("@stitches/react/types/theme").Token<"purple400", string, "colors", "">;
|
|
60
|
+
purple500: import("@stitches/react/types/theme").Token<"purple500", string, "colors", "">;
|
|
61
|
+
purple600: import("@stitches/react/types/theme").Token<"purple600", string, "colors", "">;
|
|
62
|
+
purple700: import("@stitches/react/types/theme").Token<"purple700", string, "colors", "">;
|
|
63
|
+
purple800: import("@stitches/react/types/theme").Token<"purple800", string, "colors", "">;
|
|
64
|
+
purple900: import("@stitches/react/types/theme").Token<"purple900", string, "colors", "">;
|
|
65
|
+
purple1000: import("@stitches/react/types/theme").Token<"purple1000", string, "colors", "">;
|
|
66
|
+
purple1100: import("@stitches/react/types/theme").Token<"purple1100", string, "colors", "">;
|
|
67
|
+
purple1200: import("@stitches/react/types/theme").Token<"purple1200", string, "colors", "">;
|
|
32
68
|
tonal50: import("@stitches/react/types/theme").Token<"tonal50", string, "colors", "">;
|
|
33
69
|
tonal100: import("@stitches/react/types/theme").Token<"tonal100", string, "colors", "">;
|
|
34
70
|
tonal200: import("@stitches/react/types/theme").Token<"tonal200", string, "colors", "">;
|
|
@@ -86,6 +122,7 @@ export declare const createThemeVariants: <ThemeProperty extends keyof Theme>(th
|
|
|
86
122
|
7: import("@stitches/react/types/theme").Token<"7", string, "space", "">;
|
|
87
123
|
8: import("@stitches/react/types/theme").Token<"8", string, "space", "">;
|
|
88
124
|
9: import("@stitches/react/types/theme").Token<"9", string, "space", "">;
|
|
125
|
+
24: import("@stitches/react/types/theme").Token<"24", string, "space", "">;
|
|
89
126
|
};
|
|
90
127
|
fontSizes: {
|
|
91
128
|
xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", "">;
|
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": "2.
|
|
7
|
+
"version": "2.36.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.14.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "1.
|
|
63
|
+
"@atom-learning/theme": "1.2.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",
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@atom-learning/icons": "^1.0.0",
|
|
124
|
-
"@atom-learning/theme": "^1.
|
|
124
|
+
"@atom-learning/theme": "^1.2.0",
|
|
125
125
|
"react": "^17",
|
|
126
126
|
"react-dom": "^17"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@atom-learning/theme": "1.
|
|
129
|
+
"@atom-learning/theme": "1.2.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",
|