@100mslive/roomkit-react 0.3.22-alpha.0 → 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-EPPGI6XI.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-JYFTZVCM.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-JYFTZVCM.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-ZAX5VT7V.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-ZAX5VT7V.js.map +0 -7
  82. /package/dist/{HLSView-EPPGI6XI.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -274,167 +274,73 @@ export declare const Root: import("@stitches/react/types/styled-component").Styl
274
274
  transition: "transitions";
275
275
  zIndex: "zIndices";
276
276
  }, {
277
- bg: (value: {
278
- readonly [$$PropertyValue]: "backgroundColor";
279
- }) => {
280
- backgroundColor: {
281
- readonly [$$PropertyValue]: "backgroundColor";
282
- };
283
- };
284
- c: (value: {
285
- readonly [$$PropertyValue]: "color";
286
- }) => {
287
- color: {
288
- readonly [$$PropertyValue]: "color";
289
- };
290
- };
291
- r: (value: {
292
- readonly [$$ScaleValue]: "radii";
293
- }) => {
294
- borderRadius: {
295
- readonly [$$ScaleValue]: "radii";
296
- };
297
- };
298
- fs: (value: string | number | {
299
- readonly [$$PropertyValue]: "fontSize";
300
- }) => {
301
- fontSize: string | number | {
302
- readonly [$$PropertyValue]: "fontSize";
303
- };
304
- };
305
- size: (value: string | number | {
306
- readonly [$$ScaleValue]: "space";
307
- }) => {
308
- height: string | number | {
309
- readonly [$$ScaleValue]: "space";
310
- };
311
- width: string | number | {
312
- readonly [$$ScaleValue]: "space";
313
- };
314
- };
315
- w: (value: string | number | {
316
- readonly [$$ScaleValue]: "space";
317
- }) => {
318
- width: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- };
321
- };
322
- h: (value: string | number | {
323
- readonly [$$ScaleValue]: "space";
324
- }) => {
325
- height: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- };
328
- };
329
- p: (value: string | number | {
330
- readonly [$$ScaleValue]: "space";
331
- }) => {
332
- padding: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- };
335
- };
336
- pt: (value: string | number | {
337
- readonly [$$ScaleValue]: "space";
338
- }) => {
339
- paddingTop: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- };
342
- };
343
- pr: (value: string | number | {
344
- readonly [$$ScaleValue]: "space";
345
- }) => {
346
- paddingRight: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- };
349
- };
350
- pb: (value: string | number | {
351
- readonly [$$ScaleValue]: "space";
352
- }) => {
353
- paddingBottom: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- };
356
- };
357
- pl: (value: string | number | {
358
- readonly [$$ScaleValue]: "space";
359
- }) => {
360
- paddingLeft: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- };
363
- };
364
- px: (value: string | number | {
365
- readonly [$$ScaleValue]: "space";
366
- }) => {
367
- paddingLeft: string | number | {
368
- readonly [$$ScaleValue]: "space";
369
- };
370
- paddingRight: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- };
373
- };
374
- py: (value: string | number | {
375
- readonly [$$ScaleValue]: "space";
376
- }) => {
377
- paddingTop: string | number | {
378
- readonly [$$ScaleValue]: "space";
379
- };
380
- paddingBottom: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- };
383
- };
384
- m: (value: string | number | {
385
- readonly [$$ScaleValue]: "space";
386
- }) => {
387
- margin: string | number | {
388
- readonly [$$ScaleValue]: "space";
389
- };
390
- };
391
- mt: (value: string | number | {
392
- readonly [$$ScaleValue]: "space";
393
- }) => {
394
- marginTop: string | number | {
395
- readonly [$$ScaleValue]: "space";
396
- };
397
- };
398
- mr: (value: string | number | {
399
- readonly [$$ScaleValue]: "space";
400
- }) => {
401
- marginRight: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- };
404
- };
405
- mb: (value: string | number | {
406
- readonly [$$ScaleValue]: "space";
407
- }) => {
408
- marginBottom: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- };
411
- };
412
- ml: (value: string | number | {
413
- readonly [$$ScaleValue]: "space";
414
- }) => {
415
- marginLeft: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- };
418
- };
419
- mx: (value: string | number | {
420
- readonly [$$ScaleValue]: "space";
421
- }) => {
422
- marginLeft: string | number | {
423
- readonly [$$ScaleValue]: "space";
424
- };
425
- marginRight: string | number | {
426
- readonly [$$ScaleValue]: "space";
427
- };
428
- };
429
- my: (value: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- }) => {
432
- marginTop: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
435
- marginBottom: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- };
277
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
278
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
279
+ };
280
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
281
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
282
+ };
283
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
284
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
285
+ };
286
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
287
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
288
+ };
289
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
290
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
291
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
292
+ };
293
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
294
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ };
296
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
297
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ };
305
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ };
308
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ };
322
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ };
325
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
327
+ };
328
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ };
331
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ };
334
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ };
337
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ };
341
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
438
344
  };
439
345
  }>>;
440
346
  declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -716,167 +622,73 @@ declare const Container: import("@stitches/react/types/styled-component").Styled
716
622
  transition: "transitions";
717
623
  zIndex: "zIndices";
