@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
@@ -276,167 +276,73 @@ export declare const VerticalDivider: import("@stitches/react/types/styled-compo
276
276
  transition: "transitions";
277
277
  zIndex: "zIndices";
278
278
  }, {
279
- bg: (value: {
280
- readonly [$$PropertyValue]: "backgroundColor";
281
- }) => {
282
- backgroundColor: {
283
- readonly [$$PropertyValue]: "backgroundColor";
284
- };
285
- };
286
- c: (value: {
287
- readonly [$$PropertyValue]: "color";
288
- }) => {
289
- color: {
290
- readonly [$$PropertyValue]: "color";
291
- };
292
- };
293
- r: (value: {
294
- readonly [$$ScaleValue]: "radii";
295
- }) => {
296
- borderRadius: {
297
- readonly [$$ScaleValue]: "radii";
298
- };
299
- };
300
- fs: (value: string | number | {
301
- readonly [$$PropertyValue]: "fontSize";
302
- }) => {
303
- fontSize: string | number | {
304
- readonly [$$PropertyValue]: "fontSize";
305
- };
306
- };
307
- size: (value: string | number | {
308
- readonly [$$ScaleValue]: "space";
309
- }) => {
310
- height: string | number | {
311
- readonly [$$ScaleValue]: "space";
312
- };
313
- width: string | number | {
314
- readonly [$$ScaleValue]: "space";
315
- };
316
- };
317
- w: (value: string | number | {
318
- readonly [$$ScaleValue]: "space";
319
- }) => {
320
- width: string | number | {
321
- readonly [$$ScaleValue]: "space";
322
- };
323
- };
324
- h: (value: string | number | {
325
- readonly [$$ScaleValue]: "space";
326
- }) => {
327
- height: string | number | {
328
- readonly [$$ScaleValue]: "space";
329
- };
330
- };
331
- p: (value: string | number | {
332
- readonly [$$ScaleValue]: "space";
333
- }) => {
334
- padding: string | number | {
335
- readonly [$$ScaleValue]: "space";
336
- };
337
- };
338
- pt: (value: string | number | {
339
- readonly [$$ScaleValue]: "space";
340
- }) => {
341
- paddingTop: string | number | {
342
- readonly [$$ScaleValue]: "space";
343
- };
344
- };
345
- pr: (value: string | number | {
346
- readonly [$$ScaleValue]: "space";
347
- }) => {
348
- paddingRight: string | number | {
349
- readonly [$$ScaleValue]: "space";
350
- };
351
- };
352
- pb: (value: string | number | {
353
- readonly [$$ScaleValue]: "space";
354
- }) => {
355
- paddingBottom: string | number | {
356
- readonly [$$ScaleValue]: "space";
357
- };
358
- };
359
- pl: (value: string | number | {
360
- readonly [$$ScaleValue]: "space";
361
- }) => {
362
- paddingLeft: string | number | {
363
- readonly [$$ScaleValue]: "space";
364
- };
365
- };
366
- px: (value: string | number | {
367
- readonly [$$ScaleValue]: "space";
368
- }) => {
369
- paddingLeft: string | number | {
370
- readonly [$$ScaleValue]: "space";
371
- };
372
- paddingRight: string | number | {
373
- readonly [$$ScaleValue]: "space";
374
- };
375
- };
376
- py: (value: string | number | {
377
- readonly [$$ScaleValue]: "space";
378
- }) => {
379
- paddingTop: string | number | {
380
- readonly [$$ScaleValue]: "space";
381
- };
382
- paddingBottom: string | number | {
383
- readonly [$$ScaleValue]: "space";
384
- };
385
- };
386
- m: (value: string | number | {
387
- readonly [$$ScaleValue]: "space";
388
- }) => {
389
- margin: string | number | {
390
- readonly [$$ScaleValue]: "space";
391
- };
392
- };
393
- mt: (value: string | number | {
394
- readonly [$$ScaleValue]: "space";
395
- }) => {
396
- marginTop: string | number | {
397
- readonly [$$ScaleValue]: "space";
398
- };
399
- };
400
- mr: (value: string | number | {
401
- readonly [$$ScaleValue]: "space";
402
- }) => {
403
- marginRight: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- };
406
- };
407
- mb: (value: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- }) => {
410
- marginBottom: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
413
- };
414
- ml: (value: string | number | {
415
- readonly [$$ScaleValue]: "space";
416
- }) => {
417
- marginLeft: string | number | {
418
- readonly [$$ScaleValue]: "space";
419
- };
420
- };
421
- mx: (value: string | number | {
422
- readonly [$$ScaleValue]: "space";
423
- }) => {
424
- marginLeft: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- };
427
- marginRight: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
430
- };
431
- my: (value: string | number | {
432
- readonly [$$ScaleValue]: "space";
433
- }) => {
434
- marginTop: string | number | {
435
- readonly [$$ScaleValue]: "space";
436
- };
437
- marginBottom: string | number | {
438
- readonly [$$ScaleValue]: "space";
439
- };
279
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
280
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
281
+ };
282
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
283
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
284
+ };
285
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
286
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
287
+ };
288
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
289
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
290
+ };
291
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
292
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
293
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ };
295
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
296
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
297
+ };
298
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
299
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
300
+ };
301
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
302
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
303
+ };
304
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
305
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
306
+ };
307
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
308
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
309
+ };
310
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
311
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
312
+ };
313
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
314
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
315
+ };
316
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ };
320
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
321
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
322
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ };
324
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
325
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ };
330
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ };
333
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
334
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ };
336
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
337
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ };
339
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
340
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
341
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ };
343
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
344
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
440
346
  };
