@100mslive/roomkit-react 0.3.13 → 0.3.14-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 (42) hide show
  1. package/dist/Diagnostics/AudioTest.d.ts +2 -0
  2. package/dist/Diagnostics/ConnectivityTest.d.ts +7 -0
  3. package/dist/Diagnostics/Diagnostics.d.ts +2 -0
  4. package/dist/Diagnostics/VideoTest.d.ts +2 -0
  5. package/dist/Diagnostics/components.d.ts +16 -0
  6. package/dist/Diagnostics/hms.d.ts +9 -0
  7. package/dist/Diagnostics/index.d.ts +1 -0
  8. package/dist/{HLSView-MSHPSUUJ.css → HLSView-772PCEEZ.css} +3 -3
  9. package/dist/{HLSView-MSHPSUUJ.css.map → HLSView-772PCEEZ.css.map} +1 -1
  10. package/dist/{HLSView-U4CRLAPX.js → HLSView-VSU7IPCJ.js} +2 -2
  11. package/dist/Prebuilt/App.d.ts +3 -1
  12. package/dist/Stats/index.d.ts +1 -0
  13. package/dist/{chunk-XIFK5DB3.js → chunk-VE34B77C.js} +12337 -1498
  14. package/dist/chunk-VE34B77C.js.map +7 -0
  15. package/dist/index.cjs.css +2 -2
  16. package/dist/index.cjs.css.map +1 -1
  17. package/dist/index.cjs.js +14570 -3643
  18. package/dist/index.cjs.js.map +4 -4
  19. package/dist/index.css +2 -2
  20. package/dist/index.css.map +1 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.js +5 -1
  23. package/dist/meta.cjs.json +904 -213
  24. package/dist/meta.esbuild.json +916 -221
  25. package/package.json +7 -7
  26. package/src/Diagnostics/AudioTest.tsx +153 -0
  27. package/src/Diagnostics/ConnectivityTest.tsx +355 -0
  28. package/src/Diagnostics/DeviceSelector.jsx +71 -0
  29. package/src/Diagnostics/Diagnostics.tsx +112 -0
  30. package/src/Diagnostics/VideoTest.tsx +60 -0
  31. package/src/Diagnostics/components.tsx +84 -0
  32. package/src/Diagnostics/hms.ts +9 -0
  33. package/src/Diagnostics/index.ts +1 -0
  34. package/src/Prebuilt/App.tsx +12 -1
  35. package/src/Prebuilt/components/Chat/ChatFooter.tsx +16 -2
  36. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +2 -2
  37. package/src/Prebuilt/components/StatsForNerds.jsx +1 -13
  38. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -17
  39. package/src/Stats/index.tsx +1 -0
  40. package/src/index.ts +1 -0
  41. package/dist/chunk-XIFK5DB3.js.map +0 -7
  42. /package/dist/{HLSView-U4CRLAPX.js.map → HLSView-VSU7IPCJ.js.map} +0 -0
@@ -1395,13 +1395,18 @@
1395
1395
  "format": "esm"
1396
1396
  },
