@100mslive/roomkit-react 0.3.19-alpha.9 → 0.3.20-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/{HLSView-5SR3RWXG.css → HLSView-5JM7XVA4.css} +3 -3
  2. package/dist/{HLSView-5SR3RWXG.css.map → HLSView-5JM7XVA4.css.map} +1 -1
  3. package/dist/{HLSView-EYFJ7YDU.js → HLSView-VBMAXHBP.js} +2 -2
  4. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -0
  5. package/dist/Prebuilt/components/peerTileUtils.d.ts +7 -0
  6. package/dist/{chunk-3FZB2LJY.js → chunk-JCM6FDIX.js} +275 -248
  7. package/dist/chunk-JCM6FDIX.js.map +7 -0
  8. package/dist/index.cjs.css +2 -2
  9. package/dist/index.cjs.css.map +1 -1
  10. package/dist/index.cjs.js +916 -895
  11. package/dist/index.cjs.js.map +4 -4
  12. package/dist/index.css +2 -2
  13. package/dist/index.css.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/meta.cjs.json +94 -93
  16. package/dist/meta.esbuild.json +105 -104
  17. package/package.json +7 -7
  18. package/src/Prebuilt/AppStateContext.tsx +8 -5
  19. package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +3 -2
  20. package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +16 -6
  21. package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +1 -1
  22. package/src/Prebuilt/components/InsetTile.tsx +1 -1
  23. package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +3 -1
  24. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +1 -1
  25. package/src/Prebuilt/components/PIP/PIPChat.tsx +11 -4
  26. package/src/Prebuilt/components/ScreenshareTile.tsx +2 -2
  27. package/src/Prebuilt/components/Settings/SettingsModal.jsx +1 -2
  28. package/src/Prebuilt/components/TileMenu/TileMenu.tsx +7 -6
  29. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +3 -3
  30. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +4 -2
  31. package/src/Prebuilt/components/VideoTile.tsx +2 -2
  32. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +15 -3
  33. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +21 -16
  34. package/src/Prebuilt/components/{peerTileUtils.jsx → peerTileUtils.tsx} +21 -6
  35. package/dist/Prebuilt/components/VirtualBackground/util.d.ts +0 -1
  36. package/dist/chunk-3FZB2LJY.js.map +0 -7
  37. package/src/Prebuilt/components/VirtualBackground/util.tsx +0 -13
  38. /package/dist/{HLSView-EYFJ7YDU.js.map → HLSView-VBMAXHBP.js.map} +0 -0
@@ -2390,13 +2390,23 @@
2390
2390
  "format": "esm"
2391
2391
  },
