@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-oqKi3Pm7XREo/192429b31a42/tldraw.css": {
11299
+ "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205ba72/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-oqKi3Pm7XREo/192429b31230/index.css": {
11349
+ "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205b3e0/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-oqKi3Pm7XREo/192429b31a42/tldraw.css",
11358
+ "path": "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205ba72/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-oqKi3Pm7XREo/192429b31230/index.css",
11433
+ "path": "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205b3e0/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",
@@ -15403,7 +15608,7 @@
15403
15608
  "imports": [],
15404
15609
  "exports": [],
15405
15610
  "inputs": {},
15406
- "bytes": 3629270
15611
+ "bytes": 3647717
15407
15612
  },
15408
15613
  "dist/index.cjs.js": {
15409
15614
  "imports": [
@@ -18307,6 +18512,41 @@
18307
18512
  "kind": "require-call",
18308
18513
  "external": true
18309
18514
  },
18515
+ {
18516
+ "path": "react",
18517
+ "kind": "require-call",
18518
+ "external": true
18519
+ },
18520
+ {
18521
+ "path": "@100mslive/react-sdk",
18522
+ "kind": "require-call",
18523
+ "external": true
18524
+ },
18525
+ {
18526
+ "path": "react",
18527
+ "kind": "require-call",
18528
+ "external": true
18529
+ },
18530
+ {
18531
+ "path": "@100mslive/react-sdk",
18532
+ "kind": "require-call",
18533
+ "external": true
18534
+ },
18535
+ {
18536
+ "path": "@100mslive/react-icons",
18537
+ "kind": "require-call",
18538
+ "external": true
18539
+ },
18540
+ {
18541
+ "path": "react",
18542
+ "kind": "require-call",
18543
+ "external": true
18544
+ },
18545
+ {
18546
+ "path": "@100mslive/react-sdk",
18547
+ "kind": "require-call",
18548
+ "external": true
18549
+ },
18310
18550
  {
18311
18551
  "path": "@100mslive/react-icons",
18312
18552
  "kind": "require-call",
@@ -18352,6 +18592,16 @@
18352
18592
  "kind": "require-call",
18353
18593
  "external": true
18354
18594
  },
18595
+ {
18596
+ "path": "@100mslive/react-sdk",
18597
+ "kind": "require-call",
18598
+ "external": true
18599
+ },
18600
+ {
18601
+ "path": "react",
18602
+ "kind": "require-call",
18603
+ "external": true
18604
+ },
18355
18605
  {
18356
18606
  "path": "react-use",
18357
18607
  "kind": "require-call",
@@ -18382,6 +18632,16 @@
18382
18632
  "kind": "require-call",
18383
18633
  "external": true
18384
18634
  },
18635
+ {
18636
+ "path": "react",
18637
+ "kind": "require-call",
18638
+ "external": true
18639
+ },
18640
+ {
18641
+ "path": "@100mslive/react-sdk",
18642
+ "kind": "require-call",
18643
+ "external": true
18644
+ },
18385
18645
  {
18386
18646
  "path": "@100mslive/react-icons",
18387
18647
  "kind": "require-call",
@@ -18442,11 +18702,6 @@
18442
18702
  "kind": "require-call",
18443
18703
  "external": true
18444
18704
  },
18445
- {
18446
- "path": "@100mslive/react-icons",
18447
- "kind": "require-call",
18448
- "external": true
18449
- },
18450
18705
  {
18451
18706
  "path": "react",
18452
18707
  "kind": "require-call",
@@ -18643,7 +18898,7 @@
18643
18898
  "cssBundle": "dist/index.cjs.css",
18644
18899
  "inputs": {
18645
18900
  "<define:process.env>": {
18646
- "bytesInOutput": 17910
18901
+ "bytesInOutput": 18008
18647
18902
  },
18648
18903
  "src/Theme/base.config.ts": {
18649
18904
  "bytesInOutput": 6104
@@ -18703,7 +18958,7 @@
18703
18958
  "bytesInOutput": 1173
18704
18959
  },
18705
18960
  "src/Avatar/Avatar.tsx": {
18706
- "bytesInOutput": 1706
18961
+ "bytesInOutput": 1708
18707
18962
  },
18708
18963
  "src/Avatar/index.ts": {
18709
18964
  "bytesInOutput": 131
@@ -18820,7 +19075,7 @@
18820
19075
  "bytesInOutput": 1076
18821
19076
  },
18822
19077
  "src/Stats/formatBytes.ts": {
18823
- "bytesInOutput": 631
19078
+ "bytesInOutput": 633
18824
19079
  },
18825
19080
  "src/Stats/StyledStats.tsx": {
18826
19081
  "bytesInOutput": 1004
@@ -18922,7 +19177,7 @@
18922
19177
  "bytesInOutput": 3385
18923
19178
  },
18924
19179
  "../../node_modules/lodash/lodash.js": {
18925
- "bytesInOutput": 224298
19180
+ "bytesInOutput": 224308
18926
19181
  },
18927
19182
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
18928
19183
  "bytesInOutput": 1887
@@ -19111,7 +19366,7 @@
19111
19366
  "bytesInOutput": 4457
19112
19367
  },
19113
19368
  "src/Prebuilt/components/StatsForNerds.jsx": {
19114
- "bytesInOutput": 11376
19369
+ "bytesInOutput": 13018
19115
19370
  },
19116
19371
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
19117
19372
  "bytesInOutput": 6192
@@ -19153,7 +19408,7 @@
19153
19408
  "bytesInOutput": 2641
19154
19409
  },
19155
19410
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
19156
- "bytesInOutput": 42469
19411
+ "bytesInOutput": 42459
19157
19412
  },
