@100mslive/roomkit-react 0.3.19-alpha.2 → 0.3.19-alpha.20

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 (43) hide show
  1. package/dist/{HLSView-BRZ2FW7O.js → HLSView-I7EHD7WK.js} +2 -2
  2. package/dist/{HLSView-UXA322ED.css → HLSView-LUYYWC2J.css} +3 -3
  3. package/dist/{HLSView-UXA322ED.css.map → HLSView-LUYYWC2J.css.map} +1 -1
  4. package/dist/Modal/Dialog.d.ts +3 -1
  5. package/dist/Prebuilt/components/EndCallFeedback/Feedback.d.ts +2 -0
  6. package/dist/Prebuilt/components/EndCallFeedback/FeedbackForm.d.ts +28 -0
  7. package/dist/Prebuilt/components/EndCallFeedback/ThankyouView.d.ts +2 -0
  8. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +1 -1
  9. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +6 -6
  10. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +1 -0
  11. package/dist/{chunk-KR2DZJO5.js → chunk-RJ3RESWY.js} +1363 -831
  12. package/dist/chunk-RJ3RESWY.js.map +7 -0
  13. package/dist/index.cjs.css +2 -2
  14. package/dist/index.cjs.css.map +1 -1
  15. package/dist/index.cjs.js +1849 -1291
  16. package/dist/index.cjs.js.map +4 -4
  17. package/dist/index.css +2 -2
  18. package/dist/index.css.map +1 -1
  19. package/dist/index.js +1 -1
  20. package/dist/meta.cjs.json +323 -90
  21. package/dist/meta.esbuild.json +334 -101
  22. package/package.json +8 -8
  23. package/src/Modal/Dialog.tsx +13 -2
  24. package/src/Prebuilt/App.tsx +3 -0
  25. package/src/Prebuilt/AppStateContext.tsx +1 -2
  26. package/src/Prebuilt/Prebuilt.stories.tsx +1 -0
  27. package/src/Prebuilt/common/PeersSorter.ts +2 -1
  28. package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +71 -0
  29. package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +381 -0
  30. package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +44 -0
  31. package/src/Prebuilt/components/LeaveScreen.tsx +2 -0
  32. package/src/Prebuilt/components/PIP/PIPChat.tsx +11 -4
  33. package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +2 -9
  34. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +3 -1
  35. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +26 -4
  36. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +58 -38
  37. package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +2 -1
  38. package/src/Prebuilt/plugins/CaptionsViewer.tsx +4 -1
  39. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +1 -0
  40. package/dist/Prebuilt/components/VirtualBackground/util.d.ts +0 -1
  41. package/dist/chunk-KR2DZJO5.js.map +0 -7
  42. package/src/Prebuilt/components/VirtualBackground/util.tsx +0 -13
  43. /package/dist/{HLSView-BRZ2FW7O.js.map → HLSView-I7EHD7WK.js.map} +0 -0
@@ -801,7 +801,7 @@
801
801
  "format": "esm"
802
802
  },
803
803
  "src/Modal/Dialog.tsx": {
804
- "bytes": 1418,
804
+ "bytes": 1851,
805
805
  "imports": [
806
806
  {
807
807
  "path": "react",
@@ -832,6 +832,11 @@
832
832
  "path": "<define:process.env>",
833
833
  "kind": "import-statement",
834
834
  "external": true
835
+ },
836
+ {
837
+ "path": "<runtime>",
838
+ "kind": "import-statement",
839
+ "external": true
835
840
  }
836
841
  ],
837
842
  "format": "esm"
@@ -2210,7 +2215,7 @@
2210
2215
  "format": "esm"
2211
2216
  },
