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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/{HLSView-CIEOVB7G.js → HLSView-LCFZPBH3.js} +2 -2
  12. package/dist/{HLSView-IUYITNDV.css → HLSView-Z2JID2W7.css} +3 -3
  13. package/dist/{HLSView-IUYITNDV.css.map → HLSView-Z2JID2W7.css.map} +1 -1
  14. package/dist/IconButton/IconButton.d.ts +47 -141
  15. package/dist/Input/Input.d.ts +362 -926
  16. package/dist/Label/Label.d.ts +47 -141
  17. package/dist/Layout/Box.d.ts +47 -141
  18. package/dist/Layout/Flex.d.ts +47 -141
  19. package/dist/Link/Link.d.ts +47 -141
  20. package/dist/Modal/Dialog.d.ts +329 -987
  21. package/dist/Modal/DialogContent.d.ts +469 -1127
  22. package/dist/Pagination/StyledPagination.d.ts +268 -644
  23. package/dist/Popover/index.d.ts +201 -483
  24. package/dist/Prebuilt/IconButton.d.ts +134 -322
  25. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  26. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  27. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/DeviceInUseError.d.ts +2 -0
  29. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  30. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  31. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  32. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  33. package/dist/Progress/index.d.ts +134 -322
  34. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  35. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  36. package/dist/Select/Select.d.ts +201 -483
  37. package/dist/Sheet/Sheet.d.ts +329 -987
  38. package/dist/Slider/Slider.d.ts +47 -141
  39. package/dist/Stats/StyledStats.d.ts +402 -966
  40. package/dist/Switch/Switch.d.ts +47 -141
  41. package/dist/Tabs/Tabs.d.ts +268 -644
  42. package/dist/Text/Text.d.ts +47 -141
  43. package/dist/TextArea/TextArea.d.ts +47 -141
  44. package/dist/Theme/base.config.d.ts +26 -78
  45. package/dist/Theme/stitches.config.d.ts +1046 -1493
  46. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  47. package/dist/Toast/Toast.d.ts +382 -946
  48. package/dist/Video/Video.d.ts +47 -141
  49. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  50. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  51. package/dist/{chunk-D6EIIW34.js → chunk-CRGZUJSX.js} +1000 -875
  52. package/dist/chunk-CRGZUJSX.js.map +7 -0
  53. package/dist/index.cjs.css +2 -2
  54. package/dist/index.cjs.css.map +1 -1
  55. package/dist/index.cjs.js +1038 -861
  56. package/dist/index.cjs.js.map +4 -4
  57. package/dist/index.css +2 -2
  58. package/dist/index.css.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/meta.cjs.json +348 -78
  61. package/dist/meta.esbuild.json +355 -85
  62. package/package.json +8 -8
  63. package/src/Avatar/Avatar.tsx +1 -1
  64. package/src/Popover/Popover.stories.tsx +1 -1
  65. package/src/Prebuilt/components/Header/common.jsx +6 -5
  66. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  67. package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +79 -0
  68. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  69. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  70. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -159
  71. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +23 -2
  72. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  73. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  74. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  75. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  76. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  77. package/src/Prebuilt/components/StatsForNerds.jsx +32 -3
  78. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  79. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  80. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  81. package/dist/chunk-D6EIIW34.js.map +0 -7
  82. /package/dist/{HLSView-CIEOVB7G.js.map → HLSView-LCFZPBH3.js.map} +0 -0
@@ -402,166 +402,72 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
402
402
  transition: "transitions";
403
403
  zIndex: "zIndices";
