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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/dist/Accordion/Accordion.d.ts +134 -322
  2. package/dist/Accordion/index.d.ts +134 -322
  3. package/dist/Avatar/Avatar.d.ts +47 -141
  4. package/dist/Button/Button.d.ts +47 -141
  5. package/dist/Checkbox/Checkbox.d.ts +134 -322
  6. package/dist/Collapsible/Collapsible.d.ts +201 -483
  7. package/dist/Divider/Divider.d.ts +134 -322
  8. package/dist/Dropdown/Dropdown.d.ts +804 -1932
  9. package/dist/Fieldset/Fieldset.d.ts +47 -141
  10. package/dist/Footer/Footer.d.ts +536 -1288
  11. package/dist/IconButton/IconButton.d.ts +47 -141
  12. package/dist/Input/Input.d.ts +362 -926
  13. package/dist/Label/Label.d.ts +47 -141
  14. package/dist/Layout/Box.d.ts +47 -141
  15. package/dist/Layout/Flex.d.ts +47 -141
  16. package/dist/Link/Link.d.ts +47 -141
  17. package/dist/Modal/Dialog.d.ts +329 -987
  18. package/dist/Modal/DialogContent.d.ts +469 -1127
  19. package/dist/Pagination/StyledPagination.d.ts +268 -644
  20. package/dist/Popover/index.d.ts +201 -483
  21. package/dist/Prebuilt/IconButton.d.ts +134 -322
  22. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
  23. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
  24. package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
  25. package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
  26. package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
  27. package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
  28. package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
  29. package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
  30. package/dist/Progress/index.d.ts +134 -322
  31. package/dist/RadioGroup/RadioGroup.d.ts +201 -483
  32. package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
  33. package/dist/Select/Select.d.ts +201 -483
  34. package/dist/Sheet/Sheet.d.ts +329 -987
  35. package/dist/Slider/Slider.d.ts +47 -141
  36. package/dist/Stats/StyledStats.d.ts +402 -966
  37. package/dist/Switch/Switch.d.ts +47 -141
  38. package/dist/Tabs/Tabs.d.ts +268 -644
  39. package/dist/Text/Text.d.ts +47 -141
  40. package/dist/TextArea/TextArea.d.ts +47 -141
  41. package/dist/Theme/base.config.d.ts +26 -78
  42. package/dist/Theme/stitches.config.d.ts +1046 -1493
  43. package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
  44. package/dist/Toast/Toast.d.ts +382 -946
  45. package/dist/Video/Video.d.ts +47 -141
  46. package/dist/VideoList/StyledVideoList.d.ts +201 -483
  47. package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
  48. package/dist/android-perm-1.png +0 -0
  49. package/dist/audio-level.png +0 -0
  50. package/dist/empty-chat.svg +12 -0
  51. package/dist/index.cjs.css +2 -2
  52. package/dist/index.cjs.css.map +1 -1
  53. package/dist/index.cjs.js +34062 -37242
  54. package/dist/index.cjs.js.map +4 -4
  55. package/dist/index.css +2 -2
  56. package/dist/index.css.map +1 -1
  57. package/dist/index.js +36387 -67
  58. package/dist/index.js.map +4 -4
  59. package/dist/ios-perm-0.png +0 -0
  60. package/dist/meta.cjs.json +1531 -1218
  61. package/dist/meta.esbuild.json +942 -794
  62. package/dist/pdf-share.png +0 -0
  63. package/dist/screen-share.png +0 -0
  64. package/dist/transaction_error.svg +12 -0
  65. package/package.json +8 -8
  66. package/src/Avatar/Avatar.tsx +1 -1
  67. package/src/Popover/Popover.stories.tsx +1 -1
  68. package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
  69. package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
  70. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
  71. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
  72. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
  73. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
  74. package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
  75. package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
  76. package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
  77. package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
  78. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
  79. package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
  80. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
  81. package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
  82. package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
  83. package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
  84. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
  85. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
  86. package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
  87. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
  88. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
  89. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  90. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
  91. package/src/Prebuilt/layouts/HLSView.jsx +3 -3
  92. package/src/Prebuilt/layouts/PDFView.jsx +1 -0
  93. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
  94. package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
  95. package/dist/HLSView-HYI6LLL6.js +0 -1652
  96. package/dist/HLSView-HYI6LLL6.js.map +0 -7
  97. package/dist/HLSView-S4NJF7Q2.css +0 -2780
  98. package/dist/HLSView-S4NJF7Q2.css.map +0 -7
  99. package/dist/chunk-LRJSQMZ4.js +0 -34759
  100. package/dist/chunk-LRJSQMZ4.js.map +0 -7
@@ -277,167 +277,73 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
277
277
  transition: "transitions";
278
278
  zIndex: "zIndices";
