@100mslive/roomkit-react 0.2.6-alpha.7 → 0.2.7-alpha.0
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/{HLSView-XYQZRLID.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-YHMYZQEP.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 +476 -43
- package/dist/meta.esbuild.json +484 -51
- 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-YHMYZQEP.js.map +0 -7
- /package/dist/{HLSView-XYQZRLID.js.map → HLSView-E65JZSU4.js.map} +0 -0
package/dist/meta.esbuild.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",
|
@@ -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",
|
@@ -12795,7 +13132,7 @@
|
|
12795
13132
|
"dist/index.js": {
|
12796
13133
|
"imports": [
|
12797
13134
|
{
|
12798
|
-
"path": "dist/chunk-
|
13135
|
+
"path": "dist/chunk-DWLYDCFC.js",
|
12799
13136
|
"kind": "import-statement"
|
12800
13137
|
}
|
12801
13138
|
],
|
@@ -12868,16 +13205,16 @@
|
|
12868
13205
|
"inputs": {},
|
12869
13206
|
"bytes": 1822
|
12870
13207
|
},
|
12871
|
-
"dist/HLSView-
|
13208
|
+
"dist/HLSView-E65JZSU4.js.map": {
|
12872
13209
|
"imports": [],
|
12873
13210
|
"exports": [],
|
12874
13211
|
"inputs": {},
|
12875
13212
|
"bytes": 58854
|
12876
13213
|
},
|
12877
|
-
"dist/HLSView-
|
13214
|
+
"dist/HLSView-E65JZSU4.js": {
|
12878
13215
|
"imports": [
|
12879
13216
|
{
|
12880
|
-
"path": "dist/chunk-
|
13217
|
+
"path": "dist/chunk-DWLYDCFC.js",
|
12881
13218
|
"kind": "import-statement"
|
12882
13219
|
},
|
12883
13220
|
{
|
@@ -13041,13 +13378,13 @@
|
|
13041
13378
|
},
|
13042
13379
|
"bytes": 36972
|
13043
13380
|
},
|
13044
|
-
"dist/chunk-
|
13381
|
+
"dist/chunk-DWLYDCFC.js.map": {
|
13045
13382
|
"imports": [],
|
13046
13383
|
"exports": [],
|
13047
13384
|
"inputs": {},
|
13048
|
-
"bytes":
|
13385
|
+
"bytes": 3122659
|
13049
13386
|
},
|
13050
|
-
"dist/chunk-
|
13387
|
+
"dist/chunk-DWLYDCFC.js": {
|
13051
13388
|
"imports": [
|
13052
13389
|
{
|
13053
13390
|
"path": "react",
|
@@ -13394,6 +13731,16 @@
|
|
13394
13731
|
"kind": "import-statement",
|
13395
13732
|
"external": true
|
13396
13733
|
},
|
13734
|
+
{
|
13735
|
+
"path": "@100mslive/react-sdk",
|
13736
|
+
"kind": "import-statement",
|
13737
|
+
"external": true
|
13738
|
+
},
|
13739
|
+
{
|
13740
|
+
"path": "react",
|
13741
|
+
"kind": "import-statement",
|
13742
|
+
"external": true
|
13743
|
+
},
|
13397
13744
|
{
|
13398
13745
|
"path": "react",
|
13399
13746
|
"kind": "import-statement",
|
@@ -14059,6 +14406,16 @@
|
|
14059
14406
|
"kind": "import-statement",
|
14060
14407
|
"external": true
|
14061
14408
|
},
|
14409
|
+
{
|
14410
|
+
"path": "@100mslive/react-sdk",
|
14411
|
+
"kind": "import-statement",
|
14412
|
+
"external": true
|
14413
|
+
},
|
14414
|
+
{
|
14415
|
+
"path": "react",
|
14416
|
+
"kind": "import-statement",
|
14417
|
+
"external": true
|
14418
|
+
},
|
14062
14419
|
{
|
14063
14420
|
"path": "@100mslive/react-icons",
|
14064
14421
|
"kind": "import-statement",
|
@@ -14564,6 +14921,26 @@
|
|
14564
14921
|
"kind": "import-statement",
|
14565
14922
|
"external": true
|
14566
14923
|
},
|
14924
|
+
{
|
14925
|
+
"path": "@100mslive/react-icons",
|
14926
|
+
"kind": "import-statement",
|
14927
|
+
"external": true
|
14928
|
+
},
|
14929
|
+
{
|
14930
|
+
"path": "react",
|
14931
|
+
"kind": "import-statement",
|
14932
|
+
"external": true
|
14933
|
+
},
|
14934
|
+
{
|
14935
|
+
"path": "react",
|
14936
|
+
"kind": "import-statement",
|
14937
|
+
"external": true
|
14938
|
+
},
|
14939
|
+
{
|
14940
|
+
"path": "react",
|
14941
|
+
"kind": "import-statement",
|
14942
|
+
"external": true
|
14943
|
+
},
|
14567
14944
|
{
|
14568
14945
|
"path": "react-use",
|
14569
14946
|
"kind": "import-statement",
|
@@ -15300,7 +15677,7 @@
|
|
15300
15677
|
"external": true
|
15301
15678
|
},
|
15302
15679
|
{
|
15303
|
-
"path": "dist/HLSView-
|
15680
|
+
"path": "dist/HLSView-E65JZSU4.js",
|
15304
15681
|
"kind": "dynamic-import"
|
15305
15682
|
},
|
15306
15683
|
{
|
@@ -15323,6 +15700,21 @@
|
|
15323
15700
|
"kind": "import-statement",
|
15324
15701
|
"external": true
|
15325
15702
|
},
|
15703
|
+
{
|
15704
|
+
"path": "react-use",
|
15705
|
+
"kind": "import-statement",
|
15706
|
+
"external": true
|
15707
|
+
},
|
15708
|
+
{
|
15709
|
+
"path": "@100mslive/react-icons",
|
15710
|
+
"kind": "import-statement",
|
15711
|
+
"external": true
|
15712
|
+
},
|
15713
|
+
{
|
15714
|
+
"path": "react",
|
15715
|
+
"kind": "import-statement",
|
15716
|
+
"external": true
|
15717
|
+
},
|
15326
15718
|
{
|
15327
15719
|
"path": "@100mslive/react-sdk",
|
15328
15720
|
"kind": "import-statement",
|
@@ -15608,6 +16000,26 @@
|
|
15608
16000
|
"kind": "import-statement",
|
15609
16001
|
"external": true
|
15610
16002
|
},
|
16003
|
+
{
|
16004
|
+
"path": "@100mslive/react-sdk",
|
16005
|
+
"kind": "import-statement",
|
16006
|
+
"external": true
|
16007
|
+
},
|
16008
|
+
{
|
16009
|
+
"path": "react",
|
16010
|
+
"kind": "import-statement",
|
16011
|
+
"external": true
|
16012
|
+
},
|
16013
|
+
{
|
16014
|
+
"path": "@100mslive/react-icons",
|
16015
|
+
"kind": "import-statement",
|
16016
|
+
"external": true
|
16017
|
+
},
|
16018
|
+
{
|
16019
|
+
"path": "react",
|
16020
|
+
"kind": "import-statement",
|
16021
|
+
"external": true
|
16022
|
+
},
|
15611
16023
|
{
|
15612
16024
|
"path": "react-use",
|
15613
16025
|
"kind": "import-statement",
|
@@ -15722,7 +16134,7 @@
|
|
15722
16134
|
],
|
15723
16135
|
"inputs": {
|
15724
16136
|
"<define:process.env>": {
|
15725
|
-
"bytesInOutput":
|
16137
|
+
"bytesInOutput": 18147
|
15726
16138
|
},
|
15727
16139
|
"../../node_modules/lodash/lodash.js": {
|
15728
16140
|
"bytesInOutput": 224267
|
@@ -15770,7 +16182,7 @@
|
|
15770
16182
|
"bytesInOutput": 5061
|
15771
16183
|
},
|
15772
16184
|
"src/Prebuilt/common/constants.ts": {
|
15773
|
-
"bytesInOutput":
|
16185
|
+
"bytesInOutput": 3491
|
15774
16186
|
},
|
15775
16187
|
"src/Theme/ThemeProvider.tsx": {
|
15776
16188
|
"bytesInOutput": 1926
|
@@ -15974,10 +16386,10 @@
|
|
15974
16386
|
"bytesInOutput": 887
|
15975
16387
|
},
|
15976
16388
|
"src/Prebuilt/App.tsx": {
|
15977
|
-
"bytesInOutput":
|
16389
|
+
"bytesInOutput": 7710
|
15978
16390
|
},
|
15979
16391
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
15980
|
-
"bytesInOutput":
|
16392
|
+
"bytesInOutput": 5383
|
15981
16393
|
},
|
15982
16394
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
15983
16395
|
"bytesInOutput": 2705
|
@@ -15995,7 +16407,7 @@
|
|
15995
16407
|
"bytesInOutput": 241
|
15996
16408
|
},
|
15997
16409
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
15998
|
-
"bytesInOutput":
|
16410
|
+
"bytesInOutput": 2709
|
15999
16411
|
},
|
16000
16412
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
16001
16413
|
"bytesInOutput": 1118
|
@@ -16006,6 +16418,9 @@
|
|
16006
16418
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16007
16419
|
"bytesInOutput": 1486
|
16008
16420
|
},
|
16421
|
+
"src/Prebuilt/common/utils.js": {
|
16422
|
+
"bytesInOutput": 3207
|
16423
|
+
},
|
16009
16424
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16010
16425
|
"bytesInOutput": 1934
|
16011
16426
|
},
|
@@ -16064,7 +16479,7 @@
|
|
16064
16479
|
"bytesInOutput": 1790
|
16065
16480
|
},
|
16066
16481
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
16067
|
-
"bytesInOutput":
|
16482
|
+
"bytesInOutput": 4338
|
16068
16483
|
},
|
16069
16484
|
"src/Sheet/index.ts": {
|
16070
16485
|
"bytesInOutput": 27
|
@@ -16100,7 +16515,7 @@
|
|
16100
16515
|
"bytesInOutput": 93
|
16101
16516
|
},
|
16102
16517
|
"src/Prebuilt/common/hooks.ts": {
|
16103
|
-
"bytesInOutput":
|
16518
|
+
"bytesInOutput": 2696
|
16104
16519
|
},
|
16105
16520
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
16106
16521
|
"bytesInOutput": 8963
|
@@ -16145,7 +16560,7 @@
|
|
16145
16560
|
"bytesInOutput": 1948
|
16146
16561
|
},
|
16147
16562
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16148
|
-
"bytesInOutput":
|
16563
|
+
"bytesInOutput": 10563
|
16149
16564
|
},
|
16150
16565
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
16151
16566
|
"bytesInOutput": 10019
|
@@ -16198,9 +16613,6 @@
|
|
16198
16613
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
16199
16614
|
"bytesInOutput": 907
|
16200
16615
|
},
|
16201
|
-
"src/Prebuilt/common/utils.js": {
|
16202
|
-
"bytesInOutput": 3207
|
16203
|
-
},
|
16204
16616
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
16205
16617
|
"bytesInOutput": 1390
|
16206
16618
|
},
|
@@ -16210,6 +16622,9 @@
|
|
16210
16622
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
16211
16623
|
"bytesInOutput": 3300
|
16212
16624
|
},
|
16625
|
+
"src/Prebuilt/components/AppData/useSheet.ts": {
|
16626
|
+
"bytesInOutput": 844
|
16627
|
+
},
|
16213
16628
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
16214
16629
|
"bytesInOutput": 658
|
16215
16630
|
},
|
@@ -16286,7 +16701,7 @@
|
|
16286
16701
|
"bytesInOutput": 9632
|
16287
16702
|
},
|
16288
16703
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16289
|
-
"bytesInOutput":
|
16704
|
+
"bytesInOutput": 4719
|
16290
16705
|
},
|
16291
16706
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
16292
16707
|
"bytesInOutput": 735
|
@@ -16337,7 +16752,7 @@
|
|
16337
16752
|
"bytesInOutput": 2078
|
16338
16753
|
},
|
16339
16754
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
16340
|
-
"bytesInOutput":
|
16755
|
+
"bytesInOutput": 628
|
16341
16756
|
},
|
16342
16757
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
16343
16758
|
"bytesInOutput": 2309
|
@@ -16360,6 +16775,15 @@
|
|
16360
16775
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
16361
16776
|
"bytesInOutput": 1727
|
16362
16777
|
},
|
16778
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
16779
|
+
"bytesInOutput": 1193
|
16780
|
+
},
|
16781
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
16782
|
+
"bytesInOutput": 664
|
16783
|
+
},
|
16784
|
+
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
16785
|
+
"bytesInOutput": 720
|
16786
|
+
},
|
16363
16787
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
16364
16788
|
"bytesInOutput": 7277
|
16365
16789
|
},
|
@@ -16367,7 +16791,7 @@
|
|
16367
16791
|
"bytesInOutput": 3466
|
16368
16792
|
},
|
16369
16793
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
16370
|
-
"bytesInOutput":
|
16794
|
+
"bytesInOutput": 14398
|
16371
16795
|
},
|
16372
16796
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
16373
16797
|
"bytesInOutput": 9785
|
@@ -16424,7 +16848,7 @@
|
|
16424
16848
|
"bytesInOutput": 2469
|
16425
16849
|
},
|
16426
16850
|
"src/Prebuilt/components/VideoTile.tsx": {
|
16427
|
-
"bytesInOutput":
|
16851
|
+
"bytesInOutput": 6608
|
16428
16852
|
},
|
16429
16853
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
16430
16854
|
"bytesInOutput": 2035
|
@@ -16466,7 +16890,7 @@
|
|
16466
16890
|
"bytesInOutput": 1626
|
16467
16891
|
},
|
16468
16892
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
16469
|
-
"bytesInOutput":
|
16893
|
+
"bytesInOutput": 2721
|
16470
16894
|
},
|
16471
16895
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
16472
16896
|
"bytesInOutput": 2163
|
@@ -16541,7 +16965,10 @@
|
|
16541
16965
|
"bytesInOutput": 27
|
16542
16966
|
},
|
16543
16967
|
"src/Prebuilt/components/Header/Header.tsx": {
|
16544
|
-
"bytesInOutput":
|
16968
|
+
"bytesInOutput": 1684
|
16969
|
+
},
|
16970
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
16971
|
+
"bytesInOutput": 1607
|
16545
16972
|
},
|
16546
16973
|
"src/Prebuilt/components/Header/common.jsx": {
|
16547
16974
|
"bytesInOutput": 6075
|
@@ -16559,7 +16986,7 @@
|
|
16559
16986
|
"bytesInOutput": 1427
|
16560
16987
|
},
|
16561
16988
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
16562
|
-
"bytesInOutput":
|
16989
|
+
"bytesInOutput": 4445
|
16563
16990
|
},
|
16564
16991
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
16565
16992
|
"bytesInOutput": 2185
|
@@ -16630,6 +17057,12 @@
|
|
16630
17057
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
16631
17058
|
"bytesInOutput": 534
|
16632
17059
|
},
|
17060
|
+
"src/Prebuilt/layouts/Sheet.tsx": {
|
17061
|
+
"bytesInOutput": 478
|
17062
|
+
},
|
17063
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
17064
|
+
"bytesInOutput": 1623
|
17065
|
+
},
|
16633
17066
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
16634
17067
|
"bytesInOutput": 3918
|
16635
17068
|
},
|
@@ -16649,7 +17082,7 @@
|
|
16649
17082
|
"bytesInOutput": 651
|
16650
17083
|
}
|
16651
17084
|
},
|
16652
|
-
"bytes":
|
17085
|
+
"bytes": 1276753
|
16653
17086
|
}
|
16654
17087
|
}
|
16655
17088
|
}
|