404
404
  }, {
405
- bg: (value: {
406
- readonly [$$PropertyValue]: "backgroundColor";
407
- }) => {
408
- backgroundColor: {
409
- readonly [$$PropertyValue]: "backgroundColor";
410
- };
405
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
406
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
411
407
  };
412
- c: (value: {
413
- readonly [$$PropertyValue]: "color";
414
- }) => {
415
- color: {
416
- readonly [$$PropertyValue]: "color";
417
- };
408
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
409
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
418
410
  };
419
- r: (value: {
420
- readonly [$$ScaleValue]: "radii";
421
- }) => {
422
- borderRadius: {
423
- readonly [$$ScaleValue]: "radii";
424
- };
411
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
412
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
425
413
  };
426
- fs: (value: string | number | {
427
- readonly [$$PropertyValue]: "fontSize";
428
- }) => {
429
- fontSize: string | number | {
430
- readonly [$$PropertyValue]: "fontSize";
431
- };
414
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
415
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
432
416
  };
433
- size: (value: string | number | {
434
- readonly [$$ScaleValue]: "space";
435
- }) => {
436
- height: string | number | {
437
- readonly [$$ScaleValue]: "space";
438
- };
439
- width: string | number | {
440
- readonly [$$ScaleValue]: "space";
441
- };
417
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
418
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
419
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
442
420
  };
443
- w: (value: string | number | {
444
- readonly [$$ScaleValue]: "space";
445
- }) => {
446
- width: string | number | {
447
- readonly [$$ScaleValue]: "space";
448
- };
421
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
422
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
449
423
  };
450
- h: (value: string | number | {
451
- readonly [$$ScaleValue]: "space";
452
- }) => {
453
- height: string | number | {
454
- readonly [$$ScaleValue]: "space";
455
- };
424
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
425
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
456
426
  };
457
- p: (value: string | number | {
458
- readonly [$$ScaleValue]: "space";
459
- }) => {
460
- padding: string | number | {
461
- readonly [$$ScaleValue]: "space";
462
- };
427
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
428
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
463
429
  };
464
- pt: (value: string | number | {
465
- readonly [$$ScaleValue]: "space";
466
- }) => {
467
- paddingTop: string | number | {
468
- readonly [$$ScaleValue]: "space";
469
- };
430
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
431
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
470
432
  };
471
- pr: (value: string | number | {
472
- readonly [$$ScaleValue]: "space";
473
- }) => {
474
- paddingRight: string | number | {
475
- readonly [$$ScaleValue]: "space";
476
- };
433
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
434
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
477
435
  };
478
- pb: (value: string | number | {
479
- readonly [$$ScaleValue]: "space";
480
- }) => {
481
- paddingBottom: string | number | {
482
- readonly [$$ScaleValue]: "space";
483
- };
436
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
437
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
484
438
  };
485
- pl: (value: string | number | {
486
- readonly [$$ScaleValue]: "space";
487
- }) => {
488
- paddingLeft: string | number | {
489
- readonly [$$ScaleValue]: "space";
490
- };
439
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
440
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
491
441
  };
492
- px: (value: string | number | {
493
- readonly [$$ScaleValue]: "space";
494
- }) => {
495
- paddingLeft: string | number | {
496
- readonly [$$ScaleValue]: "space";
497
- };
498
- paddingRight: string | number | {
499
- readonly [$$ScaleValue]: "space";
500
- };
442
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
443
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
444
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
501
445
  };
502
- py: (value: string | number | {
503
- readonly [$$ScaleValue]: "space";
504
- }) => {
505
- paddingTop: string | number | {
506
- readonly [$$ScaleValue]: "space";
507
- };
508
- paddingBottom: string | number | {
509
- readonly [$$ScaleValue]: "space";
510
- };
446
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
447
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
448
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
511
449
  };
512
- m: (value: string | number | {
513
- readonly [$$ScaleValue]: "space";
514
- }) => {
515
- margin: string | number | {
516
- readonly [$$ScaleValue]: "space";
517
- };
450
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
451
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
518
452
  };
519
- mt: (value: string | number | {
520
- readonly [$$ScaleValue]: "space";
521
- }) => {
522
- marginTop: string | number | {
523
- readonly [$$ScaleValue]: "space";
524
- };
453
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
454
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
525
455
  };
526
- mr: (value: string | number | {
527
- readonly [$$ScaleValue]: "space";
528
- }) => {
529
- marginRight: string | number | {
530
- readonly [$$ScaleValue]: "space";
531
- };
456
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
457
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
532
458
  };
533
- mb: (value: string | number | {
534
- readonly [$$ScaleValue]: "space";
535
- }) => {
536
- marginBottom: string | number | {
537
- readonly [$$ScaleValue]: "space";
538
- };
459
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
460
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
539
461
  };
540
- ml: (value: string | number | {
541
- readonly [$$ScaleValue]: "space";
542
- }) => {
543
- marginLeft: string | number | {
544
- readonly [$$ScaleValue]: "space";
545
- };
462
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
463
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
546
464
  };
547
- mx: (value: string | number | {
548
- readonly [$$ScaleValue]: "space";
549
- }) => {
550
- marginLeft: string | number | {
551
- readonly [$$ScaleValue]: "space";
552
- };
553
- marginRight: string | number | {
554
- readonly [$$ScaleValue]: "space";
555
- };
465
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
466
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
467
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
556
468
  };
557
- my: (value: string | number | {
558
- readonly [$$ScaleValue]: "space";
559
- }) => {
560
- marginTop: string | number | {
561
- readonly [$$ScaleValue]: "space";
562
- };
563
- marginBottom: string | number | {
564
- readonly [$$ScaleValue]: "space";
565
- };
469
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
470
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
471
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
566
472
  };
567
473
  }>>;
