@atom-learning/components 2.29.1 → 2.31.0-beta.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/dist/components/accordion/Accordion.d.ts +37 -127
- package/dist/components/accordion/AccordionContent.d.ts +37 -127
- package/dist/components/accordion/AccordionContent.js +1 -1
- package/dist/components/accordion/AccordionItem.d.ts +37 -127
- package/dist/components/accordion/AccordionItem.js +1 -1
- package/dist/components/accordion/AccordionTrigger.d.ts +42 -131
- package/dist/components/accordion/AccordionTrigger.js +1 -1
- package/dist/components/action-icon/ActionIcon.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialog.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/avatar/Avatar.d.ts +104 -284
- package/dist/components/badge/Badge.d.ts +104 -284
- package/dist/components/box/Box.d.ts +37 -127
- package/dist/components/button/Button.d.ts +37 -127
- package/dist/components/calendar/Day.d.ts +37 -127
- package/dist/components/carousel/CarouselPagination.d.ts +37 -127
- package/dist/components/carousel/CarouselSlide.d.ts +37 -127
- package/dist/components/carousel/CarouselSlider.d.ts +37 -127
- package/dist/components/checkbox/Checkbox.d.ts +37 -127
- package/dist/components/chip/Chip.d.ts +304 -934
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -254
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -254
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +104 -284
- package/dist/components/combobox/Combobox.d.ts +37 -127
- package/dist/components/combobox/ComboboxInput.d.ts +37 -127
- package/dist/components/combobox/ComboboxList.d.ts +37 -127
- package/dist/components/combobox/ComboboxOption.d.ts +37 -127
- package/dist/components/combobox/ComboboxPopover.d.ts +37 -127
- package/dist/components/data-table/DataTableLoading.d.ts +37 -127
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -254
- package/dist/components/data-table/pagination/Pagination.d.ts +37 -127
- package/dist/components/dialog/Dialog.d.ts +37 -127
- package/dist/components/dialog/DialogBackground.d.ts +104 -284
- package/dist/components/dialog/DialogClose.d.ts +37 -127
- package/dist/components/dialog/DialogContent.d.ts +37 -127
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/divider/Divider.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -127
- package/dist/components/empty-state/EmptyState.d.ts +104 -284
- package/dist/components/empty-state/EmptyStateBody.d.ts +74 -254
- package/dist/components/empty-state/EmptyStateImage.d.ts +74 -254
- package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -127
- package/dist/components/flex/Flex.d.ts +37 -127
- package/dist/components/form/Form.d.ts +37 -127
- package/dist/components/grid/Grid.d.ts +37 -127
- package/dist/components/heading/Heading.d.ts +37 -127
- package/dist/components/icon/Icon.d.ts +37 -127
- package/dist/components/image/Image.d.ts +37 -127
- package/dist/components/inline-message/InlineMessage.d.ts +104 -284
- package/dist/components/input/Input.d.ts +37 -127
- package/dist/components/label/Label.d.ts +37 -127
- package/dist/components/link/Link.d.ts +37 -127
- package/dist/components/list/List.d.ts +104 -284
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -127
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -254
- package/dist/components/notification-badge/NotificationBadge.d.ts +104 -284
- package/dist/components/popover/Popover.d.ts +37 -127
- package/dist/components/popover/PopoverContent.d.ts +37 -127
- package/dist/components/progress-bar/ProgressBar.d.ts +37 -127
- package/dist/components/radio-button/RadioButton.d.ts +37 -127
- package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -127
- package/dist/components/radio-card/RadioCard.d.ts +37 -127
- package/dist/components/select/Select.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -127
- package/dist/components/slider/Slider.d.ts +37 -127
- package/dist/components/stack/Stack.d.ts +37 -127
- package/dist/components/stack-content/StackContent.d.ts +37 -127
- package/dist/components/stepper/StepperStepBullet.d.ts +104 -284
- package/dist/components/stepper/StepperStepContainer.d.ts +104 -284
- package/dist/components/stepper/StepperStepLabel.d.ts +74 -254
- package/dist/components/switch/Switch.d.ts +37 -127
- package/dist/components/table/Table.d.ts +37 -127
- package/dist/components/table/TableBody.d.ts +37 -127
- package/dist/components/table/TableCell.d.ts +37 -127
- package/dist/components/table/TableFooter.d.ts +37 -127
- package/dist/components/table/TableFooterCell.d.ts +37 -127
- package/dist/components/table/TableHeader.d.ts +37 -127
- package/dist/components/table/TableHeaderCell.d.ts +37 -127
- package/dist/components/table/TableRow.d.ts +74 -254
- package/dist/components/tabs/Tabs.d.ts +44 -403
- package/dist/components/tabs/Tabs.js +1 -1
- package/dist/components/tabs/TabsContent.d.ts +177 -0
- package/dist/components/tabs/TabsContent.js +1 -0
- package/dist/components/tabs/TabsTrigger.d.ts +182 -0
- package/dist/components/tabs/TabsTrigger.js +1 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +42 -136
- package/dist/components/tabs/TabsTriggerList.js +1 -1
- package/dist/components/text/Text.d.ts +37 -127
- package/dist/components/textarea/Textarea.d.ts +37 -127
- package/dist/components/toast/Toast.d.ts +37 -127
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +104 -284
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -284
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -127
- package/dist/components/toggle-group/index.d.ts +245 -695
- package/dist/components/tooltip/TooltipContent.d.ts +37 -127
- package/dist/components/top-bar/TopBar.d.ts +37 -127
- package/dist/components/top-bar/TopBarBrand.d.ts +111 -381
- package/dist/components/video/Video.d.ts +104 -284
- package/dist/docgen.json +1 -1
- package/dist/docs/Accordion.mdx +56 -7
- package/dist/docs/README.mdx +79 -0
- package/dist/docs/Tabs.mdx +31 -57
- package/dist/experiments/color-scheme/ColorScheme.d.ts +111 -0
- package/dist/experiments/color-scheme/ColorScheme.js +1 -0
- package/dist/experiments/color-scheme/blue.json.js +1 -0
- package/dist/experiments/color-scheme/generateAlphaColors.d.ts +1 -0
- package/dist/experiments/color-scheme/generateAlphaColors.js +1 -0
- package/dist/experiments/color-scheme/index.d.ts +1 -0
- package/dist/experiments/color-scheme/slate.json.js +1 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +256 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/stitches.d.ts +474 -786
- package/dist/stitches.js +1 -1
- package/dist/utilities/hooks/useCallbackRef.js +1 -1
- package/dist/utilities/hooks/useWindowSize.d.ts +8 -0
- package/dist/utilities/hooks/useWindowSize.js +1 -0
- package/package.json +4 -3
- package/CHANGELOG.md +0 -210
- package/dist/components/tabs/TabTrigger.d.ts +0 -275
- package/dist/components/tabs/TabTrigger.js +0 -1
- package/dist/components/tabs/utils.d.ts +0 -2
- package/dist/components/tabs/utils.js +0 -1
package/dist/stitches.d.ts
CHANGED
|
@@ -1,114 +1,57 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@stitches/react';
|
|
3
2
|
export declare const utils: {
|
|
4
3
|
bg: (value: PropertyValue<'background'>) => {
|
|
5
|
-
background:
|
|
6
|
-
readonly [$$PropertyValue]: "background";
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
10
|
-
top: string | number | {
|
|
11
|
-
readonly [$$ScaleValue]: "space";
|
|
12
|
-
};
|
|
13
|
-
right: string | number | {
|
|
14
|
-
readonly [$$ScaleValue]: "space";
|
|
15
|
-
};
|
|
16
|
-
bottom: string | number | {
|
|
17
|
-
readonly [$$ScaleValue]: "space";
|
|
18
|
-
};
|
|
19
|
-
left: string | number | {
|
|
20
|
-
readonly [$$ScaleValue]: "space";
|
|
21
|
-
};
|
|
4
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
22
5
|
};
|
|
23
6
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
24
|
-
height: string | number |
|
|
25
|
-
|
|
26
|
-
};
|
|
27
|
-
width: string | number | {
|
|
28
|
-
readonly [$$ScaleValue]: "size";
|
|
29
|
-
};
|
|
7
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
8
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
30
9
|
};
|
|
31
10
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
32
|
-
padding: string | number |
|
|
33
|
-
readonly [$$ScaleValue]: "space";
|
|
34
|
-
};
|
|
11
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
35
12
|
};
|
|
36
13
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
37
|
-
paddingTop: string | number |
|
|
38
|
-
readonly [$$ScaleValue]: "space";
|
|
39
|
-
};
|
|
14
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
40
15
|
};
|
|
41
16
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
42
|
-
paddingRight: string | number |
|
|
43
|
-
readonly [$$ScaleValue]: "space";
|
|
44
|
-
};
|
|
17
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
45
18
|
};
|
|
46
19
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
47
|
-
paddingBottom: string | number |
|
|
48
|
-
readonly [$$ScaleValue]: "space";
|
|
49
|
-
};
|
|
20
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
50
21
|
};
|
|
51
22
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
52
|
-
paddingLeft: string | number |
|
|
53
|
-
readonly [$$ScaleValue]: "space";
|
|
54
|
-
};
|
|
23
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
55
24
|
};
|
|
56
25
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
57
|
-
paddingLeft: string | number |
|
|
58
|
-
|
|
59
|
-
};
|
|
60
|
-
paddingRight: string | number | {
|
|
61
|
-
readonly [$$ScaleValue]: "space";
|
|
62
|
-
};
|
|
26
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
27
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
63
28
|
};
|
|
64
29
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
65
|
-
paddingTop: string | number |
|
|
66
|
-
|
|
67
|
-
};
|
|
68
|
-
paddingBottom: string | number | {
|
|
69
|
-
readonly [$$ScaleValue]: "space";
|
|
70
|
-
};
|
|
30
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
31
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
71
32
|
};
|
|
72
33
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
73
|
-
margin: string | number |
|
|
74
|
-
readonly [$$ScaleValue]: "space";
|
|
75
|
-
};
|
|
34
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
76
35
|
};
|
|
77
36
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
78
|
-
marginTop: string | number |
|
|
79
|
-
readonly [$$ScaleValue]: "space";
|
|
80
|
-
};
|
|
37
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
81
38
|
};
|
|
82
39
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
83
|
-
marginRight: string | number |
|
|
84
|
-
readonly [$$ScaleValue]: "space";
|
|
85
|
-
};
|
|
40
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
86
41
|
};
|
|
87
42
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
88
|
-
marginBottom: string | number |
|
|
89
|
-
readonly [$$ScaleValue]: "space";
|
|
90
|
-
};
|
|
43
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
91
44
|
};
|
|
92
45
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
93
|
-
marginLeft: string | number |
|
|
94
|
-
readonly [$$ScaleValue]: "space";
|
|
95
|
-
};
|
|
46
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
96
47
|
};
|
|
97
48
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
98
|
-
marginLeft: string | number |
|
|
99
|
-
|
|
100
|
-
};
|
|
101
|
-
marginRight: string | number | {
|
|
102
|
-
readonly [$$ScaleValue]: "space";
|
|
103
|
-
};
|
|
49
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
50
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
104
51
|
};
|
|
105
52
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
106
|
-
marginTop: string | number |
|
|
107
|
-
|
|
108
|
-
};
|
|
109
|
-
marginBottom: string | number | {
|
|
110
|
-
readonly [$$ScaleValue]: "space";
|
|
111
|
-
};
|
|
53
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
54
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
112
55
|
};
|
|
113
56
|
};
|
|
114
57
|
export declare const media: {
|
|
@@ -235,118 +178,233 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
235
178
|
};
|
|
236
179
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
237
180
|
bg: (value: PropertyValue<'background'>) => {
|
|
238
|
-
background:
|
|
239
|
-
readonly [$$PropertyValue]: "background";
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
243
|
-
top: string | number | {
|
|
244
|
-
readonly [$$ScaleValue]: "space";
|
|
245
|
-
};
|
|
246
|
-
right: string | number | {
|
|
247
|
-
readonly [$$ScaleValue]: "space";
|
|
248
|
-
};
|
|
249
|
-
bottom: string | number | {
|
|
250
|
-
readonly [$$ScaleValue]: "space";
|
|
251
|
-
};
|
|
252
|
-
left: string | number | {
|
|
253
|
-
readonly [$$ScaleValue]: "space";
|
|
254
|
-
};
|
|
181
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
255
182
|
};
|
|
256
183
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
257
|
-
height: string | number |
|
|
258
|
-
|
|
259
|
-
};
|
|
260
|
-
width: string | number | {
|
|
261
|
-
readonly [$$ScaleValue]: "size";
|
|
262
|
-
};
|
|
184
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
185
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
263
186
|
};
|
|
264
187
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
265
|
-
padding: string | number |
|
|
266
|
-
readonly [$$ScaleValue]: "space";
|
|
267
|
-
};
|
|
188
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
268
189
|
};
|
|
269
190
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
270
|
-
paddingTop: string | number |
|
|
271
|
-
readonly [$$ScaleValue]: "space";
|
|
272
|
-
};
|
|
191
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
273
192
|
};
|
|
274
193
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
275
|
-
paddingRight: string | number |
|
|
276
|
-
readonly [$$ScaleValue]: "space";
|
|
277
|
-
};
|
|
194
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
278
195
|
};
|
|
279
196
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
280
|
-
paddingBottom: string | number |
|
|
281
|
-
readonly [$$ScaleValue]: "space";
|
|
282
|
-
};
|
|
197
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
283
198
|
};
|
|
284
199
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
285
|
-
paddingLeft: string | number |
|
|
286
|
-
readonly [$$ScaleValue]: "space";
|
|
287
|
-
};
|
|
200
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
288
201
|
};
|
|
289
202
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
290
|
-
paddingLeft: string | number |
|
|
291
|
-
|
|
292
|
-
};
|
|
293
|
-
paddingRight: string | number | {
|
|
294
|
-
readonly [$$ScaleValue]: "space";
|
|
295
|
-
};
|
|
203
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
204
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
296
205
|
};
|
|
297
206
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
298
|
-
paddingTop: string | number |
|
|
299
|
-
|
|
300
|
-
};
|
|
301
|
-
paddingBottom: string | number | {
|
|
302
|
-
readonly [$$ScaleValue]: "space";
|
|
303
|
-
};
|
|
207
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
208
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
304
209
|
};
|
|
305
210
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
306
|
-
margin: string | number |
|
|
307
|
-
readonly [$$ScaleValue]: "space";
|
|
308
|
-
};
|
|
211
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
309
212
|
};
|
|
310
213
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
311
|
-
marginTop: string | number |
|
|
312
|
-
readonly [$$ScaleValue]: "space";
|
|
313
|
-
};
|
|
214
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
314
215
|
};
|
|
315
216
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
316
|
-
marginRight: string | number |
|
|
317
|
-
readonly [$$ScaleValue]: "space";
|
|
318
|
-
};
|
|
217
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
319
218
|
};
|
|
320
219
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
321
|
-
marginBottom: string | number |
|
|
322
|
-
readonly [$$ScaleValue]: "space";
|
|
323
|
-
};
|
|
220
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
324
221
|
};
|
|
325
222
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
326
|
-
marginLeft: string | number |
|
|
327
|
-
readonly [$$ScaleValue]: "space";
|
|
328
|
-
};
|
|
223
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
329
224
|
};
|
|
330
225
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
331
|
-
marginLeft: string | number |
|
|
332
|
-
|
|
333
|
-
};
|
|
334
|
-
marginRight: string | number | {
|
|
335
|
-
readonly [$$ScaleValue]: "space";
|
|
336
|
-
};
|
|
226
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
227
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
337
228
|
};
|
|
338
229
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
339
|
-
marginTop: string | number |
|
|
340
|
-
|
|
341
|
-
};
|
|
342
|
-
marginBottom: string | number | {
|
|
343
|
-
readonly [$$ScaleValue]: "space";
|
|
344
|
-
};
|
|
230
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
231
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
345
232
|
};
|
|
346
233
|
}>;
|
|
347
|
-
export declare const css:
|
|
348
|
-
|
|
349
|
-
|
|
234
|
+
export declare const css: {
|
|
235
|
+
withConfig: (config: {
|
|
236
|
+
componentId?: string | undefined;
|
|
237
|
+
displayName?: string | undefined;
|
|
238
|
+
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
|
239
|
+
}) => import("@stitches/react/types/stitches").CssFunctionType<{
|
|
240
|
+
sm: string;
|
|
241
|
+
md: string;
|
|
242
|
+
lg: string;
|
|
243
|
+
xl: string;
|
|
244
|
+
reducedMotion: string;
|
|
245
|
+
allowMotion: string;
|
|
246
|
+
hover: string;
|
|
247
|
+
}, {
|
|
248
|
+
colors: {
|
|
249
|
+
textForeground: any;
|
|
250
|
+
textSubtle: any;
|
|
251
|
+
textPlaceholder: any;
|
|
252
|
+
background: any;
|
|
253
|
+
backgroundAccent: any;
|
|
254
|
+
tonal50: any;
|
|
255
|
+
tonal100: any;
|
|
256
|
+
tonal200: any;
|
|
257
|
+
tonal300: any;
|
|
258
|
+
tonal400: any;
|
|
259
|
+
tonal500: any;
|
|
260
|
+
tonal600: any;
|
|
261
|
+
alpha100: any;
|
|
262
|
+
alpha150: any;
|
|
263
|
+
alpha200: any;
|
|
264
|
+
alpha250: any;
|
|
265
|
+
alpha600: any;
|
|
266
|
+
primaryLight: any;
|
|
267
|
+
primary: any;
|
|
268
|
+
primaryMid: any;
|
|
269
|
+
primaryDark: any;
|
|
270
|
+
secondary: any;
|
|
271
|
+
brandRed: any;
|
|
272
|
+
brandRedAccent: any;
|
|
273
|
+
brandGreen: any;
|
|
274
|
+
brandGreenAccent: any;
|
|
275
|
+
brandPurple: any;
|
|
276
|
+
brandPurpleAccent: any;
|
|
277
|
+
brandYellow: any;
|
|
278
|
+
brandYellowAccent: any;
|
|
279
|
+
successLight: any;
|
|
280
|
+
success: any;
|
|
281
|
+
successMid: any;
|
|
282
|
+
successDark: any;
|
|
283
|
+
dangerLight: any;
|
|
284
|
+
danger: any;
|
|
285
|
+
dangerMid: any;
|
|
286
|
+
dangerDark: any;
|
|
287
|
+
warningLight: any;
|
|
288
|
+
warning: any;
|
|
289
|
+
warningMid: any;
|
|
290
|
+
warningDark: any;
|
|
291
|
+
warningText: any;
|
|
292
|
+
subjectEnglish: any;
|
|
293
|
+
subjectMaths: any;
|
|
294
|
+
subjectScience: any;
|
|
295
|
+
subjectVerbalReasoning: any;
|
|
296
|
+
subjectNonVerbalReasoning: any;
|
|
297
|
+
subjectCreativeWriting: any;
|
|
298
|
+
subjectExamSkills: any;
|
|
299
|
+
};
|
|
300
|
+
space: {
|
|
301
|
+
"0": any;
|
|
302
|
+
"1": any;
|
|
303
|
+
"2": any;
|
|
304
|
+
"3": any;
|
|
305
|
+
"4": any;
|
|
306
|
+
"5": any;
|
|
307
|
+
"6": any;
|
|
308
|
+
"7": any;
|
|
309
|
+
"8": any;
|
|
310
|
+
"9": any;
|
|
311
|
+
};
|
|
312
|
+
fontSizes: {
|
|
313
|
+
xs: any;
|
|
314
|
+
sm: any;
|
|
315
|
+
md: any;
|
|
316
|
+
lg: any;
|
|
317
|
+
xl: any;
|
|
318
|
+
"2xl": any;
|
|
319
|
+
"3xl": any;
|
|
320
|
+
"4xl": any;
|
|
321
|
+
};
|
|
322
|
+
fonts: {
|
|
323
|
+
sans: any;
|
|
324
|
+
mono: any;
|
|
325
|
+
display: any;
|
|
326
|
+
body: any;
|
|
327
|
+
};
|
|
328
|
+
sizes: {
|
|
329
|
+
"0": any;
|
|
330
|
+
"1": any;
|
|
331
|
+
"2": any;
|
|
332
|
+
"3": any;
|
|
333
|
+
"4": any;
|
|
334
|
+
"5": any;
|
|
335
|
+
"6": any;
|
|
336
|
+
"7": any;
|
|
337
|
+
"8": any;
|
|
338
|
+
};
|
|
339
|
+
radii: {
|
|
340
|
+
"0": any;
|
|
341
|
+
"1": any;
|
|
342
|
+
"2": any;
|
|
343
|
+
"3": any;
|
|
344
|
+
round: any;
|
|
345
|
+
};
|
|
346
|
+
shadows: {
|
|
347
|
+
"0": any;
|
|
348
|
+
"1": any;
|
|
349
|
+
"2": any;
|
|
350
|
+
"3": any;
|
|
351
|
+
};
|
|
352
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
353
|
+
bg: (value: PropertyValue<'background'>) => {
|
|
354
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
355
|
+
};
|
|
356
|
+
size: (value: ScaleValue<'size'> | number | string) => {
|
|
357
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
358
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
359
|
+
};
|
|
360
|
+
p: (value: ScaleValue<'space'> | number | string) => {
|
|
361
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
362
|
+
};
|
|
363
|
+
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
364
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
365
|
+
};
|
|
366
|
+
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
367
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
368
|
+
};
|
|
369
|
+
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
370
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
371
|
+
};
|
|
372
|
+
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
373
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
374
|
+
};
|
|
375
|
+
px: (value: ScaleValue<'space'> | number | string) => {
|
|
376
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
377
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
378
|
+
};
|
|
379
|
+
py: (value: ScaleValue<'space'> | number | string) => {
|
|
380
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
381
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
382
|
+
};
|
|
383
|
+
m: (value: ScaleValue<'space'> | number | string) => {
|
|
384
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
385
|
+
};
|
|
386
|
+
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
387
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
388
|
+
};
|
|
389
|
+
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
390
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
391
|
+
};
|
|
392
|
+
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
393
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
394
|
+
};
|
|
395
|
+
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
396
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
397
|
+
};
|
|
398
|
+
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
399
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
400
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
401
|
+
};
|
|
402
|
+
my: (value: ScaleValue<'space'> | number | string) => {
|
|
403
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
404
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
405
|
+
};
|
|
406
|
+
}>;
|
|
407
|
+
} & import("@stitches/react/types/stitches").CssFunctionType<{
|
|
350
408
|
sm: string;
|
|
351
409
|
md: string;
|
|
352
410
|
lg: string;
|
|
@@ -461,134 +519,59 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
461
519
|
};
|
|
462
520
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
463
521
|
bg: (value: PropertyValue<'background'>) => {
|
|
464
|
-
background:
|
|
465
|
-
readonly [$$PropertyValue]: "background";
|
|
466
|
-
};
|
|
467
|
-
};
|
|
468
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
469
|
-
top: string | number | {
|
|
470
|
-
readonly [$$ScaleValue]: "space";
|
|
471
|
-
};
|
|
472
|
-
right: string | number | {
|
|
473
|
-
readonly [$$ScaleValue]: "space";
|
|
474
|
-
};
|
|
475
|
-
bottom: string | number | {
|
|
476
|
-
readonly [$$ScaleValue]: "space";
|
|
477
|
-
};
|
|
478
|
-
left: string | number | {
|
|
479
|
-
readonly [$$ScaleValue]: "space";
|
|
480
|
-
};
|
|
522
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
481
523
|
};
|
|
482
524
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
483
|
-
height: string | number |
|
|
484
|
-
|
|
485
|
-
};
|
|
486
|
-
width: string | number | {
|
|
487
|
-
readonly [$$ScaleValue]: "size";
|
|
488
|
-
};
|
|
525
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
526
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
489
527
|
};
|
|
490
528
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
491
|
-
padding: string | number |
|
|
492
|
-
readonly [$$ScaleValue]: "space";
|
|
493
|
-
};
|
|
529
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
494
530
|
};
|
|
495
531
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
496
|
-
paddingTop: string | number |
|
|
497
|
-
readonly [$$ScaleValue]: "space";
|
|
498
|
-
};
|
|
532
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
499
533
|
};
|
|
500
534
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
501
|
-
paddingRight: string | number |
|
|
502
|
-
readonly [$$ScaleValue]: "space";
|
|
503
|
-
};
|
|
535
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
504
536
|
};
|
|
505
537
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
506
|
-
paddingBottom: string | number |
|
|
507
|
-
readonly [$$ScaleValue]: "space";
|
|
508
|
-
};
|
|
538
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
509
539
|
};
|
|
510
540
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
511
|
-
paddingLeft: string | number |
|
|
512
|
-
readonly [$$ScaleValue]: "space";
|
|
513
|
-
};
|
|
541
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
514
542
|
};
|
|
515
543
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
516
|
-
paddingLeft: string | number |
|
|
517
|
-
|
|
518
|
-
};
|
|
519
|
-
paddingRight: string | number | {
|
|
520
|
-
readonly [$$ScaleValue]: "space";
|
|
521
|
-
};
|
|
544
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
545
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
522
546
|
};
|
|
523
547
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
524
|
-
paddingTop: string | number |
|
|
525
|
-
|
|
526
|
-
};
|
|
527
|
-
paddingBottom: string | number | {
|
|
528
|
-
readonly [$$ScaleValue]: "space";
|
|
529
|
-
};
|
|
548
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
549
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
530
550
|
};
|
|
531
551
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
532
|
-
margin: string | number |
|
|
533
|
-
readonly [$$ScaleValue]: "space";
|
|
534
|
-
};
|
|
552
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
535
553
|
};
|
|
536
554
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
537
|
-
marginTop: string | number |
|
|
538
|
-
readonly [$$ScaleValue]: "space";
|
|
539
|
-
};
|
|
555
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
540
556
|
};
|
|
541
557
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
542
|
-
marginRight: string | number |
|
|
543
|
-
readonly [$$ScaleValue]: "space";
|
|
544
|
-
};
|
|
558
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
545
559
|
};
|
|
546
560
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
547
|
-
marginBottom: string | number |
|
|
548
|
-
readonly [$$ScaleValue]: "space";
|
|
549
|
-
};
|
|
561
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
550
562
|
};
|
|
551
563
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
552
|
-
marginLeft: string | number |
|
|
553
|
-
readonly [$$ScaleValue]: "space";
|
|
554
|
-
};
|
|
564
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
555
565
|
};
|
|
556
566
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
557
|
-
marginLeft: string | number |
|
|
558
|
-
|
|
559
|
-
};
|
|
560
|
-
marginRight: string | number | {
|
|
561
|
-
readonly [$$ScaleValue]: "space";
|
|
562
|
-
};
|
|
567
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
568
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
563
569
|
};
|
|
564
570
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
565
|
-
marginTop: string | number |
|
|
566
|
-
|
|
567
|
-
};
|
|
568
|
-
marginBottom: string | number | {
|
|
569
|
-
readonly [$$ScaleValue]: "space";
|
|
570
|
-
};
|
|
571
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
572
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
571
573
|
};
|
|
572
|
-
}
|
|
573
|
-
variants?: {
|
|
574
|
-
[x: string]: {
|
|
575
|
-
[x: string]: CSS_1;
|
|
576
|
-
[x: number]: CSS_1;
|
|
577
|
-
};
|
|
578
|
-
} | undefined;
|
|
579
|
-
compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
|
|
580
|
-
css: CSS_1;
|
|
581
|
-
})[] | undefined;
|
|
582
|
-
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
|
|
583
|
-
} & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
584
|
-
sm: string;
|
|
585
|
-
md: string;
|
|
586
|
-
lg: string;
|
|
587
|
-
xl: string;
|
|
588
|
-
reducedMotion: string;
|
|
589
|
-
allowMotion: string;
|
|
590
|
-
hover: string;
|
|
591
|
-
}, CSS_1>, getCssText: () => string, createTheme: <Argument0 extends string | ({
|
|
574
|
+
}>, getCssText: () => string, createTheme: <Argument0 extends string | ({
|
|
592
575
|
colors?: {
|
|
593
576
|
textForeground?: string | number | boolean | undefined;
|
|
594
577
|
textSubtle?: string | number | boolean | undefined;
|
|
@@ -932,113 +915,57 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
932
915
|
};
|
|
933
916
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
934
917
|
bg: (value: PropertyValue<'background'>) => {
|
|
935
|
-
background:
|
|
936
|
-
readonly [$$PropertyValue]: "background";
|
|
937
|
-
};
|
|
938
|
-
};
|
|
939
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
940
|
-
top: string | number | {
|
|
941
|
-
readonly [$$ScaleValue]: "space";
|
|
942
|
-
};
|
|
943
|
-
right: string | number | {
|
|
944
|
-
readonly [$$ScaleValue]: "space";
|
|
945
|
-
};
|
|
946
|
-
bottom: string | number | {
|
|
947
|
-
readonly [$$ScaleValue]: "space";
|
|
948
|
-
};
|
|
949
|
-
left: string | number | {
|
|
950
|
-
readonly [$$ScaleValue]: "space";
|
|
951
|
-
};
|
|
918
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
952
919
|
};
|
|
953
920
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
954
|
-
height: string | number |
|
|
955
|
-
|
|
956
|
-
};
|
|
957
|
-
width: string | number | {
|
|
958
|
-
readonly [$$ScaleValue]: "size";
|
|
959
|
-
};
|
|
921
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
922
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
960
923
|
};
|
|
961
924
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
962
|
-
padding: string | number |
|
|
963
|
-
readonly [$$ScaleValue]: "space";
|
|
964
|
-
};
|
|
925
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
965
926
|
};
|
|
966
927
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
967
|
-
paddingTop: string | number |
|
|
968
|
-
readonly [$$ScaleValue]: "space";
|
|
969
|
-
};
|
|
928
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
970
929
|
};
|
|
971
930
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
972
|
-
paddingRight: string | number |
|
|
973
|
-
readonly [$$ScaleValue]: "space";
|
|
974
|
-
};
|
|
931
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
975
932
|
};
|
|
976
933
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
977
|
-
paddingBottom: string | number |
|
|
978
|
-
readonly [$$ScaleValue]: "space";
|
|
979
|
-
};
|
|
934
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
980
935
|
};
|
|
981
936
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
982
|
-
paddingLeft: string | number |
|
|
983
|
-
readonly [$$ScaleValue]: "space";
|
|
984
|
-
};
|
|
937
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
985
938
|
};
|
|
986
939
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
987
|
-
paddingLeft: string | number |
|
|
988
|
-
|
|
989
|
-
};
|
|
990
|
-
paddingRight: string | number | {
|
|
991
|
-
readonly [$$ScaleValue]: "space";
|
|
992
|
-
};
|
|
940
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
941
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
993
942
|
};
|
|
994
943
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
995
|
-
paddingTop: string | number |
|
|
996
|
-
|
|
997
|
-
};
|
|
998
|
-
paddingBottom: string | number | {
|
|
999
|
-
readonly [$$ScaleValue]: "space";
|
|
1000
|
-
};
|
|
944
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
945
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1001
946
|
};
|
|
1002
947
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1003
|
-
margin: string | number |
|
|
1004
|
-
readonly [$$ScaleValue]: "space";
|
|
1005
|
-
};
|
|
948
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1006
949
|
};
|
|
1007
950
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1008
|
-
marginTop: string | number |
|
|
1009
|
-
readonly [$$ScaleValue]: "space";
|
|
1010
|
-
};
|
|
951
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1011
952
|
};
|
|
1012
953
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1013
|
-
marginRight: string | number |
|
|
1014
|
-
readonly [$$ScaleValue]: "space";
|
|
1015
|
-
};
|
|
954
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1016
955
|
};
|
|
1017
956
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1018
|
-
marginBottom: string | number |
|
|
1019
|
-
readonly [$$ScaleValue]: "space";
|
|
1020
|
-
};
|
|
957
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1021
958
|
};
|
|
1022
959
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1023
|
-
marginLeft: string | number |
|
|
1024
|
-
readonly [$$ScaleValue]: "space";
|
|
1025
|
-
};
|
|
960
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1026
961
|
};
|
|
1027
962
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1028
|
-
marginLeft: string | number |
|
|
1029
|
-
|
|
1030
|
-
};
|
|
1031
|
-
marginRight: string | number | {
|
|
1032
|
-
readonly [$$ScaleValue]: "space";
|
|
1033
|
-
};
|
|
963
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
964
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1034
965
|
};
|
|
1035
966
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1036
|
-
marginTop: string | number |
|
|
1037
|
-
|
|
1038
|
-
};
|
|
1039
|
-
marginBottom: string | number | {
|
|
1040
|
-
readonly [$$ScaleValue]: "space";
|
|
1041
|
-
};
|
|
967
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
968
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1042
969
|
};
|
|
1043
970
|
}>;
|
|
1044
971
|
} : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1156,113 +1083,57 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
1156
1083
|
};
|
|
1157
1084
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1158
1085
|
bg: (value: PropertyValue<'background'>) => {
|
|
1159
|
-
background:
|
|
1160
|
-
readonly [$$PropertyValue]: "background";
|
|
1161
|
-
};
|
|
1162
|
-
};
|
|
1163
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
1164
|
-
top: string | number | {
|
|
1165
|
-
readonly [$$ScaleValue]: "space";
|
|
1166
|
-
};
|
|
1167
|
-
right: string | number | {
|
|
1168
|
-
readonly [$$ScaleValue]: "space";
|
|
1169
|
-
};
|
|
1170
|
-
bottom: string | number | {
|
|
1171
|
-
readonly [$$ScaleValue]: "space";
|
|
1172
|
-
};
|
|
1173
|
-
left: string | number | {
|
|
1174
|
-
readonly [$$ScaleValue]: "space";
|
|
1175
|
-
};
|
|
1086
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1176
1087
|
};
|
|
1177
1088
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
1178
|
-
height: string | number |
|
|
1179
|
-
|
|
1180
|
-
};
|
|
1181
|
-
width: string | number | {
|
|
1182
|
-
readonly [$$ScaleValue]: "size";
|
|
1183
|
-
};
|
|
1089
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1090
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1184
1091
|
};
|
|
1185
1092
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
1186
|
-
padding: string | number |
|
|
1187
|
-
readonly [$$ScaleValue]: "space";
|
|
1188
|
-
};
|
|
1093
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1189
1094
|
};
|
|
1190
1095
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
1191
|
-
paddingTop: string | number |
|
|
1192
|
-
readonly [$$ScaleValue]: "space";
|
|
1193
|
-
};
|
|
1096
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1194
1097
|
};
|
|
1195
1098
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
1196
|
-
paddingRight: string | number |
|
|
1197
|
-
readonly [$$ScaleValue]: "space";
|
|
1198
|
-
};
|
|
1099
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1199
1100
|
};
|
|
1200
1101
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
1201
|
-
paddingBottom: string | number |
|
|
1202
|
-
readonly [$$ScaleValue]: "space";
|
|
1203
|
-
};
|
|
1102
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1204
1103
|
};
|
|
1205
1104
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
1206
|
-
paddingLeft: string | number |
|
|
1207
|
-
readonly [$$ScaleValue]: "space";
|
|
1208
|
-
};
|
|
1105
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1209
1106
|
};
|
|
1210
1107
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
1211
|
-
paddingLeft: string | number |
|
|
1212
|
-
|
|
1213
|
-
};
|
|
1214
|
-
paddingRight: string | number | {
|
|
1215
|
-
readonly [$$ScaleValue]: "space";
|
|
1216
|
-
};
|
|
1108
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1109
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1217
1110
|
};
|
|
1218
1111
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
1219
|
-
paddingTop: string | number |
|
|
1220
|
-
|
|
1221
|
-
};
|
|
1222
|
-
paddingBottom: string | number | {
|
|
1223
|
-
readonly [$$ScaleValue]: "space";
|
|
1224
|
-
};
|
|
1112
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1113
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1225
1114
|
};
|
|
1226
1115
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1227
|
-
margin: string | number |
|
|
1228
|
-
readonly [$$ScaleValue]: "space";
|
|
1229
|
-
};
|
|
1116
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1230
1117
|
};
|
|
1231
1118
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1232
|
-
marginTop: string | number |
|
|
1233
|
-
readonly [$$ScaleValue]: "space";
|
|
1234
|
-
};
|
|
1119
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1235
1120
|
};
|
|
1236
1121
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1237
|
-
marginRight: string | number |
|
|
1238
|
-
readonly [$$ScaleValue]: "space";
|
|
1239
|
-
};
|
|
1122
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1240
1123
|
};
|
|
1241
1124
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1242
|
-
marginBottom: string | number |
|
|
1243
|
-
readonly [$$ScaleValue]: "space";
|
|
1244
|
-
};
|
|
1125
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1245
1126
|
};
|
|
1246
1127
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1247
|
-
marginLeft: string | number |
|
|
1248
|
-
readonly [$$ScaleValue]: "space";
|
|
1249
|
-
};
|
|
1128
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1250
1129
|
};
|
|
1251
1130
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1252
|
-
marginLeft: string | number |
|
|
1253
|
-
|
|
1254
|
-
};
|
|
1255
|
-
marginRight: string | number | {
|
|
1256
|
-
readonly [$$ScaleValue]: "space";
|
|
1257
|
-
};
|
|
1131
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1132
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1258
1133
|
};
|
|
1259
1134
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1260
|
-
marginTop: string | number |
|
|
1261
|
-
|
|
1262
|
-
};
|
|
1263
|
-
marginBottom: string | number | {
|
|
1264
|
-
readonly [$$ScaleValue]: "space";
|
|
1265
|
-
};
|
|
1135
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1136
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1266
1137
|
};
|
|
1267
1138
|
}>; })[]) => () => string, keyframes: (style: {
|
|
1268
1139
|
[offset: string]: import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1380,363 +1251,236 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
1380
1251
|
};
|
|
1381
1252
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1382
1253
|
bg: (value: PropertyValue<'background'>) => {
|
|
1383
|
-
background:
|
|
1384
|
-
readonly [$$PropertyValue]: "background";
|
|
1385
|
-
};
|
|
1386
|
-
};
|
|
1387
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
1388
|
-
top: string | number | {
|
|
1389
|
-
readonly [$$ScaleValue]: "space";
|
|
1390
|
-
};
|
|
1391
|
-
right: string | number | {
|
|
1392
|
-
readonly [$$ScaleValue]: "space";
|
|
1393
|
-
};
|
|
1394
|
-
bottom: string | number | {
|
|
1395
|
-
readonly [$$ScaleValue]: "space";
|
|
1396
|
-
};
|
|
1397
|
-
left: string | number | {
|
|
1398
|
-
readonly [$$ScaleValue]: "space";
|
|
1399
|
-
};
|
|
1254
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1400
1255
|
};
|
|
1401
1256
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
1402
|
-
height: string | number |
|
|
1403
|
-
|
|
1404
|
-
};
|
|
1405
|
-
width: string | number | {
|
|
1406
|
-
readonly [$$ScaleValue]: "size";
|
|
1407
|
-
};
|
|
1257
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1258
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1408
1259
|
};
|
|
1409
1260
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
1410
|
-
padding: string | number |
|
|
1411
|
-
readonly [$$ScaleValue]: "space";
|
|
1412
|
-
};
|
|
1261
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1413
1262
|
};
|
|
1414
1263
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
1415
|
-
paddingTop: string | number |
|
|
1416
|
-
readonly [$$ScaleValue]: "space";
|
|
1417
|
-
};
|
|
1264
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1418
1265
|
};
|
|
1419
1266
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
1420
|
-
paddingRight: string | number |
|
|
1421
|
-
readonly [$$ScaleValue]: "space";
|
|
1422
|
-
};
|
|
1267
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1423
1268
|
};
|
|
1424
1269
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
1425
|
-
paddingBottom: string | number |
|
|
1426
|
-
readonly [$$ScaleValue]: "space";
|
|
1427
|
-
};
|
|
1270
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1428
1271
|
};
|
|
1429
1272
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
1430
|
-
paddingLeft: string | number |
|
|
1431
|
-
readonly [$$ScaleValue]: "space";
|
|
1432
|
-
};
|
|
1273
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1433
1274
|
};
|
|
1434
1275
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
1435
|
-
paddingLeft: string | number |
|
|
1436
|
-
|
|
1437
|
-
};
|
|
1438
|
-
paddingRight: string | number | {
|
|
1439
|
-
readonly [$$ScaleValue]: "space";
|
|
1440
|
-
};
|
|
1276
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1277
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1441
1278
|
};
|
|
1442
1279
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
1443
|
-
paddingTop: string | number |
|
|
1444
|
-
|
|
1445
|
-
};
|
|
1446
|
-
paddingBottom: string | number | {
|
|
1447
|
-
readonly [$$ScaleValue]: "space";
|
|
1448
|
-
};
|
|
1280
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1281
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1449
1282
|
};
|
|
1450
1283
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1451
|
-
margin: string | number |
|
|
1452
|
-
readonly [$$ScaleValue]: "space";
|
|
1453
|
-
};
|
|
1284
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1454
1285
|
};
|
|
1455
1286
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1456
|
-
marginTop: string | number |
|
|
1457
|
-
readonly [$$ScaleValue]: "space";
|
|
1458
|
-
};
|
|
1287
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1459
1288
|
};
|
|
1460
1289
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1461
|
-
marginRight: string | number |
|
|
1462
|
-
readonly [$$ScaleValue]: "space";
|
|
1463
|
-
};
|
|
1290
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1464
1291
|
};
|
|
1465
1292
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1466
|
-
marginBottom: string | number |
|
|
1467
|
-
readonly [$$ScaleValue]: "space";
|
|
1468
|
-
};
|
|
1293
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1469
1294
|
};
|
|
1470
1295
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1471
|
-
marginLeft: string | number |
|
|
1472
|
-
readonly [$$ScaleValue]: "space";
|
|
1473
|
-
};
|
|
1296
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1474
1297
|
};
|
|
1475
1298
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1476
|
-
marginLeft: string | number |
|
|
1477
|
-
|
|
1478
|
-
};
|
|
1479
|
-
marginRight: string | number | {
|
|
1480
|
-
readonly [$$ScaleValue]: "space";
|
|
1481
|
-
};
|
|
1299
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1300
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1482
1301
|
};
|
|
1483
1302
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1484
|
-
marginTop: string | number |
|
|
1485
|
-
|
|
1486
|
-
};
|
|
1487
|
-
marginBottom: string | number | {
|
|
1488
|
-
readonly [$$ScaleValue]: "space";
|
|
1489
|
-
};
|
|
1303
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1304
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1490
1305
|
};
|
|
1491
1306
|
}>;
|
|
1492
1307
|
}) => {
|
|
1493
1308
|
(): string;
|
|
1494
1309
|
name: string;
|
|
1495
|
-
}, styled:
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
"1": any;
|
|
1561
|
-
"2": any;
|
|
1562
|
-
"3": any;
|
|
1563
|
-
"4": any;
|
|
1564
|
-
"5": any;
|
|
1565
|
-
"6": any;
|
|
1566
|
-
"7": any;
|
|
1567
|
-
"8": any;
|
|
1568
|
-
"9": any;
|
|
1569
|
-
};
|
|
1570
|
-
fontSizes: {
|
|
1571
|
-
xs: any;
|
|
1572
|
-
sm: any;
|
|
1573
|
-
md: any;
|
|
1574
|
-
lg: any;
|
|
1575
|
-
xl: any;
|
|
1576
|
-
"2xl": any;
|
|
1577
|
-
"3xl": any;
|
|
1578
|
-
"4xl": any;
|
|
1579
|
-
};
|
|
1580
|
-
fonts: {
|
|
1581
|
-
sans: any;
|
|
1582
|
-
mono: any;
|
|
1583
|
-
display: any;
|
|
1584
|
-
body: any;
|
|
1585
|
-
};
|
|
1586
|
-
sizes: {
|
|
1587
|
-
"0": any;
|
|
1588
|
-
"1": any;
|
|
1589
|
-
"2": any;
|
|
1590
|
-
"3": any;
|
|
1591
|
-
"4": any;
|
|
1592
|
-
"5": any;
|
|
1593
|
-
"6": any;
|
|
1594
|
-
"7": any;
|
|
1595
|
-
"8": any;
|
|
1596
|
-
};
|
|
1597
|
-
radii: {
|
|
1598
|
-
"0": any;
|
|
1599
|
-
"1": any;
|
|
1600
|
-
"2": any;
|
|
1601
|
-
"3": any;
|
|
1602
|
-
round: any;
|
|
1603
|
-
};
|
|
1604
|
-
shadows: {
|
|
1605
|
-
"0": any;
|
|
1606
|
-
"1": any;
|
|
1607
|
-
"2": any;
|
|
1608
|
-
"3": any;
|
|
1609
|
-
};
|
|
1610
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1611
|
-
bg: (value: PropertyValue<'background'>) => {
|
|
1612
|
-
background: {
|
|
1613
|
-
readonly [$$PropertyValue]: "background";
|
|
1614
|
-
};
|
|
1615
|
-
};
|
|
1616
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
1617
|
-
top: string | number | {
|
|
1618
|
-
readonly [$$ScaleValue]: "space";
|
|
1619
|
-
};
|
|
1620
|
-
right: string | number | {
|
|
1621
|
-
readonly [$$ScaleValue]: "space";
|
|
1622
|
-
};
|
|
1623
|
-
bottom: string | number | {
|
|
1624
|
-
readonly [$$ScaleValue]: "space";
|
|
1310
|
+
}, styled: {
|
|
1311
|
+
withConfig: (config: {
|
|
1312
|
+
componentId?: string | undefined;
|
|
1313
|
+
displayName?: string | undefined;
|
|
1314
|
+
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
|
1315
|
+
}) => import("@stitches/react/types/stitches").StyledFunctionType<{
|
|
1316
|
+
sm: string;
|
|
1317
|
+
md: string;
|
|
1318
|
+
lg: string;
|
|
1319
|
+
xl: string;
|
|
1320
|
+
reducedMotion: string;
|
|
1321
|
+
allowMotion: string;
|
|
1322
|
+
hover: string;
|
|
1323
|
+
}, {
|
|
1324
|
+
colors: {
|
|
1325
|
+
textForeground: any;
|
|
1326
|
+
textSubtle: any;
|
|
1327
|
+
textPlaceholder: any;
|
|
1328
|
+
background: any;
|
|
1329
|
+
backgroundAccent: any;
|
|
1330
|
+
tonal50: any;
|
|
1331
|
+
tonal100: any;
|
|
1332
|
+
tonal200: any;
|
|
1333
|
+
tonal300: any;
|
|
1334
|
+
tonal400: any;
|
|
1335
|
+
tonal500: any;
|
|
1336
|
+
tonal600: any;
|
|
1337
|
+
alpha100: any;
|
|
1338
|
+
alpha150: any;
|
|
1339
|
+
alpha200: any;
|
|
1340
|
+
alpha250: any;
|
|
1341
|
+
alpha600: any;
|
|
1342
|
+
primaryLight: any;
|
|
1343
|
+
primary: any;
|
|
1344
|
+
primaryMid: any;
|
|
1345
|
+
primaryDark: any;
|
|
1346
|
+
secondary: any;
|
|
1347
|
+
brandRed: any;
|
|
1348
|
+
brandRedAccent: any;
|
|
1349
|
+
brandGreen: any;
|
|
1350
|
+
brandGreenAccent: any;
|
|
1351
|
+
brandPurple: any;
|
|
1352
|
+
brandPurpleAccent: any;
|
|
1353
|
+
brandYellow: any;
|
|
1354
|
+
brandYellowAccent: any;
|
|
1355
|
+
successLight: any;
|
|
1356
|
+
success: any;
|
|
1357
|
+
successMid: any;
|
|
1358
|
+
successDark: any;
|
|
1359
|
+
dangerLight: any;
|
|
1360
|
+
danger: any;
|
|
1361
|
+
dangerMid: any;
|
|
1362
|
+
dangerDark: any;
|
|
1363
|
+
warningLight: any;
|
|
1364
|
+
warning: any;
|
|
1365
|
+
warningMid: any;
|
|
1366
|
+
warningDark: any;
|
|
1367
|
+
warningText: any;
|
|
1368
|
+
subjectEnglish: any;
|
|
1369
|
+
subjectMaths: any;
|
|
1370
|
+
subjectScience: any;
|
|
1371
|
+
subjectVerbalReasoning: any;
|
|
1372
|
+
subjectNonVerbalReasoning: any;
|
|
1373
|
+
subjectCreativeWriting: any;
|
|
1374
|
+
subjectExamSkills: any;
|
|
1625
1375
|
};
|
|
1626
|
-
|
|
1627
|
-
|
|
1376
|
+
space: {
|
|
1377
|
+
"0": any;
|
|
1378
|
+
"1": any;
|
|
1379
|
+
"2": any;
|
|
1380
|
+
"3": any;
|
|
1381
|
+
"4": any;
|
|
1382
|
+
"5": any;
|
|
1383
|
+
"6": any;
|
|
1384
|
+
"7": any;
|
|
1385
|
+
"8": any;
|
|
1386
|
+
"9": any;
|
|
1628
1387
|
};
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1388
|
+
fontSizes: {
|
|
1389
|
+
xs: any;
|
|
1390
|
+
sm: any;
|
|
1391
|
+
md: any;
|
|
1392
|
+
lg: any;
|
|
1393
|
+
xl: any;
|
|
1394
|
+
"2xl": any;
|
|
1395
|
+
"3xl": any;
|
|
1396
|
+
"4xl": any;
|
|
1633
1397
|
};
|
|
1634
|
-
|
|
1635
|
-
|
|
1398
|
+
fonts: {
|
|
1399
|
+
sans: any;
|
|
1400
|
+
mono: any;
|
|
1401
|
+
display: any;
|
|
1402
|
+
body: any;
|
|
1636
1403
|
};
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1404
|
+
sizes: {
|
|
1405
|
+
"0": any;
|
|
1406
|
+
"1": any;
|
|
1407
|
+
"2": any;
|
|
1408
|
+
"3": any;
|
|
1409
|
+
"4": any;
|
|
1410
|
+
"5": any;
|
|
1411
|
+
"6": any;
|
|
1412
|
+
"7": any;
|
|
1413
|
+
"8": any;
|
|
1641
1414
|
};
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1415
|
+
radii: {
|
|
1416
|
+
"0": any;
|
|
1417
|
+
"1": any;
|
|
1418
|
+
"2": any;
|
|
1419
|
+
"3": any;
|
|
1420
|
+
round: any;
|
|
1646
1421
|
};
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1422
|
+
shadows: {
|
|
1423
|
+
"0": any;
|
|
1424
|
+
"1": any;
|
|
1425
|
+
"2": any;
|
|
1426
|
+
"3": any;
|
|
1651
1427
|
};
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
readonly [$$ScaleValue]: "space";
|
|
1428
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1429
|
+
bg: (value: PropertyValue<'background'>) => {
|
|
1430
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1656
1431
|
};
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
readonly [$$ScaleValue]: "space";
|
|
1432
|
+
size: (value: ScaleValue<'size'> | number | string) => {
|
|
1433
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1434
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1661
1435
|
};
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
paddingLeft: string | number | {
|
|
1665
|
-
readonly [$$ScaleValue]: "space";
|
|
1436
|
+
p: (value: ScaleValue<'space'> | number | string) => {
|
|
1437
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1666
1438
|
};
|
|
1667
|
-
|
|
1668
|
-
|
|
1439
|
+
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
1440
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1669
1441
|
};
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
paddingTop: string | number | {
|
|
1673
|
-
readonly [$$ScaleValue]: "space";
|
|
1442
|
+
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
1443
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1674
1444
|
};
|
|
1675
|
-
|
|
1676
|
-
|
|
1445
|
+
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
1446
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1677
1447
|
};
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
margin: string | number | {
|
|
1681
|
-
readonly [$$ScaleValue]: "space";
|
|
1448
|
+
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
1449
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1682
1450
|
};
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
readonly [$$ScaleValue]: "space";
|
|
1451
|
+
px: (value: ScaleValue<'space'> | number | string) => {
|
|
1452
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1453
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1687
1454
|
};
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
readonly [$$ScaleValue]: "space";
|
|
1455
|
+
py: (value: ScaleValue<'space'> | number | string) => {
|
|
1456
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1457
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1692
1458
|
};
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
marginBottom: string | number | {
|
|
1696
|
-
readonly [$$ScaleValue]: "space";
|
|
1459
|
+
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1460
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1697
1461
|
};
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
marginLeft: string | number | {
|
|
1701
|
-
readonly [$$ScaleValue]: "space";
|
|
1462
|
+
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1463
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1702
1464
|
};
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
marginLeft: string | number | {
|
|
1706
|
-
readonly [$$ScaleValue]: "space";
|
|
1465
|
+
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1466
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1707
1467
|
};
|
|
1708
|
-
|
|
1709
|
-
|
|
1468
|
+
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1469
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1710
1470
|
};
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
marginTop: string | number | {
|
|
1714
|
-
readonly [$$ScaleValue]: "space";
|
|
1471
|
+
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1472
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1715
1473
|
};
|
|
1716
|
-
|
|
1717
|
-
|
|
1474
|
+
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1475
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1476
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1718
1477
|
};
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
[x: string]: {
|
|
1723
|
-
[x: string]: CSS_1;
|
|
1724
|
-
[x: number]: CSS_1;
|
|
1478
|
+
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1479
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1480
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1725
1481
|
};
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
css: CSS_1;
|
|
1729
|
-
})[] | undefined;
|
|
1730
|
-
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
|
|
1731
|
-
} & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
1732
|
-
sm: string;
|
|
1733
|
-
md: string;
|
|
1734
|
-
lg: string;
|
|
1735
|
-
xl: string;
|
|
1736
|
-
reducedMotion: string;
|
|
1737
|
-
allowMotion: string;
|
|
1738
|
-
hover: string;
|
|
1739
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
1482
|
+
}>;
|
|
1483
|
+
} & import("@stitches/react/types/stitches").StyledFunctionType<{
|
|
1740
1484
|
sm: string;
|
|
1741
1485
|
md: string;
|
|
1742
1486
|
lg: string;
|
|
@@ -1851,115 +1595,59 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
1851
1595
|
};
|
|
1852
1596
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1853
1597
|
bg: (value: PropertyValue<'background'>) => {
|
|
1854
|
-
background:
|
|
1855
|
-
readonly [$$PropertyValue]: "background";
|
|
1856
|
-
};
|
|
1857
|
-
};
|
|
1858
|
-
inset: (value: ScaleValue<'space'> | number | string) => {
|
|
1859
|
-
top: string | number | {
|
|
1860
|
-
readonly [$$ScaleValue]: "space";
|
|
1861
|
-
};
|
|
1862
|
-
right: string | number | {
|
|
1863
|
-
readonly [$$ScaleValue]: "space";
|
|
1864
|
-
};
|
|
1865
|
-
bottom: string | number | {
|
|
1866
|
-
readonly [$$ScaleValue]: "space";
|
|
1867
|
-
};
|
|
1868
|
-
left: string | number | {
|
|
1869
|
-
readonly [$$ScaleValue]: "space";
|
|
1870
|
-
};
|
|
1598
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1871
1599
|
};
|
|
1872
1600
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
1873
|
-
height: string | number |
|
|
1874
|
-
|
|
1875
|
-
};
|
|
1876
|
-
width: string | number | {
|
|
1877
|
-
readonly [$$ScaleValue]: "size";
|
|
1878
|
-
};
|
|
1601
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1602
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1879
1603
|
};
|
|
1880
1604
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
1881
|
-
padding: string | number |
|
|
1882
|
-
readonly [$$ScaleValue]: "space";
|
|
1883
|
-
};
|
|
1605
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1884
1606
|
};
|
|
1885
1607
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
1886
|
-
paddingTop: string | number |
|
|
1887
|
-
readonly [$$ScaleValue]: "space";
|
|
1888
|
-
};
|
|
1608
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1889
1609
|
};
|
|
1890
1610
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
1891
|
-
paddingRight: string | number |
|
|
1892
|
-
readonly [$$ScaleValue]: "space";
|
|
1893
|
-
};
|
|
1611
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1894
1612
|
};
|
|
1895
1613
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
1896
|
-
paddingBottom: string | number |
|
|
1897
|
-
readonly [$$ScaleValue]: "space";
|
|
1898
|
-
};
|
|
1614
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1899
1615
|
};
|
|
1900
1616
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
1901
|
-
paddingLeft: string | number |
|
|
1902
|
-
readonly [$$ScaleValue]: "space";
|
|
1903
|
-
};
|
|
1617
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1904
1618
|
};
|
|
1905
1619
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
1906
|
-
paddingLeft: string | number |
|
|
1907
|
-
|
|
1908
|
-
};
|
|
1909
|
-
paddingRight: string | number | {
|
|
1910
|
-
readonly [$$ScaleValue]: "space";
|
|
1911
|
-
};
|
|
1620
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1621
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1912
1622
|
};
|
|
1913
1623
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
1914
|
-
paddingTop: string | number |
|
|
1915
|
-
|
|
1916
|
-
};
|
|
1917
|
-
paddingBottom: string | number | {
|
|
1918
|
-
readonly [$$ScaleValue]: "space";
|
|
1919
|
-
};
|
|
1624
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1625
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1920
1626
|
};
|
|
1921
1627
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1922
|
-
margin: string | number |
|
|
1923
|
-
readonly [$$ScaleValue]: "space";
|
|
1924
|
-
};
|
|
1628
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1925
1629
|
};
|
|
1926
1630
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1927
|
-
marginTop: string | number |
|
|
1928
|
-
readonly [$$ScaleValue]: "space";
|
|
1929
|
-
};
|
|
1631
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1930
1632
|
};
|
|
1931
1633
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1932
|
-
marginRight: string | number |
|
|
1933
|
-
readonly [$$ScaleValue]: "space";
|
|
1934
|
-
};
|
|
1634
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1935
1635
|
};
|
|
1936
1636
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1937
|
-
marginBottom: string | number |
|
|
1938
|
-
readonly [$$ScaleValue]: "space";
|
|
1939
|
-
};
|
|
1637
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1940
1638
|
};
|
|
1941
1639
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1942
|
-
marginLeft: string | number |
|
|
1943
|
-
readonly [$$ScaleValue]: "space";
|
|
1944
|
-
};
|
|
1640
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1945
1641
|
};
|
|
1946
1642
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1947
|
-
marginLeft: string | number |
|
|
1948
|
-
|
|
1949
|
-
};
|
|
1950
|
-
marginRight: string | number | {
|
|
1951
|
-
readonly [$$ScaleValue]: "space";
|
|
1952
|
-
};
|
|
1643
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1644
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1953
1645
|
};
|
|
1954
1646
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1955
|
-
marginTop: string | number |
|
|
1956
|
-
|
|
1957
|
-
};
|
|
1958
|
-
marginBottom: string | number | {
|
|
1959
|
-
readonly [$$ScaleValue]: "space";
|
|
1960
|
-
};
|
|
1647
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1648
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1961
1649
|
};
|
|
1962
|
-
}
|
|
1650
|
+
}>, theme: string & {
|
|
1963
1651
|
className: string;
|
|
1964
1652
|
selector: string;
|
|
1965
1653
|
} & {
|