2212
2217
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
2213
- "bytes": 3502,
2218
+ "bytes": 3558,
2214
2219
  "imports": [
2215
2220
  {
2216
2221
  "path": "react",
@@ -2385,18 +2390,33 @@
2385
2390
  "format": "esm"
2386
2391
  },
2387
2392
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
2388
- "bytes": 2719,
2393
+ "bytes": 3598,
2389
2394
  "imports": [
2390
2395
  {
2391
- "path": "@100mslive/hms-virtual-background",
2396
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
2397
+ "kind": "import-statement",
2398
+ "external": true
2399
+ },
2400
+ {
2401
+ "path": "@100mslive/react-sdk",
2392
2402
  "kind": "import-statement",
2393
2403
  "external": true
2394
2404
  },
2405
+ {
2406
+ "path": "src/Prebuilt/common/constants.ts",
2407
+ "kind": "import-statement",
2408
+ "original": "../../common/constants"
2409
+ },
2395
2410
  {
2396
2411
  "path": "<define:process.env>",
2397
2412
  "kind": "import-statement",
2398
2413
  "external": true
2399
2414
  },
2415
+ {
2416
+ "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
2417
+ "kind": "dynamic-import",
2418
+ "external": true
2419
+ },
2400
2420
  {
2401
2421
  "path": "<runtime>",
2402
2422
  "kind": "import-statement",
@@ -2505,7 +2525,7 @@
2505
2525
  "format": "esm"
2506
2526
  },
2507
2527
  "src/Prebuilt/AppStateContext.tsx": {
2508
- "bytes": 3393,
2528
+ "bytes": 3380,
2509
2529
  "imports": [
2510
2530
  {
2511
2531
  "path": "react",
@@ -4332,7 +4352,7 @@
4332
4352
  "format": "esm"
4333
4353
  },
4334
4354
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
4335
- "bytes": 10270,
4355
+ "bytes": 10417,
4336
4356
  "imports": [
4337
4357
  {
4338
4358
  "path": "react",
@@ -5729,7 +5749,7 @@
5729
5749
  "format": "cjs"
5730
5750
  },
5731
5751
  "../hms-video-store/dist/index.js": {
5732
- "bytes": 364814,
5752
+ "bytes": 367254,
5733
5753
  "imports": [
5734
5754
  {
5735
5755
  "path": "../../node_modules/reselect/es/index.js",
@@ -6674,7 +6694,7 @@
6674
6694
  "format": "esm"
6675
6695
  },
6676
6696
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
6677
- "bytes": 1791,
6697
+ "bytes": 1831,
6678
6698
  "imports": [
6679
6699
  {
6680
6700
  "path": "react",
@@ -6682,7 +6702,7 @@
6682
6702
  "external": true
6683
6703
  },
6684
6704
  {
6685
- "path": "@100mslive/hms-virtual-background",
6705
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
6686
6706
  "kind": "import-statement",
6687
6707
  "external": true
6688
6708
  },
@@ -9866,27 +9886,6 @@
9866
9886
  ],
9867
9887
  "format": "esm"
9868
9888
  },
9869
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
9870
- "bytes": 384,
9871
- "imports": [
9872
- {
9873
- "path": "@100mslive/react-sdk",
9874
- "kind": "import-statement",
9875
- "external": true
9876
- },
9877
- {
9878
- "path": "src/Prebuilt/common/constants.ts",
9879
- "kind": "import-statement",
9880
- "original": "../../common/constants"
9881
- },
9882
- {
9883
- "path": "<define:process.env>",
9884
- "kind": "import-statement",
9885
- "external": true
9886
- }
9887
- ],
9888
- "format": "esm"
9889
- },
9890
9889
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9891
9890
  "bytes": 1248,
9892
9891
  "imports": [
@@ -9919,7 +9918,7 @@
9919
9918
  "format": "esm"
9920
9919
  },
9921
9920
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
9922
- "bytes": 1448,
9921
+ "bytes": 1590,
9923
9922
  "imports": [
9924
9923
  {
9925
9924
  "path": "react",
@@ -9927,7 +9926,7 @@
9927
9926
  "external": true
9928
9927
  },
9929
9928
  {
9930
- "path": "@100mslive/hms-virtual-background",
9929
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
9931
9930
  "kind": "import-statement",
9932
9931
  "external": true
9933
9932
  },
@@ -9960,7 +9959,7 @@
9960
9959
  "format": "esm"
9961
9960
  },
9962
9961
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9963
- "bytes": 8341,
9962
+ "bytes": 8900,
9964
9963
  "imports": [
9965
9964
  {
9966
9965
  "path": "react",
@@ -9978,7 +9977,7 @@
9978
9977
  "original": "@100mslive/hms-video-store"
9979
9978
  },
9980
9979
  {
9981
- "path": "@100mslive/hms-virtual-background",
9980
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
9982
9981
  "kind": "import-statement",
9983
9982
  "external": true
9984
9983
  },
@@ -10007,11 +10006,6 @@
10007
10006
  "kind": "import-statement",
10008
10007
  "original": "../../../Text"
10009
10008
  },
10010
- {
10011
- "path": "src/Prebuilt/components/VirtualBackground/util.tsx",
10012
- "kind": "import-statement",
10013
- "original": "./util"
10014
- },
10015
10009
  {
10016
10010
  "path": "src/Prebuilt/components/VirtualBackground/VBCollection.tsx",
10017
10011
  "kind": "import-statement",
@@ -10938,7 +10932,7 @@
10938
10932
  "format": "esm"
10939
10933
  },
10940
10934
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
10941
- "bytes": 2591,
10935
+ "bytes": 2299,
10942
10936
  "imports": [
10943
10937
  {
10944
10938
  "path": "react",
@@ -10975,11 +10969,6 @@
10975
10969
  "kind": "import-statement",
10976
10970
  "original": "../SecondaryTiles"
10977
10971
  },
10978
- {
10979
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
10980
- "kind": "import-statement",
10981
- "original": "../Settings/LayoutSettings"
10982
- },
10983
10972
  {
10984
10973
  "path": "src/Prebuilt/components/VideoLayouts/Grid.tsx",
10985
10974
  "kind": "import-statement",
@@ -11287,7 +11276,7 @@
11287
11276
  ],
11288
11277
  "format": "esm"
11289
11278
  },
11290
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css": {
11279
+ "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6e272/tldraw.css": {
11291
11280
  "bytes": 80111,
11292
11281
  "imports": [
11293
11282
  {
@@ -11337,7 +11326,7 @@
11337
11326
  }
11338
11327
  ]
11339
11328
  },
11340
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
11329
+ "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6dc60/index.css": {
11341
11330
  "bytes": 597,
11342
11331
  "imports": [
11343
11332
  {
@@ -11346,7 +11335,7 @@
11346
11335
  "external": true
11347
11336
  },
11348
11337
  {
11349
- "path": "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css",
11338
+ "path": "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6e272/tldraw.css",
11350
11339
  "kind": "import-rule",
11351
11340
  "original": "@tldraw/tldraw/tldraw.css"
11352
11341
  }
@@ -11421,7 +11410,7 @@
11421
11410
  "original": "../../common/constants"
11422
11411
  },
11423
11412
  {
11424
- "path": "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css",
11413
+ "path": "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6dc60/index.css",
11425
11414
  "kind": "import-statement",
11426
11415
  "original": "@100mslive/hms-whiteboard/index.css"
11427
11416
  },
@@ -11434,7 +11423,7 @@
11434
11423
  "format": "esm"
11435
11424
  },
11436
11425
  "src/Prebuilt/common/PeersSorter.ts": {
11437
- "bytes": 3284,
11426
+ "bytes": 3304,
11438
11427
  "imports": [
11439
11428
  {
11440
11429
  "path": "@100mslive/react-sdk",
@@ -11618,7 +11607,7 @@
11618
11607
  "format": "esm"
11619
11608
  },
11620
11609
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
11621
- "bytes": 7689,
11610
+ "bytes": 7733,
11622
11611
  "imports": [
11623
11612
  {
11624
11613
  "path": "react",
@@ -13028,8 +13017,191 @@
13028
13017
  ],
13029
13018
  "format": "esm"
13030
13019
  },
13020
+ "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
13021
+ "bytes": 11221,
13022
+ "imports": [
13023
+ {
13024
+ "path": "react",
13025
+ "kind": "import-statement",
13026
+ "external": true
13027
+ },
13028
+ {
13029
+ "path": "react-use",
13030
+ "kind": "import-statement",
13031
+ "external": true
13032
+ },
13033
+ {
13034
+ "path": "@100mslive/types-prebuilt/elements/feedback",
13035
+ "kind": "import-statement",
13036
+ "external": true
13037
+ },
13038
+ {
13039
+ "path": "@100mslive/react-sdk",
13040
+ "kind": "import-statement",
13041
+ "external": true
13042
+ },
13043
+ {
13044
+ "path": "@100mslive/react-icons",
13045
+ "kind": "import-statement",
13046
+ "external": true
13047
+ },
13048
+ {
13049
+ "path": "src/Button/index.tsx",
13050
+ "kind": "import-statement",
13051
+ "original": "../../../Button"
13052
+ },
13053
+ {
13054
+ "path": "src/Checkbox/index.tsx",
13055
+ "kind": "import-statement",
13056
+ "original": "../../../Checkbox"
13057
+ },
13058
+ {
13059
+ "path": "src/Label/index.ts",
13060
+ "kind": "import-statement",
13061
+ "original": "../../../Label"
13062
+ },
13063
+ {
13064
+ "path": "src/Layout/index.tsx",
13065
+ "kind": "import-statement",
13066
+ "original": "../../../Layout"
13067
+ },
13068
+ {
13069
+ "path": "src/Modal/index.ts",
13070
+ "kind": "import-statement",
13071
+ "original": "../../../Modal"
13072
+ },
13073
+ {
13074
+ "path": "src/Sheet/index.ts",
13075
+ "kind": "import-statement",
13076
+ "original": "../../../Sheet"
13077
+ },
13078
+ {
13079
+ "path": "src/Text/index.tsx",
13080
+ "kind": "import-statement",
13081
+ "original": "../../../Text"
13082
+ },
13083
+ {
13084
+ "path": "src/TextArea/index.tsx",
13085
+ "kind": "import-statement",
13086
+ "original": "../../../TextArea"
13087
+ },
13088
+ {
13089
+ "path": "src/Theme/index.tsx",
13090
+ "kind": "import-statement",
13091
+ "original": "../../../Theme"
13092
+ },
13093
+ {
13094
+ "path": "src/Prebuilt/AppContext.tsx",
13095
+ "kind": "import-statement",
13096
+ "original": "../../AppContext"
13097
+ },
13098
+ {
13099
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13100
+ "kind": "import-statement",
13101
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13102
+ },
13103
+ {
13104
+ "path": "<define:process.env>",
13105
+ "kind": "import-statement",
13106
+ "external": true
13107
+ },
13108
+ {
13109
+ "path": "<runtime>",
13110
+ "kind": "import-statement",
13111
+ "external": true
13112
+ }
13113
+ ],
13114
+ "format": "esm"
13115
+ },
13116
+ "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
13117
+ "bytes": 1229,
13118
+ "imports": [
13119
+ {
13120
+ "path": "react",
13121
+ "kind": "import-statement",
13122
+ "external": true
13123
+ },
13124
+ {
13125
+ "path": "react-use",
13126
+ "kind": "import-statement",
13127
+ "external": true
13128
+ },
13129
+ {
13130
+ "path": "@100mslive/react-icons",
13131
+ "kind": "import-statement",
13132
+ "external": true
13133
+ },
13134
+ {
13135
+ "path": "src/Layout/index.tsx",
13136
+ "kind": "import-statement",
13137
+ "original": "../../../Layout"
13138
+ },
13139
+ {
13140
+ "path": "src/Text/index.tsx",
13141
+ "kind": "import-statement",
13142
+ "original": "../../../Text"
13143
+ },
13144
+ {
13145
+ "path": "src/Theme/index.tsx",
13146
+ "kind": "import-statement",
13147
+ "original": "../../../Theme"
13148
+ },
13149
+ {
13150
+ "path": "<define:process.env>",
13151
+ "kind": "import-statement",
13152
+ "external": true
13153
+ }
13154
+ ],
13155
+ "format": "esm"
13156
+ },
13157
+ "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
13158
+ "bytes": 1819,
13159
+ "imports": [
13160
+ {
13161
+ "path": "react",
13162
+ "kind": "import-statement",
13163
+ "external": true
13164
+ },
13165
+ {
13166
+ "path": "react-use",
13167
+ "kind": "import-statement",
13168
+ "external": true
13169
+ },
13170
+ {
13171
+ "path": "src/Layout/index.tsx",
13172
+ "kind": "import-statement",
13173
+ "original": "../../../Layout"
13174
+ },
13175
+ {
13176
+ "path": "src/Theme/index.tsx",
13177
+ "kind": "import-statement",
13178
+ "original": "../../../Theme"
13179
+ },
13180
+ {
13181
+ "path": "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx",
13182
+ "kind": "import-statement",
13183
+ "original": "./FeedbackForm"
13184
+ },
13185
+ {
13186
+ "path": "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx",
13187
+ "kind": "import-statement",
13188
+ "original": "./ThankyouView"
13189
+ },
13190
+ {
13191
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
13192
+ "kind": "import-statement",
13193
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
13194
+ },
13195
+ {
13196
+ "path": "<define:process.env>",
13197
+ "kind": "import-statement",
13198
+ "external": true
13199
+ }
13200
+ ],
13201
+ "format": "esm"
13202
+ },
13031
13203
  "src/Prebuilt/components/LeaveScreen.tsx": {
13032
- "bytes": 2345,
13204
+ "bytes": 2421,
13033
13205
  "imports": [
13034
13206
  {
13035
13207
  "path": "react",
@@ -13041,6 +13213,11 @@
13041
13213
  "kind": "import-statement",
13042
13214
  "external": true
13043
13215
  },
13216
+ {
13217
+ "path": "src/Prebuilt/components/EndCallFeedback/Feedback.tsx",
13218
+ "kind": "import-statement",
13219
+ "original": "./EndCallFeedback/Feedback"
13220
+ },
13044
13221
  {
13045
13222
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
13046
13223
  "kind": "import-statement",
@@ -14158,7 +14335,7 @@
14158
14335
  "format": "esm"
14159
14336
  },
14160
14337
  "src/Prebuilt/App.tsx": {
14161
- "bytes": 10987,
14338
+ "bytes": 11109,
14162
14339
  "imports": [
14163
14340
  {
14164
14341
  "path": "react",
@@ -15216,7 +15393,7 @@
15216
15393
  "imports": [],
15217
15394
  "exports": [],
15218
15395
  "inputs": {},
15219
- "bytes": 3590563
15396
+ "bytes": 3623071
15220
15397
  },
15221
15398
  "dist/index.cjs.js": {
15222
15399
  "imports": [
@@ -15611,10 +15788,20 @@
15611
15788
  "external": true
15612
15789
  },
15613
15790
  {
15614
- "path": "@100mslive/hms-virtual-background",
15791
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
15792
+ "kind": "require-call",
15793
+ "external": true
15794
+ },
15795
+ {
15796
+ "path": "@100mslive/react-sdk",
15615
15797
  "kind": "require-call",
15616
15798
  "external": true
15617
15799
  },
15800
+ {
15801
+ "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
15802
+ "kind": "dynamic-import",
15803
+ "external": true
15804
+ },
15618
15805
  {
15619
15806
  "path": "worker-timers",
15620
15807
  "kind": "require-call",
@@ -16521,7 +16708,7 @@
16521
16708
  "external": true
16522
16709
  },
16523
16710
  {
16524
- "path": "@100mslive/hms-virtual-background",
16711
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
16525
16712
  "kind": "require-call",
16526
16713
  "external": true
16527
16714
  },
@@ -17290,11 +17477,6 @@
17290
17477
  "kind": "require-call",
17291
17478
  "external": true
17292
17479
  },
17293
- {
17294
- "path": "@100mslive/react-sdk",
17295
- "kind": "require-call",
17296
- "external": true
17297
- },
17298
17480
  {
17299
17481
  "path": "react",
17300
17482
  "kind": "require-call",
@@ -17306,7 +17488,7 @@
17306
17488
  "external": true
17307
17489
  },
17308
17490
  {
17309
- "path": "@100mslive/hms-virtual-background",
17491
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17310
17492
  "kind": "require-call",
17311
17493
  "external": true
17312
17494
  },
@@ -17321,7 +17503,7 @@
17321
17503
  "external": true
17322
17504
  },
17323
17505
  {
17324
- "path": "@100mslive/hms-virtual-background",
17506
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17325
17507
  "kind": "require-call",
17326
17508
  "external": true
17327
17509
  },
@@ -18005,6 +18187,51 @@
18005
18187
  "kind": "require-call",
18006
18188
  "external": true
18007
18189
  },
18190
+ {
18191
+ "path": "react-use",
18192
+ "kind": "require-call",
18193
+ "external": true
18194
+ },
18195
+ {
18196
+ "path": "@100mslive/react-sdk",
18197
+ "kind": "require-call",
18198
+ "external": true
18199
+ },
18200
+ {
18201
+ "path": "@100mslive/react-icons",
18202
+ "kind": "require-call",
18203
+ "external": true
18204
+ },
18205
+ {
18206
+ "path": "react",
18207
+ "kind": "require-call",
18208
+ "external": true
18209
+ },
18210
+ {
18211
+ "path": "react-use",
18212
+ "kind": "require-call",
18213
+ "external": true
18214
+ },
18215
+ {
18216
+ "path": "@100mslive/react-icons",
18217
+ "kind": "require-call",
18218
+ "external": true
18219
+ },
18220
+ {
18221
+ "path": "react",
18222
+ "kind": "require-call",
18223
+ "external": true
18224
+ },
18225
+ {
18226
+ "path": "react-use",
18227
+ "kind": "require-call",
18228
+ "external": true
18229
+ },
18230
+ {
18231
+ "path": "react",
18232
+ "kind": "require-call",
18233
+ "external": true
18234
+ },
18008
18235
  {
18009
18236
  "path": "@100mslive/react-icons",
18010
18237
  "kind": "require-call",
@@ -18406,7 +18633,7 @@
18406
18633
  "cssBundle": "dist/index.cjs.css",
18407
18634
  "inputs": {
18408
18635
  "<define:process.env>": {
18409
- "bytesInOutput": 18026
18636
+ "bytesInOutput": 18030
18410
18637
  },
18411
18638
  "src/Theme/base.config.ts": {
18412
18639
  "bytesInOutput": 6104
@@ -18517,7 +18744,7 @@
18517
18744
  "bytesInOutput": 403
18518
18745
  },
18519
18746
  "src/Modal/Dialog.tsx": {
18520
- "bytesInOutput": 1563
18747
+ "bytesInOutput": 1911
18521
18748
  },
18522
18749
  "src/Modal/index.ts": {
18523
18750
  "bytesInOutput": 128
@@ -18685,7 +18912,7 @@
18685
18912
  "bytesInOutput": 3385
18686
18913
  },
18687
18914
  "../../node_modules/lodash/lodash.js": {
18688
- "bytesInOutput": 224298
18915
+ "bytesInOutput": 224308
18689
18916
  },
18690
18917
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
18691
18918
  "bytesInOutput": 1887
@@ -18700,7 +18927,7 @@
18700
18927
  "bytesInOutput": 3769
18701
18928
  },
18702
18929
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
18703
- "bytesInOutput": 3003
18930
+ "bytesInOutput": 3165
18704
18931
  },
18705
18932
  "src/Prebuilt/components/AppData/useSidepane.js": {
18706
18933
  "bytesInOutput": 3269
@@ -18715,7 +18942,7 @@
18715
18942
  "bytesInOutput": 840
18716
18943
  },
18717
18944
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
18718
- "bytesInOutput": 4229
18945
+ "bytesInOutput": 5094
18719
18946
  },
18720
18947
  "src/Prebuilt/components/PIP/pipUtils.js": {
18721
18948
  "bytesInOutput": 4391
@@ -18730,7 +18957,7 @@
18730
18957
  "bytesInOutput": 786
18731
18958
  },
18732
18959
  "src/Prebuilt/AppStateContext.tsx": {
18733
- "bytesInOutput": 3707
18960
+ "bytesInOutput": 3695
18734
18961
  },
18735
18962
  "src/Prebuilt/images/transaction_error.svg": {
18736
18963
  "bytesInOutput": 4824
@@ -18853,7 +19080,7 @@
18853
19080
  "bytesInOutput": 17743
18854
19081
  },
18855
19082
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
18856
- "bytesInOutput": 11809
19083
+ "bytesInOutput": 11939
18857
19084
  },
18858
19085
  "src/Prebuilt/components/PIP/PIPChatOption.tsx": {
18859
19086
  "bytesInOutput": 929
@@ -18925,7 +19152,7 @@
18925
19152
  "bytesInOutput": 6467
18926
19153
  },
18927
19154
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18928
- "bytesInOutput": 6252
19155
+ "bytesInOutput": 6261
18929
19156
  },
18930
19157
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18931
19158
  "bytesInOutput": 1396
@@ -18934,7 +19161,7 @@
18934
19161
  "bytesInOutput": 22882
18935
19162
  },
18936
19163
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18937
- "bytesInOutput": 2280
19164
+ "bytesInOutput": 2295
18938
19165
  },
18939
19166
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
18940
19167
  "bytesInOutput": 984
@@ -18970,7 +19197,7 @@
18970
19197
  "bytesInOutput": 615
18971
19198
  },