2392
2392
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
2393
- "bytes": 3223,
2393
+ "bytes": 3598,
2394
2394
  "imports": [
2395
2395
  {
2396
2396
  "path": "@100mslive/hms-virtual-background/hmsvbplugin",
2397
2397
  "kind": "import-statement",
2398
2398
  "external": true
2399
2399
  },
2400
+ {
2401
+ "path": "@100mslive/react-sdk",
2402
+ "kind": "import-statement",
2403
+ "external": true
2404
+ },
2405
+ {
2406
+ "path": "src/Prebuilt/common/constants.ts",
2407
+ "kind": "import-statement",
2408
+ "original": "../../common/constants"
2409
+ },
2400
2410
  {
2401
2411
  "path": "<define:process.env>",
2402
2412
  "kind": "import-statement",
@@ -2515,7 +2525,7 @@
2515
2525
  "format": "esm"
2516
2526
  },
2517
2527
  "src/Prebuilt/AppStateContext.tsx": {
2518
- "bytes": 3380,
2528
+ "bytes": 3531,
2519
2529
  "imports": [
2520
2530
  {
2521
2531
  "path": "react",
@@ -2996,7 +3006,7 @@
2996
3006
  "format": "esm"
2997
3007
  },
2998
3008
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
2999
- "bytes": 9473,
3009
+ "bytes": 9451,
3000
3010
  "imports": [
3001
3011
  {
3002
3012
  "path": "react",
@@ -3561,7 +3571,7 @@
3561
3571
  "format": "esm"
3562
3572
  },
3563
3573
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
3564
- "bytes": 1759,
3574
+ "bytes": 1786,
3565
3575
  "imports": [
3566
3576
  {
3567
3577
  "path": "react",
@@ -4342,7 +4352,7 @@
4342
4352
  "format": "esm"
4343
4353
  },
4344
4354
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
4345
- "bytes": 10270,
4355
+ "bytes": 10417,
4346
4356
  "imports": [
4347
4357
  {
4348
4358
  "path": "react",
@@ -5739,7 +5749,7 @@
5739
5749
  "format": "cjs"
5740
5750
  },
5741
5751
  "../hms-video-store/dist/index.js": {
5742
- "bytes": 367247,
5752
+ "bytes": 367546,
5743
5753
  "imports": [
5744
5754
  {
5745
5755
  "path": "../../node_modules/reselect/es/index.js",
@@ -9576,6 +9586,22 @@
9576
9586
  ],
9577
9587
  "format": "esm"
9578
9588
  },
9589
+ "src/Prebuilt/components/peerTileUtils.tsx": {
9590
+ "bytes": 1529,
9591
+ "imports": [
9592
+ {
9593
+ "path": "@100mslive/react-sdk",
9594
+ "kind": "import-statement",
9595
+ "external": true
9596
+ },
9597
+ {
9598
+ "path": "<define:process.env>",
9599
+ "kind": "import-statement",
9600
+ "external": true
9601
+ }
9602
+ ],
9603
+ "format": "esm"
9604
+ },
9579
9605
  "src/Prebuilt/components/TileMenu/utils.ts": {
9580
9606
  "bytes": 214,
9581
9607
  "imports": [
@@ -9588,7 +9614,7 @@
9588
9614
  "format": "esm"
9589
9615
  },
9590
9616
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
9591
- "bytes": 12236,
9617
+ "bytes": 12271,
9592
9618
  "imports": [
9593
9619
  {
9594
9620
  "path": "react",
@@ -9679,7 +9705,7 @@
9679
9705
  "format": "esm"
9680
9706
  },
9681
9707
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
9682
- "bytes": 5158,
9708
+ "bytes": 5392,
9683
9709
  "imports": [
9684
9710
  {
9685
9711
  "path": "react",
@@ -9731,6 +9757,11 @@
9731
9757
  "kind": "import-statement",
9732
9758
  "original": "../MoreSettings/ChangeNameModal"
9733
9759
  },
9760
+ {
9761
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9762
+ "kind": "import-statement",
9763
+ "original": "../peerTileUtils"
9764
+ },
9734
9765
  {
9735
9766
  "path": "src/Prebuilt/components/RoleChangeModal.tsx",
9736
9767
  "kind": "import-statement",
@@ -9769,19 +9800,8 @@
9769
9800
  ],
9770
9801
  "format": "esm"
9771
9802
  },
9772
- "src/Prebuilt/components/peerTileUtils.jsx": {
9773
- "bytes": 1197,
9774
- "imports": [
9775
- {
9776
- "path": "<define:process.env>",
9777
- "kind": "import-statement",
9778
- "external": true
9779
- }
9780
- ],
9781
- "format": "esm"
9782
- },
9783
9803
  "src/Prebuilt/components/VideoTile.tsx": {
9784
- "bytes": 7106,
9804
+ "bytes": 7103,
9785
9805
  "imports": [
9786
9806
  {
9787
9807
  "path": "react",
@@ -9844,7 +9864,7 @@
9844
9864
  "original": "../../VideoTile"
9845
9865
  },
9846
9866
  {
9847
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
9867
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9848
9868
  "kind": "import-statement",
9849
9869
  "original": "./peerTileUtils"
9850
9870
  },
@@ -9876,27 +9896,6 @@
9876
9896
  ],
9877
9897
  "format": "esm"
9878
9898
  },
9879
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
9880
- "bytes": 384,
9881
- "imports": [
9882
- {
9883
- "path": "@100mslive/react-sdk",
9884
- "kind": "import-statement",
9885
- "external": true
9886
- },
9887
- {
9888
- "path": "src/Prebuilt/common/constants.ts",
9889
- "kind": "import-statement",
9890
- "original": "../../common/constants"
9891
- },
9892
- {
9893
- "path": "<define:process.env>",
9894
- "kind": "import-statement",
9895
- "external": true
9896
- }
9897
- ],
9898
- "format": "esm"
9899
- },
9900
9899
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9901
9900
  "bytes": 1248,
9902
9901
  "imports": [
@@ -9970,7 +9969,7 @@
9970
9969
  "format": "esm"
9971
9970
  },
9972
9971
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9973
- "bytes": 8800,
9972
+ "bytes": 8900,
9974
9973
  "imports": [
9975
9974
  {
9976
9975
  "path": "react",
@@ -10017,11 +10016,6 @@
10017
10016
  "kind": "import-statement",
10018
10017
  "original": "../../../Text"
10019
10018
  },
10020
- {
10021
- "path": "src/Prebuilt/components/VirtualBackground/util.tsx",
10022
- "kind": "import-statement",
10023
- "original": "./util"
10024
- },
10025
10019
  {
10026
10020
  "path": "src/Prebuilt/components/VirtualBackground/VBCollection.tsx",
10027
10021
  "kind": "import-statement",
@@ -10744,7 +10738,7 @@
10744
10738
  "format": "esm"
10745
10739
  },
10746
10740
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
10747
- "bytes": 2113,
10741
+ "bytes": 2301,
10748
10742
  "imports": [
10749
10743
  {
10750
10744
  "path": "react",
@@ -10756,6 +10750,11 @@
10756
10750
  "kind": "import-statement",
10757
10751
  "external": true
10758
10752
  },
10753
+ {
10754
+ "path": "@100mslive/react-sdk",
10755
+ "kind": "import-statement",
10756
+ "external": true
10757
+ },
10759
10758
  {
10760
10759
  "path": "@100mslive/react-icons",
10761
10760
  "kind": "import-statement",
@@ -11126,7 +11125,7 @@
11126
11125
  "format": "esm"
11127
11126
  },
11128
11127
  "src/Prebuilt/components/ScreenshareTile.tsx": {
11129
- "bytes": 4479,
11128
+ "bytes": 4476,
11130
11129
  "imports": [
11131
11130
  {
11132
11131
  "path": "react",
@@ -11189,7 +11188,7 @@
11189
11188
  "original": "./LayoutModeSelector"
11190
11189
  },
11191
11190
  {
11192
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
11191
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
11193
11192
  "kind": "import-statement",
11194
11193
  "original": "./peerTileUtils"
11195
11194
  },
@@ -11292,7 +11291,7 @@
11292
11291
  ],
11293
11292
  "format": "esm"
11294
11293
  },
11295
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188d32/tldraw.css": {
11294
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10ba3/tldraw.css": {
11296
11295
  "bytes": 80111,
11297
11296
  "imports": [
11298
11297
  {
@@ -11342,7 +11341,7 @@
11342
11341
  }
11343
11342
  ]
11344
11343
  },
11345
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188510/index.css": {
11344
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10281/index.css": {
11346
11345
  "bytes": 597,
11347
11346
  "imports": [
11348
11347
  {
@@ -11351,7 +11350,7 @@
11351
11350
  "external": true
11352
11351
  },
11353
11352
  {
11354
- "path": "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188d32/tldraw.css",
11353
+ "path": "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10ba3/tldraw.css",
11355
11354
  "kind": "import-rule",
11356
11355
  "original": "@tldraw/tldraw/tldraw.css"
11357
11356
  }
@@ -11426,7 +11425,7 @@
11426
11425
  "original": "../../common/constants"
11427
11426
  },
11428
11427
  {
11429
- "path": "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188510/index.css",
11428
+ "path": "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10281/index.css",
11430
11429
  "kind": "import-statement",
11431
11430
  "original": "@100mslive/hms-whiteboard/index.css"
11432
11431
  },
@@ -13034,7 +13033,7 @@
13034
13033
  "format": "esm"
13035
13034
  },
13036
13035
  "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
13037
- "bytes": 10793,
13036
+ "bytes": 11240,
13038
13037
  "imports": [
13039
13038
  {
13040
13039
  "path": "react",
@@ -13130,7 +13129,7 @@
13130
13129
  "format": "esm"
13131
13130
  },
13132
13131
  "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
13133
- "bytes": 1230,
13132
+ "bytes": 1229,
13134
13133
  "imports": [
13135
13134
  {
13136
13135
  "path": "react",
@@ -13171,7 +13170,7 @@
13171
13170
  "format": "esm"
13172
13171
  },
13173
13172
  "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
13174
- "bytes": 1775,
13173
+ "bytes": 1839,
13175
13174
  "imports": [
13176
13175
  {
13177
13176
  "path": "react",
@@ -13758,7 +13757,7 @@
13758
13757
  "format": "esm"
13759
13758
  },
13760
13759
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
13761
- "bytes": 1639,
13760
+ "bytes": 1640,
13762
13761
  "imports": [
13763
13762
  {
13764
13763
  "path": "react",
@@ -15414,7 +15413,7 @@
15414
15413
  "dist/index.js": {
15415
15414
  "imports": [
15416
15415
  {
15417
- "path": "dist/chunk-3FZB2LJY.js",
15416
+ "path": "dist/chunk-JCM6FDIX.js",
15418
15417
  "kind": "import-statement"
15419
15418
  }
15420
15419
  ],
@@ -15490,16 +15489,16 @@
15490
15489
  "inputs": {},
15491
15490
  "bytes": 1882
15492
15491
  },
15493
- "dist/HLSView-EYFJ7YDU.js.map": {
15492
+ "dist/HLSView-VBMAXHBP.js.map": {
15494
15493
  "imports": [],
15495
15494
  "exports": [],
15496
15495
  "inputs": {},
15497
15496
  "bytes": 100275
15498
15497
  },
15499
- "dist/HLSView-EYFJ7YDU.js": {
15498
+ "dist/HLSView-VBMAXHBP.js": {
15500
15499
  "imports": [
15501
15500
  {
15502
- "path": "dist/chunk-3FZB2LJY.js",
15501
+ "path": "dist/chunk-JCM6FDIX.js",
15503
15502
  "kind": "import-statement"
15504
15503
  },
15505
15504
  {
@@ -15677,7 +15676,7 @@
15677
15676
  "default"
15678
15677
  ],
15679
15678
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
15680
- "cssBundle": "dist/HLSView-5SR3RWXG.css",
15679
+ "cssBundle": "dist/HLSView-5JM7XVA4.css",
15681
15680
  "inputs": {
15682
15681
  "src/Prebuilt/layouts/HLSView.jsx": {
15683
15682
  "bytesInOutput": 27671
@@ -15736,13 +15735,13 @@
15736
15735
  },
15737
15736
  "bytes": 61702
15738
15737
  },
15739
- "dist/chunk-3FZB2LJY.js.map": {
15738
+ "dist/chunk-JCM6FDIX.js.map": {
15740
15739
  "imports": [],
15741
15740
  "exports": [],
15742
15741
  "inputs": {},
15743
- "bytes": 3518349
15742
+ "bytes": 3521854
15744
15743
  },
15745
- "dist/chunk-3FZB2LJY.js": {
15744
+ "dist/chunk-JCM6FDIX.js": {
15746
15745
  "imports": [
15747
15746
  {
15748
15747
  "path": "react",
@@ -16199,6 +16198,11 @@
16199
16198
  "kind": "import-statement",
16200
16199
  "external": true
16201
16200
  },
16201
+ {
16202
+ "path": "@100mslive/react-sdk",
16203
+ "kind": "import-statement",
16204
+ "external": true
16205
+ },
16202
16206
  {
16203
16207
  "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
16204
16208
  "kind": "dynamic-import",
@@ -17924,11 +17928,6 @@
17924
17928
  "kind": "import-statement",
17925
17929
  "external": true
17926
17930
  },
17927
- {
17928
- "path": "@100mslive/react-sdk",
17929
- "kind": "import-statement",
17930
- "external": true
17931
- },
17932
17931
  {
17933
17932
  "path": "react",
17934
17933
  "kind": "import-statement",
@@ -18034,6 +18033,11 @@
18034
18033
  "kind": "import-statement",
18035
18034
  "external": true
18036
18035
  },
18036
+ {
18037
+ "path": "@100mslive/react-sdk",
18038
+ "kind": "import-statement",
18039
+ "external": true
18040
+ },
18037
18041
  {
18038
18042
  "path": "@100mslive/react-icons",
18039
18043
  "kind": "import-statement",
@@ -18285,7 +18289,7 @@
18285
18289
  "external": true
18286
18290
  },
18287
18291
  {
18288
- "path": "dist/HLSView-EYFJ7YDU.js",
18292
+ "path": "dist/HLSView-VBMAXHBP.js",
18289
18293
  "kind": "dynamic-import"
18290
18294
  },
18291
18295
  {
@@ -18931,7 +18935,7 @@
18931
18935
  "bytesInOutput": 615
18932
18936
  },
18933
18937
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
18934
- "bytesInOutput": 3852
18938
+ "bytesInOutput": 3855
18935
18939
  },
18936
18940
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
18937
18941
  "bytesInOutput": 7632
@@ -19237,10 +19241,10 @@
19237
19241
  "bytesInOutput": 577
19238
19242
  },
19239
19243
  "src/Prebuilt/AppStateContext.tsx": {
19240
- "bytesInOutput": 2781
19244
+ "bytesInOutput": 2958
19241
19245
  },
19242
19246
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
19243
- "bytesInOutput": 3794
19247
+ "bytesInOutput": 4246
19244
19248
  },
19245
19249
  "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
19246
19250
  "bytesInOutput": 489
@@ -19276,7 +19280,7 @@
19276
19280
  "bytesInOutput": 1390
19277
19281
  },
19278
19282
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
19279
- "bytesInOutput": 8960
19283
+ "bytesInOutput": 8942
19280
19284
  },
19281
19285
  "src/Sheet/index.ts": {
19282
19286
  "bytesInOutput": 27
@@ -19330,7 +19334,7 @@
19330
19334
  "bytesInOutput": 645
19331
19335
  },
19332
19336
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
19333
- "bytesInOutput": 1790
19337
+ "bytesInOutput": 1783
19334
19338
  },
19335
19339
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
19336
19340
  "bytesInOutput": 4835
@@ -19351,7 +19355,7 @@
19351
19355
  "bytesInOutput": 2509
19352
19356
  },
19353
19357
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
19354
- "bytesInOutput": 10026
19358
+ "bytesInOutput": 10156
19355
19359
  },
19356
19360
  "src/TextArea/index.tsx": {
19357
19361
  "bytesInOutput": 27
@@ -19447,7 +19451,7 @@
19447
19451
  "bytesInOutput": 9861
19448
19452
  },
19449
19453
  "../hms-video-store/dist/index.js": {
19450
- "bytesInOutput": 52067
19454
+ "bytesInOutput": 52071
19451
19455
  },
19452
19456
  "../../node_modules/reselect/es/index.js": {
19453
19457
  "bytesInOutput": 2539
@@ -19705,28 +19709,25 @@
19705
19709
  "bytesInOutput": 2469
19706
19710
  },
19707
19711
  "src/Prebuilt/components/VideoTile.tsx": {
19708
- "bytesInOutput": 6608
19712
+ "bytesInOutput": 6636
19709
19713
  },
19710
19714
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
19711
19715
  "bytesInOutput": 2406
19712
19716
  },
19713
19717
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
19714
- "bytesInOutput": 4811
19718
+ "bytesInOutput": 4909
19719
+ },
19720
+ "src/Prebuilt/components/peerTileUtils.tsx": {
19721
+ "bytesInOutput": 1164
19715
19722
  },
19716
19723
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
19717
- "bytesInOutput": 12243
19724
+ "bytesInOutput": 12271
19718
19725
  },
19719
19726
  "src/Prebuilt/components/TileMenu/utils.ts": {
19720
19727
  "bytesInOutput": 160
19721
19728
  },
19722
- "src/Prebuilt/components/peerTileUtils.jsx": {
19723
- "bytesInOutput": 1050
19724
- },
19725
19729
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19726
- "bytesInOutput": 8570
19727
- },
19728
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
19729
- "bytesInOutput": 449
19730
+ "bytesInOutput": 8754
19730
19731
  },
19731
19732
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19732
19733
  "bytesInOutput": 1252
@@ -19753,7 +19754,7 @@
19753
19754
  "bytesInOutput": 4550
19754
19755
  },
19755
19756
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
19756
- "bytesInOutput": 1886
19757
+ "bytesInOutput": 2110
19757
19758
  },
19758
19759
  "src/Prebuilt/layouts/WaitingView.tsx": {
19759
19760
  "bytesInOutput": 1370
@@ -19789,7 +19790,7 @@
19789
19790
  "bytesInOutput": 2638
19790
19791
  },
19791
19792
  "src/Prebuilt/components/ScreenshareTile.tsx": {
19792
- "bytesInOutput": 4411
19793
+ "bytesInOutput": 4439
19793
19794
  },
19794
19795
  "src/Prebuilt/components/LayoutModeSelector.tsx": {
19795
19796
  "bytesInOutput": 3276
@@ -19800,7 +19801,7 @@
19800
19801
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19801
19802
  "bytesInOutput": 2830
19802
19803
  },
19803
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188510/index.css": {
19804
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10281/index.css": {
19804
19805
  "bytesInOutput": 0
19805
19806
  },
19806
19807
  "src/Prebuilt/common/PeersSorter.ts": {
@@ -19849,13 +19850,13 @@
19849
19850
  "bytesInOutput": 2245
19850
19851
  },
19851
19852
  "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
19852
- "bytesInOutput": 1602
19853
+ "bytesInOutput": 1664
19853
19854
  },
19854
19855
  "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
19855
- "bytesInOutput": 10143
19856
+ "bytesInOutput": 10583
19856
19857
  },
19857
19858
  "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
19858
- "bytesInOutput": 1290
19859
+ "bytesInOutput": 1289
19859
19860
  },
19860
19861
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
19861
19862
  "bytesInOutput": 2928
@@ -19906,7 +19907,7 @@
19906
19907
  "bytesInOutput": 640
19907
19908
  },
19908
19909
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19909
- "bytesInOutput": 1760
19910
+ "bytesInOutput": 1761
19910
19911
  },
