@100mslive/roomkit-react 0.3.23 → 0.3.24-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) 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/IconButton/IconButton.d.ts +47 -141
  12. package/dist/Input/Input.d.ts +362 -926
  13. package/dist/Label/Label.d.ts +47 -141
  14. package/dist/Layout/Box.d.ts +47 -141
  15. package/dist/Layout/Flex.d.ts +47 -141
  16. package/dist/Link/Link.d.ts +47 -141
  17. package/dist/Modal/Dialog.d.ts +329 -987
  18. package/dist/Modal/DialogContent.d.ts +469 -1127
  19. package/dist/Pagination/StyledPagination.d.ts +268 -644
  20. package/dist/Popover/index.d.ts +201 -483
  21. package/dist/Prebuilt/IconButton.d.ts +134 -322
  22. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  23. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  24. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  25. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  26. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  27. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
  29. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  30. package/dist/Progress/index.d.ts +134 -322
  31. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  32. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  33. package/dist/Select/Select.d.ts +201 -483
  34. package/dist/Sheet/Sheet.d.ts +329 -987
  35. package/dist/Slider/Slider.d.ts +47 -141
  36. package/dist/Stats/StyledStats.d.ts +402 -966
  37. package/dist/Switch/Switch.d.ts +47 -141
  38. package/dist/Tabs/Tabs.d.ts +268 -644
  39. package/dist/Text/Text.d.ts +47 -141
  40. package/dist/TextArea/TextArea.d.ts +47 -141
  41. package/dist/Theme/base.config.d.ts +26 -78
  42. package/dist/Theme/stitches.config.d.ts +1046 -1493
  43. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  44. package/dist/Toast/Toast.d.ts +382 -946
  45. package/dist/Video/Video.d.ts +47 -141
  46. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  47. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  48. package/dist/android-perm-1.png +0 -0
  49. package/dist/audio-level.png +0 -0
  50. package/dist/empty-chat.svg +12 -0
  51. package/dist/index.cjs.css +2 -2
  52. package/dist/index.cjs.css.map +1 -1
  53. package/dist/index.cjs.js +34062 -37242
  54. package/dist/index.cjs.js.map +4 -4
  55. package/dist/index.css +2 -2
  56. package/dist/index.css.map +1 -1
  57. package/dist/index.js +36387 -67
  58. package/dist/index.js.map +4 -4
  59. package/dist/ios-perm-0.png +0 -0
  60. package/dist/meta.cjs.json +1531 -1218
  61. package/dist/meta.esbuild.json +942 -794
  62. package/dist/pdf-share.png +0 -0
  63. package/dist/screen-share.png +0 -0
  64. package/dist/transaction_error.svg +12 -0
  65. package/package.json +8 -8
  66. package/src/Avatar/Avatar.tsx +1 -1
  67. package/src/Popover/Popover.stories.tsx +1 -1
  68. package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
  69. package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
  70. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
  71. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
  72. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
  73. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
  74. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  75. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  76. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  77. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
  78. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
  79. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  80. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  81. package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
  82. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  83. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  84. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  85. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
  86. package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
  87. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
  88. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  89. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  90. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  91. package/src/Prebuilt/layouts/HLSView.jsx +3 -3
  92. package/src/Prebuilt/layouts/PDFView.jsx +1 -0
  93. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
  94. package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
  95. package/dist/HLSView-HYI6LLL6.js +0 -1652
  96. package/dist/HLSView-HYI6LLL6.js.map +0 -7
  97. package/dist/HLSView-S4NJF7Q2.css +0 -2780
  98. package/dist/HLSView-S4NJF7Q2.css.map +0 -7
  99. package/dist/chunk-LRJSQMZ4.js +0 -34759
  100. package/dist/chunk-LRJSQMZ4.js.map +0 -7
