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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -384,7 +384,7 @@
384
384
  "format": "esm"
385
385
  },
386
386
  "src/Avatar/Avatar.tsx": {
387
- "bytes": 1413,
387
+ "bytes": 1415,
388
388
  "imports": [
389
389
  {
390
390
  "path": "react",
@@ -4734,7 +4734,7 @@
4734
4734
  "format": "esm"
4735
4735
  },
4736
4736
  "src/Prebuilt/components/StatsForNerds.jsx": {
4737
- "bytes": 8786,
4737
+ "bytes": 9908,
4738
4738
  "imports": [
4739
4739
  {
4740
4740
  "path": "react",
@@ -4751,6 +4751,11 @@
4751
4751
  "kind": "import-statement",
4752
4752
  "external": true
4753
4753
  },
4754
+ {
4755
+ "path": "src/Accordion/index.ts",
4756
+ "kind": "import-statement",
4757
+ "original": "../../Accordion"
4758
+ },
4754
4759
  {
4755
4760
  "path": "src/Divider/index.ts",
4756
4761
  "kind": "import-statement",
@@ -4815,6 +4820,11 @@
4815
4820
  "path": "<define:process.env>",
4816
4821
  "kind": "import-statement",
4817
4822
  "external": true
4823
+ },
4824
+ {
4825
+ "path": "<runtime>",
4826
+ "kind": "import-statement",
4827
+ "external": true
4818
4828
  }
4819
4829
  ],
4820
4830
  "format": "esm"
@@ -5749,7 +5759,7 @@
5749
5759
  "format": "cjs"
5750
5760
  },
5751
5761
  "../hms-video-store/dist/index.js": {
5752
- "bytes": 368403,
5762
+ "bytes": 371853,
5753
5763
  "imports": [
5754
5764
  {
5755
5765
  "path": "../../node_modules/reselect/es/index.js",
@@ -9897,7 +9907,7 @@
9897
9907
  "format": "esm"
9898
9908
  },
9899
9909
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9900
- "bytes": 1248,
9910
+ "bytes": 1291,
9901
9911
  "imports": [
9902
9912
  {
9903
9913
  "path": "react",
@@ -9969,7 +9979,7 @@
9969
9979
  "format": "esm"
9970
9980
  },
9971
9981
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9972
- "bytes": 8918,
9982
+ "bytes": 9072,
9973
9983
  "imports": [
9974
9984
  {
9975
9985
  "path": "react",
@@ -10814,7 +10824,7 @@
10814
10824
  "format": "esm"
10815
10825
  },
10816
10826
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
10817
- "bytes": 2532,
10827
+ "bytes": 2536,
10818
10828
  "imports": [
10819
10829
  {
10820
10830
  "path": "react",
@@ -11286,7 +11296,7 @@
11286
11296
  ],
11287
11297
  "format": "esm"
11288
11298
  },
11289
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31a53/tldraw.css": {
11299
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205c063/tldraw.css": {
11290
11300
  "bytes": 80111,
11291
11301
  "imports": [
11292
11302
  {
@@ -11336,7 +11346,7 @@
11336
11346
  }
11337
11347
  ]
11338
11348
  },
11339
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31841/index.css": {
11349
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205b9f1/index.css": {
11340
11350
  "bytes": 597,
11341
11351
  "imports": [
11342
11352
  {
@@ -11345,7 +11355,7 @@
11345
11355
  "external": true
11346
11356
  },
11347
11357
  {
11348
- "path": "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31a53/tldraw.css",
11358
+ "path": "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205c063/tldraw.css",
11349
11359
  "kind": "import-rule",
11350
11360
  "original": "@tldraw/tldraw/tldraw.css"
11351
11361
  }
@@ -11420,7 +11430,7 @@
11420
11430
  "original": "../../common/constants"
11421
11431
  },
11422
11432
  {
11423
- "path": "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31841/index.css",
11433
+ "path": "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205b9f1/index.css",
11424
11434
  "kind": "import-statement",
11425
11435
  "original": "@100mslive/hms-whiteboard/index.css"
11426
11436
  },
@@ -12624,7 +12634,7 @@
12624
12634
  "format": "esm"
12625
12635
  },
12626
12636
  "src/Prebuilt/components/Header/common.jsx": {
12627
- "bytes": 5774,
12637
+ "bytes": 5863,
12628
12638
  "imports": [
12629
12639
  {
12630
12640
  "path": "react",
@@ -13419,6 +13429,109 @@
13419
13429
  ],
13420
13430
  "format": "esm"
13421
13431
  },
13432
+ "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
13433
+ "bytes": 508,
13434
+ "imports": [
13435
+ {
13436
+ "path": "react",
13437
+ "kind": "import-statement",
13438
+ "external": true
13439
+ },
13440
+ {
13441
+ "path": "@100mslive/react-sdk",
13442
+ "kind": "import-statement",
13443
+ "external": true
13444
+ },
13445
+ {
13446
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13447
+ "kind": "import-statement",
13448
+ "original": "../Toast/ToastManager"
13449
+ },
13450
+ {
13451
+ "path": "<define:process.env>",
13452
+ "kind": "import-statement",
13453
+ "external": true
13454
+ }
13455
+ ],
13456
+ "format": "esm"
13457
+ },
13458
+ "src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
13459
+ "bytes": 2822,
13460
+ "imports": [
13461
+ {
13462
+ "path": "react",
13463
+ "kind": "import-statement",
13464
+ "external": true
13465
+ },
13466
+ {
13467
+ "path": "@100mslive/react-sdk",
13468
+ "kind": "import-statement",
13469
+ "external": true
13470
+ },
13471
+ {
13472
+ "path": "src/index.ts",
13473
+ "kind": "import-statement",
13474
+ "original": "../../.."
13475
+ },
13476
+ {
13477
+ "path": "src/Prebuilt/primitives/DialogContent.jsx",
13478
+ "kind": "import-statement",
13479
+ "original": "../../primitives/DialogContent"
13480
+ },
13481
+ {
13482
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13483
+ "kind": "import-statement",
13484
+ "original": "../Toast/ToastManager"
13485
+ },
13486
+ {
13487
+ "path": "<define:process.env>",
13488
+ "kind": "import-statement",
13489
+ "external": true
13490
+ }
13491
+ ],
13492
+ "format": "esm"
13493
+ },
13494
+ "src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
13495
+ "bytes": 1850,
13496
+ "imports": [
13497
+ {
13498
+ "path": "react",
13499
+ "kind": "import-statement",
13500
+ "external": true
13501
+ },
13502
+ {
13503
+ "path": "@100mslive/react-sdk",
13504
+ "kind": "import-statement",
13505
+ "external": true
13506
+ },
13507
+ {
13508
+ "path": "@100mslive/react-icons",
13509
+ "kind": "import-statement",
13510
+ "external": true
13511
+ },
13512
+ {
13513
+ "path": "src/Layout/index.tsx",
13514
+ "kind": "import-statement",
13515
+ "original": "../../../Layout"
13516
+ },
13517
+ {
13518
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13519
+ "kind": "import-statement",
13520
+ "original": "../Toast/ToastManager"
13521
+ },
13522
+ {
13523
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
13524
+ "kind": "import-statement",
13525
+ "original": "../AppData/useUISettings"
13526
+ },
13527
+ {
13528
+ "path": "<define:process.env>",
13529
+ "kind": "import-statement",
13530
+ "external": true
13531
+ }
13532
+ ],
13533
+ "format": "esm"
13534
+ },
13422
13535
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
13423
13536
  "bytes": 5242,
13424
13537
  "imports": [
@@ -13578,8 +13691,44 @@
13578
13691
  ],
13579
13692
  "format": "esm"
13580
13693
  },
13694
+ "src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
13695
+ "bytes": 982,
13696
+ "imports": [
13697
+ {
13698
+ "path": "react",
13699
+ "kind": "import-statement",
13700
+ "external": true
13701
+ },
13702
+ {
13703
+ "path": "../hms-video-store/dist/index.js",
13704
+ "kind": "import-statement",
13705
+ "original": "@100mslive/hms-video-store"
13706
+ },
13707
+ {
13708
+ "path": "@100mslive/react-sdk",
13709
+ "kind": "import-statement",
13710
+ "external": true
13711
+ },
13712
+ {
13713
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
13714
+ "kind": "import-statement",
13715
+ "original": "../../provider/roomLayoutProvider"
13716
+ },
13717
+ {
13718
+ "path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
13719
+ "kind": "import-statement",
13720
+ "original": "../PIP/usePIPWindow"
13721
+ },
13722
+ {
13723
+ "path": "<define:process.env>",
13724
+ "kind": "import-statement",
13725
+ "external": true
13726
+ }
13727
+ ],
13728
+ "format": "esm"
13729
+ },
13581
13730
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
13582
- "bytes": 1643,
13731
+ "bytes": 2353,
13583
13732
  "imports": [
13584
13733
  {
13585
13734
  "path": "react",
@@ -13591,11 +13740,21 @@
13591
13740
  "kind": "import-statement",
13592
13741
  "external": true
13593
13742
  },
13743
+ {
13744
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
13745
+ "kind": "import-statement",
13746
+ "original": "../../provider/roomLayoutProvider"
13747
+ },
13594
13748
  {
13595
13749
  "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
13596
13750
  "kind": "import-statement",
13597
13751
  "original": "../Toast/ToastBatcher"
13598
13752
  },
13753
+ {
13754
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13755
+ "kind": "import-statement",
13756
+ "original": "../Toast/ToastManager"
13757
+ },
13599
13758
  {
13600
13759
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
13601
13760
  "kind": "import-statement",
@@ -13668,8 +13827,49 @@
13668
13827
  ],
13669
13828
  "format": "esm"
13670
13829
  },