718
624
  }, {
719
- bg: (value: {
720
- readonly [$$PropertyValue]: "backgroundColor";
721
- }) => {
722
- backgroundColor: {
723
- readonly [$$PropertyValue]: "backgroundColor";
724
- };
725
- };
726
- c: (value: {
727
- readonly [$$PropertyValue]: "color";
728
- }) => {
729
- color: {
730
- readonly [$$PropertyValue]: "color";
731
- };
732
- };
733
- r: (value: {
734
- readonly [$$ScaleValue]: "radii";
735
- }) => {
736
- borderRadius: {
737
- readonly [$$ScaleValue]: "radii";
738
- };
739
- };
740
- fs: (value: string | number | {
741
- readonly [$$PropertyValue]: "fontSize";
742
- }) => {
743
- fontSize: string | number | {
744
- readonly [$$PropertyValue]: "fontSize";
745
- };
746
- };
747
- size: (value: string | number | {
748
- readonly [$$ScaleValue]: "space";
749
- }) => {
750
- height: string | number | {
751
- readonly [$$ScaleValue]: "space";
752
- };
753
- width: string | number | {
754
- readonly [$$ScaleValue]: "space";
755
- };
756
- };
757
- w: (value: string | number | {
758
- readonly [$$ScaleValue]: "space";
759
- }) => {
760
- width: string | number | {
761
- readonly [$$ScaleValue]: "space";
762
- };
763
- };
764
- h: (value: string | number | {
765
- readonly [$$ScaleValue]: "space";
766
- }) => {
767
- height: string | number | {
768
- readonly [$$ScaleValue]: "space";
769
- };
770
- };
771
- p: (value: string | number | {
772
- readonly [$$ScaleValue]: "space";
773
- }) => {
774
- padding: string | number | {
775
- readonly [$$ScaleValue]: "space";
776
- };
777
- };
778
- pt: (value: string | number | {
779
- readonly [$$ScaleValue]: "space";
780
- }) => {
781
- paddingTop: string | number | {
782
- readonly [$$ScaleValue]: "space";
783
- };
784
- };
785
- pr: (value: string | number | {
786
- readonly [$$ScaleValue]: "space";
787
- }) => {
788
- paddingRight: string | number | {
789
- readonly [$$ScaleValue]: "space";
790
- };
791
- };
792
- pb: (value: string | number | {
793
- readonly [$$ScaleValue]: "space";
794
- }) => {
795
- paddingBottom: string | number | {
796
- readonly [$$ScaleValue]: "space";
797
- };
798
- };
799
- pl: (value: string | number | {
800
- readonly [$$ScaleValue]: "space";
801
- }) => {
802
- paddingLeft: string | number | {
803
- readonly [$$ScaleValue]: "space";
804
- };
805
- };
806
- px: (value: string | number | {
807
- readonly [$$ScaleValue]: "space";
808
- }) => {
809
- paddingLeft: string | number | {
810
- readonly [$$ScaleValue]: "space";
811
- };
812
- paddingRight: string | number | {
813
- readonly [$$ScaleValue]: "space";
814
- };
815
- };
816
- py: (value: string | number | {
817
- readonly [$$ScaleValue]: "space";
818
- }) => {
819
- paddingTop: string | number | {
820
- readonly [$$ScaleValue]: "space";
821
- };
822
- paddingBottom: string | number | {
823
- readonly [$$ScaleValue]: "space";
824
- };
825
- };
826
- m: (value: string | number | {
827
- readonly [$$ScaleValue]: "space";
828
- }) => {
829
- margin: string | number | {
830
- readonly [$$ScaleValue]: "space";
831
- };
832
- };
833
- mt: (value: string | number | {
834
- readonly [$$ScaleValue]: "space";
835
- }) => {
836
- marginTop: string | number | {
837
- readonly [$$ScaleValue]: "space";
838
- };
839
- };
840
- mr: (value: string | number | {
841
- readonly [$$ScaleValue]: "space";
842
- }) => {
843
- marginRight: string | number | {
844
- readonly [$$ScaleValue]: "space";
845
- };
846
- };
847
- mb: (value: string | number | {
848
- readonly [$$ScaleValue]: "space";
849
- }) => {
850
- marginBottom: string | number | {
851
- readonly [$$ScaleValue]: "space";
852
- };
853
- };
854
- ml: (value: string | number | {
855
- readonly [$$ScaleValue]: "space";
856
- }) => {
857
- marginLeft: string | number | {
858
- readonly [$$ScaleValue]: "space";
859
- };
860
- };
861
- mx: (value: string | number | {
862
- readonly [$$ScaleValue]: "space";
863
- }) => {
864
- marginLeft: string | number | {
865
- readonly [$$ScaleValue]: "space";
866
- };
867
- marginRight: string | number | {
868
- readonly [$$ScaleValue]: "space";
869
- };
870
- };
871
- my: (value: string | number | {
872
- readonly [$$ScaleValue]: "space";
873
- }) => {
874
- marginTop: string | number | {
875
- readonly [$$ScaleValue]: "space";
876
- };
877
- marginBottom: string | number | {
878
- readonly [$$ScaleValue]: "space";
879
- };
625
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
626
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
627
+ };
628
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
629
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
630
+ };
631
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
632
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
633
+ };
634
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
635
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
636
+ };
637
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
638
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
639
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
640
+ };
641
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
642
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
643
+ };
644
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
645
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
646
+ };
647
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
648
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
649
+ };
650
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
651
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
652
+ };
653
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
654
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
655
+ };
656
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
657
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
658
+ };
659
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
660
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
661
+ };
662
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
663
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
664
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
665
+ };
666
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
667
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
668
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
669
+ };
670
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
671
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
672
+ };
673
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
674
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
675
+ };
676
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
677
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
678
+ };
679
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
680
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
681
+ };
682
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
683
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
684
+ };
685
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
686
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
687
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
688
+ };
689
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
690
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
691
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
880
692
  };
881
693
  }>>;
882
694
  declare const Overlay: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1155,167 +967,73 @@ declare const Overlay: import("@stitches/react/types/styled-component").StyledCo
1155
967
  transition: "transitions";
1156
968
  zIndex: "zIndices";
1157
969
  }, {
1158
- bg: (value: {
1159
- readonly [$$PropertyValue]: "backgroundColor";
1160
- }) => {
1161
- backgroundColor: {
1162
- readonly [$$PropertyValue]: "backgroundColor";
1163
- };
1164
- };
1165
- c: (value: {
1166
- readonly [$$PropertyValue]: "color";
1167
- }) => {
1168
- color: {
1169
- readonly [$$PropertyValue]: "color";
1170
- };
1171
- };
1172
- r: (value: {
1173
- readonly [$$ScaleValue]: "radii";
1174
- }) => {
1175
- borderRadius: {
1176
- readonly [$$ScaleValue]: "radii";
1177
- };
1178
- };
1179
- fs: (value: string | number | {
1180
- readonly [$$PropertyValue]: "fontSize";
1181
- }) => {
1182
- fontSize: string | number | {
1183
- readonly [$$PropertyValue]: "fontSize";
1184
- };
1185
- };
1186
- size: (value: string | number | {
1187
- readonly [$$ScaleValue]: "space";
1188
- }) => {
1189
- height: string | number | {
1190
- readonly [$$ScaleValue]: "space";
1191
- };
1192
- width: string | number | {
1193
- readonly [$$ScaleValue]: "space";
1194
- };
1195
- };
1196
- w: (value: string | number | {
1197
- readonly [$$ScaleValue]: "space";
1198
- }) => {
1199
- width: string | number | {
1200
- readonly [$$ScaleValue]: "space";
1201
- };
1202
- };
1203
- h: (value: string | number | {
1204
- readonly [$$ScaleValue]: "space";
1205
- }) => {
1206
- height: string | number | {
1207
- readonly [$$ScaleValue]: "space";
1208
- };
1209
- };
1210
- p: (value: string | number | {
1211
- readonly [$$ScaleValue]: "space";
1212
- }) => {
1213
- padding: string | number | {
1214
- readonly [$$ScaleValue]: "space";
1215
- };
1216
- };
1217
- pt: (value: string | number | {
1218
- readonly [$$ScaleValue]: "space";
1219
- }) => {
1220
- paddingTop: string | number | {
1221
- readonly [$$ScaleValue]: "space";
1222
- };
1223
- };
1224
- pr: (value: string | number | {
1225
- readonly [$$ScaleValue]: "space";
1226
- }) => {
1227
- paddingRight: string | number | {
1228
- readonly [$$ScaleValue]: "space";
1229
- };
1230
- };
1231
- pb: (value: string | number | {
1232
- readonly [$$ScaleValue]: "space";
1233
- }) => {
1234
- paddingBottom: string | number | {
1235
- readonly [$$ScaleValue]: "space";
1236
- };
1237
- };
1238
- pl: (value: string | number | {
1239
- readonly [$$ScaleValue]: "space";
1240
- }) => {
1241
- paddingLeft: string | number | {
1242
- readonly [$$ScaleValue]: "space";
1243
- };
1244
- };
1245
- px: (value: string | number | {
1246
- readonly [$$ScaleValue]: "space";
1247
- }) => {
1248
- paddingLeft: string | number | {
1249
- readonly [$$ScaleValue]: "space";
1250
- };
1251
- paddingRight: string | number | {
1252
- readonly [$$ScaleValue]: "space";
1253
- };
1254
- };
1255
- py: (value: string | number | {
1256
- readonly [$$ScaleValue]: "space";
1257
- }) => {
1258
- paddingTop: string | number | {
1259
- readonly [$$ScaleValue]: "space";
1260
- };
1261
- paddingBottom: string | number | {
1262
- readonly [$$ScaleValue]: "space";
1263
- };
1264
- };
1265
- m: (value: string | number | {
1266
- readonly [$$ScaleValue]: "space";
1267
- }) => {
1268
- margin: string | number | {
1269
- readonly [$$ScaleValue]: "space";
1270
- };
1271
- };
1272
- mt: (value: string | number | {
1273
- readonly [$$ScaleValue]: "space";
1274
- }) => {
1275
- marginTop: string | number | {
1276
- readonly [$$ScaleValue]: "space";
1277
- };
1278
- };
1279
- mr: (value: string | number | {
1280
- readonly [$$ScaleValue]: "space";
1281
- }) => {
1282
- marginRight: string | number | {
1283
- readonly [$$ScaleValue]: "space";
1284
- };
1285
- };
1286
- mb: (value: string | number | {
1287
- readonly [$$ScaleValue]: "space";
1288
- }) => {
1289
- marginBottom: string | number | {
1290
- readonly [$$ScaleValue]: "space";
1291
- };
1292
- };
1293
- ml: (value: string | number | {
1294
- readonly [$$ScaleValue]: "space";
1295
- }) => {
1296
- marginLeft: string | number | {
1297
- readonly [$$ScaleValue]: "space";
1298
- };
1299
- };
1300
- mx: (value: string | number | {
1301
- readonly [$$ScaleValue]: "space";
1302
- }) => {
1303
- marginLeft: string | number | {
1304
- readonly [$$ScaleValue]: "space";
1305
- };
1306
- marginRight: string | number | {
1307
- readonly [$$ScaleValue]: "space";
1308
- };
1309
- };
1310
- my: (value: string | number | {
1311
- readonly [$$ScaleValue]: "space";
1312
- }) => {
1313
- marginTop: string | number | {
1314
- readonly [$$ScaleValue]: "space";
1315
- };
1316
- marginBottom: string | number | {
1317
- readonly [$$ScaleValue]: "space";
1318
- };
970
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
971
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
972
+ };
973
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
974
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
975
+ };
976
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
977
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
978
+ };
979
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
980
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
981
+ };
982
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
983
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
984
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
985
+ };
986
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
987
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
988
+ };
989
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
990
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
991
+ };
992
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
993
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
994
+ };
995
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
996
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
997
+ };
998
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
999
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1000
+ };
1001
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1002
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1003
+ };
1004
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1005
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1006
+ };
1007
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1008
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1009
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1010
+ };
1011
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1012
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1013
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1014
+ };
1015
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1016
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1017
+ };
1018
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1019
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1020
+ };
1021
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1022
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1023
+ };
1024
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1025
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1026
+ };
1027
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1028
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1029
+ };
1030
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1031
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1032
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1033
+ };
1034
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1035
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1036
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1319
1037
  };