441
347
  }>>;
442
348
  export declare const HorizontalDivider: import("@stitches/react/types/styled-component").StyledComponent<"span", {
@@ -717,166 +623,72 @@ export declare const HorizontalDivider: import("@stitches/react/types/styled-com
717
623
  transition: "transitions";
718
624
  zIndex: "zIndices";
719
625
  }, {
720
- bg: (value: {
721
- readonly [$$PropertyValue]: "backgroundColor";
722
- }) => {
723
- backgroundColor: {
724
- readonly [$$PropertyValue]: "backgroundColor";
725
- };
726
- };
727
- c: (value: {
728
- readonly [$$PropertyValue]: "color";
729
- }) => {
730
- color: {
731
- readonly [$$PropertyValue]: "color";
732
- };
733
- };
734
- r: (value: {
735
- readonly [$$ScaleValue]: "radii";
736
- }) => {
737
- borderRadius: {
738
- readonly [$$ScaleValue]: "radii";
739
- };
740
- };
741
- fs: (value: string | number | {
742
- readonly [$$PropertyValue]: "fontSize";
743
- }) => {
744
- fontSize: string | number | {
745
- readonly [$$PropertyValue]: "fontSize";
746
- };
747
- };
748
- size: (value: string | number | {
749
- readonly [$$ScaleValue]: "space";
750
- }) => {
751
- height: string | number | {
752
- readonly [$$ScaleValue]: "space";
753
- };
754
- width: string | number | {
755
- readonly [$$ScaleValue]: "space";
756
- };
757
- };
758
- w: (value: string | number | {
759
- readonly [$$ScaleValue]: "space";
760
- }) => {
761
- width: string | number | {
762
- readonly [$$ScaleValue]: "space";
763
- };
764
- };
765
- h: (value: string | number | {
766
- readonly [$$ScaleValue]: "space";
767
- }) => {
768
- height: string | number | {
769
- readonly [$$ScaleValue]: "space";
770
- };
771
- };
772
- p: (value: string | number | {
773
- readonly [$$ScaleValue]: "space";
774
- }) => {
775
- padding: string | number | {
776
- readonly [$$ScaleValue]: "space";
777
- };
778
- };
779
- pt: (value: string | number | {
780
- readonly [$$ScaleValue]: "space";
781
- }) => {
782
- paddingTop: string | number | {
783
- readonly [$$ScaleValue]: "space";
784
- };
785
- };
786
- pr: (value: string | number | {
787
- readonly [$$ScaleValue]: "space";
788
- }) => {
789
- paddingRight: string | number | {
790
- readonly [$$ScaleValue]: "space";
791
- };
792
- };
793
- pb: (value: string | number | {
794
- readonly [$$ScaleValue]: "space";
795
- }) => {
796
- paddingBottom: string | number | {
797
- readonly [$$ScaleValue]: "space";
798
- };
799
- };
800
- pl: (value: string | number | {
801
- readonly [$$ScaleValue]: "space";
802
- }) => {
803
- paddingLeft: string | number | {
804
- readonly [$$ScaleValue]: "space";
805
- };
806
- };
807
- px: (value: string | number | {
808
- readonly [$$ScaleValue]: "space";
809
- }) => {
810
- paddingLeft: string | number | {
811
- readonly [$$ScaleValue]: "space";
812
- };
813
- paddingRight: string | number | {
814
- readonly [$$ScaleValue]: "space";
815
- };
816
- };
817
- py: (value: string | number | {
818
- readonly [$$ScaleValue]: "space";
819
- }) => {
820
- paddingTop: string | number | {
821
- readonly [$$ScaleValue]: "space";
822
- };
823
- paddingBottom: string | number | {
824
- readonly [$$ScaleValue]: "space";
825
- };
826
- };
827
- m: (value: string | number | {
828
- readonly [$$ScaleValue]: "space";
829
- }) => {
830
- margin: string | number | {
831
- readonly [$$ScaleValue]: "space";
832
- };
833
- };
834
- mt: (value: string | number | {
835
- readonly [$$ScaleValue]: "space";
836
- }) => {
837
- marginTop: string | number | {
838
- readonly [$$ScaleValue]: "space";
839
- };
840
- };
841
- mr: (value: string | number | {
842
- readonly [$$ScaleValue]: "space";
843
- }) => {
844
- marginRight: string | number | {
845
- readonly [$$ScaleValue]: "space";
846
- };
847
- };
848
- mb: (value: string | number | {
849
- readonly [$$ScaleValue]: "space";
850
- }) => {
851
- marginBottom: string | number | {
852
- readonly [$$ScaleValue]: "space";
853
- };
854
- };
855
- ml: (value: string | number | {
856
- readonly [$$ScaleValue]: "space";
857
- }) => {
858
- marginLeft: string | number | {
859
- readonly [$$ScaleValue]: "space";
860
- };
861
- };
862
- mx: (value: string | number | {
863
- readonly [$$ScaleValue]: "space";
864
- }) => {
865
- marginLeft: string | number | {
866
- readonly [$$ScaleValue]: "space";
867
- };
868
- marginRight: string | number | {
869
- readonly [$$ScaleValue]: "space";
870
- };
871
- };
872
- my: (value: string | number | {
873
- readonly [$$ScaleValue]: "space";
874
- }) => {
875
- marginTop: string | number | {
876
- readonly [$$ScaleValue]: "space";
877
- };
878
- marginBottom: string | number | {
879
- readonly [$$ScaleValue]: "space";
880
- };
626
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
627
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
628
+ };
629
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
630
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
631
+ };
632
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
633
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
634
+ };
635
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
636
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
637
+ };
638
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
639
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
640
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ };
642
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
643
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
644
+ };
645
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
646
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
647
+ };
648
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
649
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
650
+ };
651
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
652
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
653
+ };
654
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
655
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
656
+ };
657
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
658
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
659
+ };
660
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
661
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
662
+ };
663
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
664
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
665
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
666
+ };
667
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
668
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
669
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
670
+ };
671
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
672
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
673
+ };
674
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
675
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
676
+ };
677
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
678
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
679
+ };
680
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
681
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
682
+ };
683
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
684
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
685
+ };
686
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
687
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
688
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
689
+ };
690
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
691
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
692
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
881
693
  };
882
694
  }>>;