1397
1397
  "src/Stats/index.tsx": {
1398
- "bytes": 42,
1398
+ "bytes": 87,
1399
1399
  "imports": [
1400
1400
  {
1401
1401
  "path": "src/Stats/Stats.tsx",
1402
1402
  "kind": "import-statement",
1403
1403
  "original": "./Stats"
1404
1404
  },
1405
+ {
1406
+ "path": "src/Stats/formatBytes.ts",
1407
+ "kind": "import-statement",
1408
+ "original": "./formatBytes"
1409
+ },
1405
1410
  {
1406
1411
  "path": "<define:process.env>",
1407
1412
  "kind": "import-statement",
@@ -4023,7 +4028,7 @@
4023
4028
  "format": "esm"
4024
4029
  },
4025
4030
  "src/Prebuilt/components/StatsForNerds.jsx": {
4026
- "bytes": 9165,
4031
+ "bytes": 8786,
4027
4032
  "imports": [
4028
4033
  {
4029
4034
  "path": "react",
@@ -4065,6 +4070,11 @@
4065
4070
  "kind": "import-statement",
4066
4071
  "original": "../../Modal"
4067
4072
  },
4073
+ {
4074
+ "path": "src/Stats/index.tsx",
4075
+ "kind": "import-statement",
4076
+ "original": "../../Stats"
4077
+ },
4068
4078
  {
4069
4079
  "path": "src/Switch/index.ts",
4070
4080
  "kind": "import-statement",
@@ -4941,7 +4951,7 @@
4941
4951
  "format": "cjs"
4942
4952
  },
4943
4953
  "../hms-video-store/dist/index.js": {
4944
- "bytes": 339559,
4954
+ "bytes": 354737,
4945
4955
  "imports": [
4946
4956
  {
4947
4957
  "path": "../../node_modules/reselect/es/index.js",
@@ -5410,7 +5420,7 @@
5410
5420
  "format": "esm"
5411
5421
  },
5412
5422
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5413
- "bytes": 13438,
5423
+ "bytes": 13446,
5414
5424
  "imports": [
5415
5425
  {
5416
5426
  "path": "react",
@@ -8538,7 +8548,7 @@
8538
8548
  "format": "esm"
8539
8549
  },
8540
8550
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8541
- "bytes": 10858,
8551
+ "bytes": 11514,
8542
8552
  "imports": [
8543
8553
  {
8544
8554
  "path": "react",
@@ -10964,7 +10974,7 @@
10964
10974
  ],
10965
10975
  "format": "esm"
10966
10976
  },
10967
- "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b2e62/tldraw.css": {
10977
+ "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b1980453/tldraw.css": {
10968
10978
  "bytes": 80111,
10969
10979
  "imports": [
10970
10980
  {
@@ -11014,7 +11024,7 @@
11014
11024
  }
11015
11025
  ]
11016
11026
  },
11017
- "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b26b0/index.css": {
11027
+ "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b197fda1/index.css": {
11018
11028
  "bytes": 597,
11019
11029
  "imports": [
11020
11030
  {
@@ -11023,7 +11033,7 @@
11023
11033
  "external": true
11024
11034
  },
11025
11035
  {
11026
- "path": "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b2e62/tldraw.css",
11036
+ "path": "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b1980453/tldraw.css",
11027
11037
  "kind": "import-rule",
11028
11038
  "original": "@tldraw/tldraw/tldraw.css"
11029
11039
  }
@@ -11098,7 +11108,7 @@
11098
11108
  "original": "../../common/constants"
11099
11109
  },
11100
11110
  {
11101
- "path": "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b26b0/index.css",
11111
+ "path": "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b197fda1/index.css",
11102
11112
  "kind": "import-statement",
11103
11113
  "original": "@100mslive/hms-whiteboard/index.css"
11104
11114
  },
@@ -11127,7 +11137,7 @@
11127
11137
  "format": "esm"
11128
11138
  },
11129
11139
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
11130
- "bytes": 5927,
11140
+ "bytes": 5282,
11131
11141
  "imports": [
11132
11142
  {
11133
11143
  "path": "react",
@@ -11144,16 +11154,6 @@
11144
11154
  "kind": "import-statement",
11145
11155
  "external": true
11146
11156
  },
11147
- {
11148
- "path": "@100mslive/react-icons",
11149
- "kind": "import-statement",
11150
- "external": true
11151
- },
11152
- {
11153
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
11154
- "kind": "import-statement",
11155
- "original": "../Toast/ToastManager"
11156
- },
11157
11157
  {
11158
11158
  "path": "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx",
11159
11159
  "kind": "import-statement",
@@ -13891,7 +13891,7 @@
13891
13891
  "format": "esm"
13892
13892
  },
13893
13893
  "src/Prebuilt/App.tsx": {
13894
- "bytes": 10657,
13894
+ "bytes": 10909,
13895
13895
  "imports": [
13896
13896
  {
13897
13897
  "path": "react",
@@ -14130,211 +14130,774 @@
14130
14130
  ],
14131
14131
  "format": "esm"
14132
14132
  },
14133
- "src/index.ts": {
14134
- "bytes": 1152,
14133
+ "src/Diagnostics/hms.ts": {
14134
+ "bytes": 348,
14135
14135
  "imports": [
14136
14136
  {
14137
- "path": "src/Button/index.tsx",
14137
+ "path": "../hms-video-store/dist/index.js",
14138
14138
  "kind": "import-statement",
14139
- "original": "./Button"
14139
+ "original": "@100mslive/hms-video-store"
14140
14140
  },
14141
14141
  {
14142
- "path": "src/Text/index.tsx",
14142
+ "path": "<define:process.env>",
14143
14143
  "kind": "import-statement",
14144
- "original": "./Text"
14144
+ "external": true
14145
+ }
14146
+ ],
14147
+ "format": "esm"
14148
+ },
14149
+ "src/Diagnostics/components.tsx": {
14150
+ "bytes": 2320,
14151
+ "imports": [
14152
+ {
14153
+ "path": "react",
14154
+ "kind": "import-statement",
14155
+ "external": true
14145
14156
  },
14146
14157
  {
14147
- "path": "src/IconButton/index.tsx",
14158
+ "path": "src/Button/index.tsx",
14148
14159
  "kind": "import-statement",
14149
- "original": "./IconButton"
14160
+ "original": "../Button"
14150
14161
  },
14151
14162
  {
14152
14163
  "path": "src/Layout/index.tsx",
14153
14164
  "kind": "import-statement",
14154
- "original": "./Layout"
14165
+ "original": "../Layout"
14155
14166
  },
14156
14167
  {
14157
- "path": "src/Avatar/index.ts",
14168
+ "path": "src/Text/index.tsx",
14158
14169
  "kind": "import-statement",
14159
- "original": "./Avatar"
14170
+ "original": "../Text"
14160
14171
  },
14161
14172
  {
14162
- "path": "src/Divider/index.ts",
14173
+ "path": "../Theme",
14163
14174
  "kind": "import-statement",
14164
- "original": "./Divider"
14175
+ "external": true
14165
14176
  },
14166
14177
  {
14167
- "path": "src/Switch/index.ts",
14178
+ "path": "src/Diagnostics/hms.ts",
14168
14179
  "kind": "import-statement",
14169
- "original": "./Switch"
14180
+ "original": "./hms"
14170
14181
  },
14171
14182
  {
14172
- "path": "src/Tooltip/index.ts",
14183
+ "path": "<define:process.env>",
14173
14184
  "kind": "import-statement",
14174
- "original": "./Tooltip"
14185
+ "external": true
14175
14186
  },
14176
14187
  {
14177
- "path": "src/Select/index.ts",
14188
+ "path": "<runtime>",
14178
14189
  "kind": "import-statement",
14179
- "original": "./Select"
14180
- },
14190
+ "external": true
14191
+ }
14192
+ ],
14193
+ "format": "esm"
14194
+ },
14195
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
14196
+ "bytes": 2554,
14197
+ "imports": [
14181
14198
  {
14182
- "path": "src/Slider/index.ts",
14199
+ "path": "<define:process.env>",
14183
14200
  "kind": "import-statement",
14184
- "original": "./Slider"
14185
- },
14201
+ "external": true
14202
+ }
14203
+ ],
14204
+ "format": "cjs"
14205
+ },
14206
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
14207
+ "bytes": 6980,
14208
+ "imports": [
14186
14209
  {
14187
- "path": "src/Modal/index.ts",
14210
+ "path": "<define:process.env>",
14188
14211
  "kind": "import-statement",
14189
- "original": "./Modal"
14190
- },
14212
+ "external": true
14213
+ }
14214
+ ],
14215
+ "format": "cjs"
14216
+ },
14217
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
14218
+ "bytes": 196,
14219
+ "imports": [
14191
14220
  {
14192
- "path": "src/Loading/index.ts",
14221
+ "path": "<define:process.env>",
14193
14222
  "kind": "import-statement",
14194
- "original": "./Loading"
14223
+ "external": true
14195
14224
  },
14196
14225
  {
14197
- "path": "src/Input/index.tsx",
14198
- "kind": "import-statement",
14199
- "original": "./Input"
14226
+ "path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js",
14227
+ "kind": "require-call",
14228
+ "original": "./cjs/react-is.production.min.js"
14200
14229
  },
14201
14230
  {
14202
- "path": "src/VideoTile/index.tsx",
14231
+ "path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js",
14232
+ "kind": "require-call",
14233
+ "original": "./cjs/react-is.development.js"
14234
+ }
14235
+ ],
14236
+ "format": "cjs"
14237
+ },
14238
+ "../../node_modules/object-assign/index.js": {
14239
+ "bytes": 2108,
14240
+ "imports": [
14241
+ {
14242
+ "path": "<define:process.env>",
14203
14243
  "kind": "import-statement",
14204
- "original": "./VideoTile"
14205
- },
14244
+ "external": true
14245
+ }
14246
+ ],
14247
+ "format": "cjs"
14248
+ },
14249
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
14250
+ "bytes": 314,
14251
+ "imports": [
14206
14252
  {
14207
- "path": "src/VideoList/index.tsx",
14253
+ "path": "<define:process.env>",
14208
14254
  "kind": "import-statement",
14209
- "original": "./VideoList"
14210
- },
14255
+ "external": true
14256
+ }
14257
+ ],
14258
+ "format": "cjs"
14259
+ },
14260
+ "../../node_modules/prop-types/lib/has.js": {
14261
+ "bytes": 70,
14262
+ "imports": [
14211
14263
  {
14212
- "path": "src/Pagination/index.tsx",
14264
+ "path": "<define:process.env>",
14213
14265
  "kind": "import-statement",
14214
- "original": "./Pagination"
14215
- },
14266
+ "external": true
14267
+ }
14268
+ ],
14269
+ "format": "cjs"
14270
+ },
14271
+ "../../node_modules/prop-types/checkPropTypes.js": {
14272
+ "bytes": 3868,
14273
+ "imports": [
14216
14274
  {
14217
- "path": "src/Dropdown/index.tsx",
14275
+ "path": "<define:process.env>",
14218
14276
  "kind": "import-statement",
14219
- "original": "./Dropdown"
14277
+ "external": true
14220
14278
  },
14221
14279
  {
14222
- "path": "src/utils/index.ts",
14223
- "kind": "import-statement",
14224
- "original": "./utils"
14280
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14281
+ "kind": "require-call",
14282
+ "original": "./lib/ReactPropTypesSecret"
14225
14283
  },
14226
14284
  {
14227
- "path": "src/Video/index.tsx",
14285
+ "path": "../../node_modules/prop-types/lib/has.js",
14286
+ "kind": "require-call",
14287
+ "original": "./lib/has"
14288
+ }
14289
+ ],
14290
+ "format": "cjs"
14291
+ },
14292
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
14293
+ "bytes": 22716,
14294
+ "imports": [
14295
+ {
14296
+ "path": "<define:process.env>",
14228
14297
  "kind": "import-statement",
14229
- "original": "./Video"
14298
+ "external": true
14230
14299
  },
14231
14300
  {
14232
- "path": "src/TileMenu/index.tsx",
14233
- "kind": "import-statement",
14234
- "original": "./TileMenu"
14301
+ "path": "../../node_modules/prop-types/node_modules/react-is/index.js",
14302
+ "kind": "require-call",
14303
+ "original": "react-is"
14235
14304
  },
14236
14305
  {
14237
- "path": "src/AudioLevel/index.ts",
14238
- "kind": "import-statement",
14239
- "original": "./AudioLevel"
14306
+ "path": "../../node_modules/object-assign/index.js",
14307
+ "kind": "require-call",
14308
+ "original": "object-assign"
14240
14309
  },
14241
14310
  {
14242
- "path": "src/Popover/index.tsx",
14243
- "kind": "import-statement",
14244
- "original": "./Popover"
14311
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14312
+ "kind": "require-call",
14313
+ "original": "./lib/ReactPropTypesSecret"
14245
14314
  },
14246
14315
  {
14247
- "path": "src/Stats/index.tsx",
14248
- "kind": "import-statement",
14249
- "original": "./Stats"
14316
+ "path": "../../node_modules/prop-types/lib/has.js",
14317
+ "kind": "require-call",
14318
+ "original": "./lib/has"
14250
14319
  },
14251
14320
  {
14252
- "path": "src/Theme/index.tsx",
14321
+ "path": "../../node_modules/prop-types/checkPropTypes.js",
14322
+ "kind": "require-call",
14323
+ "original": "./checkPropTypes"
14324
+ }
14325
+ ],
14326
+ "format": "cjs"
14327
+ },
14328
+ "../../node_modules/prop-types/factoryWithThrowingShims.js": {
14329
+ "bytes": 1639,
14330
+ "imports": [
14331
+ {
14332
+ "path": "<define:process.env>",
14253
14333
  "kind": "import-statement",
14254
- "original": "./Theme"
14334
+ "external": true
14255
14335
  },
14256
14336
  {
14257
- "path": "src/Checkbox/index.tsx",
14337
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14338
+ "kind": "require-call",
14339
+ "original": "./lib/ReactPropTypesSecret"
14340
+ }
14341
+ ],
14342
+ "format": "cjs"
14343
+ },
14344
+ "../../node_modules/prop-types/index.js": {
14345
+ "bytes": 710,
14346
+ "imports": [
14347
+ {
14348
+ "path": "<define:process.env>",
14258
14349
  "kind": "import-statement",
14259
- "original": "./Checkbox"
14350
+ "external": true
14260
14351
  },
14261
14352
  {
14262
- "path": "src/Label/index.ts",
14263
- "kind": "import-statement",
14264
- "original": "./Label"
14353
+ "path": "../../node_modules/prop-types/node_modules/react-is/index.js",
14354
+ "kind": "require-call",
14355
+ "original": "react-is"
14265
14356
  },
14266
14357
  {
14267
- "path": "src/RadioGroup/index.tsx",
14268
- "kind": "import-statement",
14269
- "original": "./RadioGroup"
14358
+ "path": "../../node_modules/prop-types/factoryWithTypeCheckers.js",
14359
+ "kind": "require-call",
14360
+ "original": "./factoryWithTypeCheckers"
14270
14361
  },
14271
14362
  {
14272
- "path": "src/Toast/index.tsx",
14363
+ "path": "../../node_modules/prop-types/factoryWithThrowingShims.js",
14364
+ "kind": "require-call",
14365
+ "original": "./factoryWithThrowingShims"
14366
+ }
14367
+ ],
14368
+ "format": "cjs"
14369
+ },
14370
+ "src/Diagnostics/DeviceSelector.jsx": {
14371
+ "bytes": 2123,
14372
+ "imports": [
14373
+ {
14374
+ "path": "react",
14273
14375
  "kind": "import-statement",
14274
- "original": "./Toast"
14376
+ "external": true
14275
14377
  },
14276
14378
  {
14277
- "path": "src/Accordion/index.ts",
14379
+ "path": "../../node_modules/prop-types/index.js",
14278
14380
  "kind": "import-statement",
14279
- "original": "./Accordion"
14381
+ "original": "prop-types"
14280
14382
  },
14281
14383
  {
14282
- "path": "src/Fieldset/index.tsx",
14384
+ "path": "src/Dropdown/index.tsx",
14283
14385
  "kind": "import-statement",
14284
- "original": "./Fieldset"
14386
+ "original": "../Dropdown"
14285
14387
  },
14286
14388
  {
14287
- "path": "src/Footer/index.tsx",
14389
+ "path": "src/Layout/index.tsx",
14288
14390
  "kind": "import-statement",
14289
- "original": "./Footer"
14391
+ "original": "../Layout"
14290
14392
  },
14291
14393
  {
14292
- "path": "src/ReactSelect/index.ts",
14394
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
14293
14395
  "kind": "import-statement",
14294
- "original": "./ReactSelect"
14396
+ "original": "../Prebuilt/primitives/DropdownTrigger"
14295
14397
  },
14296
14398
  {
14297
- "path": "src/Tabs/index.tsx",
14399
+ "path": "src/Text/index.tsx",
14298
14400
  "kind": "import-statement",
14299
- "original": "./Tabs"
14401
+ "original": "../Text"
14300
14402
  },
14301
14403
  {
14302
- "path": "src/QRCode/index.tsx",
14404
+ "path": "<define:process.env>",
14303
14405
  "kind": "import-statement",
14304
- "original": "./QRCode"
14305
- },
14406
+ "external": true
14407
+ }
14408
+ ],
14409
+ "format": "esm"
14410
+ },
14411
+ "src/Diagnostics/AudioTest.tsx": {
14412
+ "bytes": 4763,
14413
+ "imports": [
14306
14414
  {
14307
- "path": "src/Link/index.tsx",
14415
+ "path": "react",
14308
14416
  "kind": "import-statement",
14309
- "original": "./Link"
14417
+ "external": true
14310
14418
  },
14311
14419
  {
14312
- "path": "src/Collapsible/index.tsx",
14420
+ "path": "@100mslive/react-sdk",
14313
14421
  "kind": "import-statement",
14314
- "original": "./Collapsible"
14422
+ "external": true
14315
14423
  },
14316
14424
  {
14317
- "path": "src/Prebuilt/index.ts",
14425
+ "path": "@100mslive/react-icons",
14318
14426
  "kind": "import-statement",
14319
- "original": "./Prebuilt"
14427
+ "external": true
14320
14428
  },
14321
14429
  {
14322
- "path": "src/Progress/index.tsx",
14430
+ "path": "src/Diagnostics/components.tsx",
14323
14431
  "kind": "import-statement",
14324
- "original": "./Progress"
14432
+ "original": "./components"
14325
14433
  },
14326
14434
  {
14327
- "path": "src/context/DialogContext.tsx",
14435
+ "path": "src/Button/index.tsx",
14328
14436
  "kind": "import-statement",
14329
- "original": "./context/DialogContext"
14437
+ "original": "../Button"
14330
14438
  },
14331
14439
  {
14332
- "path": "src/TextArea/index.tsx",
14440
+ "path": "src/Layout/index.tsx",
14333
14441
  "kind": "import-statement",
14334
- "original": "./TextArea"
14442
+ "original": "../Layout"
14335
14443
  },
14336
14444
  {
14337
- "path": "<define:process.env>",
14445
+ "path": "src/Progress/index.tsx",
14446
+ "kind": "import-statement",
14447
+ "original": "../Progress"
14448
+ },
14449
+ {
14450
+ "path": "src/Text/index.tsx",
14451
+ "kind": "import-statement",
14452
+ "original": "../Text"
14453
+ },
14454
+ {
14455
+ "path": "src/Diagnostics/DeviceSelector.jsx",
14456
+ "kind": "import-statement",
14457
+ "original": "./DeviceSelector"
14458
+ },
14459
+ {
14460
+ "path": "src/Diagnostics/hms.ts",
14461
+ "kind": "import-statement",
14462
+ "original": "./hms"
14463
+ },
14464
+ {
14465
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
14466
+ "kind": "import-statement",
14467
+ "original": "../Prebuilt/components/hooks/useAudioOutputTest"
14468
+ },
14469
+ {
14470
+ "path": "src/Prebuilt/common/constants.ts",
14471
+ "kind": "import-statement",
14472
+ "original": "../Prebuilt/common/constants"
14473
+ },
14474
+ {
14475
+ "path": "<define:process.env>",
14476
+ "kind": "import-statement",
14477
+ "external": true
14478
+ }
14479
+ ],
14480
+ "format": "esm"
14481
+ },
14482
+ "src/Diagnostics/ConnectivityTest.tsx": {
14483
+ "bytes": 11095,
14484
+ "imports": [
14485
+ {
14486
+ "path": "react",
14487
+ "kind": "import-statement",
14488
+ "external": true
14489
+ },
14490
+ {
14491
+ "path": "@100mslive/react-sdk",
14492
+ "kind": "import-statement",
14493
+ "external": true
14494
+ },
14495
+ {
14496
+ "path": "@100mslive/react-icons",
14497
+ "kind": "import-statement",
14498
+ "external": true
14499
+ },
14500
+ {
14501
+ "path": "src/Diagnostics/components.tsx",
14502
+ "kind": "import-statement",
14503
+ "original": "./components"
14504
+ },
14505
+ {
14506
+ "path": "src/Button/index.tsx",
14507
+ "kind": "import-statement",
14508
+ "original": "../Button"
14509
+ },
14510
+ {
14511
+ "path": "src/Layout/index.tsx",
14512
+ "kind": "import-statement",
14513
+ "original": "../Layout"
14514
+ },
14515
+ {
14516
+ "path": "src/Loading/index.ts",
14517
+ "kind": "import-statement",
14518
+ "original": "../Loading"
14519
+ },
14520
+ {
14521
+ "path": "src/Stats/index.tsx",
14522
+ "kind": "import-statement",
14523
+ "original": "../Stats"
14524
+ },
14525
+ {
14526
+ "path": "src/Text/index.tsx",
14527
+ "kind": "import-statement",
14528
+ "original": "../Text"
14529
+ },
14530
+ {
14531
+ "path": "src/Diagnostics/hms.ts",
14532
+ "kind": "import-statement",
14533
+ "original": "./hms"
14534
+ },
14535
+ {
14536
+ "path": "<define:process.env>",
14537
+ "kind": "import-statement",
14538
+ "external": true
14539
+ }
14540
+ ],
14541
+ "format": "esm"
14542
+ },
14543
+ "src/Diagnostics/VideoTest.tsx": {
14544
+ "bytes": 2316,
14545
+ "imports": [
14546
+ {
14547
+ "path": "react",
14548
+ "kind": "import-statement",
14549
+ "external": true
14550
+ },
14551
+ {
14552
+ "path": "@100mslive/react-sdk",
14553
+ "kind": "import-statement",
14554
+ "external": true
14555
+ },
14556
+ {
14557
+ "path": "@100mslive/react-icons",
14558
+ "kind": "import-statement",
14559
+ "external": true
14560
+ },
14561
+ {
14562
+ "path": "src/Diagnostics/components.tsx",
14563
+ "kind": "import-statement",
14564
+ "original": "./components"
14565
+ },
14566
+ {
14567
+ "path": "src/Layout/index.tsx",
14568
+ "kind": "import-statement",
14569
+ "original": "../Layout"
14570
+ },
14571
+ {
14572
+ "path": "src/Text/index.tsx",
14573
+ "kind": "import-statement",
14574
+ "original": "../Text"
14575
+ },
14576
+ {
14577
+ "path": "src/Video/index.tsx",
14578
+ "kind": "import-statement",
14579
+ "original": "../Video"
14580
+ },
14581
+ {
14582
+ "path": "src/VideoTile/index.tsx",
14583
+ "kind": "import-statement",
14584
+ "original": "../VideoTile"
14585
+ },
14586
+ {
14587
+ "path": "src/Diagnostics/DeviceSelector.jsx",
14588
+ "kind": "import-statement",
14589
+ "original": "./DeviceSelector"
14590
+ },
14591
+ {
14592
+ "path": "src/Diagnostics/hms.ts",
14593
+ "kind": "import-statement",
14594
+ "original": "./hms"
14595
+ },
14596
+ {
14597
+ "path": "<define:process.env>",
14598
+ "kind": "import-statement",
14599
+ "external": true
14600
+ },
14601
+ {
14602
+ "path": "<runtime>",
14603
+ "kind": "import-statement",
14604
+ "external": true
14605
+ }
14606
+ ],
14607
+ "format": "esm"
14608
+ },
14609
+ "src/Diagnostics/Diagnostics.tsx": {
14610
+ "bytes": 3662,
14611
+ "imports": [
14612
+ {
14613
+ "path": "react",
14614
+ "kind": "import-statement",
14615
+ "external": true
14616
+ },
14617
+ {
14618
+ "path": "@100mslive/react-sdk",
14619
+ "kind": "import-statement",
14620
+ "external": true
14621
+ },
14622
+ {
14623
+ "path": "@100mslive/react-icons",
14624
+ "kind": "import-statement",
14625
+ "external": true
14626
+ },
14627
+ {
14628
+ "path": "src/Diagnostics/components.tsx",
14629
+ "kind": "import-statement",
14630
+ "original": "./components"
14631
+ },
14632
+ {
14633
+ "path": "src/Layout/index.tsx",
14634
+ "kind": "import-statement",
14635
+ "original": "../Layout"
14636
+ },
14637
+ {
14638
+ "path": "src/Text/index.tsx",
14639
+ "kind": "import-statement",
14640
+ "original": "../Text"
14641
+ },
14642
+ {
14643
+ "path": "src/Theme/index.tsx",
14644
+ "kind": "import-statement",
14645
+ "original": "../Theme"
14646
+ },
14647
+ {
14648
+ "path": "src/Diagnostics/AudioTest.tsx",
14649
+ "kind": "import-statement",
14650
+ "original": "./AudioTest"
14651
+ },
14652
+ {
14653
+ "path": "src/Diagnostics/ConnectivityTest.tsx",
14654
+ "kind": "import-statement",
14655
+ "original": "./ConnectivityTest"
14656
+ },
14657
+ {
14658
+ "path": "src/Diagnostics/hms.ts",
14659
+ "kind": "import-statement",
14660
+ "original": "./hms"
14661
+ },
14662
+ {
14663
+ "path": "src/Diagnostics/VideoTest.tsx",
14664
+ "kind": "import-statement",
14665
+ "original": "./VideoTest"
14666
+ },
14667
+ {
14668
+ "path": "<define:process.env>",
14669
+ "kind": "import-statement",
14670
+ "external": true
14671
+ }
14672
+ ],
14673
+ "format": "esm"
14674
+ },
14675
+ "src/Diagnostics/index.ts": {
14676
+ "bytes": 45,
14677
+ "imports": [
14678
+ {
14679
+ "path": "src/Diagnostics/Diagnostics.tsx",
14680
+ "kind": "import-statement",
14681
+ "original": "./Diagnostics"
14682
+ },
14683
+ {
14684
+ "path": "<define:process.env>",
14685
+ "kind": "import-statement",
14686
+ "external": true
14687
+ }
14688
+ ],
14689
+ "format": "esm"
14690
+ },
14691
+ "src/index.ts": {
14692
+ "bytes": 1183,
14693
+ "imports": [
14694
+ {
14695
+ "path": "src/Button/index.tsx",
14696
+ "kind": "import-statement",
14697
+ "original": "./Button"
14698
+ },
14699
+ {
14700
+ "path": "src/Text/index.tsx",
14701
+ "kind": "import-statement",
14702
+ "original": "./Text"
14703
+ },
14704
+ {
14705
+ "path": "src/IconButton/index.tsx",
14706
+ "kind": "import-statement",
14707
+ "original": "./IconButton"
14708
+ },
14709
+ {
14710
+ "path": "src/Layout/index.tsx",
14711
+ "kind": "import-statement",
14712
+ "original": "./Layout"
14713
+ },
14714
+ {
14715
+ "path": "src/Avatar/index.ts",
14716
+ "kind": "import-statement",
14717
+ "original": "./Avatar"
14718
+ },
14719
+ {
14720
+ "path": "src/Divider/index.ts",
14721
+ "kind": "import-statement",
14722
+ "original": "./Divider"
14723
+ },
14724
+ {
14725
+ "path": "src/Switch/index.ts",
14726
+ "kind": "import-statement",
14727
+ "original": "./Switch"
14728
+ },
14729
+ {
14730
+ "path": "src/Tooltip/index.ts",
14731
+ "kind": "import-statement",
14732
+ "original": "./Tooltip"
14733
+ },
14734
+ {
14735
+ "path": "src/Select/index.ts",
14736
+ "kind": "import-statement",
14737
+ "original": "./Select"
14738
+ },
14739
+ {
14740
+ "path": "src/Slider/index.ts",
14741
+ "kind": "import-statement",
14742
+ "original": "./Slider"
14743
+ },
14744
+ {
14745
+ "path": "src/Modal/index.ts",
14746
+ "kind": "import-statement",
14747
+ "original": "./Modal"
14748
+ },
14749
+ {
14750
+ "path": "src/Loading/index.ts",
14751
+ "kind": "import-statement",
14752
+ "original": "./Loading"
14753
+ },
14754
+ {
14755
+ "path": "src/Input/index.tsx",
14756
+ "kind": "import-statement",
14757
+ "original": "./Input"
14758
+ },
14759
+ {
14760
+ "path": "src/VideoTile/index.tsx",
14761
+ "kind": "import-statement",
14762
+ "original": "./VideoTile"
14763
+ },
14764
+ {
14765
+ "path": "src/VideoList/index.tsx",
14766
+ "kind": "import-statement",
14767
+ "original": "./VideoList"
14768
+ },
14769
+ {
14770
+ "path": "src/Pagination/index.tsx",
14771
+ "kind": "import-statement",
14772
+ "original": "./Pagination"
14773
+ },
14774
+ {
14775
+ "path": "src/Dropdown/index.tsx",
14776
+ "kind": "import-statement",
14777
+ "original": "./Dropdown"
14778
+ },
14779
+ {
14780
+ "path": "src/utils/index.ts",
14781
+ "kind": "import-statement",
14782
+ "original": "./utils"
14783
+ },
14784
+ {
14785
+ "path": "src/Video/index.tsx",
14786
+ "kind": "import-statement",
14787
+ "original": "./Video"
14788
+ },
14789
+ {
14790
+ "path": "src/TileMenu/index.tsx",
14791
+ "kind": "import-statement",
14792
+ "original": "./TileMenu"
14793
+ },
14794
+ {
14795
+ "path": "src/AudioLevel/index.ts",
14796
+ "kind": "import-statement",
14797
+ "original": "./AudioLevel"
14798
+ },
14799
+ {
14800
+ "path": "src/Popover/index.tsx",
14801
+ "kind": "import-statement",
14802
+ "original": "./Popover"
14803
+ },
14804
+ {
14805
+ "path": "src/Stats/index.tsx",
14806
+ "kind": "import-statement",
14807
+ "original": "./Stats"
14808
+ },
14809
+ {
14810
+ "path": "src/Theme/index.tsx",
14811
+ "kind": "import-statement",
14812
+ "original": "./Theme"
14813
+ },
14814
+ {
14815
+ "path": "src/Checkbox/index.tsx",
14816
+ "kind": "import-statement",
14817
+ "original": "./Checkbox"
14818
+ },
14819
+ {
14820
+ "path": "src/Label/index.ts",
14821
+ "kind": "import-statement",
14822
+ "original": "./Label"
14823
+ },
14824
+ {
14825
+ "path": "src/RadioGroup/index.tsx",
14826
+ "kind": "import-statement",
14827
+ "original": "./RadioGroup"
14828
+ },
14829
+ {
14830
+ "path": "src/Toast/index.tsx",
14831
+ "kind": "import-statement",
14832
+ "original": "./Toast"
14833
+ },
14834
+ {
14835
+ "path": "src/Accordion/index.ts",
14836
+ "kind": "import-statement",
14837
+ "original": "./Accordion"
14838
+ },
14839
+ {
14840
+ "path": "src/Fieldset/index.tsx",
14841
+ "kind": "import-statement",
14842
+ "original": "./Fieldset"
14843
+ },
14844
+ {
14845
+ "path": "src/Footer/index.tsx",
14846
+ "kind": "import-statement",
14847
+ "original": "./Footer"
14848
+ },
14849
+ {
14850
+ "path": "src/ReactSelect/index.ts",
14851
+ "kind": "import-statement",
14852
+ "original": "./ReactSelect"
14853
+ },
14854
+ {
14855
+ "path": "src/Tabs/index.tsx",
14856
+ "kind": "import-statement",
14857
+ "original": "./Tabs"
14858
+ },
14859
+ {
14860
+ "path": "src/QRCode/index.tsx",
14861
+ "kind": "import-statement",
14862
+ "original": "./QRCode"
14863
+ },
14864
+ {
14865
+ "path": "src/Link/index.tsx",
14866
+ "kind": "import-statement",
14867
+ "original": "./Link"
14868
+ },
14869
+ {
14870
+ "path": "src/Collapsible/index.tsx",
14871
+ "kind": "import-statement",
14872
+ "original": "./Collapsible"
14873
+ },
14874
+ {
14875
+ "path": "src/Prebuilt/index.ts",
14876
+ "kind": "import-statement",
14877
+ "original": "./Prebuilt"
14878
+ },
14879
+ {
14880
+ "path": "src/Progress/index.tsx",
14881
+ "kind": "import-statement",
14882
+ "original": "./Progress"
14883
+ },
14884
+ {
14885
+ "path": "src/context/DialogContext.tsx",
14886
+ "kind": "import-statement",
14887
+ "original": "./context/DialogContext"
14888
+ },
14889
+ {
14890
+ "path": "src/TextArea/index.tsx",
14891
+ "kind": "import-statement",
14892
+ "original": "./TextArea"
14893
+ },
14894
+ {
14895
+ "path": "src/Diagnostics/index.ts",
14896
+ "kind": "import-statement",
14897
+ "original": "./Diagnostics"
14898
+ },
14899
+ {
14900
+ "path": "<define:process.env>",
14338
14901
  "kind": "import-statement",
14339
14902
  "external": true
14340
14903
  }
@@ -14347,7 +14910,7 @@
14347
14910
  "imports": [],
14348
14911
  "exports": [],
14349
14912
  "inputs": {},
14350
- "bytes": 3387961
14913
+ "bytes": 3985619
14351
14914
  },
14352
14915
  "dist/index.cjs.js": {
14353
14916
  "imports": [
@@ -16726,11 +17289,6 @@
16726
17289
  "kind": "require-call",
16727
17290
  "external": true
16728
17291
  },
16729
- {
16730
- "path": "@100mslive/react-icons",
16731
- "kind": "require-call",
16732
- "external": true
16733
- },
16734
17292
  {
16735
17293
  "path": "react",
16736
17294
  "kind": "require-call",
@@ -17410,6 +17968,76 @@
17410
17968
  "path": "@radix-ui/react-progress",
17411
17969
  "kind": "require-call",
17412
17970
  "external": true
17971
+ },
17972
+ {
17973
+ "path": "react",
17974
+ "kind": "require-call",
17975
+ "external": true
17976
+ },
17977
+ {
17978
+ "path": "react",
17979
+ "kind": "require-call",
17980
+ "external": true
17981
+ },
17982
+ {
17983
+ "path": "react",
17984
+ "kind": "require-call",
17985
+ "external": true
17986
+ },
17987
+ {
17988
+ "path": "@100mslive/react-sdk",
17989
+ "kind": "require-call",
17990
+ "external": true
17991
+ },
17992
+ {
17993
+ "path": "@100mslive/react-icons",
17994
+ "kind": "require-call",
17995
+ "external": true
17996
+ },
17997
+ {
17998
+ "path": "react",
17999
+ "kind": "require-call",
18000
+ "external": true
18001
+ },
18002
+ {
18003
+ "path": "@100mslive/react-sdk",
18004
+ "kind": "require-call",
18005
+ "external": true
18006
+ },
18007
+ {
18008
+ "path": "@100mslive/react-icons",
18009
+ "kind": "require-call",
18010
+ "external": true
18011
+ },
18012
+ {
18013
+ "path": "react",
18014
+ "kind": "require-call",
18015
+ "external": true
18016
+ },
18017
+ {
18018
+ "path": "@100mslive/react-sdk",
18019
+ "kind": "require-call",
18020
+ "external": true
18021
+ },
18022
+ {
18023
+ "path": "@100mslive/react-icons",
18024
+ "kind": "require-call",
18025
+ "external": true
18026
+ },
18027
+ {
18028
+ "path": "react",
18029
+ "kind": "require-call",
18030
+ "external": true
18031
+ },
18032
+ {
18033
+ "path": "@100mslive/react-sdk",
18034
+ "kind": "require-call",
18035
+ "external": true
18036
+ },
18037
+ {
18038
+ "path": "@100mslive/react-icons",
18039
+ "kind": "require-call",
18040
+ "external": true
17413
18041
  }
17414
18042
  ],
17415
18043
  "exports": [],
@@ -17417,7 +18045,7 @@
17417
18045
  "cssBundle": "dist/index.cjs.css",
17418
18046
  "inputs": {
17419
18047
  "<define:process.env>": {
17420
- "bytesInOutput": 17748
18048
+ "bytesInOutput": 17868
17421
18049
  },
17422
18050
  "src/Theme/base.config.ts": {
17423
18051
  "bytesInOutput": 6104
@@ -17579,7 +18207,7 @@
17579
18207
  "bytesInOutput": 143
17580
18208
  },
17581
18209
  "src/AudioLevel/useBorderAudioLevel.tsx": {
17582
- "bytesInOutput": 968
18210
+ "bytesInOutput": 970
17583
18211
  },
17584
18212
  "src/AudioLevel/audio-level.png": {
17585
18213
  "bytesInOutput": 983
@@ -17594,7 +18222,7 @@
17594
18222
  "bytesInOutput": 1076
17595
18223
  },
17596
18224
  "src/Stats/formatBytes.ts": {
17597
- "bytesInOutput": 631
18225
+ "bytesInOutput": 641
17598
18226
  },
17599
18227
  "src/Stats/StyledStats.tsx": {
17600
18228
  "bytesInOutput": 1004
@@ -17606,7 +18234,7 @@
17606
18234
  "bytesInOutput": 9732
17607
18235
  },
17608
18236
  "src/Stats/index.tsx": {
17609
- "bytesInOutput": 129
18237
+ "bytesInOutput": 153
17610
18238
  },
17611
18239
  "src/Checkbox/Checkbox.tsx": {
17612
18240
  "bytesInOutput": 1014
@@ -17693,31 +18321,31 @@
17693
18321
  "bytesInOutput": 445
17694
18322
  },
17695
18323
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17696
- "bytesInOutput": 3450
18324
+ "bytesInOutput": 3454
17697
18325
  },
17698
18326
  "../../node_modules/lodash/lodash.js": {
17699
- "bytesInOutput": 224317
18327
+ "bytesInOutput": 224421
17700
18328
  },
17701
18329
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
17702
18330
  "bytesInOutput": 1887
17703
18331
  },