1320
1038
  }>>;
1321
1039
  declare const Info: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1594,167 +1312,73 @@ declare const Info: import("@stitches/react/types/styled-component").StyledCompo
1594
1312
  transition: "transitions";
1595
1313
  zIndex: "zIndices";
1596
1314
  }, {
1597
- bg: (value: {
1598
- readonly [$$PropertyValue]: "backgroundColor";
1599
- }) => {
1600
- backgroundColor: {
1601
- readonly [$$PropertyValue]: "backgroundColor";
1602
- };
1603
- };
1604
- c: (value: {
1605
- readonly [$$PropertyValue]: "color";
1606
- }) => {
1607
- color: {
1608
- readonly [$$PropertyValue]: "color";
1609
- };
1610
- };
1611
- r: (value: {
1612
- readonly [$$ScaleValue]: "radii";
1613
- }) => {
1614
- borderRadius: {
1615
- readonly [$$ScaleValue]: "radii";
1616
- };
1617
- };
1618
- fs: (value: string | number | {
1619
- readonly [$$PropertyValue]: "fontSize";
1620
- }) => {
1621
- fontSize: string | number | {
1622
- readonly [$$PropertyValue]: "fontSize";
1623
- };
1624
- };
1625
- size: (value: string | number | {
1626
- readonly [$$ScaleValue]: "space";
1627
- }) => {
1628
- height: string | number | {
1629
- readonly [$$ScaleValue]: "space";
1630
- };
1631
- width: string | number | {
1632
- readonly [$$ScaleValue]: "space";
1633
- };
1634
- };
1635
- w: (value: string | number | {
1636
- readonly [$$ScaleValue]: "space";
1637
- }) => {
1638
- width: string | number | {
1639
- readonly [$$ScaleValue]: "space";
1640
- };
1641
- };
1642
- h: (value: string | number | {
1643
- readonly [$$ScaleValue]: "space";
1644
- }) => {
1645
- height: string | number | {
1646
- readonly [$$ScaleValue]: "space";
1647
- };
1648
- };
1649
- p: (value: string | number | {
1650
- readonly [$$ScaleValue]: "space";
1651
- }) => {
1652
- padding: string | number | {
1653
- readonly [$$ScaleValue]: "space";
1654
- };
1655
- };
1656
- pt: (value: string | number | {
1657
- readonly [$$ScaleValue]: "space";
1658
- }) => {
1659
- paddingTop: string | number | {
1660
- readonly [$$ScaleValue]: "space";
1661
- };
1662
- };
1663
- pr: (value: string | number | {
1664
- readonly [$$ScaleValue]: "space";
1665
- }) => {
1666
- paddingRight: string | number | {
1667
- readonly [$$ScaleValue]: "space";
1668
- };
1669
- };
1670
- pb: (value: string | number | {
1671
- readonly [$$ScaleValue]: "space";
1672
- }) => {
1673
- paddingBottom: string | number | {
1674
- readonly [$$ScaleValue]: "space";
1675
- };
1676
- };
1677
- pl: (value: string | number | {
1678
- readonly [$$ScaleValue]: "space";
1679
- }) => {
1680
- paddingLeft: string | number | {
1681
- readonly [$$ScaleValue]: "space";
1682
- };
1683
- };
1684
- px: (value: string | number | {
1685
- readonly [$$ScaleValue]: "space";
1686
- }) => {
1687
- paddingLeft: string | number | {
1688
- readonly [$$ScaleValue]: "space";
1689
- };
1690
- paddingRight: string | number | {
1691
- readonly [$$ScaleValue]: "space";
1692
- };
1693
- };
1694
- py: (value: string | number | {
1695
- readonly [$$ScaleValue]: "space";
1696
- }) => {
1697
- paddingTop: string | number | {
1698
- readonly [$$ScaleValue]: "space";
1699
- };
1700
- paddingBottom: string | number | {
1701
- readonly [$$ScaleValue]: "space";
1702
- };
1703
- };
1704
- m: (value: string | number | {
1705
- readonly [$$ScaleValue]: "space";
1706
- }) => {
1707
- margin: string | number | {
1708
- readonly [$$ScaleValue]: "space";
1709
- };
1710
- };
1711
- mt: (value: string | number | {
1712
- readonly [$$ScaleValue]: "space";
1713
- }) => {
1714
- marginTop: string | number | {
1715
- readonly [$$ScaleValue]: "space";
1716
- };
1717
- };
1718
- mr: (value: string | number | {
1719
- readonly [$$ScaleValue]: "space";
1720
- }) => {
1721
- marginRight: string | number | {
1722
- readonly [$$ScaleValue]: "space";
1723
- };
1724
- };
1725
- mb: (value: string | number | {
1726
- readonly [$$ScaleValue]: "space";
1727
- }) => {
1728
- marginBottom: string | number | {
1729
- readonly [$$ScaleValue]: "space";
1730
- };
1731
- };
1732
- ml: (value: string | number | {
1733
- readonly [$$ScaleValue]: "space";
1734
- }) => {
1735
- marginLeft: string | number | {
1736
- readonly [$$ScaleValue]: "space";
1737
- };
1738
- };
1739
- mx: (value: string | number | {
1740
- readonly [$$ScaleValue]: "space";
1741
- }) => {
1742
- marginLeft: string | number | {
1743
- readonly [$$ScaleValue]: "space";
1744
- };
1745
- marginRight: string | number | {
1746
- readonly [$$ScaleValue]: "space";
1747
- };
1748
- };
1749
- my: (value: string | number | {
1750
- readonly [$$ScaleValue]: "space";
1751
- }) => {
1752
- marginTop: string | number | {
1753
- readonly [$$ScaleValue]: "space";
1754
- };
1755
- marginBottom: string | number | {
1756
- readonly [$$ScaleValue]: "space";
1757
- };
1315
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1316
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1317
+ };
1318
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1319
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1320
+ };
1321
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1322
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1323
+ };
1324
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1325
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1326
+ };
1327
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1328
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1329
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1330
+ };
1331
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1332
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1333
+ };
1334
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1335
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1336
+ };
1337
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1338
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1339
+ };
1340
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1341
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1342
+ };
1343
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1344
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1345
+ };
1346
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1347
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1348
+ };
1349
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1350
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1351
+ };
1352
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1353
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1354
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1355
+ };
1356
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1357
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1358
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1359
+ };
1360
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1361
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1362
+ };
1363
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1364
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1365
+ };
1366
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1367
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1368
+ };
1369
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1370
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1371
+ };
1372
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1373
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1374
+ };
1375
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1376
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1377
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1378
+ };
1379
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1380
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1381
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1758
1382
  };
