@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
@@ -276,167 +276,73 @@ export declare const Dropdown: {
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
  Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
@@ -715,167 +621,73 @@ export declare const Dropdown: {
715
621
  transition: "transitions";
716
622
  zIndex: "zIndices";
717
623
  }, {
718
- bg: (value: {
719
- readonly [$$PropertyValue]: "backgroundColor";
720
- }) => {
721
- backgroundColor: {
722
- readonly [$$PropertyValue]: "backgroundColor";
723
- };
724
- };
725
- c: (value: {
726
- readonly [$$PropertyValue]: "color";
727
- }) => {
728
- color: {
729
- readonly [$$PropertyValue]: "color";
730
- };
731
- };
732
- r: (value: {
733
- readonly [$$ScaleValue]: "radii";
734
- }) => {
735
- borderRadius: {
736
- readonly [$$ScaleValue]: "radii";
737
- };
738
- };
739
- fs: (value: string | number | {
740
- readonly [$$PropertyValue]: "fontSize";
741
- }) => {
742
- fontSize: string | number | {
743
- readonly [$$PropertyValue]: "fontSize";
744
- };
745
- };
746
- size: (value: string | number | {
747
- readonly [$$ScaleValue]: "space";
748
- }) => {
749
- height: string | number | {
750
- readonly [$$ScaleValue]: "space";
751
- };
752
- width: string | number | {
753
- readonly [$$ScaleValue]: "space";
754
- };
755
- };
756
- w: (value: string | number | {
757
- readonly [$$ScaleValue]: "space";
758
- }) => {
759
- width: string | number | {
760
- readonly [$$ScaleValue]: "space";
761
- };
762
- };
763
- h: (value: string | number | {
764
- readonly [$$ScaleValue]: "space";
765
- }) => {
766
- height: string | number | {
767
- readonly [$$ScaleValue]: "space";
768
- };
769
- };
770
- p: (value: string | number | {
771
- readonly [$$ScaleValue]: "space";
772
- }) => {
773
- padding: string | number | {
774
- readonly [$$ScaleValue]: "space";
775
- };
776
- };
777
- pt: (value: string | number | {
778
- readonly [$$ScaleValue]: "space";
779
- }) => {
780
- paddingTop: string | number | {
781
- readonly [$$ScaleValue]: "space";
782
- };
783
- };
784
- pr: (value: string | number | {
785
- readonly [$$ScaleValue]: "space";
786
- }) => {
787
- paddingRight: string | number | {
788
- readonly [$$ScaleValue]: "space";
789
- };
790
- };
791
- pb: (value: string | number | {
792
- readonly [$$ScaleValue]: "space";
793
- }) => {
794
- paddingBottom: string | number | {
795
- readonly [$$ScaleValue]: "space";
796
- };
797
- };
798
- pl: (value: string | number | {
799
- readonly [$$ScaleValue]: "space";
800
- }) => {
801
- paddingLeft: string | number | {
802
- readonly [$$ScaleValue]: "space";
803
- };
804
- };
805
- px: (value: string | number | {
806
- readonly [$$ScaleValue]: "space";
807
- }) => {
808
- paddingLeft: string | number | {
809
- readonly [$$ScaleValue]: "space";
810
- };
811
- paddingRight: string | number | {
812
- readonly [$$ScaleValue]: "space";
813
- };
814
- };
815
- py: (value: string | number | {
816
- readonly [$$ScaleValue]: "space";
817
- }) => {
818
- paddingTop: string | number | {
819
- readonly [$$ScaleValue]: "space";
820
- };
821
- paddingBottom: string | number | {
822
- readonly [$$ScaleValue]: "space";
823
- };
824
- };
825
- m: (value: string | number | {
826
- readonly [$$ScaleValue]: "space";
827
- }) => {
828
- margin: string | number | {
829
- readonly [$$ScaleValue]: "space";
830
- };
831
- };
832
- mt: (value: string | number | {
833
- readonly [$$ScaleValue]: "space";
834
- }) => {
835
- marginTop: string | number | {
836
- readonly [$$ScaleValue]: "space";
837
- };
838
- };
839
- mr: (value: string | number | {
840
- readonly [$$ScaleValue]: "space";
841
- }) => {
842
- marginRight: string | number | {
843
- readonly [$$ScaleValue]: "space";
844
- };
845
- };
846
- mb: (value: string | number | {
847
- readonly [$$ScaleValue]: "space";
848
- }) => {
849
- marginBottom: string | number | {
850
- readonly [$$ScaleValue]: "space";
851
- };
852
- };
853
- ml: (value: string | number | {
854
- readonly [$$ScaleValue]: "space";
855
- }) => {
856
- marginLeft: string | number | {
857
- readonly [$$ScaleValue]: "space";
858
- };
859
- };
860
- mx: (value: string | number | {
861
- readonly [$$ScaleValue]: "space";
862
- }) => {
863
- marginLeft: string | number | {
864
- readonly [$$ScaleValue]: "space";
865
- };
866
- marginRight: string | number | {
867
- readonly [$$ScaleValue]: "space";
868
- };
869
- };
870
- my: (value: string | number | {
871
- readonly [$$ScaleValue]: "space";
872
- }) => {
873
- marginTop: string | number | {
874
- readonly [$$ScaleValue]: "space";
875
- };
876
- marginBottom: string | number | {
877
- readonly [$$ScaleValue]: "space";
878
- };
624
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
625
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
626
+ };
627
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
628
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
629
+ };
630
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
631
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
632
+ };
633
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
634
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
635
+ };
636
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
637
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
638
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
639
+ };
640
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
641
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
642
+ };
643
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
644
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
645
+ };
646
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
647
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
648
+ };
649
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
650
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
651
+ };
652
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
653
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
654
+ };
655
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
656
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
657
+ };
658
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
659
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
660
+ };
661
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
662
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
663
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
664
+ };
665
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
666
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
667
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
668
+ };
669
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
670
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
671
+ };
672
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
673
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
674
+ };
675
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
676
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
677
+ };
678
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
679
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
680
+ };
681
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
682
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
683
+ };
684
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
685
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
686
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
687
+ };
688
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
689
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
690
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
879
691
  };
880
692
  }>>;
