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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/{HLSView-EPPGI6XI.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-JYFTZVCM.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-JYFTZVCM.css.map → HLSView-Z2JID2W7.css.map} +1 -1
  14. package/dist/IconButton/IconButton.d.ts +47 -141
  15. package/dist/Input/Input.d.ts +362 -926
  16. package/dist/Label/Label.d.ts +47 -141
  17. package/dist/Layout/Box.d.ts +47 -141
  18. package/dist/Layout/Flex.d.ts +47 -141
  19. package/dist/Link/Link.d.ts +47 -141
  20. package/dist/Modal/Dialog.d.ts +329 -987
  21. package/dist/Modal/DialogContent.d.ts +469 -1127
  22. package/dist/Pagination/StyledPagination.d.ts +268 -644
  23. package/dist/Popover/index.d.ts +201 -483
  24. package/dist/Prebuilt/IconButton.d.ts +134 -322
  25. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  26. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  27. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/DeviceInUseError.d.ts +2 -0
  29. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  30. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  31. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  32. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  33. package/dist/Progress/index.d.ts +134 -322
  34. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  35. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  36. package/dist/Select/Select.d.ts +201 -483
  37. package/dist/Sheet/Sheet.d.ts +329 -987
  38. package/dist/Slider/Slider.d.ts +47 -141
  39. package/dist/Stats/StyledStats.d.ts +402 -966
  40. package/dist/Switch/Switch.d.ts +47 -141
  41. package/dist/Tabs/Tabs.d.ts +268 -644
  42. package/dist/Text/Text.d.ts +47 -141
  43. package/dist/TextArea/TextArea.d.ts +47 -141
  44. package/dist/Theme/base.config.d.ts +26 -78
  45. package/dist/Theme/stitches.config.d.ts +1046 -1493
  46. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  47. package/dist/Toast/Toast.d.ts +382 -946
  48. package/dist/Video/Video.d.ts +47 -141
  49. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  50. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  51. package/dist/{chunk-ZAX5VT7V.js → chunk-CRGZUJSX.js} +1000 -875
  52. package/dist/chunk-CRGZUJSX.js.map +7 -0
  53. package/dist/index.cjs.css +2 -2
  54. package/dist/index.cjs.css.map +1 -1
  55. package/dist/index.cjs.js +1038 -861
  56. package/dist/index.cjs.js.map +4 -4
  57. package/dist/index.css +2 -2
  58. package/dist/index.css.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/meta.cjs.json +348 -78
  61. package/dist/meta.esbuild.json +355 -85
  62. package/package.json +8 -8
  63. package/src/Avatar/Avatar.tsx +1 -1
  64. package/src/Popover/Popover.stories.tsx +1 -1
  65. package/src/Prebuilt/components/Header/common.jsx +6 -5
  66. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  67. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -0
  68. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  69. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  70. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -159
  71. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
  72. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  73. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  74. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  75. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  76. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  77. package/src/Prebuilt/components/StatsForNerds.jsx +32 -3
  78. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  79. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  80. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  81. package/dist/chunk-ZAX5VT7V.js.map +0 -7
  82. /package/dist/{HLSView-EPPGI6XI.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -278,167 +278,73 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
278
278
  transition: "transitions";
279
279
  zIndex: "zIndices";
280
280
  }, {
281
- bg: (value: {
282
- readonly [$$PropertyValue]: "backgroundColor";
283
- }) => {
284
- backgroundColor: {
285
- readonly [$$PropertyValue]: "backgroundColor";
286
- };
281
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
282
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
287
283
  };
288
- c: (value: {
289
- readonly [$$PropertyValue]: "color";
290
- }) => {
291
- color: {
292
- readonly [$$PropertyValue]: "color";
293
- };
284
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
285
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
294
286
  };
295
- r: (value: {
296
- readonly [$$ScaleValue]: "radii";
297
- }) => {
298
- borderRadius: {
299
- readonly [$$ScaleValue]: "radii";
300
- };
287
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
288
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
301
289
  };
302
- fs: (value: string | number | {
303
- readonly [$$PropertyValue]: "fontSize";
304
- }) => {
305
- fontSize: string | number | {
306
- readonly [$$PropertyValue]: "fontSize";
307
- };
290
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
291
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
308
292
  };
309
- size: (value: string | number | {
310
- readonly [$$ScaleValue]: "space";
311
- }) => {
312
- height: string | number | {
313
- readonly [$$ScaleValue]: "space";
314
- };
315
- width: string | number | {
316
- readonly [$$ScaleValue]: "space";
317
- };
293
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
294
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
296
  };
319
- w: (value: string | number | {
320
- readonly [$$ScaleValue]: "space";
321
- }) => {
322
- width: string | number | {
323
- readonly [$$ScaleValue]: "space";
324
- };
297
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
298
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
299
  };
326
- h: (value: string | number | {
327
- readonly [$$ScaleValue]: "space";
328
- }) => {
329
- height: string | number | {
330
- readonly [$$ScaleValue]: "space";
331
- };
300
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
301
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
302
  };
333
- p: (value: string | number | {
334
- readonly [$$ScaleValue]: "space";
335
- }) => {
336
- padding: string | number | {
337
- readonly [$$ScaleValue]: "space";
338
- };
303
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
304
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
305
  };
340
- pt: (value: string | number | {
341
- readonly [$$ScaleValue]: "space";
342
- }) => {
343
- paddingTop: string | number | {
344
- readonly [$$ScaleValue]: "space";
345
- };
306
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
307
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
308
  };
347
- pr: (value: string | number | {
348
- readonly [$$ScaleValue]: "space";
349
- }) => {
350
- paddingRight: string | number | {
351
- readonly [$$ScaleValue]: "space";
352
- };
309
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
310
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
353
311
  };
354
- pb: (value: string | number | {
355
- readonly [$$ScaleValue]: "space";
356
- }) => {
357
- paddingBottom: string | number | {
358
- readonly [$$ScaleValue]: "space";
359
- };
312
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
360
314
  };
361
- pl: (value: string | number | {
362
- readonly [$$ScaleValue]: "space";
363
- }) => {
364
- paddingLeft: string | number | {
365
- readonly [$$ScaleValue]: "space";
366
- };
315
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
316
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
367
317
  };
368
- px: (value: string | number | {
369
- readonly [$$ScaleValue]: "space";
370
- }) => {
371
- paddingLeft: string | number | {
372
- readonly [$$ScaleValue]: "space";
373
- };
374
- paddingRight: string | number | {
375
- readonly [$$ScaleValue]: "space";
376
- };
318
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
377
321
  };
378
- py: (value: string | number | {
379
- readonly [$$ScaleValue]: "space";
380
- }) => {
381
- paddingTop: string | number | {
382
- readonly [$$ScaleValue]: "space";
383
- };
384
- paddingBottom: string | number | {
385
- readonly [$$ScaleValue]: "space";
386
- };
322
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
387
325
  };
388
- m: (value: string | number | {
389
- readonly [$$ScaleValue]: "space";
390
- }) => {
391
- margin: string | number | {
392
- readonly [$$ScaleValue]: "space";
393
- };
326
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
327
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
394
328
  };
395
- mt: (value: string | number | {
396
- readonly [$$ScaleValue]: "space";
397
- }) => {
398
- marginTop: string | number | {
399
- readonly [$$ScaleValue]: "space";
400
- };
329
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
330
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
401
331
  };
402
- mr: (value: string | number | {
403
- readonly [$$ScaleValue]: "space";
404
- }) => {
405
- marginRight: string | number | {
406
- readonly [$$ScaleValue]: "space";
407
- };
332
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
333
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
408
334
  };
409
- mb: (value: string | number | {
410
- readonly [$$ScaleValue]: "space";
411
- }) => {
412
- marginBottom: string | number | {
413
- readonly [$$ScaleValue]: "space";
414
- };
335
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
415
337
  };
416
- ml: (value: string | number | {
417
- readonly [$$ScaleValue]: "space";
418
- }) => {
419
- marginLeft: string | number | {
420
- readonly [$$ScaleValue]: "space";
421
- };
338
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
422
340
  };
423
- mx: (value: string | number | {
424
- readonly [$$ScaleValue]: "space";
425
- }) => {
426
- marginLeft: string | number | {
427
- readonly [$$ScaleValue]: "space";
428
- };
429
- marginRight: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- };
341
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
432
344
  };