18972
19199
  "../hms-video-store/dist/index.js": {
18973
- "bytesInOutput": 55166
19200
+ "bytesInOutput": 56905
18974
19201
  },
18975
19202
  "src/Prebuilt/components/Header/StreamActions.tsx": {
18976
19203
  "bytesInOutput": 11852
@@ -19027,7 +19254,7 @@
19027
19254
  "bytesInOutput": 2366
19028
19255
  },
19029
19256
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
19030
- "bytesInOutput": 2305
19257
+ "bytesInOutput": 2284
19031
19258
  },
19032
19259
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
19033
19260
  "bytesInOutput": 2105
@@ -19212,17 +19439,14 @@
19212
19439
  "src/Prebuilt/components/VideoTile.tsx": {
19213
19440
  "bytesInOutput": 7807
19214
19441
  },
19215
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
19216
- "bytesInOutput": 678
19217
- },
19218
19442
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19219
19443
  "bytesInOutput": 1564
19220
19444
  },
19221
19445
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19222
- "bytesInOutput": 1691
19446
+ "bytesInOutput": 1670
19223
19447
  },
19224
19448
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19225
- "bytesInOutput": 9930
19449
+ "bytesInOutput": 10386
19226
19450
  },
19227
19451
  "src/Prebuilt/layouts/SidePane.tsx": {
19228
19452
  "bytesInOutput": 7946
@@ -19276,7 +19500,7 @@
19276
19500
  "bytesInOutput": 1387
19277
19501
  },
