@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-xxVMM16lBgRS/1901733b2e73/tldraw.css": {
10977
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197fe32/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-xxVMM16lBgRS/1901733b2d51/index.css": {
11027
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197f7e0/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-xxVMM16lBgRS/1901733b2e73/tldraw.css",
11036
+ "path": "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197fe32/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-xxVMM16lBgRS/1901733b2d51/index.css",
11111
+ "path": "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197f7e0/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
  }
@@ -14352,7 +14915,7 @@
14352
14915
  "dist/index.js": {
14353
14916
  "imports": [
14354
14917
  {
14355
- "path": "dist/chunk-XIFK5DB3.js",
14918
+ "path": "dist/chunk-VE34B77C.js",
14356
14919
  "kind": "import-statement"
14357
14920
  }
14358
14921
  ],
@@ -14364,6 +14927,7 @@
14364
14927
  "Button",
14365
14928
  "Checkbox",
14366
14929
  "Collapsible",
14930
+ "Diagnostics",
14367
14931
  "Dialog",
14368
14932
  "DialogContainerContext",
14369
14933
  "DialogContainerProvider",
@@ -14409,6 +14973,7 @@
14409
14973
  "createThemeBase",
14410
14974
  "css",
14411
14975
  "flexCenter",
14976
+ "formatBytes",
14412
14977
  "getCssText",
14413
14978
  "getLeft",
14414
14979
  "globalCss",
@@ -14424,18 +14989,18 @@
14424
14989
  "entryPoint": "src/index.ts",
14425
14990
  "cssBundle": "dist/index.css",
14426
14991
  "inputs": {},
14427
- "bytes": 1822
14992
+ "bytes": 1882
14428
14993
  },
