@atom-learning/components 2.30.0 → 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.
Files changed (112) hide show
  1. package/dist/components/accordion/Accordion.d.ts +37 -127
  2. package/dist/components/accordion/AccordionContent.d.ts +37 -127
  3. package/dist/components/accordion/AccordionItem.d.ts +37 -127
  4. package/dist/components/accordion/AccordionTrigger.d.ts +37 -127
  5. package/dist/components/action-icon/ActionIcon.d.ts +37 -127
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +37 -127
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -127
  8. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +104 -284
  10. package/dist/components/badge/Badge.d.ts +104 -284
  11. package/dist/components/box/Box.d.ts +37 -127
  12. package/dist/components/button/Button.d.ts +37 -127
  13. package/dist/components/calendar/Day.d.ts +37 -127
  14. package/dist/components/carousel/CarouselPagination.d.ts +37 -127
  15. package/dist/components/carousel/CarouselSlide.d.ts +37 -127
  16. package/dist/components/carousel/CarouselSlider.d.ts +37 -127
  17. package/dist/components/checkbox/Checkbox.d.ts +37 -127
  18. package/dist/components/chip/Chip.d.ts +304 -934
  19. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -254
  20. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -254
  21. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +104 -284
  22. package/dist/components/combobox/Combobox.d.ts +37 -127
  23. package/dist/components/combobox/ComboboxInput.d.ts +37 -127
  24. package/dist/components/combobox/ComboboxList.d.ts +37 -127
  25. package/dist/components/combobox/ComboboxOption.d.ts +37 -127
  26. package/dist/components/combobox/ComboboxPopover.d.ts +37 -127
  27. package/dist/components/data-table/DataTableLoading.d.ts +37 -127
  28. package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -254
  29. package/dist/components/data-table/pagination/Pagination.d.ts +37 -127
  30. package/dist/components/dialog/Dialog.d.ts +37 -127
  31. package/dist/components/dialog/DialogBackground.d.ts +104 -284
  32. package/dist/components/dialog/DialogClose.d.ts +37 -127
  33. package/dist/components/dialog/DialogContent.d.ts +37 -127
  34. package/dist/components/dialog/DialogContent.js +1 -1
  35. package/dist/components/divider/Divider.d.ts +37 -127
  36. package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -127
  37. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -127
  38. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -127
  39. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -127
  40. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -127
  41. package/dist/components/empty-state/EmptyState.d.ts +104 -284
  42. package/dist/components/empty-state/EmptyStateBody.d.ts +74 -254
  43. package/dist/components/empty-state/EmptyStateImage.d.ts +74 -254
  44. package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -127
  45. package/dist/components/flex/Flex.d.ts +37 -127
  46. package/dist/components/form/Form.d.ts +37 -127
  47. package/dist/components/grid/Grid.d.ts +37 -127
  48. package/dist/components/heading/Heading.d.ts +37 -127
  49. package/dist/components/icon/Icon.d.ts +37 -127
  50. package/dist/components/image/Image.d.ts +37 -127
  51. package/dist/components/inline-message/InlineMessage.d.ts +104 -284
  52. package/dist/components/input/Input.d.ts +37 -127
  53. package/dist/components/label/Label.d.ts +37 -127
  54. package/dist/components/link/Link.d.ts +37 -127
  55. package/dist/components/list/List.d.ts +104 -284
  56. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -127
  57. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -254
  58. package/dist/components/notification-badge/NotificationBadge.d.ts +104 -284
  59. package/dist/components/popover/Popover.d.ts +37 -127
  60. package/dist/components/popover/PopoverContent.d.ts +37 -127
  61. package/dist/components/progress-bar/ProgressBar.d.ts +37 -127
  62. package/dist/components/radio-button/RadioButton.d.ts +37 -127
  63. package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -127
  64. package/dist/components/radio-card/RadioCard.d.ts +37 -127
  65. package/dist/components/select/Select.d.ts +37 -127
  66. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -127
  67. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -127
  68. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -127
  69. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -127
  70. package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -127
  71. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -127
  72. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -127
  73. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -127
  74. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -127
  75. package/dist/components/slider/Slider.d.ts +37 -127
  76. package/dist/components/stack/Stack.d.ts +37 -127
  77. package/dist/components/stack-content/StackContent.d.ts +37 -127
  78. package/dist/components/stepper/StepperStepBullet.d.ts +104 -284
  79. package/dist/components/stepper/StepperStepContainer.d.ts +104 -284
  80. package/dist/components/stepper/StepperStepLabel.d.ts +74 -254
  81. package/dist/components/switch/Switch.d.ts +37 -127
  82. package/dist/components/table/Table.d.ts +37 -127
  83. package/dist/components/table/TableBody.d.ts +37 -127
  84. package/dist/components/table/TableCell.d.ts +37 -127
  85. package/dist/components/table/TableFooter.d.ts +37 -127
  86. package/dist/components/table/TableFooterCell.d.ts +37 -127
  87. package/dist/components/table/TableHeader.d.ts +37 -127
  88. package/dist/components/table/TableHeaderCell.d.ts +37 -127
  89. package/dist/components/table/TableRow.d.ts +74 -254
  90. package/dist/components/tabs/Tabs.d.ts +37 -127
  91. package/dist/components/tabs/TabsContent.d.ts +37 -127
  92. package/dist/components/tabs/TabsTrigger.d.ts +37 -127
  93. package/dist/components/tabs/TabsTriggerList.d.ts +37 -127
  94. package/dist/components/text/Text.d.ts +37 -127
  95. package/dist/components/textarea/Textarea.d.ts +37 -127
  96. package/dist/components/toast/Toast.d.ts +37 -127
  97. package/dist/components/toggle-group/ToggleGroupButton.d.ts +104 -284
  98. package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -284
  99. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -127
  100. package/dist/components/toggle-group/index.d.ts +245 -695
  101. package/dist/components/tooltip/TooltipContent.d.ts +37 -127
  102. package/dist/components/top-bar/TopBar.d.ts +37 -127
  103. package/dist/components/top-bar/TopBarBrand.d.ts +111 -381
  104. package/dist/components/video/Video.d.ts +104 -284
  105. package/dist/docgen.json +1 -1
  106. package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -142
  107. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +133 -329
  108. package/dist/index.cjs.js +1 -1
  109. package/dist/stitches.d.ts +474 -786
  110. package/dist/stitches.js +1 -1
  111. package/package.json +2 -2
  112. package/CHANGELOG.md +0 -220