433
- my: (value: string | number | {
434
- readonly [$$ScaleValue]: "space";
435
- }) => {
436
- marginTop: string | number | {
437
- readonly [$$ScaleValue]: "space";
438
- };
439
- marginBottom: string | number | {
440
- readonly [$$ScaleValue]: "space";
441
- };
345
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
346
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
347
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
442
348
  };
443
349
  }>>;
444
350
  export declare const PasswordInput: {
@@ -718,167 +624,73 @@ export declare const PasswordInput: {
718
624
  transition: "transitions";
719
625
  zIndex: "zIndices";
720
626
  }, {
721
- bg: (value: {
722
- readonly [$$PropertyValue]: "backgroundColor";
723
- }) => {
724
- backgroundColor: {
725
- readonly [$$PropertyValue]: "backgroundColor";
726
- };
627
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
628
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
727
629
  };
728
- c: (value: {
729
- readonly [$$PropertyValue]: "color";
730
- }) => {
731
- color: {
732
- readonly [$$PropertyValue]: "color";
733
- };
630
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
631
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
734
632
  };
735
- r: (value: {
736
- readonly [$$ScaleValue]: "radii";
737
- }) => {
738
- borderRadius: {
739
- readonly [$$ScaleValue]: "radii";
740
- };
633
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
634
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
741
635
  };
742
- fs: (value: string | number | {
743
- readonly [$$PropertyValue]: "fontSize";
744
- }) => {
745
- fontSize: string | number | {
746
- readonly [$$PropertyValue]: "fontSize";
747
- };
636
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
637
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
748
638
  };
749
- size: (value: string | number | {
750
- readonly [$$ScaleValue]: "space";
751
- }) => {
752
- height: string | number | {
753
- readonly [$$ScaleValue]: "space";
754
- };
755
- width: string | number | {
756
- readonly [$$ScaleValue]: "space";
757
- };
639
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
640
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
758
642
  };
759
- w: (value: string | number | {
760
- readonly [$$ScaleValue]: "space";
761
- }) => {
762
- width: string | number | {
763
- readonly [$$ScaleValue]: "space";
764
- };
643
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
644
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
765
645
  };
766
- h: (value: string | number | {
767
- readonly [$$ScaleValue]: "space";
768
- }) => {
769
- height: string | number | {
770
- readonly [$$ScaleValue]: "space";
771
- };
646
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
647
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
772
648
  };
773
- p: (value: string | number | {
774
- readonly [$$ScaleValue]: "space";
775
- }) => {
776
- padding: string | number | {
777
- readonly [$$ScaleValue]: "space";
778
- };
649
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
650
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
779
651
  };
780
- pt: (value: string | number | {
781
- readonly [$$ScaleValue]: "space";
782
- }) => {
783
- paddingTop: string | number | {
784
- readonly [$$ScaleValue]: "space";
785
- };
652
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
653
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
786
654
  };
787
- pr: (value: string | number | {
788
- readonly [$$ScaleValue]: "space";
789
- }) => {
790
- paddingRight: string | number | {
791
- readonly [$$ScaleValue]: "space";
792
- };
655
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
656
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
793
657
  };
794
- pb: (value: string | number | {
795
- readonly [$$ScaleValue]: "space";
796
- }) => {
797
- paddingBottom: string | number | {
798
- readonly [$$ScaleValue]: "space";
799
- };
658
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
659
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
800
660
  };
801
- pl: (value: string | number | {
802
- readonly [$$ScaleValue]: "space";
803
- }) => {
804
- paddingLeft: string | number | {
805
- readonly [$$ScaleValue]: "space";
806
- };
661
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
662
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
807
663
  };
808
- px: (value: string | number | {
809
- readonly [$$ScaleValue]: "space";
810
- }) => {
811
- paddingLeft: string | number | {
812
- readonly [$$ScaleValue]: "space";
813
- };
814
- paddingRight: string | number | {
815
- readonly [$$ScaleValue]: "space";
816
- };
664
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
665
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
666
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
817
667
  };
818
- py: (value: string | number | {
819
- readonly [$$ScaleValue]: "space";
820
- }) => {
821
- paddingTop: string | number | {
822
- readonly [$$ScaleValue]: "space";
823
- };
824
- paddingBottom: string | number | {
825
- readonly [$$ScaleValue]: "space";
826
- };
668
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
669
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
670
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
827
671
  };
828
- m: (value: string | number | {
829
- readonly [$$ScaleValue]: "space";
830
- }) => {
831
- margin: string | number | {
832
- readonly [$$ScaleValue]: "space";
833
- };
672
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
673
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
834
674
  };
835
- mt: (value: string | number | {
836
- readonly [$$ScaleValue]: "space";
837
- }) => {
838
- marginTop: string | number | {
839
- readonly [$$ScaleValue]: "space";
840
- };
675
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
676
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
841
677
  };
842
- mr: (value: string | number | {
843
- readonly [$$ScaleValue]: "space";
844
- }) => {
845
- marginRight: string | number | {
846
- readonly [$$ScaleValue]: "space";
847
- };
678
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
679
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
848
680
  };
849
- mb: (value: string | number | {
850
- readonly [$$ScaleValue]: "space";
851
- }) => {
852
- marginBottom: string | number | {
853
- readonly [$$ScaleValue]: "space";
854
- };
681
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
682
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
855
683
  };
856
- ml: (value: string | number | {
857
- readonly [$$ScaleValue]: "space";
858
- }) => {
859
- marginLeft: string | number | {
860
- readonly [$$ScaleValue]: "space";
861
- };
684
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
685
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
862
686
  };
863
- mx: (value: string | number | {
864
- readonly [$$ScaleValue]: "space";
865
- }) => {
866
- marginLeft: string | number | {
867
- readonly [$$ScaleValue]: "space";
868
- };
869
- marginRight: string | number | {
870
- readonly [$$ScaleValue]: "space";
871
- };
687
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
688
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
689
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
872
690
  };
873
- my: (value: string | number | {
874
- readonly [$$ScaleValue]: "space";
875
- }) => {
876
- marginTop: string | number | {
877
- readonly [$$ScaleValue]: "space";
878
- };
879
- marginBottom: string | number | {
880
- readonly [$$ScaleValue]: "space";
881
- };
691
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
692
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
693
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
882
694
  };
883
695
  }>>;
884
696
  Icons: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
@@ -1165,167 +977,73 @@ export declare const PasswordInput: {
1165
977
  transition: "transitions";
1166
978
  zIndex: "zIndices";
1167
979
  }, {
1168
- bg: (value: {
1169
- readonly [$$PropertyValue]: "backgroundColor";
1170
- }) => {
1171
- backgroundColor: {
1172
- readonly [$$PropertyValue]: "backgroundColor";
1173
- };
1174
- };
1175
- c: (value: {
1176
- readonly [$$PropertyValue]: "color";
1177
- }) => {
1178
- color: {
1179
- readonly [$$PropertyValue]: "color";
1180
- };
1181
- };
1182
- r: (value: {
1183
- readonly [$$ScaleValue]: "radii";
1184
- }) => {
1185
- borderRadius: {
1186
- readonly [$$ScaleValue]: "radii";
1187
- };
1188
- };
1189
- fs: (value: string | number | {
1190
- readonly [$$PropertyValue]: "fontSize";
1191
- }) => {
1192
- fontSize: string | number | {
1193
- readonly [$$PropertyValue]: "fontSize";
1194
- };
1195
- };
1196
- size: (value: string | number | {
1197
- readonly [$$ScaleValue]: "space";
1198
- }) => {
1199
- height: string | number | {
1200
- readonly [$$ScaleValue]: "space";
1201
- };
1202
- width: string | number | {
1203
- readonly [$$ScaleValue]: "space";
1204
- };
1205
- };
1206
- w: (value: string | number | {
1207
- readonly [$$ScaleValue]: "space";
1208
- }) => {
1209
- width: string | number | {
1210
- readonly [$$ScaleValue]: "space";
1211
- };
1212
- };
1213
- h: (value: string | number | {
1214
- readonly [$$ScaleValue]: "space";
1215
- }) => {
1216
- height: string | number | {
1217
- readonly [$$ScaleValue]: "space";
1218
- };
1219
- };
1220
- p: (value: string | number | {
1221
- readonly [$$ScaleValue]: "space";
1222
- }) => {
1223
- padding: string | number | {
1224
- readonly [$$ScaleValue]: "space";
1225
- };
1226
- };
1227
- pt: (value: string | number | {
1228
- readonly [$$ScaleValue]: "space";
1229
- }) => {
1230
- paddingTop: string | number | {
1231
- readonly [$$ScaleValue]: "space";
1232
- };
1233
- };
1234
- pr: (value: string | number | {
1235
- readonly [$$ScaleValue]: "space";
1236
- }) => {
1237
- paddingRight: string | number | {
1238
- readonly [$$ScaleValue]: "space";
1239
- };
1240
- };
1241
- pb: (value: string | number | {
1242
- readonly [$$ScaleValue]: "space";
1243
- }) => {
1244
- paddingBottom: string | number | {
1245
- readonly [$$ScaleValue]: "space";
1246
- };
1247
- };
1248
- pl: (value: string | number | {
1249
- readonly [$$ScaleValue]: "space";
1250
- }) => {
1251
- paddingLeft: string | number | {
1252
- readonly [$$ScaleValue]: "space";
1253
- };
1254
- };
1255
- px: (value: string | number | {
1256
- readonly [$$ScaleValue]: "space";
1257
- }) => {
1258
- paddingLeft: string | number | {
1259
- readonly [$$ScaleValue]: "space";
1260
- };
1261
- paddingRight: string | number | {
1262
- readonly [$$ScaleValue]: "space";
1263
- };
1264
- };
1265
- py: (value: string | number | {
1266
- readonly [$$ScaleValue]: "space";
1267
- }) => {
1268
- paddingTop: string | number | {
1269
- readonly [$$ScaleValue]: "space";
1270
- };
1271
- paddingBottom: string | number | {
1272
- readonly [$$ScaleValue]: "space";
1273
- };
1274
- };
1275
- m: (value: string | number | {
1276
- readonly [$$ScaleValue]: "space";
1277
- }) => {
1278
- margin: string | number | {
1279
- readonly [$$ScaleValue]: "space";
1280
- };
1281
- };
1282
- mt: (value: string | number | {
1283
- readonly [$$ScaleValue]: "space";
1284
- }) => {
1285
- marginTop: string | number | {
1286
- readonly [$$ScaleValue]: "space";
1287
- };
1288
- };
1289
- mr: (value: string | number | {
1290
- readonly [$$ScaleValue]: "space";
1291
- }) => {
1292
- marginRight: string | number | {
1293
- readonly [$$ScaleValue]: "space";
1294
- };
1295
- };
1296
- mb: (value: string | number | {
1297
- readonly [$$ScaleValue]: "space";
1298
- }) => {
1299
- marginBottom: string | number | {
1300
- readonly [$$ScaleValue]: "space";
1301
- };
1302
- };
1303
- ml: (value: string | number | {
1304
- readonly [$$ScaleValue]: "space";
1305
- }) => {
1306
- marginLeft: string | number | {
1307
- readonly [$$ScaleValue]: "space";
1308
- };
1309
- };
1310
- mx: (value: string | number | {
1311
- readonly [$$ScaleValue]: "space";
1312
- }) => {
1313
- marginLeft: string | number | {
1314
- readonly [$$ScaleValue]: "space";
1315
- };
1316
- marginRight: string | number | {
1317
- readonly [$$ScaleValue]: "space";
1318
- };
1319
- };
1320
- my: (value: string | number | {
1321
- readonly [$$ScaleValue]: "space";
1322
- }) => {
1323
- marginTop: string | number | {
1324
- readonly [$$ScaleValue]: "space";
1325
- };
1326
- marginBottom: string | number | {
1327
- readonly [$$ScaleValue]: "space";
1328
- };
980
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
981
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
982
+ };
983
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
984
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
985
+ };
986
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
987
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
988
+ };
989
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
990
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
991
+ };
992
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
993
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
994
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
995
+ };
996
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
997
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
998
+ };
999
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1000
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1001
+ };
1002
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1003
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1004
+ };
1005
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1006
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1007
+ };
1008
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1009
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1010
+ };
1011
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1012
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1013
+ };
1014
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1015
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1016
+ };
1017
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1018
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1019
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1020
+ };
1021
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1022
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1023
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1024
+ };
1025
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1026
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1027
+ };
1028
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1029
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1030
+ };
1031
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1032
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1033
+ };
1034
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1035
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1036
+ };
1037
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1038
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1039
+ };
1040
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1041
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1042
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1043
+ };
1044
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1045
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1046
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1329
1047
  };