19278
19502
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
19279
- "bytesInOutput": 2745
19503
+ "bytesInOutput": 2483
19280
19504
  },
19281
19505
  "src/Prebuilt/components/LayoutModeSelector.tsx": {
19282
19506
  "bytesInOutput": 4151
@@ -19290,11 +19514,11 @@
19290
19514
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19291
19515
  "bytesInOutput": 3393
19292
19516
  },
19293
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
19294
- "bytesInOutput": 113
19517
+ "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6dc60/index.css": {
19518
+ "bytesInOutput": 115
19295
19519
  },
19296
19520
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19297
- "bytesInOutput": 3748
19521
+ "bytesInOutput": 3750
19298
19522
  },
19299
19523
  "src/Prebuilt/common/PeersSorter.ts": {
19300
19524
  "bytesInOutput": 3604
@@ -19401,8 +19625,17 @@
19401
19625
  "src/Prebuilt/components/Input/KeyboardInputManager.js": {
19402
19626
  "bytesInOutput": 5007
19403
19627
  },
19628
+ "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
19629
+ "bytesInOutput": 13114
19630
+ },
19631
+ "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
19632
+ "bytesInOutput": 1829
19633
+ },
19634
+ "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
19635
+ "bytesInOutput": 2282
19636
+ },
19404
19637
  "src/Prebuilt/components/LeaveScreen.tsx": {
19405
- "bytesInOutput": 2928
19638
+ "bytesInOutput": 3028
19406
19639
  },