13830
+ "src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
13831
+ "bytes": 2511,
13832
+ "imports": [
13833
+ {
13834
+ "path": "react",
13835
+ "kind": "import-statement",
13836
+ "external": true
13837
+ },
13838
+ {
13839
+ "path": "@100mslive/react-sdk",
13840
+ "kind": "import-statement",
13841
+ "external": true
13842
+ },
13843
+ {
13844
+ "path": "src/Button/index.tsx",
13845
+ "kind": "import-statement",
13846
+ "original": "../../../Button"
13847
+ },
13848
+ {
13849
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13850
+ "kind": "import-statement",
13851
+ "original": "../Toast/ToastManager"
13852
+ },
13853
+ {
13854
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13855
+ "kind": "import-statement",
13856
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13857
+ },
13858
+ {
13859
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
13860
+ "kind": "import-statement",
13861
+ "original": "../AppData/useSidepane"
13862
+ },
13863
+ {
13864
+ "path": "<define:process.env>",
13865
+ "kind": "import-statement",
13866
+ "external": true
13867
+ }
13868
+ ],
13869
+ "format": "esm"
13870
+ },
13671
13871
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
13672
- "bytes": 1248,
13872
+ "bytes": 1211,
13673
13873
  "imports": [
13674
13874
  {
13675
13875
  "path": "react",
@@ -13700,7 +13900,7 @@
13700
13900
  "format": "esm"
13701
13901
  },
13702
13902
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
13703
- "bytes": 1775,
13903
+ "bytes": 1813,
13704
13904
  "imports": [
13705
13905
  {
13706
13906
  "path": "react",
@@ -13731,7 +13931,7 @@
13731
13931
  "format": "esm"
13732
13932
  },
13733
13933
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
13734
- "bytes": 554,
13934
+ "bytes": 1350,
13735
13935
  "imports": [
13736
13936
  {
13737
13937
  "path": "react",
@@ -13743,6 +13943,11 @@
13743
13943
  "kind": "import-statement",
13744
13944
  "external": true
13745
13945
  },
13946
+ {
13947
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13948
+ "kind": "import-statement",
13949
+ "original": "../Toast/ToastManager"
13950
+ },
13746
13951
  {
13747
13952
  "path": "<define:process.env>",
13748
13953
  "kind": "import-statement",
@@ -13752,7 +13957,7 @@
13752
13957
  "format": "esm"
13753
13958
  },
13754
13959
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
13755
- "bytes": 1640,
13960
+ "bytes": 1936,
13756
13961
  "imports": [
13757
13962
  {
13758
13963
  "path": "react",
@@ -13774,6 +13979,11 @@
13774
13979
  "kind": "import-statement",
13775
13980
  "original": "../../primitives/DialogContent"
13776
13981
  },
13982
+ {
13983
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13984
+ "kind": "import-statement",
13985
+ "original": "../Toast/ToastManager"
13986
+ },
13777
13987
  {
13778
13988
  "path": "<define:process.env>",
13779
13989
  "kind": "import-statement",
@@ -13829,7 +14039,7 @@
13829
14039
  "format": "esm"
13830
14040
  },
13831
14041
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
13832
- "bytes": 8164,
14042
+ "bytes": 2600,
13833
14043
  "imports": [
13834
14044
  {
13835
14045
  "path": "react",
@@ -13842,34 +14052,34 @@
13842
14052
  "external": true
13843
14053
  },
13844
14054
  {
13845
- "path": "@100mslive/react-icons",
14055
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
13846
14056
  "kind": "import-statement",
13847
- "external": true
14057
+ "original": "../Toast/ToastManager"
13848
14058
  },
13849
14059
  {
13850
- "path": "src/index.ts",
14060
+ "path": "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx",
13851
14061
  "kind": "import-statement",
13852
- "original": "../../.."
14062
+ "original": "./AutoplayBlockedModal"
13853
14063
  },
13854
14064
  {
13855
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
14065
+ "path": "src/Prebuilt/components/Notifications/ChatNotifications.tsx",
13856
14066
  "kind": "import-statement",
13857
- "original": "../../provider/roomLayoutProvider"
14067
+ "original": "./ChatNotifications"
13858
14068
  },
13859
14069
  {
13860
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
14070
+ "path": "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx",
13861
14071
  "kind": "import-statement",
13862
- "original": "../Toast/ToastManager"
14072
+ "original": "./DeviceChangeNotifications"
13863
14073
  },
13864
14074
  {
13865
- "path": "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx",
14075
+ "path": "src/Prebuilt/components/Notifications/DeviceInUseError.tsx",
13866
14076
  "kind": "import-statement",
13867
- "original": "./AutoplayBlockedModal"
14077
+ "original": "./DeviceInUseError"
13868
14078
  },
13869
14079
  {
13870
- "path": "src/Prebuilt/components/Notifications/ChatNotifications.tsx",
14080
+ "path": "src/Prebuilt/components/Notifications/ErrorNotifications.tsx",
13871
14081
  "kind": "import-statement",
13872
- "original": "./ChatNotifications"
14082
+ "original": "./ErrorNotifications"
13873
14083
  },
13874
14084
  {
13875
14085
  "path": "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx",
@@ -13881,6 +14091,11 @@
13881
14091
  "kind": "import-statement",
13882
14092
  "original": "./InitErrorModal"
13883
14093
  },
14094
+ {
14095
+ "path": "src/Prebuilt/components/Notifications/MessageNotifications.tsx",
14096
+ "kind": "import-statement",
14097
+ "original": "./MessageNotifications"
14098
+ },
13884
14099
  {
13885
14100
  "path": "src/Prebuilt/components/Notifications/PeerNotifications.tsx",
13886
14101
  "kind": "import-statement",
@@ -13891,6 +14106,11 @@
13891
14106
  "kind": "import-statement",
13892
14107
  "original": "./PermissionErrorModal"
13893
14108
  },
14109
+ {
14110
+ "path": "src/Prebuilt/components/Notifications/PollNotificationModal.tsx",
14111
+ "kind": "import-statement",
14112
+ "original": "./PollNotificationModal"
14113
+ },
13894
14114
  {
13895
14115
  "path": "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx",
13896
14116
  "kind": "import-statement",
@@ -13916,26 +14136,11 @@
13916
14136
  "kind": "import-statement",
13917
14137
  "original": "./TranscriptionNotifications"
13918
14138
  },
13919
- {
13920
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13921
- "kind": "import-statement",
13922
- "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13923
- },
13924
- {
13925
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
13926
- "kind": "import-statement",
13927
- "original": "../AppData/useSidepane"
13928
- },
13929
14139
  {
13930
14140
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
13931
14141
  "kind": "import-statement",
13932
14142
  "original": "../AppData/useUISettings"
13933
14143
  },
13934
- {
13935
- "path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
13936
- "kind": "import-statement",
13937
- "original": "../PIP/usePIPWindow"
13938
- },
13939
14144
  {
13940
14145
  "path": "src/Prebuilt/common/constants.ts",
13941
14146
  "kind": "import-statement",
@@ -15408,7 +15613,7 @@
15408
15613
  "dist/index.js": {
15409
15614
  "imports": [
15410
15615
  {
15411
- "path": "dist/chunk-D6EIIW34.js",
15616
+ "path": "dist/chunk-CRGZUJSX.js",
15412
15617
  "kind": "import-statement"
15413
15618
  }
15414
15619
  ],
@@ -15484,16 +15689,16 @@
15484
15689
  "inputs": {},
15485
15690
  "bytes": 1882
15486
15691
  },
15487
- "dist/HLSView-CIEOVB7G.js.map": {
15692
+ "dist/HLSView-LCFZPBH3.js.map": {
15488
15693
  "imports": [],
15489
15694
  "exports": [],
15490
15695
  "inputs": {},
15491
15696
  "bytes": 101299
15492
15697
  },
15493
- "dist/HLSView-CIEOVB7G.js": {
15698
+ "dist/HLSView-LCFZPBH3.js": {
15494
15699
  "imports": [
15495
15700
  {
15496
- "path": "dist/chunk-D6EIIW34.js",
15701
+ "path": "dist/chunk-CRGZUJSX.js",
15497
15702
  "kind": "import-statement"
15498
15703
  },
15499
15704
  {
@@ -15671,7 +15876,7 @@
15671
15876
  "default"
15672
15877
  ],
15673
15878
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
15674
- "cssBundle": "dist/HLSView-IUYITNDV.css",
15879
+ "cssBundle": "dist/HLSView-Z2JID2W7.css",
15675
15880
  "inputs": {
15676
15881
  "src/Prebuilt/layouts/HLSView.jsx": {
15677
15882
  "bytesInOutput": 27634
@@ -15730,13 +15935,13 @@
15730
15935
  },
15731
15936
  "bytes": 62273
15732
15937
  },
15733
- "dist/chunk-D6EIIW34.js.map": {
15938
+ "dist/chunk-CRGZUJSX.js.map": {
15734
15939
  "imports": [],
15735
15940
  "exports": [],
15736
15941
  "inputs": {},
15737
- "bytes": 3524837
15942
+ "bytes": 3543341
15738
15943
  },
15739
- "dist/chunk-D6EIIW34.js": {
15944
+ "dist/chunk-CRGZUJSX.js": {
15740
15945
  "imports": [
15741
15946
  {
15742
15947
  "path": "react",
@@ -18279,7 +18484,7 @@
18279
18484
  "external": true
18280
18485
  },
18281
18486
  {
18282
- "path": "dist/HLSView-CIEOVB7G.js",
18487
+ "path": "dist/HLSView-LCFZPBH3.js",
18283
18488
  "kind": "dynamic-import"
18284
18489
  },
18285
18490
  {
@@ -18457,6 +18662,31 @@
18457
18662
  "kind": "import-statement",
18458
18663
  "external": true
18459
18664
  },
18665
+ {
18666
+ "path": "react",
18667
+ "kind": "import-statement",
18668
+ "external": true
18669
+ },
18670
+ {
18671
+ "path": "@100mslive/react-sdk",
18672
+ "kind": "import-statement",
18673
+ "external": true
18674
+ },
18675
+ {
18676
+ "path": "react",
18677
+ "kind": "import-statement",
18678
+ "external": true
18679
+ },
18680
+ {
18681
+ "path": "uuid",
18682
+ "kind": "import-statement",
18683
+ "external": true
18684
+ },
18685
+ {
18686
+ "path": "@100mslive/react-sdk",
18687
+ "kind": "import-statement",
18688
+ "external": true
18689
+ },
18460
18690
  {
18461
18691
  "path": "@100mslive/react-icons",
18462
18692
  "kind": "import-statement",
@@ -18478,7 +18708,12 @@
18478
18708
  "external": true
18479
18709
  },
18480
18710
  {
18481
- "path": "uuid",
18711
+ "path": "@100mslive/react-sdk",
18712
+ "kind": "import-statement",
18713
+ "external": true
18714
+ },
18715
+ {
18716
+ "path": "react",
18482
18717
  "kind": "import-statement",
18483
18718
  "external": true
18484
18719
  },
@@ -18547,6 +18782,16 @@
18547
18782
  "kind": "import-statement",
18548
18783
  "external": true
18549
18784
  },
18785
+ {
18786
+ "path": "@100mslive/react-sdk",
18787
+ "kind": "import-statement",
18788
+ "external": true
18789
+ },
18790
+ {
18791
+ "path": "react",
18792
+ "kind": "import-statement",
18793
+ "external": true
18794
+ },
18550
18795
  {
18551
18796
  "path": "react-use",
18552
18797
  "kind": "import-statement",
@@ -18577,6 +18822,16 @@
18577
18822
  "kind": "import-statement",
18578
18823
  "external": true
18579
18824
  },
18825
+ {
18826
+ "path": "react",
18827
+ "kind": "import-statement",
18828
+ "external": true
18829
+ },
18830
+ {
18831
+ "path": "@100mslive/react-sdk",
18832
+ "kind": "import-statement",
18833
+ "external": true
18834
+ },
18580
18835
  {
18581
18836
  "path": "@100mslive/react-icons",
18582
18837
  "kind": "import-statement",
@@ -18898,13 +19153,13 @@
18898
19153
  ],
18899
19154
  "inputs": {
18900
19155
  "<define:process.env>": {
18901
- "bytesInOutput": 17910
19156
+ "bytesInOutput": 18008
18902
19157
  },
18903
19158
  "../../node_modules/lodash/lodash.js": {
18904
- "bytesInOutput": 224291
19159
+ "bytesInOutput": 224301
18905
19160
  },
18906
19161
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
18907
- "bytesInOutput": 42465
19162
+ "bytesInOutput": 42455
18908
19163
  },
18909
19164
  "../../node_modules/lodash.isequal/index.js": {
18910
19165
  "bytesInOutput": 26591
@@ -18916,7 +19171,7 @@
18916
19171
  "bytesInOutput": 16120
18917
19172
  },
18918
19173
  "../../node_modules/sdp-transform/lib/parser.js": {
18919
- "bytesInOutput": 3495
19174
+ "bytesInOutput": 3500
18920
19175
  },
18921
19176
  "../../node_modules/sdp-transform/lib/writer.js": {
18922
19177
  "bytesInOutput": 3068
@@ -18925,7 +19180,7 @@
18925
19180
  "bytesInOutput": 615
18926
19181
  },
18927
19182
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
18928
- "bytesInOutput": 3836
19183
+ "bytesInOutput": 3833
18929
19184
  },
18930
19185
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
18931
19186
  "bytesInOutput": 7632
@@ -19012,7 +19267,7 @@
19012
19267
  "bytesInOutput": 27
19013
19268
  },
19014
19269
  "src/Avatar/Avatar.tsx": {
19015
- "bytesInOutput": 1251
19270
+ "bytesInOutput": 1253
19016
19271
  },
19017
19272
  "src/Avatar/getAvatarBg.ts": {
19018
19273
  "bytesInOutput": 904
@@ -19126,7 +19381,7 @@
19126
19381
  "bytesInOutput": 8580
19127
19382
  },
19128
19383
  "src/Stats/formatBytes.ts": {
19129
- "bytesInOutput": 468
19384
+ "bytesInOutput": 470
19130
19385
  },
19131
19386
  "src/Stats/StyledStats.tsx": {
19132
19387
  "bytesInOutput": 708
@@ -19399,7 +19654,7 @@
19399
19654
  "bytesInOutput": 7700
19400
19655
  },
19401
19656
  "src/Prebuilt/components/StatsForNerds.jsx": {
19402
- "bytesInOutput": 9408
19657
+ "bytesInOutput": 10841
19403
19658
  },
19404
19659
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
19405
19660
  "bytesInOutput": 5008
@@ -19441,7 +19696,7 @@
19441
19696
  "bytesInOutput": 9861
19442
19697
  },
19443
19698
  "../hms-video-store/dist/index.js": {
19444
- "bytesInOutput": 52063
19699
+ "bytesInOutput": 53323
19445
19700
  },
19446
19701
  "../../node_modules/reselect/es/index.js": {
19447
19702
  "bytesInOutput": 2539
@@ -19456,7 +19711,7 @@
19456
19711
  "bytesInOutput": 6313
19457
19712
  },
19458
19713
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
19459
- "bytesInOutput": 22678
19714
+ "bytesInOutput": 22676
19460
19715
  },
19461
19716
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
19462
19717
  "bytesInOutput": 6095
@@ -19474,10 +19729,10 @@
19474
19729
  "bytesInOutput": 842
19475
19730
  },
19476
19731
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
19477
- "bytesInOutput": 11868
19732
+ "bytesInOutput": 11866
19478
19733
  },
19479
19734
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
19480
- "bytesInOutput": 12463
19735
+ "bytesInOutput": 12458
19481
19736
  },
19482
19737
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
19483
19738
  "bytesInOutput": 2272
@@ -19717,13 +19972,13 @@
19717
19972
  "bytesInOutput": 160
19718
19973
  },
19719
19974
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19720
- "bytesInOutput": 8807
19975
+ "bytesInOutput": 8949
19721
19976
  },
19722
19977
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19723
19978
  "bytesInOutput": 1252
19724
19979
  },
19725
19980
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19726
- "bytesInOutput": 1156
19981
+ "bytesInOutput": 1198
19727
19982
  },
19728
19983
  "src/Prebuilt/components/Chip.tsx": {
19729
19984
  "bytesInOutput": 778
@@ -19771,7 +20026,7 @@
19771
20026
  "bytesInOutput": 2706
19772
20027
  },
19773
20028
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
19774
- "bytesInOutput": 2383
20029
+ "bytesInOutput": 2387
19775
20030
  },
19776
20031
  "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
19777
20032
  "bytesInOutput": 1046
@@ -19791,7 +20046,7 @@
19791
20046
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19792
20047
  "bytesInOutput": 2830
19793
20048
  },