1330
1048
  }> | undefined;
1331
1049
  }>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1610,167 +1328,73 @@ export declare const PasswordInput: {
1610
1328
  transition: "transitions";
1611
1329
  zIndex: "zIndices";
1612
1330
  }, {
1613
- bg: (value: {
1614
- readonly [$$PropertyValue]: "backgroundColor";
1615
- }) => {
1616
- backgroundColor: {
1617
- readonly [$$PropertyValue]: "backgroundColor";
1618
- };
1619
- };
1620
- c: (value: {
1621
- readonly [$$PropertyValue]: "color";
1622
- }) => {
1623
- color: {
1624
- readonly [$$PropertyValue]: "color";
1625
- };
1626
- };
1627
- r: (value: {
1628
- readonly [$$ScaleValue]: "radii";
1629
- }) => {
1630
- borderRadius: {
1631
- readonly [$$ScaleValue]: "radii";
1632
- };
1633
- };
1634
- fs: (value: string | number | {
1635
- readonly [$$PropertyValue]: "fontSize";
1636
- }) => {
1637
- fontSize: string | number | {
1638
- readonly [$$PropertyValue]: "fontSize";
1639
- };
1640
- };
1641
- size: (value: string | number | {
1642
- readonly [$$ScaleValue]: "space";
1643
- }) => {
1644
- height: string | number | {
1645
- readonly [$$ScaleValue]: "space";
1646
- };
1647
- width: string | number | {
1648
- readonly [$$ScaleValue]: "space";
1649
- };
1650
- };
1651
- w: (value: string | number | {
1652
- readonly [$$ScaleValue]: "space";
1653
- }) => {
1654
- width: string | number | {
1655
- readonly [$$ScaleValue]: "space";
1656
- };
1657
- };
1658
- h: (value: string | number | {
1659
- readonly [$$ScaleValue]: "space";
1660
- }) => {
1661
- height: string | number | {
1662
- readonly [$$ScaleValue]: "space";
1663
- };
1664
- };
1665
- p: (value: string | number | {
1666
- readonly [$$ScaleValue]: "space";
1667
- }) => {
1668
- padding: string | number | {
1669
- readonly [$$ScaleValue]: "space";
1670
- };
1671
- };
1672
- pt: (value: string | number | {
1673
- readonly [$$ScaleValue]: "space";
1674
- }) => {
1675
- paddingTop: string | number | {
1676
- readonly [$$ScaleValue]: "space";
1677
- };
1678
- };
1679
- pr: (value: string | number | {
1680
- readonly [$$ScaleValue]: "space";
1681
- }) => {
1682
- paddingRight: string | number | {
1683
- readonly [$$ScaleValue]: "space";
1684
- };
1685
- };
1686
- pb: (value: string | number | {
1687
- readonly [$$ScaleValue]: "space";
1688
- }) => {
1689
- paddingBottom: string | number | {
1690
- readonly [$$ScaleValue]: "space";
1691
- };
1692
- };
1693
- pl: (value: string | number | {
1694
- readonly [$$ScaleValue]: "space";
1695
- }) => {
1696
- paddingLeft: string | number | {
1697
- readonly [$$ScaleValue]: "space";
1698
- };
1699
- };
1700
- px: (value: string | number | {
1701
- readonly [$$ScaleValue]: "space";
1702
- }) => {
1703
- paddingLeft: string | number | {
1704
- readonly [$$ScaleValue]: "space";
1705
- };
1706
- paddingRight: string | number | {
1707
- readonly [$$ScaleValue]: "space";
1708
- };
1709
- };
1710
- py: (value: string | number | {
1711
- readonly [$$ScaleValue]: "space";
1712
- }) => {
1713
- paddingTop: string | number | {
1714
- readonly [$$ScaleValue]: "space";
1715
- };
1716
- paddingBottom: string | number | {
1717
- readonly [$$ScaleValue]: "space";
1718
- };
1719
- };
1720
- m: (value: string | number | {
1721
- readonly [$$ScaleValue]: "space";
1722
- }) => {
1723
- margin: string | number | {
1724
- readonly [$$ScaleValue]: "space";
1725
- };
1726
- };
1727
- mt: (value: string | number | {
1728
- readonly [$$ScaleValue]: "space";
1729
- }) => {
1730
- marginTop: string | number | {
1731
- readonly [$$ScaleValue]: "space";
1732
- };
1733
- };
1734
- mr: (value: string | number | {
1735
- readonly [$$ScaleValue]: "space";
1736
- }) => {
1737
- marginRight: string | number | {
1738
- readonly [$$ScaleValue]: "space";
1739
- };
1740
- };
1741
- mb: (value: string | number | {
1742
- readonly [$$ScaleValue]: "space";
1743
- }) => {
1744
- marginBottom: string | number | {
1745
- readonly [$$ScaleValue]: "space";
1746
- };
1747
- };
1748
- ml: (value: string | number | {
1749
- readonly [$$ScaleValue]: "space";
1750
- }) => {
1751
- marginLeft: string | number | {
1752
- readonly [$$ScaleValue]: "space";
1753
- };
1754
- };
1755
- mx: (value: string | number | {
1756
- readonly [$$ScaleValue]: "space";
1757
- }) => {
1758
- marginLeft: string | number | {
1759
- readonly [$$ScaleValue]: "space";
1760
- };
1761
- marginRight: string | number | {
1762
- readonly [$$ScaleValue]: "space";
1763
- };
1764
- };
1765
- my: (value: string | number | {
1766
- readonly [$$ScaleValue]: "space";
1767
- }) => {
1768
- marginTop: string | number | {
1769
- readonly [$$ScaleValue]: "space";
1770
- };
1771
- marginBottom: string | number | {
1772
- readonly [$$ScaleValue]: "space";
1773
- };
1331
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1332
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1333
+ };
1334
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1335
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1336
+ };
1337
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1338
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1339
+ };
1340
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1341
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1342
+ };
1343
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1344
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1345
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1346
+ };
1347
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1348
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1349
+ };
1350
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1351
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1352
+ };
1353
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1354
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1355
+ };
1356
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1357
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1358
+ };
1359
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1360
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1361
+ };
1362
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1363
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1364
+ };
1365
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1366
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1367
+ };
1368
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1369
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1370
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1371
+ };
1372
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1373
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1374
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1375
+ };
1376
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1377
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1378
+ };
1379
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1380
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1381
+ };
1382
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1383
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1384
+ };
1385
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1386
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1387
+ };
1388
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1389
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1390
+ };
1391
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1392
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1393
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1394
+ };
1395
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1396
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1397
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1774
1398
  };
