@100mslive/roomkit-react 0.3.14-alpha.0 → 0.3.14-alpha.10
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.
- package/dist/Diagnostics/AudioTest.d.ts +2 -0
- package/dist/Diagnostics/BrowserTest.d.ts +81 -0
- package/dist/Diagnostics/ConnectivityTest.d.ts +7 -0
- package/dist/Diagnostics/Diagnostics.d.ts +2 -0
- package/dist/Diagnostics/VideoTest.d.ts +2 -0
- package/dist/Diagnostics/components.d.ts +18 -0
- package/dist/Diagnostics/hms.d.ts +9 -0
- package/dist/Diagnostics/index.d.ts +1 -0
- package/dist/{HLSView-USRUP6VG.js → HLSView-PL2BEA32.js} +2 -2
- package/dist/{HLSView-7LHIA6HH.css → HLSView-TAAU7UCF.css} +3 -3
- package/dist/{HLSView-7LHIA6HH.css.map → HLSView-TAAU7UCF.css.map} +1 -1
- package/dist/Prebuilt/App.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/PermissionErrorModal.d.ts +5 -1
- package/dist/Stats/index.d.ts +1 -0
- package/dist/{chunk-DYDYPNYY.js → chunk-EKH2S2VL.js} +13835 -2768
- package/dist/chunk-EKH2S2VL.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +14870 -3708
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -1
- package/dist/meta.cjs.json +972 -197
- package/dist/meta.esbuild.json +984 -205
- package/package.json +7 -7
- package/src/Diagnostics/AudioTest.tsx +176 -0
- package/src/Diagnostics/BrowserTest.tsx +139 -0
- package/src/Diagnostics/ConnectivityTest.tsx +359 -0
- package/src/Diagnostics/DeviceSelector.jsx +71 -0
- package/src/Diagnostics/Diagnostics.tsx +134 -0
- package/src/Diagnostics/VideoTest.tsx +68 -0
- package/src/Diagnostics/components.tsx +96 -0
- package/src/Diagnostics/hms.ts +9 -0
- package/src/Diagnostics/index.ts +1 -0
- package/src/Prebuilt/App.tsx +3 -0
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +20 -3
- package/src/Prebuilt/components/Header/common.jsx +3 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +2 -2
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +13 -11
- package/src/Prebuilt/components/StatsForNerds.jsx +1 -13
- package/src/Stats/index.tsx +1 -0
- package/src/index.ts +1 -0
- package/dist/chunk-DYDYPNYY.js.map +0 -7
- /package/dist/{HLSView-USRUP6VG.js.map → HLSView-PL2BEA32.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -1395,13 +1395,18 @@
|
|
1395
1395
|
"format": "esm"
|
1396
1396
|
},
|
1397
1397
|
"src/Stats/index.tsx": {
|
1398
|
-
"bytes":
|
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":
|
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":
|
4954
|
+
"bytes": 356249,
|
4945
4955
|
"imports": [
|
4946
4956
|
{
|
4947
4957
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -8538,7 +8548,7 @@
|
|
8538
8548
|
"format": "esm"
|
8539
8549
|
},
|
8540
8550
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8541
|
-
"bytes":
|
8551
|
+
"bytes": 11557,
|
8542
8552
|
"imports": [
|
8543
8553
|
{
|
8544
8554
|
"path": "react",
|
@@ -10964,7 +10974,7 @@
|
|
10964
10974
|
],
|
10965
10975
|
"format": "esm"
|
10966
10976
|
},
|
10967
|
-
"../../../../../../../tmp/tmp-
|
10977
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6f3/tldraw.css": {
|
10968
10978
|
"bytes": 80111,
|
10969
10979
|
"imports": [
|
10970
10980
|
{
|
@@ -11014,7 +11024,7 @@
|
|
11014
11024
|
}
|
11015
11025
|
]
|
11016
11026
|
},
|
11017
|
-
"../../../../../../../tmp/tmp-
|
11027
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6c2/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-
|
11036
|
+
"path": "../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6f3/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-
|
11111
|
+
"path": "../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6c2/index.css",
|
11102
11112
|
"kind": "import-statement",
|
11103
11113
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11104
11114
|
},
|
@@ -12302,7 +12312,7 @@
|
|
12302
12312
|
"format": "esm"
|
12303
12313
|
},
|
12304
12314
|
"src/Prebuilt/components/Header/common.jsx": {
|
12305
|
-
"bytes":
|
12315
|
+
"bytes": 5819,
|
12306
12316
|
"imports": [
|
12307
12317
|
{
|
12308
12318
|
"path": "react",
|
@@ -13185,7 +13195,7 @@
|
|
13185
13195
|
"imports": []
|
13186
13196
|
},
|
13187
13197
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
13188
|
-
"bytes":
|
13198
|
+
"bytes": 4913,
|
13189
13199
|
"imports": [
|
13190
13200
|
{
|
13191
13201
|
"path": "react",
|
@@ -13396,7 +13406,7 @@
|
|
13396
13406
|
"format": "esm"
|
13397
13407
|
},
|
13398
13408
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
13399
|
-
"bytes":
|
13409
|
+
"bytes": 8058,
|
13400
13410
|
"imports": [
|
13401
13411
|
{
|
13402
13412
|
"path": "react",
|
@@ -13881,7 +13891,7 @@
|
|
13881
13891
|
"format": "esm"
|
13882
13892
|
},
|
13883
13893
|
"src/Prebuilt/App.tsx": {
|
13884
|
-
"bytes":
|
13894
|
+
"bytes": 10754,
|
13885
13895
|
"imports": [
|
13886
13896
|
{
|
13887
13897
|
"path": "react",
|
@@ -14120,216 +14130,835 @@
|
|
14120
14130
|
],
|
14121
14131
|
"format": "esm"
|
14122
14132
|
},
|
14123
|
-
"src/
|
14124
|
-
"bytes":
|
14133
|
+
"src/Diagnostics/hms.ts": {
|
14134
|
+
"bytes": 348,
|
14125
14135
|
"imports": [
|
14126
14136
|
{
|
14127
|
-
"path": "
|
14137
|
+
"path": "../hms-video-store/dist/index.js",
|
14128
14138
|
"kind": "import-statement",
|
14129
|
-
"original": "
|
14139
|
+
"original": "@100mslive/hms-video-store"
|
14130
14140
|
},
|
14131
14141
|
{
|
14132
|
-
"path": "
|
14142
|
+
"path": "<define:process.env>",
|
14133
14143
|
"kind": "import-statement",
|
14134
|
-
"
|
14144
|
+
"external": true
|
14145
|
+
}
|
14146
|
+
],
|
14147
|
+
"format": "esm"
|
14148
|
+
},
|
14149
|
+
"src/Diagnostics/components.tsx": {
|
14150
|
+
"bytes": 2686,
|
14151
|
+
"imports": [
|
14152
|
+
{
|
14153
|
+
"path": "react",
|
14154
|
+
"kind": "import-statement",
|
14155
|
+
"external": true
|
14135
14156
|
},
|
14136
14157
|
{
|
14137
|
-
"path": "src/
|
14158
|
+
"path": "src/Button/index.tsx",
|
14138
14159
|
"kind": "import-statement",
|
14139
|
-
"original": "
|
14160
|
+
"original": "../Button"
|
14140
14161
|
},
|
14141
14162
|
{
|
14142
14163
|
"path": "src/Layout/index.tsx",
|
14143
14164
|
"kind": "import-statement",
|
14144
|
-
"original": "
|
14165
|
+
"original": "../Layout"
|
14145
14166
|
},
|
14146
14167
|
{
|
14147
|
-
"path": "src/
|
14168
|
+
"path": "src/Text/index.tsx",
|
14148
14169
|
"kind": "import-statement",
|
14149
|
-
"original": "
|
14170
|
+
"original": "../Text"
|
14150
14171
|
},
|
14151
14172
|
{
|
14152
|
-
"path": "
|
14173
|
+
"path": "../Theme",
|
14153
14174
|
"kind": "import-statement",
|
14154
|
-
"
|
14175
|
+
"external": true
|
14155
14176
|
},
|
14156
14177
|
{
|
14157
|
-
"path": "src/
|
14178
|
+
"path": "src/Diagnostics/hms.ts",
|
14158
14179
|
"kind": "import-statement",
|
14159
|
-
"original": "./
|
14180
|
+
"original": "./hms"
|
14160
14181
|
},
|
14161
14182
|
{
|
14162
|
-
"path": "
|
14183
|
+
"path": "<define:process.env>",
|
14163
14184
|
"kind": "import-statement",
|
14164
|
-
"
|
14185
|
+
"external": true
|
14165
14186
|
},
|
14166
14187
|
{
|
14167
|
-
"path": "
|
14188
|
+
"path": "<runtime>",
|
14168
14189
|
"kind": "import-statement",
|
14169
|
-
"
|
14170
|
-
}
|
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": [
|
14171
14198
|
{
|
14172
|
-
"path": "
|
14199
|
+
"path": "<define:process.env>",
|
14173
14200
|
"kind": "import-statement",
|
14174
|
-
"
|
14175
|
-
}
|
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": [
|
14176
14209
|
{
|
14177
|
-
"path": "
|
14210
|
+
"path": "<define:process.env>",
|
14178
14211
|
"kind": "import-statement",
|
14179
|
-
"
|
14180
|
-
}
|
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": [
|
14181
14220
|
{
|
14182
|
-
"path": "
|
14221
|
+
"path": "<define:process.env>",
|
14183
14222
|
"kind": "import-statement",
|
14184
|
-
"
|
14223
|
+
"external": true
|
14185
14224
|
},
|
14186
14225
|
{
|
14187
|
-
"path": "
|
14188
|
-
"kind": "
|
14189
|
-
"original": "./
|
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"
|
14190
14229
|
},
|
14191
14230
|
{
|
14192
|
-
"path": "
|
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>",
|
14193
14243
|
"kind": "import-statement",
|
14194
|
-
"
|
14195
|
-
}
|
14244
|
+
"external": true
|
14245
|
+
}
|
14246
|
+
],
|
14247
|
+
"format": "cjs"
|
14248
|
+
},
|
14249
|
+
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
14250
|
+
"bytes": 314,
|
14251
|
+
"imports": [
|
14196
14252
|
{
|
14197
|
-
"path": "
|
14253
|
+
"path": "<define:process.env>",
|
14198
14254
|
"kind": "import-statement",
|
14199
|
-
"
|
14200
|
-
}
|
14255
|
+
"external": true
|
14256
|
+
}
|
14257
|
+
],
|
14258
|
+
"format": "cjs"
|
14259
|
+
},
|
14260
|
+
"../../node_modules/prop-types/lib/has.js": {
|
14261
|
+
"bytes": 70,
|
14262
|
+
"imports": [
|
14201
14263
|
{
|
14202
|
-
"path": "
|
14264
|
+
"path": "<define:process.env>",
|
14203
14265
|
"kind": "import-statement",
|
14204
|
-
"
|
14205
|
-
}
|
14266
|
+
"external": true
|
14267
|
+
}
|
14268
|
+
],
|
14269
|
+
"format": "cjs"
|
14270
|
+
},
|
14271
|
+
"../../node_modules/prop-types/checkPropTypes.js": {
|
14272
|
+
"bytes": 3868,
|
14273
|
+
"imports": [
|
14206
14274
|
{
|
14207
|
-
"path": "
|
14275
|
+
"path": "<define:process.env>",
|
14208
14276
|
"kind": "import-statement",
|
14209
|
-
"
|
14277
|
+
"external": true
|
14210
14278
|
},
|
14211
14279
|
{
|
14212
|
-
"path": "
|
14213
|
-
"kind": "
|
14214
|
-
"original": "./
|
14280
|
+
"path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
|
14281
|
+
"kind": "require-call",
|
14282
|
+
"original": "./lib/ReactPropTypesSecret"
|
14215
14283
|
},
|
14216
14284
|
{
|
14217
|
-
"path": "
|
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>",
|
14218
14297
|
"kind": "import-statement",
|
14219
|
-
"
|
14298
|
+
"external": true
|
14220
14299
|
},
|
14221
14300
|
{
|
14222
|
-
"path": "
|
14223
|
-
"kind": "
|
14224
|
-
"original": "
|
14301
|
+
"path": "../../node_modules/prop-types/node_modules/react-is/index.js",
|
14302
|
+
"kind": "require-call",
|
14303
|
+
"original": "react-is"
|
14225
14304
|
},
|
14226
14305
|
{
|
14227
|
-
"path": "
|
14228
|
-
"kind": "
|
14229
|
-
"original": "
|
14306
|
+
"path": "../../node_modules/object-assign/index.js",
|
14307
|
+
"kind": "require-call",
|
14308
|
+
"original": "object-assign"
|
14230
14309
|
},
|
14231
14310
|
{
|
14232
|
-
"path": "
|
14233
|
-
"kind": "
|
14234
|
-
"original": "./
|
14311
|
+
"path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
|
14312
|
+
"kind": "require-call",
|
14313
|
+
"original": "./lib/ReactPropTypesSecret"
|
14235
14314
|
},
|
14236
14315
|
{
|
14237
|
-
"path": "
|
14316
|
+
"path": "../../node_modules/prop-types/lib/has.js",
|
14317
|
+
"kind": "require-call",
|
14318
|
+
"original": "./lib/has"
|
14319
|
+
},
|
14320
|
+
{
|
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>",
|
14238
14333
|
"kind": "import-statement",
|
14239
|
-
"
|
14334
|
+
"external": true
|
14240
14335
|
},
|
14241
14336
|
{
|
14242
|
-
"path": "
|
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>",
|
14243
14349
|
"kind": "import-statement",
|
14244
|
-
"
|
14350
|
+
"external": true
|
14245
14351
|
},
|
14246
14352
|
{
|
14247
|
-
"path": "
|
14353
|
+
"path": "../../node_modules/prop-types/node_modules/react-is/index.js",
|
14354
|
+
"kind": "require-call",
|
14355
|
+
"original": "react-is"
|
14356
|
+
},
|
14357
|
+
{
|
14358
|
+
"path": "../../node_modules/prop-types/factoryWithTypeCheckers.js",
|
14359
|
+
"kind": "require-call",
|
14360
|
+
"original": "./factoryWithTypeCheckers"
|
14361
|
+
},
|
14362
|
+
{
|
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",
|
14248
14375
|
"kind": "import-statement",
|
14249
|
-
"
|
14376
|
+
"external": true
|
14250
14377
|
},
|
14251
14378
|
{
|
14252
|
-
"path": "
|
14379
|
+
"path": "../../node_modules/prop-types/index.js",
|
14253
14380
|
"kind": "import-statement",
|
14254
|
-
"original": "
|
14381
|
+
"original": "prop-types"
|
14255
14382
|
},
|
14256
14383
|
{
|
14257
|
-
"path": "src/
|
14384
|
+
"path": "src/Dropdown/index.tsx",
|
14258
14385
|
"kind": "import-statement",
|
14259
|
-
"original": "
|
14386
|
+
"original": "../Dropdown"
|
14260
14387
|
},
|
14261
14388
|
{
|
14262
|
-
"path": "src/
|
14389
|
+
"path": "src/Layout/index.tsx",
|
14263
14390
|
"kind": "import-statement",
|
14264
|
-
"original": "
|
14391
|
+
"original": "../Layout"
|
14265
14392
|
},
|
14266
14393
|
{
|
14267
|
-
"path": "src/
|
14394
|
+
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
14268
14395
|
"kind": "import-statement",
|
14269
|
-
"original": "
|
14396
|
+
"original": "../Prebuilt/primitives/DropdownTrigger"
|
14270
14397
|
},
|
14271
14398
|
{
|
14272
|
-
"path": "src/
|
14399
|
+
"path": "src/Text/index.tsx",
|
14273
14400
|
"kind": "import-statement",
|
14274
|
-
"original": "
|
14401
|
+
"original": "../Text"
|
14275
14402
|
},
|
14276
14403
|
{
|
14277
|
-
"path": "
|
14404
|
+
"path": "<define:process.env>",
|
14278
14405
|
"kind": "import-statement",
|
14279
|
-
"
|
14406
|
+
"external": true
|
14407
|
+
}
|
14408
|
+
],
|
14409
|
+
"format": "esm"
|
14410
|
+
},
|
14411
|
+
"src/Diagnostics/AudioTest.tsx": {
|
14412
|
+
"bytes": 5792,
|
14413
|
+
"imports": [
|
14414
|
+
{
|
14415
|
+
"path": "react",
|
14416
|
+
"kind": "import-statement",
|
14417
|
+
"external": true
|
14280
14418
|
},
|
14281
14419
|
{
|
14282
|
-
"path": "
|
14420
|
+
"path": "@100mslive/react-sdk",
|
14283
14421
|
"kind": "import-statement",
|
14284
|
-
"
|
14422
|
+
"external": true
|
14285
14423
|
},
|
14286
14424
|
{
|
14287
|
-
"path": "
|
14425
|
+
"path": "@100mslive/react-icons",
|
14288
14426
|
"kind": "import-statement",
|
14289
|
-
"
|
14427
|
+
"external": true
|
14290
14428
|
},
|
14291
14429
|
{
|
14292
|
-
"path": "src/
|
14430
|
+
"path": "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx",
|
14293
14431
|
"kind": "import-statement",
|
14294
|
-
"original": "
|
14432
|
+
"original": "../Prebuilt/components/Notifications/PermissionErrorModal"
|
14295
14433
|
},
|
14296
14434
|
{
|
14297
|
-
"path": "src/
|
14435
|
+
"path": "src/Diagnostics/components.tsx",
|
14298
14436
|
"kind": "import-statement",
|
14299
|
-
"original": "./
|
14437
|
+
"original": "./components"
|
14300
14438
|
},
|
14301
14439
|
{
|
14302
|
-
"path": "src/
|
14440
|
+
"path": "src/Button/index.tsx",
|
14303
14441
|
"kind": "import-statement",
|
14304
|
-
"original": "
|
14442
|
+
"original": "../Button"
|
14305
14443
|
},
|
14306
14444
|
{
|
14307
|
-
"path": "src/
|
14445
|
+
"path": "src/Layout/index.tsx",
|
14308
14446
|
"kind": "import-statement",
|
14309
|
-
"original": "
|
14447
|
+
"original": "../Layout"
|
14310
14448
|
},
|
14311
14449
|
{
|
14312
14450
|
"path": "src/Progress/index.tsx",
|
14313
14451
|
"kind": "import-statement",
|
14314
|
-
"original": "
|
14452
|
+
"original": "../Progress"
|
14315
14453
|
},
|
14316
14454
|
{
|
14317
|
-
"path": "src/
|
14455
|
+
"path": "src/Text/index.tsx",
|
14318
14456
|
"kind": "import-statement",
|
14319
|
-
"original": "
|
14457
|
+
"original": "../Text"
|
14320
14458
|
},
|
14321
14459
|
{
|
14322
|
-
"path": "src/
|
14460
|
+
"path": "src/Diagnostics/DeviceSelector.jsx",
|
14323
14461
|
"kind": "import-statement",
|
14324
|
-
"original": "./
|
14462
|
+
"original": "./DeviceSelector"
|
14325
14463
|
},
|
14326
14464
|
{
|
14327
|
-
"path": "
|
14465
|
+
"path": "src/Diagnostics/hms.ts",
|
14328
14466
|
"kind": "import-statement",
|
14329
|
-
"
|
14330
|
-
}
|
14331
|
-
|
14332
|
-
|
14467
|
+
"original": "./hms"
|
14468
|
+
},
|
14469
|
+
{
|
14470
|
+
"path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
|
14471
|
+
"kind": "import-statement",
|
14472
|
+
"original": "../Prebuilt/components/hooks/useAudioOutputTest"
|
14473
|
+
},
|
14474
|
+
{
|
14475
|
+
"path": "src/Prebuilt/common/constants.ts",
|
14476
|
+
"kind": "import-statement",
|
14477
|
+
"original": "../Prebuilt/common/constants"
|
14478
|
+
},
|
14479
|
+
{
|
14480
|
+
"path": "<define:process.env>",
|
14481
|
+
"kind": "import-statement",
|
14482
|
+
"external": true
|
14483
|
+
}
|
14484
|
+
],
|
14485
|
+
"format": "esm"
|
14486
|
+
},
|
14487
|
+
"src/Diagnostics/BrowserTest.tsx": {
|
14488
|
+
"bytes": 4184,
|
14489
|
+
"imports": [
|
14490
|
+
{
|
14491
|
+
"path": "react",
|
14492
|
+
"kind": "import-statement",
|
14493
|
+
"external": true
|
14494
|
+
},
|
14495
|
+
{
|
14496
|
+
"path": "@100mslive/react-sdk",
|
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/Layout/index.tsx",
|
14507
|
+
"kind": "import-statement",
|
14508
|
+
"original": "../Layout"
|
14509
|
+
},
|
14510
|
+
{
|
14511
|
+
"path": "src/Text/index.tsx",
|
14512
|
+
"kind": "import-statement",
|
14513
|
+
"original": "../Text"
|
14514
|
+
},
|
14515
|
+
{
|
14516
|
+
"path": "src/Diagnostics/hms.ts",
|
14517
|
+
"kind": "import-statement",
|
14518
|
+
"original": "./hms"
|
14519
|
+
},
|
14520
|
+
{
|
14521
|
+
"path": "<define:process.env>",
|
14522
|
+
"kind": "import-statement",
|
14523
|
+
"external": true
|
14524
|
+
}
|
14525
|
+
],
|
14526
|
+
"format": "esm"
|
14527
|
+
},
|
14528
|
+
"src/Diagnostics/ConnectivityTest.tsx": {
|
14529
|
+
"bytes": 11343,
|
14530
|
+
"imports": [
|
14531
|
+
{
|
14532
|
+
"path": "react",
|
14533
|
+
"kind": "import-statement",
|
14534
|
+
"external": true
|
14535
|
+
},
|
14536
|
+
{
|
14537
|
+
"path": "@100mslive/react-sdk",
|
14538
|
+
"kind": "import-statement",
|
14539
|
+
"external": true
|
14540
|
+
},
|
14541
|
+
{
|
14542
|
+
"path": "@100mslive/react-icons",
|
14543
|
+
"kind": "import-statement",
|
14544
|
+
"external": true
|
14545
|
+
},
|
14546
|
+
{
|
14547
|
+
"path": "src/Diagnostics/components.tsx",
|
14548
|
+
"kind": "import-statement",
|
14549
|
+
"original": "./components"
|
14550
|
+
},
|
14551
|
+
{
|
14552
|
+
"path": "src/Button/index.tsx",
|
14553
|
+
"kind": "import-statement",
|
14554
|
+
"original": "../Button"
|
14555
|
+
},
|
14556
|
+
{
|
14557
|
+
"path": "src/Layout/index.tsx",
|
14558
|
+
"kind": "import-statement",
|
14559
|
+
"original": "../Layout"
|
14560
|
+
},
|
14561
|
+
{
|
14562
|
+
"path": "src/Loading/index.ts",
|
14563
|
+
"kind": "import-statement",
|
14564
|
+
"original": "../Loading"
|
14565
|
+
},
|
14566
|
+
{
|
14567
|
+
"path": "src/Stats/index.tsx",
|
14568
|
+
"kind": "import-statement",
|
14569
|
+
"original": "../Stats"
|
14570
|
+
},
|
14571
|
+
{
|
14572
|
+
"path": "src/Text/index.tsx",
|
14573
|
+
"kind": "import-statement",
|
14574
|
+
"original": "../Text"
|
14575
|
+
},
|
14576
|
+
{
|
14577
|
+
"path": "src/Diagnostics/hms.ts",
|
14578
|
+
"kind": "import-statement",
|
14579
|
+
"original": "./hms"
|
14580
|
+
},
|
14581
|
+
{
|
14582
|
+
"path": "<define:process.env>",
|
14583
|
+
"kind": "import-statement",
|
14584
|
+
"external": true
|
14585
|
+
}
|
14586
|
+
],
|
14587
|
+
"format": "esm"
|
14588
|
+
},
|
14589
|
+
"src/Diagnostics/VideoTest.tsx": {
|
14590
|
+
"bytes": 2521,
|
14591
|
+
"imports": [
|
14592
|
+
{
|
14593
|
+
"path": "react",
|
14594
|
+
"kind": "import-statement",
|
14595
|
+
"external": true
|
14596
|
+
},
|
14597
|
+
{
|
14598
|
+
"path": "@100mslive/react-sdk",
|
14599
|
+
"kind": "import-statement",
|
14600
|
+
"external": true
|
14601
|
+
},
|
14602
|
+
{
|
14603
|
+
"path": "@100mslive/react-icons",
|
14604
|
+
"kind": "import-statement",
|
14605
|
+
"external": true
|
14606
|
+
},
|
14607
|
+
{
|
14608
|
+
"path": "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx",
|
14609
|
+
"kind": "import-statement",
|
14610
|
+
"original": "../Prebuilt/components/Notifications/PermissionErrorModal"
|
14611
|
+
},
|
14612
|
+
{
|
14613
|
+
"path": "src/Diagnostics/components.tsx",
|
14614
|
+
"kind": "import-statement",
|
14615
|
+
"original": "./components"
|
14616
|
+
},
|
14617
|
+
{
|
14618
|
+
"path": "src/Layout/index.tsx",
|
14619
|
+
"kind": "import-statement",
|
14620
|
+
"original": "../Layout"
|
14621
|
+
},
|
14622
|
+
{
|
14623
|
+
"path": "src/Text/index.tsx",
|
14624
|
+
"kind": "import-statement",
|
14625
|
+
"original": "../Text"
|
14626
|
+
},
|
14627
|
+
{
|
14628
|
+
"path": "src/Video/index.tsx",
|
14629
|
+
"kind": "import-statement",
|
14630
|
+
"original": "../Video"
|
14631
|
+
},
|
14632
|
+
{
|
14633
|
+
"path": "src/VideoTile/index.tsx",
|
14634
|
+
"kind": "import-statement",
|
14635
|
+
"original": "../VideoTile"
|
14636
|
+
},
|
14637
|
+
{
|
14638
|
+
"path": "src/Diagnostics/DeviceSelector.jsx",
|
14639
|
+
"kind": "import-statement",
|
14640
|
+
"original": "./DeviceSelector"
|
14641
|
+
},
|
14642
|
+
{
|
14643
|
+
"path": "src/Diagnostics/hms.ts",
|
14644
|
+
"kind": "import-statement",
|
14645
|
+
"original": "./hms"
|
14646
|
+
},
|
14647
|
+
{
|
14648
|
+
"path": "<define:process.env>",
|
14649
|
+
"kind": "import-statement",
|
14650
|
+
"external": true
|
14651
|
+
},
|
14652
|
+
{
|
14653
|
+
"path": "<runtime>",
|
14654
|
+
"kind": "import-statement",
|
14655
|
+
"external": true
|
14656
|
+
}
|
14657
|
+
],
|
14658
|
+
"format": "esm"
|
14659
|
+
},
|
14660
|
+
"src/Diagnostics/Diagnostics.tsx": {
|
14661
|
+
"bytes": 4666,
|
14662
|
+
"imports": [
|
14663
|
+
{
|
14664
|
+
"path": "react",
|
14665
|
+
"kind": "import-statement",
|
14666
|
+
"external": true
|
14667
|
+
},
|
14668
|
+
{
|
14669
|
+
"path": "@100mslive/react-sdk",
|
14670
|
+
"kind": "import-statement",
|
14671
|
+
"external": true
|
14672
|
+
},
|
14673
|
+
{
|
14674
|
+
"path": "@100mslive/react-icons",
|
14675
|
+
"kind": "import-statement",
|
14676
|
+
"external": true
|
14677
|
+
},
|
14678
|
+
{
|
14679
|
+
"path": "src/Diagnostics/components.tsx",
|
14680
|
+
"kind": "import-statement",
|
14681
|
+
"original": "./components"
|
14682
|
+
},
|
14683
|
+
{
|
14684
|
+
"path": "src/Layout/index.tsx",
|
14685
|
+
"kind": "import-statement",
|
14686
|
+
"original": "../Layout"
|
14687
|
+
},
|
14688
|
+
{
|
14689
|
+
"path": "src/Text/index.tsx",
|
14690
|
+
"kind": "import-statement",
|
14691
|
+
"original": "../Text"
|
14692
|
+
},
|
14693
|
+
{
|
14694
|
+
"path": "src/Theme/index.tsx",
|
14695
|
+
"kind": "import-statement",
|
14696
|
+
"original": "../Theme"
|
14697
|
+
},
|
14698
|
+
{
|
14699
|
+
"path": "src/Diagnostics/AudioTest.tsx",
|
14700
|
+
"kind": "import-statement",
|
14701
|
+
"original": "./AudioTest"
|
14702
|
+
},
|
14703
|
+
{
|
14704
|
+
"path": "src/Diagnostics/BrowserTest.tsx",
|
14705
|
+
"kind": "import-statement",
|
14706
|
+
"original": "./BrowserTest"
|
14707
|
+
},
|
14708
|
+
{
|
14709
|
+
"path": "src/Diagnostics/ConnectivityTest.tsx",
|
14710
|
+
"kind": "import-statement",
|
14711
|
+
"original": "./ConnectivityTest"
|
14712
|
+
},
|
14713
|
+
{
|
14714
|
+
"path": "src/Diagnostics/hms.ts",
|
14715
|
+
"kind": "import-statement",
|
14716
|
+
"original": "./hms"
|
14717
|
+
},
|
14718
|
+
{
|
14719
|
+
"path": "src/Diagnostics/VideoTest.tsx",
|
14720
|
+
"kind": "import-statement",
|
14721
|
+
"original": "./VideoTest"
|
14722
|
+
},
|
14723
|
+
{
|
14724
|
+
"path": "<define:process.env>",
|
14725
|
+
"kind": "import-statement",
|
14726
|
+
"external": true
|
14727
|
+
}
|
14728
|
+
],
|
14729
|
+
"format": "esm"
|
14730
|
+
},
|
14731
|
+
"src/Diagnostics/index.ts": {
|
14732
|
+
"bytes": 45,
|
14733
|
+
"imports": [
|
14734
|
+
{
|
14735
|
+
"path": "src/Diagnostics/Diagnostics.tsx",
|
14736
|
+
"kind": "import-statement",
|
14737
|
+
"original": "./Diagnostics"
|
14738
|
+
},
|
14739
|
+
{
|
14740
|
+
"path": "<define:process.env>",
|
14741
|
+
"kind": "import-statement",
|
14742
|
+
"external": true
|
14743
|
+
}
|
14744
|
+
],
|
14745
|
+
"format": "esm"
|
14746
|
+
},
|
14747
|
+
"src/index.ts": {
|
14748
|
+
"bytes": 1183,
|
14749
|
+
"imports": [
|
14750
|
+
{
|
14751
|
+
"path": "src/Button/index.tsx",
|
14752
|
+
"kind": "import-statement",
|
14753
|
+
"original": "./Button"
|
14754
|
+
},
|
14755
|
+
{
|
14756
|
+
"path": "src/Text/index.tsx",
|
14757
|
+
"kind": "import-statement",
|
14758
|
+
"original": "./Text"
|
14759
|
+
},
|
14760
|
+
{
|
14761
|
+
"path": "src/IconButton/index.tsx",
|
14762
|
+
"kind": "import-statement",
|
14763
|
+
"original": "./IconButton"
|
14764
|
+
},
|
14765
|
+
{
|
14766
|
+
"path": "src/Layout/index.tsx",
|
14767
|
+
"kind": "import-statement",
|
14768
|
+
"original": "./Layout"
|
14769
|
+
},
|
14770
|
+
{
|
14771
|
+
"path": "src/Avatar/index.ts",
|
14772
|
+
"kind": "import-statement",
|
14773
|
+
"original": "./Avatar"
|
14774
|
+
},
|
14775
|
+
{
|
14776
|
+
"path": "src/Divider/index.ts",
|
14777
|
+
"kind": "import-statement",
|
14778
|
+
"original": "./Divider"
|
14779
|
+
},
|
14780
|
+
{
|
14781
|
+
"path": "src/Switch/index.ts",
|
14782
|
+
"kind": "import-statement",
|
14783
|
+
"original": "./Switch"
|
14784
|
+
},
|
14785
|
+
{
|
14786
|
+
"path": "src/Tooltip/index.ts",
|
14787
|
+
"kind": "import-statement",
|
14788
|
+
"original": "./Tooltip"
|
14789
|
+
},
|
14790
|
+
{
|
14791
|
+
"path": "src/Select/index.ts",
|
14792
|
+
"kind": "import-statement",
|
14793
|
+
"original": "./Select"
|
14794
|
+
},
|
14795
|
+
{
|
14796
|
+
"path": "src/Slider/index.ts",
|
14797
|
+
"kind": "import-statement",
|
14798
|
+
"original": "./Slider"
|
14799
|
+
},
|
14800
|
+
{
|
14801
|
+
"path": "src/Modal/index.ts",
|
14802
|
+
"kind": "import-statement",
|
14803
|
+
"original": "./Modal"
|
14804
|
+
},
|
14805
|
+
{
|
14806
|
+
"path": "src/Loading/index.ts",
|
14807
|
+
"kind": "import-statement",
|
14808
|
+
"original": "./Loading"
|
14809
|
+
},
|
14810
|
+
{
|
14811
|
+
"path": "src/Input/index.tsx",
|
14812
|
+
"kind": "import-statement",
|
14813
|
+
"original": "./Input"
|
14814
|
+
},
|
14815
|
+
{
|
14816
|
+
"path": "src/VideoTile/index.tsx",
|
14817
|
+
"kind": "import-statement",
|
14818
|
+
"original": "./VideoTile"
|
14819
|
+
},
|
14820
|
+
{
|
14821
|
+
"path": "src/VideoList/index.tsx",
|
14822
|
+
"kind": "import-statement",
|
14823
|
+
"original": "./VideoList"
|
14824
|
+
},
|
14825
|
+
{
|
14826
|
+
"path": "src/Pagination/index.tsx",
|
14827
|
+
"kind": "import-statement",
|
14828
|
+
"original": "./Pagination"
|
14829
|
+
},
|
14830
|
+
{
|
14831
|
+
"path": "src/Dropdown/index.tsx",
|
14832
|
+
"kind": "import-statement",
|
14833
|
+
"original": "./Dropdown"
|
14834
|
+
},
|
14835
|
+
{
|
14836
|
+
"path": "src/utils/index.ts",
|
14837
|
+
"kind": "import-statement",
|
14838
|
+
"original": "./utils"
|
14839
|
+
},
|
14840
|
+
{
|
14841
|
+
"path": "src/Video/index.tsx",
|
14842
|
+
"kind": "import-statement",
|
14843
|
+
"original": "./Video"
|
14844
|
+
},
|
14845
|
+
{
|
14846
|
+
"path": "src/TileMenu/index.tsx",
|
14847
|
+
"kind": "import-statement",
|
14848
|
+
"original": "./TileMenu"
|
14849
|
+
},
|
14850
|
+
{
|
14851
|
+
"path": "src/AudioLevel/index.ts",
|
14852
|
+
"kind": "import-statement",
|
14853
|
+
"original": "./AudioLevel"
|
14854
|
+
},
|
14855
|
+
{
|
14856
|
+
"path": "src/Popover/index.tsx",
|
14857
|
+
"kind": "import-statement",
|
14858
|
+
"original": "./Popover"
|
14859
|
+
},
|
14860
|
+
{
|
14861
|
+
"path": "src/Stats/index.tsx",
|
14862
|
+
"kind": "import-statement",
|
14863
|
+
"original": "./Stats"
|
14864
|
+
},
|
14865
|
+
{
|
14866
|
+
"path": "src/Theme/index.tsx",
|
14867
|
+
"kind": "import-statement",
|
14868
|
+
"original": "./Theme"
|
14869
|
+
},
|
14870
|
+
{
|
14871
|
+
"path": "src/Checkbox/index.tsx",
|
14872
|
+
"kind": "import-statement",
|
14873
|
+
"original": "./Checkbox"
|
14874
|
+
},
|
14875
|
+
{
|
14876
|
+
"path": "src/Label/index.ts",
|
14877
|
+
"kind": "import-statement",
|
14878
|
+
"original": "./Label"
|
14879
|
+
},
|
14880
|
+
{
|
14881
|
+
"path": "src/RadioGroup/index.tsx",
|
14882
|
+
"kind": "import-statement",
|
14883
|
+
"original": "./RadioGroup"
|
14884
|
+
},
|
14885
|
+
{
|
14886
|
+
"path": "src/Toast/index.tsx",
|
14887
|
+
"kind": "import-statement",
|
14888
|
+
"original": "./Toast"
|
14889
|
+
},
|
14890
|
+
{
|
14891
|
+
"path": "src/Accordion/index.ts",
|
14892
|
+
"kind": "import-statement",
|
14893
|
+
"original": "./Accordion"
|
14894
|
+
},
|
14895
|
+
{
|
14896
|
+
"path": "src/Fieldset/index.tsx",
|
14897
|
+
"kind": "import-statement",
|
14898
|
+
"original": "./Fieldset"
|
14899
|
+
},
|
14900
|
+
{
|
14901
|
+
"path": "src/Footer/index.tsx",
|
14902
|
+
"kind": "import-statement",
|
14903
|
+
"original": "./Footer"
|
14904
|
+
},
|
14905
|
+
{
|
14906
|
+
"path": "src/ReactSelect/index.ts",
|
14907
|
+
"kind": "import-statement",
|
14908
|
+
"original": "./ReactSelect"
|
14909
|
+
},
|
14910
|
+
{
|
14911
|
+
"path": "src/Tabs/index.tsx",
|
14912
|
+
"kind": "import-statement",
|
14913
|
+
"original": "./Tabs"
|
14914
|
+
},
|
14915
|
+
{
|
14916
|
+
"path": "src/QRCode/index.tsx",
|
14917
|
+
"kind": "import-statement",
|
14918
|
+
"original": "./QRCode"
|
14919
|
+
},
|
14920
|
+
{
|
14921
|
+
"path": "src/Link/index.tsx",
|
14922
|
+
"kind": "import-statement",
|
14923
|
+
"original": "./Link"
|
14924
|
+
},
|
14925
|
+
{
|
14926
|
+
"path": "src/Collapsible/index.tsx",
|
14927
|
+
"kind": "import-statement",
|
14928
|
+
"original": "./Collapsible"
|
14929
|
+
},
|
14930
|
+
{
|
14931
|
+
"path": "src/Prebuilt/index.ts",
|
14932
|
+
"kind": "import-statement",
|
14933
|
+
"original": "./Prebuilt"
|
14934
|
+
},
|
14935
|
+
{
|
14936
|
+
"path": "src/Progress/index.tsx",
|
14937
|
+
"kind": "import-statement",
|
14938
|
+
"original": "./Progress"
|
14939
|
+
},
|
14940
|
+
{
|
14941
|
+
"path": "src/context/DialogContext.tsx",
|
14942
|
+
"kind": "import-statement",
|
14943
|
+
"original": "./context/DialogContext"
|
14944
|
+
},
|
14945
|
+
{
|
14946
|
+
"path": "src/TextArea/index.tsx",
|
14947
|
+
"kind": "import-statement",
|
14948
|
+
"original": "./TextArea"
|
14949
|
+
},
|
14950
|
+
{
|
14951
|
+
"path": "src/Diagnostics/index.ts",
|
14952
|
+
"kind": "import-statement",
|
14953
|
+
"original": "./Diagnostics"
|
14954
|
+
},
|
14955
|
+
{
|
14956
|
+
"path": "<define:process.env>",
|
14957
|
+
"kind": "import-statement",
|
14958
|
+
"external": true
|
14959
|
+
}
|
14960
|
+
],
|
14961
|
+
"format": "esm"
|
14333
14962
|
}
|
14334
14963
|
},
|
14335
14964
|
"outputs": {
|
@@ -14342,7 +14971,7 @@
|
|
14342
14971
|
"dist/index.js": {
|
14343
14972
|
"imports": [
|
14344
14973
|
{
|
14345
|
-
"path": "dist/chunk-
|
14974
|
+
"path": "dist/chunk-EKH2S2VL.js",
|
14346
14975
|
"kind": "import-statement"
|
14347
14976
|
}
|
14348
14977
|
],
|
@@ -14354,6 +14983,7 @@
|
|
14354
14983
|
"Button",
|
14355
14984
|
"Checkbox",
|
14356
14985
|
"Collapsible",
|
14986
|
+
"Diagnostics",
|
14357
14987
|
"Dialog",
|
14358
14988
|
"DialogContainerContext",
|
14359
14989
|
"DialogContainerProvider",
|
@@ -14399,6 +15029,7 @@
|
|
14399
15029
|
"createThemeBase",
|
14400
15030
|
"css",
|
14401
15031
|
"flexCenter",
|
15032
|
+
"formatBytes",
|
14402
15033
|
"getCssText",
|
14403
15034
|
"getLeft",
|
14404
15035
|
"globalCss",
|
@@ -14414,18 +15045,18 @@
|
|
14414
15045
|
"entryPoint": "src/index.ts",
|
14415
15046
|
"cssBundle": "dist/index.css",
|
14416
15047
|
"inputs": {},
|
14417
|
-
"bytes":
|
15048
|
+
"bytes": 1882
|
14418
15049
|
},
|
14419
|
-
"dist/HLSView-
|
15050
|
+
"dist/HLSView-PL2BEA32.js.map": {
|
14420
15051
|
"imports": [],
|
14421
15052
|
"exports": [],
|
14422
15053
|
"inputs": {},
|
14423
15054
|
"bytes": 100275
|
14424
15055
|
},
|
14425
|
-
"dist/HLSView-
|
15056
|
+
"dist/HLSView-PL2BEA32.js": {
|
14426
15057
|
"imports": [
|
14427
15058
|
{
|
14428
|
-
"path": "dist/chunk-
|
15059
|
+
"path": "dist/chunk-EKH2S2VL.js",
|
14429
15060
|
"kind": "import-statement"
|
14430
15061
|
},
|
14431
15062
|
{
|
@@ -14603,7 +15234,7 @@
|
|
14603
15234
|
"default"
|
14604
15235
|
],
|
14605
15236
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
14606
|
-
"cssBundle": "dist/HLSView-
|
15237
|
+
"cssBundle": "dist/HLSView-TAAU7UCF.css",
|
14607
15238
|
"inputs": {
|
14608
15239
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
14609
15240
|
"bytesInOutput": 27671
|
@@ -14662,13 +15293,13 @@
|
|
14662
15293
|
},
|
14663
15294
|
"bytes": 61702
|
14664
15295
|
},
|
14665
|
-
"dist/chunk-
|
15296
|
+
"dist/chunk-EKH2S2VL.js.map": {
|
14666
15297
|
"imports": [],
|
14667
15298
|
"exports": [],
|
14668
15299
|
"inputs": {},
|
14669
|
-
"bytes":
|
15300
|
+
"bytes": 3899438
|
14670
15301
|
},
|
14671
|
-
"dist/chunk-
|
15302
|
+
"dist/chunk-EKH2S2VL.js": {
|
14672
15303
|
"imports": [
|
14673
15304
|
{
|
14674
15305
|
"path": "react",
|
@@ -17151,7 +17782,7 @@
|
|
17151
17782
|
"external": true
|
17152
17783
|
},
|
17153
17784
|
{
|
17154
|
-
"path": "dist/HLSView-
|
17785
|
+
"path": "dist/HLSView-PL2BEA32.js",
|
17155
17786
|
"kind": "dynamic-import"
|
17156
17787
|
},
|
17157
17788
|
{
|
@@ -17558,6 +18189,86 @@
|
|
17558
18189
|
"path": "@radix-ui/react-progress",
|
17559
18190
|
"kind": "import-statement",
|
17560
18191
|
"external": true
|
18192
|
+
},
|
18193
|
+
{
|
18194
|
+
"path": "react",
|
18195
|
+
"kind": "import-statement",
|
18196
|
+
"external": true
|
18197
|
+
},
|
18198
|
+
{
|
18199
|
+
"path": "@100mslive/react-sdk",
|
18200
|
+
"kind": "import-statement",
|
18201
|
+
"external": true
|
18202
|
+
},
|
18203
|
+
{
|
18204
|
+
"path": "@100mslive/react-icons",
|
18205
|
+
"kind": "import-statement",
|
18206
|
+
"external": true
|
18207
|
+
},
|
18208
|
+
{
|
18209
|
+
"path": "react",
|
18210
|
+
"kind": "import-statement",
|
18211
|
+
"external": true
|
18212
|
+
},
|
18213
|
+
{
|
18214
|
+
"path": "react",
|
18215
|
+
"kind": "import-statement",
|
18216
|
+
"external": true
|
18217
|
+
},
|
18218
|
+
{
|
18219
|
+
"path": "@100mslive/react-sdk",
|
18220
|
+
"kind": "import-statement",
|
18221
|
+
"external": true
|
18222
|
+
},
|
18223
|
+
{
|
18224
|
+
"path": "@100mslive/react-icons",
|
18225
|
+
"kind": "import-statement",
|
18226
|
+
"external": true
|
18227
|
+
},
|
18228
|
+
{
|
18229
|
+
"path": "react",
|
18230
|
+
"kind": "import-statement",
|
18231
|
+
"external": true
|
18232
|
+
},
|
18233
|
+
{
|
18234
|
+
"path": "react",
|
18235
|
+
"kind": "import-statement",
|
18236
|
+
"external": true
|
18237
|
+
},
|
18238
|
+
{
|
18239
|
+
"path": "@100mslive/react-sdk",
|
18240
|
+
"kind": "import-statement",
|
18241
|
+
"external": true
|
18242
|
+
},
|
18243
|
+
{
|
18244
|
+
"path": "react",
|
18245
|
+
"kind": "import-statement",
|
18246
|
+
"external": true
|
18247
|
+
},
|
18248
|
+
{
|
18249
|
+
"path": "@100mslive/react-sdk",
|
18250
|
+
"kind": "import-statement",
|
18251
|
+
"external": true
|
18252
|
+
},
|
18253
|
+
{
|
18254
|
+
"path": "@100mslive/react-icons",
|
18255
|
+
"kind": "import-statement",
|
18256
|
+
"external": true
|
18257
|
+
},
|
18258
|
+
{
|
18259
|
+
"path": "react",
|
18260
|
+
"kind": "import-statement",
|
18261
|
+
"external": true
|
18262
|
+
},
|
18263
|
+
{
|
18264
|
+
"path": "@100mslive/react-sdk",
|
18265
|
+
"kind": "import-statement",
|
18266
|
+
"external": true
|
18267
|
+
},
|
18268
|
+
{
|
18269
|
+
"path": "@100mslive/react-icons",
|
18270
|
+
"kind": "import-statement",
|
18271
|
+
"external": true
|
17561
18272
|
}
|
17562
18273
|
],
|
17563
18274
|
"exports": [
|
@@ -17570,6 +18281,7 @@
|
|
17570
18281
|
"ChatToggle",
|
17571
18282
|
"Checkbox",
|
17572
18283
|
"Collapsible",
|
18284
|
+
"Diagnostics",
|
17573
18285
|
"Dialog",
|
17574
18286
|
"DialogContainerContext",
|
17575
18287
|
"DialogContainerProvider",
|
@@ -17632,6 +18344,7 @@
|
|
17632
18344
|
"createThemeBase",
|
17633
18345
|
"css",
|
17634
18346
|
"flexCenter",
|
18347
|
+
"formatBytes",
|
17635
18348
|
"getCssText",
|
17636
18349
|
"getLeft",
|
17637
18350
|
"globalCss",
|
@@ -17653,32 +18366,62 @@
|
|
17653
18366
|
],
|
17654
18367
|
"inputs": {
|
17655
18368
|
"<define:process.env>": {
|
17656
|
-
"bytesInOutput":
|
18369
|
+
"bytesInOutput": 17874
|
17657
18370
|
},
|
17658
18371
|
"../../node_modules/lodash/lodash.js": {
|
17659
|
-
"bytesInOutput":
|
18372
|
+
"bytesInOutput": 224414
|
17660
18373
|
},
|
17661
18374
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
17662
|
-
"bytesInOutput":
|
18375
|
+
"bytesInOutput": 42527
|
17663
18376
|
},
|
17664
18377
|
"../../node_modules/lodash.isequal/index.js": {
|
17665
|
-
"bytesInOutput":
|
18378
|
+
"bytesInOutput": 26594
|
17666
18379
|
},
|
17667
18380
|
"../../node_modules/sdp/sdp.js": {
|
17668
|
-
"bytesInOutput":
|
18381
|
+
"bytesInOutput": 22318
|
17669
18382
|
},
|
17670
18383
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
17671
|
-
"bytesInOutput":
|
18384
|
+
"bytesInOutput": 16157
|
17672
18385
|
},
|
17673
18386
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
17674
|
-
"bytesInOutput":
|
18387
|
+
"bytesInOutput": 3518
|
17675
18388
|
},
|
17676
18389
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
17677
|
-
"bytesInOutput":
|
18390
|
+
"bytesInOutput": 3082
|
17678
18391
|
},
|
17679
18392
|
"../../node_modules/sdp-transform/lib/index.js": {
|
17680
18393
|
"bytesInOutput": 615
|
17681
18394
|
},
|
18395
|
+
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
18396
|
+
"bytesInOutput": 3966
|
18397
|
+
},
|
18398
|
+
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
18399
|
+
"bytesInOutput": 7632
|
18400
|
+
},
|
18401
|
+
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
18402
|
+
"bytesInOutput": 373
|
18403
|
+
},
|
18404
|
+
"../../node_modules/object-assign/index.js": {
|
18405
|
+
"bytesInOutput": 2184
|
18406
|
+
},
|
18407
|
+
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
18408
|
+
"bytesInOutput": 308
|
18409
|
+
},
|
18410
|
+
"../../node_modules/prop-types/lib/has.js": {
|
18411
|
+
"bytesInOutput": 208
|
18412
|
+
},
|
18413
|
+
"../../node_modules/prop-types/checkPropTypes.js": {
|
18414
|
+
"bytesInOutput": 2826
|
18415
|
+
},
|
18416
|
+
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
18417
|
+
"bytesInOutput": 19858
|
18418
|
+
},
|
18419
|
+
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
18420
|
+
"bytesInOutput": 1646
|
18421
|
+
},
|
18422
|
+
"../../node_modules/prop-types/index.js": {
|
18423
|
+
"bytesInOutput": 497
|
18424
|
+
},
|
17682
18425
|
"src/index.ts": {
|
17683
18426
|
"bytesInOutput": 27
|
17684
18427
|
},
|
@@ -17833,7 +18576,7 @@
|
|
17833
18576
|
"bytesInOutput": 27
|
17834
18577
|
},
|
17835
18578
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
17836
|
-
"bytesInOutput":
|
18579
|
+
"bytesInOutput": 755
|
17837
18580
|
},
|
17838
18581
|
"src/AudioLevel/AudioLevel.tsx": {
|
17839
18582
|
"bytesInOutput": 2196
|
@@ -17851,7 +18594,7 @@
|
|
17851
18594
|
"bytesInOutput": 8580
|
17852
18595
|
},
|
17853
18596
|
"src/Stats/formatBytes.ts": {
|
17854
|
-
"bytesInOutput":
|
18597
|
+
"bytesInOutput": 478
|
17855
18598
|
},
|
17856
18599
|
"src/Stats/StyledStats.tsx": {
|
17857
18600
|
"bytesInOutput": 708
|
@@ -17908,13 +18651,13 @@
|
|
17908
18651
|
"bytesInOutput": 887
|
17909
18652
|
},
|
17910
18653
|
"src/Prebuilt/App.tsx": {
|
17911
|
-
"bytesInOutput":
|
18654
|
+
"bytesInOutput": 7946
|
17912
18655
|
},
|
17913
18656
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
17914
|
-
"bytesInOutput":
|
18657
|
+
"bytesInOutput": 6013
|
17915
18658
|
},
|
17916
18659
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
17917
|
-
"bytesInOutput":
|
18660
|
+
"bytesInOutput": 2709
|
17918
18661
|
},
|
17919
18662
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
17920
18663
|
"bytesInOutput": 973
|
@@ -17935,19 +18678,19 @@
|
|
17935
18678
|
"bytesInOutput": 1118
|
17936
18679
|
},
|
17937
18680
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
17938
|
-
"bytesInOutput":
|
18681
|
+
"bytesInOutput": 2257
|
17939
18682
|
},
|
17940
18683
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
17941
18684
|
"bytesInOutput": 1486
|
17942
18685
|
},
|
17943
18686
|
"src/Prebuilt/common/utils.js": {
|
17944
|
-
"bytesInOutput":
|
18687
|
+
"bytesInOutput": 3178
|
17945
18688
|
},
|
17946
18689
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
17947
|
-
"bytesInOutput":
|
18690
|
+
"bytesInOutput": 2511
|
17948
18691
|
},
|
17949
18692
|
"src/Prebuilt/components/AuthToken.jsx": {
|
17950
|
-
"bytesInOutput":
|
18693
|
+
"bytesInOutput": 3653
|
17951
18694
|
},
|
17952
18695
|
"src/Prebuilt/AppContext.tsx": {
|
17953
18696
|
"bytesInOutput": 577
|
@@ -17956,7 +18699,7 @@
|
|
17956
18699
|
"bytesInOutput": 4698
|
17957
18700
|
},
|
17958
18701
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17959
|
-
"bytesInOutput":
|
18702
|
+
"bytesInOutput": 7213
|
17960
18703
|
},
|
17961
18704
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17962
18705
|
"bytesInOutput": 3306
|
@@ -17983,7 +18726,7 @@
|
|
17983
18726
|
"bytesInOutput": 2859
|
17984
18727
|
},
|
17985
18728
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
17986
|
-
"bytesInOutput":
|
18729
|
+
"bytesInOutput": 6557
|
17987
18730
|
},
|
17988
18731
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
17989
18732
|
"bytesInOutput": 1308
|
@@ -18013,10 +18756,10 @@
|
|
18013
18756
|
"bytesInOutput": 606
|
18014
18757
|
},
|
18015
18758
|
"src/Prebuilt/common/hooks.ts": {
|
18016
|
-
"bytesInOutput":
|
18759
|
+
"bytesInOutput": 7094
|
18017
18760
|
},
|
18018
18761
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
18019
|
-
"bytesInOutput":
|
18762
|
+
"bytesInOutput": 2478
|
18020
18763
|
},
|
18021
18764
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
18022
18765
|
"bytesInOutput": 5773
|
@@ -18040,16 +18783,16 @@
|
|
18040
18783
|
"bytesInOutput": 474
|
18041
18784
|
},
|
18042
18785
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
18043
|
-
"bytesInOutput":
|
18786
|
+
"bytesInOutput": 8401
|
18044
18787
|
},
|
18045
18788
|
"src/Prebuilt/components/PIP/index.jsx": {
|
18046
18789
|
"bytesInOutput": 178
|
18047
18790
|
},
|
18048
18791
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
18049
|
-
"bytesInOutput":
|
18792
|
+
"bytesInOutput": 2683
|
18050
18793
|
},
|
18051
18794
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18052
|
-
"bytesInOutput":
|
18795
|
+
"bytesInOutput": 9846
|
18053
18796
|
},
|
18054
18797
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18055
18798
|
"bytesInOutput": 4289
|
@@ -18058,10 +18801,10 @@
|
|
18058
18801
|
"bytesInOutput": 2509
|
18059
18802
|
},
|
18060
18803
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
18061
|
-
"bytesInOutput":
|
18804
|
+
"bytesInOutput": 5739
|
18062
18805
|
},
|
18063
18806
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
18064
|
-
"bytesInOutput":
|
18807
|
+
"bytesInOutput": 3631
|
18065
18808
|
},
|
18066
18809
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
18067
18810
|
"bytesInOutput": 2942
|
@@ -18070,10 +18813,10 @@
|
|
18070
18813
|
"bytesInOutput": 7700
|
18071
18814
|
},
|
18072
18815
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
18073
|
-
"bytesInOutput":
|
18816
|
+
"bytesInOutput": 9414
|
18074
18817
|
},
|
18075
18818
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
18076
|
-
"bytesInOutput":
|
18819
|
+
"bytesInOutput": 5011
|
18077
18820
|
},
|
18078
18821
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
18079
18822
|
"bytesInOutput": 1015
|
@@ -18088,7 +18831,7 @@
|
|
18088
18831
|
"bytesInOutput": 1270
|
18089
18832
|
},
|
18090
18833
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
18091
|
-
"bytesInOutput":
|
18834
|
+
"bytesInOutput": 1837
|
18092
18835
|
},
|
18093
18836
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
18094
18837
|
"bytesInOutput": 2579
|
@@ -18097,22 +18840,22 @@
|
|
18097
18840
|
"bytesInOutput": 437
|
18098
18841
|
},
|
18099
18842
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
18100
|
-
"bytesInOutput":
|
18843
|
+
"bytesInOutput": 1831
|
18101
18844
|
},
|
18102
18845
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
18103
|
-
"bytesInOutput":
|
18846
|
+
"bytesInOutput": 12189
|
18104
18847
|
},
|
18105
18848
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
18106
|
-
"bytesInOutput":
|
18849
|
+
"bytesInOutput": 9484
|
18107
18850
|
},
|
18108
18851
|
"../hms-video-store/dist/index.js": {
|
18109
|
-
"bytesInOutput":
|
18852
|
+
"bytesInOutput": 459151
|
18110
18853
|
},
|
18111
18854
|
"../../node_modules/reselect/es/index.js": {
|
18112
|
-
"bytesInOutput":
|
18855
|
+
"bytesInOutput": 2550
|
18113
18856
|
},
|
18114
18857
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
18115
|
-
"bytesInOutput":
|
18858
|
+
"bytesInOutput": 154
|
18116
18859
|
},
|
18117
18860
|
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
18118
18861
|
"bytesInOutput": 4335
|
@@ -18121,46 +18864,55 @@
|
|
18121
18864
|
"bytesInOutput": 6313
|
18122
18865
|
},
|
18123
18866
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
18124
|
-
"bytesInOutput":
|
18867
|
+
"bytesInOutput": 22707
|
18125
18868
|
},
|
18126
18869
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
18127
|
-
"bytesInOutput":
|
18870
|
+
"bytesInOutput": 6119
|
18128
18871
|
},
|
18129
18872
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
18130
18873
|
"bytesInOutput": 1256
|
18131
18874
|
},
|
18132
18875
|
"../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
|
18133
|
-
"bytesInOutput":
|
18876
|
+
"bytesInOutput": 9145
|
18134
18877
|
},
|
18135
18878
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
18136
|
-
"bytesInOutput":
|
18879
|
+
"bytesInOutput": 2144
|
18137
18880
|
},
|
18138
18881
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
18139
18882
|
"bytesInOutput": 842
|
18140
18883
|
},
|
18141
18884
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
18142
|
-
"bytesInOutput":
|
18885
|
+
"bytesInOutput": 11873
|
18143
18886
|
},
|
18144
18887
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
18145
18888
|
"bytesInOutput": 12460
|
18146
18889
|
},
|
18890
|
+
"../../node_modules/immer/dist/immer.esm.mjs": {
|
18891
|
+
"bytesInOutput": 14791
|
18892
|
+
},
|
18893
|
+
"../../node_modules/zustand/esm/shallow.js": {
|
18894
|
+
"bytesInOutput": 574
|
18895
|
+
},
|
18896
|
+
"../../node_modules/zustand/esm/vanilla.js": {
|
18897
|
+
"bytesInOutput": 1395
|
18898
|
+
},
|
18147
18899
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
18148
|
-
"bytesInOutput":
|
18900
|
+
"bytesInOutput": 6826
|
18149
18901
|
},
|
18150
18902
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
18151
|
-
"bytesInOutput":
|
18903
|
+
"bytesInOutput": 1078
|
18152
18904
|
},
|
18153
18905
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
18154
|
-
"bytesInOutput":
|
18906
|
+
"bytesInOutput": 911
|
18155
18907
|
},
|
18156
18908
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
18157
|
-
"bytesInOutput":
|
18909
|
+
"bytesInOutput": 2203
|
18158
18910
|
},
|
18159
18911
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
18160
18912
|
"bytesInOutput": 3302
|
18161
18913
|
},
|
18162
18914
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
18163
|
-
"bytesInOutput":
|
18915
|
+
"bytesInOutput": 847
|
18164
18916
|
},
|
18165
18917
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
18166
18918
|
"bytesInOutput": 658
|
@@ -18220,16 +18972,16 @@
|
|
18220
18972
|
"bytesInOutput": 5231
|
18221
18973
|
},
|
18222
18974
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
18223
|
-
"bytesInOutput":
|
18975
|
+
"bytesInOutput": 7330
|
18224
18976
|
},
|
18225
18977
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
18226
|
-
"bytesInOutput":
|
18978
|
+
"bytesInOutput": 1805
|
18227
18979
|
},
|
18228
18980
|
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
18229
18981
|
"bytesInOutput": 686
|
18230
18982
|
},
|
18231
18983
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
18232
|
-
"bytesInOutput":
|
18984
|
+
"bytesInOutput": 1810
|
18233
18985
|
},
|
18234
18986
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
18235
18987
|
"bytesInOutput": 1104
|
@@ -18238,22 +18990,22 @@
|
|
18238
18990
|
"bytesInOutput": 1222
|
18239
18991
|
},
|
18240
18992
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
18241
|
-
"bytesInOutput":
|
18993
|
+
"bytesInOutput": 2417
|
18242
18994
|
},
|
18243
18995
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
18244
|
-
"bytesInOutput":
|
18996
|
+
"bytesInOutput": 3085
|
18245
18997
|
},
|
18246
18998
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
18247
18999
|
"bytesInOutput": 9940
|
18248
19000
|
},
|
18249
19001
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
18250
|
-
"bytesInOutput":
|
19002
|
+
"bytesInOutput": 6439
|
18251
19003
|
},
|
18252
19004
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
18253
19005
|
"bytesInOutput": 735
|
18254
19006
|
},
|
18255
19007
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
18256
|
-
"bytesInOutput":
|
19008
|
+
"bytesInOutput": 8181
|
18257
19009
|
},
|
18258
19010
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
18259
19011
|
"bytesInOutput": 2317
|
@@ -18307,7 +19059,7 @@
|
|
18307
19059
|
"bytesInOutput": 666
|
18308
19060
|
},
|
18309
19061
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
18310
|
-
"bytesInOutput":
|
19062
|
+
"bytesInOutput": 1877
|
18311
19063
|
},
|
18312
19064
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
18313
19065
|
"bytesInOutput": 5206
|
@@ -18337,10 +19089,10 @@
|
|
18337
19089
|
"bytesInOutput": 7557
|
18338
19090
|
},
|
18339
19091
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
18340
|
-
"bytesInOutput":
|
19092
|
+
"bytesInOutput": 5652
|
18341
19093
|
},
|
18342
19094
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
18343
|
-
"bytesInOutput":
|
19095
|
+
"bytesInOutput": 14749
|
18344
19096
|
},
|
18345
19097
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
18346
19098
|
"bytesInOutput": 9785
|
@@ -18349,10 +19101,10 @@
|
|
18349
19101
|
"bytesInOutput": 417
|
18350
19102
|
},
|
18351
19103
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
18352
|
-
"bytesInOutput":
|
19104
|
+
"bytesInOutput": 1213
|
18353
19105
|
},
|
18354
19106
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
18355
|
-
"bytesInOutput":
|
19107
|
+
"bytesInOutput": 2765
|
18356
19108
|
},
|
18357
19109
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
18358
19110
|
"bytesInOutput": 1952
|
@@ -18364,7 +19116,7 @@
|
|
18364
19116
|
"bytesInOutput": 710
|
18365
19117
|
},
|
18366
19118
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
18367
|
-
"bytesInOutput":
|
19119
|
+
"bytesInOutput": 10904
|
18368
19120
|
},
|
18369
19121
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
18370
19122
|
"bytesInOutput": 5318
|
@@ -18373,13 +19125,13 @@
|
|
18373
19125
|
"bytesInOutput": 7066
|
18374
19126
|
},
|
18375
19127
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
18376
|
-
"bytesInOutput":
|
19128
|
+
"bytesInOutput": 669
|
18377
19129
|
},
|
18378
19130
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
18379
19131
|
"bytesInOutput": 1202
|
18380
19132
|
},
|
18381
19133
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
18382
|
-
"bytesInOutput":
|
19134
|
+
"bytesInOutput": 2919
|
18383
19135
|
},
|
18384
19136
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
18385
19137
|
"bytesInOutput": 5076
|
@@ -18388,13 +19140,13 @@
|
|
18388
19140
|
"bytesInOutput": 1021
|
18389
19141
|
},
|
18390
19142
|
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
18391
|
-
"bytesInOutput":
|
19143
|
+
"bytesInOutput": 545
|
18392
19144
|
},
|
18393
19145
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
18394
|
-
"bytesInOutput":
|
19146
|
+
"bytesInOutput": 4207
|
18395
19147
|
},
|
18396
19148
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
18397
|
-
"bytesInOutput":
|
19149
|
+
"bytesInOutput": 2471
|
18398
19150
|
},
|
18399
19151
|
"src/Prebuilt/components/VideoTile.tsx": {
|
18400
19152
|
"bytesInOutput": 6608
|
@@ -18406,7 +19158,7 @@
|
|
18406
19158
|
"bytesInOutput": 4811
|
18407
19159
|
},
|
18408
19160
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
18409
|
-
"bytesInOutput":
|
19161
|
+
"bytesInOutput": 12245
|
18410
19162
|
},
|
18411
19163
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
18412
19164
|
"bytesInOutput": 160
|
@@ -18415,7 +19167,7 @@
|
|
18415
19167
|
"bytesInOutput": 1050
|
18416
19168
|
},
|
18417
19169
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
18418
|
-
"bytesInOutput":
|
19170
|
+
"bytesInOutput": 7910
|
18419
19171
|
},
|
18420
19172
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
18421
19173
|
"bytesInOutput": 1157
|
@@ -18442,7 +19194,7 @@
|
|
18442
19194
|
"bytesInOutput": 2206
|
18443
19195
|
},
|
18444
19196
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
18445
|
-
"bytesInOutput":
|
19197
|
+
"bytesInOutput": 5317
|
18446
19198
|
},
|
18447
19199
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
18448
19200
|
"bytesInOutput": 4550
|
@@ -18460,13 +19212,13 @@
|
|
18460
19212
|
"bytesInOutput": 451
|
18461
19213
|
},
|
18462
19214
|
"src/Prebuilt/components/Pagination.tsx": {
|
18463
|
-
"bytesInOutput":
|
19215
|
+
"bytesInOutput": 1703
|
18464
19216
|
},
|
18465
19217
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
18466
19218
|
"bytesInOutput": 1204
|
18467
19219
|
},
|
18468
19220
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
18469
|
-
"bytesInOutput":
|
19221
|
+
"bytesInOutput": 3852
|
18470
19222
|
},
|
18471
19223
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
18472
19224
|
"bytesInOutput": 2183
|
@@ -18481,7 +19233,7 @@
|
|
18481
19233
|
"bytesInOutput": 1046
|
18482
19234
|
},
|
18483
19235
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
18484
|
-
"bytesInOutput":
|
19236
|
+
"bytesInOutput": 2668
|
18485
19237
|
},
|
18486
19238
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
18487
19239
|
"bytesInOutput": 4447
|
@@ -18490,12 +19242,12 @@
|
|
18490
19242
|
"bytesInOutput": 3276
|
18491
19243
|
},
|
18492
19244
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
18493
|
-
"bytesInOutput":
|
19245
|
+
"bytesInOutput": 1228
|
18494
19246
|
},
|
18495
19247
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
18496
|
-
"bytesInOutput":
|
19248
|
+
"bytesInOutput": 2797
|
18497
19249
|
},
|
18498
|
-
"../../../../../../../tmp/tmp-
|
19250
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6c2/index.css": {
|
18499
19251
|
"bytesInOutput": 0
|
18500
19252
|
},
|
18501
19253
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -18523,7 +19275,7 @@
|
|
18523
19275
|
"bytesInOutput": 1607
|
18524
19276
|
},
|
18525
19277
|
"src/Prebuilt/components/Header/common.jsx": {
|
18526
|
-
"bytesInOutput":
|
19278
|
+
"bytesInOutput": 6265
|
18527
19279
|
},
|
18528
19280
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
18529
19281
|
"bytesInOutput": 754
|
@@ -18556,7 +19308,7 @@
|
|
18556
19308
|
"bytesInOutput": 27
|
18557
19309
|
},
|
18558
19310
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
18559
|
-
"bytesInOutput":
|
19311
|
+
"bytesInOutput": 8128
|
18560
19312
|
},
|
18561
19313
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
18562
19314
|
"bytesInOutput": 1053
|
@@ -18571,7 +19323,7 @@
|
|
18571
19323
|
"bytesInOutput": 1983
|
18572
19324
|
},
|
18573
19325
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
18574
|
-
"bytesInOutput":
|
19326
|
+
"bytesInOutput": 6417
|
18575
19327
|
},
|
18576
19328
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
18577
19329
|
"bytesInOutput": 1596
|
@@ -18580,7 +19332,7 @@
|
|
18580
19332
|
"bytesInOutput": 1428
|
18581
19333
|
},
|
18582
19334
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
18583
|
-
"bytesInOutput":
|
19335
|
+
"bytesInOutput": 4527
|
18584
19336
|
},
|
18585
19337
|
"src/Prebuilt/images/android-perm-1.png": {
|
18586
19338
|
"bytesInOutput": 10443
|
@@ -18592,13 +19344,13 @@
|
|
18592
19344
|
"bytesInOutput": 2284
|
18593
19345
|
},
|
18594
19346
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
18595
|
-
"bytesInOutput":
|
19347
|
+
"bytesInOutput": 1869
|
18596
19348
|
},
|
18597
19349
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
18598
19350
|
"bytesInOutput": 640
|
18599
19351
|
},
|
18600
19352
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
18601
|
-
"bytesInOutput":
|
19353
|
+
"bytesInOutput": 1762
|
18602
19354
|
},
|
18603
19355
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
18604
19356
|
"bytesInOutput": 2185
|
@@ -18619,13 +19371,13 @@
|
|
18619
19371
|
"bytesInOutput": 1623
|
18620
19372
|
},
|
18621
19373
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
18622
|
-
"bytesInOutput":
|
19374
|
+
"bytesInOutput": 4332
|
18623
19375
|
},
|
18624
19376
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
18625
19377
|
"bytesInOutput": 605
|
18626
19378
|
},
|
18627
19379
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
18628
|
-
"bytesInOutput":
|
19380
|
+
"bytesInOutput": 1850
|
18629
19381
|
},
|
18630
19382
|
"src/Progress/index.tsx": {
|
18631
19383
|
"bytesInOutput": 418
|
@@ -18635,9 +19387,36 @@
|
|
18635
19387
|
},
|
18636
19388
|
"src/TextArea/TextArea.tsx": {
|
18637
19389
|
"bytesInOutput": 651
|
19390
|
+
},
|
19391
|
+
"src/Diagnostics/index.ts": {
|
19392
|
+
"bytesInOutput": 27
|
19393
|
+
},
|
19394
|
+
"src/Diagnostics/Diagnostics.tsx": {
|
19395
|
+
"bytesInOutput": 4900
|
19396
|
+
},
|
19397
|
+
"src/Diagnostics/components.tsx": {
|
19398
|
+
"bytesInOutput": 2375
|
19399
|
+
},
|
19400
|
+
"src/Diagnostics/hms.ts": {
|
19401
|
+
"bytesInOutput": 237
|
19402
|
+
},
|
19403
|
+
"src/Diagnostics/AudioTest.tsx": {
|
19404
|
+
"bytesInOutput": 5835
|
19405
|
+
},
|
19406
|
+
"src/Diagnostics/DeviceSelector.jsx": {
|
19407
|
+
"bytesInOutput": 2155
|
19408
|
+
},
|
19409
|
+
"src/Diagnostics/BrowserTest.tsx": {
|
19410
|
+
"bytesInOutput": 4243
|
19411
|
+
},
|
19412
|
+
"src/Diagnostics/ConnectivityTest.tsx": {
|
19413
|
+
"bytesInOutput": 12635
|
19414
|
+
},
|
19415
|
+
"src/Diagnostics/VideoTest.tsx": {
|
19416
|
+
"bytesInOutput": 2376
|
18638
19417
|
}
|
18639
19418
|
},
|
18640
|
-
"bytes":
|
19419
|
+
"bytes": 1851923
|
18641
19420
|
},
|
18642
19421
|
"dist/index.css.map": {
|
18643
19422
|
"imports": [],
|
@@ -18699,22 +19478,22 @@
|
|
18699
19478
|
}
|
18700
19479
|
],
|
18701
19480
|
"inputs": {
|
18702
|
-
"../../../../../../../tmp/tmp-
|
19481
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6f3/tldraw.css": {
|
18703
19482
|
"bytesInOutput": 75223
|
18704
19483
|
},
|
18705
|
-
"../../../../../../../tmp/tmp-
|
19484
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6c2/index.css": {
|
18706
19485
|
"bytesInOutput": 401
|
18707
19486
|
}
|
18708
19487
|
},
|
18709
19488
|
"bytes": 75901
|
18710
19489
|
},
|
18711
|
-
"dist/HLSView-
|
19490
|
+
"dist/HLSView-TAAU7UCF.css.map": {
|
18712
19491
|
"imports": [],
|
18713
19492
|
"exports": [],
|
18714
19493
|
"inputs": {},
|
18715
19494
|
"bytes": 122402
|
18716
19495
|
},
|
18717
|
-
"dist/HLSView-
|
19496
|
+
"dist/HLSView-TAAU7UCF.css": {
|
18718
19497
|
"imports": [
|
18719
19498
|
{
|
18720
19499
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -18768,10 +19547,10 @@
|
|
18768
19547
|
}
|
18769
19548
|
],
|
18770
19549
|
"inputs": {
|
18771
|
-
"../../../../../../../tmp/tmp-
|
19550
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6f3/tldraw.css": {
|
18772
19551
|
"bytesInOutput": 75223
|
18773
19552
|
},
|
18774
|
-
"../../../../../../../tmp/tmp-
|
19553
|
+
"../../../../../../../tmp/tmp-2855-ZQm43crZSsDc/1904e49ff6c2/index.css": {
|
18775
19554
|
"bytesInOutput": 401
|
18776
19555
|
}
|
18777
19556
|
},
|