19794
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31841/index.css": {
20049
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205b9f1/index.css": {
19795
20050
  "bytesInOutput": 0
19796
20051
  },
19797
20052
  "src/Prebuilt/common/PeersSorter.ts": {
@@ -19819,7 +20074,7 @@
19819
20074
  "bytesInOutput": 1607
19820
20075
  },
19821
20076
  "src/Prebuilt/components/Header/common.jsx": {
19822
- "bytesInOutput": 6218
20077
+ "bytesInOutput": 6338
19823
20078
  },
19824
20079
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
19825
20080
  "bytesInOutput": 754
@@ -19855,7 +20110,7 @@
19855
20110
  "bytesInOutput": 27
19856
20111
  },
19857
20112
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
19858
- "bytesInOutput": 8176
20113
+ "bytesInOutput": 1987
19859
20114
  },
19860
20115
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
19861
20116
  "bytesInOutput": 1053
@@ -19863,6 +20118,15 @@
19863
20118
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
19864
20119
  "bytesInOutput": 1350
19865
20120
  },
20121
+ "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
20122
+ "bytesInOutput": 505
20123
+ },
20124
+ "src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
20125
+ "bytesInOutput": 3063
20126
+ },
20127
+ "src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
20128
+ "bytesInOutput": 1686
20129
+ },
19866
20130
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
19867
20131
  "bytesInOutput": 3074