1759
1383
  }>>;
1760
1384
  declare const AttributeBox: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -2036,167 +1660,73 @@ declare const AttributeBox: import("@stitches/react/types/styled-component").Sty
2036
1660
  transition: "transitions";
2037
1661
  zIndex: "zIndices";
2038
1662
  }, {
2039
- bg: (value: {
2040
- readonly [$$PropertyValue]: "backgroundColor";
2041
- }) => {
2042
- backgroundColor: {
2043
- readonly [$$PropertyValue]: "backgroundColor";
2044
- };
2045
- };
2046
- c: (value: {
2047
- readonly [$$PropertyValue]: "color";
2048
- }) => {
2049
- color: {
2050
- readonly [$$PropertyValue]: "color";
2051
- };
2052
- };
2053
- r: (value: {
2054
- readonly [$$ScaleValue]: "radii";
2055
- }) => {
2056
- borderRadius: {
2057
- readonly [$$ScaleValue]: "radii";
2058
- };
2059
- };
2060
- fs: (value: string | number | {
2061
- readonly [$$PropertyValue]: "fontSize";
2062
- }) => {
2063
- fontSize: string | number | {
2064
- readonly [$$PropertyValue]: "fontSize";
2065
- };
2066
- };
2067
- size: (value: string | number | {
2068
- readonly [$$ScaleValue]: "space";
2069
- }) => {
2070
- height: string | number | {
2071
- readonly [$$ScaleValue]: "space";
2072
- };
2073
- width: string | number | {
2074
- readonly [$$ScaleValue]: "space";
2075
- };
2076
- };
2077
- w: (value: string | number | {
2078
- readonly [$$ScaleValue]: "space";
2079
- }) => {
2080
- width: string | number | {
2081
- readonly [$$ScaleValue]: "space";
2082
- };
2083
- };
2084
- h: (value: string | number | {
2085
- readonly [$$ScaleValue]: "space";
2086
- }) => {
2087
- height: string | number | {
2088
- readonly [$$ScaleValue]: "space";
2089
- };
2090
- };
2091
- p: (value: string | number | {
2092
- readonly [$$ScaleValue]: "space";
2093
- }) => {
2094
- padding: string | number | {
2095
- readonly [$$ScaleValue]: "space";
2096
- };
2097
- };
2098
- pt: (value: string | number | {
2099
- readonly [$$ScaleValue]: "space";
2100
- }) => {
2101
- paddingTop: string | number | {
2102
- readonly [$$ScaleValue]: "space";
2103
- };
2104
- };
2105
- pr: (value: string | number | {
2106
- readonly [$$ScaleValue]: "space";
2107
- }) => {
2108
- paddingRight: string | number | {
2109
- readonly [$$ScaleValue]: "space";
2110
- };
2111
- };
2112
- pb: (value: string | number | {
2113
- readonly [$$ScaleValue]: "space";
2114
- }) => {
2115
- paddingBottom: string | number | {
2116
- readonly [$$ScaleValue]: "space";
2117
- };
2118
- };
2119
- pl: (value: string | number | {
2120
- readonly [$$ScaleValue]: "space";
2121
- }) => {
2122
- paddingLeft: string | number | {
2123
- readonly [$$ScaleValue]: "space";
2124
- };
2125
- };
2126
- px: (value: string | number | {
2127
- readonly [$$ScaleValue]: "space";
2128
- }) => {
2129
- paddingLeft: string | number | {
2130
- readonly [$$ScaleValue]: "space";
2131
- };
2132
- paddingRight: string | number | {
2133
- readonly [$$ScaleValue]: "space";
2134
- };
2135
- };
2136
- py: (value: string | number | {
2137
- readonly [$$ScaleValue]: "space";
2138
- }) => {
2139
- paddingTop: string | number | {
2140
- readonly [$$ScaleValue]: "space";
2141
- };
2142
- paddingBottom: string | number | {
2143
- readonly [$$ScaleValue]: "space";
2144
- };
2145
- };
2146
- m: (value: string | number | {
2147
- readonly [$$ScaleValue]: "space";
2148
- }) => {
2149
- margin: string | number | {
2150
- readonly [$$ScaleValue]: "space";
2151
- };
2152
- };
2153
- mt: (value: string | number | {
2154
- readonly [$$ScaleValue]: "space";
2155
- }) => {
2156
- marginTop: string | number | {
2157
- readonly [$$ScaleValue]: "space";
2158
- };
2159
- };
2160
- mr: (value: string | number | {
2161
- readonly [$$ScaleValue]: "space";
2162
- }) => {
2163
- marginRight: string | number | {
2164
- readonly [$$ScaleValue]: "space";
2165
- };
2166
- };
2167
- mb: (value: string | number | {
2168
- readonly [$$ScaleValue]: "space";
2169
- }) => {
2170
- marginBottom: string | number | {
2171
- readonly [$$ScaleValue]: "space";
2172
- };
2173
- };
2174
- ml: (value: string | number | {
2175
- readonly [$$ScaleValue]: "space";
2176
- }) => {
2177
- marginLeft: string | number | {
2178
- readonly [$$ScaleValue]: "space";
2179
- };
2180
- };
2181
- mx: (value: string | number | {
2182
- readonly [$$ScaleValue]: "space";
2183
- }) => {
2184
- marginLeft: string | number | {
2185
- readonly [$$ScaleValue]: "space";
2186
- };
2187
- marginRight: string | number | {
2188
- readonly [$$ScaleValue]: "space";
2189
- };
2190
- };
2191
- my: (value: string | number | {
2192
- readonly [$$ScaleValue]: "space";
2193
- }) => {
2194
- marginTop: string | number | {
2195
- readonly [$$ScaleValue]: "space";
2196
- };
2197
- marginBottom: string | number | {
2198
- readonly [$$ScaleValue]: "space";
2199
- };
1663
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1664
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1665
+ };
1666
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1667
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1668
+ };
1669
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1670
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1671
+ };
1672
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1673
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1674
+ };
1675
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1676
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1677
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1678
+ };
1679
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1680
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1681
+ };
1682
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1683
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1684
+ };
1685
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1686
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1687
+ };
1688
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1689
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1690
+ };
1691
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1692
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1693
+ };
1694
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1695
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1696
+ };
1697
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1698
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1699
+ };
1700
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1701
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1702
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1703
+ };
1704
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1705
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1706
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1707
+ };
1708
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1709
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1710
+ };
1711
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1712
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1713
+ };
1714
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1715
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1716
+ };
1717
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1718
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1719
+ };
1720
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1721
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1722
+ };
1723
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1724
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1725
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1726
+ };
1727
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1728
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1729
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2200
1730
  };
2201
1731
  }>>;
2202
1732
  declare const AudioIndicator: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -2478,167 +2008,73 @@ declare const AudioIndicator: import("@stitches/react/types/styled-component").S
2478
2008
  transition: "transitions";
2479
2009
  zIndex: "zIndices";