@@ -290,167 +290,73 @@ export declare const SenderName: import("@stitches/react/types/styled-component"
290
290
  transition: "transitions";
291
291
  zIndex: "zIndices";
292
292
  }, {
293
- bg: (value: {
294
- readonly [$$PropertyValue]: "backgroundColor";
295
- }) => {
296
- backgroundColor: {
297
- readonly [$$PropertyValue]: "backgroundColor";
298
- };
299
- };
300
- c: (value: {
301
- readonly [$$PropertyValue]: "color";
302
- }) => {
303
- color: {
304
- readonly [$$PropertyValue]: "color";
305
- };
306
- };
307
- r: (value: {
308
- readonly [$$ScaleValue]: "radii";
309
- }) => {
310
- borderRadius: {
311
- readonly [$$ScaleValue]: "radii";
312
- };
313
- };
314
- fs: (value: string | number | {
315
- readonly [$$PropertyValue]: "fontSize";
316
- }) => {
317
- fontSize: string | number | {
318
- readonly [$$PropertyValue]: "fontSize";
319
- };
320
- };
321
- size: (value: string | number | {
322
- readonly [$$ScaleValue]: "space";
323
- }) => {
324
- height: string | number | {
325
- readonly [$$ScaleValue]: "space";
326
- };
327
- width: string | number | {
328
- readonly [$$ScaleValue]: "space";
329
- };
330
- };
331
- w: (value: string | number | {
332
- readonly [$$ScaleValue]: "space";
333
- }) => {
334
- width: string | number | {
335
- readonly [$$ScaleValue]: "space";
336
- };
337
- };
338
- h: (value: string | number | {
339
- readonly [$$ScaleValue]: "space";
340
- }) => {
341
- height: string | number | {
342
- readonly [$$ScaleValue]: "space";
343
- };
344
- };
345
- p: (value: string | number | {
346
- readonly [$$ScaleValue]: "space";
347
- }) => {
348
- padding: string | number | {
349
- readonly [$$ScaleValue]: "space";
350
- };
351
- };
352
- pt: (value: string | number | {
353
- readonly [$$ScaleValue]: "space";
354
- }) => {
355
- paddingTop: string | number | {
356
- readonly [$$ScaleValue]: "space";
357
- };
358
- };
359
- pr: (value: string | number | {
360
- readonly [$$ScaleValue]: "space";
361
- }) => {
362
- paddingRight: string | number | {
363
- readonly [$$ScaleValue]: "space";
364
- };
365
- };
366
- pb: (value: string | number | {
367
- readonly [$$ScaleValue]: "space";
368
- }) => {
369
- paddingBottom: string | number | {
370
- readonly [$$ScaleValue]: "space";
371
- };
372
- };
373
- pl: (value: string | number | {
374
- readonly [$$ScaleValue]: "space";
375
- }) => {
376
- paddingLeft: string | number | {
377
- readonly [$$ScaleValue]: "space";
378
- };
379
- };
380
- px: (value: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- }) => {
383
- paddingLeft: string | number | {
384
- readonly [$$ScaleValue]: "space";
385
- };
386
- paddingRight: string | number | {
387
- readonly [$$ScaleValue]: "space";
388
- };
389
- };
390
- py: (value: string | number | {
391
- readonly [$$ScaleValue]: "space";
392
- }) => {
393
- paddingTop: string | number | {
394
- readonly [$$ScaleValue]: "space";
395
- };
396
- paddingBottom: string | number | {
397
- readonly [$$ScaleValue]: "space";
398
- };
399
- };
400
- m: (value: string | number | {
401
- readonly [$$ScaleValue]: "space";
402
- }) => {
403
- margin: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- };
406
- };
407
- mt: (value: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- }) => {
410
- marginTop: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
413
- };
414
- mr: (value: string | number | {
415
- readonly [$$ScaleValue]: "space";
416
- }) => {
417
- marginRight: string | number | {
418
- readonly [$$ScaleValue]: "space";
419
- };
420
- };
421
- mb: (value: string | number | {
422
- readonly [$$ScaleValue]: "space";
423
- }) => {
424
- marginBottom: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- };
427
- };
428
- ml: (value: string | number | {
429
- readonly [$$ScaleValue]: "space";
430
- }) => {
431
- marginLeft: string | number | {
432
- readonly [$$ScaleValue]: "space";
433
- };
434
- };
435
- mx: (value: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- }) => {
438
- marginLeft: string | number | {
439
- readonly [$$ScaleValue]: "space";
440
- };
441
- marginRight: string | number | {
442
- readonly [$$ScaleValue]: "space";
443
- };
444
- };
445
- my: (value: string | number | {
446
- readonly [$$ScaleValue]: "space";
447
- }) => {
448
- marginTop: string | number | {
449
- readonly [$$ScaleValue]: "space";
450
- };
451
- marginBottom: string | number | {
452
- readonly [$$ScaleValue]: "space";
453
- };
293
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
294
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
295
+ };
296
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
297
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
298
+ };
299
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
300
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
301
+ };
302
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
303
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
304
+ };
305
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
308
+ };
309
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
310
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
311
+ };
312
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
314
+ };
315
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
316
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ };
321
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ };
324
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
325
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ };
330
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ };
334
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
337
+ };
338
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ };
341
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ };
344
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ };
347
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
348
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ };
350
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ };
353
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
354
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
356
+ };
357
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
454
360
  };
