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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/IconButton/IconButton.d.ts +47 -141
  12. package/dist/Input/Input.d.ts +362 -926
  13. package/dist/Label/Label.d.ts +47 -141
  14. package/dist/Layout/Box.d.ts +47 -141
  15. package/dist/Layout/Flex.d.ts +47 -141
  16. package/dist/Link/Link.d.ts +47 -141
  17. package/dist/Modal/Dialog.d.ts +329 -987
  18. package/dist/Modal/DialogContent.d.ts +469 -1127
  19. package/dist/Pagination/StyledPagination.d.ts +268 -644
  20. package/dist/Popover/index.d.ts +201 -483
  21. package/dist/Prebuilt/IconButton.d.ts +134 -322
  22. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  23. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  24. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  25. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  26. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  27. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
  29. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  30. package/dist/Progress/index.d.ts +134 -322
  31. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  32. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  33. package/dist/Select/Select.d.ts +201 -483
  34. package/dist/Sheet/Sheet.d.ts +329 -987
  35. package/dist/Slider/Slider.d.ts +47 -141
  36. package/dist/Stats/StyledStats.d.ts +402 -966
  37. package/dist/Switch/Switch.d.ts +47 -141
  38. package/dist/Tabs/Tabs.d.ts +268 -644
  39. package/dist/Text/Text.d.ts +47 -141
  40. package/dist/TextArea/TextArea.d.ts +47 -141
  41. package/dist/Theme/base.config.d.ts +26 -78
  42. package/dist/Theme/stitches.config.d.ts +1046 -1493
  43. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  44. package/dist/Toast/Toast.d.ts +382 -946
  45. package/dist/Video/Video.d.ts +47 -141
  46. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  47. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  48. package/dist/android-perm-1.png +0 -0
  49. package/dist/audio-level.png +0 -0
  50. package/dist/empty-chat.svg +12 -0
  51. package/dist/index.cjs.css +2 -2
  52. package/dist/index.cjs.css.map +1 -1
  53. package/dist/index.cjs.js +34062 -37242
  54. package/dist/index.cjs.js.map +4 -4
  55. package/dist/index.css +2 -2
  56. package/dist/index.css.map +1 -1
  57. package/dist/index.js +36387 -67
  58. package/dist/index.js.map +4 -4
  59. package/dist/ios-perm-0.png +0 -0
  60. package/dist/meta.cjs.json +1531 -1218
  61. package/dist/meta.esbuild.json +942 -794
  62. package/dist/pdf-share.png +0 -0
  63. package/dist/screen-share.png +0 -0
  64. package/dist/transaction_error.svg +12 -0
  65. package/package.json +8 -8
  66. package/src/Avatar/Avatar.tsx +1 -1
  67. package/src/Popover/Popover.stories.tsx +1 -1
  68. package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
  69. package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
  70. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
  71. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
  72. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
  73. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
  74. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  75. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  76. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  77. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
  78. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
  79. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  80. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  81. package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
  82. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  83. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  84. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  85. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
  86. package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
  87. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
  88. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  89. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  90. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  91. package/src/Prebuilt/layouts/HLSView.jsx +3 -3
  92. package/src/Prebuilt/layouts/PDFView.jsx +1 -0
  93. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
  94. package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
  95. package/dist/HLSView-HYI6LLL6.js +0 -1652
  96. package/dist/HLSView-HYI6LLL6.js.map +0 -7
  97. package/dist/HLSView-S4NJF7Q2.css +0 -2780
  98. package/dist/HLSView-S4NJF7Q2.css.map +0 -7
  99. package/dist/chunk-LRJSQMZ4.js +0 -34759
  100. package/dist/chunk-LRJSQMZ4.js.map +0 -7
@@ -277,167 +277,73 @@ declare const StyledTrigger: import("@stitches/react/types/styled-component").St
277
277
  transition: "transitions";
278
278
  zIndex: "zIndices";