14429
- "dist/HLSView-U4CRLAPX.js.map": {
14994
+ "dist/HLSView-VSU7IPCJ.js.map": {
14430
14995
  "imports": [],
14431
14996
  "exports": [],
14432
14997
  "inputs": {},
14433
14998
  "bytes": 100275
14434
14999
  },
14435
- "dist/HLSView-U4CRLAPX.js": {
15000
+ "dist/HLSView-VSU7IPCJ.js": {
14436
15001
  "imports": [
14437
15002
  {
14438
- "path": "dist/chunk-XIFK5DB3.js",
15003
+ "path": "dist/chunk-VE34B77C.js",
14439
15004
  "kind": "import-statement"
14440
15005
  },
14441
15006
  {
@@ -14613,7 +15178,7 @@
14613
15178
  "default"
14614
15179
  ],
14615
15180
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
14616
- "cssBundle": "dist/HLSView-MSHPSUUJ.css",
15181
+ "cssBundle": "dist/HLSView-772PCEEZ.css",
14617
15182
  "inputs": {
14618
15183
  "src/Prebuilt/layouts/HLSView.jsx": {
14619
15184
  "bytesInOutput": 27671
@@ -14672,13 +15237,13 @@
14672
15237
  },
14673
15238
  "bytes": 61702
14674
15239
  },
14675
- "dist/chunk-XIFK5DB3.js.map": {
15240
+ "dist/chunk-VE34B77C.js.map": {
14676
15241
  "imports": [],
14677
15242
  "exports": [],
14678
15243
  "inputs": {},
14679
- "bytes": 3284493
15244
+ "bytes": 3878846
14680
15245
  },
14681
- "dist/chunk-XIFK5DB3.js": {
15246
+ "dist/chunk-VE34B77C.js": {
14682
15247
  "imports": [
14683
15248
  {
14684
15249
  "path": "react",
@@ -16900,11 +17465,6 @@
16900
17465
  "kind": "import-statement",
16901
17466
  "external": true
16902
17467
  },
16903
- {
16904
- "path": "@100mslive/react-icons",
16905
- "kind": "import-statement",
16906
- "external": true
16907
- },
16908
17468
  {
16909
17469
  "path": "react",
16910
17470
  "kind": "import-statement",
@@ -17166,7 +17726,7 @@
17166
17726
  "external": true
17167
17727
  },
17168
17728
  {
17169
- "path": "dist/HLSView-U4CRLAPX.js",
17729
+ "path": "dist/HLSView-VSU7IPCJ.js",
17170
17730
  "kind": "dynamic-import"
17171
17731
  },
17172
17732
  {
@@ -17573,6 +18133,76 @@
17573
18133
  "path": "@radix-ui/react-progress",
17574
18134
  "kind": "import-statement",
17575
18135
  "external": true
18136
+ },
18137
+ {
18138
+ "path": "react",
18139
+ "kind": "import-statement",
18140
+ "external": true
18141
+ },
18142
+ {
18143
+ "path": "@100mslive/react-sdk",
18144
+ "kind": "import-statement",
18145
+ "external": true
18146
+ },
18147
+ {
18148
+ "path": "@100mslive/react-icons",
18149
+ "kind": "import-statement",
18150
+ "external": true
18151
+ },
18152
+ {
18153
+ "path": "react",
18154
+ "kind": "import-statement",
18155
+ "external": true
18156
+ },
18157
+ {
18158
+ "path": "react",
18159
+ "kind": "import-statement",
18160
+ "external": true
18161
+ },
18162
+ {
18163
+ "path": "@100mslive/react-sdk",
18164
+ "kind": "import-statement",
18165
+ "external": true
18166
+ },
18167
+ {
18168
+ "path": "@100mslive/react-icons",
18169
+ "kind": "import-statement",
18170
+ "external": true
18171
+ },
18172
+ {
18173
+ "path": "react",
18174
+ "kind": "import-statement",
18175
+ "external": true
18176
+ },
18177
+ {
18178
+ "path": "react",
18179
+ "kind": "import-statement",
18180
+ "external": true
18181
+ },
18182
+ {
18183
+ "path": "@100mslive/react-sdk",
18184
+ "kind": "import-statement",
18185
+ "external": true
18186
+ },
18187
+ {
18188
+ "path": "@100mslive/react-icons",
18189
+ "kind": "import-statement",
18190
+ "external": true
18191
+ },
18192
+ {
18193
+ "path": "react",
18194
+ "kind": "import-statement",
18195
+ "external": true
18196
+ },
18197
+ {
18198
+ "path": "@100mslive/react-sdk",
18199
+ "kind": "import-statement",
18200
+ "external": true
18201
+ },
18202
+ {
18203
+ "path": "@100mslive/react-icons",
18204
+ "kind": "import-statement",
18205
+ "external": true
17576
18206
  }
17577
18207
  ],
17578
18208
  "exports": [
@@ -17585,6 +18215,7 @@
17585
18215
  "ChatToggle",
17586
18216
  "Checkbox",
17587
18217
  "Collapsible",
18218
+ "Diagnostics",
17588
18219
  "Dialog",
17589
18220
  "DialogContainerContext",
17590
18221
  "DialogContainerProvider",
@@ -17647,6 +18278,7 @@
17647
18278
  "createThemeBase",
17648
18279
  "css",
17649
18280
  "flexCenter",
18281
+ "formatBytes",
17650
18282
  "getCssText",
17651
18283
  "getLeft",
17652
18284
  "globalCss",
@@ -17668,32 +18300,62 @@
17668
18300
  ],
17669
18301
  "inputs": {
17670
18302
  "<define:process.env>": {
17671
- "bytesInOutput": 17748
18303
+ "bytesInOutput": 17868
17672
18304
  },
17673
18305
  "../../node_modules/lodash/lodash.js": {
17674
- "bytesInOutput": 224310
18306
+ "bytesInOutput": 224414
17675
18307
  },
17676
18308
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17677
- "bytesInOutput": 42472
18309
+ "bytesInOutput": 42527
17678
18310
  },
17679
18311
  "../../node_modules/lodash.isequal/index.js": {
17680
- "bytesInOutput": 26591
18312
+ "bytesInOutput": 26594
17681
18313
  },
17682
18314
  "../../node_modules/sdp/sdp.js": {
17683
- "bytesInOutput": 22292
18315
+ "bytesInOutput": 22318
17684
18316
  },
17685
18317
  "../../node_modules/sdp-transform/lib/grammar.js": {
17686
- "bytesInOutput": 16120
18318
+ "bytesInOutput": 16157
17687
18319
  },
17688
18320
  "../../node_modules/sdp-transform/lib/parser.js": {
17689
- "bytesInOutput": 3497
18321
+ "bytesInOutput": 3518
17690
18322
  },
17691
18323
  "../../node_modules/sdp-transform/lib/writer.js": {
17692
- "bytesInOutput": 3068
18324
+ "bytesInOutput": 3082
17693
18325
  },
17694
18326
  "../../node_modules/sdp-transform/lib/index.js": {
17695
18327
  "bytesInOutput": 615
17696
18328
  },
18329
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
18330
+ "bytesInOutput": 3966
18331
+ },
18332
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
18333
+ "bytesInOutput": 7632
18334
+ },
18335
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
18336
+ "bytesInOutput": 373
18337
+ },
18338
+ "../../node_modules/object-assign/index.js": {
18339
+ "bytesInOutput": 2184
18340
+ },
18341
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
18342
+ "bytesInOutput": 308
18343
+ },
18344
+ "../../node_modules/prop-types/lib/has.js": {
18345
+ "bytesInOutput": 208
18346
+ },
18347
+ "../../node_modules/prop-types/checkPropTypes.js": {
18348
+ "bytesInOutput": 2826
18349
+ },
18350
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
18351
+ "bytesInOutput": 19858
18352
+ },
18353
+ "../../node_modules/prop-types/factoryWithThrowingShims.js": {
18354
+ "bytesInOutput": 1646
18355
+ },
18356
+ "../../node_modules/prop-types/index.js": {
18357
+ "bytesInOutput": 497
18358
+ },
17697
18359
  "src/index.ts": {
17698
18360
  "bytesInOutput": 27
17699
18361
  },
@@ -17848,7 +18510,7 @@
17848
18510
  "bytesInOutput": 27
17849
18511
  },
17850
18512
  "src/AudioLevel/useBorderAudioLevel.tsx": {
17851
- "bytesInOutput": 753
18513
+ "bytesInOutput": 755
17852
18514
  },
17853
18515
  "src/AudioLevel/AudioLevel.tsx": {
17854
18516
  "bytesInOutput": 2196
@@ -17866,7 +18528,7 @@
17866
18528
  "bytesInOutput": 8580
17867
18529
  },
17868
18530
  "src/Stats/formatBytes.ts": {
17869
- "bytesInOutput": 468
18531
+ "bytesInOutput": 478
17870
18532
  },
17871
18533
  "src/Stats/StyledStats.tsx": {
17872
18534
  "bytesInOutput": 708
@@ -17923,13 +18585,13 @@
17923
18585
  "bytesInOutput": 887
17924
18586
  },
17925
18587
  "src/Prebuilt/App.tsx": {
17926
- "bytesInOutput": 7828
18588
+ "bytesInOutput": 8043
17927
18589
  },
17928
18590
  "src/Prebuilt/components/AppData/AppData.tsx": {
17929
- "bytesInOutput": 5997
18591
+ "bytesInOutput": 6013
17930
18592
  },
17931
18593
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17932
- "bytesInOutput": 2705
18594
+ "bytesInOutput": 2709
17933
18595
  },