19868
20132
  },
@@ -19875,8 +20139,11 @@
19875
20139
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
19876
20140
  "bytesInOutput": 1596
19877
20141
  },
20142
+ "src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
20143
+ "bytesInOutput": 950
20144
+ },
19878
20145
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
19879
- "bytesInOutput": 1428
20146
+ "bytesInOutput": 2105
19880
20147
  },
19881
20148
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
19882
20149
  "bytesInOutput": 4527
@@ -19887,17 +20154,20 @@
19887
20154
  "src/Prebuilt/images/ios-perm-0.png": {
19888
20155
  "bytesInOutput": 11963
19889
20156
  },
20157
+ "src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
20158
+ "bytesInOutput": 2517
20159
+ },
19890
20160
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
19891
- "bytesInOutput": 1243
20161
+ "bytesInOutput": 1213
19892
20162
  },
19893
20163
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
19894
- "bytesInOutput": 1867
20164
+ "bytesInOutput": 1913
19895
20165
  },
19896
20166
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
19897
- "bytesInOutput": 640
20167
+ "bytesInOutput": 1446
19898
20168
  },
19899
20169
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19900
- "bytesInOutput": 1761
20170
+ "bytesInOutput": 1979
19901
20171
  },
19902
20172
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19903
20173
  "bytesInOutput": 2185