279
279
  }, {
280
- bg: (value: {
281
- readonly [$$PropertyValue]: "backgroundColor";
282
- }) => {
283
- backgroundColor: {
284
- readonly [$$PropertyValue]: "backgroundColor";
285
- };
286
- };
287
- c: (value: {
288
- readonly [$$PropertyValue]: "color";
289
- }) => {
290
- color: {
291
- readonly [$$PropertyValue]: "color";
292
- };
293
- };
294
- r: (value: {
295
- readonly [$$ScaleValue]: "radii";
296
- }) => {
297
- borderRadius: {
298
- readonly [$$ScaleValue]: "radii";
299
- };
300
- };
301
- fs: (value: string | number | {
302
- readonly [$$PropertyValue]: "fontSize";
303
- }) => {
304
- fontSize: string | number | {
305
- readonly [$$PropertyValue]: "fontSize";
306
- };
307
- };
308
- size: (value: string | number | {
309
- readonly [$$ScaleValue]: "space";
310
- }) => {
311
- height: string | number | {
312
- readonly [$$ScaleValue]: "space";
313
- };
314
- width: string | number | {
315
- readonly [$$ScaleValue]: "space";
316
- };
317
- };
318
- w: (value: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- }) => {
321
- width: string | number | {
322
- readonly [$$ScaleValue]: "space";
323
- };
324
- };
325
- h: (value: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- }) => {
328
- height: string | number | {
329
- readonly [$$ScaleValue]: "space";
330
- };
331
- };
332
- p: (value: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- }) => {
335
- padding: string | number | {
336
- readonly [$$ScaleValue]: "space";
337
- };
338
- };
339
- pt: (value: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- }) => {
342
- paddingTop: string | number | {
343
- readonly [$$ScaleValue]: "space";
344
- };
345
- };
346
- pr: (value: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- }) => {
349
- paddingRight: string | number | {
350
- readonly [$$ScaleValue]: "space";
351
- };
352
- };
353
- pb: (value: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- }) => {
356
- paddingBottom: string | number | {
357
- readonly [$$ScaleValue]: "space";
358
- };
359
- };
360
- pl: (value: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- }) => {
363
- paddingLeft: string | number | {
364
- readonly [$$ScaleValue]: "space";
365
- };
366
- };
367
- px: (value: string | number | {
368
- readonly [$$ScaleValue]: "space";
369
- }) => {
370
- paddingLeft: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- };
373
- paddingRight: string | number | {
374
- readonly [$$ScaleValue]: "space";
375
- };
376
- };
377
- py: (value: string | number | {
378
- readonly [$$ScaleValue]: "space";
379
- }) => {
380
- paddingTop: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- };
383
- paddingBottom: string | number | {
384
- readonly [$$ScaleValue]: "space";
385
- };
386
- };
387
- m: (value: string | number | {
388
- readonly [$$ScaleValue]: "space";
389
- }) => {
390
- margin: string | number | {
391
- readonly [$$ScaleValue]: "space";
392
- };
393
- };
394
- mt: (value: string | number | {
395
- readonly [$$ScaleValue]: "space";
396
- }) => {
397
- marginTop: string | number | {
398
- readonly [$$ScaleValue]: "space";
399
- };
400
- };
401
- mr: (value: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- }) => {
404
- marginRight: string | number | {
405
- readonly [$$ScaleValue]: "space";
406
- };
407
- };
408
- mb: (value: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- }) => {
411
- marginBottom: string | number | {
412
- readonly [$$ScaleValue]: "space";
413
- };
414
- };
415
- ml: (value: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- }) => {
418
- marginLeft: string | number | {
419
- readonly [$$ScaleValue]: "space";
420
- };
421
- };
422
- mx: (value: string | number | {
423
- readonly [$$ScaleValue]: "space";
424
- }) => {
425
- marginLeft: string | number | {
426
- readonly [$$ScaleValue]: "space";
427
- };
428
- marginRight: string | number | {
429
- readonly [$$ScaleValue]: "space";
430
- };
431
- };
432
- my: (value: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- }) => {
435
- marginTop: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- };
438
- marginBottom: string | number | {
439
- readonly [$$ScaleValue]: "space";
440
- };
280
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
281
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
282
+ };
283
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
284
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
285
+ };
286
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
287
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
288
+ };
289
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
290
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
291
+ };
292
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
293
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ };
296
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
297
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ };
305
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ };
308
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ };
317
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
318
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ };
321
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ };
325
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
327
+ };
328
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ };
331
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ };
334
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ };
337
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ };
340
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
341
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ };
344
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
441
347
  };