17934
18596
  "src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
17935
18597
  "bytesInOutput": 973
@@ -17950,19 +18612,19 @@
17950
18612
  "bytesInOutput": 1118
17951
18613
  },
17952
18614
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
17953
- "bytesInOutput": 2254
18615
+ "bytesInOutput": 2257
17954
18616
  },
17955
18617
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
17956
18618
  "bytesInOutput": 1486
17957
18619
  },
17958
18620
  "src/Prebuilt/common/utils.js": {
17959
- "bytesInOutput": 3166
18621
+ "bytesInOutput": 3178
17960
18622
  },
17961
18623
  "src/Prebuilt/components/AppData/useSidepane.js": {
17962
- "bytesInOutput": 2499
18624
+ "bytesInOutput": 2511
17963
18625
  },
17964
18626
  "src/Prebuilt/components/AuthToken.jsx": {
17965
- "bytesInOutput": 3650
18627
+ "bytesInOutput": 3653
17966
18628
  },
17967
18629
  "src/Prebuilt/AppContext.tsx": {
17968
18630
  "bytesInOutput": 577
@@ -17971,7 +18633,7 @@
17971
18633
  "bytesInOutput": 4698
17972
18634
  },
17973
18635
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17974
- "bytesInOutput": 7207
18636
+ "bytesInOutput": 7213
17975
18637
  },