@@ -19957,10 +20227,10 @@
19957
20227
  "bytesInOutput": 13570
19958
20228
  },
19959
20229
  "src/Diagnostics/VideoTest.tsx": {
19960
- "bytesInOutput": 2628
20230
+ "bytesInOutput": 2632
19961
20231
  }
19962
20232
  },
19963
- "bytes": 1460716
20233
+ "bytes": 1468405
19964
20234
  },
19965
20235
  "dist/index.css.map": {
19966
20236
  "imports": [],
@@ -20022,22 +20292,22 @@
20022
20292
  }
20023
20293
  ],
20024
20294
  "inputs": {
20025
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31a53/tldraw.css": {
20295
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205c063/tldraw.css": {
20026
20296
  "bytesInOutput": 75223
20027
20297
  },
20028
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31841/index.css": {
20298
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205b9f1/index.css": {
20029
20299
  "bytesInOutput": 401
20030
20300
  }
20031
20301
  },
20032
20302
  "bytes": 75901
20033
20303
  },
20034
- "dist/HLSView-IUYITNDV.css.map": {
20304
+ "dist/HLSView-Z2JID2W7.css.map": {
20035
20305
  "imports": [],
20036
20306
  "exports": [],
20037
20307
  "inputs": {},
20038
20308
  "bytes": 122402
20039
20309
  },
20040
- "dist/HLSView-IUYITNDV.css": {
20310
+ "dist/HLSView-Z2JID2W7.css": {
20041
20311
  "imports": [
20042
20312
  {
20043
20313
  "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
@@ -20091,10 +20361,10 @@
20091
20361
  }
20092
20362
  ],
20093
20363
  "inputs": {
20094
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31a53/tldraw.css": {
20364
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205c063/tldraw.css": {
20095
20365
  "bytesInOutput": 75223
20096
20366
  },
20097
- "../../../../../../../tmp/tmp-2836-lVVF0zVrl37N/192429b31841/index.css": {
20367
+ "../../../../../../../tmp/tmp-2839-0RoOpF7866EB/1926c205b9f1/index.css": {
20098
20368
  "bytesInOutput": 401
20099
20369
  }
20100
20370
  },