881
693
  TriggerItem: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuSubTriggerProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -1154,167 +966,73 @@ export declare const Dropdown: {
1154
966
  transition: "transitions";
1155
967
  zIndex: "zIndices";
1156
968
  }, {
1157
- bg: (value: {
1158
- readonly [$$PropertyValue]: "backgroundColor";
1159
- }) => {
1160
- backgroundColor: {
1161
- readonly [$$PropertyValue]: "backgroundColor";
1162
- };
1163
- };
1164
- c: (value: {
1165
- readonly [$$PropertyValue]: "color";
1166
- }) => {
1167
- color: {
1168
- readonly [$$PropertyValue]: "color";
1169
- };
1170
- };
1171
- r: (value: {
1172
- readonly [$$ScaleValue]: "radii";
1173
- }) => {
1174
- borderRadius: {
1175
- readonly [$$ScaleValue]: "radii";
1176
- };
1177
- };
1178
- fs: (value: string | number | {
1179
- readonly [$$PropertyValue]: "fontSize";
1180
- }) => {
1181
- fontSize: string | number | {
1182
- readonly [$$PropertyValue]: "fontSize";
1183
- };
1184
- };
1185
- size: (value: string | number | {
1186
- readonly [$$ScaleValue]: "space";
1187
- }) => {
1188
- height: string | number | {
1189
- readonly [$$ScaleValue]: "space";
1190
- };
1191
- width: string | number | {
1192
- readonly [$$ScaleValue]: "space";
1193
- };
1194
- };
1195
- w: (value: string | number | {
1196
- readonly [$$ScaleValue]: "space";
1197
- }) => {
1198
- width: string | number | {
1199
- readonly [$$ScaleValue]: "space";
1200
- };
1201
- };
1202
- h: (value: string | number | {
1203
- readonly [$$ScaleValue]: "space";
1204
- }) => {
1205
- height: string | number | {
1206
- readonly [$$ScaleValue]: "space";
1207
- };
1208
- };
1209
- p: (value: string | number | {
1210
- readonly [$$ScaleValue]: "space";
1211
- }) => {
1212
- padding: string | number | {
1213
- readonly [$$ScaleValue]: "space";
1214
- };
1215
- };
1216
- pt: (value: string | number | {
1217
- readonly [$$ScaleValue]: "space";
1218
- }) => {
1219
- paddingTop: string | number | {
1220
- readonly [$$ScaleValue]: "space";
1221
- };
1222
- };
1223
- pr: (value: string | number | {
1224
- readonly [$$ScaleValue]: "space";
1225
- }) => {
1226
- paddingRight: string | number | {
1227
- readonly [$$ScaleValue]: "space";
1228
- };
1229
- };
1230
- pb: (value: string | number | {
1231
- readonly [$$ScaleValue]: "space";
1232
- }) => {
1233
- paddingBottom: string | number | {
1234
- readonly [$$ScaleValue]: "space";
1235
- };
1236
- };
1237
- pl: (value: string | number | {
1238
- readonly [$$ScaleValue]: "space";
1239
- }) => {
1240
- paddingLeft: string | number | {
1241
- readonly [$$ScaleValue]: "space";
1242
- };
1243
- };
1244
- px: (value: string | number | {
1245
- readonly [$$ScaleValue]: "space";
1246
- }) => {
1247
- paddingLeft: string | number | {
1248
- readonly [$$ScaleValue]: "space";
1249
- };
1250
- paddingRight: string | number | {
1251
- readonly [$$ScaleValue]: "space";
1252
- };
1253
- };
1254
- py: (value: string | number | {
1255
- readonly [$$ScaleValue]: "space";
1256
- }) => {
1257
- paddingTop: string | number | {
1258
- readonly [$$ScaleValue]: "space";
1259
- };
1260
- paddingBottom: string | number | {
1261
- readonly [$$ScaleValue]: "space";
1262
- };
1263
- };
1264
- m: (value: string | number | {
1265
- readonly [$$ScaleValue]: "space";
1266
- }) => {
1267
- margin: string | number | {
1268
- readonly [$$ScaleValue]: "space";
1269
- };
1270
- };
1271
- mt: (value: string | number | {
1272
- readonly [$$ScaleValue]: "space";
1273
- }) => {
1274
- marginTop: string | number | {
1275
- readonly [$$ScaleValue]: "space";
1276
- };
1277
- };
1278
- mr: (value: string | number | {
1279
- readonly [$$ScaleValue]: "space";
1280
- }) => {
1281
- marginRight: string | number | {
1282
- readonly [$$ScaleValue]: "space";
1283
- };
1284
- };
1285
- mb: (value: string | number | {
1286
- readonly [$$ScaleValue]: "space";
1287
- }) => {
1288
- marginBottom: string | number | {
1289
- readonly [$$ScaleValue]: "space";
1290
- };
1291
- };
1292
- ml: (value: string | number | {
1293
- readonly [$$ScaleValue]: "space";
1294
- }) => {
1295
- marginLeft: string | number | {
1296
- readonly [$$ScaleValue]: "space";
1297
- };
1298
- };
1299
- mx: (value: string | number | {
1300
- readonly [$$ScaleValue]: "space";
1301
- }) => {
1302
- marginLeft: string | number | {
1303
- readonly [$$ScaleValue]: "space";
1304
- };
1305
- marginRight: string | number | {
1306
- readonly [$$ScaleValue]: "space";
1307
- };
1308
- };
1309
- my: (value: string | number | {
1310
- readonly [$$ScaleValue]: "space";
1311
- }) => {
1312
- marginTop: string | number | {
1313
- readonly [$$ScaleValue]: "space";
1314
- };
1315
- marginBottom: string | number | {
1316
- readonly [$$ScaleValue]: "space";
1317
- };
969
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
970
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
971
+ };
972
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
973
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
974
+ };
975
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
976
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
977
+ };
978
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
979
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
980
+ };
981
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
982
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
983
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
984
+ };
985
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
986
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
987
+ };
988
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
989
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
990
+ };
991
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
992
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
993
+ };
994
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
995
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
996
+ };
997
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
998
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
999
+ };
1000
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1001
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1002
+ };
1003
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1004
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1005
+ };
1006
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1007
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1008
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1009
+ };
1010
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1011
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1012
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1013
+ };
1014
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1015
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1016
+ };
1017
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1018
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1019
+ };
1020
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1021
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1022
+ };
1023
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1024
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1025
+ };
1026
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1027
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1028
+ };
1029
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1030
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1031
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1032
+ };
1033
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1034
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1035
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1318
1036
  };
1319
1037
  }>>;