279
279
  }, {
280
- bg: (value: {
281
- readonly [$$PropertyValue]: "backgroundColor";
282
- }) => {
283
- backgroundColor: {
284
- readonly [$$PropertyValue]: "backgroundColor";
285
- };
280
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">) => {
281
+ backgroundColor: import("@stitches/react/types/css-util").WithPropertyValue<"backgroundColor">;
286
282
  };
287
- c: (value: {
288
- readonly [$$PropertyValue]: "color";
289
- }) => {
290
- color: {
291
- readonly [$$PropertyValue]: "color";
292
- };
283
+ c: (value: import("@stitches/react/types/css-util").WithPropertyValue<"color">) => {
284
+ color: import("@stitches/react/types/css-util").WithPropertyValue<"color">;
293
285
  };
294
- r: (value: {
295
- readonly [$$ScaleValue]: "radii";
296
- }) => {
297
- borderRadius: {
298
- readonly [$$ScaleValue]: "radii";
299
- };
286
+ r: (value: import("@stitches/react/types/css-util").WithScaleValue<"radii">) => {
287
+ borderRadius: import("@stitches/react/types/css-util").WithScaleValue<"radii">;
300
288
  };
301
- fs: (value: string | number | {
302
- readonly [$$PropertyValue]: "fontSize";
303
- }) => {
304
- fontSize: string | number | {
305
- readonly [$$PropertyValue]: "fontSize";
306
- };
289
+ fs: (value: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">) => {
290
+ fontSize: string | number | import("@stitches/react/types/css-util").WithPropertyValue<"fontSize">;
307
291
  };
308
- size: (value: string | number | {
309
- readonly [$$ScaleValue]: "space";
310
- }) => {
311
- height: string | number | {
312
- readonly [$$ScaleValue]: "space";
313
- };
314
- width: string | number | {
315
- readonly [$$ScaleValue]: "space";
316
- };
292
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
293
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
295
  };
318
- w: (value: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- }) => {
321
- width: string | number | {
322
- readonly [$$ScaleValue]: "space";
323
- };
296
+ w: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
297
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
298
  };
325
- h: (value: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- }) => {
328
- height: string | number | {
329
- readonly [$$ScaleValue]: "space";
330
- };
299
+ h: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
331
301
  };
332
- p: (value: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- }) => {
335
- padding: string | number | {
336
- readonly [$$ScaleValue]: "space";
337
- };
302
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
304
  };
339
- pt: (value: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- }) => {
342
- paddingTop: string | number | {
343
- readonly [$$ScaleValue]: "space";
344
- };
305
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
307
  };
346
- pr: (value: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- }) => {
349
- paddingRight: string | number | {
350
- readonly [$$ScaleValue]: "space";
351
- };
308
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
310
  };
353
- pb: (value: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- }) => {
356
- paddingBottom: string | number | {
357
- readonly [$$ScaleValue]: "space";
358
- };
311
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
313
  };
360
- pl: (value: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- }) => {
363
- paddingLeft: string | number | {
364
- readonly [$$ScaleValue]: "space";
365
- };
314
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
366
316
  };
367
- px: (value: string | number | {
368
- readonly [$$ScaleValue]: "space";
369
- }) => {
370
- paddingLeft: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- };
373
- paddingRight: string | number | {
374
- readonly [$$ScaleValue]: "space";
375
- };
317
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
318
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
376
320
  };
377
- py: (value: string | number | {
378
- readonly [$$ScaleValue]: "space";
379
- }) => {
380
- paddingTop: string | number | {
381
- readonly [$$ScaleValue]: "space";
382
- };
383
- paddingBottom: string | number | {
384
- readonly [$$ScaleValue]: "space";
385
- };
321
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
386
324
  };
387
- m: (value: string | number | {
388
- readonly [$$ScaleValue]: "space";
389
- }) => {
390
- margin: string | number | {
391
- readonly [$$ScaleValue]: "space";
392
- };
325
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
393
327
  };
394
- mt: (value: string | number | {
395
- readonly [$$ScaleValue]: "space";
396
- }) => {
397
- marginTop: string | number | {
398
- readonly [$$ScaleValue]: "space";
399
- };
328
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
400
330
  };
401
- mr: (value: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- }) => {
404
- marginRight: string | number | {
405
- readonly [$$ScaleValue]: "space";
406
- };
331
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
407
333
  };
408
- mb: (value: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- }) => {
411
- marginBottom: string | number | {
412
- readonly [$$ScaleValue]: "space";
413
- };
334
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
414
336
  };
415
- ml: (value: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- }) => {
418
- marginLeft: string | number | {
419
- readonly [$$ScaleValue]: "space";
420
- };
337
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
421
339
  };
422
- mx: (value: string | number | {
423
- readonly [$$ScaleValue]: "space";
424
- }) => {
425
- marginLeft: string | number | {
426
- readonly [$$ScaleValue]: "space";
427
- };
428
- marginRight: string | number | {
429
- readonly [$$ScaleValue]: "space";
430
- };
340
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
341
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
431
343
  };
432
- my: (value: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- }) => {
435
- marginTop: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- };
438
- marginBottom: string | number | {
439
- readonly [$$ScaleValue]: "space";
440
- };
344
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
441
347
  };
442
348
  }>>;
443
349
  declare type SliderProps = React.ComponentProps<typeof Root> & {