17704
18332
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
17705
- "bytesInOutput": 2740
18333
+ "bytesInOutput": 2743
17706
18334
  },
17707
18335
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
17708
18336
  "bytesInOutput": 1552
17709
18337
  },
17710
18338
  "src/Prebuilt/common/utils.js": {
17711
- "bytesInOutput": 3766
18339
+ "bytesInOutput": 3778
17712
18340
  },
17713
18341
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
17714
18342
  "bytesInOutput": 3003
17715
18343
  },
17716
18344
  "src/Prebuilt/components/AppData/useSidepane.js": {
17717
- "bytesInOutput": 3269
18345
+ "bytesInOutput": 3281
17718
18346
  },
17719
18347
  "src/Prebuilt/components/AppData/AppData.tsx": {
17720
- "bytesInOutput": 7153
18348
+ "bytesInOutput": 7169
17721
18349
  },
17722
18350
  "src/Prebuilt/AppContext.tsx": {
17723
18351
  "bytesInOutput": 840
@@ -17726,7 +18354,7 @@
17726
18354
  "bytesInOutput": 4824
17727
18355
  },
17728
18356
  "src/Prebuilt/components/AuthToken.jsx": {
17729
- "bytesInOutput": 4576
18357
+ "bytesInOutput": 4579
17730
18358
  },