1320
1038
  Content: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -1593,167 +1311,73 @@ export declare const Dropdown: {
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
  Portal: import("react").FC<import("@radix-ui/react-dropdown-menu").DropdownMenuPortalProps>;
@@ -2033,167 +1657,73 @@ export declare const Dropdown: {
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
  SubMenuContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuSubContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -2472,167 +2002,73 @@ export declare const Dropdown: {
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
  Item: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuItemProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -2911,167 +2347,73 @@ export declare const Dropdown: {
2911
2347
  transition: "transitions";
2912
2348
  zIndex: "zIndices";
2913
2349
  }, {
2914
- bg: (value: {
2915
- readonly [$$PropertyValue]: "backgroundColor";
2916
- }) => {
2917
- backgroundColor: {
2918
- readonly [$$PropertyValue]: "backgroundColor";
2919
- };
2920
- };
2921
- c: (value: {
2922
- readonly [$$PropertyValue]: "color";
2923
- }) => {
2924
- color: {
2925
- readonly [$$PropertyValue]: "color";
2926
- };
2927
- };
2928
- r: (value: {
2929
- readonly [$$ScaleValue]: "radii";
2930
- }) => {
2931
- borderRadius: {
2932
- readonly [$$ScaleValue]: "radii";
2933
- };
2934
- };
2935
- fs: (value: string | number | {
2936
- readonly [$$PropertyValue]: "fontSize";
2937
- }) => {
2938
- fontSize: string | number | {
2939
- readonly [$$PropertyValue]: "fontSize";
2940
- };
2941
- };
2942
- size: (value: string | number | {
2943
- readonly [$$ScaleValue]: "space";
2944
- }) => {
2945
- height: string | number | {
2946
- readonly [$$ScaleValue]: "space";
2947
- };
2948
- width: string | number | {
2949
- readonly [$$ScaleValue]: "space";
2950
- };
2951
- };
2952
- w: (value: string | number | {
2953
- readonly [$$ScaleValue]: "space";
2954
- }) => {
2955
- width: string | number | {
2956
- readonly [$$ScaleValue]: "space";
2957
- };
2958
- };
2959
- h: (value: string | number | {
2960
- readonly [$$ScaleValue]: "space";
2961
- }) => {
2962
- height: string | number | {
2963
- readonly [$$ScaleValue]: "space";
2964
- };
2965
- };
2966
- p: (value: string | number | {
2967
- readonly [$$ScaleValue]: "space";
2968
- }) => {
2969
- padding: string | number | {
2970
- readonly [$$ScaleValue]: "space";
2971
- };
2972
- };
2973
- pt: (value: string | number | {
2974
- readonly [$$ScaleValue]: "space";
2975
- }) => {
2976
- paddingTop: string | number | {
2977
- readonly [$$ScaleValue]: "space";
2978
- };
2979
- };
2980
- pr: (value: string | number | {
2981
- readonly [$$ScaleValue]: "space";
2982
- }) => {
2983
- paddingRight: string | number | {
2984
- readonly [$$ScaleValue]: "space";
2985
- };
2986
- };
2987
- pb: (value: string | number | {
2988
- readonly [$$ScaleValue]: "space";
2989
- }) => {
2990
- paddingBottom: string | number | {
2991
- readonly [$$ScaleValue]: "space";
2992
- };
2993
- };
2994
- pl: (value: string | number | {
2995
- readonly [$$ScaleValue]: "space";
2996
- }) => {
2997
- paddingLeft: string | number | {
2998
- readonly [$$ScaleValue]: "space";
2999
- };
3000
- };
3001
- px: (value: string | number | {
3002
- readonly [$$ScaleValue]: "space";
3003
- }) => {
3004
- paddingLeft: string | number | {
3005
- readonly [$$ScaleValue]: "space";
3006
- };
3007
- paddingRight: string | number | {
3008
- readonly [$$ScaleValue]: "space";
3009
- };
3010
- };
3011
- py: (value: string | number | {
3012
- readonly [$$ScaleValue]: "space";
3013
- }) => {
3014
- paddingTop: string | number | {
3015
- readonly [$$ScaleValue]: "space";
3016
- };
3017
- paddingBottom: string | number | {
3018
- readonly [$$ScaleValue]: "space";
3019
- };
3020
- };
3021
- m: (value: string | number | {
3022
- readonly [$$ScaleValue]: "space";
3023
- }) => {
3024
- margin: string | number | {
3025
- readonly [$$ScaleValue]: "space";
3026
- };
3027
- };
3028
- mt: (value: string | number | {
3029
- readonly [$$ScaleValue]: "space";
3030
- }) => {
3031
- marginTop: string | number | {
3032
- readonly [$$ScaleValue]: "space";
3033
- };
3034
- };
3035
- mr: (value: string | number | {
3036
- readonly [$$ScaleValue]: "space";
3037
- }) => {
3038
- marginRight: string | number | {
3039
- readonly [$$ScaleValue]: "space";
3040
- };
3041
- };
3042
- mb: (value: string | number | {
3043
- readonly [$$ScaleValue]: "space";
3044
- }) => {
3045
- marginBottom: string | number | {
3046
- readonly [$$ScaleValue]: "space";
3047
- };
3048
- };
3049
- ml: (value: string | number | {
3050
- readonly [$$ScaleValue]: "space";
3051
- }) => {
3052
- marginLeft: string | number | {
3053
- readonly [$$ScaleValue]: "space";
3054
- };
3055
- };
3056
- mx: (value: string | number | {
3057
- readonly [$$ScaleValue]: "space";
3058
- }) => {
3059
- marginLeft: string | number | {
3060
- readonly [$$ScaleValue]: "space";
3061
- };
3062
- marginRight: string | number | {
3063
- readonly [$$ScaleValue]: "space";
3064
- };
3065
- };
3066
- my: (value: string | number | {
3067
- readonly [$$ScaleValue]: "space";
3068
- }) => {
3069
- marginTop: string | number | {
3070
- readonly [$$ScaleValue]: "space";
3071
- };
3072
- marginBottom: string | number | {
3073
- readonly [$$ScaleValue]: "space";
3074
- };
2350
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2351
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2352
+ };
2353
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2354
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2355
+ };
2356
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2357
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2358
+ };
2359
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2360
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2361
+ };
2362
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2363
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2364
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2365
+ };
2366
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2367
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2368
+ };
2369
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2370
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2371
+ };
2372
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2373
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2374
+ };
2375
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2376
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2377
+ };
2378
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2379
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2380
+ };
2381
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2382
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2383
+ };
2384
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2385
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2386
+ };
2387
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2388
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2389
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2390
+ };
2391
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2392
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2393
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2394
+ };
2395
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2396
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2397
+ };
2398
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2399
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2400
+ };
2401
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2402
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2403
+ };
2404
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2405
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2406
+ };
2407
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2408
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2409
+ };
2410
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2411
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2412
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2413
+ };
2414
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2415
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2416
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3075
2417
  };
3076
2418
  }>>;