2480
2010
  }, {
2481
- bg: (value: {
2482
- readonly [$$PropertyValue]: "backgroundColor";
2483
- }) => {
2484
- backgroundColor: {
2485
- readonly [$$PropertyValue]: "backgroundColor";
2486
- };
2487
- };
2488
- c: (value: {
2489
- readonly [$$PropertyValue]: "color";
2490
- }) => {
2491
- color: {
2492
- readonly [$$PropertyValue]: "color";
2493
- };
2494
- };
2495
- r: (value: {
2496
- readonly [$$ScaleValue]: "radii";
2497
- }) => {
2498
- borderRadius: {
2499
- readonly [$$ScaleValue]: "radii";
2500
- };
2501
- };
2502
- fs: (value: string | number | {
2503
- readonly [$$PropertyValue]: "fontSize";
2504
- }) => {
2505
- fontSize: string | number | {
2506
- readonly [$$PropertyValue]: "fontSize";
2507
- };
2508
- };
2509
- size: (value: string | number | {
2510
- readonly [$$ScaleValue]: "space";
2511
- }) => {
2512
- height: string | number | {
2513
- readonly [$$ScaleValue]: "space";
2514
- };
2515
- width: string | number | {
2516
- readonly [$$ScaleValue]: "space";
2517
- };
2518
- };
2519
- w: (value: string | number | {
2520
- readonly [$$ScaleValue]: "space";
2521
- }) => {
2522
- width: string | number | {
2523
- readonly [$$ScaleValue]: "space";
2524
- };
2525
- };
2526
- h: (value: string | number | {
2527
- readonly [$$ScaleValue]: "space";
2528
- }) => {
2529
- height: string | number | {
2530
- readonly [$$ScaleValue]: "space";
2531
- };
2532
- };
2533
- p: (value: string | number | {
2534
- readonly [$$ScaleValue]: "space";
2535
- }) => {
2536
- padding: string | number | {
2537
- readonly [$$ScaleValue]: "space";
2538
- };
2539
- };
2540
- pt: (value: string | number | {
2541
- readonly [$$ScaleValue]: "space";
2542
- }) => {
2543
- paddingTop: string | number | {
2544
- readonly [$$ScaleValue]: "space";
2545
- };
2546
- };
2547
- pr: (value: string | number | {
2548
- readonly [$$ScaleValue]: "space";
2549
- }) => {
2550
- paddingRight: string | number | {
2551
- readonly [$$ScaleValue]: "space";
2552
- };
2553
- };
2554
- pb: (value: string | number | {
2555
- readonly [$$ScaleValue]: "space";
2556
- }) => {
2557
- paddingBottom: string | number | {
2558
- readonly [$$ScaleValue]: "space";
2559
- };
2560
- };
2561
- pl: (value: string | number | {
2562
- readonly [$$ScaleValue]: "space";
2563
- }) => {
2564
- paddingLeft: string | number | {
2565
- readonly [$$ScaleValue]: "space";
2566
- };
2567
- };
2568
- px: (value: string | number | {
2569
- readonly [$$ScaleValue]: "space";
2570
- }) => {
2571
- paddingLeft: string | number | {
2572
- readonly [$$ScaleValue]: "space";
2573
- };
2574
- paddingRight: string | number | {
2575
- readonly [$$ScaleValue]: "space";
2576
- };
2577
- };
2578
- py: (value: string | number | {
2579
- readonly [$$ScaleValue]: "space";
2580
- }) => {
2581
- paddingTop: string | number | {
2582
- readonly [$$ScaleValue]: "space";
2583
- };
2584
- paddingBottom: string | number | {
2585
- readonly [$$ScaleValue]: "space";
2586
- };
2587
- };
2588
- m: (value: string | number | {
2589
- readonly [$$ScaleValue]: "space";
2590
- }) => {
2591
- margin: string | number | {
2592
- readonly [$$ScaleValue]: "space";
2593
- };
2594
- };
2595
- mt: (value: string | number | {
2596
- readonly [$$ScaleValue]: "space";
2597
- }) => {
2598
- marginTop: string | number | {
2599
- readonly [$$ScaleValue]: "space";
2600
- };
2601
- };
2602
- mr: (value: string | number | {
2603
- readonly [$$ScaleValue]: "space";
2604
- }) => {
2605
- marginRight: string | number | {
2606
- readonly [$$ScaleValue]: "space";
2607
- };
2608
- };
2609
- mb: (value: string | number | {
2610
- readonly [$$ScaleValue]: "space";
2611
- }) => {
2612
- marginBottom: string | number | {
2613
- readonly [$$ScaleValue]: "space";
2614
- };
2615
- };
2616
- ml: (value: string | number | {
2617
- readonly [$$ScaleValue]: "space";
2618
- }) => {
2619
- marginLeft: string | number | {
2620
- readonly [$$ScaleValue]: "space";
2621
- };
2622
- };
2623
- mx: (value: string | number | {
2624
- readonly [$$ScaleValue]: "space";
2625
- }) => {
2626
- marginLeft: string | number | {
2627
- readonly [$$ScaleValue]: "space";
2628
- };
2629
- marginRight: string | number | {
2630
- readonly [$$ScaleValue]: "space";
2631
- };
2632
- };
2633
- my: (value: string | number | {
2634
- readonly [$$ScaleValue]: "space";
2635
- }) => {
2636
- marginTop: string | number | {
2637
- readonly [$$ScaleValue]: "space";
2638
- };
2639
- marginBottom: string | number | {
2640
- readonly [$$ScaleValue]: "space";
2641
- };
2011
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2012
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2013
+ };
2014
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2015
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2016
+ };
2017
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2018
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2019
+ };
2020
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2021
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2022
+ };
2023
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2024
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2025
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2026
+ };
2027
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2028
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2029
+ };
2030
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2031
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2032
+ };
2033
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2034
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2035
+ };
2036
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2037
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2038
+ };
2039
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2040
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2041
+ };
2042
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2043
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2044
+ };
2045
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2046
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2047
+ };
2048
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2049
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2050
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2051
+ };
2052
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2053
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2054
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2055
+ };
2056
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2057
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2058
+ };
2059
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2060
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2061
+ };
2062
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2063
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2064
+ };
2065
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2066
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2067
+ };
2068
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2069
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2070
+ };
2071
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2072
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2073
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2074
+ };
2075
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2076
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2077
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2642
2078
  };