17731
18359
  "src/Prebuilt/IconButton.tsx": {
17732
18360
  "bytesInOutput": 743
@@ -17753,7 +18381,7 @@
17753
18381
  "bytesInOutput": 260
17754
18382
  },
17755
18383
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
17756
- "bytesInOutput": 8187
18384
+ "bytesInOutput": 8190
17757
18385
  },
17758
18386
  "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
17759
18387
  "bytesInOutput": 2589
@@ -17777,7 +18405,7 @@
17777
18405
  "bytesInOutput": 884
17778
18406
  },
17779
18407
  "src/Prebuilt/common/hooks.ts": {
17780
- "bytesInOutput": 8196
18408
+ "bytesInOutput": 8199
17781
18409
  },
17782
18410
  "src/Prebuilt/components/EmojiReaction.jsx": {
17783
18411
  "bytesInOutput": 3504
@@ -17801,25 +18429,25 @@
17801
18429
  "bytesInOutput": 5991
17802
18430
  },
17803
18431
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
17804
- "bytesInOutput": 3023
18432
+ "bytesInOutput": 3027
17805
18433
  },
17806
18434
  "src/Prebuilt/components/PIP/pipUtils.js": {
17807
18435
  "bytesInOutput": 4391
17808
18436
  },
17809
18437
  "src/Prebuilt/components/PIP/PIPManager.ts": {
17810
- "bytesInOutput": 11278
18438
+ "bytesInOutput": 11306
17811
18439
  },