3077
2419
  Label: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuLabelProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -3350,167 +2692,73 @@ export declare const Dropdown: {
3350
2692
  transition: "transitions";
3351
2693
  zIndex: "zIndices";
3352
2694
  }, {
3353
- bg: (value: {
3354
- readonly [$$PropertyValue]: "backgroundColor";
3355
- }) => {
3356
- backgroundColor: {
3357
- readonly [$$PropertyValue]: "backgroundColor";
3358
- };
3359
- };
3360
- c: (value: {
3361
- readonly [$$PropertyValue]: "color";
3362
- }) => {
3363
- color: {
3364
- readonly [$$PropertyValue]: "color";
3365
- };
3366
- };
3367
- r: (value: {
3368
- readonly [$$ScaleValue]: "radii";
3369
- }) => {
3370
- borderRadius: {
3371
- readonly [$$ScaleValue]: "radii";
3372
- };
3373
- };
3374
- fs: (value: string | number | {
3375
- readonly [$$PropertyValue]: "fontSize";
3376
- }) => {
3377
- fontSize: string | number | {
3378
- readonly [$$PropertyValue]: "fontSize";
3379
- };
3380
- };
3381
- size: (value: string | number | {
3382
- readonly [$$ScaleValue]: "space";
3383
- }) => {
3384
- height: string | number | {
3385
- readonly [$$ScaleValue]: "space";
3386
- };
3387
- width: string | number | {
3388
- readonly [$$ScaleValue]: "space";
3389
- };
3390
- };
3391
- w: (value: string | number | {
3392
- readonly [$$ScaleValue]: "space";
3393
- }) => {
3394
- width: string | number | {
3395
- readonly [$$ScaleValue]: "space";
3396
- };
3397
- };
3398
- h: (value: string | number | {
3399
- readonly [$$ScaleValue]: "space";
3400
- }) => {
3401
- height: string | number | {
3402
- readonly [$$ScaleValue]: "space";
3403
- };
3404
- };
3405
- p: (value: string | number | {
3406
- readonly [$$ScaleValue]: "space";
3407
- }) => {
3408
- padding: string | number | {
3409
- readonly [$$ScaleValue]: "space";
3410
- };
3411
- };
3412
- pt: (value: string | number | {
3413
- readonly [$$ScaleValue]: "space";
3414
- }) => {
3415
- paddingTop: string | number | {
3416
- readonly [$$ScaleValue]: "space";
3417
- };
3418
- };
3419
- pr: (value: string | number | {
3420
- readonly [$$ScaleValue]: "space";
3421
- }) => {
3422
- paddingRight: string | number | {
3423
- readonly [$$ScaleValue]: "space";
3424
- };
3425
- };
3426
- pb: (value: string | number | {
3427
- readonly [$$ScaleValue]: "space";
3428
- }) => {
3429
- paddingBottom: string | number | {
3430
- readonly [$$ScaleValue]: "space";
3431
- };
3432
- };
3433
- pl: (value: string | number | {
3434
- readonly [$$ScaleValue]: "space";
3435
- }) => {
3436
- paddingLeft: string | number | {
3437
- readonly [$$ScaleValue]: "space";
3438
- };
3439
- };
3440
- px: (value: string | number | {
3441
- readonly [$$ScaleValue]: "space";
3442
- }) => {
3443
- paddingLeft: string | number | {
3444
- readonly [$$ScaleValue]: "space";
3445
- };
3446
- paddingRight: string | number | {
3447
- readonly [$$ScaleValue]: "space";
3448
- };
3449
- };
3450
- py: (value: string | number | {
3451
- readonly [$$ScaleValue]: "space";
3452
- }) => {
3453
- paddingTop: string | number | {
3454
- readonly [$$ScaleValue]: "space";
3455
- };
3456
- paddingBottom: string | number | {
3457
- readonly [$$ScaleValue]: "space";
3458
- };
3459
- };
3460
- m: (value: string | number | {
3461
- readonly [$$ScaleValue]: "space";
3462
- }) => {
3463
- margin: string | number | {
3464
- readonly [$$ScaleValue]: "space";
3465
- };
3466
- };
3467
- mt: (value: string | number | {
3468
- readonly [$$ScaleValue]: "space";
3469
- }) => {
3470
- marginTop: string | number | {
3471
- readonly [$$ScaleValue]: "space";
3472
- };
3473
- };
3474
- mr: (value: string | number | {
3475
- readonly [$$ScaleValue]: "space";
3476
- }) => {
3477
- marginRight: string | number | {
3478
- readonly [$$ScaleValue]: "space";
3479
- };
3480
- };
3481
- mb: (value: string | number | {
3482
- readonly [$$ScaleValue]: "space";
3483
- }) => {
3484
- marginBottom: string | number | {
3485
- readonly [$$ScaleValue]: "space";
3486
- };
3487
- };
3488
- ml: (value: string | number | {
3489
- readonly [$$ScaleValue]: "space";
3490
- }) => {
3491
- marginLeft: string | number | {
3492
- readonly [$$ScaleValue]: "space";
3493
- };
3494
- };
3495
- mx: (value: string | number | {
3496
- readonly [$$ScaleValue]: "space";
3497
- }) => {
3498
- marginLeft: string | number | {
3499
- readonly [$$ScaleValue]: "space";
3500
- };
3501
- marginRight: string | number | {
3502
- readonly [$$ScaleValue]: "space";
3503
- };
3504
- };
3505
- my: (value: string | number | {
3506
- readonly [$$ScaleValue]: "space";
3507
- }) => {
3508
- marginTop: string | number | {
3509
- readonly [$$ScaleValue]: "space";
3510
- };
3511
- marginBottom: string | number | {
3512
- readonly [$$ScaleValue]: "space";
3513
- };
2695
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2696
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2697
+ };
2698
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2699
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2700
+ };
2701
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2702
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2703
+ };
2704
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2705
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2706
+ };
2707
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2708
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2709
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2710
+ };
2711
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2712
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2713
+ };
2714
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2715
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2716
+ };
2717
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2718
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2719
+ };
2720
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2721
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2722
+ };
2723
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2724
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2725
+ };
2726
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2727
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2728
+ };
2729
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2730
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2731
+ };
2732
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2733
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2734
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2735
+ };
2736
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2737
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2738
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2739
+ };
2740
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2741
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2742
+ };
2743
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2744
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2745
+ };
2746
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2747
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2748
+ };
2749
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2750
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2751
+ };
2752
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2753
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2754
+ };
2755
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2756
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2757
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2758
+ };
2759
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2760
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2761
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3514
2762
  };
3515
2763
  }>>;