2643
2079
  }>>, {}, {
2644
2080
  allowMotion: string;
@@ -2916,167 +2352,73 @@ declare const AudioIndicator: import("@stitches/react/types/styled-component").S
2916
2352
  transition: "transitions";
2917
2353
  zIndex: "zIndices";
2918
2354
  }, {
2919
- bg: (value: {
2920
- readonly [$$PropertyValue]: "backgroundColor";
2921
- }) => {
2922
- backgroundColor: {
2923
- readonly [$$PropertyValue]: "backgroundColor";
2924
- };
2925
- };
2926
- c: (value: {
2927
- readonly [$$PropertyValue]: "color";
2928
- }) => {
2929
- color: {
2930
- readonly [$$PropertyValue]: "color";
2931
- };
2932
- };
2933
- r: (value: {
2934
- readonly [$$ScaleValue]: "radii";
2935
- }) => {
2936
- borderRadius: {
2937
- readonly [$$ScaleValue]: "radii";
2938
- };
2939
- };
2940
- fs: (value: string | number | {
2941
- readonly [$$PropertyValue]: "fontSize";
2942
- }) => {
2943
- fontSize: string | number | {
2944
- readonly [$$PropertyValue]: "fontSize";
2945
- };
2946
- };
2947
- size: (value: string | number | {
2948
- readonly [$$ScaleValue]: "space";
2949
- }) => {
2950
- height: string | number | {
2951
- readonly [$$ScaleValue]: "space";
2952
- };
2953
- width: string | number | {
2954
- readonly [$$ScaleValue]: "space";
2955
- };
2956
- };
2957
- w: (value: string | number | {
2958
- readonly [$$ScaleValue]: "space";
2959
- }) => {
2960
- width: string | number | {
2961
- readonly [$$ScaleValue]: "space";
2962
- };
2963
- };
2964
- h: (value: string | number | {
2965
- readonly [$$ScaleValue]: "space";
2966
- }) => {
2967
- height: string | number | {
2968
- readonly [$$ScaleValue]: "space";
2969
- };
2970
- };
2971
- p: (value: string | number | {
2972
- readonly [$$ScaleValue]: "space";
2973
- }) => {
2974
- padding: string | number | {
2975
- readonly [$$ScaleValue]: "space";
2976
- };
2977
- };
2978
- pt: (value: string | number | {
2979
- readonly [$$ScaleValue]: "space";
2980
- }) => {
2981
- paddingTop: string | number | {
2982
- readonly [$$ScaleValue]: "space";
2983
- };
2984
- };
2985
- pr: (value: string | number | {
2986
- readonly [$$ScaleValue]: "space";
2987
- }) => {
2988
- paddingRight: string | number | {
2989
- readonly [$$ScaleValue]: "space";
2990
- };
2991
- };
2992
- pb: (value: string | number | {
2993
- readonly [$$ScaleValue]: "space";
2994
- }) => {
2995
- paddingBottom: string | number | {
2996
- readonly [$$ScaleValue]: "space";
2997
- };
2998
- };
2999
- pl: (value: string | number | {
3000
- readonly [$$ScaleValue]: "space";
3001
- }) => {
3002
- paddingLeft: string | number | {
3003
- readonly [$$ScaleValue]: "space";
3004
- };
3005
- };
3006
- px: (value: string | number | {
3007
- readonly [$$ScaleValue]: "space";
3008
- }) => {
3009
- paddingLeft: string | number | {
3010
- readonly [$$ScaleValue]: "space";
3011
- };
3012
- paddingRight: string | number | {
3013
- readonly [$$ScaleValue]: "space";
3014
- };
3015
- };
3016
- py: (value: string | number | {
3017
- readonly [$$ScaleValue]: "space";
3018
- }) => {
3019
- paddingTop: string | number | {
3020
- readonly [$$ScaleValue]: "space";
3021
- };
3022
- paddingBottom: string | number | {
3023
- readonly [$$ScaleValue]: "space";
3024
- };
3025
- };
3026
- m: (value: string | number | {
3027
- readonly [$$ScaleValue]: "space";
3028
- }) => {
3029
- margin: string | number | {
3030
- readonly [$$ScaleValue]: "space";
3031
- };
3032
- };
3033
- mt: (value: string | number | {
3034
- readonly [$$ScaleValue]: "space";
3035
- }) => {
3036
- marginTop: string | number | {
3037
- readonly [$$ScaleValue]: "space";
3038
- };
3039
- };
3040
- mr: (value: string | number | {
3041
- readonly [$$ScaleValue]: "space";
3042
- }) => {
3043
- marginRight: string | number | {
3044
- readonly [$$ScaleValue]: "space";
3045
- };
3046
- };
3047
- mb: (value: string | number | {
3048
- readonly [$$ScaleValue]: "space";
3049
- }) => {
3050
- marginBottom: string | number | {
3051
- readonly [$$ScaleValue]: "space";
3052
- };
3053
- };
3054
- ml: (value: string | number | {
3055
- readonly [$$ScaleValue]: "space";
3056
- }) => {
3057
- marginLeft: string | number | {
3058
- readonly [$$ScaleValue]: "space";
3059
- };
3060
- };
3061
- mx: (value: string | number | {
3062
- readonly [$$ScaleValue]: "space";
3063
- }) => {
3064
- marginLeft: string | number | {
3065
- readonly [$$ScaleValue]: "space";
3066
- };
3067
- marginRight: string | number | {
3068
- readonly [$$ScaleValue]: "space";
3069
- };
3070
- };
3071
- my: (value: string | number | {
3072
- readonly [$$ScaleValue]: "space";
3073
- }) => {
3074
- marginTop: string | number | {
3075
- readonly [$$ScaleValue]: "space";
3076
- };
3077
- marginBottom: string | number | {
3078
- readonly [$$ScaleValue]: "space";
3079
- };
2355
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2356
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2357
+ };
2358
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2359
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2360
+ };
2361
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2362
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2363
+ };
2364
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2365
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2366
+ };
2367
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2368
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2369
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2370
+ };
2371
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2372
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2373
+ };
2374
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2375
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2376
+ };
2377
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2378
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2379
+ };
2380
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2381
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2382
+ };
2383
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2384
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2385
+ };
2386
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2387
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2388
+ };
2389
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2390
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2391
+ };
2392
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2393
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2394
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2395
+ };
2396
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2397
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2398
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2399
+ };
2400
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2401
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2402
+ };
2403
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2404
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2405
+ };
2406
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2407
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2408
+ };
2409
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2410
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2411
+ };
2412
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2413
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2414
+ };
2415
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2416
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2417
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2418
+ };
2419
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2420
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2421
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3080
2422
  };
3081
2423
  }>>;
3082
2424
  declare const FullScreenButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
@@ -3355,167 +2697,73 @@ declare const FullScreenButton: import("@stitches/react/types/styled-component")
3355
2697
  transition: "transitions";
3356
2698
  zIndex: "zIndices";
3357
2699
  }, {
3358
- bg: (value: {
3359
- readonly [$$PropertyValue]: "backgroundColor";
3360
- }) => {
3361
- backgroundColor: {
3362
- readonly [$$PropertyValue]: "backgroundColor";
3363
- };
3364
- };
3365
- c: (value: {
3366
- readonly [$$PropertyValue]: "color";
3367
- }) => {
3368
- color: {
3369
- readonly [$$PropertyValue]: "color";
3370
- };
3371
- };
3372
- r: (value: {
3373
- readonly [$$ScaleValue]: "radii";
3374
- }) => {
3375
- borderRadius: {
3376
- readonly [$$ScaleValue]: "radii";
3377
- };
3378
- };
3379
- fs: (value: string | number | {
3380
- readonly [$$PropertyValue]: "fontSize";
3381
- }) => {
3382
- fontSize: string | number | {
3383
- readonly [$$PropertyValue]: "fontSize";
3384
- };
3385
- };
3386
- size: (value: string | number | {
3387
- readonly [$$ScaleValue]: "space";
3388
- }) => {
3389
- height: string | number | {
3390
- readonly [$$ScaleValue]: "space";
3391
- };
3392
- width: string | number | {
3393
- readonly [$$ScaleValue]: "space";
3394
- };
3395
- };
3396
- w: (value: string | number | {
3397
- readonly [$$ScaleValue]: "space";
3398
- }) => {
3399
- width: string | number | {
3400
- readonly [$$ScaleValue]: "space";
3401
- };
3402
- };
3403
- h: (value: string | number | {
3404
- readonly [$$ScaleValue]: "space";
3405
- }) => {
3406
- height: string | number | {
3407
- readonly [$$ScaleValue]: "space";
3408
- };
3409
- };
3410
- p: (value: string | number | {
3411
- readonly [$$ScaleValue]: "space";
3412
- }) => {
3413
- padding: string | number | {
3414
- readonly [$$ScaleValue]: "space";
3415
- };
3416
- };
3417
- pt: (value: string | number | {
3418
- readonly [$$ScaleValue]: "space";
3419
- }) => {
3420
- paddingTop: string | number | {
3421
- readonly [$$ScaleValue]: "space";
3422
- };
3423
- };
3424
- pr: (value: string | number | {
3425
- readonly [$$ScaleValue]: "space";
3426
- }) => {
3427
- paddingRight: string | number | {
3428
- readonly [$$ScaleValue]: "space";
3429
- };
3430
- };
3431
- pb: (value: string | number | {
3432
- readonly [$$ScaleValue]: "space";
3433
- }) => {
3434
- paddingBottom: string | number | {
3435
- readonly [$$ScaleValue]: "space";
3436
- };
3437
- };
3438
- pl: (value: string | number | {
3439
- readonly [$$ScaleValue]: "space";
3440
- }) => {
3441
- paddingLeft: string | number | {
3442
- readonly [$$ScaleValue]: "space";
3443
- };
3444
- };
3445
- px: (value: string | number | {
3446
- readonly [$$ScaleValue]: "space";
3447
- }) => {
3448
- paddingLeft: string | number | {
3449
- readonly [$$ScaleValue]: "space";
3450
- };
3451
- paddingRight: string | number | {
3452
- readonly [$$ScaleValue]: "space";
3453
- };
3454
- };
3455
- py: (value: string | number | {
3456
- readonly [$$ScaleValue]: "space";
3457
- }) => {
3458
- paddingTop: string | number | {
3459
- readonly [$$ScaleValue]: "space";
3460
- };
3461
- paddingBottom: string | number | {
3462
- readonly [$$ScaleValue]: "space";
3463
- };
3464
- };
3465
- m: (value: string | number | {
3466
- readonly [$$ScaleValue]: "space";
3467
- }) => {
3468
- margin: string | number | {
3469
- readonly [$$ScaleValue]: "space";
3470
- };
3471
- };
3472
- mt: (value: string | number | {
3473
- readonly [$$ScaleValue]: "space";
3474
- }) => {
3475
- marginTop: string | number | {
3476
- readonly [$$ScaleValue]: "space";
3477
- };
3478
- };
3479
- mr: (value: string | number | {
3480
- readonly [$$ScaleValue]: "space";
3481
- }) => {
3482
- marginRight: string | number | {
3483
- readonly [$$ScaleValue]: "space";
3484
- };
3485
- };
3486
- mb: (value: string | number | {
3487
- readonly [$$ScaleValue]: "space";
3488
- }) => {
3489
- marginBottom: string | number | {
3490
- readonly [$$ScaleValue]: "space";
3491
- };
3492
- };
3493
- ml: (value: string | number | {
3494
- readonly [$$ScaleValue]: "space";
3495
- }) => {
3496
- marginLeft: string | number | {
3497
- readonly [$$ScaleValue]: "space";
3498
- };
3499
- };
3500
- mx: (value: string | number | {
3501
- readonly [$$ScaleValue]: "space";
3502
- }) => {
3503
- marginLeft: string | number | {
3504
- readonly [$$ScaleValue]: "space";
3505
- };
3506
- marginRight: string | number | {
3507
- readonly [$$ScaleValue]: "space";
3508
- };
3509
- };
3510
- my: (value: string | number | {
3511
- readonly [$$ScaleValue]: "space";
3512
- }) => {
3513
- marginTop: string | number | {
3514
- readonly [$$ScaleValue]: "space";
3515
- };
3516
- marginBottom: string | number | {
3517
- readonly [$$ScaleValue]: "space";
3518
- };
2700
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2701
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2702
+ };
2703
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2704
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2705
+ };
2706
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2707
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2708
+ };
2709
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2710
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2711
+ };
2712
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2713
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2714
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2715
+ };
2716
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2717
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2718
+ };
2719
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2720
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2721
+ };
2722
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2723
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2724
+ };
2725
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2726
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2727
+ };
2728
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2729
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2730
+ };
2731
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2732
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2733
+ };
2734
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2735
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2736
+ };
2737
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2738
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2739
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2740
+ };
2741
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2742
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2743
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2744
+ };
2745
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2746
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2747
+ };
2748
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2749
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2750
+ };
2751
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2752
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2753
+ };
2754
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2755
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2756
+ };
2757
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2758
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2759
+ };
2760
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2761
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2762
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2763
+ };
2764
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2765
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2766
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3519
2767
  };