17812
18440
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
17813
18441
  "bytesInOutput": 2932
17814
18442
  },
17815
18443
  "src/Prebuilt/components/PIP/PIPComponent.tsx": {
17816
- "bytesInOutput": 3362
18444
+ "bytesInOutput": 3366
17817
18445
  },
17818
18446
  "src/Prebuilt/components/PIP/index.jsx": {
17819
18447
  "bytesInOutput": 369
17820
18448
  },
17821
18449
  "src/Prebuilt/components/RoleChangeModal.tsx": {
17822
- "bytesInOutput": 7187
18450
+ "bytesInOutput": 7189
17823
18451
  },
17824
18452
  "src/Prebuilt/primitives/DialogContent.jsx": {
17825
18453
  "bytesInOutput": 9392
@@ -17828,13 +18456,13 @@
17828
18456
  "bytesInOutput": 3668
17829
18457
  },
17830
18458
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17831
- "bytesInOutput": 4457
18459
+ "bytesInOutput": 4459
17832
18460
  },
17833
18461
  "src/Prebuilt/components/StatsForNerds.jsx": {
17834
- "bytesInOutput": 11845
18462
+ "bytesInOutput": 11382
17835
18463
  },
17836
18464
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17837
- "bytesInOutput": 6192
18465
+ "bytesInOutput": 6195
17838
18466
  },
