@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
|
@@ -25,6 +25,42 @@ export declare const Day: import("@stitches/react/types/styled-component").Style
|
|
|
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 Day: import("@stitches/react/types/styled-component").Style
|
|
|
82
118
|
"7": any;
|
|
83
119
|
"8": any;
|
|
84
120
|
"9": any;
|
|
121
|
+
"24": any;
|
|
85
122
|
};
|
|
86
123
|
fontSizes: {
|
|
87
124
|
xs: any;
|
|
@@ -22,6 +22,42 @@ export declare const CarouselPagination: import("@stitches/react/types/styled-co
|
|
|
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 CarouselPagination: import("@stitches/react/types/styled-co
|
|
|
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 StyledSlide: import("@stitches/react/types/styled-component").Styl
|
|
|
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 StyledSlide: import("@stitches/react/types/styled-component").Styl
|
|
|
79
115
|
"7": any;
|
|
80
116
|
"8": any;
|
|
81
117
|
"9": any;
|
|
118
|
+
"24": any;
|
|
82
119
|
};
|
|
83
120
|
fontSizes: {
|
|
84
121
|
xs: any;
|
|
@@ -24,6 +24,42 @@ export declare const CarouselSlider: import("@stitches/react/types/styled-compon
|
|
|
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 @@ export declare const CarouselSlider: import("@stitches/react/types/styled-compon
|
|
|
81
117
|
"7": any;
|
|
82
118
|
"8": any;
|
|
83
119
|
"9": any;
|
|
120
|
+
"24": any;
|
|
84
121
|
};
|
|
85
122
|
fontSizes: {
|
|
86
123
|
xs: any;
|
|
@@ -25,6 +25,42 @@ declare const StyledCheckbox: import("@stitches/react/types/styled-component").S
|
|
|
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 @@ declare const StyledCheckbox: import("@stitches/react/types/styled-component").S
|
|
|
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 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
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 StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -204,6 +241,42 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
204
241
|
textPlaceholder: any;
|
|
205
242
|
background: any;
|
|
206
243
|
backgroundAccent: any;
|
|
244
|
+
grey100: any;
|
|
245
|
+
grey200: any;
|
|
246
|
+
grey300: any;
|
|
247
|
+
grey400: any;
|
|
248
|
+
grey500: any;
|
|
249
|
+
grey600: any;
|
|
250
|
+
grey700: any;
|
|
251
|
+
grey800: any;
|
|
252
|
+
grey900: any;
|
|
253
|
+
grey1000: any;
|
|
254
|
+
grey1100: any;
|
|
255
|
+
grey1200: any;
|
|
256
|
+
blue100: any;
|
|
257
|
+
blue200: any;
|
|
258
|
+
blue300: any;
|
|
259
|
+
blue400: any;
|
|
260
|
+
blue500: any;
|
|
261
|
+
blue600: any;
|
|
262
|
+
blue700: any;
|
|
263
|
+
blue800: any;
|
|
264
|
+
blue900: any;
|
|
265
|
+
blue1000: any;
|
|
266
|
+
blue1100: any;
|
|
267
|
+
blue1200: any;
|
|
268
|
+
purple100: any;
|
|
269
|
+
purple200: any;
|
|
270
|
+
purple300: any;
|
|
271
|
+
purple400: any;
|
|
272
|
+
purple500: any;
|
|
273
|
+
purple600: any;
|
|
274
|
+
purple700: any;
|
|
275
|
+
purple800: any;
|
|
276
|
+
purple900: any;
|
|
277
|
+
purple1000: any;
|
|
278
|
+
purple1100: any;
|
|
279
|
+
purple1200: any;
|
|
207
280
|
tonal50: any;
|
|
208
281
|
tonal100: any;
|
|
209
282
|
tonal200: any;
|
|
@@ -261,6 +334,7 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
261
334
|
"7": any;
|
|
262
335
|
"8": any;
|
|
263
336
|
"9": any;
|
|
337
|
+
"24": any;
|
|
264
338
|
};
|
|
265
339
|
fontSizes: {
|
|
266
340
|
xs: any;
|
|
@@ -383,6 +457,42 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
383
457
|
textPlaceholder: any;
|
|
384
458
|
background: any;
|
|
385
459
|
backgroundAccent: any;
|
|
460
|
+
grey100: any;
|
|
461
|
+
grey200: any;
|
|
462
|
+
grey300: any;
|
|
463
|
+
grey400: any;
|
|
464
|
+
grey500: any;
|
|
465
|
+
grey600: any;
|
|
466
|
+
grey700: any;
|
|
467
|
+
grey800: any;
|
|
468
|
+
grey900: any;
|
|
469
|
+
grey1000: any;
|
|
470
|
+
grey1100: any;
|
|
471
|
+
grey1200: any;
|
|
472
|
+
blue100: any;
|
|
473
|
+
blue200: any;
|
|
474
|
+
blue300: any;
|
|
475
|
+
blue400: any;
|
|
476
|
+
blue500: any;
|
|
477
|
+
blue600: any;
|
|
478
|
+
blue700: any;
|
|
479
|
+
blue800: any;
|
|
480
|
+
blue900: any;
|
|
481
|
+
blue1000: any;
|
|
482
|
+
blue1100: any;
|
|
483
|
+
blue1200: any;
|
|
484
|
+
purple100: any;
|
|
485
|
+
purple200: any;
|
|
486
|
+
purple300: any;
|
|
487
|
+
purple400: any;
|
|
488
|
+
purple500: any;
|
|
489
|
+
purple600: any;
|
|
490
|
+
purple700: any;
|
|
491
|
+
purple800: any;
|
|
492
|
+
purple900: any;
|
|
493
|
+
purple1000: any;
|
|
494
|
+
purple1100: any;
|
|
495
|
+
purple1200: any;
|
|
386
496
|
tonal50: any;
|
|
387
497
|
tonal100: any;
|
|
388
498
|
tonal200: any;
|
|
@@ -440,6 +550,7 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
440
550
|
"7": any;
|
|
441
551
|
"8": any;
|
|
442
552
|
"9": any;
|
|
553
|
+
"24": any;
|
|
443
554
|
};
|
|
444
555
|
fontSizes: {
|
|
445
556
|
xs: any;
|
|
@@ -564,6 +675,42 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
564
675
|
textPlaceholder: any;
|
|
565
676
|
background: any;
|
|
566
677
|
backgroundAccent: any;
|
|
678
|
+
grey100: any;
|
|
679
|
+
grey200: any;
|
|
680
|
+
grey300: any;
|
|
681
|
+
grey400: any;
|
|
682
|
+
grey500: any;
|
|
683
|
+
grey600: any;
|
|
684
|
+
grey700: any;
|
|
685
|
+
grey800: any;
|
|
686
|
+
grey900: any;
|
|
687
|
+
grey1000: any;
|
|
688
|
+
grey1100: any;
|
|
689
|
+
grey1200: any;
|
|
690
|
+
blue100: any;
|
|
691
|
+
blue200: any;
|
|
692
|
+
blue300: any;
|
|
693
|
+
blue400: any;
|
|
694
|
+
blue500: any;
|
|
695
|
+
blue600: any;
|
|
696
|
+
blue700: any;
|
|
697
|
+
blue800: any;
|
|
698
|
+
blue900: any;
|
|
699
|
+
blue1000: any;
|
|
700
|
+
blue1100: any;
|
|
701
|
+
blue1200: any;
|
|
702
|
+
purple100: any;
|
|
703
|
+
purple200: any;
|
|
704
|
+
purple300: any;
|
|
705
|
+
purple400: any;
|
|
706
|
+
purple500: any;
|
|
707
|
+
purple600: any;
|
|
708
|
+
purple700: any;
|
|
709
|
+
purple800: any;
|
|
710
|
+
purple900: any;
|
|
711
|
+
purple1000: any;
|
|
712
|
+
purple1100: any;
|
|
713
|
+
purple1200: any;
|
|
567
714
|
tonal50: any;
|
|
568
715
|
tonal100: any;
|
|
569
716
|
tonal200: any;
|
|
@@ -621,6 +768,7 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
621
768
|
"7": any;
|
|
622
769
|
"8": any;
|
|
623
770
|
"9": any;
|
|
771
|
+
"24": any;
|
|
624
772
|
};
|
|
625
773
|
fontSizes: {
|
|
626
774
|
xs: any;
|
|
@@ -741,6 +889,42 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
741
889
|
textPlaceholder: any;
|
|
742
890
|
background: any;
|
|
743
891
|
backgroundAccent: any;
|
|
892
|
+
grey100: any;
|
|
893
|
+
grey200: any;
|
|
894
|
+
grey300: any;
|
|
895
|
+
grey400: any;
|
|
896
|
+
grey500: any;
|
|
897
|
+
grey600: any;
|
|
898
|
+
grey700: any;
|
|
899
|
+
grey800: any;
|
|
900
|
+
grey900: any;
|
|
901
|
+
grey1000: any;
|
|
902
|
+
grey1100: any;
|
|
903
|
+
grey1200: any;
|
|
904
|
+
blue100: any;
|
|
905
|
+
blue200: any;
|
|
906
|
+
blue300: any;
|
|
907
|
+
blue400: any;
|
|
908
|
+
blue500: any;
|
|
909
|
+
blue600: any;
|
|
910
|
+
blue700: any;
|
|
911
|
+
blue800: any;
|
|
912
|
+
blue900: any;
|
|
913
|
+
blue1000: any;
|
|
914
|
+
blue1100: any;
|
|
915
|
+
blue1200: any;
|
|
916
|
+
purple100: any;
|
|
917
|
+
purple200: any;
|
|
918
|
+
purple300: any;
|
|
919
|
+
purple400: any;
|
|
920
|
+
purple500: any;
|
|
921
|
+
purple600: any;
|
|
922
|
+
purple700: any;
|
|
923
|
+
purple800: any;
|
|
924
|
+
purple900: any;
|
|
925
|
+
purple1000: any;
|
|
926
|
+
purple1100: any;
|
|
927
|
+
purple1200: any;
|
|
744
928
|
tonal50: any;
|
|
745
929
|
tonal100: any;
|
|
746
930
|
tonal200: any;
|
|
@@ -798,6 +982,7 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
798
982
|
"7": any;
|
|
799
983
|
"8": any;
|
|
800
984
|
"9": any;
|
|
985
|
+
"24": any;
|
|
801
986
|
};
|
|
802
987
|
fontSizes: {
|
|
803
988
|
xs: any;
|
|
@@ -922,6 +1107,42 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
922
1107
|
textPlaceholder: any;
|
|
923
1108
|
background: any;
|
|
924
1109
|
backgroundAccent: any;
|
|
1110
|
+
grey100: any;
|
|
1111
|
+
grey200: any;
|
|
1112
|
+
grey300: any;
|
|
1113
|
+
grey400: any;
|
|
1114
|
+
grey500: any;
|
|
1115
|
+
grey600: any;
|
|
1116
|
+
grey700: any;
|
|
1117
|
+
grey800: any;
|
|
1118
|
+
grey900: any;
|
|
1119
|
+
grey1000: any;
|
|
1120
|
+
grey1100: any;
|
|
1121
|
+
grey1200: any;
|
|
1122
|
+
blue100: any;
|
|
1123
|
+
blue200: any;
|
|
1124
|
+
blue300: any;
|
|
1125
|
+
blue400: any;
|
|
1126
|
+
blue500: any;
|
|
1127
|
+
blue600: any;
|
|
1128
|
+
blue700: any;
|
|
1129
|
+
blue800: any;
|
|
1130
|
+
blue900: any;
|
|
1131
|
+
blue1000: any;
|
|
1132
|
+
blue1100: any;
|
|
1133
|
+
blue1200: any;
|
|
1134
|
+
purple100: any;
|
|
1135
|
+
purple200: any;
|
|
1136
|
+
purple300: any;
|
|
1137
|
+
purple400: any;
|
|
1138
|
+
purple500: any;
|
|
1139
|
+
purple600: any;
|
|
1140
|
+
purple700: any;
|
|
1141
|
+
purple800: any;
|
|
1142
|
+
purple900: any;
|
|
1143
|
+
purple1000: any;
|
|
1144
|
+
purple1100: any;
|
|
1145
|
+
purple1200: any;
|
|
925
1146
|
tonal50: any;
|
|
926
1147
|
tonal100: any;
|
|
927
1148
|
tonal200: any;
|
|
@@ -979,6 +1200,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
979
1200
|
"7": any;
|
|
980
1201
|
"8": any;
|
|
981
1202
|
"9": any;
|
|
1203
|
+
"24": any;
|
|
982
1204
|
};
|
|
983
1205
|
fontSizes: {
|
|
984
1206
|
xs: any;
|
|
@@ -1101,6 +1323,42 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1101
1323
|
textPlaceholder: any;
|
|
1102
1324
|
background: any;
|
|
1103
1325
|
backgroundAccent: any;
|
|
1326
|
+
grey100: any;
|
|
1327
|
+
grey200: any;
|
|
1328
|
+
grey300: any;
|
|
1329
|
+
grey400: any;
|
|
1330
|
+
grey500: any;
|
|
1331
|
+
grey600: any;
|
|
1332
|
+
grey700: any;
|
|
1333
|
+
grey800: any;
|
|
1334
|
+
grey900: any;
|
|
1335
|
+
grey1000: any;
|
|
1336
|
+
grey1100: any;
|
|
1337
|
+
grey1200: any;
|
|
1338
|
+
blue100: any;
|
|
1339
|
+
blue200: any;
|
|
1340
|
+
blue300: any;
|
|
1341
|
+
blue400: any;
|
|
1342
|
+
blue500: any;
|
|
1343
|
+
blue600: any;
|
|
1344
|
+
blue700: any;
|
|
1345
|
+
blue800: any;
|
|
1346
|
+
blue900: any;
|
|
1347
|
+
blue1000: any;
|
|
1348
|
+
blue1100: any;
|
|
1349
|
+
blue1200: any;
|
|
1350
|
+
purple100: any;
|
|
1351
|
+
purple200: any;
|
|
1352
|
+
purple300: any;
|
|
1353
|
+
purple400: any;
|
|
1354
|
+
purple500: any;
|
|
1355
|
+
purple600: any;
|
|
1356
|
+
purple700: any;
|
|
1357
|
+
purple800: any;
|
|
1358
|
+
purple900: any;
|
|
1359
|
+
purple1000: any;
|
|
1360
|
+
purple1100: any;
|
|
1361
|
+
purple1200: any;
|
|
1104
1362
|
tonal50: any;
|
|
1105
1363
|
tonal100: any;
|
|
1106
1364
|
tonal200: any;
|
|
@@ -1158,6 +1416,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1158
1416
|
"7": any;
|
|
1159
1417
|
"8": any;
|
|
1160
1418
|
"9": any;
|
|
1419
|
+
"24": any;
|
|
1161
1420
|
};
|
|
1162
1421
|
fontSizes: {
|
|
1163
1422
|
xs: any;
|
|
@@ -33,6 +33,42 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
33
33
|
textPlaceholder: any;
|
|
34
34
|
background: any;
|
|
35
35
|
backgroundAccent: any;
|
|
36
|
+
grey100: any;
|
|
37
|
+
grey200: any;
|
|
38
|
+
grey300: any;
|
|
39
|
+
grey400: any;
|
|
40
|
+
grey500: any;
|
|
41
|
+
grey600: any;
|
|
42
|
+
grey700: any;
|
|
43
|
+
grey800: any;
|
|
44
|
+
grey900: any;
|
|
45
|
+
grey1000: any;
|
|
46
|
+
grey1100: any;
|
|
47
|
+
grey1200: any;
|
|
48
|
+
blue100: any;
|
|
49
|
+
blue200: any;
|
|
50
|
+
blue300: any;
|
|
51
|
+
blue400: any;
|
|
52
|
+
blue500: any;
|
|
53
|
+
blue600: any;
|
|
54
|
+
blue700: any;
|
|
55
|
+
blue800: any;
|
|
56
|
+
blue900: any;
|
|
57
|
+
blue1000: any;
|
|
58
|
+
blue1100: any;
|
|
59
|
+
blue1200: any;
|
|
60
|
+
purple100: any;
|
|
61
|
+
purple200: any;
|
|
62
|
+
purple300: any;
|
|
63
|
+
purple400: any;
|
|
64
|
+
purple500: any;
|
|
65
|
+
purple600: any;
|
|
66
|
+
purple700: any;
|
|
67
|
+
purple800: any;
|
|
68
|
+
purple900: any;
|
|
69
|
+
purple1000: any;
|
|
70
|
+
purple1100: any;
|
|
71
|
+
purple1200: any;
|
|
36
72
|
tonal50: any;
|
|
37
73
|
tonal100: any;
|
|
38
74
|
tonal200: any;
|
|
@@ -90,6 +126,7 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
90
126
|
"7": any;
|
|
91
127
|
"8": any;
|
|
92
128
|
"9": any;
|
|
129
|
+
"24": any;
|
|
93
130
|
};
|
|
94
131
|
fontSizes: {
|
|
95
132
|
xs: any;
|
|
@@ -213,6 +250,42 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
213
250
|
textPlaceholder: any;
|
|
214
251
|
background: any;
|
|
215
252
|
backgroundAccent: any;
|
|
253
|
+
grey100: any;
|
|
254
|
+
grey200: any;
|
|
255
|
+
grey300: any;
|
|
256
|
+
grey400: any;
|
|
257
|
+
grey500: any;
|
|
258
|
+
grey600: any;
|
|
259
|
+
grey700: any;
|
|
260
|
+
grey800: any;
|
|
261
|
+
grey900: any;
|
|
262
|
+
grey1000: any;
|
|
263
|
+
grey1100: any;
|
|
264
|
+
grey1200: any;
|
|
265
|
+
blue100: any;
|
|
266
|
+
blue200: any;
|
|
267
|
+
blue300: any;
|
|
268
|
+
blue400: any;
|
|
269
|
+
blue500: any;
|
|
270
|
+
blue600: any;
|
|
271
|
+
blue700: any;
|
|
272
|
+
blue800: any;
|
|
273
|
+
blue900: any;
|
|
274
|
+
blue1000: any;
|
|
275
|
+
blue1100: any;
|
|
276
|
+
blue1200: any;
|
|
277
|
+
purple100: any;
|
|
278
|
+
purple200: any;
|
|
279
|
+
purple300: any;
|
|
280
|
+
purple400: any;
|
|
281
|
+
purple500: any;
|
|
282
|
+
purple600: any;
|
|
283
|
+
purple700: any;
|
|
284
|
+
purple800: any;
|
|
285
|
+
purple900: any;
|
|
286
|
+
purple1000: any;
|
|
287
|
+
purple1100: any;
|
|
288
|
+
purple1200: any;
|
|
216
289
|
tonal50: any;
|
|
217
290
|
tonal100: any;
|
|
218
291
|
tonal200: any;
|
|
@@ -270,6 +343,7 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
270
343
|
"7": any;
|
|
271
344
|
"8": any;
|
|
272
345
|
"9": any;
|
|
346
|
+
"24": any;
|
|
273
347
|
};
|
|
274
348
|
fontSizes: {
|
|
275
349
|
xs: any;
|