@100mslive/roomkit-react 0.2.6 → 0.2.7-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-A5DVXKEU.js → HLSView-E65JZSU4.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +5 -0
- package/dist/Prebuilt/components/AppData/useSheet.d.ts +4 -0
- package/dist/Prebuilt/components/Header/RoomDetailsHeader.d.ts +2 -0
- package/dist/Prebuilt/components/Polls/common/utils.d.ts +1 -1
- package/dist/Prebuilt/components/RoomDetails/Duration.d.ts +4 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsPane.d.ts +2 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsRow.d.ts +4 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsSheet.d.ts +2 -0
- package/dist/Prebuilt/layouts/Sheet.d.ts +2 -0
- package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +5 -0
- package/dist/{chunk-KUVM2TEZ.js → chunk-DWLYDCFC.js} +1414 -1227
- package/dist/chunk-DWLYDCFC.js.map +7 -0
- package/dist/index.cjs.js +2729 -2475
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +478 -45
- package/dist/meta.esbuild.json +486 -53
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +2 -0
- package/src/Prebuilt/common/constants.ts +6 -0
- package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
- package/src/Prebuilt/components/AppData/useSheet.ts +33 -0
- package/src/Prebuilt/components/Header/Header.tsx +2 -0
- package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +51 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +18 -2
- package/src/Prebuilt/components/Polls/common/utils.ts +15 -9
- package/src/Prebuilt/components/RoomDetails/Duration.tsx +26 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +36 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +23 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +45 -0
- package/src/Prebuilt/layouts/Sheet.tsx +14 -0
- package/src/Prebuilt/layouts/SidePane.tsx +4 -0
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +40 -0
- package/dist/chunk-KUVM2TEZ.js.map +0 -7
- /package/dist/{HLSView-A5DVXKEU.js.map → HLSView-E65JZSU4.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
28
|
"src/Prebuilt/common/constants.ts": {
|
29
|
-
"bytes":
|
29
|
+
"bytes": 4386,
|
30
30
|
"imports": [
|
31
31
|
{
|
32
32
|
"path": "@100mslive/react-sdk",
|
@@ -2152,19 +2152,50 @@
|
|
2152
2152
|
],
|
2153
2153
|
"format": "esm"
|
2154
2154
|
},
|
2155
|
+
"src/Prebuilt/common/utils.js": {
|
2156
|
+
"bytes": 5891,
|
2157
|
+
"imports": [
|
2158
|
+
{
|
2159
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2160
|
+
"kind": "import-statement",
|
2161
|
+
"original": "./constants"
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"path": "<define:process.env>",
|
2165
|
+
"kind": "import-statement",
|
2166
|
+
"external": true
|
2167
|
+
}
|
2168
|
+
],
|
2169
|
+
"format": "esm"
|
2170
|
+
},
|
2155
2171
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
2156
|
-
"bytes":
|
2172
|
+
"bytes": 3502,
|
2157
2173
|
"imports": [
|
2174
|
+
{
|
2175
|
+
"path": "react",
|
2176
|
+
"kind": "import-statement",
|
2177
|
+
"external": true
|
2178
|
+
},
|
2158
2179
|
{
|
2159
2180
|
"path": "@100mslive/types-prebuilt",
|
2160
2181
|
"kind": "import-statement",
|
2161
2182
|
"external": true
|
2162
2183
|
},
|
2184
|
+
{
|
2185
|
+
"path": "@100mslive/react-sdk",
|
2186
|
+
"kind": "import-statement",
|
2187
|
+
"external": true
|
2188
|
+
},
|
2163
2189
|
{
|
2164
2190
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2165
2191
|
"kind": "import-statement",
|
2166
2192
|
"original": ".."
|
2167
2193
|
},
|
2194
|
+
{
|
2195
|
+
"path": "src/Prebuilt/common/utils.js",
|
2196
|
+
"kind": "import-statement",
|
2197
|
+
"original": "../../../common/utils"
|
2198
|
+
},
|
2168
2199
|
{
|
2169
2200
|
"path": "<define:process.env>",
|
2170
2201
|
"kind": "import-statement",
|
@@ -2205,7 +2236,7 @@
|
|
2205
2236
|
"format": "esm"
|
2206
2237
|
},
|
2207
2238
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2208
|
-
"bytes":
|
2239
|
+
"bytes": 5853,
|
2209
2240
|
"imports": [
|
2210
2241
|
{
|
2211
2242
|
"path": "react",
|
@@ -4523,7 +4554,7 @@
|
|
4523
4554
|
"format": "cjs"
|
4524
4555
|
},
|
4525
4556
|
"../hms-video-store/dist/index.js": {
|
4526
|
-
"bytes":
|
4557
|
+
"bytes": 322683,
|
4527
4558
|
"imports": [
|
4528
4559
|
{
|
4529
4560
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -4761,22 +4792,6 @@
|
|
4761
4792
|
],
|
4762
4793
|
"format": "esm"
|
4763
4794
|
},
|
4764
|
-
"src/Prebuilt/common/utils.js": {
|
4765
|
-
"bytes": 5891,
|
4766
|
-
"imports": [
|
4767
|
-
{
|
4768
|
-
"path": "src/Prebuilt/common/constants.ts",
|
4769
|
-
"kind": "import-statement",
|
4770
|
-
"original": "./constants"
|
4771
|
-
},
|
4772
|
-
{
|
4773
|
-
"path": "<define:process.env>",
|
4774
|
-
"kind": "import-statement",
|
4775
|
-
"external": true
|
4776
|
-
}
|
4777
|
-
],
|
4778
|
-
"format": "esm"
|
4779
|
-
},
|
4780
4795
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
4781
4796
|
"bytes": 9380,
|
4782
4797
|
"imports": [
|
@@ -4996,6 +5011,32 @@
|
|
4996
5011
|
],
|
4997
5012
|
"format": "esm"
|
4998
5013
|
},
|
5014
|
+
"src/Prebuilt/components/AppData/useSheet.ts": {
|
5015
|
+
"bytes": 1126,
|
5016
|
+
"imports": [
|
5017
|
+
{
|
5018
|
+
"path": "react",
|
5019
|
+
"kind": "import-statement",
|
5020
|
+
"external": true
|
5021
|
+
},
|
5022
|
+
{
|
5023
|
+
"path": "@100mslive/react-sdk",
|
5024
|
+
"kind": "import-statement",
|
5025
|
+
"external": true
|
5026
|
+
},
|
5027
|
+
{
|
5028
|
+
"path": "src/Prebuilt/common/constants.ts",
|
5029
|
+
"kind": "import-statement",
|
5030
|
+
"original": "../../common/constants"
|
5031
|
+
},
|
5032
|
+
{
|
5033
|
+
"path": "<define:process.env>",
|
5034
|
+
"kind": "import-statement",
|
5035
|
+
"external": true
|
5036
|
+
}
|
5037
|
+
],
|
5038
|
+
"format": "esm"
|
5039
|
+
},
|
4999
5040
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
5000
5041
|
"bytes": 669,
|
5001
5042
|
"imports": [
|
@@ -5023,7 +5064,7 @@
|
|
5023
5064
|
"format": "esm"
|
5024
5065
|
},
|
5025
5066
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5026
|
-
"bytes":
|
5067
|
+
"bytes": 12503,
|
5027
5068
|
"imports": [
|
5028
5069
|
{
|
5029
5070
|
"path": "react",
|
@@ -5100,6 +5141,16 @@
|
|
5100
5141
|
"kind": "import-statement",
|
5101
5142
|
"original": "../MuteAllModal"
|
5102
5143
|
},
|
5144
|
+
{
|
5145
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5146
|
+
"kind": "import-statement",
|
5147
|
+
"original": "../../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
5148
|
+
},
|
5149
|
+
{
|
5150
|
+
"path": "src/Prebuilt/components/AppData/useSheet.ts",
|
5151
|
+
"kind": "import-statement",
|
5152
|
+
"original": "../../AppData/useSheet"
|
5153
|
+
},
|
5103
5154
|
{
|
5104
5155
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
5105
5156
|
"kind": "import-statement",
|
@@ -6763,7 +6814,7 @@
|
|
6763
6814
|
"format": "esm"
|
6764
6815
|
},
|
6765
6816
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
6766
|
-
"bytes":
|
6817
|
+
"bytes": 632,
|
6767
6818
|
"imports": [
|
6768
6819
|
{
|
6769
6820
|
"path": "<define:process.env>",
|
@@ -7213,6 +7264,119 @@
|
|
7213
7264
|
],
|
7214
7265
|
"format": "esm"
|
7215
7266
|
},
|
7267
|
+
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
7268
|
+
"bytes": 784,
|
7269
|
+
"imports": [
|
7270
|
+
{
|
7271
|
+
"path": "react",
|
7272
|
+
"kind": "import-statement",
|
7273
|
+
"external": true
|
7274
|
+
},
|
7275
|
+
{
|
7276
|
+
"path": "src/Layout/index.tsx",
|
7277
|
+
"kind": "import-statement",
|
7278
|
+
"original": "../../../Layout"
|
7279
|
+
},
|
7280
|
+
{
|
7281
|
+
"path": "src/Text/index.tsx",
|
7282
|
+
"kind": "import-statement",
|
7283
|
+
"original": "../../../Text"
|
7284
|
+
},
|
7285
|
+
{
|
7286
|
+
"path": "src/Prebuilt/components/Polls/common/utils.ts",
|
7287
|
+
"kind": "import-statement",
|
7288
|
+
"original": "../Polls/common/utils"
|
7289
|
+
},
|
7290
|
+
{
|
7291
|
+
"path": "<define:process.env>",
|
7292
|
+
"kind": "import-statement",
|
7293
|
+
"external": true
|
7294
|
+
}
|
7295
|
+
],
|
7296
|
+
"format": "esm"
|
7297
|
+
},
|
7298
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
7299
|
+
"bytes": 767,
|
7300
|
+
"imports": [
|
7301
|
+
{
|
7302
|
+
"path": "react",
|
7303
|
+
"kind": "import-statement",
|
7304
|
+
"external": true
|
7305
|
+
},
|
7306
|
+
{
|
7307
|
+
"path": "src/Layout/index.tsx",
|
7308
|
+
"kind": "import-statement",
|
7309
|
+
"original": "../../../Layout"
|
7310
|
+
},
|
7311
|
+
{
|
7312
|
+
"path": "src/Text/index.tsx",
|
7313
|
+
"kind": "import-statement",
|
7314
|
+
"original": "../../../Text"
|
7315
|
+
},
|
7316
|
+
{
|
7317
|
+
"path": "src/Prebuilt/components/RoomDetails/Duration.tsx",
|
7318
|
+
"kind": "import-statement",
|
7319
|
+
"original": "./Duration"
|
7320
|
+
},
|
7321
|
+
{
|
7322
|
+
"path": "<define:process.env>",
|
7323
|
+
"kind": "import-statement",
|
7324
|
+
"external": true
|
7325
|
+
}
|
7326
|
+
],
|
7327
|
+
"format": "esm"
|
7328
|
+
},
|
7329
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
7330
|
+
"bytes": 1300,
|
7331
|
+
"imports": [
|
7332
|
+
{
|
7333
|
+
"path": "react",
|
7334
|
+
"kind": "import-statement",
|
7335
|
+
"external": true
|
7336
|
+
},
|
7337
|
+
{
|
7338
|
+
"path": "@100mslive/react-icons",
|
7339
|
+
"kind": "import-statement",
|
7340
|
+
"external": true
|
7341
|
+
},
|
7342
|
+
{
|
7343
|
+
"path": "src/Layout/index.tsx",
|
7344
|
+
"kind": "import-statement",
|
7345
|
+
"original": "../../../Layout"
|
7346
|
+
},
|
7347
|
+
{
|
7348
|
+
"path": "src/Text/index.tsx",
|
7349
|
+
"kind": "import-statement",
|
7350
|
+
"original": "../../../Text"
|
7351
|
+
},
|
7352
|
+
{
|
7353
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
7354
|
+
"kind": "import-statement",
|
7355
|
+
"original": "./RoomDetailsRow"
|
7356
|
+
},
|
7357
|
+
{
|
7358
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7359
|
+
"kind": "import-statement",
|
7360
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7361
|
+
},
|
7362
|
+
{
|
7363
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
7364
|
+
"kind": "import-statement",
|
7365
|
+
"original": "../AppData/useSidepane"
|
7366
|
+
},
|
7367
|
+
{
|
7368
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7369
|
+
"kind": "import-statement",
|
7370
|
+
"original": "../../common/constants"
|
7371
|
+
},
|
7372
|
+
{
|
7373
|
+
"path": "<define:process.env>",
|
7374
|
+
"kind": "import-statement",
|
7375
|
+
"external": true
|
7376
|
+
}
|
7377
|
+
],
|
7378
|
+
"format": "esm"
|
7379
|
+
},
|
7216
7380
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7217
7381
|
"bytes": 545,
|
7218
7382
|
"imports": [
|
@@ -8899,7 +9063,7 @@
|
|
8899
9063
|
"format": "esm"
|
8900
9064
|
},
|
8901
9065
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8902
|
-
"bytes":
|
9066
|
+
"bytes": 5145,
|
8903
9067
|
"imports": [
|
8904
9068
|
{
|
8905
9069
|
"path": "react",
|
@@ -8921,6 +9085,11 @@
|
|
8921
9085
|
"kind": "import-statement",
|
8922
9086
|
"original": "../components/Polls/Polls"
|
8923
9087
|
},
|
9088
|
+
{
|
9089
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx",
|
9090
|
+
"kind": "import-statement",
|
9091
|
+
"original": "../components/RoomDetails/RoomDetailsPane"
|
9092
|
+
},
|
8924
9093
|
{
|
8925
9094
|
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
8926
9095
|
"kind": "import-statement",
|
@@ -10957,6 +11126,67 @@
|
|
10957
11126
|
],
|
10958
11127
|
"format": "esm"
|
10959
11128
|
},
|
11129
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
11130
|
+
"bytes": 1952,
|
11131
|
+
"imports": [
|
11132
|
+
{
|
11133
|
+
"path": "react",
|
11134
|
+
"kind": "import-statement",
|
11135
|
+
"external": true
|
11136
|
+
},
|
11137
|
+
{
|
11138
|
+
"path": "react-use",
|
11139
|
+
"kind": "import-statement",
|
11140
|
+
"external": true
|
11141
|
+
},
|
11142
|
+
{
|
11143
|
+
"path": "@100mslive/react-icons",
|
11144
|
+
"kind": "import-statement",
|
11145
|
+
"external": true
|
11146
|
+
},
|
11147
|
+
{
|
11148
|
+
"path": "src/Layout/index.tsx",
|
11149
|
+
"kind": "import-statement",
|
11150
|
+
"original": "../../../Layout"
|
11151
|
+
},
|
11152
|
+
{
|
11153
|
+
"path": "src/Text/index.tsx",
|
11154
|
+
"kind": "import-statement",
|
11155
|
+
"original": "../../../Text"
|
11156
|
+
},
|
11157
|
+
{
|
11158
|
+
"path": "src/Theme/index.tsx",
|
11159
|
+
"kind": "import-statement",
|
11160
|
+
"original": "../../../Theme"
|
11161
|
+
},
|
11162
|
+
{
|
11163
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
11164
|
+
"kind": "import-statement",
|
11165
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
11166
|
+
},
|
11167
|
+
{
|
11168
|
+
"path": "src/Prebuilt/components/AppData/useSheet.ts",
|
11169
|
+
"kind": "import-statement",
|
11170
|
+
"original": "../AppData/useSheet"
|
11171
|
+
},
|
11172
|
+
{
|
11173
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11174
|
+
"kind": "import-statement",
|
11175
|
+
"original": "../AppData/useSidepane"
|
11176
|
+
},
|
11177
|
+
{
|
11178
|
+
"path": "src/Prebuilt/common/constants.ts",
|
11179
|
+
"kind": "import-statement",
|
11180
|
+
"original": "../../common/constants"
|
11181
|
+
},
|
11182
|
+
{
|
11183
|
+
"path": "<define:process.env>",
|
11184
|
+
"kind": "import-statement",
|
11185
|
+
"external": true
|
11186
|
+
}
|
11187
|
+
],
|
11188
|
+
"format": "esm"
|
11189
|
+
},
|
10960
11190
|
"src/Prebuilt/components/Header/common.jsx": {
|
10961
11191
|
"bytes": 5673,
|
10962
11192
|
"imports": [
|
@@ -11024,7 +11254,7 @@
|
|
11024
11254
|
"format": "esm"
|
11025
11255
|
},
|
11026
11256
|
"src/Prebuilt/components/Header/Header.tsx": {
|
11027
|
-
"bytes":
|
11257
|
+
"bytes": 1654,
|
11028
11258
|
"imports": [
|
11029
11259
|
{
|
11030
11260
|
"path": "react",
|
@@ -11051,6 +11281,11 @@
|
|
11051
11281
|
"kind": "import-statement",
|
11052
11282
|
"original": "./HeaderComponents"
|
11053
11283
|
},
|
11284
|
+
{
|
11285
|
+
"path": "src/Prebuilt/components/Header/RoomDetailsHeader.tsx",
|
11286
|
+
"kind": "import-statement",
|
11287
|
+
"original": "./RoomDetailsHeader"
|
11288
|
+
},
|
11054
11289
|
{
|
11055
11290
|
"path": "src/Prebuilt/components/Header/StreamActions.tsx",
|
11056
11291
|
"kind": "import-statement",
|
@@ -12225,6 +12460,103 @@
|
|
12225
12460
|
],
|
12226
12461
|
"format": "esm"
|
12227
12462
|
},
|
12463
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
12464
|
+
"bytes": 1831,
|
12465
|
+
"imports": [
|
12466
|
+
{
|
12467
|
+
"path": "react",
|
12468
|
+
"kind": "import-statement",
|
12469
|
+
"external": true
|
12470
|
+
},
|
12471
|
+
{
|
12472
|
+
"path": "@100mslive/react-icons",
|
12473
|
+
"kind": "import-statement",
|
12474
|
+
"external": true
|
12475
|
+
},
|
12476
|
+
{
|
12477
|
+
"path": "src/Layout/index.tsx",
|
12478
|
+
"kind": "import-statement",
|
12479
|
+
"original": "../../../Layout"
|
12480
|
+
},
|
12481
|
+
{
|
12482
|
+
"path": "src/Sheet/index.ts",
|
12483
|
+
"kind": "import-statement",
|
12484
|
+
"original": "../../../Sheet"
|
12485
|
+
},
|
12486
|
+
{
|
12487
|
+
"path": "src/Text/index.tsx",
|
12488
|
+
"kind": "import-statement",
|
12489
|
+
"original": "../../../Text"
|
12490
|
+
},
|
12491
|
+
{
|
12492
|
+
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
12493
|
+
"kind": "import-statement",
|
12494
|
+
"original": "../Header/HeaderComponents"
|
12495
|
+
},
|
12496
|
+
{
|
12497
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
12498
|
+
"kind": "import-statement",
|
12499
|
+
"original": "./RoomDetailsRow"
|
12500
|
+
},
|
12501
|
+
{
|
12502
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
12503
|
+
"kind": "import-statement",
|
12504
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
12505
|
+
},
|
12506
|
+
{
|
12507
|
+
"path": "src/Prebuilt/components/AppData/useSheet.ts",
|
12508
|
+
"kind": "import-statement",
|
12509
|
+
"original": "../AppData/useSheet"
|
12510
|
+
},
|
12511
|
+
{
|
12512
|
+
"path": "src/Prebuilt/common/constants.ts",
|
12513
|
+
"kind": "import-statement",
|
12514
|
+
"original": "../../common/constants"
|
12515
|
+
},
|
12516
|
+
{
|
12517
|
+
"path": "<define:process.env>",
|
12518
|
+
"kind": "import-statement",
|
12519
|
+
"external": true
|
12520
|
+
}
|
12521
|
+
],
|
12522
|
+
"format": "esm"
|
12523
|
+
},
|
12524
|
+
"src/Prebuilt/layouts/Sheet.tsx": {
|
12525
|
+
"bytes": 515,
|
12526
|
+
"imports": [
|
12527
|
+
{
|
12528
|
+
"path": "react",
|
12529
|
+
"kind": "import-statement",
|
12530
|
+
"external": true
|
12531
|
+
},
|
12532
|
+
{
|
12533
|
+
"path": "@100mslive/react-sdk",
|
12534
|
+
"kind": "import-statement",
|
12535
|
+
"external": true
|
12536
|
+
},
|
12537
|
+
{
|
12538
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx",
|
12539
|
+
"kind": "import-statement",
|
12540
|
+
"original": "../components/RoomDetails/RoomDetailsSheet"
|
12541
|
+
},
|
12542
|
+
{
|
12543
|
+
"path": "src/Layout/index.tsx",
|
12544
|
+
"kind": "import-statement",
|
12545
|
+
"original": "../../Layout"
|
12546
|
+
},
|
12547
|
+
{
|
12548
|
+
"path": "src/Prebuilt/common/constants.ts",
|
12549
|
+
"kind": "import-statement",
|
12550
|
+
"original": "../common/constants"
|
12551
|
+
},
|
12552
|
+
{
|
12553
|
+
"path": "<define:process.env>",
|
12554
|
+
"kind": "import-statement",
|
12555
|
+
"external": true
|
12556
|
+
}
|
12557
|
+
],
|
12558
|
+
"format": "esm"
|
12559
|
+
},
|
12228
12560
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
12229
12561
|
"bytes": 3826,
|
12230
12562
|
"imports": [
|
@@ -12344,7 +12676,7 @@
|
|
12344
12676
|
"format": "esm"
|
12345
12677
|
},
|
12346
12678
|
"src/Prebuilt/App.tsx": {
|
12347
|
-
"bytes":
|
12679
|
+
"bytes": 10538,
|
12348
12680
|
"imports": [
|
12349
12681
|
{
|
12350
12682
|
"path": "react",
|
@@ -12426,6 +12758,11 @@
|
|
12426
12758
|
"kind": "import-statement",
|
12427
12759
|
"original": "./components/VirtualBackground/VBHandler"
|
12428
12760
|
},
|
12761
|
+
{
|
12762
|
+
"path": "src/Prebuilt/layouts/Sheet.tsx",
|
12763
|
+
"kind": "import-statement",
|
12764
|
+
"original": "./layouts/Sheet"
|
12765
|
+
},
|
12429
12766
|
{
|
12430
12767
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
12431
12768
|
"kind": "import-statement",
|
@@ -12790,7 +13127,7 @@
|
|
12790
13127
|
"imports": [],
|
12791
13128
|
"exports": [],
|
12792
13129
|
"inputs": {},
|
12793
|
-
"bytes":
|
13130
|
+
"bytes": 3185904
|
12794
13131
|
},
|
12795
13132
|
"dist/index.cjs.js": {
|
12796
13133
|
"imports": [
|
@@ -13139,6 +13476,16 @@
|
|
13139
13476
|
"kind": "require-call",
|
13140
13477
|
"external": true
|
13141
13478
|
},
|
13479
|
+
{
|
13480
|
+
"path": "@100mslive/react-sdk",
|
13481
|
+
"kind": "require-call",
|
13482
|
+
"external": true
|
13483
|
+
},
|
13484
|
+
{
|
13485
|
+
"path": "react",
|
13486
|
+
"kind": "require-call",
|
13487
|
+
"external": true
|
13488
|
+
},
|
13142
13489
|
{
|
13143
13490
|
"path": "react-use",
|
13144
13491
|
"kind": "require-call",
|
@@ -13729,6 +14076,16 @@
|
|
13729
14076
|
"kind": "require-call",
|
13730
14077
|
"external": true
|
13731
14078
|
},
|
14079
|
+
{
|
14080
|
+
"path": "@100mslive/react-sdk",
|
14081
|
+
"kind": "require-call",
|
14082
|
+
"external": true
|
14083
|
+
},
|
14084
|
+
{
|
14085
|
+
"path": "react",
|
14086
|
+
"kind": "require-call",
|
14087
|
+
"external": true
|
14088
|
+
},
|
13732
14089
|
{
|
13733
14090
|
"path": "react-use",
|
13734
14091
|
"kind": "require-call",
|
@@ -14244,6 +14601,26 @@
|
|
14244
14601
|
"kind": "require-call",
|
14245
14602
|
"external": true
|
14246
14603
|
},
|
14604
|
+
{
|
14605
|
+
"path": "react",
|
14606
|
+
"kind": "require-call",
|
14607
|
+
"external": true
|
14608
|
+
},
|
14609
|
+
{
|
14610
|
+
"path": "@100mslive/react-icons",
|
14611
|
+
"kind": "require-call",
|
14612
|
+
"external": true
|
14613
|
+
},
|
14614
|
+
{
|
14615
|
+
"path": "react",
|
14616
|
+
"kind": "require-call",
|
14617
|
+
"external": true
|
14618
|
+
},
|
14619
|
+
{
|
14620
|
+
"path": "react",
|
14621
|
+
"kind": "require-call",
|
14622
|
+
"external": true
|
14623
|
+
},
|
14247
14624
|
{
|
14248
14625
|
"path": "@100mslive/react-sdk",
|
14249
14626
|
"kind": "require-call",
|
@@ -15134,6 +15511,21 @@
|
|
15134
15511
|
"kind": "require-call",
|
15135
15512
|
"external": true
|
15136
15513
|
},
|
15514
|
+
{
|
15515
|
+
"path": "react-use",
|
15516
|
+
"kind": "require-call",
|
15517
|
+
"external": true
|
15518
|
+
},
|
15519
|
+
{
|
15520
|
+
"path": "@100mslive/react-icons",
|
15521
|
+
"kind": "require-call",
|
15522
|
+
"external": true
|
15523
|
+
},
|
15524
|
+
{
|
15525
|
+
"path": "react",
|
15526
|
+
"kind": "require-call",
|
15527
|
+
"external": true
|
15528
|
+
},
|
15137
15529
|
{
|
15138
15530
|
"path": "@100mslive/react-sdk",
|
15139
15531
|
"kind": "require-call",
|
@@ -15449,6 +15841,26 @@
|
|
15449
15841
|
"kind": "require-call",
|
15450
15842
|
"external": true
|
15451
15843
|
},
|
15844
|
+
{
|
15845
|
+
"path": "@100mslive/react-icons",
|
15846
|
+
"kind": "require-call",
|
15847
|
+
"external": true
|
15848
|
+
},
|
15849
|
+
{
|
15850
|
+
"path": "react",
|
15851
|
+
"kind": "require-call",
|
15852
|
+
"external": true
|
15853
|
+
},
|
15854
|
+
{
|
15855
|
+
"path": "@100mslive/react-sdk",
|
15856
|
+
"kind": "require-call",
|
15857
|
+
"external": true
|
15858
|
+
},
|
15859
|
+
{
|
15860
|
+
"path": "react",
|
15861
|
+
"kind": "require-call",
|
15862
|
+
"external": true
|
15863
|
+
},
|
15452
15864
|
{
|
15453
15865
|
"path": "react-use",
|
15454
15866
|
"kind": "require-call",
|
@@ -15499,13 +15911,13 @@
|
|
15499
15911
|
"entryPoint": "src/index.ts",
|
15500
15912
|
"inputs": {
|
15501
15913
|
"<define:process.env>": {
|
15502
|
-
"bytesInOutput":
|
15914
|
+
"bytesInOutput": 18147
|
15503
15915
|
},
|
15504
15916
|
"src/Theme/base.config.ts": {
|
15505
15917
|
"bytesInOutput": 6104
|
15506
15918
|
},
|
15507
15919
|
"src/Prebuilt/common/constants.ts": {
|
15508
|
-
"bytesInOutput":
|
15920
|
+
"bytesInOutput": 4441
|
15509
15921
|
},
|
15510
15922
|
"src/Theme/stitches.config.ts": {
|
15511
15923
|
"bytesInOutput": 2153
|
@@ -15786,14 +16198,17 @@
|
|
15786
16198
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15787
16199
|
"bytesInOutput": 1552
|
15788
16200
|
},
|
16201
|
+
"src/Prebuilt/common/utils.js": {
|
16202
|
+
"bytesInOutput": 3810
|
16203
|
+
},
|
15789
16204
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
15790
|
-
"bytesInOutput":
|
16205
|
+
"bytesInOutput": 3003
|
15791
16206
|
},
|
15792
16207
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
15793
16208
|
"bytesInOutput": 2515
|
15794
16209
|
},
|
15795
16210
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
15796
|
-
"bytesInOutput":
|
16211
|
+
"bytesInOutput": 6542
|
15797
16212
|
},
|
15798
16213
|
"src/Prebuilt/AppContext.tsx": {
|
15799
16214
|
"bytesInOutput": 840
|
@@ -15979,7 +16394,7 @@
|
|
15979
16394
|
"bytesInOutput": 615
|
15980
16395
|
},
|
15981
16396
|
"../hms-video-store/dist/index.js": {
|
15982
|
-
"bytesInOutput":
|
16397
|
+
"bytesInOutput": 53025
|
15983
16398
|
},
|
15984
16399
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
15985
16400
|
"bytesInOutput": 1384
|
@@ -15990,9 +16405,6 @@
|
|
15990
16405
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
15991
16406
|
"bytesInOutput": 8158
|
15992
16407
|
},
|
15993
|
-
"src/Prebuilt/common/utils.js": {
|
15994
|
-
"bytesInOutput": 3810
|
15995
|
-
},
|
15996
16408
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
15997
16409
|
"bytesInOutput": 12096
|
15998
16410
|
},
|
@@ -16005,11 +16417,14 @@
|
|
16005
16417
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
16006
16418
|
"bytesInOutput": 2839
|
16007
16419
|
},
|
16420
|
+
"src/Prebuilt/components/AppData/useSheet.ts": {
|
16421
|
+
"bytesInOutput": 1099
|
16422
|
+
},
|
16008
16423
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
16009
16424
|
"bytesInOutput": 938
|
16010
16425
|
},
|
16011
16426
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16012
|
-
"bytesInOutput":
|
16427
|
+
"bytesInOutput": 12980
|
16013
16428
|
},
|
16014
16429
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
16015
16430
|
"bytesInOutput": 729
|
@@ -16090,10 +16505,10 @@
|
|
16090
16505
|
"bytesInOutput": 1165
|
16091
16506
|
},
|
16092
16507
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
16093
|
-
"bytesInOutput":
|
16508
|
+
"bytesInOutput": 9656
|
16094
16509
|
},
|
16095
16510
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
16096
|
-
"bytesInOutput":
|
16511
|
+
"bytesInOutput": 2802
|
16097
16512
|
},
|
16098
16513
|
"src/Prebuilt/components/Polls/common/Line.tsx": {
|
16099
16514
|
"bytesInOutput": 394
|
@@ -16123,7 +16538,7 @@
|
|
16123
16538
|
"bytesInOutput": 5842
|
16124
16539
|
},
|
16125
16540
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
16126
|
-
"bytesInOutput":
|
16541
|
+
"bytesInOutput": 836
|
16127
16542
|
},
|
16128
16543
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
16129
16544
|
"bytesInOutput": 2726
|
@@ -16155,6 +16570,15 @@
|
|
16155
16570
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
16156
16571
|
"bytesInOutput": 1177
|
16157
16572
|
},
|
16573
|
+
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
16574
|
+
"bytesInOutput": 999
|
16575
|
+
},
|
16576
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
16577
|
+
"bytesInOutput": 1003
|
16578
|
+
},
|
16579
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
16580
|
+
"bytesInOutput": 1736
|
16581
|
+
},
|
16158
16582
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
16159
16583
|
"bytesInOutput": 688
|
16160
16584
|
},
|
@@ -16252,7 +16676,7 @@
|
|
16252
16676
|
"bytesInOutput": 8756
|
16253
16677
|
},
|
16254
16678
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16255
|
-
"bytesInOutput":
|
16679
|
+
"bytesInOutput": 5787
|
16256
16680
|
},
|
16257
16681
|
"src/Prebuilt/components/Chip.tsx": {
|
16258
16682
|
"bytesInOutput": 1118
|
@@ -16383,11 +16807,14 @@
|
|
16383
16807
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
16384
16808
|
"bytesInOutput": 4111
|
16385
16809
|
},
|
16810
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
16811
|
+
"bytesInOutput": 2182
|
16812
|
+
},
|
16386
16813
|
"src/Prebuilt/components/Header/common.jsx": {
|
16387
16814
|
"bytesInOutput": 7375
|
16388
16815
|
},
|
16389
16816
|
"src/Prebuilt/components/Header/Header.tsx": {
|
16390
|
-
"bytesInOutput":
|
16817
|
+
"bytesInOutput": 2327
|
16391
16818
|
},
|
16392
16819
|
"src/Prebuilt/components/Header/index.tsx": {
|
16393
16820
|
"bytesInOutput": 152
|
@@ -16396,13 +16823,13 @@
|
|
16396
16823
|
"bytesInOutput": 1019
|
16397
16824
|
},
|
16398
16825
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
16399
|
-
"bytesInOutput":
|
16826
|
+
"bytesInOutput": 7500
|
16400
16827
|
},
|
16401
16828
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
16402
16829
|
"bytesInOutput": 4366
|
16403
16830
|
},
|
16404
16831
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
16405
|
-
"bytesInOutput":
|
16832
|
+
"bytesInOutput": 1708
|
16406
16833
|
},
|
16407
16834
|
"src/Prebuilt/components/init/Init.jsx": {
|
16408
16835
|
"bytesInOutput": 944
|
@@ -16465,7 +16892,7 @@
|
|
16465
16892
|
"bytesInOutput": 2281
|
16466
16893
|
},
|
16467
16894
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
16468
|
-
"bytesInOutput":
|
16895
|
+
"bytesInOutput": 8930
|
16469
16896
|
},
|
16470
16897
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
16471
16898
|
"bytesInOutput": 173
|
@@ -16479,6 +16906,12 @@
|
|
16479
16906
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
16480
16907
|
"bytesInOutput": 1415
|
16481
16908
|
},
|
16909
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
16910
|
+
"bytesInOutput": 2274
|
16911
|
+
},
|
16912
|
+
"src/Prebuilt/layouts/Sheet.tsx": {
|
16913
|
+
"bytesInOutput": 772
|
16914
|
+
},
|
16482
16915
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
16483
16916
|
"bytesInOutput": 4336
|
16484
16917
|
},
|
@@ -16489,7 +16922,7 @@
|
|
16489
16922
|
"bytesInOutput": 2225
|
16490
16923
|
},
|
16491
16924
|
"src/Prebuilt/App.tsx": {
|
16492
|
-
"bytesInOutput":
|
16925
|
+
"bytesInOutput": 9643
|
16493
16926
|
},
|
16494
16927
|
"src/Prebuilt/index.ts": {
|
16495
16928
|
"bytesInOutput": 131
|
@@ -16507,7 +16940,7 @@
|
|
16507
16940
|
"bytesInOutput": 2980
|
16508
16941
|
}
|
16509
16942
|
},
|
16510
|
-
"bytes":
|
16943
|
+
"bytes": 1502023
|
16511
16944
|
}
|
16512
16945
|
}
|
16513
16946
|
}
|