@@ -142,148 +142,58 @@ export declare const NavigationMenuDropdownItemTitle: import("@stitches/react/ty
142
142
  "3": any;
143
143
  };
144
144
  }, import("@stitches/react/types/config").DefaultThemeMap, {
145
- bg: (value: {
146
- readonly [$$PropertyValue]: "background";
147
- }) => {
148
- background: {
149
- readonly [$$PropertyValue]: "background";
150
- };
145
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
146
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
151
147
  };
152
- inset: (value: string | number | {
153
- readonly [$$ScaleValue]: "space";
154
- }) => {
155
- top: string | number | {
156
- readonly [$$ScaleValue]: "space";
157
- };
158
- right: string | number | {
159
- readonly [$$ScaleValue]: "space";
160
- };
161
- bottom: string | number | {
162
- readonly [$$ScaleValue]: "space";
163
- };
164
- left: string | number | {
165
- readonly [$$ScaleValue]: "space";
166
- };
148
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
149
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
150
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
167
151
  };
168
- size: (value: string | number | {
169
- readonly [$$ScaleValue]: "size";
170
- }) => {
171
- height: string | number | {
172
- readonly [$$ScaleValue]: "size";
173
- };
174
- width: string | number | {
175
- readonly [$$ScaleValue]: "size";
176
- };
152
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
153
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
177
154
  };
178
- p: (value: string | number | {
179
- readonly [$$ScaleValue]: "space";
180
- }) => {
181
- padding: string | number | {
182
- readonly [$$ScaleValue]: "space";
183
- };
155
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
156
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
184
157
  };
185
- pt: (value: string | number | {
186
- readonly [$$ScaleValue]: "space";
187
- }) => {
188
- paddingTop: string | number | {
189
- readonly [$$ScaleValue]: "space";
190
- };
158
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
159
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
191
160
  };
192
- pr: (value: string | number | {
193
- readonly [$$ScaleValue]: "space";
194
- }) => {
195
- paddingRight: string | number | {
196
- readonly [$$ScaleValue]: "space";
197
- };
161
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
162
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
198
163
  };
199
- pb: (value: string | number | {
200
- readonly [$$ScaleValue]: "space";
201
- }) => {
202
- paddingBottom: string | number | {
203
- readonly [$$ScaleValue]: "space";
204
- };
164
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
165
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
205
166
  };
206
- pl: (value: string | number | {
207
- readonly [$$ScaleValue]: "space";
208
- }) => {
209
- paddingLeft: string | number | {
210
- readonly [$$ScaleValue]: "space";
211
- };
167
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
168
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
169
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
212
170
  };
213
- px: (value: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- }) => {
216
- paddingLeft: string | number | {
217
- readonly [$$ScaleValue]: "space";
218
- };
219
- paddingRight: string | number | {
220
- readonly [$$ScaleValue]: "space";
221
- };
171
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
172
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
173
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
222
174
  };
