@atom-learning/components 1.0.0-rc.3 → 1.0.1

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.
Files changed (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/action-icon/ActionIcon.d.ts +129 -43
  3. package/dist/components/alert-dialog/AlertDialog.d.ts +128 -42
  4. package/dist/components/alert-dialog/AlertDialogContent.d.ts +128 -42
  5. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  6. package/dist/components/box/Box.d.ts +128 -42
  7. package/dist/components/button/Button.d.ts +128 -42
  8. package/dist/components/button/Button.js +1 -1
  9. package/dist/components/carousel/Carousel.js +1 -1
  10. package/dist/components/carousel/CarouselPagination.d.ts +128 -42
  11. package/dist/components/carousel/CarouselSlide.d.ts +128 -42
  12. package/dist/components/carousel/CarouselSlider.d.ts +128 -42
  13. package/dist/components/checkbox/Checkbox.d.ts +128 -42
  14. package/dist/components/combobox/Combobox.d.ts +128 -42
  15. package/dist/components/combobox/ComboboxInput.d.ts +128 -42
  16. package/dist/components/combobox/ComboboxInput.js +1 -1
  17. package/dist/components/combobox/ComboboxList.d.ts +128 -42
  18. package/dist/components/combobox/ComboboxOption.d.ts +128 -42
  19. package/dist/components/combobox/ComboboxPopover.d.ts +128 -42
  20. package/dist/components/dialog/Dialog.d.ts +128 -42
  21. package/dist/components/dialog/DialogClose.d.ts +128 -42
  22. package/dist/components/dialog/DialogContent.d.ts +128 -42
  23. package/dist/components/dialog/DialogContent.js +1 -1
  24. package/dist/components/divider/Divider.d.ts +134 -43
  25. package/dist/components/divider/Divider.js +1 -1
  26. package/dist/components/dropdown-menu/DropdownMenu.d.ts +128 -42
  27. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +128 -42
  28. package/dist/components/dropdown-menu/DropdownMenuContent.js +1 -1
  29. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +130 -45
  30. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  31. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +128 -42
  32. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  33. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +128 -42
  34. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  35. package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
  36. package/dist/components/flex/Flex.d.ts +128 -42
  37. package/dist/components/form/Form.d.ts +128 -42
  38. package/dist/components/grid/Grid.d.ts +128 -42
  39. package/dist/components/heading/Heading.d.ts +128 -42
  40. package/dist/components/heading/Heading.js +1 -1
  41. package/dist/components/icon/Icon.d.ts +128 -42
  42. package/dist/components/image/Image.d.ts +128 -42
  43. package/dist/components/index.d.ts +5 -4
  44. package/dist/components/input/Input.d.ts +128 -42
  45. package/dist/components/label/Label.d.ts +129 -43
  46. package/dist/components/label/Label.js +1 -1
  47. package/dist/components/link/Link.d.ts +128 -42
  48. package/dist/components/list/List.d.ts +288 -116
  49. package/dist/components/popover/Popover.d.ts +128 -42
  50. package/dist/components/popover/PopoverContent.d.ts +128 -42
  51. package/dist/components/popover/PopoverContent.js +1 -1
  52. package/dist/components/progress-bar/ProgressBar.d.ts +128 -42
  53. package/dist/components/radio-button/RadioButton.d.ts +275 -0
  54. package/dist/components/radio-button/RadioButton.js +1 -0
  55. package/dist/components/radio-button/RadioButtonGroup.d.ts +269 -0
  56. package/dist/components/{radio → radio-button}/RadioButtonGroup.js +0 -0
  57. package/dist/components/{radio → radio-button}/index.d.ts +0 -0
  58. package/dist/components/{radio-field/RadioGroupField.d.ts → radio-button-field/RadioButtonField.d.ts} +2 -2
  59. package/dist/components/radio-button-field/RadioButtonField.js +1 -0
  60. package/dist/components/{radio-field → radio-button-field}/RadioField.d.ts +1 -1
  61. package/dist/components/radio-button-field/RadioField.js +1 -0
  62. package/dist/components/radio-button-field/index.d.ts +1 -0
  63. package/dist/components/radio-card/RadioCard.d.ts +274 -0
  64. package/dist/components/radio-card/RadioCard.js +1 -0
  65. package/dist/components/radio-card/RadioCardGroup.d.ts +9 -0
  66. package/dist/components/radio-card/RadioCardGroup.js +1 -0
  67. package/dist/components/radio-card/index.d.ts +2 -0
  68. package/dist/components/select/Select.d.ts +128 -42
  69. package/dist/components/select/Select.js +1 -1
  70. package/dist/components/stack/Stack.d.ts +128 -42
  71. package/dist/components/stack-content/StackContent.d.ts +128 -42
  72. package/dist/components/switch/Switch.d.ts +128 -42
  73. package/dist/components/switch/Switch.js +1 -1
  74. package/dist/components/table/Table.d.ts +128 -42
  75. package/dist/components/table/TableBody.d.ts +128 -42
  76. package/dist/components/table/TableCell.d.ts +128 -42
  77. package/dist/components/table/TableCell.js +1 -1
  78. package/dist/components/table/TableFooter.d.ts +128 -42
  79. package/dist/components/table/TableFooterCell.d.ts +128 -42
  80. package/dist/components/table/TableFooterCell.js +1 -1
  81. package/dist/components/table/TableHeader.d.ts +128 -42
  82. package/dist/components/table/TableHeaderCell.d.ts +128 -42
  83. package/dist/components/table/TableRow.d.ts +128 -42
  84. package/dist/components/tabs/TabTrigger.d.ts +128 -42
  85. package/dist/components/tabs/TabTrigger.js +1 -1
  86. package/dist/components/tabs/Tabs.d.ts +432 -174
  87. package/dist/components/text/Text.d.ts +128 -42
  88. package/dist/components/text/Text.js +1 -1
  89. package/dist/components/textarea/Textarea.d.ts +128 -42
  90. package/dist/components/toast/Toast.d.ts +128 -42
  91. package/dist/components/toast/Toast.js +1 -1
  92. package/dist/components/tooltip/Tooltip.js +1 -1
  93. package/dist/components/tooltip/TooltipContent.d.ts +128 -42
  94. package/dist/components/tooltip/TooltipContent.js +1 -1
  95. package/dist/components/video/Video.d.ts +128 -42
  96. package/dist/docgen.json +1 -1
  97. package/dist/docs/Divider.mdx +6 -2
  98. package/dist/docs/DropdownMenu.mdx +5 -3
  99. package/dist/docs/RadioButtonField.mdx +19 -0
  100. package/dist/docs/RadioCard.mdx +62 -0
  101. package/dist/index.cjs.js +1 -1
  102. package/dist/index.js +1 -1
  103. package/dist/stitches.d.ts +610 -200
  104. package/dist/stitches.js +1 -1
  105. package/dist/types/navigatorActions.types.d.ts +2 -5
  106. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  107. package/dist/utilities/css-wrapper/CSSWrapper.js +1 -1
  108. package/dist/utilities/style/index.d.ts +3 -2
  109. package/dist/utilities/style/keyframe-animations.d.ts +24 -0
  110. package/dist/utilities/style/keyframe-animations.js +1 -0
  111. package/package.json +21 -20
  112. package/dist/components/radio/RadioButton.d.ts +0 -189
  113. package/dist/components/radio/RadioButton.js +0 -1
  114. package/dist/components/radio/RadioButtonGroup.d.ts +0 -183
  115. package/dist/components/radio-field/RadioField.js +0 -1
  116. package/dist/components/radio-field/RadioGroupField.js +0 -1
  117. package/dist/components/radio-field/index.d.ts +0 -1
  118. package/dist/docs/RadioField.mdx +0 -19
@@ -2,63 +2,113 @@
2
2
  import type * as Stitches from '@stitches/react';
3
3
  export declare const utils: {
4
4
  bg: (value: Stitches.PropertyValue<'background'>) => {
5
- background: Stitches.PropertyValue<"background">;
5
+ background: {
6
+ readonly [$$PropertyValue]: "background";
7
+ };
6
8
  };
7
9
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
8
- top: string | number | Stitches.ScaleValue<"space">;
9
- right: string | number | Stitches.ScaleValue<"space">;
10
- bottom: string | number | Stitches.ScaleValue<"space">;
11
- left: string | number | Stitches.ScaleValue<"space">;
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
+ };
12
22
  };
