@100mslive/roomkit-react 0.3.21 → 0.3.22-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/{HLSView-CIEOVB7G.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-IUYITNDV.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-IUYITNDV.css.map → HLSView-Z2JID2W7.css.map} +1 -1
  14. package/dist/IconButton/IconButton.d.ts +47 -141
  15. package/dist/Input/Input.d.ts +362 -926
  16. package/dist/Label/Label.d.ts +47 -141
  17. package/dist/Layout/Box.d.ts +47 -141
  18. package/dist/Layout/Flex.d.ts +47 -141
  19. package/dist/Link/Link.d.ts +47 -141
  20. package/dist/Modal/Dialog.d.ts +329 -987
  21. package/dist/Modal/DialogContent.d.ts +469 -1127
  22. package/dist/Pagination/StyledPagination.d.ts +268 -644
  23. package/dist/Popover/index.d.ts +201 -483
  24. package/dist/Prebuilt/IconButton.d.ts +134 -322
  25. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  26. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  27. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/DeviceInUseError.d.ts +2 -0
  29. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  30. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  31. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  32. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  33. package/dist/Progress/index.d.ts +134 -322
  34. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  35. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  36. package/dist/Select/Select.d.ts +201 -483
  37. package/dist/Sheet/Sheet.d.ts +329 -987
  38. package/dist/Slider/Slider.d.ts +47 -141
  39. package/dist/Stats/StyledStats.d.ts +402 -966
  40. package/dist/Switch/Switch.d.ts +47 -141
  41. package/dist/Tabs/Tabs.d.ts +268 -644
  42. package/dist/Text/Text.d.ts +47 -141
  43. package/dist/TextArea/TextArea.d.ts +47 -141
  44. package/dist/Theme/base.config.d.ts +26 -78
  45. package/dist/Theme/stitches.config.d.ts +1046 -1493
  46. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  47. package/dist/Toast/Toast.d.ts +382 -946
  48. package/dist/Video/Video.d.ts +47 -141
  49. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  50. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  51. package/dist/{chunk-D6EIIW34.js → chunk-CRGZUJSX.js} +1000 -875
  52. package/dist/chunk-CRGZUJSX.js.map +7 -0
  53. package/dist/index.cjs.css +2 -2
  54. package/dist/index.cjs.css.map +1 -1
  55. package/dist/index.cjs.js +1038 -861
  56. package/dist/index.cjs.js.map +4 -4
  57. package/dist/index.css +2 -2
  58. package/dist/index.css.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/meta.cjs.json +348 -78
  61. package/dist/meta.esbuild.json +355 -85
  62. package/package.json +8 -8
  63. package/src/Avatar/Avatar.tsx +1 -1
  64. package/src/Popover/Popover.stories.tsx +1 -1
  65. package/src/Prebuilt/components/Header/common.jsx +6 -5
  66. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  67. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -0
  68. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  69. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  70. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -159
  71. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
  72. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  73. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  74. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  75. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  76. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  77. package/src/Prebuilt/components/StatsForNerds.jsx +32 -3
  78. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  79. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  80. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  81. package/dist/chunk-D6EIIW34.js.map +0 -7
  82. /package/dist/{HLSView-CIEOVB7G.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -279,167 +279,73 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
279
279
  transition: "transitions";
280
280
  zIndex: "zIndices";
281
281
  }, {
282
- bg: (value: {
283
- readonly [$$PropertyValue]: "backgroundColor";
284
- }) => {
285
- backgroundColor: {
286
- readonly [$$PropertyValue]: "backgroundColor";
287
- };
282
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
283
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
288
284
  };
289
- c: (value: {
290
- readonly [$$PropertyValue]: "color";
291
- }) => {
292
- color: {
293
- readonly [$$PropertyValue]: "color";
294
- };
285
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
286
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
295
287
  };
296
- r: (value: {
297
- readonly [$$ScaleValue]: "radii";
298
- }) => {
299
- borderRadius: {
300
- readonly [$$ScaleValue]: "radii";
301
- };
288
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
289
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
302
290
  };
303
- fs: (value: string | number | {
304
- readonly [$$PropertyValue]: "fontSize";
305
- }) => {
306
- fontSize: string | number | {
307
- readonly [$$PropertyValue]: "fontSize";
308
- };
291
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
292
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
309
293
  };
310
- size: (value: string | number | {
311
- readonly [$$ScaleValue]: "space";
312
- }) => {
313
- height: string | number | {
314
- readonly [$$ScaleValue]: "space";
315
- };
316
- width: string | number | {
317
- readonly [$$ScaleValue]: "space";
318
- };
294
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
295
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
296
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
297
  };
320
- w: (value: string | number | {
321
- readonly [$$ScaleValue]: "space";
322
- }) => {
323
- width: string | number | {
324
- readonly [$$ScaleValue]: "space";
325
- };
298
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
299
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
300
  };
327
- h: (value: string | number | {
328
- readonly [$$ScaleValue]: "space";
329
- }) => {
330
- height: string | number | {
331
- readonly [$$ScaleValue]: "space";
332
- };
301
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
302
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
303
  };
334
- p: (value: string | number | {
335
- readonly [$$ScaleValue]: "space";
336
- }) => {
337
- padding: string | number | {
338
- readonly [$$ScaleValue]: "space";
339
- };
304
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
305
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
306
  };
341
- pt: (value: string | number | {
342
- readonly [$$ScaleValue]: "space";
343
- }) => {
344
- paddingTop: string | number | {
345
- readonly [$$ScaleValue]: "space";
346
- };
307
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
308
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
347
309
  };
348
- pr: (value: string | number | {
349
- readonly [$$ScaleValue]: "space";
350
- }) => {
351
- paddingRight: string | number | {
352
- readonly [$$ScaleValue]: "space";
353
- };
310
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
311
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
354
312
  };
355
- pb: (value: string | number | {
356
- readonly [$$ScaleValue]: "space";
357
- }) => {
358
- paddingBottom: string | number | {
359
- readonly [$$ScaleValue]: "space";
360
- };
313
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
314
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
361
315
  };
362
- pl: (value: string | number | {
363
- readonly [$$ScaleValue]: "space";
364
- }) => {
365
- paddingLeft: string | number | {
366
- readonly [$$ScaleValue]: "space";
367
- };
316
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
368
318
  };
369
- px: (value: string | number | {
370
- readonly [$$ScaleValue]: "space";
371
- }) => {
372
- paddingLeft: string | number | {
373
- readonly [$$ScaleValue]: "space";
374
- };
375
- paddingRight: string | number | {
376
- readonly [$$ScaleValue]: "space";
377
- };
319
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
320
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
378
322
  };
379
- py: (value: string | number | {
380
- readonly [$$ScaleValue]: "space";
381
- }) => {
382
- paddingTop: string | number | {
383
- readonly [$$ScaleValue]: "space";
384
- };
385
- paddingBottom: string | number | {
386
- readonly [$$ScaleValue]: "space";
387
- };
323
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
324
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
388
326
  };
389
- m: (value: string | number | {
390
- readonly [$$ScaleValue]: "space";
391
- }) => {
392
- margin: string | number | {
393
- readonly [$$ScaleValue]: "space";
394
- };
327
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
395
329
  };
396
- mt: (value: string | number | {
397
- readonly [$$ScaleValue]: "space";
398
- }) => {
399
- marginTop: string | number | {
400
- readonly [$$ScaleValue]: "space";
401
- };
330
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
402
332
  };
403
- mr: (value: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- }) => {
406
- marginRight: string | number | {
407
- readonly [$$ScaleValue]: "space";
408
- };
333
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
334
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
409
335
  };
