@atom-learning/components 2.34.0 → 2.35.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 +2 -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/DataTableLoading.d.ts +37 -0
- 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 +37 -0
- package/dist/components/table/TableBody.d.ts +37 -0
- 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/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/stitches.d.ts +407 -0
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +37 -0
- package/package.json +4 -4
|
@@ -21,6 +21,42 @@ export declare const TableFooterCell: import("@stitches/react/types/styled-compo
|
|
|
21
21
|
textPlaceholder: any;
|
|
22
22
|
background: any;
|
|
23
23
|
backgroundAccent: any;
|
|
24
|
+
grey100: any;
|
|
25
|
+
grey200: any;
|
|
26
|
+
grey300: any;
|
|
27
|
+
grey400: any;
|
|
28
|
+
grey500: any;
|
|
29
|
+
grey600: any;
|
|
30
|
+
grey700: any;
|
|
31
|
+
grey800: any;
|
|
32
|
+
grey900: any;
|
|
33
|
+
grey1000: any;
|
|
34
|
+
grey1100: any;
|
|
35
|
+
grey1200: any;
|
|
36
|
+
blue100: any;
|
|
37
|
+
blue200: any;
|
|
38
|
+
blue300: any;
|
|
39
|
+
blue400: any;
|
|
40
|
+
blue500: any;
|
|
41
|
+
blue600: any;
|
|
42
|
+
blue700: any;
|
|
43
|
+
blue800: any;
|
|
44
|
+
blue900: any;
|
|
45
|
+
blue1000: any;
|
|
46
|
+
blue1100: any;
|
|
47
|
+
blue1200: any;
|
|
48
|
+
purple100: any;
|
|
49
|
+
purple200: any;
|
|
50
|
+
purple300: any;
|
|
51
|
+
purple400: any;
|
|
52
|
+
purple500: any;
|
|
53
|
+
purple600: any;
|
|
54
|
+
purple700: any;
|
|
55
|
+
purple800: any;
|
|
56
|
+
purple900: any;
|
|
57
|
+
purple1000: any;
|
|
58
|
+
purple1100: any;
|
|
59
|
+
purple1200: any;
|
|
24
60
|
tonal50: any;
|
|
25
61
|
tonal100: any;
|
|
26
62
|
tonal200: any;
|
|
@@ -78,6 +114,7 @@ export declare const TableFooterCell: import("@stitches/react/types/styled-compo
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -29,6 +29,42 @@ declare const StyledTableHeader: import("@stitches/react/types/styled-component"
|
|
|
29
29
|
textPlaceholder: any;
|
|
30
30
|
background: any;
|
|
31
31
|
backgroundAccent: any;
|
|
32
|
+
grey100: any;
|
|
33
|
+
grey200: any;
|
|
34
|
+
grey300: any;
|
|
35
|
+
grey400: any;
|
|
36
|
+
grey500: any;
|
|
37
|
+
grey600: any;
|
|
38
|
+
grey700: any;
|
|
39
|
+
grey800: any;
|
|
40
|
+
grey900: any;
|
|
41
|
+
grey1000: any;
|
|
42
|
+
grey1100: any;
|
|
43
|
+
grey1200: any;
|
|
44
|
+
blue100: any;
|
|
45
|
+
blue200: any;
|
|
46
|
+
blue300: any;
|
|
47
|
+
blue400: any;
|
|
48
|
+
blue500: any;
|
|
49
|
+
blue600: any;
|
|
50
|
+
blue700: any;
|
|
51
|
+
blue800: any;
|
|
52
|
+
blue900: any;
|
|
53
|
+
blue1000: any;
|
|
54
|
+
blue1100: any;
|
|
55
|
+
blue1200: any;
|
|
56
|
+
purple100: any;
|
|
57
|
+
purple200: any;
|
|
58
|
+
purple300: any;
|
|
59
|
+
purple400: any;
|
|
60
|
+
purple500: any;
|
|
61
|
+
purple600: any;
|
|
62
|
+
purple700: any;
|
|
63
|
+
purple800: any;
|
|
64
|
+
purple900: any;
|
|
65
|
+
purple1000: any;
|
|
66
|
+
purple1100: any;
|
|
67
|
+
purple1200: any;
|
|
32
68
|
tonal50: any;
|
|
33
69
|
tonal100: any;
|
|
34
70
|
tonal200: any;
|
|
@@ -86,6 +122,7 @@ declare const StyledTableHeader: import("@stitches/react/types/styled-component"
|
|
|
86
122
|
"7": any;
|
|
87
123
|
"8": any;
|
|
88
124
|
"9": any;
|
|
125
|
+
"24": any;
|
|
89
126
|
};
|
|
90
127
|
fontSizes: {
|
|
91
128
|
xs: any;
|
|
@@ -21,6 +21,42 @@ export declare const TableHeaderCell: import("@stitches/react/types/styled-compo
|
|
|
21
21
|
textPlaceholder: any;
|
|
22
22
|
background: any;
|
|
23
23
|
backgroundAccent: any;
|
|
24
|
+
grey100: any;
|
|
25
|
+
grey200: any;
|
|
26
|
+
grey300: any;
|
|
27
|
+
grey400: any;
|
|
28
|
+
grey500: any;
|
|
29
|
+
grey600: any;
|
|
30
|
+
grey700: any;
|
|
31
|
+
grey800: any;
|
|
32
|
+
grey900: any;
|
|
33
|
+
grey1000: any;
|
|
34
|
+
grey1100: any;
|
|
35
|
+
grey1200: any;
|
|
36
|
+
blue100: any;
|
|
37
|
+
blue200: any;
|
|
38
|
+
blue300: any;
|
|
39
|
+
blue400: any;
|
|
40
|
+
blue500: any;
|
|
41
|
+
blue600: any;
|
|
42
|
+
blue700: any;
|
|
43
|
+
blue800: any;
|
|
44
|
+
blue900: any;
|
|
45
|
+
blue1000: any;
|
|
46
|
+
blue1100: any;
|
|
47
|
+
blue1200: any;
|
|
48
|
+
purple100: any;
|
|
49
|
+
purple200: any;
|
|
50
|
+
purple300: any;
|
|
51
|
+
purple400: any;
|
|
52
|
+
purple500: any;
|
|
53
|
+
purple600: any;
|
|
54
|
+
purple700: any;
|
|
55
|
+
purple800: any;
|
|
56
|
+
purple900: any;
|
|
57
|
+
purple1000: any;
|
|
58
|
+
purple1100: any;
|
|
59
|
+
purple1200: any;
|
|
24
60
|
tonal50: any;
|
|
25
61
|
tonal100: any;
|
|
26
62
|
tonal200: any;
|
|
@@ -78,6 +114,7 @@ export declare const TableHeaderCell: import("@stitches/react/types/styled-compo
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -22,6 +22,42 @@ export declare const StyledRow: import("@stitches/react/types/styled-component")
|
|
|
22
22
|
textPlaceholder: any;
|
|
23
23
|
background: any;
|
|
24
24
|
backgroundAccent: any;
|
|
25
|
+
grey100: any;
|
|
26
|
+
grey200: any;
|
|
27
|
+
grey300: any;
|
|
28
|
+
grey400: any;
|
|
29
|
+
grey500: any;
|
|
30
|
+
grey600: any;
|
|
31
|
+
grey700: any;
|
|
32
|
+
grey800: any;
|
|
33
|
+
grey900: any;
|
|
34
|
+
grey1000: any;
|
|
35
|
+
grey1100: any;
|
|
36
|
+
grey1200: any;
|
|
37
|
+
blue100: any;
|
|
38
|
+
blue200: any;
|
|
39
|
+
blue300: any;
|
|
40
|
+
blue400: any;
|
|
41
|
+
blue500: any;
|
|
42
|
+
blue600: any;
|
|
43
|
+
blue700: any;
|
|
44
|
+
blue800: any;
|
|
45
|
+
blue900: any;
|
|
46
|
+
blue1000: any;
|
|
47
|
+
blue1100: any;
|
|
48
|
+
blue1200: any;
|
|
49
|
+
purple100: any;
|
|
50
|
+
purple200: any;
|
|
51
|
+
purple300: any;
|
|
52
|
+
purple400: any;
|
|
53
|
+
purple500: any;
|
|
54
|
+
purple600: any;
|
|
55
|
+
purple700: any;
|
|
56
|
+
purple800: any;
|
|
57
|
+
purple900: any;
|
|
58
|
+
purple1000: any;
|
|
59
|
+
purple1100: any;
|
|
60
|
+
purple1200: any;
|
|
25
61
|
tonal50: any;
|
|
26
62
|
tonal100: any;
|
|
27
63
|
tonal200: any;
|
|
@@ -79,6 +115,7 @@ export declare const StyledRow: import("@stitches/react/types/styled-component")
|
|
|
79
115
|
"7": any;
|
|
80
116
|
"8": any;
|
|
81
117
|
"9": any;
|
|
118
|
+
"24": any;
|
|
82
119
|
};
|
|
83
120
|
fontSizes: {
|
|
84
121
|
xs: any;
|
|
@@ -201,6 +238,42 @@ export declare const TableRow: React.ForwardRefExoticComponent<Pick<Omit<Pick<Re
|
|
|
201
238
|
textPlaceholder: any;
|
|
202
239
|
background: any;
|
|
203
240
|
backgroundAccent: any;
|
|
241
|
+
grey100: any;
|
|
242
|
+
grey200: any;
|
|
243
|
+
grey300: any;
|
|
244
|
+
grey400: any;
|
|
245
|
+
grey500: any;
|
|
246
|
+
grey600: any;
|
|
247
|
+
grey700: any;
|
|
248
|
+
grey800: any;
|
|
249
|
+
grey900: any;
|
|
250
|
+
grey1000: any;
|
|
251
|
+
grey1100: any;
|
|
252
|
+
grey1200: any;
|
|
253
|
+
blue100: any;
|
|
254
|
+
blue200: any;
|
|
255
|
+
blue300: any;
|
|
256
|
+
blue400: any;
|
|
257
|
+
blue500: any;
|
|
258
|
+
blue600: any;
|
|
259
|
+
blue700: any;
|
|
260
|
+
blue800: any;
|
|
261
|
+
blue900: any;
|
|
262
|
+
blue1000: any;
|
|
263
|
+
blue1100: any;
|
|
264
|
+
blue1200: any;
|
|
265
|
+
purple100: any;
|
|
266
|
+
purple200: any;
|
|
267
|
+
purple300: any;
|
|
268
|
+
purple400: any;
|
|
269
|
+
purple500: any;
|
|
270
|
+
purple600: any;
|
|
271
|
+
purple700: any;
|
|
272
|
+
purple800: any;
|
|
273
|
+
purple900: any;
|
|
274
|
+
purple1000: any;
|
|
275
|
+
purple1100: any;
|
|
276
|
+
purple1200: any;
|
|
204
277
|
tonal50: any;
|
|
205
278
|
tonal100: any;
|
|
206
279
|
tonal200: any;
|
|
@@ -258,6 +331,7 @@ export declare const TableRow: React.ForwardRefExoticComponent<Pick<Omit<Pick<Re
|
|
|
258
331
|
"7": any;
|
|
259
332
|
"8": any;
|
|
260
333
|
"9": any;
|
|
334
|
+
"24": any;
|
|
261
335
|
};
|
|
262
336
|
fontSizes: {
|
|
263
337
|
xs: any;
|
|
@@ -26,6 +26,42 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
26
26
|
textPlaceholder: any;
|
|
27
27
|
background: any;
|
|
28
28
|
backgroundAccent: any;
|
|
29
|
+
grey100: any;
|
|
30
|
+
grey200: any;
|
|
31
|
+
grey300: any;
|
|
32
|
+
grey400: any;
|
|
33
|
+
grey500: any;
|
|
34
|
+
grey600: any;
|
|
35
|
+
grey700: any;
|
|
36
|
+
grey800: any;
|
|
37
|
+
grey900: any;
|
|
38
|
+
grey1000: any;
|
|
39
|
+
grey1100: any;
|
|
40
|
+
grey1200: any;
|
|
41
|
+
blue100: any;
|
|
42
|
+
blue200: any;
|
|
43
|
+
blue300: any;
|
|
44
|
+
blue400: any;
|
|
45
|
+
blue500: any;
|
|
46
|
+
blue600: any;
|
|
47
|
+
blue700: any;
|
|
48
|
+
blue800: any;
|
|
49
|
+
blue900: any;
|
|
50
|
+
blue1000: any;
|
|
51
|
+
blue1100: any;
|
|
52
|
+
blue1200: any;
|
|
53
|
+
purple100: any;
|
|
54
|
+
purple200: any;
|
|
55
|
+
purple300: any;
|
|
56
|
+
purple400: any;
|
|
57
|
+
purple500: any;
|
|
58
|
+
purple600: any;
|
|
59
|
+
purple700: any;
|
|
60
|
+
purple800: any;
|
|
61
|
+
purple900: any;
|
|
62
|
+
purple1000: any;
|
|
63
|
+
purple1100: any;
|
|
64
|
+
purple1200: any;
|
|
29
65
|
tonal50: any;
|
|
30
66
|
tonal100: any;
|
|
31
67
|
tonal200: any;
|
|
@@ -83,6 +119,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
83
119
|
"7": any;
|
|
84
120
|
"8": any;
|
|
85
121
|
"9": any;
|
|
122
|
+
"24": any;
|
|
86
123
|
};
|
|
87
124
|
fontSizes: {
|
|
88
125
|
xs: any;
|
|
@@ -22,6 +22,42 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
22
22
|
textPlaceholder: any;
|
|
23
23
|
background: any;
|
|
24
24
|
backgroundAccent: any;
|
|
25
|
+
grey100: any;
|
|
26
|
+
grey200: any;
|
|
27
|
+
grey300: any;
|
|
28
|
+
grey400: any;
|
|
29
|
+
grey500: any;
|
|
30
|
+
grey600: any;
|
|
31
|
+
grey700: any;
|
|
32
|
+
grey800: any;
|
|
33
|
+
grey900: any;
|
|
34
|
+
grey1000: any;
|
|
35
|
+
grey1100: any;
|
|
36
|
+
grey1200: any;
|
|
37
|
+
blue100: any;
|
|
38
|
+
blue200: any;
|
|
39
|
+
blue300: any;
|
|
40
|
+
blue400: any;
|
|
41
|
+
blue500: any;
|
|
42
|
+
blue600: any;
|
|
43
|
+
blue700: any;
|
|
44
|
+
blue800: any;
|
|
45
|
+
blue900: any;
|
|
46
|
+
blue1000: any;
|
|
47
|
+
blue1100: any;
|
|
48
|
+
blue1200: any;
|
|
49
|
+
purple100: any;
|
|
50
|
+
purple200: any;
|
|
51
|
+
purple300: any;
|
|
52
|
+
purple400: any;
|
|
53
|
+
purple500: any;
|
|
54
|
+
purple600: any;
|
|
55
|
+
purple700: any;
|
|
56
|
+
purple800: any;
|
|
57
|
+
purple900: any;
|
|
58
|
+
purple1000: any;
|
|
59
|
+
purple1100: any;
|
|
60
|
+
purple1200: any;
|
|
25
61
|
tonal50: any;
|
|
26
62
|
tonal100: any;
|
|
27
63
|
tonal200: any;
|
|
@@ -79,6 +115,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
79
115
|
"7": any;
|
|
80
116
|
"8": any;
|
|
81
117
|
"9": any;
|
|
118
|
+
"24": any;
|
|
82
119
|
};
|
|
83
120
|
fontSizes: {
|
|
84
121
|
xs: any;
|
|
@@ -22,6 +22,42 @@ declare const StyledTabsTrigger: import("@stitches/react/types/styled-component"
|
|
|
22
22
|
textPlaceholder: any;
|
|
23
23
|
background: any;
|
|
24
24
|
backgroundAccent: any;
|
|
25
|
+
grey100: any;
|
|
26
|
+
grey200: any;
|
|
27
|
+
grey300: any;
|
|
28
|
+
grey400: any;
|
|
29
|
+
grey500: any;
|
|
30
|
+
grey600: any;
|
|
31
|
+
grey700: any;
|
|
32
|
+
grey800: any;
|
|
33
|
+
grey900: any;
|
|
34
|
+
grey1000: any;
|
|
35
|
+
grey1100: any;
|
|
36
|
+
grey1200: any;
|
|
37
|
+
blue100: any;
|
|
38
|
+
blue200: any;
|
|
39
|
+
blue300: any;
|
|
40
|
+
blue400: any;
|
|
41
|
+
blue500: any;
|
|
42
|
+
blue600: any;
|
|
43
|
+
blue700: any;
|
|
44
|
+
blue800: any;
|
|
45
|
+
blue900: any;
|
|
46
|
+
blue1000: any;
|
|
47
|
+
blue1100: any;
|
|
48
|
+
blue1200: any;
|
|
49
|
+
purple100: any;
|
|
50
|
+
purple200: any;
|
|
51
|
+
purple300: any;
|
|
52
|
+
purple400: any;
|
|
53
|
+
purple500: any;
|
|
54
|
+
purple600: any;
|
|
55
|
+
purple700: any;
|
|
56
|
+
purple800: any;
|
|
57
|
+
purple900: any;
|
|
58
|
+
purple1000: any;
|
|
59
|
+
purple1100: any;
|
|
60
|
+
purple1200: any;
|
|
25
61
|
tonal50: any;
|
|
26
62
|
tonal100: any;
|
|
27
63
|
tonal200: any;
|
|
@@ -79,6 +115,7 @@ declare const StyledTabsTrigger: import("@stitches/react/types/styled-component"
|
|
|
79
115
|
"7": any;
|
|
80
116
|
"8": any;
|
|
81
117
|
"9": any;
|
|
118
|
+
"24": any;
|
|
82
119
|
};
|
|
83
120
|
fontSizes: {
|
|
84
121
|
xs: any;
|
|
@@ -23,6 +23,42 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
|
|
|
23
23
|
textPlaceholder: any;
|
|
24
24
|
background: any;
|
|
25
25
|
backgroundAccent: any;
|
|
26
|
+
grey100: any;
|
|
27
|
+
grey200: any;
|
|
28
|
+
grey300: any;
|
|
29
|
+
grey400: any;
|
|
30
|
+
grey500: any;
|
|
31
|
+
grey600: any;
|
|
32
|
+
grey700: any;
|
|
33
|
+
grey800: any;
|
|
34
|
+
grey900: any;
|
|
35
|
+
grey1000: any;
|
|
36
|
+
grey1100: any;
|
|
37
|
+
grey1200: any;
|
|
38
|
+
blue100: any;
|
|
39
|
+
blue200: any;
|
|
40
|
+
blue300: any;
|
|
41
|
+
blue400: any;
|
|
42
|
+
blue500: any;
|
|
43
|
+
blue600: any;
|
|
44
|
+
blue700: any;
|
|
45
|
+
blue800: any;
|
|
46
|
+
blue900: any;
|
|
47
|
+
blue1000: any;
|
|
48
|
+
blue1100: any;
|
|
49
|
+
blue1200: any;
|
|
50
|
+
purple100: any;
|
|
51
|
+
purple200: any;
|
|
52
|
+
purple300: any;
|
|
53
|
+
purple400: any;
|
|
54
|
+
purple500: any;
|
|
55
|
+
purple600: any;
|
|
56
|
+
purple700: any;
|
|
57
|
+
purple800: any;
|
|
58
|
+
purple900: any;
|
|
59
|
+
purple1000: any;
|
|
60
|
+
purple1100: any;
|
|
61
|
+
purple1200: any;
|
|
26
62
|
tonal50: any;
|
|
27
63
|
tonal100: any;
|
|
28
64
|
tonal200: any;
|
|
@@ -80,6 +116,7 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -62,6 +62,42 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
62
62
|
textPlaceholder: any;
|
|
63
63
|
background: any;
|
|
64
64
|
backgroundAccent: any;
|
|
65
|
+
grey100: any;
|
|
66
|
+
grey200: any;
|
|
67
|
+
grey300: any;
|
|
68
|
+
grey400: any;
|
|
69
|
+
grey500: any;
|
|
70
|
+
grey600: any;
|
|
71
|
+
grey700: any;
|
|
72
|
+
grey800: any;
|
|
73
|
+
grey900: any;
|
|
74
|
+
grey1000: any;
|
|
75
|
+
grey1100: any;
|
|
76
|
+
grey1200: any;
|
|
77
|
+
blue100: any;
|
|
78
|
+
blue200: any;
|
|
79
|
+
blue300: any;
|
|
80
|
+
blue400: any;
|
|
81
|
+
blue500: any;
|
|
82
|
+
blue600: any;
|
|
83
|
+
blue700: any;
|
|
84
|
+
blue800: any;
|
|
85
|
+
blue900: any;
|
|
86
|
+
blue1000: any;
|
|
87
|
+
blue1100: any;
|
|
88
|
+
blue1200: any;
|
|
89
|
+
purple100: any;
|
|
90
|
+
purple200: any;
|
|
91
|
+
purple300: any;
|
|
92
|
+
purple400: any;
|
|
93
|
+
purple500: any;
|
|
94
|
+
purple600: any;
|
|
95
|
+
purple700: any;
|
|
96
|
+
purple800: any;
|
|
97
|
+
purple900: any;
|
|
98
|
+
purple1000: any;
|
|
99
|
+
purple1100: any;
|
|
100
|
+
purple1200: any;
|
|
65
101
|
tonal50: any;
|
|
66
102
|
tonal100: any;
|
|
67
103
|
tonal200: any;
|
|
@@ -119,6 +155,7 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
119
155
|
"7": any;
|
|
120
156
|
"8": any;
|
|
121
157
|
"9": any;
|
|
158
|
+
"24": any;
|
|
122
159
|
};
|
|
123
160
|
fontSizes: {
|
|
124
161
|
xs: any;
|
|
@@ -24,6 +24,42 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
24
24
|
textPlaceholder: any;
|
|
25
25
|
background: any;
|
|
26
26
|
backgroundAccent: any;
|
|
27
|
+
grey100: any;
|
|
28
|
+
grey200: any;
|
|
29
|
+
grey300: any;
|
|
30
|
+
grey400: any;
|
|
31
|
+
grey500: any;
|
|
32
|
+
grey600: any;
|
|
33
|
+
grey700: any;
|
|
34
|
+
grey800: any;
|
|
35
|
+
grey900: any;
|
|
36
|
+
grey1000: any;
|
|
37
|
+
grey1100: any;
|
|
38
|
+
grey1200: any;
|
|
39
|
+
blue100: any;
|
|
40
|
+
blue200: any;
|
|
41
|
+
blue300: any;
|
|
42
|
+
blue400: any;
|
|
43
|
+
blue500: any;
|
|
44
|
+
blue600: any;
|
|
45
|
+
blue700: any;
|
|
46
|
+
blue800: any;
|
|
47
|
+
blue900: any;
|
|
48
|
+
blue1000: any;
|
|
49
|
+
blue1100: any;
|
|
50
|
+
blue1200: any;
|
|
51
|
+
purple100: any;
|
|
52
|
+
purple200: any;
|
|
53
|
+
purple300: any;
|
|
54
|
+
purple400: any;
|
|
55
|
+
purple500: any;
|
|
56
|
+
purple600: any;
|
|
57
|
+
purple700: any;
|
|
58
|
+
purple800: any;
|
|
59
|
+
purple900: any;
|
|
60
|
+
purple1000: any;
|
|
61
|
+
purple1100: any;
|
|
62
|
+
purple1200: any;
|
|
27
63
|
tonal50: any;
|
|
28
64
|
tonal100: any;
|
|
29
65
|
tonal200: any;
|
|
@@ -81,6 +117,7 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
81
117
|
"7": any;
|
|
82
118
|
"8": any;
|
|
83
119
|
"9": any;
|
|
120
|
+
"24": any;
|
|
84
121
|
};
|
|
85
122
|
fontSizes: {
|
|
86
123
|
xs: any;
|
|
@@ -26,6 +26,42 @@ declare const StyledToast: import("@stitches/react/types/styled-component").Styl
|
|
|
26
26
|
textPlaceholder: any;
|
|
27
27
|
background: any;
|
|
28
28
|
backgroundAccent: any;
|
|
29
|
+
grey100: any;
|
|
30
|
+
grey200: any;
|
|
31
|
+
grey300: any;
|
|
32
|
+
grey400: any;
|
|
33
|
+
grey500: any;
|
|
34
|
+
grey600: any;
|
|
35
|
+
grey700: any;
|
|
36
|
+
grey800: any;
|
|
37
|
+
grey900: any;
|
|
38
|
+
grey1000: any;
|
|
39
|
+
grey1100: any;
|
|
40
|
+
grey1200: any;
|
|
41
|
+
blue100: any;
|
|
42
|
+
blue200: any;
|
|
43
|
+
blue300: any;
|
|
44
|
+
blue400: any;
|
|
45
|
+
blue500: any;
|
|
46
|
+
blue600: any;
|
|
47
|
+
blue700: any;
|
|
48
|
+
blue800: any;
|
|
49
|
+
blue900: any;
|
|
50
|
+
blue1000: any;
|
|
51
|
+
blue1100: any;
|
|
52
|
+
blue1200: any;
|
|
53
|
+
purple100: any;
|
|
54
|
+
purple200: any;
|
|
55
|
+
purple300: any;
|
|
56
|
+
purple400: any;
|
|
57
|
+
purple500: any;
|
|
58
|
+
purple600: any;
|
|
59
|
+
purple700: any;
|
|
60
|
+
purple800: any;
|
|
61
|
+
purple900: any;
|
|
62
|
+
purple1000: any;
|
|
63
|
+
purple1100: any;
|
|
64
|
+
purple1200: any;
|
|
29
65
|
tonal50: any;
|
|
30
66
|
tonal100: any;
|
|
31
67
|
tonal200: any;
|
|
@@ -83,6 +119,7 @@ declare const StyledToast: import("@stitches/react/types/styled-component").Styl
|
|
|
83
119
|
"7": any;
|
|
84
120
|
"8": any;
|
|
85
121
|
"9": any;
|
|
122
|
+
"24": any;
|
|
86
123
|
};
|
|
87
124
|
fontSizes: {
|
|
88
125
|
xs: any;
|
|
@@ -22,6 +22,42 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
22
22
|
textPlaceholder: any;
|
|
23
23
|
background: any;
|
|
24
24
|
backgroundAccent: any;
|
|
25
|
+
grey100: any;
|
|
26
|
+
grey200: any;
|
|
27
|
+
grey300: any;
|
|
28
|
+
grey400: any;
|
|
29
|
+
grey500: any;
|
|
30
|
+
grey600: any;
|
|
31
|
+
grey700: any;
|
|
32
|
+
grey800: any;
|
|
33
|
+
grey900: any;
|
|
34
|
+
grey1000: any;
|
|
35
|
+
grey1100: any;
|
|
36
|
+
grey1200: any;
|
|
37
|
+
blue100: any;
|
|
38
|
+
blue200: any;
|
|
39
|
+
blue300: any;
|
|
40
|
+
blue400: any;
|
|
41
|
+
blue500: any;
|
|
42
|
+
blue600: any;
|
|
43
|
+
blue700: any;
|
|
44
|
+
blue800: any;
|
|
45
|
+
blue900: any;
|
|
46
|
+
blue1000: any;
|
|
47
|
+
blue1100: any;
|
|
48
|
+
blue1200: any;
|
|
49
|
+
purple100: any;
|
|
50
|
+
purple200: any;
|
|
51
|
+
purple300: any;
|
|
52
|
+
purple400: any;
|
|
53
|
+
purple500: any;
|
|
54
|
+
purple600: any;
|
|
55
|
+
purple700: any;
|
|
56
|
+
purple800: any;
|
|
57
|
+
purple900: any;
|
|
58
|
+
purple1000: any;
|
|
59
|
+
purple1100: any;
|
|
60
|
+
purple1200: any;
|
|
25
61
|
tonal50: any;
|
|
26
62
|
tonal100: any;
|
|
27
63
|
tonal200: any;
|
|
@@ -79,6 +115,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
79
115
|
"7": any;
|
|
80
116
|
"8": any;
|
|
81
117
|
"9": any;
|
|
118
|
+
"24": any;
|
|
82
119
|
};
|
|
83
120
|
fontSizes: {
|
|
84
121
|
xs: any;
|
|
@@ -200,6 +237,42 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
200
237
|
textPlaceholder: any;
|
|
201
238
|
background: any;
|
|
202
239
|
backgroundAccent: any;
|
|
240
|
+
grey100: any;
|
|
241
|
+
grey200: any;
|
|
242
|
+
grey300: any;
|
|
243
|
+
grey400: any;
|
|
244
|
+
grey500: any;
|
|
245
|
+
grey600: any;
|
|
246
|
+
grey700: any;
|
|
247
|
+
grey800: any;
|
|
248
|
+
grey900: any;
|
|
249
|
+
grey1000: any;
|
|
250
|
+
grey1100: any;
|
|
251
|
+
grey1200: any;
|
|
252
|
+
blue100: any;
|
|
253
|
+
blue200: any;
|
|
254
|
+
blue300: any;
|
|
255
|
+
blue400: any;
|
|
256
|
+
blue500: any;
|
|
257
|
+
blue600: any;
|
|
258
|
+
blue700: any;
|
|
259
|
+
blue800: any;
|
|
260
|
+
blue900: any;
|
|
261
|
+
blue1000: any;
|
|
262
|
+
blue1100: any;
|
|
263
|
+
blue1200: any;
|
|
264
|
+
purple100: any;
|
|
265
|
+
purple200: any;
|
|
266
|
+
purple300: any;
|
|
267
|
+
purple400: any;
|
|
268
|
+
purple500: any;
|
|
269
|
+
purple600: any;
|
|
270
|
+
purple700: any;
|
|
271
|
+
purple800: any;
|
|
272
|
+
purple900: any;
|
|
273
|
+
purple1000: any;
|
|
274
|
+
purple1100: any;
|
|
275
|
+
purple1200: any;
|
|
203
276
|
tonal50: any;
|
|
204
277
|
tonal100: any;
|
|
205
278
|
tonal200: any;
|
|
@@ -257,6 +330,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
257
330
|
"7": any;
|
|
258
331
|
"8": any;
|
|
259
332
|
"9": any;
|
|
333
|
+
"24": any;
|
|
260
334
|
};
|
|
261
335
|
fontSizes: {
|
|
262
336
|
xs: any;
|