13
23
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
14
- height: string | number | Stitches.ScaleValue<"size">;
15
- width: string | number | Stitches.ScaleValue<"size">;
24
+ height: string | number | {
25
+ readonly [$$ScaleValue]: "size";
26
+ };
27
+ width: string | number | {
28
+ readonly [$$ScaleValue]: "size";
29
+ };
16
30
  };
17
31
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
18
- padding: string | number | Stitches.ScaleValue<"space">;
32
+ padding: string | number | {
33
+ readonly [$$ScaleValue]: "space";
34
+ };
19
35
  };
20
36
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
21
- paddingTop: string | number | Stitches.ScaleValue<"space">;
37
+ paddingTop: string | number | {
38
+ readonly [$$ScaleValue]: "space";
39
+ };
22
40
  };
23
41
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
24
- paddingRight: string | number | Stitches.ScaleValue<"space">;
42
+ paddingRight: string | number | {
43
+ readonly [$$ScaleValue]: "space";
44
+ };
25
45
  };
26
46
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
27
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
47
+ paddingBottom: string | number | {
48
+ readonly [$$ScaleValue]: "space";
49
+ };
28
50
  };
29
51
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
30
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
52
+ paddingLeft: string | number | {
53
+ readonly [$$ScaleValue]: "space";
54
+ };
31
55
  };
32
56
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
33
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
34
- paddingRight: string | number | Stitches.ScaleValue<"space">;
57
+ paddingLeft: string | number | {
58
+ readonly [$$ScaleValue]: "space";
59
+ };
60
+ paddingRight: string | number | {
61
+ readonly [$$ScaleValue]: "space";
62
+ };
35
63
  };
36
64
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
37
- paddingTop: string | number | Stitches.ScaleValue<"space">;
38
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
65
+ paddingTop: string | number | {
66
+ readonly [$$ScaleValue]: "space";
67
+ };
68
+ paddingBottom: string | number | {
69
+ readonly [$$ScaleValue]: "space";
70
+ };
39
71
  };
40
72
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
41
- margin: string | number | Stitches.ScaleValue<"space">;
73
+ margin: string | number | {
74
+ readonly [$$ScaleValue]: "space";
75
+ };
42
76
  };
43
77
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
44
- marginTop: string | number | Stitches.ScaleValue<"space">;
78
+ marginTop: string | number | {
79
+ readonly [$$ScaleValue]: "space";
80
+ };
45
81
  };
46
82
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
47
- marginRight: string | number | Stitches.ScaleValue<"space">;
83
+ marginRight: string | number | {
84
+ readonly [$$ScaleValue]: "space";
85
+ };
48
86
  };
49
87
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
50
- marginBottom: string | number | Stitches.ScaleValue<"space">;
88
+ marginBottom: string | number | {
89
+ readonly [$$ScaleValue]: "space";
90
+ };
51
91
  };
52
92
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
53
- marginLeft: string | number | Stitches.ScaleValue<"space">;
93
+ marginLeft: string | number | {
94
+ readonly [$$ScaleValue]: "space";
95
+ };
54
96
  };
55
97
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
56
- marginLeft: string | number | Stitches.ScaleValue<"space">;
57
- marginRight: string | number | Stitches.ScaleValue<"space">;
98
+ marginLeft: string | number | {
99
+ readonly [$$ScaleValue]: "space";
100
+ };
101
+ marginRight: string | number | {
102
+ readonly [$$ScaleValue]: "space";
103
+ };
58
104
  };
59
105
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
60
- marginTop: string | number | Stitches.ScaleValue<"space">;
61
- marginBottom: string | number | Stitches.ScaleValue<"space">;
106
+ marginTop: string | number | {
107
+ readonly [$$ScaleValue]: "space";
108
+ };
109
+ marginBottom: string | number | {
110
+ readonly [$$ScaleValue]: "space";
111
+ };
62
112
  };
63
113
  };