17976
18638
  "src/Prebuilt/components/Footer/Footer.tsx": {
17977
18639
  "bytesInOutput": 3306
@@ -17998,7 +18660,7 @@
17998
18660
  "bytesInOutput": 2859
17999
18661
  },
18000
18662
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
18001
- "bytesInOutput": 6554
18663
+ "bytesInOutput": 6557
18002
18664
  },
18003
18665
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
18004
18666
  "bytesInOutput": 1308
@@ -18028,10 +18690,10 @@
18028
18690
  "bytesInOutput": 606
18029
18691
  },
18030
18692
  "src/Prebuilt/common/hooks.ts": {
18031
- "bytesInOutput": 7091
18693
+ "bytesInOutput": 7094
18032
18694
  },
18033
18695
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
18034
- "bytesInOutput": 2474
18696
+ "bytesInOutput": 2478
18035
18697
  },
18036
18698
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
18037
18699
  "bytesInOutput": 5773
@@ -18055,16 +18717,16 @@
18055
18717
  "bytesInOutput": 474
18056
18718
  },
18057
18719
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
18058
- "bytesInOutput": 8398
18720
+ "bytesInOutput": 8401
18059
18721
  },
18060
18722
  "src/Prebuilt/components/PIP/index.jsx": {
18061
18723
  "bytesInOutput": 178
18062
18724
  },
18063
18725
  "src/Prebuilt/components/PIP/PIPComponent.tsx": {
18064
- "bytesInOutput": 2679
18726
+ "bytesInOutput": 2683
18065
18727
  },
18066
18728
  "src/Prebuilt/components/PIP/PIPManager.ts": {
18067
- "bytesInOutput": 9818
18729
+ "bytesInOutput": 9846
18068
18730
  },
18069
18731
  "src/Prebuilt/components/PIP/pipUtils.js": {
18070
18732
  "bytesInOutput": 4289
@@ -18073,10 +18735,10 @@
18073
18735
  "bytesInOutput": 2509
18074
18736
  },
18075
18737
  "src/Prebuilt/components/RoleChangeModal.tsx": {
18076
- "bytesInOutput": 5737
18738
+ "bytesInOutput": 5739
18077
18739
  },
18078
18740
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
18079
- "bytesInOutput": 3629
18741
+ "bytesInOutput": 3631
18080
18742
  },
18081
18743
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
18082
18744
  "bytesInOutput": 2942
@@ -18085,10 +18747,10 @@
18085
18747
  "bytesInOutput": 7700
18086
18748
  },
18087
18749
  "src/Prebuilt/components/StatsForNerds.jsx": {
18088
- "bytesInOutput": 9842
18750
+ "bytesInOutput": 9414
18089
18751
  },
18090
18752
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
18091
- "bytesInOutput": 5008
18753
+ "bytesInOutput": 5011
18092
18754
  },
18093
18755
  "src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
18094
18756
  "bytesInOutput": 1015
@@ -18103,7 +18765,7 @@
18103
18765
  "bytesInOutput": 1270
18104
18766
  },
18105
18767
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
18106
- "bytesInOutput": 1834
18768
+ "bytesInOutput": 1837
18107
18769
  },
18108
18770
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
18109
18771
  "bytesInOutput": 2579
@@ -18112,22 +18774,22 @@
18112
18774
  "bytesInOutput": 437
18113
18775
  },
18114
18776
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
18115
- "bytesInOutput": 1826
18777
+ "bytesInOutput": 1831
18116
18778
  },
18117
18779
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
18118
- "bytesInOutput": 12182
18780
+ "bytesInOutput": 12189
18119
18781
  },