19911
19912
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19912
19913
  "bytesInOutput": 2185
@@ -19969,7 +19970,7 @@
19969
19970
  "bytesInOutput": 2628
19970
19971
  }
19971
19972
  },
19972
- "bytes": 1459163
19973
+ "bytes": 1460606
19973
19974
  },
19974
19975
  "dist/index.css.map": {
19975
19976
  "imports": [],
@@ -20031,22 +20032,22 @@
20031
20032
  }
20032
20033
  ],
20033
20034
  "inputs": {
20034
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188d32/tldraw.css": {
20035
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10ba3/tldraw.css": {
20035
20036
  "bytesInOutput": 75223
20036
20037
  },
20037
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188510/index.css": {
20038
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10281/index.css": {
20038
20039
  "bytesInOutput": 401
20039
20040
  }
20040
20041
  },
20041
20042
  "bytes": 75901
20042
20043
  },
20043
- "dist/HLSView-5SR3RWXG.css.map": {
20044
+ "dist/HLSView-5JM7XVA4.css.map": {
20044
20045
  "imports": [],
20045
20046
  "exports": [],
20046
20047
  "inputs": {},
20047
20048
  "bytes": 122402
20048
20049
  },
20049
- "dist/HLSView-5SR3RWXG.css": {
20050
+ "dist/HLSView-5JM7XVA4.css": {
20050
20051
  "imports": [
20051
20052
  {
20052
20053
  "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
@@ -20100,10 +20101,10 @@
20100
20101
  }
20101
20102
  ],
20102
20103
  "inputs": {
20103
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188d32/tldraw.css": {
20104
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10ba3/tldraw.css": {
20104
20105
  "bytesInOutput": 75223
20105
20106
  },
20106
- "../../../../../../../tmp/tmp-2772-2s8rzpDYVCAU/191b73188510/index.css": {
20107
+ "../../../../../../../tmp/tmp-2794-9MjVo32PL1Ra/191e53e10281/index.css": {
20107
20108
  "bytesInOutput": 401
20108
20109
  }
20109
20110
  },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.3.19-alpha.9",
13
+ "version": "0.3.20-alpha.0",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -75,12 +75,12 @@
75
75
  "react": ">=17.0.2 <19.0.0"
76
76
  },
77
77
  "dependencies": {
78
- "@100mslive/hls-player": "0.3.19-alpha.9",
78
+ "@100mslive/hls-player": "0.3.20-alpha.0",
79
79
  "@100mslive/hms-noise-cancellation": "0.0.1",
80
- "@100mslive/hms-virtual-background": "1.13.19-alpha.9",
81
- "@100mslive/hms-whiteboard": "0.0.9-alpha.9",
82
- "@100mslive/react-icons": "0.10.19-alpha.9",
83
- "@100mslive/react-sdk": "0.10.19-alpha.9",
80
+ "@100mslive/hms-virtual-background": "1.13.20-alpha.0",
81
+ "@100mslive/hms-whiteboard": "0.0.10-alpha.0",
82
+ "@100mslive/react-icons": "0.10.20-alpha.0",
83
+ "@100mslive/react-sdk": "0.10.20-alpha.0",
84
84
  "@100mslive/types-prebuilt": "0.12.12",
85
85
  "@emoji-mart/data": "^1.0.6",
86
86
  "@emoji-mart/react": "^1.0.1",
@@ -117,5 +117,5 @@
117
117
  "uuid": "^8.3.2",
118
118
  "worker-timers": "^7.0.40"
119
119
  },
120
- "gitHead": "06c3bff006916b7591f7132e14fcf78d45411c9a"
120
+ "gitHead": "9292ef206d23ad3743254e046fce98240fa3a134"
121
121
  }
@@ -68,12 +68,15 @@ export const useAppStateManager = () => {
68
68
  [HMSRoomState.Disconnected, HMSRoomState.Connecting],
69
69
  [HMSRoomState.Disconnected, HMSRoomState.Reconnecting],
70
70
  () => {
71
- setActiveState(
72
- match({ isLeaveScreenEnabled, isPreviewScreenEnabled })
73
- .with({ isLeaveScreenEnabled: true }, () => PrebuiltStates.LEAVE)
71
+ setActiveState(prevState => {
72
+ return match({ isLeaveScreenEnabled, isPreviewScreenEnabled, prevState })
73
+ .when(
74
+ ({ isLeaveScreenEnabled, prevState }) => isLeaveScreenEnabled && prevState !== PrebuiltStates.LEAVE,
75
+ () => PrebuiltStates.LEAVE,
76
+ )
74
77
  .with({ isPreviewScreenEnabled: true }, () => PrebuiltStates.PREVIEW)
75
- .otherwise(() => PrebuiltStates.MEETING),
76
- );
78
+ .otherwise(() => PrebuiltStates.MEETING);
79
+ });
77
80
  VBHandler.reset();
78
81
  redirectToLeave(1000); // to clear toasts after 1 second
79
82
  },
@@ -42,13 +42,13 @@ export const Feedback = () => {
42
42
  justify="center"
43
43
  css={{
44
44
  pt: '$16',
45
- w: '528px',
45
+ w: isMobile ? '100%' : '528px',
46
46
  }}
47
47
  >
48
48
  {index === FEEBACK_INDEX.INIT ? (
49
49
  <Flex
50
50
  css={{
51
- p: '$12',
51
+ p: isMobile ? '$10' : '$12',
52
52
  border: '1px solid $border_default',
53
53
  bg: '$surface_dim',
54
54
  borderRadius: !isMobile ? '$3' : '$3 $3 0 0',
@@ -56,6 +56,7 @@ export const Feedback = () => {
56
56
  '@md': {
57
57
  position: 'absolute',
58
58
  bottom: '0',
59
+ w: '100%',
59
60
  },
60
61
  }}
61
62
  direction="column"