64
114
  export declare const media: {
@@ -67,6 +117,7 @@ export declare const media: {
67
117
  lg: string;
68
118
  xl: string;
69
119
  reducedMotion: string;
120
+ allowMotion: string;
70
121
  hover: string;
71
122
  };
72
123
  declare const stitchesConfig: import("@stitches/react/types/stitches").default<"", {
@@ -75,6 +126,7 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
75
126
  lg: string;
76
127
  xl: string;
77
128
  reducedMotion: string;
129
+ allowMotion: string;
78
130
  hover: string;
79
131
  }, {
80
132
  colors: {
@@ -182,63 +234,113 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
182
234
  };
183
235
  }, import("@stitches/react/types/config").DefaultThemeMap, {
184
236
  bg: (value: Stitches.PropertyValue<'background'>) => {
185
- background: Stitches.PropertyValue<"background">;
237
+ background: {
238
+ readonly [$$PropertyValue]: "background";
239
+ };
186
240
  };
187
241
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
188
- top: string | number | Stitches.ScaleValue<"space">;
189
- right: string | number | Stitches.ScaleValue<"space">;
190
- bottom: string | number | Stitches.ScaleValue<"space">;
191
- left: string | number | Stitches.ScaleValue<"space">;
242
+ top: string | number | {
243
+ readonly [$$ScaleValue]: "space";
244
+ };
245
+ right: string | number | {
246
+ readonly [$$ScaleValue]: "space";
247
+ };
248
+ bottom: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ };
251
+ left: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
192
254
  };
193
255
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
194
- height: string | number | Stitches.ScaleValue<"size">;
195
- width: string | number | Stitches.ScaleValue<"size">;
256
+ height: string | number | {
257
+ readonly [$$ScaleValue]: "size";
258
+ };
259
+ width: string | number | {
260
+ readonly [$$ScaleValue]: "size";
261
+ };
196
262
  };
197
263
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
198
- padding: string | number | Stitches.ScaleValue<"space">;
264
+ padding: string | number | {
265
+ readonly [$$ScaleValue]: "space";
266
+ };
199
267
  };
200
268
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
201
- paddingTop: string | number | Stitches.ScaleValue<"space">;
269
+ paddingTop: string | number | {
270
+ readonly [$$ScaleValue]: "space";
271
+ };
202
272
  };
203
273
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
204
- paddingRight: string | number | Stitches.ScaleValue<"space">;
274
+ paddingRight: string | number | {
275
+ readonly [$$ScaleValue]: "space";
276
+ };
205
277
  };
206
278
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
207
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
279
+ paddingBottom: string | number | {
280
+ readonly [$$ScaleValue]: "space";
281
+ };
208
282
  };
209
283
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
210
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
284
+ paddingLeft: string | number | {
285
+ readonly [$$ScaleValue]: "space";
286
+ };
211
287
  };
212
288
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
213
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
214
- paddingRight: string | number | Stitches.ScaleValue<"space">;
289
+ paddingLeft: string | number | {
290
+ readonly [$$ScaleValue]: "space";
291
+ };
292
+ paddingRight: string | number | {
293
+ readonly [$$ScaleValue]: "space";
294
+ };
215
295
  };
216
296
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
217
- paddingTop: string | number | Stitches.ScaleValue<"space">;
218
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
297
+ paddingTop: string | number | {
298
+ readonly [$$ScaleValue]: "space";
299
+ };
300
+ paddingBottom: string | number | {
301
+ readonly [$$ScaleValue]: "space";
302
+ };
219
303
  };
220
304
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
221
- margin: string | number | Stitches.ScaleValue<"space">;
305
+ margin: string | number | {
306
+ readonly [$$ScaleValue]: "space";
307
+ };
222
308
  };
223
309
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
224
- marginTop: string | number | Stitches.ScaleValue<"space">;
310
+ marginTop: string | number | {
311
+ readonly [$$ScaleValue]: "space";
312
+ };
225
313
  };
226
314
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
227
- marginRight: string | number | Stitches.ScaleValue<"space">;
315
+ marginRight: string | number | {
316
+ readonly [$$ScaleValue]: "space";
317
+ };
228
318
  };
229
319
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
230
- marginBottom: string | number | Stitches.ScaleValue<"space">;
320
+ marginBottom: string | number | {
321
+ readonly [$$ScaleValue]: "space";
322
+ };
231
323
  };
232
324
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
233
- marginLeft: string | number | Stitches.ScaleValue<"space">;
325
+ marginLeft: string | number | {
326
+ readonly [$$ScaleValue]: "space";
327
+ };
234
328
  };
235
329
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
236
- marginLeft: string | number | Stitches.ScaleValue<"space">;
237
- marginRight: string | number | Stitches.ScaleValue<"space">;
330
+ marginLeft: string | number | {
331
+ readonly [$$ScaleValue]: "space";
332
+ };
333
+ marginRight: string | number | {
334
+ readonly [$$ScaleValue]: "space";
335
+ };
238
336
  };
239
337
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
240
- marginTop: string | number | Stitches.ScaleValue<"space">;
241
- marginBottom: string | number | Stitches.ScaleValue<"space">;
338
+ marginTop: string | number | {
339
+ readonly [$$ScaleValue]: "space";
340
+ };
341
+ marginBottom: string | number | {
342
+ readonly [$$ScaleValue]: "space";
343
+ };
242
344
  };
243
345
  }>;
244
346
  export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | {
@@ -249,6 +351,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
249
351
  lg: string;
250
352
  xl: string;
251
353
  reducedMotion: string;
354
+ allowMotion: string;
252
355
  hover: string;
253
356
  }, {
254
357
  colors: {
@@ -356,63 +459,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
356
459
  };
357
460
  }, import("@stitches/react/types/config").DefaultThemeMap, {
358
461
  bg: (value: Stitches.PropertyValue<'background'>) => {
359
- background: Stitches.PropertyValue<"background">;
462
+ background: {
463
+ readonly [$$PropertyValue]: "background";
464
+ };
360
465
  };
361
466
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
362
- top: string | number | Stitches.ScaleValue<"space">;
363
- right: string | number | Stitches.ScaleValue<"space">;
364
- bottom: string | number | Stitches.ScaleValue<"space">;
365
- left: string | number | Stitches.ScaleValue<"space">;
467
+ top: string | number | {
468
+ readonly [$$ScaleValue]: "space";
469
+ };
470
+ right: string | number | {
471
+ readonly [$$ScaleValue]: "space";
472
+ };
473
+ bottom: string | number | {
474
+ readonly [$$ScaleValue]: "space";
475
+ };
476
+ left: string | number | {
477
+ readonly [$$ScaleValue]: "space";
478
+ };
366
479
  };