19407
19640
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
19408
19641
  "bytesInOutput": 3708
@@ -19486,7 +19719,7 @@
19486
19719
  "bytesInOutput": 2225
19487
19720
  },
19488
19721
  "src/Prebuilt/App.tsx": {
19489
- "bytesInOutput": 9975
19722
+ "bytesInOutput": 10103
19490
19723
  },
19491
19724
  "src/Prebuilt/index.ts": {
19492
19725
  "bytesInOutput": 131
@@ -19501,7 +19734,7 @@
19501
19734
  "bytesInOutput": 2572
19502
19735
  },
19503
19736
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19504
- "bytesInOutput": 3851
19737
+ "bytesInOutput": 3852
19505
19738
  },
19506
19739
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19507
19740
  "bytesInOutput": 7632
@@ -19522,7 +19755,7 @@
19522
19755
  "bytesInOutput": 2827
19523
19756
  },
19524
19757
  "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19525
- "bytesInOutput": 19839
19758
+ "bytesInOutput": 19837
19526
19759
  },
19527
19760
  "../../node_modules/prop-types/factoryWithThrowingShims.js": {
19528
19761
  "bytesInOutput": 1648
@@ -19555,7 +19788,7 @@
19555
19788
  "bytesInOutput": 3073
19556
19789
  }
19557
19790
  },
19558
- "bytes": 1725293
19791
+ "bytes": 1745622
19559
19792
  },
19560
19793
  "dist/index.cjs.css.map": {
19561
19794
  "imports": [],
@@ -19617,10 +19850,10 @@
19617
19850
  }
19618
19851
  ],
19619
19852
  "inputs": {
19620
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfdf53/tldraw.css": {
19853
+ "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6e272/tldraw.css": {
19621
19854
  "bytesInOutput": 75223
19622
19855
  },
19623
- "../../../../../../../tmp/tmp-2790-UYZDfK0Vw0WG/19197fbfd7f1/index.css": {
19856
+ "../../../../../../../tmp/tmp-2839-1uOxbSNgkLLI/191c73d6dc60/index.css": {
19624
19857
  "bytesInOutput": 401
19625
19858
  }
19626
19859
  },