3516
2764
  Group: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuGroupProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -3789,167 +3037,73 @@ export declare const Dropdown: {
3789
3037
  transition: "transitions";
3790
3038
  zIndex: "zIndices";
3791
3039
  }, {
3792
- bg: (value: {
3793
- readonly [$$PropertyValue]: "backgroundColor";
3794
- }) => {
3795
- backgroundColor: {
3796
- readonly [$$PropertyValue]: "backgroundColor";
3797
- };
3798
- };
3799
- c: (value: {
3800
- readonly [$$PropertyValue]: "color";
3801
- }) => {
3802
- color: {
3803
- readonly [$$PropertyValue]: "color";
3804
- };
3805
- };
3806
- r: (value: {
3807
- readonly [$$ScaleValue]: "radii";
3808
- }) => {
3809
- borderRadius: {
3810
- readonly [$$ScaleValue]: "radii";
3811
- };
3812
- };
3813
- fs: (value: string | number | {
3814
- readonly [$$PropertyValue]: "fontSize";
3815
- }) => {
3816
- fontSize: string | number | {
3817
- readonly [$$PropertyValue]: "fontSize";
3818
- };
3819
- };
3820
- size: (value: string | number | {
3821
- readonly [$$ScaleValue]: "space";
3822
- }) => {
3823
- height: string | number | {
3824
- readonly [$$ScaleValue]: "space";
3825
- };
3826
- width: string | number | {
3827
- readonly [$$ScaleValue]: "space";
3828
- };
3829
- };
3830
- w: (value: string | number | {
3831
- readonly [$$ScaleValue]: "space";
3832
- }) => {
3833
- width: string | number | {
3834
- readonly [$$ScaleValue]: "space";
3835
- };
3836
- };
3837
- h: (value: string | number | {
3838
- readonly [$$ScaleValue]: "space";
3839
- }) => {
3840
- height: string | number | {
3841
- readonly [$$ScaleValue]: "space";
3842
- };
3843
- };
3844
- p: (value: string | number | {
3845
- readonly [$$ScaleValue]: "space";
3846
- }) => {
3847
- padding: string | number | {
3848
- readonly [$$ScaleValue]: "space";
3849
- };
3850
- };
3851
- pt: (value: string | number | {
3852
- readonly [$$ScaleValue]: "space";
3853
- }) => {
3854
- paddingTop: string | number | {
3855
- readonly [$$ScaleValue]: "space";
3856
- };
3857
- };
3858
- pr: (value: string | number | {
3859
- readonly [$$ScaleValue]: "space";
3860
- }) => {
3861
- paddingRight: string | number | {
3862
- readonly [$$ScaleValue]: "space";
3863
- };
3864
- };
3865
- pb: (value: string | number | {
3866
- readonly [$$ScaleValue]: "space";
3867
- }) => {
3868
- paddingBottom: string | number | {
3869
- readonly [$$ScaleValue]: "space";
3870
- };
3871
- };
3872
- pl: (value: string | number | {
3873
- readonly [$$ScaleValue]: "space";
3874
- }) => {
3875
- paddingLeft: string | number | {
3876
- readonly [$$ScaleValue]: "space";
3877
- };
3878
- };
3879
- px: (value: string | number | {
3880
- readonly [$$ScaleValue]: "space";
3881
- }) => {
3882
- paddingLeft: string | number | {
3883
- readonly [$$ScaleValue]: "space";
3884
- };
3885
- paddingRight: string | number | {
3886
- readonly [$$ScaleValue]: "space";
3887
- };
3888
- };
3889
- py: (value: string | number | {
3890
- readonly [$$ScaleValue]: "space";
3891
- }) => {
3892
- paddingTop: string | number | {
3893
- readonly [$$ScaleValue]: "space";
3894
- };
3895
- paddingBottom: string | number | {
3896
- readonly [$$ScaleValue]: "space";
3897
- };
3898
- };
3899
- m: (value: string | number | {
3900
- readonly [$$ScaleValue]: "space";
3901
- }) => {
3902
- margin: string | number | {
3903
- readonly [$$ScaleValue]: "space";
3904
- };
3905
- };
3906
- mt: (value: string | number | {
3907
- readonly [$$ScaleValue]: "space";
3908
- }) => {
3909
- marginTop: string | number | {
3910
- readonly [$$ScaleValue]: "space";
3911
- };
3912
- };
3913
- mr: (value: string | number | {
3914
- readonly [$$ScaleValue]: "space";
3915
- }) => {
3916
- marginRight: string | number | {
3917
- readonly [$$ScaleValue]: "space";
3918
- };
3919
- };
3920
- mb: (value: string | number | {
3921
- readonly [$$ScaleValue]: "space";
3922
- }) => {
3923
- marginBottom: string | number | {
3924
- readonly [$$ScaleValue]: "space";
3925
- };
3926
- };
3927
- ml: (value: string | number | {
3928
- readonly [$$ScaleValue]: "space";
3929
- }) => {
3930
- marginLeft: string | number | {
3931
- readonly [$$ScaleValue]: "space";
3932
- };
3933
- };
3934
- mx: (value: string | number | {
3935
- readonly [$$ScaleValue]: "space";
3936
- }) => {
3937
- marginLeft: string | number | {
3938
- readonly [$$ScaleValue]: "space";
3939
- };
3940
- marginRight: string | number | {
3941
- readonly [$$ScaleValue]: "space";
3942
- };
3943
- };
3944
- my: (value: string | number | {
3945
- readonly [$$ScaleValue]: "space";
3946
- }) => {
3947
- marginTop: string | number | {
3948
- readonly [$$ScaleValue]: "space";
3949
- };
3950
- marginBottom: string | number | {
3951
- readonly [$$ScaleValue]: "space";
3952
- };
3040
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
3041
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
3042
+ };
3043
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
3044
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
3045
+ };
3046
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
3047
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
3048
+ };
3049
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
3050
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
3051
+ };
3052
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3053
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3054
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3055
+ };
3056
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3057
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3058
+ };
3059
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3060
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3061
+ };
3062
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3063
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3064
+ };
3065
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3066
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3067
+ };
3068
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3069
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3070
+ };
3071
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3072
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3073
+ };
3074
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3075
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3076
+ };
3077
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3078
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3079
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3080
+ };
3081
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3082
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3083
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3084
+ };
3085
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3086
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3087
+ };
3088
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3089
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3090
+ };
3091
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3092
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3093
+ };
3094
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3095
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3096
+ };
3097
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3098
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3099
+ };
3100
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3101
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3102
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3103
+ };
3104
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3105
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3106
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3953
3107
  };
3954
3108
  }>>;