367
480
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
368
- height: string | number | Stitches.ScaleValue<"size">;
369
- width: string | number | Stitches.ScaleValue<"size">;
481
+ height: string | number | {
482
+ readonly [$$ScaleValue]: "size";
483
+ };
484
+ width: string | number | {
485
+ readonly [$$ScaleValue]: "size";
486
+ };
370
487
  };
371
488
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
372
- padding: string | number | Stitches.ScaleValue<"space">;
489
+ padding: string | number | {
490
+ readonly [$$ScaleValue]: "space";
491
+ };
373
492
  };
374
493
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
375
- paddingTop: string | number | Stitches.ScaleValue<"space">;
494
+ paddingTop: string | number | {
495
+ readonly [$$ScaleValue]: "space";
496
+ };
376
497
  };
377
498
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
378
- paddingRight: string | number | Stitches.ScaleValue<"space">;
499
+ paddingRight: string | number | {
500
+ readonly [$$ScaleValue]: "space";
501
+ };
379
502
  };
380
503
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
381
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
504
+ paddingBottom: string | number | {
505
+ readonly [$$ScaleValue]: "space";
506
+ };
382
507
  };
383
508
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
384
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
509
+ paddingLeft: string | number | {
510
+ readonly [$$ScaleValue]: "space";
511
+ };
385
512
  };
386
513
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
387
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
388
- paddingRight: string | number | Stitches.ScaleValue<"space">;
514
+ paddingLeft: string | number | {
515
+ readonly [$$ScaleValue]: "space";
516
+ };
517
+ paddingRight: string | number | {
518
+ readonly [$$ScaleValue]: "space";
519
+ };
389
520
  };
390
521
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
391
- paddingTop: string | number | Stitches.ScaleValue<"space">;
392
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
522
+ paddingTop: string | number | {
523
+ readonly [$$ScaleValue]: "space";
524
+ };
525
+ paddingBottom: string | number | {
526
+ readonly [$$ScaleValue]: "space";
527
+ };
393
528
  };
394
529
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
395
- margin: string | number | Stitches.ScaleValue<"space">;
530
+ margin: string | number | {
531
+ readonly [$$ScaleValue]: "space";
532
+ };
396
533
  };
397
534
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
398
- marginTop: string | number | Stitches.ScaleValue<"space">;
535
+ marginTop: string | number | {
536
+ readonly [$$ScaleValue]: "space";
537
+ };
399
538
  };
400
539
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
401
- marginRight: string | number | Stitches.ScaleValue<"space">;
540
+ marginRight: string | number | {
541
+ readonly [$$ScaleValue]: "space";
542
+ };
402
543
  };
403
544
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
404
- marginBottom: string | number | Stitches.ScaleValue<"space">;
545
+ marginBottom: string | number | {
546
+ readonly [$$ScaleValue]: "space";
547
+ };
405
548
  };
406
549
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
407
- marginLeft: string | number | Stitches.ScaleValue<"space">;
550
+ marginLeft: string | number | {
551
+ readonly [$$ScaleValue]: "space";
552
+ };
408
553
  };
409
554
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
410
- marginLeft: string | number | Stitches.ScaleValue<"space">;
411
- marginRight: string | number | Stitches.ScaleValue<"space">;
555
+ marginLeft: string | number | {
556
+ readonly [$$ScaleValue]: "space";
557
+ };
558
+ marginRight: string | number | {
559
+ readonly [$$ScaleValue]: "space";
560
+ };
412
561
  };
413
562
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
414
- marginTop: string | number | Stitches.ScaleValue<"space">;
415
- marginBottom: string | number | Stitches.ScaleValue<"space">;
563
+ marginTop: string | number | {
564
+ readonly [$$ScaleValue]: "space";
565
+ };
566
+ marginBottom: string | number | {
567
+ readonly [$$ScaleValue]: "space";
568
+ };
416
569
  };
417
570
  }>>(...composers: { [K in keyof Composers]: Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
418
571
  variants?: {
@@ -431,6 +584,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
431
584
  lg: string;
432
585
  xl: string;
433
586
  reducedMotion: string;
587
+ allowMotion: string;
434
588
  hover: string;
435
589
  }, CSS_1>, getCssText: () => string, createTheme: <Argument0 extends string | ({
436
590
  colors?: {
@@ -665,6 +819,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
665
819
  lg: string;
666
820
  xl: string;
667
821
  reducedMotion: string;
822
+ allowMotion: string;
668
823
  hover: string;
669
824
  }, {
670
825
  colors: {
@@ -772,63 +927,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
772
927
  };
773
928
  }, import("@stitches/react/types/config").DefaultThemeMap, {
774
929
  bg: (value: Stitches.PropertyValue<'background'>) => {
775
- background: Stitches.PropertyValue<"background">;
930
+ background: {
931
+ readonly [$$PropertyValue]: "background";
932
+ };
776
933
  };
777
934
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
778
- top: string | number | Stitches.ScaleValue<"space">;
779
- right: string | number | Stitches.ScaleValue<"space">;
780
- bottom: string | number | Stitches.ScaleValue<"space">;
781
- left: string | number | Stitches.ScaleValue<"space">;
935
+ top: string | number | {
936
+ readonly [$$ScaleValue]: "space";
937
+ };
938
+ right: string | number | {
939
+ readonly [$$ScaleValue]: "space";
940
+ };
941
+ bottom: string | number | {
942
+ readonly [$$ScaleValue]: "space";
943
+ };
944
+ left: string | number | {
945
+ readonly [$$ScaleValue]: "space";
946
+ };
782
947
  };
783
948
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
784
- height: string | number | Stitches.ScaleValue<"size">;
785
- width: string | number | Stitches.ScaleValue<"size">;
949
+ height: string | number | {
950
+ readonly [$$ScaleValue]: "size";
951
+ };
952
+ width: string | number | {
953
+ readonly [$$ScaleValue]: "size";
954
+ };
786
955
  };
787
956
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
788
- padding: string | number | Stitches.ScaleValue<"space">;
957
+ padding: string | number | {
958
+ readonly [$$ScaleValue]: "space";
959
+ };
789
960
  };
790
961
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
791
- paddingTop: string | number | Stitches.ScaleValue<"space">;
962
+ paddingTop: string | number | {
963
+ readonly [$$ScaleValue]: "space";
964
+ };
792
965
  };
793
966
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
794
- paddingRight: string | number | Stitches.ScaleValue<"space">;
967
+ paddingRight: string | number | {
968
+ readonly [$$ScaleValue]: "space";
969
+ };
795
970
  };