17839
18467
  "src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
17840
18468
  "bytesInOutput": 6116
@@ -17855,49 +18483,49 @@
17855
18483
  "bytesInOutput": 3326
17856
18484
  },
17857
18485
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17858
- "bytesInOutput": 2378
18486
+ "bytesInOutput": 2381
17859
18487
  },
17860
18488
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
17861
- "bytesInOutput": 2163
18489
+ "bytesInOutput": 2168
17862
18490
  },
17863
18491
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17864
- "bytesInOutput": 10186
18492
+ "bytesInOutput": 10189
17865
18493
  },
17866
18494
  "../../node_modules/reselect/es/index.js": {
17867
- "bytesInOutput": 2639
18495
+ "bytesInOutput": 2652
17868
18496
  },
17869
18497
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17870
- "bytesInOutput": 42476
18498
+ "bytesInOutput": 42531
17871
18499
  },
17872
18500
  "../../node_modules/lodash.isequal/index.js": {
17873
- "bytesInOutput": 26597
18501
+ "bytesInOutput": 26600
17874
18502
  },
17875
18503
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
17876
18504
  "bytesInOutput": 6467
17877
18505
  },
17878
18506
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17879
- "bytesInOutput": 6245
18507
+ "bytesInOutput": 6285
17880
18508
  },
17881
18509
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17882
18510
  "bytesInOutput": 1396
17883
18511
  },
17884
18512
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
17885
- "bytesInOutput": 22882
18513
+ "bytesInOutput": 22911
17886
18514
  },
17887
18515
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17888
- "bytesInOutput": 2277
18516
+ "bytesInOutput": 2299
17889
18517
  },
17890
18518
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17891
18519
  "bytesInOutput": 984
17892
18520
  },
17893
18521
  "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
17894
- "bytesInOutput": 9352
18522
+ "bytesInOutput": 9354
17895
18523
  },
17896
18524
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
17897
- "bytesInOutput": 12019
18525
+ "bytesInOutput": 12024
17898
18526
  },
17899
18527
  "../../node_modules/sdp/sdp.js": {
17900
- "bytesInOutput": 22295
18528
+ "bytesInOutput": 22321
17901
18529
  },
17902
18530
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17903
18531
  "bytesInOutput": 12620
@@ -17906,49 +18534,58 @@
17906
18534
  "bytesInOutput": 4575
17907
18535
  },
17908
18536
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
17909
- "bytesInOutput": 286
18537
+ "bytesInOutput": 344
18538
+ },
18539
+ "../../node_modules/immer/dist/immer.esm.mjs": {
18540
+ "bytesInOutput": 15587
18541
+ },
18542
+ "../../node_modules/zustand/esm/shallow.js": {
18543
+ "bytesInOutput": 684
18544
+ },
18545
+ "../../node_modules/zustand/esm/vanilla.js": {
18546
+ "bytesInOutput": 1505
17910
18547
  },
