@100mslive/roomkit-react 0.3.19 → 0.3.20-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-LNJLFWK4.css → HLSView-KVYOXQXT.css} +3 -3
- package/dist/{HLSView-LNJLFWK4.css.map → HLSView-KVYOXQXT.css.map} +1 -1
- package/dist/{HLSView-GYB2QDIN.js → HLSView-WY2KZLYW.js} +63 -47
- package/dist/HLSView-WY2KZLYW.js.map +7 -0
- package/dist/Prebuilt/AppContext.d.ts +1 -1
- package/dist/Prebuilt/components/AuthToken.d.ts +1 -1
- package/dist/Prebuilt/components/peerTileUtils.d.ts +7 -0
- package/dist/{chunk-DIIFM6TW.js → chunk-I6M7HK22.js} +409 -390
- package/dist/chunk-I6M7HK22.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +480 -444
- 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 +79 -59
- package/dist/meta.esbuild.json +93 -73
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +5 -5
- package/src/Prebuilt/AppContext.tsx +1 -1
- package/src/Prebuilt/components/AuthToken.tsx +1 -1
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +24 -4
- package/src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx +13 -3
- package/src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx +1 -1
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +1 -1
- package/src/Prebuilt/components/ScreenshareTile.tsx +2 -2
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +1 -2
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +7 -6
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +3 -3
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +4 -2
- package/src/Prebuilt/components/VideoTile.tsx +2 -2
- package/src/Prebuilt/components/{peerTileUtils.jsx → peerTileUtils.tsx} +21 -6
- package/src/Prebuilt/layouts/HLSView.jsx +2 -5
- package/dist/HLSView-GYB2QDIN.js.map +0 -7
- package/dist/chunk-DIIFM6TW.js.map +0 -7
package/dist/meta.cjs.json
CHANGED
@@ -2369,7 +2369,7 @@
|
|
2369
2369
|
"format": "esm"
|
2370
2370
|
},
|
2371
2371
|
"src/Prebuilt/AppContext.tsx": {
|
2372
|
-
"bytes":
|
2372
|
+
"bytes": 881,
|
2373
2373
|
"imports": [
|
2374
2374
|
{
|
2375
2375
|
"path": "react",
|
@@ -2585,7 +2585,7 @@
|
|
2585
2585
|
"imports": []
|
2586
2586
|
},
|
2587
2587
|
"src/Prebuilt/components/AuthToken.tsx": {
|
2588
|
-
"bytes":
|
2588
|
+
"bytes": 5171,
|
2589
2589
|
"imports": [
|
2590
2590
|
{
|
2591
2591
|
"path": "react",
|
@@ -3006,7 +3006,7 @@
|
|
3006
3006
|
"format": "esm"
|
3007
3007
|
},
|
3008
3008
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
3009
|
-
"bytes":
|
3009
|
+
"bytes": 9451,
|
3010
3010
|
"imports": [
|
3011
3011
|
{
|
3012
3012
|
"path": "react",
|
@@ -5961,7 +5961,7 @@
|
|
5961
5961
|
"format": "esm"
|
5962
5962
|
},
|
5963
5963
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
5964
|
-
"bytes":
|
5964
|
+
"bytes": 3309,
|
5965
5965
|
"imports": [
|
5966
5966
|
{
|
5967
5967
|
"path": "react",
|
@@ -6007,7 +6007,7 @@
|
|
6007
6007
|
"format": "esm"
|
6008
6008
|
},
|
6009
6009
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
6010
|
-
"bytes":
|
6010
|
+
"bytes": 2372,
|
6011
6011
|
"imports": [
|
6012
6012
|
{
|
6013
6013
|
"path": "react",
|
@@ -9586,6 +9586,22 @@
|
|
9586
9586
|
],
|
9587
9587
|
"format": "esm"
|
9588
9588
|
},
|
9589
|
+
"src/Prebuilt/components/peerTileUtils.tsx": {
|
9590
|
+
"bytes": 1529,
|
9591
|
+
"imports": [
|
9592
|
+
{
|
9593
|
+
"path": "@100mslive/react-sdk",
|
9594
|
+
"kind": "import-statement",
|
9595
|
+
"external": true
|
9596
|
+
},
|
9597
|
+
{
|
9598
|
+
"path": "<define:process.env>",
|
9599
|
+
"kind": "import-statement",
|
9600
|
+
"external": true
|
9601
|
+
}
|
9602
|
+
],
|
9603
|
+
"format": "esm"
|
9604
|
+
},
|
9589
9605
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
9590
9606
|
"bytes": 214,
|
9591
9607
|
"imports": [
|
@@ -9598,7 +9614,7 @@
|
|
9598
9614
|
"format": "esm"
|
9599
9615
|
},
|
9600
9616
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
9601
|
-
"bytes":
|
9617
|
+
"bytes": 12271,
|
9602
9618
|
"imports": [
|
9603
9619
|
{
|
9604
9620
|
"path": "react",
|
@@ -9689,7 +9705,7 @@
|
|
9689
9705
|
"format": "esm"
|
9690
9706
|
},
|
9691
9707
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
9692
|
-
"bytes":
|
9708
|
+
"bytes": 5392,
|
9693
9709
|
"imports": [
|
9694
9710
|
{
|
9695
9711
|
"path": "react",
|
@@ -9741,6 +9757,11 @@
|
|
9741
9757
|
"kind": "import-statement",
|
9742
9758
|
"original": "../MoreSettings/ChangeNameModal"
|
9743
9759
|
},
|
9760
|
+
{
|
9761
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
9762
|
+
"kind": "import-statement",
|
9763
|
+
"original": "../peerTileUtils"
|
9764
|
+
},
|
9744
9765
|
{
|
9745
9766
|
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
9746
9767
|
"kind": "import-statement",
|
@@ -9779,19 +9800,8 @@
|
|
9779
9800
|
],
|
9780
9801
|
"format": "esm"
|
9781
9802
|
},
|
9782
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
9783
|
-
"bytes": 1197,
|
9784
|
-
"imports": [
|
9785
|
-
{
|
9786
|
-
"path": "<define:process.env>",
|
9787
|
-
"kind": "import-statement",
|
9788
|
-
"external": true
|
9789
|
-
}
|
9790
|
-
],
|
9791
|
-
"format": "esm"
|
9792
|
-
},
|
9793
9803
|
"src/Prebuilt/components/VideoTile.tsx": {
|
9794
|
-
"bytes":
|
9804
|
+
"bytes": 7103,
|
9795
9805
|
"imports": [
|
9796
9806
|
{
|
9797
9807
|
"path": "react",
|
@@ -9854,7 +9864,7 @@
|
|
9854
9864
|
"original": "../../VideoTile"
|
9855
9865
|
},
|
9856
9866
|
{
|
9857
|
-
"path": "src/Prebuilt/components/peerTileUtils.
|
9867
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
9858
9868
|
"kind": "import-statement",
|
9859
9869
|
"original": "./peerTileUtils"
|
9860
9870
|
},
|
@@ -10728,7 +10738,7 @@
|
|
10728
10738
|
"format": "esm"
|
10729
10739
|
},
|
10730
10740
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
10731
|
-
"bytes":
|
10741
|
+
"bytes": 2301,
|
10732
10742
|
"imports": [
|
10733
10743
|
{
|
10734
10744
|
"path": "react",
|
@@ -10740,6 +10750,11 @@
|
|
10740
10750
|
"kind": "import-statement",
|
10741
10751
|
"external": true
|
10742
10752
|
},
|
10753
|
+
{
|
10754
|
+
"path": "@100mslive/react-sdk",
|
10755
|
+
"kind": "import-statement",
|
10756
|
+
"external": true
|
10757
|
+
},
|
10743
10758
|
{
|
10744
10759
|
"path": "@100mslive/react-icons",
|
10745
10760
|
"kind": "import-statement",
|
@@ -11110,7 +11125,7 @@
|
|
11110
11125
|
"format": "esm"
|
11111
11126
|
},
|
11112
11127
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
11113
|
-
"bytes":
|
11128
|
+
"bytes": 4476,
|
11114
11129
|
"imports": [
|
11115
11130
|
{
|
11116
11131
|
"path": "react",
|
@@ -11173,7 +11188,7 @@
|
|
11173
11188
|
"original": "./LayoutModeSelector"
|
11174
11189
|
},
|
11175
11190
|
{
|
11176
|
-
"path": "src/Prebuilt/components/peerTileUtils.
|
11191
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
11177
11192
|
"kind": "import-statement",
|
11178
11193
|
"original": "./peerTileUtils"
|
11179
11194
|
},
|
@@ -11276,7 +11291,7 @@
|
|
11276
11291
|
],
|
11277
11292
|
"format": "esm"
|
11278
11293
|
},
|
11279
|
-
"../../../../../../../tmp/tmp-
|
11294
|
+
"../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5713/tldraw.css": {
|
11280
11295
|
"bytes": 80111,
|
11281
11296
|
"imports": [
|
11282
11297
|
{
|
@@ -11326,7 +11341,7 @@
|
|
11326
11341
|
}
|
11327
11342
|
]
|
11328
11343
|
},
|
11329
|
-
"../../../../../../../tmp/tmp-
|
11344
|
+
"../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5170/index.css": {
|
11330
11345
|
"bytes": 597,
|
11331
11346
|
"imports": [
|
11332
11347
|
{
|
@@ -11335,7 +11350,7 @@
|
|
11335
11350
|
"external": true
|
11336
11351
|
},
|
11337
11352
|
{
|
11338
|
-
"path": "../../../../../../../tmp/tmp-
|
11353
|
+
"path": "../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5713/tldraw.css",
|
11339
11354
|
"kind": "import-rule",
|
11340
11355
|
"original": "@tldraw/tldraw/tldraw.css"
|
11341
11356
|
}
|
@@ -11410,7 +11425,7 @@
|
|
11410
11425
|
"original": "../../common/constants"
|
11411
11426
|
},
|
11412
11427
|
{
|
11413
|
-
"path": "../../../../../../../tmp/tmp-
|
11428
|
+
"path": "../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5170/index.css",
|
11414
11429
|
"kind": "import-statement",
|
11415
11430
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11416
11431
|
},
|
@@ -11746,7 +11761,7 @@
|
|
11746
11761
|
"format": "esm"
|
11747
11762
|
},
|
11748
11763
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
11749
|
-
"bytes":
|
11764
|
+
"bytes": 1973,
|
11750
11765
|
"imports": [
|
11751
11766
|
{
|
11752
11767
|
"path": "react",
|
@@ -12266,7 +12281,7 @@
|
|
12266
12281
|
"format": "esm"
|
12267
12282
|
},
|
12268
12283
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
12269
|
-
"bytes":
|
12284
|
+
"bytes": 28626,
|
12270
12285
|
"imports": [
|
12271
12286
|
{
|
12272
12287
|
"path": "react",
|
@@ -13742,7 +13757,7 @@
|
|
13742
13757
|
"format": "esm"
|
13743
13758
|
},
|
13744
13759
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
13745
|
-
"bytes":
|
13760
|
+
"bytes": 1640,
|
13746
13761
|
"imports": [
|
13747
13762
|
{
|
13748
13763
|
"path": "react",
|
@@ -14335,7 +14350,7 @@
|
|
14335
14350
|
"format": "esm"
|
14336
14351
|
},
|
14337
14352
|
"src/Prebuilt/App.tsx": {
|
14338
|
-
"bytes":
|
14353
|
+
"bytes": 11054,
|
14339
14354
|
"imports": [
|
14340
14355
|
{
|
14341
14356
|
"path": "react",
|
@@ -15393,7 +15408,7 @@
|
|
15393
15408
|
"imports": [],
|
15394
15409
|
"exports": [],
|
15395
15410
|
"inputs": {},
|
15396
|
-
"bytes":
|
15411
|
+
"bytes": 3626925
|
15397
15412
|
},
|
15398
15413
|
"dist/index.cjs.js": {
|
15399
15414
|
"imports": [
|
@@ -17687,6 +17702,11 @@
|
|
17687
17702
|
"kind": "require-call",
|
17688
17703
|
"external": true
|
17689
17704
|
},
|
17705
|
+
{
|
17706
|
+
"path": "@100mslive/react-sdk",
|
17707
|
+
"kind": "require-call",
|
17708
|
+
"external": true
|
17709
|
+
},
|
17690
17710
|
{
|
17691
17711
|
"path": "@100mslive/react-icons",
|
17692
17712
|
"kind": "require-call",
|
@@ -18633,7 +18653,7 @@
|
|
18633
18653
|
"cssBundle": "dist/index.cjs.css",
|
18634
18654
|
"inputs": {
|
18635
18655
|
"<define:process.env>": {
|
18636
|
-
"bytesInOutput":
|
18656
|
+
"bytesInOutput": 18027
|
18637
18657
|
},
|
18638
18658
|
"src/Theme/base.config.ts": {
|
18639
18659
|
"bytesInOutput": 6104
|
@@ -18996,7 +19016,7 @@
|
|
18996
19016
|
"bytesInOutput": 2589
|
18997
19017
|
},
|
18998
19018
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
18999
|
-
"bytesInOutput":
|
19019
|
+
"bytesInOutput": 11206
|
19000
19020
|
},
|
19001
19021
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
19002
19022
|
"bytesInOutput": 17283
|
@@ -19158,7 +19178,7 @@
|
|
19158
19178
|
"bytesInOutput": 1396
|
19159
19179
|
},
|
19160
19180
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
19161
|
-
"bytesInOutput":
|
19181
|
+
"bytesInOutput": 22880
|
19162
19182
|
},
|
19163
19183
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
19164
19184
|
"bytesInOutput": 2295
|
@@ -19170,7 +19190,7 @@
|
|
19170
19190
|
"bytesInOutput": 9352
|
19171
19191
|
},
|
19172
19192
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
19173
|
-
"bytesInOutput":
|
19193
|
+
"bytesInOutput": 12017
|
19174
19194
|
},
|
19175
19195
|
"../../node_modules/sdp/sdp.js": {
|
19176
19196
|
"bytesInOutput": 22295
|
@@ -19188,7 +19208,7 @@
|
|
19188
19208
|
"bytesInOutput": 16122
|
19189
19209
|
},
|
19190
19210
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
19191
|
-
"bytesInOutput":
|
19211
|
+
"bytesInOutput": 3500
|
19192
19212
|
},
|
19193
19213
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
19194
19214
|
"bytesInOutput": 3070
|
@@ -19197,16 +19217,16 @@
|
|
19197
19217
|
"bytesInOutput": 615
|
19198
19218
|
},
|
19199
19219
|
"../hms-video-store/dist/index.js": {
|
19200
|
-
"bytesInOutput":
|
19220
|
+
"bytesInOutput": 56904
|
19201
19221
|
},
|
19202
19222
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
19203
19223
|
"bytesInOutput": 11852
|
19204
19224
|
},
|
19205
19225
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
19206
|
-
"bytesInOutput":
|
19226
|
+
"bytesInOutput": 4458
|
19207
19227
|
},
|
19208
19228
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
19209
|
-
"bytesInOutput":
|
19229
|
+
"bytesInOutput": 2886
|
19210
19230
|
},
|
19211
19231
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
19212
19232
|
"bytesInOutput": 1099
|
@@ -19424,20 +19444,20 @@
|
|
19424
19444
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
19425
19445
|
"bytesInOutput": 3070
|
19426
19446
|
},
|
19447
|
+
"src/Prebuilt/components/peerTileUtils.tsx": {
|
19448
|
+
"bytesInOutput": 1437
|
19449
|
+
},
|
19427
19450
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
19428
19451
|
"bytesInOutput": 296
|
19429
19452
|
},
|
19430
19453
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
19431
|
-
"bytesInOutput":
|
19454
|
+
"bytesInOutput": 14628
|
19432
19455
|
},
|
19433
19456
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
19434
|
-
"bytesInOutput":
|
19435
|
-
},
|
19436
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
19437
|
-
"bytesInOutput": 1299
|
19457
|
+
"bytesInOutput": 6042
|
19438
19458
|
},
|
19439
19459
|
"src/Prebuilt/components/VideoTile.tsx": {
|
19440
|
-
"bytesInOutput":
|
19460
|
+
"bytesInOutput": 7839
|
19441
19461
|
},
|
19442
19462
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19443
19463
|
"bytesInOutput": 1564
|
@@ -19485,10 +19505,10 @@
|
|
19485
19505
|
"bytesInOutput": 1620
|
19486
19506
|
},
|
19487
19507
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
19488
|
-
"bytesInOutput":
|
19508
|
+
"bytesInOutput": 4484
|
19489
19509
|
},
|
19490
19510
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
19491
|
-
"bytesInOutput":
|
19511
|
+
"bytesInOutput": 2631
|
19492
19512
|
},
|
19493
19513
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
19494
19514
|
"bytesInOutput": 3064
|
@@ -19509,12 +19529,12 @@
|
|
19509
19529
|
"bytesInOutput": 1707
|
19510
19530
|
},
|
19511
19531
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
19512
|
-
"bytesInOutput":
|
19532
|
+
"bytesInOutput": 5615
|
19513
19533
|
},
|
19514
19534
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
19515
19535
|
"bytesInOutput": 3393
|
19516
19536
|
},
|
19517
|
-
"../../../../../../../tmp/tmp-
|
19537
|
+
"../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5170/index.css": {
|
19518
19538
|
"bytesInOutput": 115
|
19519
19539
|
},
|
19520
19540
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
@@ -19533,7 +19553,7 @@
|
|
19533
19553
|
"bytesInOutput": 2090
|
19534
19554
|
},
|
19535
19555
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
19536
|
-
"bytesInOutput":
|
19556
|
+
"bytesInOutput": 8358
|
19537
19557
|
},
|
19538
19558
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
19539
19559
|
"bytesInOutput": 854
|
@@ -19545,7 +19565,7 @@
|
|
19545
19565
|
"bytesInOutput": 656
|
19546
19566
|
},
|
19547
19567
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
19548
|
-
"bytesInOutput":
|
19568
|
+
"bytesInOutput": 2640
|
19549
19569
|
},
|
19550
19570
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
19551
19571
|
"bytesInOutput": 489
|
@@ -19590,7 +19610,7 @@
|
|
19590
19610
|
"bytesInOutput": 2886
|
19591
19611
|
},
|
19592
19612
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
19593
|
-
"bytesInOutput":
|
19613
|
+
"bytesInOutput": 33402
|
19594
19614
|
},
|
19595
19615
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
19596
19616
|
"bytesInOutput": 6582
|
@@ -19680,7 +19700,7 @@
|
|
19680
19700
|
"bytesInOutput": 948
|
19681
19701
|
},
|
19682
19702
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
19683
|
-
"bytesInOutput":
|
19703
|
+
"bytesInOutput": 2249
|
19684
19704
|
},
|
19685
19705
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
19686
19706
|
"bytesInOutput": 2709
|
@@ -19719,7 +19739,7 @@
|
|
19719
19739
|
"bytesInOutput": 2225
|
19720
19740
|
},
|
19721
19741
|
"src/Prebuilt/App.tsx": {
|
19722
|
-
"bytesInOutput":
|
19742
|
+
"bytesInOutput": 10071
|
19723
19743
|
},
|
19724
19744
|
"src/Prebuilt/index.ts": {
|
19725
19745
|
"bytesInOutput": 131
|
@@ -19734,7 +19754,7 @@
|
|
19734
19754
|
"bytesInOutput": 2572
|
19735
19755
|
},
|
19736
19756
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
19737
|
-
"bytesInOutput":
|
19757
|
+
"bytesInOutput": 3852
|
19738
19758
|
},
|
19739
19759
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
19740
19760
|
"bytesInOutput": 7632
|
@@ -19788,7 +19808,7 @@
|
|
19788
19808
|
"bytesInOutput": 3073
|
19789
19809
|
}
|
19790
19810
|
},
|
19791
|
-
"bytes":
|
19811
|
+
"bytes": 1747395
|
19792
19812
|
},
|
19793
19813
|
"dist/index.cjs.css.map": {
|
19794
19814
|
"imports": [],
|
@@ -19850,10 +19870,10 @@
|
|
19850
19870
|
}
|
19851
19871
|
],
|
19852
19872
|
"inputs": {
|
19853
|
-
"../../../../../../../tmp/tmp-
|
19873
|
+
"../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5713/tldraw.css": {
|
19854
19874
|
"bytesInOutput": 75223
|
19855
19875
|
},
|
19856
|
-
"../../../../../../../tmp/tmp-
|
19876
|
+
"../../../../../../../tmp/tmp-2899-SW7L4Lbh5cRc/191eb73f5170/index.css": {
|
19857
19877
|
"bytesInOutput": 401
|
19858
19878
|
}
|
19859
19879
|
},
|