796
971
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
797
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
972
+ paddingBottom: string | number | {
973
+ readonly [$$ScaleValue]: "space";
974
+ };
798
975
  };
799
976
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
800
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
977
+ paddingLeft: string | number | {
978
+ readonly [$$ScaleValue]: "space";
979
+ };
801
980
  };
802
981
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
803
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
804
- paddingRight: string | number | Stitches.ScaleValue<"space">;
982
+ paddingLeft: string | number | {
983
+ readonly [$$ScaleValue]: "space";
984
+ };
985
+ paddingRight: string | number | {
986
+ readonly [$$ScaleValue]: "space";
987
+ };
805
988
  };
806
989
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
807
- paddingTop: string | number | Stitches.ScaleValue<"space">;
808
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
990
+ paddingTop: string | number | {
991
+ readonly [$$ScaleValue]: "space";
992
+ };
993
+ paddingBottom: string | number | {
994
+ readonly [$$ScaleValue]: "space";
995
+ };
809
996
  };
810
997
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
811
- margin: string | number | Stitches.ScaleValue<"space">;
998
+ margin: string | number | {
999
+ readonly [$$ScaleValue]: "space";
1000
+ };
812
1001
  };
813
1002
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
814
- marginTop: string | number | Stitches.ScaleValue<"space">;
1003
+ marginTop: string | number | {
1004
+ readonly [$$ScaleValue]: "space";
1005
+ };
815
1006
  };
816
1007
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
817
- marginRight: string | number | Stitches.ScaleValue<"space">;
1008
+ marginRight: string | number | {
1009
+ readonly [$$ScaleValue]: "space";
1010
+ };
818
1011
  };
819
1012
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
820
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1013
+ marginBottom: string | number | {
1014
+ readonly [$$ScaleValue]: "space";
1015
+ };
821
1016
  };
822
1017
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
823
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1018
+ marginLeft: string | number | {
1019
+ readonly [$$ScaleValue]: "space";
1020
+ };
824
1021
  };
825
1022
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
826
- marginLeft: string | number | Stitches.ScaleValue<"space">;
827
- marginRight: string | number | Stitches.ScaleValue<"space">;
1023
+ marginLeft: string | number | {
1024
+ readonly [$$ScaleValue]: "space";
1025
+ };
1026
+ marginRight: string | number | {
1027
+ readonly [$$ScaleValue]: "space";
1028
+ };
828
1029
  };
829
1030
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
830
- marginTop: string | number | Stitches.ScaleValue<"space">;
831
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1031
+ marginTop: string | number | {
1032
+ readonly [$$ScaleValue]: "space";
1033
+ };
1034
+ marginBottom: string | number | {
1035
+ readonly [$$ScaleValue]: "space";
1036
+ };
832
1037
  };
833
1038
  }>;
834
1039
  } : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
@@ -837,6 +1042,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
837
1042
  lg: string;
838
1043
  xl: string;
839
1044
  reducedMotion: string;
1045
+ allowMotion: string;
840
1046
  hover: string;
841
1047
  }, {
842
1048
  colors: {
@@ -944,63 +1150,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
944
1150
  };
945
1151
  }, import("@stitches/react/types/config").DefaultThemeMap, {
946
1152
  bg: (value: Stitches.PropertyValue<'background'>) => {
947
- background: Stitches.PropertyValue<"background">;
1153
+ background: {
1154
+ readonly [$$PropertyValue]: "background";
1155
+ };
948
1156
  };
949
1157
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
950
- top: string | number | Stitches.ScaleValue<"space">;
951
- right: string | number | Stitches.ScaleValue<"space">;
952
- bottom: string | number | Stitches.ScaleValue<"space">;
953
- left: string | number | Stitches.ScaleValue<"space">;
1158
+ top: string | number | {
1159
+ readonly [$$ScaleValue]: "space";
1160
+ };
1161
+ right: string | number | {
1162
+ readonly [$$ScaleValue]: "space";
1163
+ };
1164
+ bottom: string | number | {
1165
+ readonly [$$ScaleValue]: "space";
1166
+ };
1167
+ left: string | number | {
1168
+ readonly [$$ScaleValue]: "space";
1169
+ };
954
1170
  };
955
1171
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
956
- height: string | number | Stitches.ScaleValue<"size">;
957
- width: string | number | Stitches.ScaleValue<"size">;
1172
+ height: string | number | {
1173
+ readonly [$$ScaleValue]: "size";
1174
+ };
1175
+ width: string | number | {
1176
+ readonly [$$ScaleValue]: "size";
1177
+ };
958
1178
  };
959
1179
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
960
- padding: string | number | Stitches.ScaleValue<"space">;
1180
+ padding: string | number | {
1181
+ readonly [$$ScaleValue]: "space";
1182
+ };
961
1183
  };
962
1184
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
963
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1185
+ paddingTop: string | number | {
1186
+ readonly [$$ScaleValue]: "space";
1187
+ };
964
1188
  };
965
1189
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
966
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1190
+ paddingRight: string | number | {
1191
+ readonly [$$ScaleValue]: "space";
1192
+ };
967
1193
  };
968
1194
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
969
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1195
+ paddingBottom: string | number | {
1196
+ readonly [$$ScaleValue]: "space";
1197
+ };
970
1198
  };