18120
18782
  "src/Prebuilt/components/Header/StreamActions.tsx": {
18121
- "bytesInOutput": 9482
18783
+ "bytesInOutput": 9484
18122
18784
  },
18123
18785
  "../hms-video-store/dist/index.js": {
18124
- "bytesInOutput": 49647
18786
+ "bytesInOutput": 457165
18125
18787
  },
18126
18788
  "../../node_modules/reselect/es/index.js": {
18127
- "bytesInOutput": 2537
18789
+ "bytesInOutput": 2550
18128
18790
  },
18129
18791
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
18130
- "bytesInOutput": 118
18792
+ "bytesInOutput": 154
18131
18793
  },
18132
18794
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
18133
18795
  "bytesInOutput": 4335
@@ -18136,46 +18798,55 @@
18136
18798
  "bytesInOutput": 6313
18137
18799
  },
18138
18800
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
18139
- "bytesInOutput": 22678
18801
+ "bytesInOutput": 22707
18140
18802
  },
18141
18803
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18142
- "bytesInOutput": 6079
18804
+ "bytesInOutput": 6119
18143
18805
  },
18144
18806
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18145
18807
  "bytesInOutput": 1256
18146
18808
  },
18147
18809
  "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
18148
- "bytesInOutput": 9143
18810
+ "bytesInOutput": 9145
18149
18811
  },
18150
18812
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18151
- "bytesInOutput": 2122
18813
+ "bytesInOutput": 2144
18152
18814
  },
18153
18815
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
18154
18816
  "bytesInOutput": 842
18155
18817
  },
18156
18818
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
18157
- "bytesInOutput": 11868
18819
+ "bytesInOutput": 11873
18158
18820
  },
18159
18821
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
18160
18822
  "bytesInOutput": 12460
18161
18823
  },
18824
+ "../../node_modules/immer/dist/immer.esm.mjs": {
18825
+ "bytesInOutput": 14791
18826
+ },
18827
+ "../../node_modules/zustand/esm/shallow.js": {
18828
+ "bytesInOutput": 574
18829
+ },
18830
+ "../../node_modules/zustand/esm/vanilla.js": {
18831
+ "bytesInOutput": 1395
18832
+ },
18162
18833
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
18163
- "bytesInOutput": 6823
18834
+ "bytesInOutput": 6826
18164
18835
  },
18165
18836
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
18166
- "bytesInOutput": 1071
18837
+ "bytesInOutput": 1078
18167
18838
  },
18168
18839
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
18169
- "bytesInOutput": 907
18840
+ "bytesInOutput": 911
18170
18841
  },
18171
18842
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
18172
- "bytesInOutput": 2201
18843
+ "bytesInOutput": 2203
18173
18844
  },
18174
18845
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
18175
18846
  "bytesInOutput": 3302
18176
18847
  },
18177
18848
  "src/Prebuilt/components/AppData/useSheet.ts": {
18178
- "bytesInOutput": 844
18849
+ "bytesInOutput": 847
18179
18850
  },
18180
18851
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
18181
18852
  "bytesInOutput": 658
@@ -18235,16 +18906,16 @@
18235
18906
  "bytesInOutput": 5231
18236
18907
  },
18237
18908
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
18238
- "bytesInOutput": 7326
18909
+ "bytesInOutput": 7330
18239
18910
  },
18240
18911
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
18241
- "bytesInOutput": 1801
18912
+ "bytesInOutput": 1805
18242
18913
  },
18243
18914
  "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
18244
18915
  "bytesInOutput": 686
18245
18916
  },
18246
18917
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
18247
- "bytesInOutput": 1806
18918
+ "bytesInOutput": 1810
18248
18919
  },
18249
18920
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
18250
18921
  "bytesInOutput": 1104
@@ -18253,22 +18924,22 @@
18253
18924
  "bytesInOutput": 1222
18254
18925
  },
18255
18926
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
18256
- "bytesInOutput": 2414
18927
+ "bytesInOutput": 2417
18257
18928
  },
18258
18929
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
18259
- "bytesInOutput": 3077
18930
+ "bytesInOutput": 3085
18260
18931
  },