442
348
  }>>;
443
349
  declare const StyledContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Popover.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -716,167 +622,73 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
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 StyledItemButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
@@ -1155,167 +967,73 @@ declare const StyledItemButton: import("@stitches/react/types/styled-component")
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 StyledVolumeItem: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1594,167 +1312,73 @@ declare const StyledVolumeItem: import("@stitches/react/types/styled-component")
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
  export declare const Flex: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -2033,167 +1657,73 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
2033
1657
  transition: "transitions";
2034
1658
  zIndex: "zIndices";
2035
1659
  }, {
2036
- bg: (value: {
2037
- readonly [$$PropertyValue]: "backgroundColor";
2038
- }) => {
2039
- backgroundColor: {
2040
- readonly [$$PropertyValue]: "backgroundColor";
2041
- };
2042
- };
2043
- c: (value: {
2044
- readonly [$$PropertyValue]: "color";
2045
- }) => {
2046
- color: {
2047
- readonly [$$PropertyValue]: "color";
2048
- };
2049
- };
2050
- r: (value: {
2051
- readonly [$$ScaleValue]: "radii";
2052
- }) => {
2053
- borderRadius: {
2054
- readonly [$$ScaleValue]: "radii";
2055
- };
2056
- };
2057
- fs: (value: string | number | {
2058
- readonly [$$PropertyValue]: "fontSize";
2059
- }) => {
2060
- fontSize: string | number | {
2061
- readonly [$$PropertyValue]: "fontSize";
2062
- };
2063
- };
2064
- size: (value: string | number | {
2065
- readonly [$$ScaleValue]: "space";
2066
- }) => {
2067
- height: string | number | {
2068
- readonly [$$ScaleValue]: "space";
2069
- };
2070
- width: string | number | {
2071
- readonly [$$ScaleValue]: "space";
2072
- };
2073
- };
2074
- w: (value: string | number | {
2075
- readonly [$$ScaleValue]: "space";
2076
- }) => {
2077
- width: string | number | {
2078
- readonly [$$ScaleValue]: "space";
2079
- };
2080
- };
2081
- h: (value: string | number | {
2082
- readonly [$$ScaleValue]: "space";
2083
- }) => {
2084
- height: string | number | {
2085
- readonly [$$ScaleValue]: "space";
2086
- };
2087
- };
2088
- p: (value: string | number | {
2089
- readonly [$$ScaleValue]: "space";
2090
- }) => {
2091
- padding: string | number | {
2092
- readonly [$$ScaleValue]: "space";
2093
- };
2094
- };
2095
- pt: (value: string | number | {
2096
- readonly [$$ScaleValue]: "space";
2097
- }) => {
2098
- paddingTop: string | number | {
2099
- readonly [$$ScaleValue]: "space";
2100
- };
2101
- };
2102
- pr: (value: string | number | {
2103
- readonly [$$ScaleValue]: "space";
2104
- }) => {
2105
- paddingRight: string | number | {
2106
- readonly [$$ScaleValue]: "space";
2107
- };
2108
- };
2109
- pb: (value: string | number | {
2110
- readonly [$$ScaleValue]: "space";
2111
- }) => {
2112
- paddingBottom: string | number | {
2113
- readonly [$$ScaleValue]: "space";
2114
- };
2115
- };
2116
- pl: (value: string | number | {
2117
- readonly [$$ScaleValue]: "space";
2118
- }) => {
2119
- paddingLeft: string | number | {
2120
- readonly [$$ScaleValue]: "space";
2121
- };
2122
- };
2123
- px: (value: string | number | {
2124
- readonly [$$ScaleValue]: "space";
2125
- }) => {
2126
- paddingLeft: string | number | {
2127
- readonly [$$ScaleValue]: "space";
2128
- };
2129
- paddingRight: string | number | {
2130
- readonly [$$ScaleValue]: "space";
2131
- };
2132
- };
2133
- py: (value: string | number | {
2134
- readonly [$$ScaleValue]: "space";
2135
- }) => {
2136
- paddingTop: string | number | {
2137
- readonly [$$ScaleValue]: "space";
2138
- };
2139
- paddingBottom: string | number | {
2140
- readonly [$$ScaleValue]: "space";
2141
- };
2142
- };
2143
- m: (value: string | number | {
2144
- readonly [$$ScaleValue]: "space";
2145
- }) => {
2146
- margin: string | number | {
2147
- readonly [$$ScaleValue]: "space";
2148
- };
2149
- };
2150
- mt: (value: string | number | {
2151
- readonly [$$ScaleValue]: "space";
2152
- }) => {
2153
- marginTop: string | number | {
2154
- readonly [$$ScaleValue]: "space";
2155
- };
2156
- };
2157
- mr: (value: string | number | {
2158
- readonly [$$ScaleValue]: "space";
2159
- }) => {
2160
- marginRight: string | number | {
2161
- readonly [$$ScaleValue]: "space";
2162
- };
2163
- };
2164
- mb: (value: string | number | {
2165
- readonly [$$ScaleValue]: "space";
2166
- }) => {
2167
- marginBottom: string | number | {
2168
- readonly [$$ScaleValue]: "space";
2169
- };
2170
- };
2171
- ml: (value: string | number | {
2172
- readonly [$$ScaleValue]: "space";
2173
- }) => {
2174
- marginLeft: string | number | {
2175
- readonly [$$ScaleValue]: "space";
2176
- };
2177
- };
2178
- mx: (value: string | number | {
2179
- readonly [$$ScaleValue]: "space";
2180
- }) => {
2181
- marginLeft: string | number | {
2182
- readonly [$$ScaleValue]: "space";
2183
- };
2184
- marginRight: string | number | {
2185
- readonly [$$ScaleValue]: "space";
2186
- };
2187
- };
2188
- my: (value: string | number | {
2189
- readonly [$$ScaleValue]: "space";
2190
- }) => {
2191
- marginTop: string | number | {
2192
- readonly [$$ScaleValue]: "space";
2193
- };
2194
- marginBottom: string | number | {
2195
- readonly [$$ScaleValue]: "space";
2196
- };
1660
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1661
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1662
+ };
1663
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1664
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1665
+ };
1666
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1667
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1668
+ };
1669
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1670
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1671
+ };
1672
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1673
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1674
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1675
+ };
1676
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1677
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1678
+ };
1679
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1680
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1681
+ };
1682
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1683
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1684
+ };
1685
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1686
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1687
+ };
1688
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1689
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1690
+ };
1691
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1692
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1693
+ };
1694
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1695
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1696
+ };
1697
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1698
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1699
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1700
+ };
1701
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1702
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1703
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1704
+ };
1705
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1706
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1707
+ };
1708
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1709
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1710
+ };
1711
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1712
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1713
+ };
1714
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1715
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1716
+ };
1717
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1718
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1719
+ };
1720
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1721
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1722
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1723
+ };
1724
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1725
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1726
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2197
1727
  };