17911
18548
  "../../node_modules/sdp-transform/lib/grammar.js": {
17912
- "bytesInOutput": 16122
18549
+ "bytesInOutput": 16159
17913
18550
  },
17914
18551
  "../../node_modules/sdp-transform/lib/parser.js": {
17915
- "bytesInOutput": 3497
18552
+ "bytesInOutput": 3518
17916
18553
  },
17917
18554
  "../../node_modules/sdp-transform/lib/writer.js": {
17918
- "bytesInOutput": 3070
18555
+ "bytesInOutput": 3084
17919
18556
  },
17920
18557
  "../../node_modules/sdp-transform/lib/index.js": {
17921
18558
  "bytesInOutput": 615
17922
18559
  },
17923
18560
  "../hms-video-store/dist/index.js": {
17924
- "bytesInOutput": 54287
18561
+ "bytesInOutput": 496615
17925
18562
  },
17926
18563
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17927
- "bytesInOutput": 1384
18564
+ "bytesInOutput": 1391
17928
18565
  },
17929
18566
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
17930
- "bytesInOutput": 1165
18567
+ "bytesInOutput": 1169
17931
18568
  },
17932
18569
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
17933
- "bytesInOutput": 8158
18570
+ "bytesInOutput": 8161
17934
18571
  },
17935
18572
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17936
- "bytesInOutput": 11430
18573
+ "bytesInOutput": 11432
17937
18574
  },
17938
18575
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
17939
18576
  "bytesInOutput": 4158
17940
18577
  },
17941
18578
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
17942
- "bytesInOutput": 2842
18579
+ "bytesInOutput": 2844
17943
18580
  },
17944
18581
  "src/Prebuilt/components/AppData/useSheet.ts": {
17945
- "bytesInOutput": 1099
18582
+ "bytesInOutput": 1102
17946
18583
  },
17947
18584
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
17948
18585
  "bytesInOutput": 938
17949
18586
  },
17950
18587
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17951
- "bytesInOutput": 14722
18588
+ "bytesInOutput": 14729
17952
18589
  },
17953
18590
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17954
18591
  "bytesInOutput": 831
@@ -18002,10 +18639,10 @@
18002
18639
  "bytesInOutput": 1694
18003
18640
  },
18004
18641
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
18005
- "bytesInOutput": 8531
18642
+ "bytesInOutput": 8535
18006
18643
  },
18007
18644
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
18008
- "bytesInOutput": 2258
18645
+ "bytesInOutput": 2262
18009
18646
  },
18010
18647
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
18011
18648
  "bytesInOutput": 6561
@@ -18014,7 +18651,7 @@
18014
18651
  "bytesInOutput": 1035
18015
18652
  },
18016
18653
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
18017
- "bytesInOutput": 2181
18654
+ "bytesInOutput": 2185
18018
18655
  },
18019
18656
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
18020
18657
  "bytesInOutput": 16185
@@ -18029,7 +18666,7 @@
18029
18666
  "bytesInOutput": 4537
18030
18667
  },
18031
18668
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
18032
- "bytesInOutput": 2825
18669
+ "bytesInOutput": 2828
18033
18670
  },
18034
18671
  "src/Prebuilt/components/Streaming/Common.jsx": {
18035
18672
  "bytesInOutput": 2833
@@ -18038,7 +18675,7 @@
18038
18675
  "bytesInOutput": 1170
18039
18676
  },
18040
18677
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
18041
- "bytesInOutput": 9839
18678
+ "bytesInOutput": 9854
18042
18679
  },
18043
18680
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
18044
18681
  "bytesInOutput": 2802
@@ -18080,7 +18717,7 @@
18080
18717
  "bytesInOutput": 1010
18081
18718
  },
18082
18719
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
18083
- "bytesInOutput": 2203
18720
+ "bytesInOutput": 2206
18084
18721
  },
18085
18722
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
18086
18723
  "bytesInOutput": 2884
@@ -18119,10 +18756,10 @@
18119
18756
  "bytesInOutput": 688
18120
18757
  },
18121
18758
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
18122
- "bytesInOutput": 1528
18759
+ "bytesInOutput": 1531
18123
18760
  },
18124
18761
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
18125
- "bytesInOutput": 3165
18762
+ "bytesInOutput": 3172
18126
18763
  },
18127
18764
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
18128
18765
  "bytesInOutput": 11568
@@ -18137,7 +18774,7 @@
18137
18774
  "bytesInOutput": 926
18138
18775
  },
18139
18776
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
18140
- "bytesInOutput": 17559
18777
+ "bytesInOutput": 17566
18141
18778
  },
18142
18779
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
18143
18780
  "bytesInOutput": 8614
@@ -18146,34 +18783,34 @@
18146
18783
  "bytesInOutput": 6701
18147
18784
  },
18148
18785
  "src/Prebuilt/components/AppData/useChatState.js": {
18149
- "bytesInOutput": 914
18786
+ "bytesInOutput": 917
18150
18787
  },
18151
18788
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
18152
18789
  "bytesInOutput": 1440
18153
18790
  },
18154
18791
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
18155
- "bytesInOutput": 12248
18792
+ "bytesInOutput": 12961
18156
18793
  },
18157
18794
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
18158
- "bytesInOutput": 3529
18795
+ "bytesInOutput": 3532
18159
18796
  },
18160
18797
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
18161
18798
  "bytesInOutput": 1403
18162
18799
  },
18163
18800
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
18164
- "bytesInOutput": 828
18801
+ "bytesInOutput": 830
18165
18802
  },
18166
18803
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
18167
18804
  "bytesInOutput": 6242
18168
18805
  },
18169
18806
  "src/Prebuilt/components/Chat/Chat.tsx": {
18170
- "bytesInOutput": 7124
18807
+ "bytesInOutput": 7127
18171
18808
  },
18172
18809
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
18173
- "bytesInOutput": 5344
18810
+ "bytesInOutput": 5346
18174
18811
  },
18175
18812
  "src/Prebuilt/components/ChatSettings.tsx": {
18176
- "bytesInOutput": 3060
18813
+ "bytesInOutput": 3062
18177
18814
  },
18178
18815
  "src/Prebuilt/components/SidePaneTabs.tsx": {
18179
18816
  "bytesInOutput": 9235
@@ -18185,7 +18822,7 @@
18185
18822
  "bytesInOutput": 296
18186
18823
  },
18187
18824
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
18188
- "bytesInOutput": 14600
18825
+ "bytesInOutput": 14602
18189
18826
  },
18190
18827
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
18191
18828
  "bytesInOutput": 5873
@@ -18209,10 +18846,10 @@
18209
18846
  "bytesInOutput": 908
18210
18847
  },
18211
18848
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
18212
- "bytesInOutput": 9574
18849
+ "bytesInOutput": 9581
18213
18850
  },
18214
18851
  "src/Prebuilt/layouts/SidePane.tsx": {
18215
- "bytesInOutput": 7946
18852
+ "bytesInOutput": 7949
18216
18853
  },
18217
18854
  "src/Prebuilt/components/Chip.tsx": {
18218
18855
  "bytesInOutput": 1118
@@ -18230,7 +18867,7 @@
18230
18867
  "bytesInOutput": 2807
18231
18868
  },
18232
18869
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
18233
- "bytesInOutput": 3799
18870
+ "bytesInOutput": 3807
18234
18871
  },
18235
18872
  "src/Prebuilt/layouts/WaitingView.tsx": {
18236
18873
  "bytesInOutput": 1860
@@ -18242,13 +18879,13 @@
18242
18879
  "bytesInOutput": 5183
18243
18880
  },
18244
18881
  "src/Prebuilt/components/Pagination.tsx": {
18245
- "bytesInOutput": 2119
18882
+ "bytesInOutput": 2123
18246
18883
  },
18247
18884
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
18248
18885
  "bytesInOutput": 1620
18249
18886
  },
18250
18887
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
18251
- "bytesInOutput": 4485
18888
+ "bytesInOutput": 4503
18252
18889
  },