18261
18932
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
18262
18933
  "bytesInOutput": 9940
18263
18934
  },
18264
18935
  "src/Prebuilt/layouts/SidePane.tsx": {
18265
- "bytesInOutput": 6436
18936
+ "bytesInOutput": 6439
18266
18937
  },
18267
18938
  "src/Prebuilt/components/Polls/Polls.tsx": {
18268
18939
  "bytesInOutput": 735
18269
18940
  },
18270
18941
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
18271
- "bytesInOutput": 8166
18942
+ "bytesInOutput": 8181
18272
18943
  },
18273
18944
  "src/Prebuilt/components/Streaming/Common.jsx": {
18274
18945
  "bytesInOutput": 2317
@@ -18322,7 +18993,7 @@
18322
18993
  "bytesInOutput": 666
18323
18994
  },
18324
18995
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
18325
- "bytesInOutput": 1874
18996
+ "bytesInOutput": 1877
18326
18997
  },
18327
18998
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
18328
18999
  "bytesInOutput": 5206
@@ -18352,10 +19023,10 @@
18352
19023
  "bytesInOutput": 7557
18353
19024
  },
18354
19025
  "src/Prebuilt/components/Chat/Chat.tsx": {
18355
- "bytesInOutput": 5649
19026
+ "bytesInOutput": 5652
18356
19027
  },
18357
19028
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
18358
- "bytesInOutput": 14742
19029
+ "bytesInOutput": 14749
18359
19030
  },
18360
19031
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
18361
19032
  "bytesInOutput": 9785
@@ -18364,10 +19035,10 @@
18364
19035
  "bytesInOutput": 417
18365
19036
  },
18366
19037
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
18367
- "bytesInOutput": 1210
19038
+ "bytesInOutput": 1213
18368
19039
  },
18369
19040
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
18370
- "bytesInOutput": 2758
19041
+ "bytesInOutput": 2765
18371
19042
  },
18372
19043
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
18373
19044
  "bytesInOutput": 1952
@@ -18379,7 +19050,7 @@
18379
19050
  "bytesInOutput": 710
18380
19051
  },
18381
19052
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
18382
- "bytesInOutput": 10231
19053
+ "bytesInOutput": 10862
18383
19054
  },
18384
19055
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
18385
19056
  "bytesInOutput": 5318
@@ -18388,13 +19059,13 @@
18388
19059
  "bytesInOutput": 7066
18389
19060
  },
18390
19061
  "src/Prebuilt/components/AppData/useChatState.js": {
18391
- "bytesInOutput": 666
19062
+ "bytesInOutput": 669
18392
19063
  },
18393
19064
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
18394
19065
  "bytesInOutput": 1202
18395
19066
  },
18396
19067
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
18397
- "bytesInOutput": 2916
19068
+ "bytesInOutput": 2919
18398
19069
  },
18399
19070
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
18400
19071
  "bytesInOutput": 5076
@@ -18403,13 +19074,13 @@
18403
19074
  "bytesInOutput": 1021
18404
19075
  },
18405
19076
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
18406
- "bytesInOutput": 543
19077
+ "bytesInOutput": 545
18407
19078
  },
18408
19079
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
18409
- "bytesInOutput": 4205
19080
+ "bytesInOutput": 4207
18410
19081
  },
18411
19082
  "src/Prebuilt/components/ChatSettings.tsx": {
18412
- "bytesInOutput": 2469
19083
+ "bytesInOutput": 2471
18413
19084
  },
18414
19085
  "src/Prebuilt/components/VideoTile.tsx": {
18415
19086
  "bytesInOutput": 6608
@@ -18421,7 +19092,7 @@
18421
19092
  "bytesInOutput": 4811
18422
19093
  },
18423
19094
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
18424
- "bytesInOutput": 12243
19095
+ "bytesInOutput": 12245
18425
19096
  },
18426
19097
  "src/Prebuilt/components/TileMenu/utils.ts": {
18427
19098
  "bytesInOutput": 160
@@ -18430,7 +19101,7 @@
18430
19101
  "bytesInOutput": 1050
18431
19102
  },