971
1199
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
972
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1200
+ paddingLeft: string | number | {
1201
+ readonly [$$ScaleValue]: "space";
1202
+ };
973
1203
  };
974
1204
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
975
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
976
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1205
+ paddingLeft: string | number | {
1206
+ readonly [$$ScaleValue]: "space";
1207
+ };
1208
+ paddingRight: string | number | {
1209
+ readonly [$$ScaleValue]: "space";
1210
+ };
977
1211
  };
978
1212
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
979
- paddingTop: string | number | Stitches.ScaleValue<"space">;
980
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1213
+ paddingTop: string | number | {
1214
+ readonly [$$ScaleValue]: "space";
1215
+ };
1216
+ paddingBottom: string | number | {
1217
+ readonly [$$ScaleValue]: "space";
1218
+ };
981
1219
  };
982
1220
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
983
- margin: string | number | Stitches.ScaleValue<"space">;
1221
+ margin: string | number | {
1222
+ readonly [$$ScaleValue]: "space";
1223
+ };
984
1224
  };
985
1225
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
986
- marginTop: string | number | Stitches.ScaleValue<"space">;
1226
+ marginTop: string | number | {
1227
+ readonly [$$ScaleValue]: "space";
1228
+ };
987
1229
  };
988
1230
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
989
- marginRight: string | number | Stitches.ScaleValue<"space">;
1231
+ marginRight: string | number | {
1232
+ readonly [$$ScaleValue]: "space";
1233
+ };
990
1234
  };
991
1235
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
992
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1236
+ marginBottom: string | number | {
1237
+ readonly [$$ScaleValue]: "space";
1238
+ };
993
1239
  };
994
1240
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
995
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1241
+ marginLeft: string | number | {
1242
+ readonly [$$ScaleValue]: "space";
1243
+ };
996
1244
  };
997
1245
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
998
- marginLeft: string | number | Stitches.ScaleValue<"space">;
999
- marginRight: string | number | Stitches.ScaleValue<"space">;
1246
+ marginLeft: string | number | {
1247
+ readonly [$$ScaleValue]: "space";
1248
+ };
1249
+ marginRight: string | number | {
1250
+ readonly [$$ScaleValue]: "space";
1251
+ };
1000
1252
  };
1001
1253
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1002
- marginTop: string | number | Stitches.ScaleValue<"space">;
1003
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1254
+ marginTop: string | number | {
1255
+ readonly [$$ScaleValue]: "space";
1256
+ };
1257
+ marginBottom: string | number | {
1258
+ readonly [$$ScaleValue]: "space";
1259
+ };
1004
1260
  };
1005
1261
  }>; })[]) => () => string, keyframes: (style: {
1006
1262
  [offset: string]: import("@stitches/react/types/css-util").CSS<{
@@ -1009,6 +1265,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1009
1265
  lg: string;
1010
1266
  xl: string;
1011
1267
  reducedMotion: string;
1268
+ allowMotion: string;
1012
1269
  hover: string;
1013
1270
  }, {
1014
1271
  colors: {
@@ -1116,63 +1373,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1116
1373
  };
1117
1374
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1118
1375
  bg: (value: Stitches.PropertyValue<'background'>) => {
1119
- background: Stitches.PropertyValue<"background">;
1376
+ background: {
1377
+ readonly [$$PropertyValue]: "background";
1378
+ };
1120
1379
  };
1121
1380
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1122
- top: string | number | Stitches.ScaleValue<"space">;
1123
- right: string | number | Stitches.ScaleValue<"space">;
1124
- bottom: string | number | Stitches.ScaleValue<"space">;
1125
- left: string | number | Stitches.ScaleValue<"space">;
1381
+ top: string | number | {
1382
+ readonly [$$ScaleValue]: "space";
1383
+ };
1384
+ right: string | number | {
1385
+ readonly [$$ScaleValue]: "space";
1386
+ };
1387
+ bottom: string | number | {
1388
+ readonly [$$ScaleValue]: "space";
1389
+ };
1390
+ left: string | number | {
1391
+ readonly [$$ScaleValue]: "space";
1392
+ };
1126
1393
  };
1127
1394
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1128
- height: string | number | Stitches.ScaleValue<"size">;
1129
- width: string | number | Stitches.ScaleValue<"size">;
1395
+ height: string | number | {
1396
+ readonly [$$ScaleValue]: "size";
1397
+ };
1398
+ width: string | number | {
1399
+ readonly [$$ScaleValue]: "size";
1400
+ };
1130
1401
  };
1131
1402
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1132
- padding: string | number | Stitches.ScaleValue<"space">;
1403
+ padding: string | number | {
1404
+ readonly [$$ScaleValue]: "space";
1405
+ };
1133
1406
  };
1134
1407
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1135
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1408
+ paddingTop: string | number | {
1409
+ readonly [$$ScaleValue]: "space";
1410
+ };
1136
1411
  };
1137
1412
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1138
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1413
+ paddingRight: string | number | {
1414
+ readonly [$$ScaleValue]: "space";
1415
+ };
1139
1416
  };
1140
1417
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1141
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1418
+ paddingBottom: string | number | {
1419
+ readonly [$$ScaleValue]: "space";
1420
+ };
1142
1421
  };
1143
1422
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1144
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1423
+ paddingLeft: string | number | {
1424
+ readonly [$$ScaleValue]: "space";
1425
+ };
1145
1426
  };
1146
1427
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1147
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1148
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1428
+ paddingLeft: string | number | {
1429
+ readonly [$$ScaleValue]: "space";
1430
+ };
1431
+ paddingRight: string | number | {
1432
+ readonly [$$ScaleValue]: "space";
1433
+ };
1149
1434
  };
1150
1435
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1151
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1152
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1436
+ paddingTop: string | number | {
1437
+ readonly [$$ScaleValue]: "space";
1438
+ };
1439
+ paddingBottom: string | number | {
1440
+ readonly [$$ScaleValue]: "space";
1441
+ };
1153
1442
  };
1154
1443
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1155
- margin: string | number | Stitches.ScaleValue<"space">;
1444
+ margin: string | number | {
1445
+ readonly [$$ScaleValue]: "space";
1446
+ };
1156
1447
  };