223
- py: (value: string | number | {
224
- readonly [$$ScaleValue]: "space";
225
- }) => {
226
- paddingTop: string | number | {
227
- readonly [$$ScaleValue]: "space";
228
- };
229
- paddingBottom: string | number | {
230
- readonly [$$ScaleValue]: "space";
231
- };
175
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
176
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
232
177
  };
233
- m: (value: string | number | {
234
- readonly [$$ScaleValue]: "space";
235
- }) => {
236
- margin: string | number | {
237
- readonly [$$ScaleValue]: "space";
238
- };
178
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
179
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
239
180
  };
240
- mt: (value: string | number | {
241
- readonly [$$ScaleValue]: "space";
242
- }) => {
243
- marginTop: string | number | {
244
- readonly [$$ScaleValue]: "space";
245
- };
181
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
182
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
246
183
  };
247
- mr: (value: string | number | {
248
- readonly [$$ScaleValue]: "space";
249
- }) => {
250
- marginRight: string | number | {
251
- readonly [$$ScaleValue]: "space";
252
- };
184
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
185
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
253
186
  };
254
- mb: (value: string | number | {
255
- readonly [$$ScaleValue]: "space";
256
- }) => {
257
- marginBottom: string | number | {
258
- readonly [$$ScaleValue]: "space";
259
- };
187
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
188
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
260
189
  };
261
- ml: (value: string | number | {
262
- readonly [$$ScaleValue]: "space";
263
- }) => {
264
- marginLeft: string | number | {
265
- readonly [$$ScaleValue]: "space";
266
- };
190
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
191
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
192
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
267
193
  };
268
- mx: (value: string | number | {
269
- readonly [$$ScaleValue]: "space";
270
- }) => {
271
- marginLeft: string | number | {
272
- readonly [$$ScaleValue]: "space";
273
- };
274
- marginRight: string | number | {
275
- readonly [$$ScaleValue]: "space";
276
- };
277
- };
278
- my: (value: string | number | {
279
- readonly [$$ScaleValue]: "space";
280
- }) => {
281
- marginTop: string | number | {
282
- readonly [$$ScaleValue]: "space";
283
- };
284
- marginBottom: string | number | {
285
- readonly [$$ScaleValue]: "space";
286
- };
194
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
195
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
196
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
287
197
  };
288
198
  }> | undefined;
289
199
  }, "as"> & {
@@ -410,147 +320,57 @@ export declare const NavigationMenuDropdownItemTitle: import("@stitches/react/ty
410
320
  "3": any;
411
321
  };
412
322
  }, import("@stitches/react/types/config").DefaultThemeMap, {
413
- bg: (value: {
414
- readonly [$$PropertyValue]: "background";
415
- }) => {
416
- background: {
417
- readonly [$$PropertyValue]: "background";
418
- };
323
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
324
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
419
325
  };
420
- inset: (value: string | number | {
421
- readonly [$$ScaleValue]: "space";
422
- }) => {
423
- top: string | number | {
424
- readonly [$$ScaleValue]: "space";
425
- };
426
- right: string | number | {
427
- readonly [$$ScaleValue]: "space";
428
- };
429
- bottom: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- };
432
- left: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
326
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
327
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
328
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
435
329
  };
