@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
@@ -278,167 +278,73 @@ declare const LinkComponent: import("@stitches/react/types/styled-component").St
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 interface LinkProps extends React.ComponentProps<typeof LinkComponent> {