3955
3109
  ItemSeparator: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuSeparatorProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -4228,167 +3382,73 @@ export declare const Dropdown: {
4228
3382
  transition: "transitions";
4229
3383
  zIndex: "zIndices";
4230
3384
  }, {
4231
- bg: (value: {
4232
- readonly [$$PropertyValue]: "backgroundColor";
4233
- }) => {
4234
- backgroundColor: {
4235
- readonly [$$PropertyValue]: "backgroundColor";
4236
- };
4237
- };
4238
- c: (value: {
4239
- readonly [$$PropertyValue]: "color";
4240
- }) => {
4241
- color: {
4242
- readonly [$$PropertyValue]: "color";
4243
- };
4244
- };
4245
- r: (value: {
4246
- readonly [$$ScaleValue]: "radii";
4247
- }) => {
4248
- borderRadius: {
4249
- readonly [$$ScaleValue]: "radii";
4250
- };
4251
- };
4252
- fs: (value: string | number | {
4253
- readonly [$$PropertyValue]: "fontSize";
4254
- }) => {
4255
- fontSize: string | number | {
4256
- readonly [$$PropertyValue]: "fontSize";
4257
- };
4258
- };
4259
- size: (value: string | number | {
4260
- readonly [$$ScaleValue]: "space";
4261
- }) => {
4262
- height: string | number | {
4263
- readonly [$$ScaleValue]: "space";
4264
- };
4265
- width: string | number | {
4266
- readonly [$$ScaleValue]: "space";
4267
- };
4268
- };
4269
- w: (value: string | number | {
4270
- readonly [$$ScaleValue]: "space";
4271
- }) => {
4272
- width: string | number | {
4273
- readonly [$$ScaleValue]: "space";
4274
- };
4275
- };
4276
- h: (value: string | number | {
4277
- readonly [$$ScaleValue]: "space";
4278
- }) => {
4279
- height: string | number | {
4280
- readonly [$$ScaleValue]: "space";
4281
- };
4282
- };
4283
- p: (value: string | number | {
4284
- readonly [$$ScaleValue]: "space";
4285
- }) => {
4286
- padding: string | number | {
4287
- readonly [$$ScaleValue]: "space";
4288
- };
4289
- };
4290
- pt: (value: string | number | {
4291
- readonly [$$ScaleValue]: "space";
4292
- }) => {
4293
- paddingTop: string | number | {
4294
- readonly [$$ScaleValue]: "space";
4295
- };
4296
- };
4297
- pr: (value: string | number | {
4298
- readonly [$$ScaleValue]: "space";
4299
- }) => {
4300
- paddingRight: string | number | {
4301
- readonly [$$ScaleValue]: "space";
4302
- };
4303
- };
4304
- pb: (value: string | number | {
4305
- readonly [$$ScaleValue]: "space";
4306
- }) => {
4307
- paddingBottom: string | number | {
4308
- readonly [$$ScaleValue]: "space";
4309
- };
4310
- };
4311
- pl: (value: string | number | {
4312
- readonly [$$ScaleValue]: "space";
4313
- }) => {
4314
- paddingLeft: string | number | {
4315
- readonly [$$ScaleValue]: "space";
4316
- };
4317
- };
4318
- px: (value: string | number | {
4319
- readonly [$$ScaleValue]: "space";
4320
- }) => {
4321
- paddingLeft: string | number | {
4322
- readonly [$$ScaleValue]: "space";
4323
- };
4324
- paddingRight: string | number | {
4325
- readonly [$$ScaleValue]: "space";
4326
- };
4327
- };
4328
- py: (value: string | number | {
4329
- readonly [$$ScaleValue]: "space";
4330
- }) => {
4331
- paddingTop: string | number | {
4332
- readonly [$$ScaleValue]: "space";
4333
- };
4334
- paddingBottom: string | number | {
4335
- readonly [$$ScaleValue]: "space";
4336
- };
4337
- };
4338
- m: (value: string | number | {
4339
- readonly [$$ScaleValue]: "space";
4340
- }) => {
4341
- margin: string | number | {
4342
- readonly [$$ScaleValue]: "space";
4343
- };
4344
- };
4345
- mt: (value: string | number | {
4346
- readonly [$$ScaleValue]: "space";
4347
- }) => {
4348
- marginTop: string | number | {
4349
- readonly [$$ScaleValue]: "space";
4350
- };
4351
- };
4352
- mr: (value: string | number | {
4353
- readonly [$$ScaleValue]: "space";
4354
- }) => {
4355
- marginRight: string | number | {
4356
- readonly [$$ScaleValue]: "space";
4357
- };
4358
- };
4359
- mb: (value: string | number | {
4360
- readonly [$$ScaleValue]: "space";
4361
- }) => {
4362
- marginBottom: string | number | {
4363
- readonly [$$ScaleValue]: "space";
4364
- };
4365
- };
4366
- ml: (value: string | number | {
4367
- readonly [$$ScaleValue]: "space";
4368
- }) => {
4369
- marginLeft: string | number | {
4370
- readonly [$$ScaleValue]: "space";
4371
- };
4372
- };
4373
- mx: (value: string | number | {
4374
- readonly [$$ScaleValue]: "space";
4375
- }) => {
4376
- marginLeft: string | number | {
4377
- readonly [$$ScaleValue]: "space";
4378
- };
4379
- marginRight: string | number | {
4380
- readonly [$$ScaleValue]: "space";
4381
- };
4382
- };
4383
- my: (value: string | number | {
4384
- readonly [$$ScaleValue]: "space";
4385
- }) => {
4386
- marginTop: string | number | {
4387
- readonly [$$ScaleValue]: "space";
4388
- };
4389
- marginBottom: string | number | {
4390
- readonly [$$ScaleValue]: "space";
4391
- };
3385
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
3386
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
3387
+ };
3388
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
3389
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
3390
+ };
3391
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
3392
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
3393
+ };
3394
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
3395
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
3396
+ };
3397
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3398
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3399
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3400
+ };
3401
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3402
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3403
+ };
3404
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3405
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3406
+ };
3407
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3408
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3409
+ };
3410
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3411
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3412
+ };
3413
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3414
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3415
+ };
3416
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3417
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3418
+ };
3419
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3420
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3421
+ };
3422
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3423
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3424
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3425
+ };
3426
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3427
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3428
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3429
+ };
3430
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3431
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3432
+ };
3433
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3434
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3435
+ };
3436
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3437
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3438
+ };
3439
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3440
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3441
+ };
3442
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3443
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3444
+ };
3445
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3446
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3447
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3448
+ };
3449
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3450
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3451
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4392
3452
  };
4393
3453
  }>>;
4394
3454
  CheckboxItem: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuCheckboxItemProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