19158
19413
  "../../node_modules/lodash.isequal/index.js": {
19159
19414
  "bytesInOutput": 26597
@@ -19168,7 +19423,7 @@
19168
19423
  "bytesInOutput": 1396
19169
19424
  },
19170
19425
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
19171
- "bytesInOutput": 22882
19426
+ "bytesInOutput": 22880
19172
19427
  },
19173
19428
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
19174
19429
  "bytesInOutput": 2295
@@ -19180,13 +19435,13 @@
19180
19435
  "bytesInOutput": 9352
19181
19436
  },
19182
19437
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
19183
- "bytesInOutput": 12019
19438
+ "bytesInOutput": 12017
19184
19439
  },
19185
19440
  "../../node_modules/sdp/sdp.js": {
19186
19441
  "bytesInOutput": 22295
19187
19442
  },
19188
19443
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
19189
- "bytesInOutput": 12623
19444
+ "bytesInOutput": 12618
19190
19445
  },
19191
19446
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
19192
19447
  "bytesInOutput": 4575
@@ -19198,7 +19453,7 @@
19198
19453
  "bytesInOutput": 16122
19199
19454
  },
19200
19455
  "../../node_modules/sdp-transform/lib/parser.js": {
19201
- "bytesInOutput": 3495
19456
+ "bytesInOutput": 3500
19202
19457
  },
19203
19458
  "../../node_modules/sdp-transform/lib/writer.js": {
19204
19459
  "bytesInOutput": 3070
@@ -19207,7 +19462,7 @@
19207
19462
  "bytesInOutput": 615
19208
19463
  },
19209
19464
  "../hms-video-store/dist/index.js": {
19210
- "bytesInOutput": 56896
19465
+ "bytesInOutput": 58184
19211
19466
  },
19212
19467
  "src/Prebuilt/components/Header/StreamActions.tsx": {
19213
19468
  "bytesInOutput": 11852
@@ -19450,13 +19705,13 @@
19450
19705
  "bytesInOutput": 7839
19451
19706
  },
19452
19707
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19453
- "bytesInOutput": 1564
19708
+ "bytesInOutput": 1614
19454
19709
  },
19455
19710
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19456
19711
  "bytesInOutput": 1670
19457
19712
  },
19458
19713
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19459
- "bytesInOutput": 10443
19714
+ "bytesInOutput": 10609
19460
19715
  },
19461
19716
  "src/Prebuilt/layouts/SidePane.tsx": {
19462
19717
  "bytesInOutput": 7946
@@ -19501,7 +19756,7 @@
19501
19756
  "bytesInOutput": 2395
19502
19757
  },
19503
19758
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
19504
- "bytesInOutput": 3064
19759
+ "bytesInOutput": 3068
19505
19760
  },
19506
19761
  "src/Prebuilt/components/SecondaryTiles.tsx": {
19507
19762
  "bytesInOutput": 3395
@@ -19524,11 +19779,11 @@
19524
19779
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19525
19780
  "bytesInOutput": 3393
19526
19781
  },