3520
2768
  }>>;
3521
2769
  declare const AvatarContainer: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -3794,167 +3042,73 @@ declare const AvatarContainer: import("@stitches/react/types/styled-component").
3794
3042
  transition: "transitions";
3795
3043
  zIndex: "zIndices";
3796
3044
  }, {
3797
- bg: (value: {
3798
- readonly [$$PropertyValue]: "backgroundColor";
3799
- }) => {
3800
- backgroundColor: {
3801
- readonly [$$PropertyValue]: "backgroundColor";
3802
- };
3803
- };
3804
- c: (value: {
3805
- readonly [$$PropertyValue]: "color";
3806
- }) => {
3807
- color: {
3808
- readonly [$$PropertyValue]: "color";
3809
- };
3810
- };
3811
- r: (value: {
3812
- readonly [$$ScaleValue]: "radii";
3813
- }) => {
3814
- borderRadius: {
3815
- readonly [$$ScaleValue]: "radii";
3816
- };
3817
- };
3818
- fs: (value: string | number | {
3819
- readonly [$$PropertyValue]: "fontSize";
3820
- }) => {
3821
- fontSize: string | number | {
3822
- readonly [$$PropertyValue]: "fontSize";
3823
- };
3824
- };
3825
- size: (value: string | number | {
3826
- readonly [$$ScaleValue]: "space";
3827
- }) => {
3828
- height: string | number | {
3829
- readonly [$$ScaleValue]: "space";
3830
- };
3831
- width: string | number | {
3832
- readonly [$$ScaleValue]: "space";
3833
- };
3834
- };
3835
- w: (value: string | number | {
3836
- readonly [$$ScaleValue]: "space";
3837
- }) => {
3838
- width: string | number | {
3839
- readonly [$$ScaleValue]: "space";
3840
- };
3841
- };
3842
- h: (value: string | number | {
3843
- readonly [$$ScaleValue]: "space";
3844
- }) => {
3845
- height: string | number | {
3846
- readonly [$$ScaleValue]: "space";
3847
- };
3848
- };
3849
- p: (value: string | number | {
3850
- readonly [$$ScaleValue]: "space";
3851
- }) => {
3852
- padding: string | number | {
3853
- readonly [$$ScaleValue]: "space";
3854
- };
3855
- };
3856
- pt: (value: string | number | {
3857
- readonly [$$ScaleValue]: "space";
3858
- }) => {
3859
- paddingTop: string | number | {
3860
- readonly [$$ScaleValue]: "space";
3861
- };
3862
- };
3863
- pr: (value: string | number | {
3864
- readonly [$$ScaleValue]: "space";
3865
- }) => {
3866
- paddingRight: string | number | {
3867
- readonly [$$ScaleValue]: "space";
3868
- };
3869
- };
3870
- pb: (value: string | number | {
3871
- readonly [$$ScaleValue]: "space";
3872
- }) => {
3873
- paddingBottom: string | number | {
3874
- readonly [$$ScaleValue]: "space";
3875
- };
3876
- };
3877
- pl: (value: string | number | {
3878
- readonly [$$ScaleValue]: "space";
3879
- }) => {
3880
- paddingLeft: string | number | {
3881
- readonly [$$ScaleValue]: "space";
3882
- };
3883
- };
3884
- px: (value: string | number | {
3885
- readonly [$$ScaleValue]: "space";
3886
- }) => {
3887
- paddingLeft: string | number | {
3888
- readonly [$$ScaleValue]: "space";
3889
- };
3890
- paddingRight: string | number | {
3891
- readonly [$$ScaleValue]: "space";
3892
- };
3893
- };
3894
- py: (value: string | number | {
3895
- readonly [$$ScaleValue]: "space";
3896
- }) => {
3897
- paddingTop: string | number | {
3898
- readonly [$$ScaleValue]: "space";
3899
- };
3900
- paddingBottom: string | number | {
3901
- readonly [$$ScaleValue]: "space";
3902
- };
3903
- };
3904
- m: (value: string | number | {
3905
- readonly [$$ScaleValue]: "space";
3906
- }) => {
3907
- margin: string | number | {
3908
- readonly [$$ScaleValue]: "space";
3909
- };
3910
- };
3911
- mt: (value: string | number | {
3912
- readonly [$$ScaleValue]: "space";
3913
- }) => {
3914
- marginTop: string | number | {
3915
- readonly [$$ScaleValue]: "space";
3916
- };
3917
- };
3918
- mr: (value: string | number | {
3919
- readonly [$$ScaleValue]: "space";
3920
- }) => {
3921
- marginRight: string | number | {
3922
- readonly [$$ScaleValue]: "space";
3923
- };
3924
- };
3925
- mb: (value: string | number | {
3926
- readonly [$$ScaleValue]: "space";
3927
- }) => {
3928
- marginBottom: string | number | {
3929
- readonly [$$ScaleValue]: "space";
3930
- };
3931
- };
3932
- ml: (value: string | number | {
3933
- readonly [$$ScaleValue]: "space";
3934
- }) => {
3935
- marginLeft: string | number | {
3936
- readonly [$$ScaleValue]: "space";
3937
- };
3938
- };
3939
- mx: (value: string | number | {
3940
- readonly [$$ScaleValue]: "space";
3941
- }) => {
3942
- marginLeft: string | number | {
3943
- readonly [$$ScaleValue]: "space";
3944
- };
3945
- marginRight: string | number | {
3946
- readonly [$$ScaleValue]: "space";
3947
- };
3948
- };
3949
- my: (value: string | number | {
3950
- readonly [$$ScaleValue]: "space";
3951
- }) => {
3952
- marginTop: string | number | {
3953
- readonly [$$ScaleValue]: "space";
3954
- };
3955
- marginBottom: string | number | {
3956
- readonly [$$ScaleValue]: "space";
3957
- };
3045
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
3046
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
3047
+ };
3048
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
3049
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
3050
+ };
3051
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
3052
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
3053
+ };
3054
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
3055
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
3056
+ };
3057
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3058
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3059
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3060
+ };
3061
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3062
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3063
+ };
3064
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3065
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3066
+ };
3067
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3068
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3069
+ };
3070
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3071
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3072
+ };
3073
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3074
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3075
+ };
3076
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3077
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3078
+ };
3079
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3080
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3081
+ };
3082
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3083
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3084
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3085
+ };
3086
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3087
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3088
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3089
+ };
3090
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3091
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3092
+ };
3093
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3094
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3095
+ };
3096
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3097
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3098
+ };
3099
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3100
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3101
+ };
3102
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3103
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3104
+ };
3105
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3106
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3107
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3108
+ };
3109
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3110
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3111
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3958
3112
  };