@@ -4667,167 +3727,73 @@ export declare const Dropdown: {
4667
3727
  transition: "transitions";
4668
3728
  zIndex: "zIndices";
4669
3729
  }, {
4670
- bg: (value: {
4671
- readonly [$$PropertyValue]: "backgroundColor";
4672
- }) => {
4673
- backgroundColor: {
4674
- readonly [$$PropertyValue]: "backgroundColor";
4675
- };
4676
- };
4677
- c: (value: {
4678
- readonly [$$PropertyValue]: "color";
4679
- }) => {
4680
- color: {
4681
- readonly [$$PropertyValue]: "color";
4682
- };
4683
- };
4684
- r: (value: {
4685
- readonly [$$ScaleValue]: "radii";
4686
- }) => {
4687
- borderRadius: {
4688
- readonly [$$ScaleValue]: "radii";
4689
- };
4690
- };
4691
- fs: (value: string | number | {
4692
- readonly [$$PropertyValue]: "fontSize";
4693
- }) => {
4694
- fontSize: string | number | {
4695
- readonly [$$PropertyValue]: "fontSize";
4696
- };
4697
- };
4698
- size: (value: string | number | {
4699
- readonly [$$ScaleValue]: "space";
4700
- }) => {
4701
- height: string | number | {
4702
- readonly [$$ScaleValue]: "space";
4703
- };
4704
- width: string | number | {
4705
- readonly [$$ScaleValue]: "space";
4706
- };
4707
- };
4708
- w: (value: string | number | {
4709
- readonly [$$ScaleValue]: "space";
4710
- }) => {
4711
- width: string | number | {
4712
- readonly [$$ScaleValue]: "space";
4713
- };
4714
- };
4715
- h: (value: string | number | {
4716
- readonly [$$ScaleValue]: "space";
4717
- }) => {
4718
- height: string | number | {
4719
- readonly [$$ScaleValue]: "space";
4720
- };
4721
- };
4722
- p: (value: string | number | {
4723
- readonly [$$ScaleValue]: "space";
4724
- }) => {
4725
- padding: string | number | {
4726
- readonly [$$ScaleValue]: "space";
4727
- };
4728
- };
4729
- pt: (value: string | number | {
4730
- readonly [$$ScaleValue]: "space";
4731
- }) => {
4732
- paddingTop: string | number | {
4733
- readonly [$$ScaleValue]: "space";
4734
- };
4735
- };
4736
- pr: (value: string | number | {
4737
- readonly [$$ScaleValue]: "space";
4738
- }) => {
4739
- paddingRight: string | number | {
4740
- readonly [$$ScaleValue]: "space";
4741
- };
4742
- };
4743
- pb: (value: string | number | {
4744
- readonly [$$ScaleValue]: "space";
4745
- }) => {
4746
- paddingBottom: string | number | {
4747
- readonly [$$ScaleValue]: "space";
4748
- };
4749
- };
4750
- pl: (value: string | number | {
4751
- readonly [$$ScaleValue]: "space";
4752
- }) => {
4753
- paddingLeft: string | number | {
4754
- readonly [$$ScaleValue]: "space";
4755
- };
4756
- };
4757
- px: (value: string | number | {
4758
- readonly [$$ScaleValue]: "space";
4759
- }) => {
4760
- paddingLeft: string | number | {
4761
- readonly [$$ScaleValue]: "space";
4762
- };
4763
- paddingRight: string | number | {
4764
- readonly [$$ScaleValue]: "space";
4765
- };
4766
- };
4767
- py: (value: string | number | {
4768
- readonly [$$ScaleValue]: "space";
4769
- }) => {
4770
- paddingTop: string | number | {
4771
- readonly [$$ScaleValue]: "space";
4772
- };
4773
- paddingBottom: string | number | {
4774
- readonly [$$ScaleValue]: "space";
4775
- };
4776
- };
4777
- m: (value: string | number | {
4778
- readonly [$$ScaleValue]: "space";
4779
- }) => {
4780
- margin: string | number | {
4781
- readonly [$$ScaleValue]: "space";
4782
- };
4783
- };
4784
- mt: (value: string | number | {
4785
- readonly [$$ScaleValue]: "space";
4786
- }) => {
4787
- marginTop: string | number | {
4788
- readonly [$$ScaleValue]: "space";
4789
- };
4790
- };
4791
- mr: (value: string | number | {
4792
- readonly [$$ScaleValue]: "space";
4793
- }) => {
4794
- marginRight: string | number | {
4795
- readonly [$$ScaleValue]: "space";
4796
- };
4797
- };
4798
- mb: (value: string | number | {
4799
- readonly [$$ScaleValue]: "space";
4800
- }) => {
4801
- marginBottom: string | number | {
4802
- readonly [$$ScaleValue]: "space";
4803
- };
4804
- };
4805
- ml: (value: string | number | {
4806
- readonly [$$ScaleValue]: "space";
4807
- }) => {
4808
- marginLeft: string | number | {
4809
- readonly [$$ScaleValue]: "space";
4810
- };
4811
- };
4812
- mx: (value: string | number | {
4813
- readonly [$$ScaleValue]: "space";
4814
- }) => {
4815
- marginLeft: string | number | {
4816
- readonly [$$ScaleValue]: "space";
4817
- };
4818
- marginRight: string | number | {
4819
- readonly [$$ScaleValue]: "space";
4820
- };
4821
- };
4822
- my: (value: string | number | {
4823
- readonly [$$ScaleValue]: "space";
4824
- }) => {
4825
- marginTop: string | number | {
4826
- readonly [$$ScaleValue]: "space";
4827
- };
4828
- marginBottom: string | number | {
4829
- readonly [$$ScaleValue]: "space";
4830
- };
3730
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
3731
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
3732
+ };
3733
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
3734
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
3735
+ };
3736
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
3737
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
3738
+ };
3739
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
3740
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
3741
+ };
3742
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3743
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3744
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3745
+ };
3746
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3747
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3748
+ };
3749
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3750
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3751
+ };
3752
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3753
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3754
+ };
3755
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3756
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3757
+ };
3758
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3759
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3760
+ };
3761
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3762
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3763
+ };
3764
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3765
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3766
+ };
3767
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3768
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3769
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3770
+ };
3771
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3772
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3773
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3774
+ };
3775
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3776
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3777
+ };
3778
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3779
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3780
+ };
3781
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3782
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3783
+ };
3784
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3785
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3786
+ };
3787
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3788
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3789
+ };
3790
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3791
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3792
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3793
+ };
3794
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3795
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3796
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4831
3797
  };
4832
3798
  }>>;