19527
- "../../../../../../../tmp/tmp-2836-oqKi3Pm7XREo/192429b31230/index.css": {
19528
- "bytesInOutput": 112
19782
+ "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205b3e0/index.css": {
19783
+ "bytesInOutput": 114
19529
19784
  },
19530
19785
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19531
- "bytesInOutput": 3747
19786
+ "bytesInOutput": 3749
19532
19787
  },
19533
19788
  "src/Prebuilt/common/PeersSorter.ts": {
19534
19789
  "bytesInOutput": 3604
@@ -19609,7 +19864,7 @@
19609
19864
  "bytesInOutput": 2182
19610
19865
  },
19611
19866
  "src/Prebuilt/components/Header/common.jsx": {
19612
- "bytesInOutput": 7571
19867
+ "bytesInOutput": 7725
19613
19868
  },
19614
19869
  "src/Prebuilt/components/Header/Header.tsx": {
19615
19870
  "bytesInOutput": 2332
@@ -19656,6 +19911,15 @@
19656
19911
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
19657
19912
  "bytesInOutput": 1821
19658
19913
  },
19914
+ "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
19915
+ "bytesInOutput": 770
19916
+ },
19917
+ "src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
19918
+ "bytesInOutput": 3507
19919
+ },
19920
+ "src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
19921
+ "bytesInOutput": 2161
19922
+ },
19659
19923
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
19660
19924
  "bytesInOutput": 7733
19661
19925
  },
@@ -19668,8 +19932,11 @@
19668
19932
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
19669
19933
  "bytesInOutput": 1964
19670
19934
  },
19935
+ "src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
19936
+ "bytesInOutput": 1274
19937
+ },
19671
19938
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
19672
- "bytesInOutput": 1873
19939
+ "bytesInOutput": 2758
19673
19940
  },
19674
19941
  "src/Prebuilt/images/android-perm-1.png": {
19675
19942
  "bytesInOutput": 10560
@@ -19680,23 +19947,26 @@
19680
19947
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
19681
19948
  "bytesInOutput": 5374
19682
19949
  },
19950
+ "src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
19951
+ "bytesInOutput": 3010
19952
+ },
19683
19953
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
19684
- "bytesInOutput": 1698
19954
+ "bytesInOutput": 1626
19685
19955
  },
19686
19956
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
19687
- "bytesInOutput": 2379
19957
+ "bytesInOutput": 2436
19688
19958
  },
19689
19959
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
19690
- "bytesInOutput": 948
19960
+ "bytesInOutput": 1956
19691
19961
  },
19692
19962
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19693
- "bytesInOutput": 2249
19963
+ "bytesInOutput": 2515
19694
19964
  },
19695
19965
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19696
19966
  "bytesInOutput": 2709
19697
19967
  },
19698
19968
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
19699
- "bytesInOutput": 9170
19969
+ "bytesInOutput": 2992
19700
19970
  },
19701
19971
  "src/Prebuilt/components/Notifications/index.tsx": {
19702
19972
  "bytesInOutput": 173
@@ -19744,7 +20014,7 @@
19744
20014
  "bytesInOutput": 2572
19745
20015
  },
19746
20016
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19747
- "bytesInOutput": 3836
20017
+ "bytesInOutput": 3833
19748
20018
  },
19749
20019
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19750
20020
  "bytesInOutput": 7632
@@ -19798,7 +20068,7 @@
19798
20068
  "bytesInOutput": 3073
19799
20069
  }
19800
20070
  },
19801
- "bytes": 1747224
20071
+ "bytes": 1757655
19802
20072
  },
19803
20073
  "dist/index.cjs.css.map": {
19804
20074
  "imports": [],
@@ -19860,10 +20130,10 @@
19860
20130
  }
19861
20131
  ],
19862
20132
  "inputs": {
19863
- "../../../../../../../tmp/tmp-2836-oqKi3Pm7XREo/192429b31a42/tldraw.css": {
20133
+ "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205ba72/tldraw.css": {
19864
20134
  "bytesInOutput": 75223
19865
20135
  },
19866
- "../../../../../../../tmp/tmp-2836-oqKi3Pm7XREo/192429b31230/index.css": {
20136
+ "../../../../../../../tmp/tmp-2839-nTiwFdRGP7P7/1926c205b3e0/index.css": {
19867
20137
  "bytesInOutput": 401
19868
20138
  }
19869
20139
  },