@100mslive/roomkit-react 0.3.16-alpha.1 → 0.3.16-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/{HLSView-T2PXKR6I.css → HLSView-D62ZFGUE.css} +3 -3
- package/dist/{HLSView-T2PXKR6I.css.map → HLSView-D62ZFGUE.css.map} +1 -1
- package/dist/{HLSView-ERPYXVOY.js → HLSView-QYHOAJX7.js} +2 -2
- package/dist/{chunk-NKC36NL4.js → chunk-NYBDQX5B.js} +1049 -964
- package/dist/chunk-NYBDQX5B.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1463 -1380
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +106 -76
- package/dist/meta.esbuild.json +119 -89
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +21 -18
- package/src/Prebuilt/components/AudioVideoToggle.tsx +2 -2
- package/src/Prebuilt/components/ConferenceScreen.tsx +13 -1
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +1 -4
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +1 -4
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +12 -2
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +33 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +3 -1
- package/src/Prebuilt/components/PIP/PIPChat.tsx +62 -14
- package/src/Prebuilt/components/PIP/PIPWindow.tsx +1 -1
- package/src/Prebuilt/components/PIP/usePIPChat.tsx +2 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +2 -2
- package/dist/chunk-NKC36NL4.js.map +0 -7
- /package/dist/{HLSView-ERPYXVOY.js.map → HLSView-QYHOAJX7.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
"format": "esm"
|
|
2892
2892
|
},
|
|
2893
2893
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
2894
|
-
"bytes":
|
|
2894
|
+
"bytes": 13312,
|
|
2895
2895
|
"imports": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"path": "react",
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
"format": "esm"
|
|
4194
4194
|
},
|
|
4195
4195
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
4196
|
-
"bytes":
|
|
4196
|
+
"bytes": 9811,
|
|
4197
4197
|
"imports": [
|
|
4198
4198
|
{
|
|
4199
4199
|
"path": "react",
|
|
@@ -4245,6 +4245,11 @@
|
|
|
4245
4245
|
"kind": "import-statement",
|
|
4246
4246
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
4247
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
|
4250
|
+
"kind": "import-statement",
|
|
4251
|
+
"original": "../hooks/useChatBlacklist"
|
|
4252
|
+
},
|
|
4248
4253
|
{
|
|
4249
4254
|
"path": "src/Prebuilt/components/Chat/utils.ts",
|
|
4250
4255
|
"kind": "import-statement",
|
|
@@ -4295,7 +4300,7 @@
|
|
|
4295
4300
|
"format": "esm"
|
|
4296
4301
|
},
|
|
4297
4302
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
|
4298
|
-
"bytes":
|
|
4303
|
+
"bytes": 378,
|
|
4299
4304
|
"imports": [
|
|
4300
4305
|
{
|
|
4301
4306
|
"path": "react",
|
|
@@ -5062,7 +5067,7 @@
|
|
|
5062
5067
|
"format": "esm"
|
|
5063
5068
|
},
|
|
5064
5069
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
5065
|
-
"bytes":
|
|
5070
|
+
"bytes": 3691,
|
|
5066
5071
|
"imports": [
|
|
5067
5072
|
{
|
|
5068
5073
|
"path": "react",
|
|
@@ -5098,7 +5103,7 @@
|
|
|
5098
5103
|
"format": "esm"
|
|
5099
5104
|
},
|
|
5100
5105
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
5101
|
-
"bytes":
|
|
5106
|
+
"bytes": 10425,
|
|
5102
5107
|
"imports": [
|
|
5103
5108
|
{
|
|
5104
5109
|
"path": "react",
|
|
@@ -5205,6 +5210,11 @@
|
|
|
5205
5210
|
"kind": "import-statement",
|
|
5206
5211
|
"original": "../MuteAllModal"
|
|
5207
5212
|
},
|
|
5213
|
+
{
|
|
5214
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
5215
|
+
"kind": "import-statement",
|
|
5216
|
+
"original": "../../AppData/useSidepane"
|
|
5217
|
+
},
|
|
5208
5218
|
{
|
|
5209
5219
|
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
5210
5220
|
"kind": "import-statement",
|
|
@@ -5591,7 +5601,7 @@
|
|
|
5591
5601
|
"format": "cjs"
|
|
5592
5602
|
},
|
|
5593
5603
|
"../hms-video-store/dist/index.js": {
|
|
5594
|
-
"bytes":
|
|
5604
|
+
"bytes": 356550,
|
|
5595
5605
|
"imports": [
|
|
5596
5606
|
{
|
|
5597
5607
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -6184,34 +6194,8 @@
|
|
|
6184
6194
|
],
|
|
6185
6195
|
"format": "esm"
|
|
6186
6196
|
},
|
|
6187
|
-
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
6188
|
-
"bytes": 1470,
|
|
6189
|
-
"imports": [
|
|
6190
|
-
{
|
|
6191
|
-
"path": "react",
|
|
6192
|
-
"kind": "import-statement",
|
|
6193
|
-
"external": true
|
|
6194
|
-
},
|
|
6195
|
-
{
|
|
6196
|
-
"path": "src/Prebuilt/components/PIP/context.ts",
|
|
6197
|
-
"kind": "import-statement",
|
|
6198
|
-
"original": "./context"
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"path": "<define:process.env>",
|
|
6202
|
-
"kind": "import-statement",
|
|
6203
|
-
"external": true
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"path": "<runtime>",
|
|
6207
|
-
"kind": "import-statement",
|
|
6208
|
-
"external": true
|
|
6209
|
-
}
|
|
6210
|
-
],
|
|
6211
|
-
"format": "esm"
|
|
6212
|
-
},
|
|
6213
6197
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
6214
|
-
"bytes":
|
|
6198
|
+
"bytes": 994,
|
|
6215
6199
|
"imports": [
|
|
6216
6200
|
{
|
|
6217
6201
|
"path": "react",
|
|
@@ -6243,11 +6227,6 @@
|
|
|
6243
6227
|
"kind": "import-statement",
|
|
6244
6228
|
"original": "../../.."
|
|
6245
6229
|
},
|
|
6246
|
-
{
|
|
6247
|
-
"path": "src/Prebuilt/components/PIP/PIPProvider.tsx",
|
|
6248
|
-
"kind": "import-statement",
|
|
6249
|
-
"original": "../PIP/PIPProvider"
|
|
6250
|
-
},
|
|
6251
6230
|
{
|
|
6252
6231
|
"path": "src/Prebuilt/common/hooks.ts",
|
|
6253
6232
|
"kind": "import-statement",
|
|
@@ -7074,7 +7053,7 @@
|
|
|
7074
7053
|
"format": "esm"
|
|
7075
7054
|
},
|
|
7076
7055
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
7077
|
-
"bytes":
|
|
7056
|
+
"bytes": 13909,
|
|
7078
7057
|
"imports": [
|
|
7079
7058
|
{
|
|
7080
7059
|
"path": "react",
|
|
@@ -10256,7 +10235,7 @@
|
|
|
10256
10235
|
"format": "esm"
|
|
10257
10236
|
},
|
|
10258
10237
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
10259
|
-
"bytes":
|
|
10238
|
+
"bytes": 10118,
|
|
10260
10239
|
"imports": [
|
|
10261
10240
|
{
|
|
10262
10241
|
"path": "react",
|
|
@@ -11248,7 +11227,7 @@
|
|
|
11248
11227
|
],
|
|
11249
11228
|
"format": "esm"
|
|
11250
11229
|
},
|
|
11251
|
-
"../../../../../../../tmp/tmp-
|
|
11230
|
+
"../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e61a53/tldraw.css": {
|
|
11252
11231
|
"bytes": 80111,
|
|
11253
11232
|
"imports": [
|
|
11254
11233
|
{
|
|
@@ -11298,7 +11277,7 @@
|
|
|
11298
11277
|
}
|
|
11299
11278
|
]
|
|
11300
11279
|
},
|
|
11301
|
-
"../../../../../../../tmp/tmp-
|
|
11280
|
+
"../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e612a1/index.css": {
|
|
11302
11281
|
"bytes": 597,
|
|
11303
11282
|
"imports": [
|
|
11304
11283
|
{
|
|
@@ -11307,7 +11286,7 @@
|
|
|
11307
11286
|
"external": true
|
|
11308
11287
|
},
|
|
11309
11288
|
{
|
|
11310
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11289
|
+
"path": "../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e61a53/tldraw.css",
|
|
11311
11290
|
"kind": "import-rule",
|
|
11312
11291
|
"original": "@tldraw/tldraw/tldraw.css"
|
|
11313
11292
|
}
|
|
@@ -11382,7 +11361,7 @@
|
|
|
11382
11361
|
"original": "../../common/constants"
|
|
11383
11362
|
},
|
|
11384
11363
|
{
|
|
11385
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11364
|
+
"path": "../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e612a1/index.css",
|
|
11386
11365
|
"kind": "import-statement",
|
|
11387
11366
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11388
11367
|
},
|
|
@@ -12745,7 +12724,7 @@
|
|
|
12745
12724
|
"format": "esm"
|
|
12746
12725
|
},
|
|
12747
12726
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
12748
|
-
"bytes":
|
|
12727
|
+
"bytes": 8221,
|
|
12749
12728
|
"imports": [
|
|
12750
12729
|
{
|
|
12751
12730
|
"path": "react",
|
|
@@ -13353,18 +13332,28 @@
|
|
|
13353
13332
|
"format": "esm"
|
|
13354
13333
|
},
|
|
13355
13334
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
13356
|
-
"bytes":
|
|
13335
|
+
"bytes": 3057,
|
|
13357
13336
|
"imports": [
|
|
13358
13337
|
{
|
|
13359
13338
|
"path": "react",
|
|
13360
13339
|
"kind": "import-statement",
|
|
13361
13340
|
"external": true
|
|
13362
13341
|
},
|
|
13342
|
+
{
|
|
13343
|
+
"path": "react-use",
|
|
13344
|
+
"kind": "import-statement",
|
|
13345
|
+
"external": true
|
|
13346
|
+
},
|
|
13363
13347
|
{
|
|
13364
13348
|
"path": "@100mslive/react-sdk",
|
|
13365
13349
|
"kind": "import-statement",
|
|
13366
13350
|
"external": true
|
|
13367
13351
|
},
|
|
13352
|
+
{
|
|
13353
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
13354
|
+
"kind": "import-statement",
|
|
13355
|
+
"original": "../../provider/roomLayoutProvider"
|
|
13356
|
+
},
|
|
13368
13357
|
{
|
|
13369
13358
|
"path": "src/Prebuilt/components/Toast/ToastBatcher.js",
|
|
13370
13359
|
"kind": "import-statement",
|
|
@@ -13680,7 +13669,7 @@
|
|
|
13680
13669
|
"format": "esm"
|
|
13681
13670
|
},
|
|
13682
13671
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
13683
|
-
"bytes":
|
|
13672
|
+
"bytes": 8164,
|
|
13684
13673
|
"imports": [
|
|
13685
13674
|
{
|
|
13686
13675
|
"path": "react",
|
|
@@ -13782,6 +13771,11 @@
|
|
|
13782
13771
|
"kind": "import-statement",
|
|
13783
13772
|
"original": "../AppData/useUISettings"
|
|
13784
13773
|
},
|
|
13774
|
+
{
|
|
13775
|
+
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
|
13776
|
+
"kind": "import-statement",
|
|
13777
|
+
"original": "../PIP/usePIPWindow"
|
|
13778
|
+
},
|
|
13785
13779
|
{
|
|
13786
13780
|
"path": "src/Prebuilt/common/constants.ts",
|
|
13787
13781
|
"kind": "import-statement",
|
|
@@ -13811,6 +13805,32 @@
|
|
|
13811
13805
|
],
|
|
13812
13806
|
"format": "esm"
|
|
13813
13807
|
},
|
|
13808
|
+
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
13809
|
+
"bytes": 1470,
|
|
13810
|
+
"imports": [
|
|
13811
|
+
{
|
|
13812
|
+
"path": "react",
|
|
13813
|
+
"kind": "import-statement",
|
|
13814
|
+
"external": true
|
|
13815
|
+
},
|
|
13816
|
+
{
|
|
13817
|
+
"path": "src/Prebuilt/components/PIP/context.ts",
|
|
13818
|
+
"kind": "import-statement",
|
|
13819
|
+
"original": "./context"
|
|
13820
|
+
},
|
|
13821
|
+
{
|
|
13822
|
+
"path": "<define:process.env>",
|
|
13823
|
+
"kind": "import-statement",
|
|
13824
|
+
"external": true
|
|
13825
|
+
},
|
|
13826
|
+
{
|
|
13827
|
+
"path": "<runtime>",
|
|
13828
|
+
"kind": "import-statement",
|
|
13829
|
+
"external": true
|
|
13830
|
+
}
|
|
13831
|
+
],
|
|
13832
|
+
"format": "esm"
|
|
13833
|
+
},
|
|
13814
13834
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
13815
13835
|
"bytes": 1597,
|
|
13816
13836
|
"imports": [
|
|
@@ -14165,7 +14185,7 @@
|
|
|
14165
14185
|
"format": "esm"
|
|
14166
14186
|
},
|
|
14167
14187
|
"src/Prebuilt/App.tsx": {
|
|
14168
|
-
"bytes":
|
|
14188
|
+
"bytes": 10923,
|
|
14169
14189
|
"imports": [
|
|
14170
14190
|
{
|
|
14171
14191
|
"path": "react",
|
|
@@ -14237,6 +14257,11 @@
|
|
|
14237
14257
|
"kind": "import-statement",
|
|
14238
14258
|
"original": "./components/Notifications"
|
|
14239
14259
|
},
|
|
14260
|
+
{
|
|
14261
|
+
"path": "src/Prebuilt/components/PIP/PIPProvider.tsx",
|
|
14262
|
+
"kind": "import-statement",
|
|
14263
|
+
"original": "./components/PIP/PIPProvider"
|
|
14264
|
+
},
|
|
14240
14265
|
{
|
|
14241
14266
|
"path": "src/Prebuilt/components/Preview/PreviewScreen.tsx",
|
|
14242
14267
|
"kind": "import-statement",
|
|
@@ -15218,7 +15243,7 @@
|
|
|
15218
15243
|
"imports": [],
|
|
15219
15244
|
"exports": [],
|
|
15220
15245
|
"inputs": {},
|
|
15221
|
-
"bytes":
|
|
15246
|
+
"bytes": 3580020
|
|
15222
15247
|
},
|
|
15223
15248
|
"dist/index.cjs.js": {
|
|
15224
15249
|
"imports": [
|
|
@@ -16427,11 +16452,6 @@
|
|
|
16427
16452
|
"kind": "require-call",
|
|
16428
16453
|
"external": true
|
|
16429
16454
|
},
|
|
16430
|
-
{
|
|
16431
|
-
"path": "react",
|
|
16432
|
-
"kind": "require-call",
|
|
16433
|
-
"external": true
|
|
16434
|
-
},
|
|
16435
16455
|
{
|
|
16436
16456
|
"path": "react-use",
|
|
16437
16457
|
"kind": "require-call",
|
|
@@ -18097,6 +18117,11 @@
|
|
|
18097
18117
|
"kind": "require-call",
|
|
18098
18118
|
"external": true
|
|
18099
18119
|
},
|
|
18120
|
+
{
|
|
18121
|
+
"path": "react-use",
|
|
18122
|
+
"kind": "require-call",
|
|
18123
|
+
"external": true
|
|
18124
|
+
},
|
|
18100
18125
|
{
|
|
18101
18126
|
"path": "@100mslive/react-sdk",
|
|
18102
18127
|
"kind": "require-call",
|
|
@@ -18227,6 +18252,11 @@
|
|
|
18227
18252
|
"kind": "require-call",
|
|
18228
18253
|
"external": true
|
|
18229
18254
|
},
|
|
18255
|
+
{
|
|
18256
|
+
"path": "react",
|
|
18257
|
+
"kind": "require-call",
|
|
18258
|
+
"external": true
|
|
18259
|
+
},
|
|
18230
18260
|
{
|
|
18231
18261
|
"path": "react-use",
|
|
18232
18262
|
"kind": "require-call",
|
|
@@ -18413,7 +18443,7 @@
|
|
|
18413
18443
|
"cssBundle": "dist/index.cjs.css",
|
|
18414
18444
|
"inputs": {
|
|
18415
18445
|
"<define:process.env>": {
|
|
18416
|
-
"bytesInOutput":
|
|
18446
|
+
"bytesInOutput": 17986
|
|
18417
18447
|
},
|
|
18418
18448
|
"src/Theme/base.config.ts": {
|
|
18419
18449
|
"bytesInOutput": 6104
|
|
@@ -18761,7 +18791,7 @@
|
|
|
18761
18791
|
"bytesInOutput": 1359
|
|
18762
18792
|
},
|
|
18763
18793
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
18764
|
-
"bytesInOutput":
|
|
18794
|
+
"bytesInOutput": 16568
|
|
18765
18795
|
},
|
|
18766
18796
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
|
18767
18797
|
"bytesInOutput": 1329
|
|
@@ -18848,13 +18878,13 @@
|
|
|
18848
18878
|
"bytesInOutput": 17743
|
|
18849
18879
|
},
|
|
18850
18880
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
18851
|
-
"bytesInOutput":
|
|
18881
|
+
"bytesInOutput": 11360
|
|
18852
18882
|
},
|
|
18853
18883
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
|
18854
18884
|
"bytesInOutput": 973
|
|
18855
18885
|
},
|
|
18856
18886
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
|
18857
|
-
"bytesInOutput":
|
|
18887
|
+
"bytesInOutput": 457
|
|
18858
18888
|
},
|
|
18859
18889
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
|
18860
18890
|
"bytesInOutput": 7190
|
|
@@ -18905,10 +18935,10 @@
|
|
|
18905
18935
|
"bytesInOutput": 471
|
|
18906
18936
|
},
|
|
18907
18937
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
18908
|
-
"bytesInOutput":
|
|
18938
|
+
"bytesInOutput": 4346
|
|
18909
18939
|
},
|
|
18910
18940
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
18911
|
-
"bytesInOutput":
|
|
18941
|
+
"bytesInOutput": 11147
|
|
18912
18942
|
},
|
|
18913
18943
|
"../../node_modules/reselect/es/index.js": {
|
|
18914
18944
|
"bytesInOutput": 2641
|
|
@@ -18968,7 +18998,7 @@
|
|
|
18968
18998
|
"bytesInOutput": 615
|
|
18969
18999
|
},
|
|
18970
19000
|
"../hms-video-store/dist/index.js": {
|
|
18971
|
-
"bytesInOutput":
|
|
19001
|
+
"bytesInOutput": 54707
|
|
18972
19002
|
},
|
|
18973
19003
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
|
18974
19004
|
"bytesInOutput": 1165
|
|
@@ -18994,11 +19024,8 @@
|
|
|
18994
19024
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
18995
19025
|
"bytesInOutput": 14727
|
|
18996
19026
|
},
|
|
18997
|
-
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
18998
|
-
"bytesInOutput": 1470
|
|
18999
|
-
},
|
|
19000
19027
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19001
|
-
"bytesInOutput":
|
|
19028
|
+
"bytesInOutput": 831
|
|
19002
19029
|
},
|
|
19003
19030
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
19004
19031
|
"bytesInOutput": 1306
|
|
@@ -19022,7 +19049,7 @@
|
|
|
19022
19049
|
"bytesInOutput": 1217
|
|
19023
19050
|
},
|
|
19024
19051
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
|
19025
|
-
"bytesInOutput":
|
|
19052
|
+
"bytesInOutput": 2853
|
|
19026
19053
|
},
|
|
19027
19054
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
|
19028
19055
|
"bytesInOutput": 1575
|
|
@@ -19064,7 +19091,7 @@
|
|
|
19064
19091
|
"bytesInOutput": 2184
|
|
19065
19092
|
},
|
|
19066
19093
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
19067
|
-
"bytesInOutput":
|
|
19094
|
+
"bytesInOutput": 16110
|
|
19068
19095
|
},
|
|
19069
19096
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
19070
19097
|
"bytesInOutput": 1559
|
|
@@ -19247,7 +19274,7 @@
|
|
|
19247
19274
|
"bytesInOutput": 3422
|
|
19248
19275
|
},
|
|
19249
19276
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19250
|
-
"bytesInOutput":
|
|
19277
|
+
"bytesInOutput": 12269
|
|
19251
19278
|
},
|
|
19252
19279
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
|
19253
19280
|
"bytesInOutput": 2807
|
|
@@ -19300,7 +19327,7 @@
|
|
|
19300
19327
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
19301
19328
|
"bytesInOutput": 3393
|
|
19302
19329
|
},
|
|
19303
|
-
"../../../../../../../tmp/tmp-
|
|
19330
|
+
"../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e612a1/index.css": {
|
|
19304
19331
|
"bytesInOutput": 115
|
|
19305
19332
|
},
|
|
19306
19333
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
@@ -19397,7 +19424,7 @@
|
|
|
19397
19424
|
"bytesInOutput": 1024
|
|
19398
19425
|
},
|
|
19399
19426
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
19400
|
-
"bytesInOutput":
|
|
19427
|
+
"bytesInOutput": 9131
|
|
19401
19428
|
},
|
|
19402
19429
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
|
19403
19430
|
"bytesInOutput": 4369
|
|
@@ -19436,7 +19463,7 @@
|
|
|
19436
19463
|
"bytesInOutput": 2394
|
|
19437
19464
|
},
|
|
19438
19465
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
19439
|
-
"bytesInOutput":
|
|
19466
|
+
"bytesInOutput": 3500
|
|
19440
19467
|
},
|
|
19441
19468
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
|
19442
19469
|
"bytesInOutput": 1964
|
|
@@ -19469,11 +19496,14 @@
|
|
|
19469
19496
|
"bytesInOutput": 2709
|
|
19470
19497
|
},
|
|
19471
19498
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
19472
|
-
"bytesInOutput":
|
|
19499
|
+
"bytesInOutput": 9173
|
|
19473
19500
|
},
|
|
19474
19501
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
|
19475
19502
|
"bytesInOutput": 173
|
|
19476
19503
|
},
|
|
19504
|
+
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
19505
|
+
"bytesInOutput": 1477
|
|
19506
|
+
},
|
|
19477
19507
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
19478
19508
|
"bytesInOutput": 1897
|
|
19479
19509
|
},
|
|
@@ -19499,7 +19529,7 @@
|
|
|
19499
19529
|
"bytesInOutput": 2225
|
|
19500
19530
|
},
|
|
19501
19531
|
"src/Prebuilt/App.tsx": {
|
|
19502
|
-
"bytesInOutput":
|
|
19532
|
+
"bytesInOutput": 9928
|
|
19503
19533
|
},
|
|
19504
19534
|
"src/Prebuilt/index.ts": {
|
|
19505
19535
|
"bytesInOutput": 131
|
|
@@ -19568,7 +19598,7 @@
|
|
|
19568
19598
|
"bytesInOutput": 3073
|
|
19569
19599
|
}
|
|
19570
19600
|
},
|
|
19571
|
-
"bytes":
|
|
19601
|
+
"bytes": 1728517
|
|
19572
19602
|
},
|
|
19573
19603
|
"dist/index.cjs.css.map": {
|
|
19574
19604
|
"imports": [],
|
|
@@ -19630,10 +19660,10 @@
|
|
|
19630
19660
|
}
|
|
19631
19661
|
],
|
|
19632
19662
|
"inputs": {
|
|
19633
|
-
"../../../../../../../tmp/tmp-
|
|
19663
|
+
"../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e61a53/tldraw.css": {
|
|
19634
19664
|
"bytesInOutput": 75223
|
|
19635
19665
|
},
|
|
19636
|
-
"../../../../../../../tmp/tmp-
|
|
19666
|
+
"../../../../../../../tmp/tmp-2772-Eln8CF45vLAo/190d96e612a1/index.css": {
|
|
19637
19667
|
"bytesInOutput": 401
|
|
19638
19668
|
}
|
|
19639
19669
|
},
|