455
361
  }>>, {}, {
456
362
  allowMotion: string;
@@ -728,167 +634,73 @@ export declare const SenderName: import("@stitches/react/types/styled-component"
728
634
  transition: "transitions";
729
635
  zIndex: "zIndices";
730
636
  }, {
731
- bg: (value: {
732
- readonly [$$PropertyValue]: "backgroundColor";
733
- }) => {
734
- backgroundColor: {
735
- readonly [$$PropertyValue]: "backgroundColor";
736
- };
737
- };
738
- c: (value: {
739
- readonly [$$PropertyValue]: "color";
740
- }) => {
741
- color: {
742
- readonly [$$PropertyValue]: "color";
743
- };
744
- };
745
- r: (value: {
746
- readonly [$$ScaleValue]: "radii";
747
- }) => {
748
- borderRadius: {
749
- readonly [$$ScaleValue]: "radii";
750
- };
751
- };
752
- fs: (value: string | number | {
753
- readonly [$$PropertyValue]: "fontSize";
754
- }) => {
755
- fontSize: string | number | {
756
- readonly [$$PropertyValue]: "fontSize";
757
- };
758
- };
759
- size: (value: string | number | {
760
- readonly [$$ScaleValue]: "space";
761
- }) => {
762
- height: string | number | {
763
- readonly [$$ScaleValue]: "space";
764
- };
765
- width: string | number | {
766
- readonly [$$ScaleValue]: "space";
767
- };
768
- };
769
- w: (value: string | number | {
770
- readonly [$$ScaleValue]: "space";
771
- }) => {
772
- width: string | number | {
773
- readonly [$$ScaleValue]: "space";
774
- };
775
- };
776
- h: (value: string | number | {
777
- readonly [$$ScaleValue]: "space";
778
- }) => {
779
- height: string | number | {
780
- readonly [$$ScaleValue]: "space";
781
- };
782
- };
783
- p: (value: string | number | {
784
- readonly [$$ScaleValue]: "space";
785
- }) => {
786
- padding: string | number | {
787
- readonly [$$ScaleValue]: "space";
788
- };
789
- };
790
- pt: (value: string | number | {
791
- readonly [$$ScaleValue]: "space";
792
- }) => {
793
- paddingTop: string | number | {
794
- readonly [$$ScaleValue]: "space";
795
- };
796
- };
797
- pr: (value: string | number | {
798
- readonly [$$ScaleValue]: "space";
799
- }) => {
800
- paddingRight: string | number | {
801
- readonly [$$ScaleValue]: "space";
802
- };
803
- };
804
- pb: (value: string | number | {
805
- readonly [$$ScaleValue]: "space";
806
- }) => {
807
- paddingBottom: string | number | {
808
- readonly [$$ScaleValue]: "space";
809
- };
810
- };
811
- pl: (value: string | number | {
812
- readonly [$$ScaleValue]: "space";
813
- }) => {
814
- paddingLeft: string | number | {
815
- readonly [$$ScaleValue]: "space";
816
- };
817
- };
818
- px: (value: string | number | {
819
- readonly [$$ScaleValue]: "space";
820
- }) => {
821
- paddingLeft: string | number | {
822
- readonly [$$ScaleValue]: "space";
823
- };
824
- paddingRight: string | number | {
825
- readonly [$$ScaleValue]: "space";
826
- };
827
- };
828
- py: (value: string | number | {
829
- readonly [$$ScaleValue]: "space";
830
- }) => {
831
- paddingTop: string | number | {
832
- readonly [$$ScaleValue]: "space";
833
- };
834
- paddingBottom: string | number | {
835
- readonly [$$ScaleValue]: "space";
836
- };
837
- };
838
- m: (value: string | number | {
839
- readonly [$$ScaleValue]: "space";
840
- }) => {
841
- margin: string | number | {
842
- readonly [$$ScaleValue]: "space";
843
- };
844
- };
845
- mt: (value: string | number | {
846
- readonly [$$ScaleValue]: "space";
847
- }) => {
848
- marginTop: string | number | {
849
- readonly [$$ScaleValue]: "space";
850
- };
851
- };
852
- mr: (value: string | number | {
853
- readonly [$$ScaleValue]: "space";
854
- }) => {
855
- marginRight: string | number | {
856
- readonly [$$ScaleValue]: "space";
857
- };
858
- };
859
- mb: (value: string | number | {
860
- readonly [$$ScaleValue]: "space";
861
- }) => {
862
- marginBottom: string | number | {
863
- readonly [$$ScaleValue]: "space";
864
- };
865
- };
866
- ml: (value: string | number | {
867
- readonly [$$ScaleValue]: "space";
868
- }) => {
869
- marginLeft: string | number | {
870
- readonly [$$ScaleValue]: "space";
871
- };
872
- };
873
- mx: (value: string | number | {
874
- readonly [$$ScaleValue]: "space";
875
- }) => {
876
- marginLeft: string | number | {
877
- readonly [$$ScaleValue]: "space";
878
- };
879
- marginRight: string | number | {
880
- readonly [$$ScaleValue]: "space";
881
- };
882
- };
883
- my: (value: string | number | {
884
- readonly [$$ScaleValue]: "space";
885
- }) => {
886
- marginTop: string | number | {
887
- readonly [$$ScaleValue]: "space";
888
- };
889
- marginBottom: string | number | {
890
- readonly [$$ScaleValue]: "space";
891
- };
637
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
638
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
639
+ };
640
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
641
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
642
+ };
643
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
644
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
645
+ };
646
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
647
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
648
+ };
649
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
650
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
651
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
652
+ };
653
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
654
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
655
+ };
656
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
657
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
658
+ };
659
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
660
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
661
+ };
662
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
663
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
664
+ };
665
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
666
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
667
+ };
668
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
669
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
670
+ };
671
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
672
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
673
+ };
674
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
675
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
676
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
677
+ };
678
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
679
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
680
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
681
+ };
682
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
683
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
684
+ };
685
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
686
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
687
+ };
688
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
689
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
690
+ };
691
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
692
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
693
+ };
694
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
695
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
696
+ };
697
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
698
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
699
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
700
+ };
701
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
702
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
703
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
892
704
  };
893
705
  }>>;
894
706
  export declare const ChatBody: React.ForwardRefExoticComponent<{