1775
1399
  }> | undefined;
1776
1400
  } & {
@@ -2066,167 +1690,73 @@ export declare const PasswordInput: {
2066
1690
  transition: "transitions";
2067
1691
  zIndex: "zIndices";
2068
1692
  }, {
2069
- bg: (value: {
2070
- readonly [$$PropertyValue]: "backgroundColor";
2071
- }) => {
2072
- backgroundColor: {
2073
- readonly [$$PropertyValue]: "backgroundColor";
2074
- };
2075
- };
2076
- c: (value: {
2077
- readonly [$$PropertyValue]: "color";
2078
- }) => {
2079
- color: {
2080
- readonly [$$PropertyValue]: "color";
2081
- };
2082
- };
2083
- r: (value: {
2084
- readonly [$$ScaleValue]: "radii";
2085
- }) => {
2086
- borderRadius: {
2087
- readonly [$$ScaleValue]: "radii";
2088
- };
2089
- };
2090
- fs: (value: string | number | {
2091
- readonly [$$PropertyValue]: "fontSize";
2092
- }) => {
2093
- fontSize: string | number | {
2094
- readonly [$$PropertyValue]: "fontSize";
2095
- };
2096
- };
2097
- size: (value: string | number | {
2098
- readonly [$$ScaleValue]: "space";
2099
- }) => {
2100
- height: string | number | {
2101
- readonly [$$ScaleValue]: "space";
2102
- };
2103
- width: string | number | {
2104
- readonly [$$ScaleValue]: "space";
2105
- };
2106
- };
2107
- w: (value: string | number | {
2108
- readonly [$$ScaleValue]: "space";
2109
- }) => {
2110
- width: string | number | {
2111
- readonly [$$ScaleValue]: "space";
2112
- };
2113
- };
2114
- h: (value: string | number | {
2115
- readonly [$$ScaleValue]: "space";
2116
- }) => {
2117
- height: string | number | {
2118
- readonly [$$ScaleValue]: "space";
2119
- };
2120
- };
2121
- p: (value: string | number | {
2122
- readonly [$$ScaleValue]: "space";
2123
- }) => {
2124
- padding: string | number | {
2125
- readonly [$$ScaleValue]: "space";
2126
- };
2127
- };
2128
- pt: (value: string | number | {
2129
- readonly [$$ScaleValue]: "space";
2130
- }) => {
2131
- paddingTop: string | number | {
2132
- readonly [$$ScaleValue]: "space";
2133
- };
2134
- };
2135
- pr: (value: string | number | {
2136
- readonly [$$ScaleValue]: "space";
2137
- }) => {
2138
- paddingRight: string | number | {
2139
- readonly [$$ScaleValue]: "space";
2140
- };
2141
- };
2142
- pb: (value: string | number | {
2143
- readonly [$$ScaleValue]: "space";
2144
- }) => {
2145
- paddingBottom: string | number | {
2146
- readonly [$$ScaleValue]: "space";
2147
- };
2148
- };
2149
- pl: (value: string | number | {
2150
- readonly [$$ScaleValue]: "space";
2151
- }) => {
2152
- paddingLeft: string | number | {
2153
- readonly [$$ScaleValue]: "space";
2154
- };
2155
- };
2156
- px: (value: string | number | {
2157
- readonly [$$ScaleValue]: "space";
2158
- }) => {
2159
- paddingLeft: string | number | {
2160
- readonly [$$ScaleValue]: "space";
2161
- };
2162
- paddingRight: string | number | {
2163
- readonly [$$ScaleValue]: "space";
2164
- };
2165
- };
2166
- py: (value: string | number | {
2167
- readonly [$$ScaleValue]: "space";
2168
- }) => {
2169
- paddingTop: string | number | {
2170
- readonly [$$ScaleValue]: "space";
2171
- };
2172
- paddingBottom: string | number | {
2173
- readonly [$$ScaleValue]: "space";
2174
- };
2175
- };
2176
- m: (value: string | number | {
2177
- readonly [$$ScaleValue]: "space";
2178
- }) => {
2179
- margin: string | number | {
2180
- readonly [$$ScaleValue]: "space";
2181
- };
2182
- };
2183
- mt: (value: string | number | {
2184
- readonly [$$ScaleValue]: "space";
2185
- }) => {
2186
- marginTop: string | number | {
2187
- readonly [$$ScaleValue]: "space";
2188
- };
2189
- };
2190
- mr: (value: string | number | {
2191
- readonly [$$ScaleValue]: "space";
2192
- }) => {
2193
- marginRight: string | number | {
2194
- readonly [$$ScaleValue]: "space";
2195
- };
2196
- };
2197
- mb: (value: string | number | {
2198
- readonly [$$ScaleValue]: "space";
2199
- }) => {
2200
- marginBottom: string | number | {
2201
- readonly [$$ScaleValue]: "space";
2202
- };
2203
- };
2204
- ml: (value: string | number | {
2205
- readonly [$$ScaleValue]: "space";
2206
- }) => {
2207
- marginLeft: string | number | {
2208
- readonly [$$ScaleValue]: "space";
2209
- };
2210
- };
2211
- mx: (value: string | number | {
2212
- readonly [$$ScaleValue]: "space";
2213
- }) => {
2214
- marginLeft: string | number | {
2215
- readonly [$$ScaleValue]: "space";
2216
- };
2217
- marginRight: string | number | {
2218
- readonly [$$ScaleValue]: "space";
2219
- };
2220
- };
2221
- my: (value: string | number | {
2222
- readonly [$$ScaleValue]: "space";
2223
- }) => {
2224
- marginTop: string | number | {
2225
- readonly [$$ScaleValue]: "space";
2226
- };
2227
- marginBottom: string | number | {
2228
- readonly [$$ScaleValue]: "space";
2229
- };
1693
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
1694
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
1695
+ };
1696
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
1697
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
1698
+ };
1699
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
1700
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
1701
+ };
1702
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
1703
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
1704
+ };
1705
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1706
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1707
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1708
+ };
1709
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1710
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1711
+ };
1712
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1713
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1714
+ };
1715
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1716
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1717
+ };
1718
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1719
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1720
+ };
1721
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1722
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1723
+ };
1724
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1725
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1726
+ };
1727
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1728
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1729
+ };
1730
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1731
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1732
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1733
+ };
1734
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1735
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1736
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1737
+ };
1738
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1739
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1740
+ };
1741
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1742
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1743
+ };
1744
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1745
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1746
+ };
1747
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1748
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1749
+ };
1750
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1751
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1752
+ };
1753
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1754
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1755
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1756
+ };
1757
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1758
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1759
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2230
1760
  };