18432
19103
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
18433
- "bytesInOutput": 7903
19104
+ "bytesInOutput": 7910
18434
19105
  },
18435
19106
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
18436
19107
  "bytesInOutput": 1157
@@ -18457,10 +19128,10 @@
18457
19128
  "bytesInOutput": 2206
18458
19129
  },
18459
19130
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
18460
- "bytesInOutput": 5314
19131
+ "bytesInOutput": 5317
18461
19132
  },
18462
19133
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
18463
- "bytesInOutput": 5114
19134
+ "bytesInOutput": 4550
18464
19135
  },
18465
19136
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
18466
19137
  "bytesInOutput": 1886
@@ -18475,13 +19146,13 @@
18475
19146
  "bytesInOutput": 451
18476
19147
  },
18477
19148
  "src/Prebuilt/components/Pagination.tsx": {
18478
- "bytesInOutput": 1699
19149
+ "bytesInOutput": 1703
18479
19150
  },
18480
19151
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
18481
19152
  "bytesInOutput": 1204
18482
19153
  },
18483
19154
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
18484
- "bytesInOutput": 3834
19155
+ "bytesInOutput": 3852
18485
19156
  },
18486
19157
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
18487
19158
  "bytesInOutput": 2183
@@ -18496,7 +19167,7 @@
18496
19167
  "bytesInOutput": 1046
18497
19168
  },
18498
19169
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
18499
- "bytesInOutput": 2664
19170
+ "bytesInOutput": 2668
18500
19171
  },
18501
19172
  "src/Prebuilt/components/ScreenshareTile.tsx": {
18502
19173
  "bytesInOutput": 4447
@@ -18505,12 +19176,12 @@
18505
19176
  "bytesInOutput": 3276
18506
19177
  },
18507
19178
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
18508
- "bytesInOutput": 1226
19179
+ "bytesInOutput": 1228
18509
19180
  },
18510
19181
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
18511
- "bytesInOutput": 2793
19182
+ "bytesInOutput": 2797
18512
19183
  },
18513
- "../../../../../../../tmp/tmp-2872-xxVMM16lBgRS/1901733b2d51/index.css": {
19184
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197f7e0/index.css": {
18514
19185
  "bytesInOutput": 0
18515
19186
  },
18516
19187
  "src/Prebuilt/common/PeersSorter.ts": {
@@ -18538,7 +19209,7 @@
18538
19209
  "bytesInOutput": 1607
18539
19210
  },
18540
19211
  "src/Prebuilt/components/Header/common.jsx": {
18541
- "bytesInOutput": 6075
19212
+ "bytesInOutput": 6077
18542
19213
  },
18543
19214
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
18544
19215
  "bytesInOutput": 754
@@ -18571,7 +19242,7 @@
18571
19242
  "bytesInOutput": 27
18572
19243
  },
18573
19244
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
18574
- "bytesInOutput": 8113
19245
+ "bytesInOutput": 8116
18575
19246
  },
18576
19247
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
18577
19248
  "bytesInOutput": 1053
@@ -18586,7 +19257,7 @@
18586
19257
  "bytesInOutput": 1983
18587
19258
  },
18588
19259
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
18589
- "bytesInOutput": 6413
19260
+ "bytesInOutput": 6417
18590
19261
  },
18591
19262
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
18592
19263
  "bytesInOutput": 1596
@@ -18595,7 +19266,7 @@
18595
19266
  "bytesInOutput": 1428
18596
19267
  },
18597
19268
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
18598
- "bytesInOutput": 4534
19269
+ "bytesInOutput": 4537
18599
19270
  },
18600
19271
  "src/Prebuilt/images/android-perm-1.png": {
18601
19272
  "bytesInOutput": 10443
@@ -18607,13 +19278,13 @@
18607
19278
  "bytesInOutput": 2284
18608
19279
  },
18609
19280
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
18610
- "bytesInOutput": 1867
19281
+ "bytesInOutput": 1869
18611
19282
  },
18612
19283
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
18613
19284
  "bytesInOutput": 640
18614
19285
  },
