@100mslive/roomkit-react 0.3.10-alpha.0 → 0.3.10-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-5GXP76IN.js → HLSView-73GDHCD4.js} +2 -2
- package/dist/{HLSView-FBGVUTA5.css → HLSView-NUX3NEDM.css} +16 -3
- package/dist/{HLSView-FBGVUTA5.css.map → HLSView-NUX3NEDM.css.map} +3 -3
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.d.ts +3 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/RoleChangeModal.d.ts +5 -0
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +2 -1
- package/dist/{chunk-WSDBUVSZ.js → chunk-K7LIJG5P.js} +610 -563
- package/dist/chunk-K7LIJG5P.js.map +7 -0
- package/dist/index.cjs.css +15 -2
- package/dist/index.cjs.css.map +3 -3
- package/dist/index.cjs.js +1949 -1894
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +15 -2
- package/dist/index.css.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +136 -62
- package/dist/meta.esbuild.json +150 -76
- package/package.json +7 -7
- package/src/Modal/DialogContent.tsx +1 -1
- package/src/Prebuilt/common/constants.ts +2 -0
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +22 -0
- package/src/Prebuilt/components/AudioVideoToggle.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +3 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +58 -37
- package/src/Prebuilt/components/RoleChangeModal.tsx +188 -0
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +5 -0
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +25 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -0
- package/src/Prebuilt/layouts/SidePane.tsx +9 -9
- package/dist/chunk-WSDBUVSZ.js.map +0 -7
- package/src/Prebuilt/components/RoleChangeModal.jsx +0 -185
- /package/dist/{HLSView-5GXP76IN.js.map → HLSView-73GDHCD4.js.map} +0 -0
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
"format": "esm"
|
22
22
|
},
|
23
23
|
"src/Prebuilt/common/constants.ts": {
|
24
|
-
"bytes":
|
24
|
+
"bytes": 4556,
|
25
25
|
"imports": [
|
26
26
|
{
|
27
27
|
"path": "@100mslive/react-sdk",
|
@@ -668,7 +668,7 @@
|
|
668
668
|
"format": "esm"
|
669
669
|
},
|
670
670
|
"src/Modal/DialogContent.tsx": {
|
671
|
-
"bytes":
|
671
|
+
"bytes": 1918,
|
672
672
|
"imports": [
|
673
673
|
{
|
674
674
|
"path": "react",
|
@@ -2700,7 +2700,7 @@
|
|
2700
2700
|
"format": "esm"
|
2701
2701
|
},
|
2702
2702
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2703
|
-
"bytes":
|
2703
|
+
"bytes": 9981,
|
2704
2704
|
"imports": [
|
2705
2705
|
{
|
2706
2706
|
"path": "react",
|
@@ -3507,14 +3507,19 @@
|
|
3507
3507
|
],
|
3508
3508
|
"format": "esm"
|
3509
3509
|
},
|
3510
|
-
"src/Prebuilt/components/RoleChangeModal.
|
3511
|
-
"bytes":
|
3510
|
+
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
3511
|
+
"bytes": 5429,
|
3512
3512
|
"imports": [
|
3513
3513
|
{
|
3514
3514
|
"path": "react",
|
3515
3515
|
"kind": "import-statement",
|
3516
3516
|
"external": true
|
3517
3517
|
},
|
3518
|
+
{
|
3519
|
+
"path": "react-use",
|
3520
|
+
"kind": "import-statement",
|
3521
|
+
"external": true
|
3522
|
+
},
|
3518
3523
|
{
|
3519
3524
|
"path": "@100mslive/react-sdk",
|
3520
3525
|
"kind": "import-statement",
|
@@ -3530,21 +3535,11 @@
|
|
3530
3535
|
"kind": "import-statement",
|
3531
3536
|
"original": "../../Button"
|
3532
3537
|
},
|
3533
|
-
{
|
3534
|
-
"path": "src/Checkbox/index.tsx",
|
3535
|
-
"kind": "import-statement",
|
3536
|
-
"original": "../../Checkbox"
|
3537
|
-
},
|
3538
3538
|
{
|
3539
3539
|
"path": "src/Dropdown/index.tsx",
|
3540
3540
|
"kind": "import-statement",
|
3541
3541
|
"original": "../../Dropdown"
|
3542
3542
|
},
|
3543
|
-
{
|
3544
|
-
"path": "src/Label/index.ts",
|
3545
|
-
"kind": "import-statement",
|
3546
|
-
"original": "../../Label"
|
3547
|
-
},
|
3548
3543
|
{
|
3549
3544
|
"path": "src/Layout/index.tsx",
|
3550
3545
|
"kind": "import-statement",
|
@@ -3556,29 +3551,24 @@
|
|
3556
3551
|
"original": "../../Modal"
|
3557
3552
|
},
|
3558
3553
|
{
|
3559
|
-
"path": "src/
|
3560
|
-
"kind": "import-statement",
|
3561
|
-
"original": "../../Text"
|
3562
|
-
},
|
3563
|
-
{
|
3564
|
-
"path": "src/Tooltip/index.ts",
|
3554
|
+
"path": "src/Sheet/index.ts",
|
3565
3555
|
"kind": "import-statement",
|
3566
|
-
"original": "../../
|
3556
|
+
"original": "../../Sheet"
|
3567
3557
|
},
|
3568
3558
|
{
|
3569
|
-
"path": "src/
|
3559
|
+
"path": "src/Text/index.tsx",
|
3570
3560
|
"kind": "import-statement",
|
3571
|
-
"original": "
|
3561
|
+
"original": "../../Text"
|
3572
3562
|
},
|
3573
3563
|
{
|
3574
|
-
"path": "src/
|
3564
|
+
"path": "src/Theme/index.tsx",
|
3575
3565
|
"kind": "import-statement",
|
3576
|
-
"original": "
|
3566
|
+
"original": "../../Theme"
|
3577
3567
|
},
|
3578
3568
|
{
|
3579
|
-
"path": "src/
|
3569
|
+
"path": "src/Tooltip/index.ts",
|
3580
3570
|
"kind": "import-statement",
|
3581
|
-
"original": "../../
|
3571
|
+
"original": "../../Tooltip"
|
3582
3572
|
},
|
3583
3573
|
{
|
3584
3574
|
"path": "<define:process.env>",
|
@@ -4133,7 +4123,7 @@
|
|
4133
4123
|
"original": "../../PIP/PIPManager"
|
4134
4124
|
},
|
4135
4125
|
{
|
4136
|
-
"path": "src/Prebuilt/components/RoleChangeModal.
|
4126
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
4137
4127
|
"kind": "import-statement",
|
4138
4128
|
"original": "../../RoleChangeModal"
|
4139
4129
|
},
|
@@ -4543,7 +4533,7 @@
|
|
4543
4533
|
"format": "cjs"
|
4544
4534
|
},
|
4545
4535
|
"../hms-video-store/dist/index.js": {
|
4546
|
-
"bytes":
|
4536
|
+
"bytes": 333077,
|
4547
4537
|
"imports": [
|
4548
4538
|
{
|
4549
4539
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5924,6 +5914,47 @@
|
|
5924
5914
|
],
|
5925
5915
|
"format": "esm"
|
5926
5916
|
},
|
5917
|
+
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
5918
|
+
"bytes": 1030,
|
5919
|
+
"imports": [
|
5920
|
+
{
|
5921
|
+
"path": "react",
|
5922
|
+
"kind": "import-statement",
|
5923
|
+
"external": true
|
5924
|
+
},
|
5925
|
+
{
|
5926
|
+
"path": "@100mslive/types-prebuilt",
|
5927
|
+
"kind": "import-statement",
|
5928
|
+
"external": true
|
5929
|
+
},
|
5930
|
+
{
|
5931
|
+
"path": "@100mslive/react-sdk",
|
5932
|
+
"kind": "import-statement",
|
5933
|
+
"external": true
|
5934
|
+
},
|
5935
|
+
{
|
5936
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5937
|
+
"kind": "import-statement",
|
5938
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
5939
|
+
},
|
5940
|
+
{
|
5941
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
5942
|
+
"kind": "import-statement",
|
5943
|
+
"original": "./useSidepane"
|
5944
|
+
},
|
5945
|
+
{
|
5946
|
+
"path": "src/Prebuilt/common/constants.ts",
|
5947
|
+
"kind": "import-statement",
|
5948
|
+
"original": "../../common/constants"
|
5949
|
+
},
|
5950
|
+
{
|
5951
|
+
"path": "<define:process.env>",
|
5952
|
+
"kind": "import-statement",
|
5953
|
+
"external": true
|
5954
|
+
}
|
5955
|
+
],
|
5956
|
+
"format": "esm"
|
5957
|
+
},
|
5927
5958
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
5928
5959
|
"bytes": 1672,
|
5929
5960
|
"imports": [
|
@@ -5951,7 +5982,7 @@
|
|
5951
5982
|
"format": "esm"
|
5952
5983
|
},
|
5953
5984
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
5954
|
-
"bytes":
|
5985
|
+
"bytes": 13982,
|
5955
5986
|
"imports": [
|
5956
5987
|
{
|
5957
5988
|
"path": "react",
|
@@ -5993,6 +6024,11 @@
|
|
5993
6024
|
"kind": "import-statement",
|
5994
6025
|
"original": "../RemoveParticipant"
|
5995
6026
|
},
|
6027
|
+
{
|
6028
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
6029
|
+
"kind": "import-statement",
|
6030
|
+
"original": "../RoleChangeModal"
|
6031
|
+
},
|
5996
6032
|
{
|
5997
6033
|
"path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
|
5998
6034
|
"kind": "import-statement",
|
@@ -6008,6 +6044,11 @@
|
|
6008
6044
|
"kind": "import-statement",
|
6009
6045
|
"original": "../AppData/useSidepane"
|
6010
6046
|
},
|
6047
|
+
{
|
6048
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
6049
|
+
"kind": "import-statement",
|
6050
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
6051
|
+
},
|
6011
6052
|
{
|
6012
6053
|
"path": "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx",
|
6013
6054
|
"kind": "import-statement",
|
@@ -8255,7 +8296,7 @@
|
|
8255
8296
|
"format": "esm"
|
8256
8297
|
},
|
8257
8298
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8258
|
-
"bytes":
|
8299
|
+
"bytes": 5552,
|
8259
8300
|
"imports": [
|
8260
8301
|
{
|
8261
8302
|
"path": "react",
|
@@ -8337,6 +8378,11 @@
|
|
8337
8378
|
"kind": "import-statement",
|
8338
8379
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8339
8380
|
},
|
8381
|
+
{
|
8382
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
8383
|
+
"kind": "import-statement",
|
8384
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
8385
|
+
},
|
8340
8386
|
{
|
8341
8387
|
"path": "src/Prebuilt/common/hooks.ts",
|
8342
8388
|
"kind": "import-statement",
|
@@ -8631,7 +8677,7 @@
|
|
8631
8677
|
"format": "esm"
|
8632
8678
|
},
|
8633
8679
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
8634
|
-
"bytes":
|
8680
|
+
"bytes": 12236,
|
8635
8681
|
"imports": [
|
8636
8682
|
{
|
8637
8683
|
"path": "react",
|
@@ -8717,7 +8763,7 @@
|
|
8717
8763
|
"format": "esm"
|
8718
8764
|
},
|
8719
8765
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
8720
|
-
"bytes":
|
8766
|
+
"bytes": 5158,
|
8721
8767
|
"imports": [
|
8722
8768
|
{
|
8723
8769
|
"path": "react",
|
@@ -8769,6 +8815,11 @@
|
|
8769
8815
|
"kind": "import-statement",
|
8770
8816
|
"original": "../MoreSettings/ChangeNameModal"
|
8771
8817
|
},
|
8818
|
+
{
|
8819
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
8820
|
+
"kind": "import-statement",
|
8821
|
+
"original": "../RoleChangeModal"
|
8822
|
+
},
|
8772
8823
|
{
|
8773
8824
|
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
|
8774
8825
|
"kind": "import-statement",
|
@@ -8989,7 +9040,7 @@
|
|
8989
9040
|
"format": "esm"
|
8990
9041
|
},
|
8991
9042
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
8992
|
-
"bytes":
|
9043
|
+
"bytes": 8023,
|
8993
9044
|
"imports": [
|
8994
9045
|
{
|
8995
9046
|
"path": "react",
|
@@ -9051,6 +9102,11 @@
|
|
9051
9102
|
"kind": "import-statement",
|
9052
9103
|
"original": "../AppData/useSidepane"
|
9053
9104
|
},
|
9105
|
+
{
|
9106
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
9107
|
+
"kind": "import-statement",
|
9108
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
9109
|
+
},
|
9054
9110
|
{
|
9055
9111
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
9056
9112
|
"kind": "import-statement",
|
@@ -10230,7 +10286,7 @@
|
|
10230
10286
|
],
|
10231
10287
|
"format": "esm"
|
10232
10288
|
},
|
10233
|
-
"../../../../../../../tmp/tmp-
|
10289
|
+
"../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671ba53/tldraw.css": {
|
10234
10290
|
"bytes": 80111,
|
10235
10291
|
"imports": [
|
10236
10292
|
{
|
@@ -10280,8 +10336,8 @@
|
|
10280
10336
|
}
|
10281
10337
|
]
|
10282
10338
|
},
|
10283
|
-
"../../../../../../../tmp/tmp-
|
10284
|
-
"bytes":
|
10339
|
+
"../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671b851/index.css": {
|
10340
|
+
"bytes": 597,
|
10285
10341
|
"imports": [
|
10286
10342
|
{
|
10287
10343
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -10289,7 +10345,7 @@
|
|
10289
10345
|
"external": true
|
10290
10346
|
},
|
10291
10347
|
{
|
10292
|
-
"path": "../../../../../../../tmp/tmp-
|
10348
|
+
"path": "../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671ba53/tldraw.css",
|
10293
10349
|
"kind": "import-rule",
|
10294
10350
|
"original": "@tldraw/tldraw/tldraw.css"
|
10295
10351
|
}
|
@@ -10364,7 +10420,7 @@
|
|
10364
10420
|
"original": "../../common/constants"
|
10365
10421
|
},
|
10366
10422
|
{
|
10367
|
-
"path": "../../../../../../../tmp/tmp-
|
10423
|
+
"path": "../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671b851/index.css",
|
10368
10424
|
"kind": "import-statement",
|
10369
10425
|
"original": "@100mslive/hms-whiteboard/index.css"
|
10370
10426
|
},
|
@@ -13458,7 +13514,7 @@
|
|
13458
13514
|
"imports": [],
|
13459
13515
|
"exports": [],
|
13460
13516
|
"inputs": {},
|
13461
|
-
"bytes":
|
13517
|
+
"bytes": 3328413
|
13462
13518
|
},
|
13463
13519
|
"dist/index.cjs.js": {
|
13464
13520
|
"imports": [
|
@@ -14157,6 +14213,11 @@
|
|
14157
14213
|
"kind": "require-call",
|
14158
14214
|
"external": true
|
14159
14215
|
},
|
14216
|
+
{
|
14217
|
+
"path": "react-use",
|
14218
|
+
"kind": "require-call",
|
14219
|
+
"external": true
|
14220
|
+
},
|
14160
14221
|
{
|
14161
14222
|
"path": "@100mslive/react-sdk",
|
14162
14223
|
"kind": "require-call",
|
@@ -14717,6 +14778,16 @@
|
|
14717
14778
|
"kind": "require-call",
|
14718
14779
|
"external": true
|
14719
14780
|
},
|
14781
|
+
{
|
14782
|
+
"path": "@100mslive/react-sdk",
|
14783
|
+
"kind": "require-call",
|
14784
|
+
"external": true
|
14785
|
+
},
|
14786
|
+
{
|
14787
|
+
"path": "react",
|
14788
|
+
"kind": "require-call",
|
14789
|
+
"external": true
|
14790
|
+
},
|
14720
14791
|
{
|
14721
14792
|
"path": "react-use",
|
14722
14793
|
"kind": "require-call",
|
@@ -16458,7 +16529,7 @@
|
|
16458
16529
|
"cssBundle": "dist/index.cjs.css",
|
16459
16530
|
"inputs": {
|
16460
16531
|
"<define:process.env>": {
|
16461
|
-
"bytesInOutput":
|
16532
|
+
"bytesInOutput": 17892
|
16462
16533
|
},
|
16463
16534
|
"src/Theme/base.config.ts": {
|
16464
16535
|
"bytesInOutput": 6078
|
@@ -16560,7 +16631,7 @@
|
|
16560
16631
|
"bytesInOutput": 131
|
16561
16632
|
},
|
16562
16633
|
"src/Modal/DialogContent.tsx": {
|
16563
|
-
"bytesInOutput":
|
16634
|
+
"bytesInOutput": 2370
|
16564
16635
|
},
|
16565
16636
|
"src/context/DialogContext.tsx": {
|
16566
16637
|
"bytesInOutput": 510
|
@@ -16803,7 +16874,7 @@
|
|
16803
16874
|
"bytesInOutput": 1301
|
16804
16875
|
},
|
16805
16876
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
16806
|
-
"bytesInOutput":
|
16877
|
+
"bytesInOutput": 12312
|
16807
16878
|
},
|
16808
16879
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
16809
16880
|
"bytesInOutput": 1318
|
@@ -16856,8 +16927,8 @@
|
|
16856
16927
|
"src/Prebuilt/components/PIP/index.jsx": {
|
16857
16928
|
"bytesInOutput": 369
|
16858
16929
|
},
|
16859
|
-
"src/Prebuilt/components/RoleChangeModal.
|
16860
|
-
"bytesInOutput":
|
16930
|
+
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
16931
|
+
"bytesInOutput": 6933
|
16861
16932
|
},
|
16862
16933
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16863
16934
|
"bytesInOutput": 8704
|
@@ -16953,7 +17024,7 @@
|
|
16953
17024
|
"bytesInOutput": 615
|
16954
17025
|
},
|
16955
17026
|
"../hms-video-store/dist/index.js": {
|
16956
|
-
"bytesInOutput":
|
17027
|
+
"bytesInOutput": 53956
|
16957
17028
|
},
|
16958
17029
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
16959
17030
|
"bytesInOutput": 1307
|
@@ -16965,7 +17036,7 @@
|
|
16965
17036
|
"bytesInOutput": 7932
|
16966
17037
|
},
|
16967
17038
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
16968
|
-
"bytesInOutput":
|
17039
|
+
"bytesInOutput": 11020
|
16969
17040
|
},
|
16970
17041
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
16971
17042
|
"bytesInOutput": 1696
|
@@ -17045,17 +17116,20 @@
|
|
17045
17116
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17046
17117
|
"bytesInOutput": 6381
|
17047
17118
|
},
|
17119
|
+
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
17120
|
+
"bytesInOutput": 981
|
17121
|
+
},
|
17048
17122
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
17049
17123
|
"bytesInOutput": 2005
|
17050
17124
|
},
|
17051
17125
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17052
|
-
"bytesInOutput":
|
17126
|
+
"bytesInOutput": 15907
|
17053
17127
|
},
|
17054
17128
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17055
17129
|
"bytesInOutput": 1521
|
17056
17130
|
},
|
17057
17131
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17058
|
-
"bytesInOutput":
|
17132
|
+
"bytesInOutput": 1704
|
17059
17133
|
},
|
17060
17134
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17061
17135
|
"bytesInOutput": 4283
|
@@ -17199,7 +17273,7 @@
|
|
17199
17273
|
"bytesInOutput": 5941
|
17200
17274
|
},
|
17201
17275
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17202
|
-
"bytesInOutput":
|
17276
|
+
"bytesInOutput": 6043
|
17203
17277
|
},
|
17204
17278
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17205
17279
|
"bytesInOutput": 5246
|
@@ -17217,10 +17291,10 @@
|
|
17217
17291
|
"bytesInOutput": 266
|
17218
17292
|
},
|
17219
17293
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
17220
|
-
"bytesInOutput":
|
17294
|
+
"bytesInOutput": 14314
|
17221
17295
|
},
|
17222
17296
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
17223
|
-
"bytesInOutput":
|
17297
|
+
"bytesInOutput": 5672
|
17224
17298
|
},
|
17225
17299
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
17226
17300
|
"bytesInOutput": 1299
|
@@ -17241,7 +17315,7 @@
|
|
17241
17315
|
"bytesInOutput": 908
|
17242
17316
|
},
|
17243
17317
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
17244
|
-
"bytesInOutput":
|
17318
|
+
"bytesInOutput": 9133
|
17245
17319
|
},
|
17246
17320
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17247
17321
|
"bytesInOutput": 7345
|
@@ -17306,7 +17380,7 @@
|
|
17306
17380
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
17307
17381
|
"bytesInOutput": 3200
|
17308
17382
|
},
|
17309
|
-
"../../../../../../../tmp/tmp-
|
17383
|
+
"../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671b851/index.css": {
|
17310
17384
|
"bytesInOutput": 116
|
17311
17385
|
},
|
17312
17386
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
@@ -17331,7 +17405,7 @@
|
|
17331
17405
|
"bytesInOutput": 7362
|
17332
17406
|
},
|
17333
17407
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
17334
|
-
"bytesInOutput":
|
17408
|
+
"bytesInOutput": 820
|
17335
17409
|
},
|
17336
17410
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
17337
17411
|
"bytesInOutput": 3859
|
@@ -17523,13 +17597,13 @@
|
|
17523
17597
|
"bytesInOutput": 2980
|
17524
17598
|
}
|
17525
17599
|
},
|
17526
|
-
"bytes":
|
17600
|
+
"bytes": 1552473
|
17527
17601
|
},
|
17528
17602
|
"dist/index.cjs.css.map": {
|
17529
17603
|
"imports": [],
|
17530
17604
|
"exports": [],
|
17531
17605
|
"inputs": {},
|
17532
|
-
"bytes":
|
17606
|
+
"bytes": 122402
|
17533
17607
|
},
|
17534
17608
|
"dist/index.cjs.css": {
|
17535
17609
|
"imports": [
|
@@ -17585,14 +17659,14 @@
|
|
17585
17659
|
}
|
17586
17660
|
],
|
17587
17661
|
"inputs": {
|
17588
|
-
"../../../../../../../tmp/tmp-
|
17662
|
+
"../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671ba53/tldraw.css": {
|
17589
17663
|
"bytesInOutput": 75223
|
17590
17664
|
},
|
17591
|
-
"../../../../../../../tmp/tmp-
|
17592
|
-
"bytesInOutput":
|
17665
|
+
"../../../../../../../tmp/tmp-2781-IVeEI1C2Us82/18f70671b851/index.css": {
|
17666
|
+
"bytesInOutput": 401
|
17593
17667
|
}
|
17594
17668
|
},
|
17595
|
-
"bytes":
|
17669
|
+
"bytes": 75905
|
17596
17670
|
}
|
17597
17671
|
}
|
17598
17672
|
}
|