@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
|
@@ -28,6 +28,42 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
|
|
|
28
28
|
textPlaceholder: any;
|
|
29
29
|
background: any;
|
|
30
30
|
backgroundAccent: any;
|
|
31
|
+
grey100: any;
|
|
32
|
+
grey200: any;
|
|
33
|
+
grey300: any;
|
|
34
|
+
grey400: any;
|
|
35
|
+
grey500: any;
|
|
36
|
+
grey600: any;
|
|
37
|
+
grey700: any;
|
|
38
|
+
grey800: any;
|
|
39
|
+
grey900: any;
|
|
40
|
+
grey1000: any;
|
|
41
|
+
grey1100: any;
|
|
42
|
+
grey1200: any;
|
|
43
|
+
blue100: any;
|
|
44
|
+
blue200: any;
|
|
45
|
+
blue300: any;
|
|
46
|
+
blue400: any;
|
|
47
|
+
blue500: any;
|
|
48
|
+
blue600: any;
|
|
49
|
+
blue700: any;
|
|
50
|
+
blue800: any;
|
|
51
|
+
blue900: any;
|
|
52
|
+
blue1000: any;
|
|
53
|
+
blue1100: any;
|
|
54
|
+
blue1200: any;
|
|
55
|
+
purple100: any;
|
|
56
|
+
purple200: any;
|
|
57
|
+
purple300: any;
|
|
58
|
+
purple400: any;
|
|
59
|
+
purple500: any;
|
|
60
|
+
purple600: any;
|
|
61
|
+
purple700: any;
|
|
62
|
+
purple800: any;
|
|
63
|
+
purple900: any;
|
|
64
|
+
purple1000: any;
|
|
65
|
+
purple1100: any;
|
|
66
|
+
purple1200: any;
|
|
31
67
|
tonal50: any;
|
|
32
68
|
tonal100: any;
|
|
33
69
|
tonal200: any;
|
|
@@ -85,6 +121,7 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
|
|
|
85
121
|
"7": any;
|
|
86
122
|
"8": any;
|
|
87
123
|
"9": any;
|
|
124
|
+
"24": any;
|
|
88
125
|
};
|
|
89
126
|
fontSizes: {
|
|
90
127
|
xs: any;
|
|
@@ -208,6 +245,42 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
|
|
|
208
245
|
textPlaceholder: any;
|
|
209
246
|
background: any;
|
|
210
247
|
backgroundAccent: any;
|
|
248
|
+
grey100: any;
|
|
249
|
+
grey200: any;
|
|
250
|
+
grey300: any;
|
|
251
|
+
grey400: any;
|
|
252
|
+
grey500: any;
|
|
253
|
+
grey600: any;
|
|
254
|
+
grey700: any;
|
|
255
|
+
grey800: any;
|
|
256
|
+
grey900: any;
|
|
257
|
+
grey1000: any;
|
|
258
|
+
grey1100: any;
|
|
259
|
+
grey1200: any;
|
|
260
|
+
blue100: any;
|
|
261
|
+
blue200: any;
|
|
262
|
+
blue300: any;
|
|
263
|
+
blue400: any;
|
|
264
|
+
blue500: any;
|
|
265
|
+
blue600: any;
|
|
266
|
+
blue700: any;
|
|
267
|
+
blue800: any;
|
|
268
|
+
blue900: any;
|
|
269
|
+
blue1000: any;
|
|
270
|
+
blue1100: any;
|
|
271
|
+
blue1200: any;
|
|
272
|
+
purple100: any;
|
|
273
|
+
purple200: any;
|
|
274
|
+
purple300: any;
|
|
275
|
+
purple400: any;
|
|
276
|
+
purple500: any;
|
|
277
|
+
purple600: any;
|
|
278
|
+
purple700: any;
|
|
279
|
+
purple800: any;
|
|
280
|
+
purple900: any;
|
|
281
|
+
purple1000: any;
|
|
282
|
+
purple1100: any;
|
|
283
|
+
purple1200: any;
|
|
211
284
|
tonal50: any;
|
|
212
285
|
tonal100: any;
|
|
213
286
|
tonal200: any;
|
|
@@ -265,6 +338,7 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
|
|
|
265
338
|
"7": any;
|
|
266
339
|
"8": any;
|
|
267
340
|
"9": any;
|
|
341
|
+
"24": any;
|
|
268
342
|
};
|
|
269
343
|
fontSizes: {
|
|
270
344
|
xs: any;
|
|
@@ -28,6 +28,42 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
|
|
|
28
28
|
textPlaceholder: any;
|
|
29
29
|
background: any;
|
|
30
30
|
backgroundAccent: any;
|
|
31
|
+
grey100: any;
|
|
32
|
+
grey200: any;
|
|
33
|
+
grey300: any;
|
|
34
|
+
grey400: any;
|
|
35
|
+
grey500: any;
|
|
36
|
+
grey600: any;
|
|
37
|
+
grey700: any;
|
|
38
|
+
grey800: any;
|
|
39
|
+
grey900: any;
|
|
40
|
+
grey1000: any;
|
|
41
|
+
grey1100: any;
|
|
42
|
+
grey1200: any;
|
|
43
|
+
blue100: any;
|
|
44
|
+
blue200: any;
|
|
45
|
+
blue300: any;
|
|
46
|
+
blue400: any;
|
|
47
|
+
blue500: any;
|
|
48
|
+
blue600: any;
|
|
49
|
+
blue700: any;
|
|
50
|
+
blue800: any;
|
|
51
|
+
blue900: any;
|
|
52
|
+
blue1000: any;
|
|
53
|
+
blue1100: any;
|
|
54
|
+
blue1200: any;
|
|
55
|
+
purple100: any;
|
|
56
|
+
purple200: any;
|
|
57
|
+
purple300: any;
|
|
58
|
+
purple400: any;
|
|
59
|
+
purple500: any;
|
|
60
|
+
purple600: any;
|
|
61
|
+
purple700: any;
|
|
62
|
+
purple800: any;
|
|
63
|
+
purple900: any;
|
|
64
|
+
purple1000: any;
|
|
65
|
+
purple1100: any;
|
|
66
|
+
purple1200: any;
|
|
31
67
|
tonal50: any;
|
|
32
68
|
tonal100: any;
|
|
33
69
|
tonal200: any;
|
|
@@ -85,6 +121,7 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
|
|
|
85
121
|
"7": any;
|
|
86
122
|
"8": any;
|
|
87
123
|
"9": any;
|
|
124
|
+
"24": any;
|
|
88
125
|
};
|
|
89
126
|
fontSizes: {
|
|
90
127
|
xs: any;
|
|
@@ -208,6 +245,42 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
|
|
|
208
245
|
textPlaceholder: any;
|
|
209
246
|
background: any;
|
|
210
247
|
backgroundAccent: any;
|
|
248
|
+
grey100: any;
|
|
249
|
+
grey200: any;
|
|
250
|
+
grey300: any;
|
|
251
|
+
grey400: any;
|
|
252
|
+
grey500: any;
|
|
253
|
+
grey600: any;
|
|
254
|
+
grey700: any;
|
|
255
|
+
grey800: any;
|
|
256
|
+
grey900: any;
|
|
257
|
+
grey1000: any;
|
|
258
|
+
grey1100: any;
|
|
259
|
+
grey1200: any;
|
|
260
|
+
blue100: any;
|
|
261
|
+
blue200: any;
|
|
262
|
+
blue300: any;
|
|
263
|
+
blue400: any;
|
|
264
|
+
blue500: any;
|
|
265
|
+
blue600: any;
|
|
266
|
+
blue700: any;
|
|
267
|
+
blue800: any;
|
|
268
|
+
blue900: any;
|
|
269
|
+
blue1000: any;
|
|
270
|
+
blue1100: any;
|
|
271
|
+
blue1200: any;
|
|
272
|
+
purple100: any;
|
|
273
|
+
purple200: any;
|
|
274
|
+
purple300: any;
|
|
275
|
+
purple400: any;
|
|
276
|
+
purple500: any;
|
|
277
|
+
purple600: any;
|
|
278
|
+
purple700: any;
|
|
279
|
+
purple800: any;
|
|
280
|
+
purple900: any;
|
|
281
|
+
purple1000: any;
|
|
282
|
+
purple1100: any;
|
|
283
|
+
purple1200: any;
|
|
211
284
|
tonal50: any;
|
|
212
285
|
tonal100: any;
|
|
213
286
|
tonal200: any;
|
|
@@ -265,6 +338,7 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
|
|
|
265
338
|
"7": any;
|
|
266
339
|
"8": any;
|
|
267
340
|
"9": any;
|
|
341
|
+
"24": any;
|
|
268
342
|
};
|
|
269
343
|
fontSizes: {
|
|
270
344
|
xs: any;
|
|
@@ -23,6 +23,42 @@ export declare const EmptyStateTitle: import("@stitches/react/types/styled-compo
|
|
|
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 @@ export declare const EmptyStateTitle: import("@stitches/react/types/styled-compo
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -21,6 +21,42 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -23,6 +23,42 @@ declare const StyledForm: import("@stitches/react/types/styled-component").Style
|
|
|
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 StyledForm: import("@stitches/react/types/styled-component").Style
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
declare const GridContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3
|
-
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | undefined;
|
|
3
|
+
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
4
4
|
}, {
|
|
5
5
|
sm: string;
|
|
6
6
|
md: string;
|
|
@@ -24,6 +24,42 @@ declare const GridContainer: import("@stitches/react/types/styled-component").St
|
|
|
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 GridContainer: import("@stitches/react/types/styled-component").St
|
|
|
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 @@ export declare const StyledHeading: import("@stitches/react/types/styled-compone
|
|
|
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 @@ export declare const StyledHeading: import("@stitches/react/types/styled-compone
|
|
|
83
119
|
"7": any;
|
|
84
120
|
"8": any;
|
|
85
121
|
"9": any;
|
|
122
|
+
"24": any;
|
|
86
123
|
};
|
|
87
124
|
fontSizes: {
|
|
88
125
|
xs: any;
|
|
@@ -25,6 +25,42 @@ export declare const StyledIcon: import("@stitches/react/types/styled-component"
|
|
|
25
25
|
textPlaceholder: any;
|
|
26
26
|
background: any;
|
|
27
27
|
backgroundAccent: any;
|
|
28
|
+
grey100: any;
|
|
29
|
+
grey200: any;
|
|
30
|
+
grey300: any;
|
|
31
|
+
grey400: any;
|
|
32
|
+
grey500: any;
|
|
33
|
+
grey600: any;
|
|
34
|
+
grey700: any;
|
|
35
|
+
grey800: any;
|
|
36
|
+
grey900: any;
|
|
37
|
+
grey1000: any;
|
|
38
|
+
grey1100: any;
|
|
39
|
+
grey1200: any;
|
|
40
|
+
blue100: any;
|
|
41
|
+
blue200: any;
|
|
42
|
+
blue300: any;
|
|
43
|
+
blue400: any;
|
|
44
|
+
blue500: any;
|
|
45
|
+
blue600: any;
|
|
46
|
+
blue700: any;
|
|
47
|
+
blue800: any;
|
|
48
|
+
blue900: any;
|
|
49
|
+
blue1000: any;
|
|
50
|
+
blue1100: any;
|
|
51
|
+
blue1200: any;
|
|
52
|
+
purple100: any;
|
|
53
|
+
purple200: any;
|
|
54
|
+
purple300: any;
|
|
55
|
+
purple400: any;
|
|
56
|
+
purple500: any;
|
|
57
|
+
purple600: any;
|
|
58
|
+
purple700: any;
|
|
59
|
+
purple800: any;
|
|
60
|
+
purple900: any;
|
|
61
|
+
purple1000: any;
|
|
62
|
+
purple1100: any;
|
|
63
|
+
purple1200: any;
|
|
28
64
|
tonal50: any;
|
|
29
65
|
tonal100: any;
|
|
30
66
|
tonal200: any;
|
|
@@ -82,6 +118,7 @@ export declare const StyledIcon: import("@stitches/react/types/styled-component"
|
|
|
82
118
|
"7": any;
|
|
83
119
|
"8": any;
|
|
84
120
|
"9": any;
|
|
121
|
+
"24": any;
|
|
85
122
|
};
|
|
86
123
|
fontSizes: {
|
|
87
124
|
xs: any;
|
|
@@ -25,6 +25,42 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
25
25
|
textPlaceholder: any;
|
|
26
26
|
background: any;
|
|
27
27
|
backgroundAccent: any;
|
|
28
|
+
grey100: any;
|
|
29
|
+
grey200: any;
|
|
30
|
+
grey300: any;
|
|
31
|
+
grey400: any;
|
|
32
|
+
grey500: any;
|
|
33
|
+
grey600: any;
|
|
34
|
+
grey700: any;
|
|
35
|
+
grey800: any;
|
|
36
|
+
grey900: any;
|
|
37
|
+
grey1000: any;
|
|
38
|
+
grey1100: any;
|
|
39
|
+
grey1200: any;
|
|
40
|
+
blue100: any;
|
|
41
|
+
blue200: any;
|
|
42
|
+
blue300: any;
|
|
43
|
+
blue400: any;
|
|
44
|
+
blue500: any;
|
|
45
|
+
blue600: any;
|
|
46
|
+
blue700: any;
|
|
47
|
+
blue800: any;
|
|
48
|
+
blue900: any;
|
|
49
|
+
blue1000: any;
|
|
50
|
+
blue1100: any;
|
|
51
|
+
blue1200: any;
|
|
52
|
+
purple100: any;
|
|
53
|
+
purple200: any;
|
|
54
|
+
purple300: any;
|
|
55
|
+
purple400: any;
|
|
56
|
+
purple500: any;
|
|
57
|
+
purple600: any;
|
|
58
|
+
purple700: any;
|
|
59
|
+
purple800: any;
|
|
60
|
+
purple900: any;
|
|
61
|
+
purple1000: any;
|
|
62
|
+
purple1100: any;
|
|
63
|
+
purple1200: any;
|
|
28
64
|
tonal50: any;
|
|
29
65
|
tonal100: any;
|
|
30
66
|
tonal200: any;
|
|
@@ -82,6 +118,7 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
82
118
|
"7": any;
|
|
83
119
|
"8": any;
|
|
84
120
|
"9": any;
|
|
121
|
+
"24": any;
|
|
85
122
|
};
|
|
86
123
|
fontSizes: {
|
|
87
124
|
xs: any;
|
|
@@ -23,6 +23,42 @@ declare const InlineMessageContainer: import("@stitches/react/types/styled-compo
|
|
|
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 InlineMessageContainer: import("@stitches/react/types/styled-compo
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -200,6 +237,42 @@ declare const InlineMessageContainer: import("@stitches/react/types/styled-compo
|
|
|
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 @@ declare const InlineMessageContainer: import("@stitches/react/types/styled-compo
|
|
|
257
330
|
"7": any;
|
|
258
331
|
"8": any;
|
|
259
332
|
"9": any;
|
|
333
|
+
"24": any;
|
|
260
334
|
};
|
|
261
335
|
fontSizes: {
|
|
262
336
|
xs: any;
|