18253
18890
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
18254
18891
  "bytesInOutput": 2395
@@ -18269,25 +18906,25 @@
18269
18906
  "bytesInOutput": 4151
18270
18907
  },
18271
18908
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
18272
- "bytesInOutput": 1707
18909
+ "bytesInOutput": 1709
18273
18910
  },
18274
18911
  "src/Prebuilt/components/ScreenshareTile.tsx": {
18275
18912
  "bytesInOutput": 5583
18276
18913
  },
18277
18914
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
18278
- "bytesInOutput": 3419
18915
+ "bytesInOutput": 3423
18279
18916
  },
18280
- "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b26b0/index.css": {
18281
- "bytesInOutput": 111
18917
+ "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b197fda1/index.css": {
18918
+ "bytesInOutput": 114
18282
18919
  },
18283
18920
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
18284
- "bytesInOutput": 3697
18921
+ "bytesInOutput": 3704
18285
18922
  },
18286
18923
  "src/Prebuilt/common/PeersSorter.ts": {
18287
18924
  "bytesInOutput": 3605
18288
18925
  },
18289
18926
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
18290
- "bytesInOutput": 6190
18927
+ "bytesInOutput": 5493
18291
18928
  },
18292
18929
  "src/Prebuilt/layouts/EmbedView.jsx": {
18293
18930
  "bytesInOutput": 3522
@@ -18323,7 +18960,7 @@
18323
18960
  "bytesInOutput": 5741
18324
18961
  },
18325
18962
  "src/Prebuilt/components/HMSVideo/utils.ts": {
18326
- "bytesInOutput": 1025
18963
+ "bytesInOutput": 1029
18327
18964
  },
18328
18965
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
18329
18966
  "bytesInOutput": 3714
@@ -18353,16 +18990,16 @@
18353
18990
  "bytesInOutput": 2886
18354
18991
  },
18355
18992
  "src/Prebuilt/layouts/HLSView.jsx": {
18356
- "bytesInOutput": 33454
18993
+ "bytesInOutput": 33466
18357
18994
  },
18358
18995
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
18359
- "bytesInOutput": 6582
18996
+ "bytesInOutput": 6585
18360
18997
  },
18361
18998
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
18362
18999
  "bytesInOutput": 2182
18363
19000
  },
18364
19001
  "src/Prebuilt/components/Header/common.jsx": {
18365
- "bytesInOutput": 7397
19002
+ "bytesInOutput": 7391
18366
19003
  },
18367
19004
  "src/Prebuilt/components/Header/Header.tsx": {
18368
19005
  "bytesInOutput": 2332
@@ -18374,7 +19011,7 @@
18374
19011
  "bytesInOutput": 1024
18375
19012
  },
18376
19013
  "src/Prebuilt/components/ConferenceScreen.tsx": {
18377
- "bytesInOutput": 8920
19014
+ "bytesInOutput": 8926
18378
19015
  },
18379
19016
  "src/Prebuilt/components/ErrorBoundary.jsx": {
18380
19017
  "bytesInOutput": 4369
@@ -18407,7 +19044,7 @@
18407
19044
  "bytesInOutput": 1821
18408
19045
  },
18409
19046
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
18410
- "bytesInOutput": 7703
19047
+ "bytesInOutput": 7707
18411
19048
  },
18412
19049
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
18413
19050
  "bytesInOutput": 2394
@@ -18428,25 +19065,25 @@
18428
19065
  "bytesInOutput": 12068
18429
19066
  },
18430
19067
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
18431
- "bytesInOutput": 5120
19068
+ "bytesInOutput": 5123
18432
19069
  },
18433
19070
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
18434
19071
  "bytesInOutput": 2953
18435
19072
  },
18436
19073
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
18437
- "bytesInOutput": 2379
19074
+ "bytesInOutput": 2381
18438
19075
  },
18439
19076
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
18440
19077
  "bytesInOutput": 948
18441
19078
  },
18442
19079
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
18443
- "bytesInOutput": 2248
19080
+ "bytesInOutput": 2250
18444
19081
  },
18445
19082
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
18446
19083
  "bytesInOutput": 2709
18447
19084
  },
18448
19085
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
18449
- "bytesInOutput": 9082
19086
+ "bytesInOutput": 9085
18450
19087
  },
18451
19088
  "src/Prebuilt/components/Notifications/index.tsx": {
18452
19089
  "bytesInOutput": 173
@@ -18467,16 +19104,16 @@
18467
19104
  "bytesInOutput": 772
18468
19105
  },
18469
19106
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
18470
- "bytesInOutput": 4729
19107
+ "bytesInOutput": 4736
18471
19108
  },
18472
19109
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
18473
19110
  "bytesInOutput": 827
18474
19111
  },
18475
19112
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
18476
- "bytesInOutput": 2225
19113
+ "bytesInOutput": 2228
18477
19114
  },
18478
19115
  "src/Prebuilt/App.tsx": {
18479
- "bytesInOutput": 9787
19116
+ "bytesInOutput": 10018
18480
19117
  },
18481
19118
  "src/Prebuilt/index.ts": {
18482
19119
  "bytesInOutput": 131
@@ -18490,11 +19127,65 @@
18490
19127
  "src/TextArea/index.tsx": {
18491
19128
  "bytesInOutput": 138
18492
19129
  },
19130
+ "src/Diagnostics/hms.ts": {
19131
+ "bytesInOutput": 413
19132
+ },
19133
+ "src/Diagnostics/components.tsx": {
19134
+ "bytesInOutput": 2712
19135
+ },
19136
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19137
+ "bytesInOutput": 3966
19138
+ },
19139
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19140
+ "bytesInOutput": 7632
19141
+ },
19142
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
19143
+ "bytesInOutput": 376
19144
+ },
19145
+ "../../node_modules/object-assign/index.js": {
19146
+ "bytesInOutput": 2186
19147
+ },
19148
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
19149
+ "bytesInOutput": 310
19150
+ },
19151
+ "../../node_modules/prop-types/lib/has.js": {
19152
+ "bytesInOutput": 210
19153
+ },
19154
+ "../../node_modules/prop-types/checkPropTypes.js": {
19155
+ "bytesInOutput": 2828
19156
+ },
19157
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19158
+ "bytesInOutput": 19860
19159
+ },
19160
+ "../../node_modules/prop-types/factoryWithThrowingShims.js": {
19161
+ "bytesInOutput": 1648
19162
+ },
19163
+ "../../node_modules/prop-types/index.js": {
19164
+ "bytesInOutput": 500
19165
+ },
19166
+ "src/Diagnostics/DeviceSelector.jsx": {
19167
+ "bytesInOutput": 2779
19168
+ },
19169
+ "src/Diagnostics/AudioTest.tsx": {
19170
+ "bytesInOutput": 6233
19171
+ },
19172
+ "src/Diagnostics/ConnectivityTest.tsx": {
19173
+ "bytesInOutput": 15304
19174
+ },
19175
+ "src/Diagnostics/VideoTest.tsx": {
19176
+ "bytesInOutput": 2852
19177
+ },
19178
+ "src/Diagnostics/Diagnostics.tsx": {
19179
+ "bytesInOutput": 5057
19180
+ },
19181
+ "src/Diagnostics/index.ts": {
19182
+ "bytesInOutput": 146
19183
+ },
18493
19184
  "src/index.ts": {
18494
- "bytesInOutput": 2980
19185
+ "bytesInOutput": 3073
18495
19186
  }
18496
19187
  },
18497
- "bytes": 1618227
19188
+ "bytes": 2155843
18498
19189
  },
18499
19190
  "dist/index.cjs.css.map": {
18500
19191
  "imports": [],
@@ -18556,10 +19247,10 @@
18556
19247
  }
18557
19248
  ],
18558
19249
  "inputs": {
18559
- "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b2e62/tldraw.css": {
19250
+ "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b1980453/tldraw.css": {
18560
19251
  "bytesInOutput": 75223
18561
19252
  },
18562
- "../../../../../../../tmp/tmp-2872-UAYA9ETPVkRl/1901733b26b0/index.css": {
19253
+ "../../../../../../../tmp/tmp-2768-Uet7CTiNYu5b/1902b197fda1/index.css": {
18563
19254
  "bytesInOutput": 401
18564
19255
  }
18565
19256
  },