@100mslive/roomkit-react 0.3.17-alpha.0 → 0.3.17-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-2B7JRVYF.css → HLSView-2TQQHGUX.css} +3 -3
- package/dist/{HLSView-2B7JRVYF.css.map → HLSView-2TQQHGUX.css.map} +1 -1
- package/dist/{HLSView-WZULAPSG.js → HLSView-NMG7P72A.js} +2 -2
- package/dist/Prebuilt/components/MoreSettings/constants.d.ts +4 -0
- package/dist/{chunk-5GS4O2BK.js → chunk-GCTIXYTC.js} +579 -578
- package/dist/chunk-GCTIXYTC.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +552 -554
- 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 +83 -77
- package/dist/meta.esbuild.json +95 -89
- package/package.json +8 -8
- package/src/Prebuilt/components/AppData/AppData.tsx +8 -1
- package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -18
- package/src/Prebuilt/components/MoreSettings/constants.ts +2 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +10 -13
- package/src/Prebuilt/components/ScreenShareToggle.jsx +12 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +1 -4
- package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -1
- package/dist/chunk-5GS4O2BK.js.map +0 -7
- package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -14
- /package/dist/{HLSView-WZULAPSG.js.map → HLSView-NMG7P72A.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -2281,19 +2281,40 @@
|
|
2281
2281
|
],
|
2282
2282
|
"format": "esm"
|
2283
2283
|
},
|
2284
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
2285
|
+
"bytes": 493,
|
2286
|
+
"imports": [
|
2287
|
+
{
|
2288
|
+
"path": "<define:process.env>",
|
2289
|
+
"kind": "import-statement",
|
2290
|
+
"external": true
|
2291
|
+
}
|
2292
|
+
],
|
2293
|
+
"format": "esm"
|
2294
|
+
},
|
2284
2295
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2285
|
-
"bytes":
|
2296
|
+
"bytes": 6711,
|
2286
2297
|
"imports": [
|
2287
2298
|
{
|
2288
2299
|
"path": "react",
|
2289
2300
|
"kind": "import-statement",
|
2290
2301
|
"external": true
|
2291
2302
|
},
|
2303
|
+
{
|
2304
|
+
"path": "react-use",
|
2305
|
+
"kind": "import-statement",
|
2306
|
+
"external": true
|
2307
|
+
},
|
2292
2308
|
{
|
2293
2309
|
"path": "@100mslive/react-sdk",
|
2294
2310
|
"kind": "import-statement",
|
2295
2311
|
"external": true
|
2296
2312
|
},
|
2313
|
+
{
|
2314
|
+
"path": "src/Theme/index.tsx",
|
2315
|
+
"kind": "import-statement",
|
2316
|
+
"original": "../../../Theme"
|
2317
|
+
},
|
2297
2318
|
{
|
2298
2319
|
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
2299
2320
|
"kind": "import-statement",
|
@@ -2324,6 +2345,11 @@
|
|
2324
2345
|
"kind": "import-statement",
|
2325
2346
|
"original": "../../common/constants"
|
2326
2347
|
},
|
2348
|
+
{
|
2349
|
+
"path": "src/Prebuilt/components/MoreSettings/constants.ts",
|
2350
|
+
"kind": "import-statement",
|
2351
|
+
"original": "../MoreSettings/constants"
|
2352
|
+
},
|
2327
2353
|
{
|
2328
2354
|
"path": "<define:process.env>",
|
2329
2355
|
"kind": "import-statement",
|
@@ -2891,7 +2917,7 @@
|
|
2891
2917
|
"format": "esm"
|
2892
2918
|
},
|
2893
2919
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2894
|
-
"bytes":
|
2920
|
+
"bytes": 13759,
|
2895
2921
|
"imports": [
|
2896
2922
|
{
|
2897
2923
|
"path": "react",
|
@@ -4885,17 +4911,6 @@
|
|
4885
4911
|
],
|
4886
4912
|
"format": "esm"
|
4887
4913
|
},
|
4888
|
-
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
4889
|
-
"bytes": 430,
|
4890
|
-
"imports": [
|
4891
|
-
{
|
4892
|
-
"path": "<define:process.env>",
|
4893
|
-
"kind": "import-statement",
|
4894
|
-
"external": true
|
4895
|
-
}
|
4896
|
-
],
|
4897
|
-
"format": "esm"
|
4898
|
-
},
|
4899
4914
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
4900
4915
|
"bytes": 2900,
|
4901
4916
|
"imports": [
|
@@ -5601,7 +5616,7 @@
|
|
5601
5616
|
"format": "cjs"
|
5602
5617
|
},
|
5603
5618
|
"../hms-video-store/dist/index.js": {
|
5604
|
-
"bytes":
|
5619
|
+
"bytes": 361757,
|
5605
5620
|
"imports": [
|
5606
5621
|
{
|
5607
5622
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5614,9 +5629,9 @@
|
|
5614
5629
|
"original": "ua-parser-js"
|
5615
5630
|
},
|
5616
5631
|
{
|
5617
|
-
"path": "
|
5632
|
+
"path": "uuid",
|
5618
5633
|
"kind": "import-statement",
|
5619
|
-
"
|
5634
|
+
"external": true
|
5620
5635
|
},
|
5621
5636
|
{
|
5622
5637
|
"path": "uuid",
|
@@ -5624,9 +5639,9 @@
|
|
5624
5639
|
"external": true
|
5625
5640
|
},
|
5626
5641
|
{
|
5627
|
-
"path": "
|
5642
|
+
"path": "../../node_modules/lodash.isequal/index.js",
|
5628
5643
|
"kind": "import-statement",
|
5629
|
-
"
|
5644
|
+
"original": "lodash.isequal"
|
5630
5645
|
},
|
5631
5646
|
{
|
5632
5647
|
"path": "../../node_modules/webrtc-adapter/src/js/adapter_core.js",
|
@@ -6547,7 +6562,7 @@
|
|
6547
6562
|
"format": "esm"
|
6548
6563
|
},
|
6549
6564
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
6550
|
-
"bytes":
|
6565
|
+
"bytes": 1909,
|
6551
6566
|
"imports": [
|
6552
6567
|
{
|
6553
6568
|
"path": "react",
|
@@ -6569,6 +6584,11 @@
|
|
6569
6584
|
"kind": "import-statement",
|
6570
6585
|
"original": "./pdfAnnotator/shareScreenOptions"
|
6571
6586
|
},
|
6587
|
+
{
|
6588
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6589
|
+
"kind": "import-statement",
|
6590
|
+
"original": "./Toast/ToastManager"
|
6591
|
+
},
|
6572
6592
|
{
|
6573
6593
|
"path": "src/Layout/index.tsx",
|
6574
6594
|
"kind": "import-statement",
|
@@ -9888,19 +9908,8 @@
|
|
9888
9908
|
],
|
9889
9909
|
"format": "esm"
|
9890
9910
|
},
|
9891
|
-
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
9892
|
-
"bytes": 696,
|
9893
|
-
"imports": [
|
9894
|
-
{
|
9895
|
-
"path": "<define:process.env>",
|
9896
|
-
"kind": "import-statement",
|
9897
|
-
"external": true
|
9898
|
-
}
|
9899
|
-
],
|
9900
|
-
"format": "esm"
|
9901
|
-
},
|
9902
9911
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9903
|
-
"bytes":
|
9912
|
+
"bytes": 7931,
|
9904
9913
|
"imports": [
|
9905
9914
|
{
|
9906
9915
|
"path": "react",
|
@@ -9977,11 +9986,6 @@
|
|
9977
9986
|
"kind": "import-statement",
|
9978
9987
|
"original": "../../common/constants"
|
9979
9988
|
},
|
9980
|
-
{
|
9981
|
-
"path": "src/Prebuilt/components/VirtualBackground/constants.ts",
|
9982
|
-
"kind": "import-statement",
|
9983
|
-
"original": "./constants"
|
9984
|
-
},
|
9985
9989
|
{
|
9986
9990
|
"path": "<define:process.env>",
|
9987
9991
|
"kind": "import-statement",
|
@@ -10235,7 +10239,7 @@
|
|
10235
10239
|
"format": "esm"
|
10236
10240
|
},
|
10237
10241
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
10238
|
-
"bytes":
|
10242
|
+
"bytes": 10002,
|
10239
10243
|
"imports": [
|
10240
10244
|
{
|
10241
10245
|
"path": "react",
|
@@ -11227,7 +11231,7 @@
|
|
11227
11231
|
],
|
11228
11232
|
"format": "esm"
|
11229
11233
|
},
|
11230
|
-
"../../../../../../../tmp/tmp-
|
11234
|
+
"../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092de3/tldraw.css": {
|
11231
11235
|
"bytes": 80111,
|
11232
11236
|
"imports": [
|
11233
11237
|
{
|
@@ -11277,7 +11281,7 @@
|
|
11277
11281
|
}
|
11278
11282
|
]
|
11279
11283
|
},
|
11280
|
-
"../../../../../../../tmp/tmp-
|
11284
|
+
"../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092cf1/index.css": {
|
11281
11285
|
"bytes": 597,
|
11282
11286
|
"imports": [
|
11283
11287
|
{
|
@@ -11286,7 +11290,7 @@
|
|
11286
11290
|
"external": true
|
11287
11291
|
},
|
11288
11292
|
{
|
11289
|
-
"path": "../../../../../../../tmp/tmp-
|
11293
|
+
"path": "../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092de3/tldraw.css",
|
11290
11294
|
"kind": "import-rule",
|
11291
11295
|
"original": "@tldraw/tldraw/tldraw.css"
|
11292
11296
|
}
|
@@ -11361,7 +11365,7 @@
|
|
11361
11365
|
"original": "../../common/constants"
|
11362
11366
|
},
|
11363
11367
|
{
|
11364
|
-
"path": "../../../../../../../tmp/tmp-
|
11368
|
+
"path": "../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092cf1/index.css",
|
11365
11369
|
"kind": "import-statement",
|
11366
11370
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11367
11371
|
},
|
@@ -15243,7 +15247,7 @@
|
|
15243
15247
|
"imports": [],
|
15244
15248
|
"exports": [],
|
15245
15249
|
"inputs": {},
|
15246
|
-
"bytes":
|
15250
|
+
"bytes": 3590834
|
15247
15251
|
},
|
15248
15252
|
"dist/index.cjs.js": {
|
15249
15253
|
"imports": [
|
@@ -15622,6 +15626,11 @@
|
|
15622
15626
|
"kind": "require-call",
|
15623
15627
|
"external": true
|
15624
15628
|
},
|
15629
|
+
{
|
15630
|
+
"path": "react-use",
|
15631
|
+
"kind": "require-call",
|
15632
|
+
"external": true
|
15633
|
+
},
|
15625
15634
|
{
|
15626
15635
|
"path": "@100mslive/react-sdk",
|
15627
15636
|
"kind": "require-call",
|
@@ -18443,7 +18452,7 @@
|
|
18443
18452
|
"cssBundle": "dist/index.cjs.css",
|
18444
18453
|
"inputs": {
|
18445
18454
|
"<define:process.env>": {
|
18446
|
-
"bytesInOutput":
|
18455
|
+
"bytesInOutput": 17991
|
18447
18456
|
},
|
18448
18457
|
"src/Theme/base.config.ts": {
|
18449
18458
|
"bytesInOutput": 6104
|
@@ -18605,7 +18614,7 @@
|
|
18605
18614
|
"bytesInOutput": 143
|
18606
18615
|
},
|
18607
18616
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
18608
|
-
"bytesInOutput":
|
18617
|
+
"bytesInOutput": 970
|
18609
18618
|
},
|
18610
18619
|
"src/AudioLevel/audio-level.png": {
|
18611
18620
|
"bytesInOutput": 983
|
@@ -18620,7 +18629,7 @@
|
|
18620
18629
|
"bytesInOutput": 1076
|
18621
18630
|
},
|
18622
18631
|
"src/Stats/formatBytes.ts": {
|
18623
|
-
"bytesInOutput":
|
18632
|
+
"bytesInOutput": 633
|
18624
18633
|
},
|
18625
18634
|
"src/Stats/StyledStats.tsx": {
|
18626
18635
|
"bytesInOutput": 1004
|
@@ -18742,8 +18751,11 @@
|
|
18742
18751
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
18743
18752
|
"bytesInOutput": 3269
|
18744
18753
|
},
|
18754
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
18755
|
+
"bytesInOutput": 713
|
18756
|
+
},
|
18745
18757
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
18746
|
-
"bytesInOutput":
|
18758
|
+
"bytesInOutput": 7676
|
18747
18759
|
},
|
18748
18760
|
"src/Prebuilt/AppContext.tsx": {
|
18749
18761
|
"bytesInOutput": 840
|
@@ -18791,7 +18803,7 @@
|
|
18791
18803
|
"bytesInOutput": 1359
|
18792
18804
|
},
|
18793
18805
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
18794
|
-
"bytesInOutput":
|
18806
|
+
"bytesInOutput": 17283
|
18795
18807
|
},
|
18796
18808
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
18797
18809
|
"bytesInOutput": 1329
|
@@ -18866,7 +18878,7 @@
|
|
18866
18878
|
"bytesInOutput": 2366
|
18867
18879
|
},
|
18868
18880
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
18869
|
-
"bytesInOutput":
|
18881
|
+
"bytesInOutput": 2545
|
18870
18882
|
},
|
18871
18883
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
18872
18884
|
"bytesInOutput": 922
|
@@ -18878,7 +18890,7 @@
|
|
18878
18890
|
"bytesInOutput": 17743
|
18879
18891
|
},
|
18880
18892
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
18881
|
-
"bytesInOutput":
|
18893
|
+
"bytesInOutput": 11357
|
18882
18894
|
},
|
18883
18895
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
18884
18896
|
"bytesInOutput": 978
|
@@ -18899,7 +18911,7 @@
|
|
18899
18911
|
"bytesInOutput": 4457
|
18900
18912
|
},
|
18901
18913
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
18902
|
-
"bytesInOutput":
|
18914
|
+
"bytesInOutput": 11376
|
18903
18915
|
},
|
18904
18916
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
18905
18917
|
"bytesInOutput": 6192
|
@@ -18916,9 +18928,6 @@
|
|
18916
18928
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
18917
18929
|
"bytesInOutput": 1014
|
18918
18930
|
},
|
18919
|
-
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
18920
|
-
"bytesInOutput": 637
|
18921
|
-
},
|
18922
18931
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
18923
18932
|
"bytesInOutput": 3326
|
18924
18933
|
},
|
@@ -18944,7 +18953,7 @@
|
|
18944
18953
|
"bytesInOutput": 2641
|
18945
18954
|
},
|
18946
18955
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
18947
|
-
"bytesInOutput":
|
18956
|
+
"bytesInOutput": 42495
|
18948
18957
|
},
|
18949
18958
|
"../../node_modules/lodash.isequal/index.js": {
|
18950
18959
|
"bytesInOutput": 26597
|
@@ -18953,13 +18962,13 @@
|
|
18953
18962
|
"bytesInOutput": 6467
|
18954
18963
|
},
|
18955
18964
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
18956
|
-
"bytesInOutput":
|
18965
|
+
"bytesInOutput": 6244
|
18957
18966
|
},
|
18958
18967
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
18959
18968
|
"bytesInOutput": 1396
|
18960
18969
|
},
|
18961
18970
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
18962
|
-
"bytesInOutput":
|
18971
|
+
"bytesInOutput": 22882
|
18963
18972
|
},
|
18964
18973
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
18965
18974
|
"bytesInOutput": 2280
|
@@ -18977,7 +18986,7 @@
|
|
18977
18986
|
"bytesInOutput": 22295
|
18978
18987
|
},
|
18979
18988
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
18980
|
-
"bytesInOutput":
|
18989
|
+
"bytesInOutput": 12618
|
18981
18990
|
},
|
18982
18991
|
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
18983
18992
|
"bytesInOutput": 4575
|
@@ -18989,7 +18998,7 @@
|
|
18989
18998
|
"bytesInOutput": 16122
|
18990
18999
|
},
|
18991
19000
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
18992
|
-
"bytesInOutput":
|
19001
|
+
"bytesInOutput": 3495
|
18993
19002
|
},
|
18994
19003
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
18995
19004
|
"bytesInOutput": 3070
|
@@ -18998,7 +19007,7 @@
|
|
18998
19007
|
"bytesInOutput": 615
|
18999
19008
|
},
|
19000
19009
|
"../hms-video-store/dist/index.js": {
|
19001
|
-
"bytesInOutput":
|
19010
|
+
"bytesInOutput": 54926
|
19002
19011
|
},
|
19003
19012
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
19004
19013
|
"bytesInOutput": 1165
|
@@ -19058,7 +19067,7 @@
|
|
19058
19067
|
"bytesInOutput": 7958
|
19059
19068
|
},
|
19060
19069
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19061
|
-
"bytesInOutput":
|
19070
|
+
"bytesInOutput": 2366
|
19062
19071
|
},
|
19063
19072
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19064
19073
|
"bytesInOutput": 1602
|
@@ -19202,7 +19211,7 @@
|
|
19202
19211
|
"bytesInOutput": 1440
|
19203
19212
|
},
|
19204
19213
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19205
|
-
"bytesInOutput":
|
19214
|
+
"bytesInOutput": 12975
|
19206
19215
|
},
|
19207
19216
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
19208
19217
|
"bytesInOutput": 3529
|
@@ -19255,14 +19264,11 @@
|
|
19255
19264
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19256
19265
|
"bytesInOutput": 4242
|
19257
19266
|
},
|
19258
|
-
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
19259
|
-
"bytesInOutput": 908
|
19260
|
-
},
|
19261
19267
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19262
|
-
"bytesInOutput":
|
19268
|
+
"bytesInOutput": 9510
|
19263
19269
|
},
|
19264
19270
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19265
|
-
"bytesInOutput":
|
19271
|
+
"bytesInOutput": 7946
|
19266
19272
|
},
|
19267
19273
|
"src/Prebuilt/components/Chip.tsx": {
|
19268
19274
|
"bytesInOutput": 1118
|
@@ -19274,7 +19280,7 @@
|
|
19274
19280
|
"bytesInOutput": 3422
|
19275
19281
|
},
|
19276
19282
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19277
|
-
"bytesInOutput":
|
19283
|
+
"bytesInOutput": 12128
|
19278
19284
|
},
|
19279
19285
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
19280
19286
|
"bytesInOutput": 2807
|
@@ -19327,11 +19333,11 @@
|
|
19327
19333
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
19328
19334
|
"bytesInOutput": 3393
|
19329
19335
|
},
|
19330
|
-
"../../../../../../../tmp/tmp-
|
19331
|
-
"bytesInOutput":
|
19336
|
+
"../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092cf1/index.css": {
|
19337
|
+
"bytesInOutput": 109
|
19332
19338
|
},
|
19333
19339
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19334
|
-
"bytesInOutput":
|
19340
|
+
"bytesInOutput": 3744
|
19335
19341
|
},
|
19336
19342
|
"src/Prebuilt/common/PeersSorter.ts": {
|
19337
19343
|
"bytesInOutput": 3604
|
@@ -19403,7 +19409,7 @@
|
|
19403
19409
|
"bytesInOutput": 2886
|
19404
19410
|
},
|
19405
19411
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
19406
|
-
"bytesInOutput":
|
19412
|
+
"bytesInOutput": 33451
|
19407
19413
|
},
|
19408
19414
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
19409
19415
|
"bytesInOutput": 6582
|
@@ -19424,7 +19430,7 @@
|
|
19424
19430
|
"bytesInOutput": 1024
|
19425
19431
|
},
|
19426
19432
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19427
|
-
"bytesInOutput":
|
19433
|
+
"bytesInOutput": 9128
|
19428
19434
|
},
|
19429
19435
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
19430
19436
|
"bytesInOutput": 4369
|
@@ -19496,7 +19502,7 @@
|
|
19496
19502
|
"bytesInOutput": 2709
|
19497
19503
|
},
|
19498
19504
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19499
|
-
"bytesInOutput":
|
19505
|
+
"bytesInOutput": 9170
|
19500
19506
|
},
|
19501
19507
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
19502
19508
|
"bytesInOutput": 173
|
@@ -19544,7 +19550,7 @@
|
|
19544
19550
|
"bytesInOutput": 2572
|
19545
19551
|
},
|
19546
19552
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
19547
|
-
"bytesInOutput":
|
19553
|
+
"bytesInOutput": 3851
|
19548
19554
|
},
|
19549
19555
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
19550
19556
|
"bytesInOutput": 7632
|
@@ -19598,7 +19604,7 @@
|
|
19598
19604
|
"bytesInOutput": 3073
|
19599
19605
|
}
|
19600
19606
|
},
|
19601
|
-
"bytes":
|
19607
|
+
"bytes": 1729193
|
19602
19608
|
},
|
19603
19609
|
"dist/index.cjs.css.map": {
|
19604
19610
|
"imports": [],
|
@@ -19660,10 +19666,10 @@
|
|
19660
19666
|
}
|
19661
19667
|
],
|
19662
19668
|
"inputs": {
|
19663
|
-
"../../../../../../../tmp/tmp-
|
19669
|
+
"../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092de3/tldraw.css": {
|
19664
19670
|
"bytesInOutput": 75223
|
19665
19671
|
},
|
19666
|
-
"../../../../../../../tmp/tmp-
|
19672
|
+
"../../../../../../../tmp/tmp-2833-3ud8aDiZimH1/191217092cf1/index.css": {
|
19667
19673
|
"bytesInOutput": 401
|
19668
19674
|
}
|
19669
19675
|
},
|