1157
1448
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1158
- marginTop: string | number | Stitches.ScaleValue<"space">;
1449
+ marginTop: string | number | {
1450
+ readonly [$$ScaleValue]: "space";
1451
+ };
1159
1452
  };
1160
1453
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1161
- marginRight: string | number | Stitches.ScaleValue<"space">;
1454
+ marginRight: string | number | {
1455
+ readonly [$$ScaleValue]: "space";
1456
+ };
1162
1457
  };
1163
1458
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1164
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1459
+ marginBottom: string | number | {
1460
+ readonly [$$ScaleValue]: "space";
1461
+ };
1165
1462
  };
1166
1463
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1167
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1464
+ marginLeft: string | number | {
1465
+ readonly [$$ScaleValue]: "space";
1466
+ };
1168
1467
  };
1169
1468
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1170
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1171
- marginRight: string | number | Stitches.ScaleValue<"space">;
1469
+ marginLeft: string | number | {
1470
+ readonly [$$ScaleValue]: "space";
1471
+ };
1472
+ marginRight: string | number | {
1473
+ readonly [$$ScaleValue]: "space";
1474
+ };
1172
1475
  };
1173
1476
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1174
- marginTop: string | number | Stitches.ScaleValue<"space">;
1175
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1477
+ marginTop: string | number | {
1478
+ readonly [$$ScaleValue]: "space";
1479
+ };
1480
+ marginBottom: string | number | {
1481
+ readonly [$$ScaleValue]: "space";
1482
+ };
1176
1483
  };
1177
1484
  }>;
1178
1485
  }) => {
@@ -1186,6 +1493,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1186
1493
  lg: string;
1187
1494
  xl: string;
1188
1495
  reducedMotion: string;
1496
+ allowMotion: string;
1189
1497
  hover: string;
1190
1498
  }, {
1191
1499
  colors: {
@@ -1293,63 +1601,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1293
1601
  };
1294
1602
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1295
1603
  bg: (value: Stitches.PropertyValue<'background'>) => {
1296
- background: Stitches.PropertyValue<"background">;
1604
+ background: {
1605
+ readonly [$$PropertyValue]: "background";
1606
+ };
1297
1607
  };
1298
1608
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1299
- top: string | number | Stitches.ScaleValue<"space">;
1300
- right: string | number | Stitches.ScaleValue<"space">;
1301
- bottom: string | number | Stitches.ScaleValue<"space">;
1302
- left: string | number | Stitches.ScaleValue<"space">;
1609
+ top: string | number | {
1610
+ readonly [$$ScaleValue]: "space";
1611
+ };
1612
+ right: string | number | {
1613
+ readonly [$$ScaleValue]: "space";
1614
+ };
1615
+ bottom: string | number | {
1616
+ readonly [$$ScaleValue]: "space";
1617
+ };
1618
+ left: string | number | {
1619
+ readonly [$$ScaleValue]: "space";
1620
+ };
1303
1621
  };
1304
1622
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1305
- height: string | number | Stitches.ScaleValue<"size">;
1306
- width: string | number | Stitches.ScaleValue<"size">;
1623
+ height: string | number | {
1624
+ readonly [$$ScaleValue]: "size";
1625
+ };
1626
+ width: string | number | {
1627
+ readonly [$$ScaleValue]: "size";
1628
+ };
1307
1629
  };
1308
1630
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1309
- padding: string | number | Stitches.ScaleValue<"space">;
1631
+ padding: string | number | {
1632
+ readonly [$$ScaleValue]: "space";
1633
+ };
1310
1634
  };
1311
1635
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1312
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1636
+ paddingTop: string | number | {
1637
+ readonly [$$ScaleValue]: "space";
1638
+ };
1313
1639
  };
1314
1640
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1315
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1641
+ paddingRight: string | number | {
1642
+ readonly [$$ScaleValue]: "space";
1643
+ };
1316
1644
  };
1317
1645
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1318
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1646
+ paddingBottom: string | number | {
1647
+ readonly [$$ScaleValue]: "space";
1648
+ };
1319
1649
  };
1320
1650
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1321
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1651
+ paddingLeft: string | number | {
1652
+ readonly [$$ScaleValue]: "space";
1653
+ };
1322
1654
  };
1323
1655
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1324
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1325
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1656
+ paddingLeft: string | number | {
1657
+ readonly [$$ScaleValue]: "space";
1658
+ };
1659
+ paddingRight: string | number | {
1660
+ readonly [$$ScaleValue]: "space";
1661
+ };
1326
1662
  };
1327
1663
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1328
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1329
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1664
+ paddingTop: string | number | {
1665
+ readonly [$$ScaleValue]: "space";
1666
+ };
1667
+ paddingBottom: string | number | {
1668
+ readonly [$$ScaleValue]: "space";
1669
+ };
1330
1670
  };
1331
1671
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1332
- margin: string | number | Stitches.ScaleValue<"space">;
1672
+ margin: string | number | {
1673
+ readonly [$$ScaleValue]: "space";
1674
+ };
1333
1675
  };
1334
1676
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1335
- marginTop: string | number | Stitches.ScaleValue<"space">;
1677
+ marginTop: string | number | {
1678
+ readonly [$$ScaleValue]: "space";
1679
+ };
1336
1680
  };
1337
1681
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1338
- marginRight: string | number | Stitches.ScaleValue<"space">;
1682
+ marginRight: string | number | {
1683
+ readonly [$$ScaleValue]: "space";
1684
+ };
1339
1685
  };
1340
1686
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1341
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1687
+ marginBottom: string | number | {
1688
+ readonly [$$ScaleValue]: "space";
1689
+ };
1342
1690
  };
1343
1691
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1344
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1692
+ marginLeft: string | number | {
1693
+ readonly [$$ScaleValue]: "space";
1694
+ };
1345
1695
  };
1346
1696
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1347
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1348
- marginRight: string | number | Stitches.ScaleValue<"space">;
1697
+ marginLeft: string | number | {
1698
+ readonly [$$ScaleValue]: "space";
1699
+ };
1700
+ marginRight: string | number | {
1701
+ readonly [$$ScaleValue]: "space";
1702
+ };
1349
1703
  };