@@ -276,166 +276,72 @@ export declare const TextArea: import("@stitches/react/types/styled-component").
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
- };
279
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
280
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
285
281
  };
286
- c: (value: {
287
- readonly [$$PropertyValue]: "color";
288
- }) => {
289
- color: {
290
- readonly [$$PropertyValue]: "color";
291
- };
282
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
283
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
292
284
  };
293
- r: (value: {
294
- readonly [$$ScaleValue]: "radii";
295
- }) => {
296
- borderRadius: {
297
- readonly [$$ScaleValue]: "radii";
298
- };
285
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
286
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
299
287
  };
300
- fs: (value: string | number | {
301
- readonly [$$PropertyValue]: "fontSize";
302
- }) => {
303
- fontSize: string | number | {
304
- readonly [$$PropertyValue]: "fontSize";
305
- };
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">;
306
290
  };
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
- };
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">;
316
294
  };
317
- w: (value: string | number | {
318
- readonly [$$ScaleValue]: "space";
319
- }) => {
320
- width: string | number | {
321
- readonly [$$ScaleValue]: "space";
322
- };
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">;
323
297
  };
324
- h: (value: string | number | {
325
- readonly [$$ScaleValue]: "space";
326
- }) => {
327
- height: string | number | {
328
- readonly [$$ScaleValue]: "space";
329
- };
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">;
330
300
  };
331
- p: (value: string | number | {
332
- readonly [$$ScaleValue]: "space";
333
- }) => {
334
- padding: string | number | {
335
- readonly [$$ScaleValue]: "space";
336
- };
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">;
337
303
  };
338
- pt: (value: string | number | {
339
- readonly [$$ScaleValue]: "space";
340
- }) => {
341
- paddingTop: string | number | {
342
- readonly [$$ScaleValue]: "space";
343
- };
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">;
344
306
  };
345
- pr: (value: string | number | {
346
- readonly [$$ScaleValue]: "space";
347
- }) => {
348
- paddingRight: string | number | {
349
- readonly [$$ScaleValue]: "space";
350
- };
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">;
351
309
  };
352
- pb: (value: string | number | {
353
- readonly [$$ScaleValue]: "space";
354
- }) => {
355
- paddingBottom: string | number | {
356
- readonly [$$ScaleValue]: "space";
357
- };
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">;
358
312
  };
359
- pl: (value: string | number | {
360
- readonly [$$ScaleValue]: "space";
361
- }) => {
362
- paddingLeft: string | number | {
363
- readonly [$$ScaleValue]: "space";
364
- };
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">;
365
315
  };
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
- };
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">;
375
319
  };
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
- };
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">;
385
323
  };
386
- m: (value: string | number | {
387
- readonly [$$ScaleValue]: "space";
388
- }) => {
389
- margin: string | number | {
390
- readonly [$$ScaleValue]: "space";
391
- };
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">;
392
326
  };
393
- mt: (value: string | number | {
394
- readonly [$$ScaleValue]: "space";
395
- }) => {
396
- marginTop: string | number | {
397
- readonly [$$ScaleValue]: "space";
398
- };
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">;
399
329
  };
400
- mr: (value: string | number | {
401
- readonly [$$ScaleValue]: "space";
402
- }) => {
403
- marginRight: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- };
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">;
406
332
  };
407
- mb: (value: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- }) => {
410
- marginBottom: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
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">;
413
335
  };
414
- ml: (value: string | number | {
415
- readonly [$$ScaleValue]: "space";
416
- }) => {
417
- marginLeft: string | number | {
418
- readonly [$$ScaleValue]: "space";
419
- };
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">;
420
338
  };
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
- };
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">;
430
342
  };
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
- };
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
  }>>;
@@ -134,124 +134,72 @@ export declare const baseConfig: {
134
134
  };