2231
1761
  }> | undefined;
2232
1762
  } & {
@@ -2522,167 +2052,73 @@ export declare const PasswordInput: {
2522
2052
  transition: "transitions";
2523
2053
  zIndex: "zIndices";
2524
2054
  }, {
2525
- bg: (value: {
2526
- readonly [$$PropertyValue]: "backgroundColor";
2527
- }) => {
2528
- backgroundColor: {
2529
- readonly [$$PropertyValue]: "backgroundColor";
2530
- };
2531
- };
2532
- c: (value: {
2533
- readonly [$$PropertyValue]: "color";
2534
- }) => {
2535
- color: {
2536
- readonly [$$PropertyValue]: "color";
2537
- };
2538
- };
2539
- r: (value: {
2540
- readonly [$$ScaleValue]: "radii";
2541
- }) => {
2542
- borderRadius: {
2543
- readonly [$$ScaleValue]: "radii";
2544
- };
2545
- };
2546
- fs: (value: string | number | {
2547
- readonly [$$PropertyValue]: "fontSize";
2548
- }) => {
2549
- fontSize: string | number | {
2550
- readonly [$$PropertyValue]: "fontSize";
2551
- };
2552
- };
2553
- size: (value: string | number | {
2554
- readonly [$$ScaleValue]: "space";
2555
- }) => {
2556
- height: string | number | {
2557
- readonly [$$ScaleValue]: "space";
2558
- };
2559
- width: string | number | {
2560
- readonly [$$ScaleValue]: "space";
2561
- };
2562
- };
2563
- w: (value: string | number | {
2564
- readonly [$$ScaleValue]: "space";
2565
- }) => {
2566
- width: string | number | {
2567
- readonly [$$ScaleValue]: "space";
2568
- };
2569
- };
2570
- h: (value: string | number | {
2571
- readonly [$$ScaleValue]: "space";
2572
- }) => {
2573
- height: string | number | {
2574
- readonly [$$ScaleValue]: "space";
2575
- };
2576
- };
2577
- p: (value: string | number | {
2578
- readonly [$$ScaleValue]: "space";
2579
- }) => {
2580
- padding: string | number | {
2581
- readonly [$$ScaleValue]: "space";
2582
- };
2583
- };
2584
- pt: (value: string | number | {
2585
- readonly [$$ScaleValue]: "space";
2586
- }) => {
2587
- paddingTop: string | number | {
2588
- readonly [$$ScaleValue]: "space";
2589
- };
2590
- };
2591
- pr: (value: string | number | {
2592
- readonly [$$ScaleValue]: "space";
2593
- }) => {
2594
- paddingRight: string | number | {
2595
- readonly [$$ScaleValue]: "space";
2596
- };
2597
- };
2598
- pb: (value: string | number | {
2599
- readonly [$$ScaleValue]: "space";
2600
- }) => {
2601
- paddingBottom: string | number | {
2602
- readonly [$$ScaleValue]: "space";
2603
- };
2604
- };
2605
- pl: (value: string | number | {
2606
- readonly [$$ScaleValue]: "space";
2607
- }) => {
2608
- paddingLeft: string | number | {
2609
- readonly [$$ScaleValue]: "space";
2610
- };
2611
- };
2612
- px: (value: string | number | {
2613
- readonly [$$ScaleValue]: "space";
2614
- }) => {
2615
- paddingLeft: string | number | {
2616
- readonly [$$ScaleValue]: "space";
2617
- };
2618
- paddingRight: string | number | {
2619
- readonly [$$ScaleValue]: "space";
2620
- };
2621
- };
2622
- py: (value: string | number | {
2623
- readonly [$$ScaleValue]: "space";
2624
- }) => {
2625
- paddingTop: string | number | {
2626
- readonly [$$ScaleValue]: "space";
2627
- };
2628
- paddingBottom: string | number | {
2629
- readonly [$$ScaleValue]: "space";
2630
- };
2631
- };
2632
- m: (value: string | number | {
2633
- readonly [$$ScaleValue]: "space";
2634
- }) => {
2635
- margin: string | number | {
2636
- readonly [$$ScaleValue]: "space";
2637
- };
2638
- };
2639
- mt: (value: string | number | {
2640
- readonly [$$ScaleValue]: "space";
2641
- }) => {
2642
- marginTop: string | number | {
2643
- readonly [$$ScaleValue]: "space";
2644
- };
2645
- };
2646
- mr: (value: string | number | {
2647
- readonly [$$ScaleValue]: "space";
2648
- }) => {
2649
- marginRight: string | number | {
2650
- readonly [$$ScaleValue]: "space";
2651
- };
2652
- };
2653
- mb: (value: string | number | {
2654
- readonly [$$ScaleValue]: "space";
2655
- }) => {
2656
- marginBottom: string | number | {
2657
- readonly [$$ScaleValue]: "space";
2658
- };
2659
- };
2660
- ml: (value: string | number | {
2661
- readonly [$$ScaleValue]: "space";
2662
- }) => {
2663
- marginLeft: string | number | {
2664
- readonly [$$ScaleValue]: "space";
2665
- };
2666
- };
2667
- mx: (value: string | number | {
2668
- readonly [$$ScaleValue]: "space";
2669
- }) => {
2670
- marginLeft: string | number | {
2671
- readonly [$$ScaleValue]: "space";
2672
- };
2673
- marginRight: string | number | {
2674
- readonly [$$ScaleValue]: "space";
2675
- };
2676
- };
2677
- my: (value: string | number | {
2678
- readonly [$$ScaleValue]: "space";
2679
- }) => {
2680
- marginTop: string | number | {
2681
- readonly [$$ScaleValue]: "space";
2682
- };
2683
- marginBottom: string | number | {
2684
- readonly [$$ScaleValue]: "space";
2685
- };
2055
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
2056
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
2057
+ };
2058
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
2059
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
2060
+ };
2061
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
2062
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
2063
+ };
2064
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
2065
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
2066
+ };
2067
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2068
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2069
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2070
+ };
2071
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2072
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2073
+ };
2074
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2075
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2076
+ };
2077
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2078
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2079
+ };
2080
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2081
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2082
+ };
2083
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2084
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2085
+ };
2086
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2087
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2088
+ };
2089
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2090
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2091
+ };
2092
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2093
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2094
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2095
+ };
2096
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2097
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2098
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2099
+ };
2100
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2101
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2102
+ };
2103
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2104
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2105
+ };
2106
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2107
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2108
+ };
2109
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2110
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2111
+ };
2112
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2113
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2114
+ };
2115
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2116
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2117
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2118
+ };
2119
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2120
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2121
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2686
2122
  };
2687
2123
  }> | undefined;
2688
2124
  }>;