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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/{HLSView-CIEOVB7G.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-IUYITNDV.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-IUYITNDV.css.map → HLSView-Z2JID2W7.css.map} +1 -1
  14. package/dist/IconButton/IconButton.d.ts +47 -141
  15. package/dist/Input/Input.d.ts +362 -926
  16. package/dist/Label/Label.d.ts +47 -141
  17. package/dist/Layout/Box.d.ts +47 -141
  18. package/dist/Layout/Flex.d.ts +47 -141
  19. package/dist/Link/Link.d.ts +47 -141
  20. package/dist/Modal/Dialog.d.ts +329 -987
  21. package/dist/Modal/DialogContent.d.ts +469 -1127
  22. package/dist/Pagination/StyledPagination.d.ts +268 -644
  23. package/dist/Popover/index.d.ts +201 -483
  24. package/dist/Prebuilt/IconButton.d.ts +134 -322
  25. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  26. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  27. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/DeviceInUseError.d.ts +2 -0
  29. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  30. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  31. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  32. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  33. package/dist/Progress/index.d.ts +134 -322
  34. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  35. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  36. package/dist/Select/Select.d.ts +201 -483
  37. package/dist/Sheet/Sheet.d.ts +329 -987
  38. package/dist/Slider/Slider.d.ts +47 -141
  39. package/dist/Stats/StyledStats.d.ts +402 -966
  40. package/dist/Switch/Switch.d.ts +47 -141
  41. package/dist/Tabs/Tabs.d.ts +268 -644
  42. package/dist/Text/Text.d.ts +47 -141
  43. package/dist/TextArea/TextArea.d.ts +47 -141
  44. package/dist/Theme/base.config.d.ts +26 -78
  45. package/dist/Theme/stitches.config.d.ts +1046 -1493
  46. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  47. package/dist/Toast/Toast.d.ts +382 -946
  48. package/dist/Video/Video.d.ts +47 -141
  49. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  50. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  51. package/dist/{chunk-D6EIIW34.js → chunk-CRGZUJSX.js} +1000 -875
  52. package/dist/chunk-CRGZUJSX.js.map +7 -0
  53. package/dist/index.cjs.css +2 -2
  54. package/dist/index.cjs.css.map +1 -1
  55. package/dist/index.cjs.js +1038 -861
  56. package/dist/index.cjs.js.map +4 -4
  57. package/dist/index.css +2 -2
  58. package/dist/index.css.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/meta.cjs.json +348 -78
  61. package/dist/meta.esbuild.json +355 -85
  62. package/package.json +8 -8
  63. package/src/Avatar/Avatar.tsx +1 -1
  64. package/src/Popover/Popover.stories.tsx +1 -1
  65. package/src/Prebuilt/components/Header/common.jsx +6 -5
  66. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  67. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -0
  68. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  69. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  70. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -159
  71. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
  72. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  73. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  74. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  75. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  76. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  77. package/src/Prebuilt/components/StatsForNerds.jsx +32 -3
  78. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  79. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  80. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  81. package/dist/chunk-D6EIIW34.js.map +0 -7
  82. /package/dist/{HLSView-CIEOVB7G.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -276,167 +276,73 @@ export declare const LeaveIconButton: import("@stitches/react/types/styled-compo
276
276
  transition: "transitions";
277
277
  zIndex: "zIndices";
278
278
  }, {
279
- bg: (value: {
280
- readonly [$$PropertyValue]: "backgroundColor";
281
- }) => {
282
- backgroundColor: {
283
- readonly [$$PropertyValue]: "backgroundColor";
284
- };
285
- };
286
- c: (value: {
287
- readonly [$$PropertyValue]: "color";
288
- }) => {
289
- color: {
290
- readonly [$$PropertyValue]: "color";
291
- };
292
- };
293
- r: (value: {
294
- readonly [$$ScaleValue]: "radii";
295
- }) => {
296
- borderRadius: {
297
- readonly [$$ScaleValue]: "radii";
298
- };
299
- };
300
- fs: (value: string | number | {
301
- readonly [$$PropertyValue]: "fontSize";
302
- }) => {
303
- fontSize: string | number | {
304
- readonly [$$PropertyValue]: "fontSize";
305
- };
306
- };
307
- size: (value: string | number | {
308
- readonly [$$ScaleValue]: "space";
309
- }) => {
310
- height: string | number | {
311
- readonly [$$ScaleValue]: "space";
312
- };
313
- width: string | number | {
314
- readonly [$$ScaleValue]: "space";
315
- };
316
- };
317
- w: (value: string | number | {
318
- readonly [$$ScaleValue]: "space";
319
- }) => {
320
- width: string | number | {
321
- readonly [$$ScaleValue]: "space";
322
- };
323
- };
324
- h: (value: string | number | {
325
- readonly [$$ScaleValue]: "space";
326
- }) => {
327
- height: string | number | {
328
- readonly [$$ScaleValue]: "space";
329
- };
330
- };
331
- p: (value: string | number | {
332
- readonly [$$ScaleValue]: "space";
333
- }) => {
334
- padding: string | number | {
335
- readonly [$$ScaleValue]: "space";
336
- };
337
- };
338
- pt: (value: string | number | {
339
- readonly [$$ScaleValue]: "space";
340
- }) => {
341
- paddingTop: string | number | {
342
- readonly [$$ScaleValue]: "space";
343
- };
344
- };
345
- pr: (value: string | number | {
346
- readonly [$$ScaleValue]: "space";
347
- }) => {
348
- paddingRight: string | number | {
349
- readonly [$$ScaleValue]: "space";
350
- };
351
- };
352
- pb: (value: string | number | {
353
- readonly [$$ScaleValue]: "space";
354
- }) => {
355
- paddingBottom: string | number | {
356
- readonly [$$ScaleValue]: "space";
357
- };
358
- };
359
- pl: (value: string | number | {
360
- readonly [$$ScaleValue]: "space";
361
- }) => {
362
- paddingLeft: string | number | {
363
- readonly [$$ScaleValue]: "space";
364
- };
365
- };
366
- px: (value: string | number | {
367
- readonly [$$ScaleValue]: "space";
368
- }) => {
369
- paddingLeft: string | number | {
370
- readonly [$$ScaleValue]: "space";
371
- };
372
- paddingRight: string | number | {
373
- readonly [$$ScaleValue]: "space";
374
- };
375
- };
376
- py: (value: string | number | {
377
- readonly [$$ScaleValue]: "space";
378
- }) => {
379
- paddingTop: string | number | {
380
- readonly [$$ScaleValue]: "space";
381
- };
382
- paddingBottom: string | number | {
383
- readonly [$$ScaleValue]: "space";
384
- };
385
- };
386
- m: (value: string | number | {
387
- readonly [$$ScaleValue]: "space";
388
- }) => {
389
- margin: string | number | {
390
- readonly [$$ScaleValue]: "space";
391
- };
392
- };
393
- mt: (value: string | number | {
394
- readonly [$$ScaleValue]: "space";
395
- }) => {
396
- marginTop: string | number | {
397
- readonly [$$ScaleValue]: "space";
398
- };
399
- };
400
- mr: (value: string | number | {
401
- readonly [$$ScaleValue]: "space";
402
- }) => {
403
- marginRight: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- };
406
- };
407
- mb: (value: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- }) => {
410
- marginBottom: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
413
- };
414
- ml: (value: string | number | {
415
- readonly [$$ScaleValue]: "space";
416
- }) => {
417
- marginLeft: string | number | {
418
- readonly [$$ScaleValue]: "space";
419
- };
420
- };
421
- mx: (value: string | number | {
422
- readonly [$$ScaleValue]: "space";
423
- }) => {
424
- marginLeft: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- };
427
- marginRight: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
430
- };
431
- my: (value: string | number | {
432
- readonly [$$ScaleValue]: "space";
433
- }) => {
434
- marginTop: string | number | {
435
- readonly [$$ScaleValue]: "space";
436
- };
437
- marginBottom: string | number | {
438
- readonly [$$ScaleValue]: "space";
439
- };
279
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
280
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
281
+ };
282
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
283
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
284
+ };
285
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
286
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
287
+ };
288
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
289
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
290
+ };
291
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
292
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
293
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ };
295
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
296
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
297
+ };
298
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
299
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
300
+ };
301
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
302
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
303
+ };
304
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
305
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
306
+ };
307
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
308
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
309
+ };
310
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
311
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
312
+ };
313
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
314
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
315
+ };
316
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ };
320
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
321
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
322
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ };
324
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
325
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ };
330
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ };
333
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
334
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ };
336
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
337
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ };
339
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
340
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
341
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ };
343
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
344
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
440
346
  };