18615
19286
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
18616
- "bytesInOutput": 1760
19287
+ "bytesInOutput": 1762
18617
19288
  },
18618
19289
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
18619
19290
  "bytesInOutput": 2185
@@ -18634,13 +19305,13 @@
18634
19305
  "bytesInOutput": 1623
18635
19306
  },
18636
19307
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
18637
- "bytesInOutput": 4325
19308
+ "bytesInOutput": 4332
18638
19309
  },
18639
19310
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
18640
19311
  "bytesInOutput": 605
18641
19312
  },
18642
19313
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
18643
- "bytesInOutput": 1847
19314
+ "bytesInOutput": 1850
18644
19315
  },
18645
19316
  "src/Progress/index.tsx": {
18646
19317
  "bytesInOutput": 418
@@ -18650,9 +19321,33 @@
18650
19321
  },
18651
19322
  "src/TextArea/TextArea.tsx": {
18652
19323
  "bytesInOutput": 651
19324
+ },
19325
+ "src/Diagnostics/index.ts": {
19326
+ "bytesInOutput": 27
19327
+ },
19328
+ "src/Diagnostics/Diagnostics.tsx": {
19329
+ "bytesInOutput": 3946
19330
+ },
19331
+ "src/Diagnostics/components.tsx": {
19332
+ "bytesInOutput": 2112
19333
+ },
19334
+ "src/Diagnostics/hms.ts": {
19335
+ "bytesInOutput": 237
19336
+ },
19337
+ "src/Diagnostics/AudioTest.tsx": {
19338
+ "bytesInOutput": 4847
19339
+ },
19340
+ "src/Diagnostics/DeviceSelector.jsx": {
19341
+ "bytesInOutput": 2155
19342
+ },
19343
+ "src/Diagnostics/ConnectivityTest.tsx": {
19344
+ "bytesInOutput": 12446
19345
+ },
19346
+ "src/Diagnostics/VideoTest.tsx": {
19347
+ "bytesInOutput": 2265
18653
19348
  }
18654
19349
  },
18655
- "bytes": 1348612
19350
+ "bytes": 1843012
18656
19351
  },
18657
19352
  "dist/index.css.map": {
18658
19353
  "imports": [],
@@ -18714,22 +19409,22 @@
18714
19409
  }
18715
19410
  ],
18716
19411
  "inputs": {
18717
- "../../../../../../../tmp/tmp-2872-xxVMM16lBgRS/1901733b2e73/tldraw.css": {
19412
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197fe32/tldraw.css": {
18718
19413
  "bytesInOutput": 75223
18719
19414
  },
18720
- "../../../../../../../tmp/tmp-2872-xxVMM16lBgRS/1901733b2d51/index.css": {
19415
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197f7e0/index.css": {
18721
19416
  "bytesInOutput": 401
18722
19417
  }
18723
19418
  },
18724
19419
  "bytes": 75901
18725
19420
  },
18726
- "dist/HLSView-MSHPSUUJ.css.map": {
19421
+ "dist/HLSView-772PCEEZ.css.map": {
18727
19422
  "imports": [],
18728
19423
  "exports": [],
18729
19424
  "inputs": {},
18730
19425
  "bytes": 122402
18731
19426
  },
18732
- "dist/HLSView-MSHPSUUJ.css": {
19427
+ "dist/HLSView-772PCEEZ.css": {
18733
19428
  "imports": [
18734
19429
  {
18735
19430
  "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
@@ -18783,10 +19478,10 @@
18783
19478
  }
18784
19479
  ],
18785
19480
  "inputs": {
18786
- "../../../../../../../tmp/tmp-2872-xxVMM16lBgRS/1901733b2e73/tldraw.css": {
19481
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197fe32/tldraw.css": {
18787
19482
  "bytesInOutput": 75223
18788
19483
  },
18789
- "../../../../../../../tmp/tmp-2872-xxVMM16lBgRS/1901733b2d51/index.css": {
19484
+ "../../../../../../../tmp/tmp-2768-rJR1JlrZ8Kgf/1902b197f7e0/index.css": {
18790
19485
  "bytesInOutput": 401
18791
19486
  }
18792
19487
  },