1350
1704
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1351
- marginTop: string | number | Stitches.ScaleValue<"space">;
1352
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1705
+ marginTop: string | number | {
1706
+ readonly [$$ScaleValue]: "space";
1707
+ };
1708
+ marginBottom: string | number | {
1709
+ readonly [$$ScaleValue]: "space";
1710
+ };
1353
1711
  };
1354
1712
  }>>(type: Type, ...composers: { [K in keyof Composers]: Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
1355
1713
  variants?: {
@@ -1368,6 +1726,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1368
1726
  lg: string;
1369
1727
  xl: string;
1370
1728
  reducedMotion: string;
1729
+ allowMotion: string;
1371
1730
  hover: string;
1372
1731
  }, import("@stitches/react/types/css-util").CSS<{
1373
1732
  sm: string;
@@ -1375,6 +1734,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1375
1734
  lg: string;
1376
1735
  xl: string;
1377
1736
  reducedMotion: string;
1737
+ allowMotion: string;
1378
1738
  hover: string;
1379
1739
  }, {
1380
1740
  colors: {
@@ -1482,63 +1842,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1482
1842
  };
1483
1843
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1484
1844
  bg: (value: Stitches.PropertyValue<'background'>) => {
1485
- background: Stitches.PropertyValue<"background">;
1845
+ background: {
1846
+ readonly [$$PropertyValue]: "background";
1847
+ };
1486
1848
  };
1487
1849
  inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1488
- top: string | number | Stitches.ScaleValue<"space">;
1489
- right: string | number | Stitches.ScaleValue<"space">;
1490
- bottom: string | number | Stitches.ScaleValue<"space">;
1491
- left: string | number | Stitches.ScaleValue<"space">;
1850
+ top: string | number | {
1851
+ readonly [$$ScaleValue]: "space";
1852
+ };
1853
+ right: string | number | {
1854
+ readonly [$$ScaleValue]: "space";
1855
+ };
1856
+ bottom: string | number | {
1857
+ readonly [$$ScaleValue]: "space";
1858
+ };
1859
+ left: string | number | {
1860
+ readonly [$$ScaleValue]: "space";
1861
+ };
1492
1862
  };
1493
1863
  size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1494
- height: string | number | Stitches.ScaleValue<"size">;
1495
- width: string | number | Stitches.ScaleValue<"size">;
1864
+ height: string | number | {
1865
+ readonly [$$ScaleValue]: "size";
1866
+ };
1867
+ width: string | number | {
1868
+ readonly [$$ScaleValue]: "size";
1869
+ };
1496
1870
  };
1497
1871
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1498
- padding: string | number | Stitches.ScaleValue<"space">;
1872
+ padding: string | number | {
1873
+ readonly [$$ScaleValue]: "space";
1874
+ };
1499
1875
  };
1500
1876
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1501
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1877
+ paddingTop: string | number | {
1878
+ readonly [$$ScaleValue]: "space";
1879
+ };
1502
1880
  };
1503
1881
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1504
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1882
+ paddingRight: string | number | {
1883
+ readonly [$$ScaleValue]: "space";
1884
+ };
1505
1885
  };
1506
1886
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1507
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1887
+ paddingBottom: string | number | {
1888
+ readonly [$$ScaleValue]: "space";
1889
+ };
1508
1890
  };
1509
1891
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1510
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1892
+ paddingLeft: string | number | {
1893
+ readonly [$$ScaleValue]: "space";
1894
+ };
1511
1895
  };
1512
1896
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1513
- paddingLeft: string | number | Stitches.ScaleValue<"space">;
1514
- paddingRight: string | number | Stitches.ScaleValue<"space">;
1897
+ paddingLeft: string | number | {
1898
+ readonly [$$ScaleValue]: "space";
1899
+ };
1900
+ paddingRight: string | number | {
1901
+ readonly [$$ScaleValue]: "space";
1902
+ };
1515
1903
  };
1516
1904
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1517
- paddingTop: string | number | Stitches.ScaleValue<"space">;
1518
- paddingBottom: string | number | Stitches.ScaleValue<"space">;
1905
+ paddingTop: string | number | {
1906
+ readonly [$$ScaleValue]: "space";
1907
+ };
1908
+ paddingBottom: string | number | {
1909
+ readonly [$$ScaleValue]: "space";
1910
+ };
1519
1911
  };
1520
1912
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1521
- margin: string | number | Stitches.ScaleValue<"space">;
1913
+ margin: string | number | {
1914
+ readonly [$$ScaleValue]: "space";
1915
+ };
1522
1916
  };
1523
1917
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1524
- marginTop: string | number | Stitches.ScaleValue<"space">;
1918
+ marginTop: string | number | {
1919
+ readonly [$$ScaleValue]: "space";
1920
+ };
1525
1921
  };
1526
1922
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1527
- marginRight: string | number | Stitches.ScaleValue<"space">;
1923
+ marginRight: string | number | {
1924
+ readonly [$$ScaleValue]: "space";
1925
+ };
1528
1926
  };
1529
1927
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1530
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1928
+ marginBottom: string | number | {
1929
+ readonly [$$ScaleValue]: "space";
1930
+ };
1531
1931
  };
1532
1932
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1533
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1933
+ marginLeft: string | number | {
1934
+ readonly [$$ScaleValue]: "space";
1935
+ };
1534
1936
  };
1535
1937
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1536
- marginLeft: string | number | Stitches.ScaleValue<"space">;
1537
- marginRight: string | number | Stitches.ScaleValue<"space">;
1938
+ marginLeft: string | number | {
1939
+ readonly [$$ScaleValue]: "space";
1940
+ };
1941
+ marginRight: string | number | {
1942
+ readonly [$$ScaleValue]: "space";
1943
+ };
1538
1944
  };
1539
1945
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1540
- marginTop: string | number | Stitches.ScaleValue<"space">;
1541
- marginBottom: string | number | Stitches.ScaleValue<"space">;
1946
+ marginTop: string | number | {
1947
+ readonly [$$ScaleValue]: "space";
1948
+ };
1949
+ marginBottom: string | number | {
1950
+ readonly [$$ScaleValue]: "space";
1951
+ };
1542
1952
  };
1543
1953
  }>>, theme: string & {
1544
1954
  className: string;