2198
1728
  }>>;
2199
1729
  declare const RemoveMenuItem: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
@@ -2472,167 +2002,73 @@ declare const RemoveMenuItem: import("@stitches/react/types/styled-component").S
2472
2002
  transition: "transitions";
2473
2003
  zIndex: "zIndices";
2474
2004
  }, {
2475
- bg: (value: {
2476
- readonly [$$PropertyValue]: "backgroundColor";
2477
- }) => {
2478
- backgroundColor: {
2479
- readonly [$$PropertyValue]: "backgroundColor";
2480
- };
2481
- };
2482
- c: (value: {
2483
- readonly [$$PropertyValue]: "color";
2484
- }) => {
2485
- color: {
2486
- readonly [$$PropertyValue]: "color";
2487
- };
2488
- };
2489
- r: (value: {
2490
- readonly [$$ScaleValue]: "radii";
2491
- }) => {
2492
- borderRadius: {
2493
- readonly [$$ScaleValue]: "radii";
2494
- };
2495
- };
2496
- fs: (value: string | number | {
2497
- readonly [$$PropertyValue]: "fontSize";
2498
- }) => {
2499
- fontSize: string | number | {
2500
- readonly [$$PropertyValue]: "fontSize";
2501
- };
2502
- };
2503
- size: (value: string | number | {
2504
- readonly [$$ScaleValue]: "space";
2505
- }) => {
2506
- height: string | number | {
2507
- readonly [$$ScaleValue]: "space";
2508
- };
2509
- width: string | number | {
2510
- readonly [$$ScaleValue]: "space";
2511
- };
2512
- };
2513
- w: (value: string | number | {
2514
- readonly [$$ScaleValue]: "space";
2515
- }) => {
2516
- width: string | number | {
2517
- readonly [$$ScaleValue]: "space";
2518
- };
2519
- };
2520
- h: (value: string | number | {
2521
- readonly [$$ScaleValue]: "space";
2522
- }) => {
2523
- height: string | number | {
2524
- readonly [$$ScaleValue]: "space";
2525
- };
2526
- };
2527
- p: (value: string | number | {
2528
- readonly [$$ScaleValue]: "space";
2529
- }) => {
2530
- padding: string | number | {
2531
- readonly [$$ScaleValue]: "space";
2532
- };
2533
- };
2534
- pt: (value: string | number | {
2535
- readonly [$$ScaleValue]: "space";
2536
- }) => {
2537
- paddingTop: string | number | {
2538
- readonly [$$ScaleValue]: "space";
2539
- };
2540
- };
2541
- pr: (value: string | number | {
2542
- readonly [$$ScaleValue]: "space";
2543
- }) => {
2544
- paddingRight: string | number | {
2545
- readonly [$$ScaleValue]: "space";
2546
- };
2547
- };
2548
- pb: (value: string | number | {
2549
- readonly [$$ScaleValue]: "space";
2550
- }) => {
2551
- paddingBottom: string | number | {
2552
- readonly [$$ScaleValue]: "space";
2553
- };
2554
- };
2555
- pl: (value: string | number | {
2556
- readonly [$$ScaleValue]: "space";
2557
- }) => {
2558
- paddingLeft: string | number | {
2559
- readonly [$$ScaleValue]: "space";
2560
- };
2561
- };
2562
- px: (value: string | number | {
2563
- readonly [$$ScaleValue]: "space";
2564
- }) => {
2565
- paddingLeft: string | number | {
2566
- readonly [$$ScaleValue]: "space";
2567
- };
2568
- paddingRight: string | number | {
2569
- readonly [$$ScaleValue]: "space";
2570
- };
2571
- };
2572
- py: (value: string | number | {
2573
- readonly [$$ScaleValue]: "space";
2574
- }) => {
2575
- paddingTop: string | number | {
2576
- readonly [$$ScaleValue]: "space";
2577
- };
2578
- paddingBottom: string | number | {
2579
- readonly [$$ScaleValue]: "space";
2580
- };
2581
- };
2582
- m: (value: string | number | {
2583
- readonly [$$ScaleValue]: "space";
2584
- }) => {
2585
- margin: string | number | {
2586
- readonly [$$ScaleValue]: "space";
2587
- };
2588
- };
2589
- mt: (value: string | number | {
2590
- readonly [$$ScaleValue]: "space";
2591
- }) => {
2592
- marginTop: string | number | {
2593
- readonly [$$ScaleValue]: "space";
2594
- };
2595
- };
2596
- mr: (value: string | number | {
2597
- readonly [$$ScaleValue]: "space";
2598
- }) => {
2599
- marginRight: string | number | {
2600
- readonly [$$ScaleValue]: "space";
2601
- };
2602
- };
2603
- mb: (value: string | number | {
2604
- readonly [$$ScaleValue]: "space";
2605
- }) => {
2606
- marginBottom: string | number | {
2607
- readonly [$$ScaleValue]: "space";
2608
- };
2609
- };
2610
- ml: (value: string | number | {
2611
- readonly [$$ScaleValue]: "space";
2612
- }) => {
2613
- marginLeft: string | number | {
2614
- readonly [$$ScaleValue]: "space";
2615
- };
2616
- };
2617
- mx: (value: string | number | {
2618
- readonly [$$ScaleValue]: "space";
2619
- }) => {
2620
- marginLeft: string | number | {
2621
- readonly [$$ScaleValue]: "space";
2622
- };
2623
- marginRight: string | number | {
2624
- readonly [$$ScaleValue]: "space";
2625
- };
2626
- };
2627
- my: (value: string | number | {
2628
- readonly [$$ScaleValue]: "space";
2629
- }) => {
2630
- marginTop: string | number | {
2631
- readonly [$$ScaleValue]: "space";
2632
- };
2633
- marginBottom: string | number | {
2634
- readonly [$$ScaleValue]: "space";
2635
- };
2005
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2006
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2007
+ };
2008
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2009
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2010
+ };
2011
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2012
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2013
+ };
2014
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2015
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2016
+ };
2017
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2018
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2019
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2020
+ };
2021
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2022
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2023
+ };
2024
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2025
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2026
+ };
2027
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2028
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2029
+ };
2030
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2031
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2032
+ };
2033
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2034
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2035
+ };
2036
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2037
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2038
+ };
2039
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2040
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2041
+ };
2042
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2043
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2044
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2045
+ };
2046
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2047
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2048
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2049
+ };
2050
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2051
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2052
+ };
2053
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2054
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2055
+ };
2056
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2057
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2058
+ };
2059
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2060
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2061
+ };
2062
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2063
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2064
+ };
2065
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2066
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2067
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2068
+ };
2069
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2070
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2071
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2636
2072
  };