410
- mb: (value: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- }) => {
413
- marginBottom: string | number | {
414
- readonly [$$ScaleValue]: "space";
415
- };
336
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
337
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
416
338
  };
417
- ml: (value: string | number | {
418
- readonly [$$ScaleValue]: "space";
419
- }) => {
420
- marginLeft: string | number | {
421
- readonly [$$ScaleValue]: "space";
422
- };
339
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
340
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
423
341
  };
424
- mx: (value: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- }) => {
427
- marginLeft: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
430
- marginRight: string | number | {
431
- readonly [$$ScaleValue]: "space";
432
- };
342
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
343
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
433
345
  };
434
- my: (value: string | number | {
435
- readonly [$$ScaleValue]: "space";
436
- }) => {
437
- marginTop: string | number | {
438
- readonly [$$ScaleValue]: "space";
439
- };
440
- marginBottom: string | number | {
441
- readonly [$$ScaleValue]: "space";
442
- };
346
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
347
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
443
349
  };
444
350
  }>>;
445
351
  declare type Props = VariantProps<typeof StyledAvatar> & React.ComponentProps<typeof StyledAvatar> & {
@@ -284,167 +284,73 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<React.PropsWit
284
284
  transition: "transitions";
285
285
  zIndex: "zIndices";
286
286
  }, {
287
- bg: (value: {
288
- readonly [$$PropertyValue]: "backgroundColor";
289
- }) => {
290
- backgroundColor: {
291
- readonly [$$PropertyValue]: "backgroundColor";
292
- };
287
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
288
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
293
289
  };
294
- c: (value: {
295
- readonly [$$PropertyValue]: "color";
296
- }) => {
297
- color: {
298
- readonly [$$PropertyValue]: "color";
299
- };
290
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
291
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
300
292
  };
301
- r: (value: {
302
- readonly [$$ScaleValue]: "radii";
303
- }) => {
304
- borderRadius: {
305
- readonly [$$ScaleValue]: "radii";
306
- };
293
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
294
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
307
295
  };
308
- fs: (value: string | number | {
309
- readonly [$$PropertyValue]: "fontSize";
310
- }) => {
311
- fontSize: string | number | {
312
- readonly [$$PropertyValue]: "fontSize";
313
- };
296
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
297
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
314
298
  };
315
- size: (value: string | number | {
316
- readonly [$$ScaleValue]: "space";
317
- }) => {
318
- height: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- };
321
- width: string | number | {
322
- readonly [$$ScaleValue]: "space";
323
- };
299
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
302
  };