436
- size: (value: string | number | {
437
- readonly [$$ScaleValue]: "size";
438
- }) => {
439
- height: string | number | {
440
- readonly [$$ScaleValue]: "size";
441
- };
442
- width: string | number | {
443
- readonly [$$ScaleValue]: "size";
444
- };
330
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
445
332
  };
446
- p: (value: string | number | {
447
- readonly [$$ScaleValue]: "space";
448
- }) => {
449
- padding: string | number | {
450
- readonly [$$ScaleValue]: "space";
451
- };
333
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
334
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
452
335
  };
453
- pt: (value: string | number | {
454
- readonly [$$ScaleValue]: "space";
455
- }) => {
456
- paddingTop: string | number | {
457
- readonly [$$ScaleValue]: "space";
458
- };
336
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
337
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
459
338
  };
460
- pr: (value: string | number | {
461
- readonly [$$ScaleValue]: "space";
462
- }) => {
463
- paddingRight: string | number | {
464
- readonly [$$ScaleValue]: "space";
465
- };
339
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
340
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
466
341
  };
467
- pb: (value: string | number | {
468
- readonly [$$ScaleValue]: "space";
469
- }) => {
470
- paddingBottom: string | number | {
471
- readonly [$$ScaleValue]: "space";
472
- };
342
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
343
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
473
344
  };
474
- pl: (value: string | number | {
475
- readonly [$$ScaleValue]: "space";
476
- }) => {
477
- paddingLeft: string | number | {
478
- readonly [$$ScaleValue]: "space";
479
- };
345
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
346
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
347
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
480
348
  };
481
- px: (value: string | number | {
482
- readonly [$$ScaleValue]: "space";
483
- }) => {
484
- paddingLeft: string | number | {
485
- readonly [$$ScaleValue]: "space";
486
- };
487
- paddingRight: string | number | {
488
- readonly [$$ScaleValue]: "space";
489
- };
349
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
350
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
351
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
490
352
  };
491
- py: (value: string | number | {
492
- readonly [$$ScaleValue]: "space";
493
- }) => {
494
- paddingTop: string | number | {
495
- readonly [$$ScaleValue]: "space";
496
- };
497
- paddingBottom: string | number | {
498
- readonly [$$ScaleValue]: "space";
499
- };
353
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
354
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
500
355
  };
501
- m: (value: string | number | {
502
- readonly [$$ScaleValue]: "space";
503
- }) => {
504
- margin: string | number | {
505
- readonly [$$ScaleValue]: "space";
506
- };
356
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
357
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
507
358
  };
508
- mt: (value: string | number | {
509
- readonly [$$ScaleValue]: "space";
510
- }) => {
511
- marginTop: string | number | {
512
- readonly [$$ScaleValue]: "space";
513
- };
359
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
360
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
514
361
  };
515
- mr: (value: string | number | {
516
- readonly [$$ScaleValue]: "space";
517
- }) => {
518
- marginRight: string | number | {
519
- readonly [$$ScaleValue]: "space";
520
- };
362
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
363
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
521
364
  };
522
- mb: (value: string | number | {
523
- readonly [$$ScaleValue]: "space";
524
- }) => {
525
- marginBottom: string | number | {
526
- readonly [$$ScaleValue]: "space";
527
- };
365
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
366
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
528
367
  };
529
- ml: (value: string | number | {
530
- readonly [$$ScaleValue]: "space";
531
- }) => {
532
- marginLeft: string | number | {
533
- readonly [$$ScaleValue]: "space";
534
- };
535
- };
536
- mx: (value: string | number | {
537
- readonly [$$ScaleValue]: "space";
538
- }) => {
539
- marginLeft: string | number | {
540
- readonly [$$ScaleValue]: "space";
541
- };
542
- marginRight: string | number | {
543
- readonly [$$ScaleValue]: "space";
544
- };
368
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
369
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
370
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
545
371
  };
546
- my: (value: string | number | {
547
- readonly [$$ScaleValue]: "space";
548
- }) => {
549
- marginTop: string | number | {
550
- readonly [$$ScaleValue]: "space";
551
- };
552
- marginBottom: string | number | {
553
- readonly [$$ScaleValue]: "space";
554
- };
372
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
373
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
374
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
555
375
  };
556
376
  }>>;