135
135
  export declare const defaultUtils: {
136
136
  bg: (value: Stitches.PropertyValue<'backgroundColor'>) => {
137
- backgroundColor: {
138
- readonly [Stitches.$$PropertyValue]: "backgroundColor";
139
- };
137
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
140
138
  };
141
139
  c: (value: Stitches.PropertyValue<'color'>) => {
142
- color: {
143
- readonly [Stitches.$$PropertyValue]: "color";
144
- };
140
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
145
141
  };
146
142
  r: (value: Stitches.ScaleValue<'radii'>) => {
147
- borderRadius: {
148
- readonly [Stitches.$$ScaleValue]: "radii";
149
- };
143
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
150
144
  };
151
145
  fs: (value: Stitches.PropertyValue<'fontSize'> | number | string) => {
152
- fontSize: string | number | {
153
- readonly [Stitches.$$PropertyValue]: "fontSize";
154
- };
146
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
155
147
  };
156
148
  size: (value: Stitches.ScaleValue<'space'> | number | string) => {
157
- height: string | number | {
158
- readonly [Stitches.$$ScaleValue]: "space";
159
- };
160
- width: string | number | {
161
- readonly [Stitches.$$ScaleValue]: "space";
162
- };
149
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
150
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
163
151
  };
164
152
  w: (value: Stitches.ScaleValue<'space'> | number | string) => {
165
- width: string | number | {
166
- readonly [Stitches.$$ScaleValue]: "space";
167
- };
153
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
168
154
  };
169
155
  h: (value: Stitches.ScaleValue<'space'> | number | string) => {
170
- height: string | number | {
171
- readonly [Stitches.$$ScaleValue]: "space";
172
- };
156
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
173
157
  };
174
158
  p: (value: Stitches.ScaleValue<'space'> | number | string) => {
175
- padding: string | number | {
176
- readonly [Stitches.$$ScaleValue]: "space";
177
- };
159
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
178
160
  };
179
161
  pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
180
- paddingTop: string | number | {
181
- readonly [Stitches.$$ScaleValue]: "space";
182
- };
162
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
183
163
  };
184
164
  pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
185
- paddingRight: string | number | {
186
- readonly [Stitches.$$ScaleValue]: "space";
187
- };
165
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
188
166
  };
189
167
  pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
190
- paddingBottom: string | number | {
191
- readonly [Stitches.$$ScaleValue]: "space";
192
- };
168
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
193
169
  };
194
170
  pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
195
- paddingLeft: string | number | {
196
- readonly [Stitches.$$ScaleValue]: "space";
197
- };
171
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
198
172
  };
199
173
  px: (value: Stitches.ScaleValue<'space'> | number | string) => {
200
- paddingLeft: string | number | {
201
- readonly [Stitches.$$ScaleValue]: "space";
202
- };
203
- paddingRight: string | number | {
204
- readonly [Stitches.$$ScaleValue]: "space";
205
- };
174
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
175
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
206
176
  };
207
177
  py: (value: Stitches.ScaleValue<'space'> | number | string) => {
208
- paddingTop: string | number | {
209
- readonly [Stitches.$$ScaleValue]: "space";
210
- };
211
- paddingBottom: string | number | {
212
- readonly [Stitches.$$ScaleValue]: "space";
213
- };
178
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
179
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
214
180
  };
215
181
  m: (value: Stitches.ScaleValue<'space'> | number | string) => {
216
- margin: string | number | {
217
- readonly [Stitches.$$ScaleValue]: "space";
218
- };
182
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
219
183
  };
220
184
  mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
221
- marginTop: string | number | {
222
- readonly [Stitches.$$ScaleValue]: "space";
223
- };
185
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
224
186
  };
225
187
  mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
226
- marginRight: string | number | {
227
- readonly [Stitches.$$ScaleValue]: "space";
228
- };
188
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
229
189
  };
230
190
  mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
231
- marginBottom: string | number | {
232
- readonly [Stitches.$$ScaleValue]: "space";
233
- };
191
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
234
192
  };
235
193
  ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
236
- marginLeft: string | number | {
237
- readonly [Stitches.$$ScaleValue]: "space";
238
- };
194
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
239
195
  };
240
196
  mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
241
- marginLeft: string | number | {
242
- readonly [Stitches.$$ScaleValue]: "space";
243
- };
244
- marginRight: string | number | {
245
- readonly [Stitches.$$ScaleValue]: "space";
246
- };
197
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
198
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
247
199
  };
248
200
  my: (value: Stitches.ScaleValue<'space'> | number | string) => {
249
- marginTop: string | number | {
250
- readonly [Stitches.$$ScaleValue]: "space";
251
- };
252
- marginBottom: string | number | {
253
- readonly [Stitches.$$ScaleValue]: "space";
254
- };
201
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
202
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
255
203
  };
256
204
  };
257
205
  export declare const defaultMedia: {