441
347
  }>>, {}, {
442
348
  allowMotion: string;
@@ -714,167 +620,73 @@ export declare const LeaveIconButton: import("@stitches/react/types/styled-compo
714
620
  transition: "transitions";
715
621
  zIndex: "zIndices";
716
622
  }, {
717
- bg: (value: {
718
- readonly [$$PropertyValue]: "backgroundColor";
719
- }) => {
720
- backgroundColor: {
721
- readonly [$$PropertyValue]: "backgroundColor";
722
- };
723
- };
724
- c: (value: {
725
- readonly [$$PropertyValue]: "color";
726
- }) => {
727
- color: {
728
- readonly [$$PropertyValue]: "color";
729
- };
730
- };
731
- r: (value: {
732
- readonly [$$ScaleValue]: "radii";
733
- }) => {
734
- borderRadius: {
735
- readonly [$$ScaleValue]: "radii";
736
- };
737
- };
738
- fs: (value: string | number | {
739
- readonly [$$PropertyValue]: "fontSize";
740
- }) => {
741
- fontSize: string | number | {
742
- readonly [$$PropertyValue]: "fontSize";
743
- };
744
- };
745
- size: (value: string | number | {
746
- readonly [$$ScaleValue]: "space";
747
- }) => {
748
- height: string | number | {
749
- readonly [$$ScaleValue]: "space";
750
- };
751
- width: string | number | {
752
- readonly [$$ScaleValue]: "space";
753
- };
754
- };
755
- w: (value: string | number | {
756
- readonly [$$ScaleValue]: "space";
757
- }) => {
758
- width: string | number | {
759
- readonly [$$ScaleValue]: "space";
760
- };
761
- };
762
- h: (value: string | number | {
763
- readonly [$$ScaleValue]: "space";
764
- }) => {
765
- height: string | number | {
766
- readonly [$$ScaleValue]: "space";
767
- };
768
- };
769
- p: (value: string | number | {
770
- readonly [$$ScaleValue]: "space";
771
- }) => {
772
- padding: string | number | {
773
- readonly [$$ScaleValue]: "space";
774
- };
775
- };
776
- pt: (value: string | number | {
777
- readonly [$$ScaleValue]: "space";
778
- }) => {
779
- paddingTop: string | number | {
780
- readonly [$$ScaleValue]: "space";
781
- };
782
- };
783
- pr: (value: string | number | {
784
- readonly [$$ScaleValue]: "space";
785
- }) => {
786
- paddingRight: string | number | {
787
- readonly [$$ScaleValue]: "space";
788
- };
789
- };
790
- pb: (value: string | number | {
791
- readonly [$$ScaleValue]: "space";
792
- }) => {
793
- paddingBottom: string | number | {
794
- readonly [$$ScaleValue]: "space";
795
- };
796
- };
797
- pl: (value: string | number | {
798
- readonly [$$ScaleValue]: "space";
799
- }) => {
800
- paddingLeft: string | number | {
801
- readonly [$$ScaleValue]: "space";
802
- };
803
- };
804
- px: (value: string | number | {
805
- readonly [$$ScaleValue]: "space";
806
- }) => {
807
- paddingLeft: string | number | {
808
- readonly [$$ScaleValue]: "space";
809
- };
810
- paddingRight: string | number | {
811
- readonly [$$ScaleValue]: "space";
812
- };
813
- };
814
- py: (value: string | number | {
815
- readonly [$$ScaleValue]: "space";
816
- }) => {
817
- paddingTop: string | number | {
818
- readonly [$$ScaleValue]: "space";
819
- };
820
- paddingBottom: string | number | {
821
- readonly [$$ScaleValue]: "space";
822
- };
823
- };
824
- m: (value: string | number | {
825
- readonly [$$ScaleValue]: "space";
826
- }) => {
827
- margin: string | number | {
828
- readonly [$$ScaleValue]: "space";
829
- };
830
- };
831
- mt: (value: string | number | {
832
- readonly [$$ScaleValue]: "space";
833
- }) => {
834
- marginTop: string | number | {
835
- readonly [$$ScaleValue]: "space";
836
- };
837
- };
838
- mr: (value: string | number | {
839
- readonly [$$ScaleValue]: "space";
840
- }) => {
841
- marginRight: string | number | {
842
- readonly [$$ScaleValue]: "space";
843
- };
844
- };
845
- mb: (value: string | number | {
846
- readonly [$$ScaleValue]: "space";
847
- }) => {
848
- marginBottom: string | number | {
849
- readonly [$$ScaleValue]: "space";
850
- };
851
- };
852
- ml: (value: string | number | {
853
- readonly [$$ScaleValue]: "space";
854
- }) => {
855
- marginLeft: string | number | {
856
- readonly [$$ScaleValue]: "space";
857
- };
858
- };
859
- mx: (value: string | number | {
860
- readonly [$$ScaleValue]: "space";
861
- }) => {
862
- marginLeft: string | number | {
863
- readonly [$$ScaleValue]: "space";
864
- };
865
- marginRight: string | number | {
866
- readonly [$$ScaleValue]: "space";
867
- };
868
- };
869
- my: (value: string | number | {
870
- readonly [$$ScaleValue]: "space";
871
- }) => {
872
- marginTop: string | number | {
873
- readonly [$$ScaleValue]: "space";
874
- };
875
- marginBottom: string | number | {
876
- readonly [$$ScaleValue]: "space";
877
- };
623
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
624
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
625
+ };
626
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
627
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
628
+ };
629
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
630
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
631
+ };
632
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
633
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
634
+ };
635
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
636
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
637
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
638
+ };
639
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
640
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ };
642
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
643
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
644
+ };
645
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
646
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
647
+ };
648
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
649
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
650
+ };
651
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
652
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
653
+ };
654
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
655
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
656
+ };
657
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
658
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
659
+ };
660
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
661
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
662
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
663
+ };
664
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
665
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
666
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
667
+ };
668
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
669
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
670
+ };
671
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
672
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
673
+ };
674
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
675
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
676
+ };
677
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
678
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
679
+ };
680
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
681
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
682
+ };
683
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
684
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
685
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
686
+ };
687
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
688
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
689
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
878
690
  };