4833
3799
  ItemIndicator: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuItemIndicatorProps & import("react").RefAttributes<HTMLSpanElement>>, {}, {
@@ -5106,167 +4072,73 @@ export declare const Dropdown: {
5106
4072
  transition: "transitions";
5107
4073
  zIndex: "zIndices";
5108
4074
  }, {
5109
- bg: (value: {
5110
- readonly [$$PropertyValue]: "backgroundColor";
5111
- }) => {
5112
- backgroundColor: {
5113
- readonly [$$PropertyValue]: "backgroundColor";
5114
- };
5115
- };
5116
- c: (value: {
5117
- readonly [$$PropertyValue]: "color";
5118
- }) => {
5119
- color: {
5120
- readonly [$$PropertyValue]: "color";
5121
- };
5122
- };
5123
- r: (value: {
5124
- readonly [$$ScaleValue]: "radii";
5125
- }) => {
5126
- borderRadius: {
5127
- readonly [$$ScaleValue]: "radii";
5128
- };
5129
- };
5130
- fs: (value: string | number | {
5131
- readonly [$$PropertyValue]: "fontSize";
5132
- }) => {
5133
- fontSize: string | number | {
5134
- readonly [$$PropertyValue]: "fontSize";
5135
- };
5136
- };
5137
- size: (value: string | number | {
5138
- readonly [$$ScaleValue]: "space";
5139
- }) => {
5140
- height: string | number | {
5141
- readonly [$$ScaleValue]: "space";
5142
- };
5143
- width: string | number | {
5144
- readonly [$$ScaleValue]: "space";
5145
- };
5146
- };
5147
- w: (value: string | number | {
5148
- readonly [$$ScaleValue]: "space";
5149
- }) => {
5150
- width: string | number | {
5151
- readonly [$$ScaleValue]: "space";
5152
- };
5153
- };
5154
- h: (value: string | number | {
5155
- readonly [$$ScaleValue]: "space";
5156
- }) => {
5157
- height: string | number | {
5158
- readonly [$$ScaleValue]: "space";
5159
- };
5160
- };
5161
- p: (value: string | number | {
5162
- readonly [$$ScaleValue]: "space";
5163
- }) => {
5164
- padding: string | number | {
5165
- readonly [$$ScaleValue]: "space";
5166
- };
5167
- };
5168
- pt: (value: string | number | {
5169
- readonly [$$ScaleValue]: "space";
5170
- }) => {
5171
- paddingTop: string | number | {
5172
- readonly [$$ScaleValue]: "space";
5173
- };
5174
- };
5175
- pr: (value: string | number | {
5176
- readonly [$$ScaleValue]: "space";
5177
- }) => {
5178
- paddingRight: string | number | {
5179
- readonly [$$ScaleValue]: "space";
5180
- };
5181
- };
5182
- pb: (value: string | number | {
5183
- readonly [$$ScaleValue]: "space";
5184
- }) => {
5185
- paddingBottom: string | number | {
5186
- readonly [$$ScaleValue]: "space";
5187
- };
5188
- };
5189
- pl: (value: string | number | {
5190
- readonly [$$ScaleValue]: "space";
5191
- }) => {
5192
- paddingLeft: string | number | {
5193
- readonly [$$ScaleValue]: "space";
5194
- };
5195
- };
5196
- px: (value: string | number | {
5197
- readonly [$$ScaleValue]: "space";
5198
- }) => {
5199
- paddingLeft: string | number | {
5200
- readonly [$$ScaleValue]: "space";
5201
- };
5202
- paddingRight: string | number | {
5203
- readonly [$$ScaleValue]: "space";
5204
- };
5205
- };
5206
- py: (value: string | number | {
5207
- readonly [$$ScaleValue]: "space";
5208
- }) => {
5209
- paddingTop: string | number | {
5210
- readonly [$$ScaleValue]: "space";
5211
- };
5212
- paddingBottom: string | number | {
5213
- readonly [$$ScaleValue]: "space";
5214
- };
5215
- };
5216
- m: (value: string | number | {
5217
- readonly [$$ScaleValue]: "space";
5218
- }) => {
5219
- margin: string | number | {
5220
- readonly [$$ScaleValue]: "space";
5221
- };
5222
- };
5223
- mt: (value: string | number | {
5224
- readonly [$$ScaleValue]: "space";
5225
- }) => {
5226
- marginTop: string | number | {
5227
- readonly [$$ScaleValue]: "space";
5228
- };
5229
- };
5230
- mr: (value: string | number | {
5231
- readonly [$$ScaleValue]: "space";
5232
- }) => {
5233
- marginRight: string | number | {
5234
- readonly [$$ScaleValue]: "space";
5235
- };
5236
- };
5237
- mb: (value: string | number | {
5238
- readonly [$$ScaleValue]: "space";
5239
- }) => {
5240
- marginBottom: string | number | {
5241
- readonly [$$ScaleValue]: "space";
5242
- };
5243
- };
5244
- ml: (value: string | number | {
5245
- readonly [$$ScaleValue]: "space";
5246
- }) => {
5247
- marginLeft: string | number | {
5248
- readonly [$$ScaleValue]: "space";
5249
- };
5250
- };
5251
- mx: (value: string | number | {
5252
- readonly [$$ScaleValue]: "space";
5253
- }) => {
5254
- marginLeft: string | number | {
5255
- readonly [$$ScaleValue]: "space";
5256
- };
5257
- marginRight: string | number | {
5258
- readonly [$$ScaleValue]: "space";
5259
- };
5260
- };
5261
- my: (value: string | number | {
5262
- readonly [$$ScaleValue]: "space";
5263
- }) => {
5264
- marginTop: string | number | {
5265
- readonly [$$ScaleValue]: "space";
5266
- };
5267
- marginBottom: string | number | {
5268
- readonly [$$ScaleValue]: "space";
5269
- };
4075
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
4076
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
4077
+ };
4078
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
4079
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
4080
+ };
4081
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
4082
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
4083
+ };
4084
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
4085
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
4086
+ };
4087
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4088
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4089
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4090
+ };
4091
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4092
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4093
+ };
4094
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4095
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4096
+ };
4097
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4098
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4099
+ };
4100
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4101
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4102
+ };
4103
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4104
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4105
+ };
4106
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4107
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4108
+ };
4109
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4110
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4111
+ };
4112
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4113
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4114
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4115
+ };
4116
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4117
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4118
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4119
+ };
4120
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4121
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4122
+ };
4123
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4124
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4125
+ };
4126
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4127
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4128
+ };
4129
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4130
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4131
+ };
4132
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4133
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4134
+ };
4135
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4136
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4137
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4138
+ };
4139
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4140
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4141
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5270
4142
  };
5271
4143
  }>>;
5272
4144
  };