325
- w: (value: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- }) => {
328
- width: string | number | {
329
- readonly [$$ScaleValue]: "space";
330
- };
303
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
304
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
331
305
  };
332
- h: (value: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- }) => {
335
- height: string | number | {
336
- readonly [$$ScaleValue]: "space";
337
- };
306
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
307
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
308
  };
339
- p: (value: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- }) => {
342
- padding: string | number | {
343
- readonly [$$ScaleValue]: "space";
344
- };
309
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
310
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
311
  };
346
- pt: (value: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- }) => {
349
- paddingTop: string | number | {
350
- readonly [$$ScaleValue]: "space";
351
- };
312
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
314
  };
353
- pr: (value: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- }) => {
356
- paddingRight: string | number | {
357
- readonly [$$ScaleValue]: "space";
358
- };
315
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
316
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
317
  };
360
- pb: (value: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- }) => {
363
- paddingBottom: string | number | {
364
- readonly [$$ScaleValue]: "space";
365
- };
318
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
366
320
  };
367
- pl: (value: string | number | {
368
- readonly [$$ScaleValue]: "space";
369
- }) => {
370
- paddingLeft: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- };
321
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
373
323
  };
374
- px: (value: string | number | {
375
- readonly [$$ScaleValue]: "space";
376
- }) => {
377
- paddingLeft: string | number | {
378
- readonly [$$ScaleValue]: "space";
379
- };
380
- paddingRight: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- };
324
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
325
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
383
327
  };
384
- py: (value: string | number | {
385
- readonly [$$ScaleValue]: "space";
386
- }) => {
387
- paddingTop: string | number | {
388
- readonly [$$ScaleValue]: "space";
389
- };
390
- paddingBottom: string | number | {
391
- readonly [$$ScaleValue]: "space";
392
- };
328
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
393
331
  };
394
- m: (value: string | number | {
395
- readonly [$$ScaleValue]: "space";
396
- }) => {
397
- margin: string | number | {
398
- readonly [$$ScaleValue]: "space";
399
- };
332
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
333
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
400
334
  };
401
- mt: (value: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- }) => {
404
- marginTop: string | number | {
405
- readonly [$$ScaleValue]: "space";
406
- };
335
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
407
337
  };
408
- mr: (value: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- }) => {
411
- marginRight: string | number | {
412
- readonly [$$ScaleValue]: "space";
413
- };
338
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
414
340
  };
415
- mb: (value: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- }) => {
418
- marginBottom: string | number | {
419
- readonly [$$ScaleValue]: "space";
420
- };
341
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
421
343
  };
422
- ml: (value: string | number | {
423
- readonly [$$ScaleValue]: "space";
424
- }) => {
425
- marginLeft: string | number | {
426
- readonly [$$ScaleValue]: "space";
427
- };
344
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
428
346
  };
429
- mx: (value: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- }) => {
432
- marginLeft: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
435
- marginRight: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- };
347
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
348
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
438
350
  };
439
- my: (value: string | number | {
440
- readonly [$$ScaleValue]: "space";
441
- }) => {
442
- marginTop: string | number | {
443
- readonly [$$ScaleValue]: "space";
444
- };
445
- marginBottom: string | number | {
446
- readonly [$$ScaleValue]: "space";
447
- };
351
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
352
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
353
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
448
354
  };
449
355
  }> | undefined;
450
356
  }>, "ref"> & React.RefAttributes<HTMLButtonElement>>;