879
691
  }>>;
880
692
  export declare const MenuTriggerButton: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
@@ -1155,167 +967,73 @@ export declare const MenuTriggerButton: import("@stitches/react/types/styled-com
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
  allowMotion: string;
@@ -1593,167 +1311,73 @@ export declare const MenuTriggerButton: import("@stitches/react/types/styled-com
1593
1311
  transition: "transitions";
1594
1312
  zIndex: "zIndices";
1595
1313
  }, {
1596
- bg: (value: {
1597
- readonly [$$PropertyValue]: "backgroundColor";
1598
- }) => {
1599
- backgroundColor: {
1600
- readonly [$$PropertyValue]: "backgroundColor";
1601
- };
1602
- };
1603
- c: (value: {
1604
- readonly [$$PropertyValue]: "color";
1605
- }) => {
1606
- color: {
1607
- readonly [$$PropertyValue]: "color";
1608
- };
1609
- };
1610
- r: (value: {
1611
- readonly [$$ScaleValue]: "radii";
1612
- }) => {
1613
- borderRadius: {
1614
- readonly [$$ScaleValue]: "radii";
1615
- };
1616
- };
1617
- fs: (value: string | number | {
1618
- readonly [$$PropertyValue]: "fontSize";
1619
- }) => {
1620
- fontSize: string | number | {
1621
- readonly [$$PropertyValue]: "fontSize";
1622
- };
1623
- };
1624
- size: (value: string | number | {
1625
- readonly [$$ScaleValue]: "space";
1626
- }) => {
1627
- height: string | number | {
1628
- readonly [$$ScaleValue]: "space";
1629
- };
1630
- width: string | number | {
1631
- readonly [$$ScaleValue]: "space";
1632
- };
1633
- };
1634
- w: (value: string | number | {
1635
- readonly [$$ScaleValue]: "space";
1636
- }) => {
1637
- width: string | number | {
1638
- readonly [$$ScaleValue]: "space";
1639
- };
1640
- };
1641
- h: (value: string | number | {
1642
- readonly [$$ScaleValue]: "space";
1643
- }) => {
1644
- height: string | number | {
1645
- readonly [$$ScaleValue]: "space";
1646
- };
1647
- };
1648
- p: (value: string | number | {
1649
- readonly [$$ScaleValue]: "space";
1650
- }) => {
1651
- padding: string | number | {
1652
- readonly [$$ScaleValue]: "space";
1653
- };
1654
- };
1655
- pt: (value: string | number | {
1656
- readonly [$$ScaleValue]: "space";
1657
- }) => {
1658
- paddingTop: string | number | {
1659
- readonly [$$ScaleValue]: "space";
1660
- };
1661
- };
1662
- pr: (value: string | number | {
1663
- readonly [$$ScaleValue]: "space";
1664
- }) => {
1665
- paddingRight: string | number | {
1666
- readonly [$$ScaleValue]: "space";
1667
- };
1668
- };
1669
- pb: (value: string | number | {
1670
- readonly [$$ScaleValue]: "space";
1671
- }) => {
1672
- paddingBottom: string | number | {
1673
- readonly [$$ScaleValue]: "space";
1674
- };
1675
- };
1676
- pl: (value: string | number | {
1677
- readonly [$$ScaleValue]: "space";
1678
- }) => {
1679
- paddingLeft: string | number | {
1680
- readonly [$$ScaleValue]: "space";
1681
- };
1682
- };
1683
- px: (value: string | number | {
1684
- readonly [$$ScaleValue]: "space";
1685
- }) => {
1686
- paddingLeft: string | number | {
1687
- readonly [$$ScaleValue]: "space";
1688
- };
1689
- paddingRight: string | number | {
1690
- readonly [$$ScaleValue]: "space";
1691
- };
1692
- };
1693
- py: (value: string | number | {
1694
- readonly [$$ScaleValue]: "space";
1695
- }) => {
1696
- paddingTop: string | number | {
1697
- readonly [$$ScaleValue]: "space";
1698
- };
1699
- paddingBottom: string | number | {
1700
- readonly [$$ScaleValue]: "space";
1701
- };
1702
- };
1703
- m: (value: string | number | {
1704
- readonly [$$ScaleValue]: "space";
1705
- }) => {
1706
- margin: string | number | {
1707
- readonly [$$ScaleValue]: "space";
1708
- };
1709
- };
1710
- mt: (value: string | number | {
1711
- readonly [$$ScaleValue]: "space";
1712
- }) => {
1713
- marginTop: string | number | {
1714
- readonly [$$ScaleValue]: "space";
1715
- };
1716
- };
1717
- mr: (value: string | number | {
1718
- readonly [$$ScaleValue]: "space";
1719
- }) => {
1720
- marginRight: string | number | {
1721
- readonly [$$ScaleValue]: "space";
1722
- };
1723
- };
1724
- mb: (value: string | number | {
1725
- readonly [$$ScaleValue]: "space";
1726
- }) => {
1727
- marginBottom: string | number | {
1728
- readonly [$$ScaleValue]: "space";
1729
- };
1730
- };
1731
- ml: (value: string | number | {
1732
- readonly [$$ScaleValue]: "space";
1733
- }) => {
1734
- marginLeft: string | number | {
1735
- readonly [$$ScaleValue]: "space";
1736
- };
1737
- };
1738
- mx: (value: string | number | {
1739
- readonly [$$ScaleValue]: "space";
1740
- }) => {
1741
- marginLeft: string | number | {
1742
- readonly [$$ScaleValue]: "space";
1743
- };
1744
- marginRight: string | number | {
1745
- readonly [$$ScaleValue]: "space";
1746
- };
1747
- };
1748
- my: (value: string | number | {
1749
- readonly [$$ScaleValue]: "space";
1750
- }) => {
1751
- marginTop: string | number | {
1752
- readonly [$$ScaleValue]: "space";
1753
- };
1754
- marginBottom: string | number | {
1755
- readonly [$$ScaleValue]: "space";
1756
- };
1314
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1315
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1316
+ };
1317
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1318
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1319
+ };
1320
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1321
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1322
+ };
1323
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1324
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1325
+ };
1326
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1327
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1328
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1329
+ };
1330
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1331
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1332
+ };
1333
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1334
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1335
+ };
1336
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1337
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1338
+ };
1339
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1340
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1341
+ };
1342
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1343
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1344
+ };
1345
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1346
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1347
+ };
1348
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1349
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1350
+ };
1351
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1352
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1353
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1354
+ };
1355
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1356
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1357
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1358
+ };
1359
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1360
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1361
+ };
1362
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1363
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1364
+ };
1365
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1366
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1367
+ };
1368
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1369
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1370
+ };
1371
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1372
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1373
+ };
1374
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1375
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1376
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1377
+ };
1378
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1379
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1380
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1757
1381
  };