2637
2073
  }>>, {}, {
2638
2074
  allowMotion: string;
@@ -2910,167 +2346,73 @@ declare const RemoveMenuItem: import("@stitches/react/types/styled-component").S
2910
2346
  transition: "transitions";
2911
2347
  zIndex: "zIndices";
2912
2348
  }, {
2913
- bg: (value: {
2914
- readonly [$$PropertyValue]: "backgroundColor";
2915
- }) => {
2916
- backgroundColor: {
2917
- readonly [$$PropertyValue]: "backgroundColor";
2918
- };
2919
- };
2920
- c: (value: {
2921
- readonly [$$PropertyValue]: "color";
2922
- }) => {
2923
- color: {
2924
- readonly [$$PropertyValue]: "color";
2925
- };
2926
- };
2927
- r: (value: {
2928
- readonly [$$ScaleValue]: "radii";
2929
- }) => {
2930
- borderRadius: {
2931
- readonly [$$ScaleValue]: "radii";
2932
- };
2933
- };
2934
- fs: (value: string | number | {
2935
- readonly [$$PropertyValue]: "fontSize";
2936
- }) => {
2937
- fontSize: string | number | {
2938
- readonly [$$PropertyValue]: "fontSize";
2939
- };
2940
- };
2941
- size: (value: string | number | {
2942
- readonly [$$ScaleValue]: "space";
2943
- }) => {
2944
- height: string | number | {
2945
- readonly [$$ScaleValue]: "space";
2946
- };
2947
- width: string | number | {
2948
- readonly [$$ScaleValue]: "space";
2949
- };
2950
- };
2951
- w: (value: string | number | {
2952
- readonly [$$ScaleValue]: "space";
2953
- }) => {
2954
- width: string | number | {
2955
- readonly [$$ScaleValue]: "space";
2956
- };
2957
- };
2958
- h: (value: string | number | {
2959
- readonly [$$ScaleValue]: "space";
2960
- }) => {
2961
- height: string | number | {
2962
- readonly [$$ScaleValue]: "space";
2963
- };
2964
- };
2965
- p: (value: string | number | {
2966
- readonly [$$ScaleValue]: "space";
2967
- }) => {
2968
- padding: string | number | {
2969
- readonly [$$ScaleValue]: "space";
2970
- };
2971
- };
2972
- pt: (value: string | number | {
2973
- readonly [$$ScaleValue]: "space";
2974
- }) => {
2975
- paddingTop: string | number | {
2976
- readonly [$$ScaleValue]: "space";
2977
- };
2978
- };
2979
- pr: (value: string | number | {
2980
- readonly [$$ScaleValue]: "space";
2981
- }) => {
2982
- paddingRight: string | number | {
2983
- readonly [$$ScaleValue]: "space";
2984
- };
2985
- };
2986
- pb: (value: string | number | {
2987
- readonly [$$ScaleValue]: "space";
2988
- }) => {
2989
- paddingBottom: string | number | {
2990
- readonly [$$ScaleValue]: "space";
2991
- };
2992
- };
2993
- pl: (value: string | number | {
2994
- readonly [$$ScaleValue]: "space";
2995
- }) => {
2996
- paddingLeft: string | number | {
2997
- readonly [$$ScaleValue]: "space";
2998
- };
2999
- };
3000
- px: (value: string | number | {
3001
- readonly [$$ScaleValue]: "space";
3002
- }) => {
3003
- paddingLeft: string | number | {
3004
- readonly [$$ScaleValue]: "space";
3005
- };
3006
- paddingRight: string | number | {
3007
- readonly [$$ScaleValue]: "space";
3008
- };
3009
- };
3010
- py: (value: string | number | {
3011
- readonly [$$ScaleValue]: "space";
3012
- }) => {
3013
- paddingTop: string | number | {
3014
- readonly [$$ScaleValue]: "space";
3015
- };
3016
- paddingBottom: string | number | {
3017
- readonly [$$ScaleValue]: "space";
3018
- };
3019
- };
3020
- m: (value: string | number | {
3021
- readonly [$$ScaleValue]: "space";
3022
- }) => {
3023
- margin: string | number | {
3024
- readonly [$$ScaleValue]: "space";
3025
- };
3026
- };
3027
- mt: (value: string | number | {
3028
- readonly [$$ScaleValue]: "space";
3029
- }) => {
3030
- marginTop: string | number | {
3031
- readonly [$$ScaleValue]: "space";
3032
- };
3033
- };
3034
- mr: (value: string | number | {
3035
- readonly [$$ScaleValue]: "space";
3036
- }) => {
3037
- marginRight: string | number | {
3038
- readonly [$$ScaleValue]: "space";
3039
- };
3040
- };
3041
- mb: (value: string | number | {
3042
- readonly [$$ScaleValue]: "space";
3043
- }) => {
3044
- marginBottom: string | number | {
3045
- readonly [$$ScaleValue]: "space";
3046
- };
3047
- };
3048
- ml: (value: string | number | {
3049
- readonly [$$ScaleValue]: "space";
3050
- }) => {
3051
- marginLeft: string | number | {
3052
- readonly [$$ScaleValue]: "space";
3053
- };
3054
- };
3055
- mx: (value: string | number | {
3056
- readonly [$$ScaleValue]: "space";
3057
- }) => {
3058
- marginLeft: string | number | {
3059
- readonly [$$ScaleValue]: "space";
3060
- };
3061
- marginRight: string | number | {
3062
- readonly [$$ScaleValue]: "space";
3063
- };
3064
- };
3065
- my: (value: string | number | {
3066
- readonly [$$ScaleValue]: "space";
3067
- }) => {
3068
- marginTop: string | number | {
3069
- readonly [$$ScaleValue]: "space";
3070
- };
3071
- marginBottom: string | number | {
3072
- readonly [$$ScaleValue]: "space";
3073
- };
2349
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2350
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2351
+ };
2352
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2353
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2354
+ };
2355
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2356
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2357
+ };
2358
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2359
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2360
+ };
2361
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2362
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2363
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2364
+ };
2365
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2366
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2367
+ };
2368
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2369
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2370
+ };
2371
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2372
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2373
+ };
2374
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2375
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2376
+ };
2377
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2378
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2379
+ };
2380
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2381
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2382
+ };
2383
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2384
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2385
+ };
2386
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2387
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2388
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2389
+ };
2390
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2391
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2392
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2393
+ };
2394
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2395
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2396
+ };
2397
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2398
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2399
+ };
2400
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2401
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2402
+ };
2403
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2404
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2405
+ };
2406
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2407
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2408
+ };
2409
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2410
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2411
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2412
+ };
2413
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2414
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2415
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3074
2416
  };
3075
2417
  }>>;
3076
2418
  interface MenuTileType {