3959
3113
  }>>, {}, {
3960
3114
  allowMotion: string;
@@ -4232,167 +3386,73 @@ declare const AvatarContainer: import("@stitches/react/types/styled-component").
4232
3386
  transition: "transitions";
4233
3387
  zIndex: "zIndices";
4234
3388
  }, {
4235
- bg: (value: {
4236
- readonly [$$PropertyValue]: "backgroundColor";
4237
- }) => {
4238
- backgroundColor: {
4239
- readonly [$$PropertyValue]: "backgroundColor";
4240
- };
4241
- };
4242
- c: (value: {
4243
- readonly [$$PropertyValue]: "color";
4244
- }) => {
4245
- color: {
4246
- readonly [$$PropertyValue]: "color";
4247
- };
4248
- };
4249
- r: (value: {
4250
- readonly [$$ScaleValue]: "radii";
4251
- }) => {
4252
- borderRadius: {
4253
- readonly [$$ScaleValue]: "radii";
4254
- };
4255
- };
4256
- fs: (value: string | number | {
4257
- readonly [$$PropertyValue]: "fontSize";
4258
- }) => {
4259
- fontSize: string | number | {
4260
- readonly [$$PropertyValue]: "fontSize";
4261
- };
4262
- };
4263
- size: (value: string | number | {
4264
- readonly [$$ScaleValue]: "space";
4265
- }) => {
4266
- height: string | number | {
4267
- readonly [$$ScaleValue]: "space";
4268
- };
4269
- width: string | number | {
4270
- readonly [$$ScaleValue]: "space";
4271
- };
4272
- };
4273
- w: (value: string | number | {
4274
- readonly [$$ScaleValue]: "space";
4275
- }) => {
4276
- width: string | number | {
4277
- readonly [$$ScaleValue]: "space";
4278
- };
4279
- };
4280
- h: (value: string | number | {
4281
- readonly [$$ScaleValue]: "space";
4282
- }) => {
4283
- height: string | number | {
4284
- readonly [$$ScaleValue]: "space";
4285
- };
4286
- };
4287
- p: (value: string | number | {
4288
- readonly [$$ScaleValue]: "space";
4289
- }) => {
4290
- padding: string | number | {
4291
- readonly [$$ScaleValue]: "space";
4292
- };
4293
- };
4294
- pt: (value: string | number | {
4295
- readonly [$$ScaleValue]: "space";
4296
- }) => {
4297
- paddingTop: string | number | {
4298
- readonly [$$ScaleValue]: "space";
4299
- };
4300
- };
4301
- pr: (value: string | number | {
4302
- readonly [$$ScaleValue]: "space";
4303
- }) => {
4304
- paddingRight: string | number | {
4305
- readonly [$$ScaleValue]: "space";
4306
- };
4307
- };
4308
- pb: (value: string | number | {
4309
- readonly [$$ScaleValue]: "space";
4310
- }) => {
4311
- paddingBottom: string | number | {
4312
- readonly [$$ScaleValue]: "space";
4313
- };
4314
- };
4315
- pl: (value: string | number | {
4316
- readonly [$$ScaleValue]: "space";
4317
- }) => {
4318
- paddingLeft: string | number | {
4319
- readonly [$$ScaleValue]: "space";
4320
- };
4321
- };
4322
- px: (value: string | number | {
4323
- readonly [$$ScaleValue]: "space";
4324
- }) => {
4325
- paddingLeft: string | number | {
4326
- readonly [$$ScaleValue]: "space";
4327
- };
4328
- paddingRight: string | number | {
4329
- readonly [$$ScaleValue]: "space";
4330
- };
4331
- };
4332
- py: (value: string | number | {
4333
- readonly [$$ScaleValue]: "space";
4334
- }) => {
4335
- paddingTop: string | number | {
4336
- readonly [$$ScaleValue]: "space";
4337
- };
4338
- paddingBottom: string | number | {
4339
- readonly [$$ScaleValue]: "space";
4340
- };
4341
- };
4342
- m: (value: string | number | {
4343
- readonly [$$ScaleValue]: "space";
4344
- }) => {
4345
- margin: string | number | {
4346
- readonly [$$ScaleValue]: "space";
4347
- };
4348
- };
4349
- mt: (value: string | number | {
4350
- readonly [$$ScaleValue]: "space";
4351
- }) => {
4352
- marginTop: string | number | {
4353
- readonly [$$ScaleValue]: "space";
4354
- };
4355
- };
4356
- mr: (value: string | number | {
4357
- readonly [$$ScaleValue]: "space";
4358
- }) => {
4359
- marginRight: string | number | {
4360
- readonly [$$ScaleValue]: "space";
4361
- };
4362
- };
4363
- mb: (value: string | number | {
4364
- readonly [$$ScaleValue]: "space";
4365
- }) => {
4366
- marginBottom: string | number | {
4367
- readonly [$$ScaleValue]: "space";
4368
- };
4369
- };
4370
- ml: (value: string | number | {
4371
- readonly [$$ScaleValue]: "space";
4372
- }) => {
4373
- marginLeft: string | number | {
4374
- readonly [$$ScaleValue]: "space";
4375
- };
4376
- };
4377
- mx: (value: string | number | {
4378
- readonly [$$ScaleValue]: "space";
4379
- }) => {
4380
- marginLeft: string | number | {
4381
- readonly [$$ScaleValue]: "space";
4382
- };
4383
- marginRight: string | number | {
4384
- readonly [$$ScaleValue]: "space";
4385
- };
4386
- };
4387
- my: (value: string | number | {
4388
- readonly [$$ScaleValue]: "space";
4389
- }) => {
4390
- marginTop: string | number | {
4391
- readonly [$$ScaleValue]: "space";
4392
- };
4393
- marginBottom: string | number | {
4394
- readonly [$$ScaleValue]: "space";
4395
- };
3389
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
3390
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
3391
+ };
3392
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
3393
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
3394
+ };
3395
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
3396
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
3397
+ };
3398
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
3399
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
3400
+ };
3401
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3402
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3403
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3404
+ };
3405
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3406
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3407
+ };
3408
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3409
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3410
+ };
3411
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3412
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3413
+ };
3414
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3415
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3416
+ };
3417
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3418
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3419
+ };
3420
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3421
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3422
+ };
3423
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3424
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3425
+ };
3426
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3427
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3428
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3429
+ };
3430
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3431
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3432
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3433
+ };
3434
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3435
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3436
+ };
3437
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3438
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3439
+ };
3440
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3441
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3442
+ };
3443
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3444
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3445
+ };
3446
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3447
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3448
+ };
3449
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3450
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3451
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3452
+ };
3453
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3454
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3455
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4396
3456
  };
4397
3457
  }>>;
4398
3458
  interface VideoTileType {