1758
1382
  }>>, {}, {
1759
1383
  allowMotion: string;
@@ -2031,166 +1655,72 @@ export declare const MenuTriggerButton: import("@stitches/react/types/styled-com
2031
1655
  transition: "transitions";
2032
1656
  zIndex: "zIndices";
2033
1657
  }, {
2034
- bg: (value: {
2035
- readonly [$$PropertyValue]: "backgroundColor";
2036
- }) => {
2037
- backgroundColor: {
2038
- readonly [$$PropertyValue]: "backgroundColor";
2039
- };
2040
- };
2041
- c: (value: {
2042
- readonly [$$PropertyValue]: "color";
2043
- }) => {
2044
- color: {
2045
- readonly [$$PropertyValue]: "color";
2046
- };
2047
- };
2048
- r: (value: {
2049
- readonly [$$ScaleValue]: "radii";
2050
- }) => {
2051
- borderRadius: {
2052
- readonly [$$ScaleValue]: "radii";
2053
- };
2054
- };
2055
- fs: (value: string | number | {
2056
- readonly [$$PropertyValue]: "fontSize";
2057
- }) => {
2058
- fontSize: string | number | {
2059
- readonly [$$PropertyValue]: "fontSize";
2060
- };
2061
- };
2062
- size: (value: string | number | {
2063
- readonly [$$ScaleValue]: "space";
2064
- }) => {
2065
- height: string | number | {
2066
- readonly [$$ScaleValue]: "space";
2067
- };
2068
- width: string | number | {
2069
- readonly [$$ScaleValue]: "space";
2070
- };
2071
- };
2072
- w: (value: string | number | {
2073
- readonly [$$ScaleValue]: "space";
2074
- }) => {
2075
- width: string | number | {
2076
- readonly [$$ScaleValue]: "space";
2077
- };
2078
- };
2079
- h: (value: string | number | {
2080
- readonly [$$ScaleValue]: "space";
2081
- }) => {
2082
- height: string | number | {
2083
- readonly [$$ScaleValue]: "space";
2084
- };
2085
- };
2086
- p: (value: string | number | {
2087
- readonly [$$ScaleValue]: "space";
2088
- }) => {
2089
- padding: string | number | {
2090
- readonly [$$ScaleValue]: "space";
2091
- };
2092
- };
2093
- pt: (value: string | number | {
2094
- readonly [$$ScaleValue]: "space";
2095
- }) => {
2096
- paddingTop: string | number | {
2097
- readonly [$$ScaleValue]: "space";
2098
- };
2099
- };
2100
- pr: (value: string | number | {
2101
- readonly [$$ScaleValue]: "space";
2102
- }) => {
2103
- paddingRight: string | number | {
2104
- readonly [$$ScaleValue]: "space";
2105
- };
2106
- };
2107
- pb: (value: string | number | {
2108
- readonly [$$ScaleValue]: "space";
2109
- }) => {
2110
- paddingBottom: string | number | {
2111
- readonly [$$ScaleValue]: "space";
2112
- };
2113
- };
2114
- pl: (value: string | number | {
2115
- readonly [$$ScaleValue]: "space";
2116
- }) => {
2117
- paddingLeft: string | number | {
2118
- readonly [$$ScaleValue]: "space";
2119
- };
2120
- };
2121
- px: (value: string | number | {
2122
- readonly [$$ScaleValue]: "space";
2123
- }) => {
2124
- paddingLeft: string | number | {
2125
- readonly [$$ScaleValue]: "space";
2126
- };
2127
- paddingRight: string | number | {
2128
- readonly [$$ScaleValue]: "space";
2129
- };
2130
- };
2131
- py: (value: string | number | {
2132
- readonly [$$ScaleValue]: "space";
2133
- }) => {
2134
- paddingTop: string | number | {
2135
- readonly [$$ScaleValue]: "space";
2136
- };
2137
- paddingBottom: string | number | {
2138
- readonly [$$ScaleValue]: "space";
2139
- };
2140
- };
2141
- m: (value: string | number | {
2142
- readonly [$$ScaleValue]: "space";
2143
- }) => {
2144
- margin: string | number | {
2145
- readonly [$$ScaleValue]: "space";
2146
- };
2147
- };
2148
- mt: (value: string | number | {
2149
- readonly [$$ScaleValue]: "space";
2150
- }) => {
2151
- marginTop: string | number | {
2152
- readonly [$$ScaleValue]: "space";
2153
- };
2154
- };
2155
- mr: (value: string | number | {
2156
- readonly [$$ScaleValue]: "space";
2157
- }) => {
2158
- marginRight: string | number | {
2159
- readonly [$$ScaleValue]: "space";
2160
- };
2161
- };
2162
- mb: (value: string | number | {
2163
- readonly [$$ScaleValue]: "space";
2164
- }) => {
2165
- marginBottom: string | number | {
2166
- readonly [$$ScaleValue]: "space";
2167
- };
2168
- };
2169
- ml: (value: string | number | {
2170
- readonly [$$ScaleValue]: "space";
2171
- }) => {
2172
- marginLeft: string | number | {
2173
- readonly [$$ScaleValue]: "space";
2174
- };
2175
- };
2176
- mx: (value: string | number | {
2177
- readonly [$$ScaleValue]: "space";
2178
- }) => {
2179
- marginLeft: string | number | {
2180
- readonly [$$ScaleValue]: "space";
2181
- };
2182
- marginRight: string | number | {
2183
- readonly [$$ScaleValue]: "space";
2184
- };
2185
- };
2186
- my: (value: string | number | {
2187
- readonly [$$ScaleValue]: "space";
2188
- }) => {
2189
- marginTop: string | number | {
2190
- readonly [$$ScaleValue]: "space";
2191
- };
2192
- marginBottom: string | number | {
2193
- readonly [$$ScaleValue]: "space";
2194
- };
1658
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1659
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1660
+ };
1661
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1662
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1663
+ };
1664
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1665
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1666
+ };
1667
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1668
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1669
+ };
1670
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1671
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1672
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1673
+ };
1674
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1675
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1676
+ };
1677
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1678
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1679
+ };
1680
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1681
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1682
+ };
1683
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1684
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1685
+ };
1686
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1687
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1688
+ };
1689
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1690
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1691
+ };
1692
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1693
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1694
+ };
1695
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1696
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1697
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1698
+ };
1699
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1700
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1701
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1702
+ };
1703
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1704
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1705
+ };
1706
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1707
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1708
+ };
1709
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1710
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1711
+ };
1712
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1713
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1714
+ };
1715
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1716
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1717
+ };
1718
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1719
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1720
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1721
+ };
1722
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1723
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1724
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2195
1725
  };
2196
1726
  }>>;