@100mslive/roomkit-react 0.3.10 → 0.3.11-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-PF44ZBXN.js → HLSView-77OCJRUH.js} +18 -3
- package/dist/HLSView-77OCJRUH.js.map +7 -0
- package/dist/{HLSView-6J5FD3IV.css → HLSView-ZFVXF26F.css} +3 -3
- package/dist/{HLSView-6J5FD3IV.css.map → HLSView-ZFVXF26F.css.map} +1 -1
- package/dist/Prebuilt/common/constants.d.ts +0 -2
- package/dist/Prebuilt/common/hooks.d.ts +8 -1
- package/dist/Prebuilt/components/MoreSettings/CaptionContent.d.ts +5 -0
- package/dist/Prebuilt/components/MoreSettings/CaptionModal.d.ts +4 -0
- package/dist/Prebuilt/components/Polls/Voting/StandardVoting.d.ts +4 -2
- package/dist/Prebuilt/components/Polls/Voting/TimedVoting.d.ts +4 -2
- package/dist/Prebuilt/layouts/WaitingView.d.ts +6 -0
- package/dist/{chunk-TUSCTU6T.js → chunk-4X3AES3T.js} +2095 -1805
- package/dist/chunk-4X3AES3T.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +2752 -2446
- 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 +292 -114
- package/dist/meta.esbuild.json +311 -132
- package/package.json +7 -7
- package/src/Prebuilt/common/constants.ts +0 -2
- package/src/Prebuilt/common/hooks.ts +34 -1
- package/src/Prebuilt/common/utils.js +11 -11
- package/src/Prebuilt/components/AppData/AppData.tsx +2 -4
- package/src/Prebuilt/components/AppData/useUISettings.js +0 -3
- package/src/Prebuilt/components/Chat/Chat.tsx +26 -6
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +18 -2
- package/src/Prebuilt/components/Chat/ChatStates.tsx +1 -1
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +5 -1
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -2
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +1 -1
- package/src/Prebuilt/components/MoreSettings/CaptionContent.tsx +132 -0
- package/src/Prebuilt/components/MoreSettings/CaptionModal.tsx +37 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +40 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +19 -19
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +2 -15
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +71 -66
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +39 -40
- package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +12 -6
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +21 -10
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +44 -2
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +13 -17
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +17 -0
- package/src/Prebuilt/layouts/HLSView.jsx +14 -11
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +43 -9
- package/src/Prebuilt/layouts/WaitingView.tsx +52 -0
- package/dist/HLSView-PF44ZBXN.js.map +0 -7
- package/dist/chunk-TUSCTU6T.js.map +0 -7
- package/src/Prebuilt/layouts/NonPublisherView.jsx +0 -51
- package/src/Prebuilt/layouts/WaitingView.jsx +0 -51
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": 4455,
|
25
25
|
"imports": [
|
26
26
|
{
|
27
27
|
"path": "@100mslive/react-sdk",
|
@@ -1892,7 +1892,7 @@
|
|
1892
1892
|
"format": "esm"
|
1893
1893
|
},
|
1894
1894
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
1895
|
-
"bytes":
|
1895
|
+
"bytes": 6214,
|
1896
1896
|
"imports": [
|
1897
1897
|
{
|
1898
1898
|
"path": "react",
|
@@ -2069,7 +2069,7 @@
|
|
2069
2069
|
"format": "esm"
|
2070
2070
|
},
|
2071
2071
|
"src/Prebuilt/common/utils.js": {
|
2072
|
-
"bytes":
|
2072
|
+
"bytes": 5684,
|
2073
2073
|
"imports": [
|
2074
2074
|
{
|
2075
2075
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -2157,7 +2157,7 @@
|
|
2157
2157
|
"format": "esm"
|
2158
2158
|
},
|
2159
2159
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2160
|
-
"bytes":
|
2160
|
+
"bytes": 5915,
|
2161
2161
|
"imports": [
|
2162
2162
|
{
|
2163
2163
|
"path": "react",
|
@@ -2884,7 +2884,7 @@
|
|
2884
2884
|
"format": "esm"
|
2885
2885
|
},
|
2886
2886
|
"src/Prebuilt/common/hooks.ts": {
|
2887
|
-
"bytes":
|
2887
|
+
"bytes": 8658,
|
2888
2888
|
"imports": [
|
2889
2889
|
{
|
2890
2890
|
"path": "react",
|
@@ -3873,6 +3873,98 @@
|
|
3873
3873
|
],
|
3874
3874
|
"format": "esm"
|
3875
3875
|
},
|
3876
|
+
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
3877
|
+
"bytes": 4785,
|
3878
|
+
"imports": [
|
3879
|
+
{
|
3880
|
+
"path": "react",
|
3881
|
+
"kind": "import-statement",
|
3882
|
+
"external": true
|
3883
|
+
},
|
3884
|
+
{
|
3885
|
+
"path": "@100mslive/react-sdk",
|
3886
|
+
"kind": "import-statement",
|
3887
|
+
"external": true
|
3888
|
+
},
|
3889
|
+
{
|
3890
|
+
"path": "@100mslive/react-icons",
|
3891
|
+
"kind": "import-statement",
|
3892
|
+
"external": true
|
3893
|
+
},
|
3894
|
+
{
|
3895
|
+
"path": "src/Button/index.tsx",
|
3896
|
+
"kind": "import-statement",
|
3897
|
+
"original": "../../../Button"
|
3898
|
+
},
|
3899
|
+
{
|
3900
|
+
"path": "src/Layout/index.tsx",
|
3901
|
+
"kind": "import-statement",
|
3902
|
+
"original": "../../../Layout"
|
3903
|
+
},
|
3904
|
+
{
|
3905
|
+
"path": "src/Loading/index.ts",
|
3906
|
+
"kind": "import-statement",
|
3907
|
+
"original": "../../../Loading"
|
3908
|
+
},
|
3909
|
+
{
|
3910
|
+
"path": "src/Text/index.tsx",
|
3911
|
+
"kind": "import-statement",
|
3912
|
+
"original": "../../../Text"
|
3913
|
+
},
|
3914
|
+
{
|
3915
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
3916
|
+
"kind": "import-statement",
|
3917
|
+
"original": "../Toast/ToastManager"
|
3918
|
+
},
|
3919
|
+
{
|
3920
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
3921
|
+
"kind": "import-statement",
|
3922
|
+
"original": "../AppData/useUISettings"
|
3923
|
+
},
|
3924
|
+
{
|
3925
|
+
"path": "<define:process.env>",
|
3926
|
+
"kind": "import-statement",
|
3927
|
+
"external": true
|
3928
|
+
}
|
3929
|
+
],
|
3930
|
+
"format": "esm"
|
3931
|
+
},
|
3932
|
+
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
3933
|
+
"bytes": 1025,
|
3934
|
+
"imports": [
|
3935
|
+
{
|
3936
|
+
"path": "react",
|
3937
|
+
"kind": "import-statement",
|
3938
|
+
"external": true
|
3939
|
+
},
|
3940
|
+
{
|
3941
|
+
"path": "react-use",
|
3942
|
+
"kind": "import-statement",
|
3943
|
+
"external": true
|
3944
|
+
},
|
3945
|
+
{
|
3946
|
+
"path": "src/index.ts",
|
3947
|
+
"kind": "import-statement",
|
3948
|
+
"original": "../../.."
|
3949
|
+
},
|
3950
|
+
{
|
3951
|
+
"path": "src/Sheet/index.ts",
|
3952
|
+
"kind": "import-statement",
|
3953
|
+
"original": "../../../Sheet"
|
3954
|
+
},
|
3955
|
+
{
|
3956
|
+
"path": "src/Prebuilt/components/MoreSettings/CaptionContent.tsx",
|
3957
|
+
"kind": "import-statement",
|
3958
|
+
"original": "./CaptionContent"
|
3959
|
+
},
|
3960
|
+
{
|
3961
|
+
"path": "<define:process.env>",
|
3962
|
+
"kind": "import-statement",
|
3963
|
+
"external": true
|
3964
|
+
}
|
3965
|
+
],
|
3966
|
+
"format": "esm"
|
3967
|
+
},
|
3876
3968
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
3877
3969
|
"bytes": 1338,
|
3878
3970
|
"imports": [
|
@@ -4070,7 +4162,7 @@
|
|
4070
4162
|
"format": "esm"
|
4071
4163
|
},
|
4072
4164
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4073
|
-
"bytes":
|
4165
|
+
"bytes": 9336,
|
4074
4166
|
"imports": [
|
4075
4167
|
{
|
4076
4168
|
"path": "react",
|
@@ -4147,6 +4239,11 @@
|
|
4147
4239
|
"kind": "import-statement",
|
4148
4240
|
"original": "../BulkRoleChangeModal"
|
4149
4241
|
},
|
4242
|
+
{
|
4243
|
+
"path": "src/Prebuilt/components/MoreSettings/CaptionModal.tsx",
|
4244
|
+
"kind": "import-statement",
|
4245
|
+
"original": "../CaptionModal"
|
4246
|
+
},
|
4150
4247
|
{
|
4151
4248
|
"path": "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx",
|
4152
4249
|
"kind": "import-statement",
|
@@ -4533,7 +4630,7 @@
|
|
4533
4630
|
"format": "cjs"
|
4534
4631
|
},
|
4535
4632
|
"../hms-video-store/dist/index.js": {
|
4536
|
-
"bytes":
|
4633
|
+
"bytes": 336499,
|
4537
4634
|
"imports": [
|
4538
4635
|
{
|
4539
4636
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5013,7 +5110,7 @@
|
|
5013
5110
|
"format": "esm"
|
5014
5111
|
},
|
5015
5112
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5016
|
-
"bytes":
|
5113
|
+
"bytes": 13134,
|
5017
5114
|
"imports": [
|
5018
5115
|
{
|
5019
5116
|
"path": "react",
|
@@ -5085,6 +5182,11 @@
|
|
5085
5182
|
"kind": "import-statement",
|
5086
5183
|
"original": "../ActionTile"
|
5087
5184
|
},
|
5185
|
+
{
|
5186
|
+
"path": "src/Prebuilt/components/MoreSettings/CaptionModal.tsx",
|
5187
|
+
"kind": "import-statement",
|
5188
|
+
"original": "../CaptionModal"
|
5189
|
+
},
|
5088
5190
|
{
|
5089
5191
|
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx",
|
5090
5192
|
"kind": "import-statement",
|
@@ -5613,7 +5715,7 @@
|
|
5613
5715
|
"format": "esm"
|
5614
5716
|
},
|
5615
5717
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
5616
|
-
"bytes":
|
5718
|
+
"bytes": 1698,
|
5617
5719
|
"imports": [
|
5618
5720
|
{
|
5619
5721
|
"path": "react",
|
@@ -5982,7 +6084,7 @@
|
|
5982
6084
|
"format": "esm"
|
5983
6085
|
},
|
5984
6086
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
5985
|
-
"bytes":
|
6087
|
+
"bytes": 14000,
|
5986
6088
|
"imports": [
|
5987
6089
|
{
|
5988
6090
|
"path": "react",
|
@@ -6078,7 +6180,7 @@
|
|
6078
6180
|
"format": "esm"
|
6079
6181
|
},
|
6080
6182
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
6081
|
-
"bytes":
|
6183
|
+
"bytes": 1309,
|
6082
6184
|
"imports": [
|
6083
6185
|
{
|
6084
6186
|
"path": "react",
|
@@ -6405,7 +6507,7 @@
|
|
6405
6507
|
"format": "esm"
|
6406
6508
|
},
|
6407
6509
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
6408
|
-
"bytes":
|
6510
|
+
"bytes": 7563,
|
6409
6511
|
"imports": [
|
6410
6512
|
{
|
6411
6513
|
"path": "react",
|
@@ -7006,7 +7108,7 @@
|
|
7006
7108
|
"format": "esm"
|
7007
7109
|
},
|
7008
7110
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
7009
|
-
"bytes":
|
7111
|
+
"bytes": 4530,
|
7010
7112
|
"imports": [
|
7011
7113
|
{
|
7012
7114
|
"path": "react",
|
@@ -7038,6 +7140,11 @@
|
|
7038
7140
|
"kind": "import-statement",
|
7039
7141
|
"original": "../../../../Text"
|
7040
7142
|
},
|
7143
|
+
{
|
7144
|
+
"path": "src/Prebuilt/components/Streaming/Common.jsx",
|
7145
|
+
"kind": "import-statement",
|
7146
|
+
"original": "../../Streaming/Common"
|
7147
|
+
},
|
7041
7148
|
{
|
7042
7149
|
"path": "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx",
|
7043
7150
|
"kind": "import-statement",
|
@@ -7082,7 +7189,7 @@
|
|
7082
7189
|
"format": "esm"
|
7083
7190
|
},
|
7084
7191
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
7085
|
-
"bytes":
|
7192
|
+
"bytes": 7266,
|
7086
7193
|
"imports": [
|
7087
7194
|
{
|
7088
7195
|
"path": "react",
|
@@ -7138,7 +7245,7 @@
|
|
7138
7245
|
"format": "esm"
|
7139
7246
|
},
|
7140
7247
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
7141
|
-
"bytes":
|
7248
|
+
"bytes": 1443,
|
7142
7249
|
"imports": [
|
7143
7250
|
{
|
7144
7251
|
"path": "react",
|
@@ -7169,7 +7276,7 @@
|
|
7169
7276
|
"format": "esm"
|
7170
7277
|
},
|
7171
7278
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
7172
|
-
"bytes":
|
7279
|
+
"bytes": 1890,
|
7173
7280
|
"imports": [
|
7174
7281
|
{
|
7175
7282
|
"path": "react",
|
@@ -7200,7 +7307,7 @@
|
|
7200
7307
|
"format": "esm"
|
7201
7308
|
},
|
7202
7309
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
7203
|
-
"bytes":
|
7310
|
+
"bytes": 4882,
|
7204
7311
|
"imports": [
|
7205
7312
|
{
|
7206
7313
|
"path": "react",
|
@@ -7242,6 +7349,11 @@
|
|
7242
7349
|
"kind": "import-statement",
|
7243
7350
|
"original": "../../AppData/useUISettings"
|
7244
7351
|
},
|
7352
|
+
{
|
7353
|
+
"path": "src/Prebuilt/common/utils.js",
|
7354
|
+
"kind": "import-statement",
|
7355
|
+
"original": "../../../common/utils"
|
7356
|
+
},
|
7245
7357
|
{
|
7246
7358
|
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
|
7247
7359
|
"kind": "import-statement",
|
@@ -8011,7 +8123,7 @@
|
|
8011
8123
|
"format": "esm"
|
8012
8124
|
},
|
8013
8125
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8014
|
-
"bytes":
|
8126
|
+
"bytes": 10801,
|
8015
8127
|
"imports": [
|
8016
8128
|
{
|
8017
8129
|
"path": "react",
|
@@ -8296,7 +8408,7 @@
|
|
8296
8408
|
"format": "esm"
|
8297
8409
|
},
|
8298
8410
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8299
|
-
"bytes":
|
8411
|
+
"bytes": 6432,
|
8300
8412
|
"imports": [
|
8301
8413
|
{
|
8302
8414
|
"path": "react",
|
@@ -8353,6 +8465,16 @@
|
|
8353
8465
|
"kind": "import-statement",
|
8354
8466
|
"original": "../EmojiReaction"
|
8355
8467
|
},
|
8468
|
+
{
|
8469
|
+
"path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
|
8470
|
+
"kind": "import-statement",
|
8471
|
+
"original": "../MoreSettings/MoreSettings"
|
8472
|
+
},
|
8473
|
+
{
|
8474
|
+
"path": "src/Prebuilt/components/RaiseHand.tsx",
|
8475
|
+
"kind": "import-statement",
|
8476
|
+
"original": "../RaiseHand"
|
8477
|
+
},
|
8356
8478
|
{
|
8357
8479
|
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
8358
8480
|
"kind": "import-statement",
|
@@ -8383,6 +8505,11 @@
|
|
8383
8505
|
"kind": "import-statement",
|
8384
8506
|
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
8385
8507
|
},
|
8508
|
+
{
|
8509
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
8510
|
+
"kind": "import-statement",
|
8511
|
+
"original": "../hooks/useChatBlacklist"
|
8512
|
+
},
|
8386
8513
|
{
|
8387
8514
|
"path": "src/Prebuilt/common/hooks.ts",
|
8388
8515
|
"kind": "import-statement",
|
@@ -9557,6 +9684,32 @@
|
|
9557
9684
|
],
|
9558
9685
|
"format": "esm"
|
9559
9686
|
},
|
9687
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
9688
|
+
"bytes": 1294,
|
9689
|
+
"imports": [
|
9690
|
+
{
|
9691
|
+
"path": "react",
|
9692
|
+
"kind": "import-statement",
|
9693
|
+
"external": true
|
9694
|
+
},
|
9695
|
+
{
|
9696
|
+
"path": "src/Layout/index.tsx",
|
9697
|
+
"kind": "import-statement",
|
9698
|
+
"original": "../../Layout"
|
9699
|
+
},
|
9700
|
+
{
|
9701
|
+
"path": "src/Text/index.tsx",
|
9702
|
+
"kind": "import-statement",
|
9703
|
+
"original": "../../Text"
|
9704
|
+
},
|
9705
|
+
{
|
9706
|
+
"path": "<define:process.env>",
|
9707
|
+
"kind": "import-statement",
|
9708
|
+
"external": true
|
9709
|
+
}
|
9710
|
+
],
|
9711
|
+
"format": "esm"
|
9712
|
+
},
|
9560
9713
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
9561
9714
|
"bytes": 707,
|
9562
9715
|
"imports": [
|
@@ -9748,7 +9901,7 @@
|
|
9748
9901
|
"format": "esm"
|
9749
9902
|
},
|
9750
9903
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
9751
|
-
"bytes":
|
9904
|
+
"bytes": 2113,
|
9752
9905
|
"imports": [
|
9753
9906
|
{
|
9754
9907
|
"path": "react",
|
@@ -9761,7 +9914,7 @@
|
|
9761
9914
|
"external": true
|
9762
9915
|
},
|
9763
9916
|
{
|
9764
|
-
"path": "@100mslive/react-
|
9917
|
+
"path": "@100mslive/react-icons",
|
9765
9918
|
"kind": "import-statement",
|
9766
9919
|
"external": true
|
9767
9920
|
},
|
@@ -9775,6 +9928,11 @@
|
|
9775
9928
|
"kind": "import-statement",
|
9776
9929
|
"original": "../../../Theme"
|
9777
9930
|
},
|
9931
|
+
{
|
9932
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
9933
|
+
"kind": "import-statement",
|
9934
|
+
"original": "../../layouts/WaitingView"
|
9935
|
+
},
|
9778
9936
|
{
|
9779
9937
|
"path": "src/Prebuilt/components/InsetTile.tsx",
|
9780
9938
|
"kind": "import-statement",
|
@@ -10286,7 +10444,7 @@
|
|
10286
10444
|
],
|
10287
10445
|
"format": "esm"
|
10288
10446
|
},
|
10289
|
-
"../../../../../../../tmp/tmp-
|
10447
|
+
"../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3eda2/tldraw.css": {
|
10290
10448
|
"bytes": 80111,
|
10291
10449
|
"imports": [
|
10292
10450
|
{
|
@@ -10336,7 +10494,7 @@
|
|
10336
10494
|
}
|
10337
10495
|
]
|
10338
10496
|
},
|
10339
|
-
"../../../../../../../tmp/tmp-
|
10497
|
+
"../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3e680/index.css": {
|
10340
10498
|
"bytes": 597,
|
10341
10499
|
"imports": [
|
10342
10500
|
{
|
@@ -10345,7 +10503,7 @@
|
|
10345
10503
|
"external": true
|
10346
10504
|
},
|
10347
10505
|
{
|
10348
|
-
"path": "../../../../../../../tmp/tmp-
|
10506
|
+
"path": "../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3eda2/tldraw.css",
|
10349
10507
|
"kind": "import-rule",
|
10350
10508
|
"original": "@tldraw/tldraw/tldraw.css"
|
10351
10509
|
}
|
@@ -10420,7 +10578,7 @@
|
|
10420
10578
|
"original": "../../common/constants"
|
10421
10579
|
},
|
10422
10580
|
{
|
10423
|
-
"path": "../../../../../../../tmp/tmp-
|
10581
|
+
"path": "../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3e680/index.css",
|
10424
10582
|
"kind": "import-statement",
|
10425
10583
|
"original": "@100mslive/hms-whiteboard/index.css"
|
10426
10584
|
},
|
@@ -10449,7 +10607,7 @@
|
|
10449
10607
|
"format": "esm"
|
10450
10608
|
},
|
10451
10609
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
10452
|
-
"bytes":
|
10610
|
+
"bytes": 5896,
|
10453
10611
|
"imports": [
|
10454
10612
|
{
|
10455
10613
|
"path": "react",
|
@@ -10466,6 +10624,16 @@
|
|
10466
10624
|
"kind": "import-statement",
|
10467
10625
|
"external": true
|
10468
10626
|
},
|
10627
|
+
{
|
10628
|
+
"path": "@100mslive/react-icons",
|
10629
|
+
"kind": "import-statement",
|
10630
|
+
"external": true
|
10631
|
+
},
|
10632
|
+
{
|
10633
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
10634
|
+
"kind": "import-statement",
|
10635
|
+
"original": "../Toast/ToastManager"
|
10636
|
+
},
|
10469
10637
|
{
|
10470
10638
|
"path": "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx",
|
10471
10639
|
"kind": "import-statement",
|
@@ -10606,37 +10774,6 @@
|
|
10606
10774
|
],
|
10607
10775
|
"format": "esm"
|
10608
10776
|
},
|
10609
|
-
"src/Prebuilt/layouts/WaitingView.jsx": {
|
10610
|
-
"bytes": 1261,
|
10611
|
-
"imports": [
|
10612
|
-
{
|
10613
|
-
"path": "react",
|
10614
|
-
"kind": "import-statement",
|
10615
|
-
"external": true
|
10616
|
-
},
|
10617
|
-
{
|
10618
|
-
"path": "@100mslive/react-icons",
|
10619
|
-
"kind": "import-statement",
|
10620
|
-
"external": true
|
10621
|
-
},
|
10622
|
-
{
|
10623
|
-
"path": "src/Layout/index.tsx",
|
10624
|
-
"kind": "import-statement",
|
10625
|
-
"original": "../../Layout"
|
10626
|
-
},
|
10627
|
-
{
|
10628
|
-
"path": "src/Text/index.tsx",
|
10629
|
-
"kind": "import-statement",
|
10630
|
-
"original": "../../Text"
|
10631
|
-
},
|
10632
|
-
{
|
10633
|
-
"path": "<define:process.env>",
|
10634
|
-
"kind": "import-statement",
|
10635
|
-
"external": true
|
10636
|
-
}
|
10637
|
-
],
|
10638
|
-
"format": "esm"
|
10639
|
-
},
|
10640
10777
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
10641
10778
|
"bytes": 6930,
|
10642
10779
|
"imports": [
|
@@ -11277,7 +11414,7 @@
|
|
11277
11414
|
"format": "esm"
|
11278
11415
|
},
|
11279
11416
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11280
|
-
"bytes":
|
11417
|
+
"bytes": 28639,
|
11281
11418
|
"imports": [
|
11282
11419
|
{
|
11283
11420
|
"path": "react",
|
@@ -11404,6 +11541,11 @@
|
|
11404
11541
|
"kind": "import-statement",
|
11405
11542
|
"original": "../../Tooltip"
|
11406
11543
|
},
|
11544
|
+
{
|
11545
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
11546
|
+
"kind": "import-statement",
|
11547
|
+
"original": "./WaitingView"
|
11548
|
+
},
|
11407
11549
|
{
|
11408
11550
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11409
11551
|
"kind": "import-statement",
|
@@ -11433,7 +11575,7 @@
|
|
11433
11575
|
"format": "esm"
|
11434
11576
|
},
|
11435
11577
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11436
|
-
"bytes":
|
11578
|
+
"bytes": 5826,
|
11437
11579
|
"imports": [
|
11438
11580
|
{
|
11439
11581
|
"path": "react",
|
@@ -11455,6 +11597,11 @@
|
|
11455
11597
|
"kind": "import-statement",
|
11456
11598
|
"external": true
|
11457
11599
|
},
|
11600
|
+
{
|
11601
|
+
"path": "@100mslive/react-icons",
|
11602
|
+
"kind": "import-statement",
|
11603
|
+
"external": true
|
11604
|
+
},
|
11458
11605
|
{
|
11459
11606
|
"path": "src/Prebuilt/components/FullPageProgress.tsx",
|
11460
11607
|
"kind": "import-statement",
|
@@ -11486,7 +11633,7 @@
|
|
11486
11633
|
"original": "./SidePane"
|
11487
11634
|
},
|
11488
11635
|
{
|
11489
|
-
"path": "src/Prebuilt/layouts/WaitingView.
|
11636
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
11490
11637
|
"kind": "import-statement",
|
11491
11638
|
"original": "./WaitingView"
|
11492
11639
|
},
|
@@ -13514,7 +13661,7 @@
|
|
13514
13661
|
"imports": [],
|
13515
13662
|
"exports": [],
|
13516
13663
|
"inputs": {},
|
13517
|
-
"bytes":
|
13664
|
+
"bytes": 3355762
|
13518
13665
|
},
|
13519
13666
|
"dist/index.cjs.js": {
|
13520
13667
|
"imports": [
|
@@ -14298,6 +14445,31 @@
|
|
14298
14445
|
"kind": "require-call",
|
14299
14446
|
"external": true
|
14300
14447
|
},
|
14448
|
+
{
|
14449
|
+
"path": "@100mslive/react-sdk",
|
14450
|
+
"kind": "require-call",
|
14451
|
+
"external": true
|
14452
|
+
},
|
14453
|
+
{
|
14454
|
+
"path": "@100mslive/react-icons",
|
14455
|
+
"kind": "require-call",
|
14456
|
+
"external": true
|
14457
|
+
},
|
14458
|
+
{
|
14459
|
+
"path": "react",
|
14460
|
+
"kind": "require-call",
|
14461
|
+
"external": true
|
14462
|
+
},
|
14463
|
+
{
|
14464
|
+
"path": "react-use",
|
14465
|
+
"kind": "require-call",
|
14466
|
+
"external": true
|
14467
|
+
},
|
14468
|
+
{
|
14469
|
+
"path": "react",
|
14470
|
+
"kind": "require-call",
|
14471
|
+
"external": true
|
14472
|
+
},
|
14301
14473
|
{
|
14302
14474
|
"path": "screenfull",
|
14303
14475
|
"kind": "require-call",
|
@@ -15063,11 +15235,6 @@
|
|
15063
15235
|
"kind": "require-call",
|
15064
15236
|
"external": true
|
15065
15237
|
},
|
15066
|
-
{
|
15067
|
-
"path": "@100mslive/react-sdk",
|
15068
|
-
"kind": "require-call",
|
15069
|
-
"external": true
|
15070
|
-
},
|
15071
15238
|
{
|
15072
15239
|
"path": "react",
|
15073
15240
|
"kind": "require-call",
|
@@ -15663,6 +15830,11 @@
|
|
15663
15830
|
"kind": "require-call",
|
15664
15831
|
"external": true
|
15665
15832
|
},
|
15833
|
+
{
|
15834
|
+
"path": "react",
|
15835
|
+
"kind": "require-call",
|
15836
|
+
"external": true
|
15837
|
+
},
|
15666
15838
|
{
|
15667
15839
|
"path": "react-draggable",
|
15668
15840
|
"kind": "require-call",
|
@@ -15724,7 +15896,7 @@
|
|
15724
15896
|
"external": true
|
15725
15897
|
},
|
15726
15898
|
{
|
15727
|
-
"path": "@100mslive/react-
|
15899
|
+
"path": "@100mslive/react-icons",
|
15728
15900
|
"kind": "require-call",
|
15729
15901
|
"external": true
|
15730
15902
|
},
|
@@ -15869,12 +16041,7 @@
|
|
15869
16041
|
"external": true
|
15870
16042
|
},
|
15871
16043
|
{
|
15872
|
-
"path": "react",
|
15873
|
-
"kind": "require-call",
|
15874
|
-
"external": true
|
15875
|
-
},
|
15876
|
-
{
|
15877
|
-
"path": "@100mslive/react-sdk",
|
16044
|
+
"path": "@100mslive/react-icons",
|
15878
16045
|
"kind": "require-call",
|
15879
16046
|
"external": true
|
15880
16047
|
},
|
@@ -15894,7 +16061,7 @@
|
|
15894
16061
|
"external": true
|
15895
16062
|
},
|
15896
16063
|
{
|
15897
|
-
"path": "@100mslive/react-
|
16064
|
+
"path": "@100mslive/react-sdk",
|
15898
16065
|
"kind": "require-call",
|
15899
16066
|
"external": true
|
15900
16067
|
},
|
@@ -16108,6 +16275,11 @@
|
|
16108
16275
|
"kind": "require-call",
|
16109
16276
|
"external": true
|
16110
16277
|
},
|
16278
|
+
{
|
16279
|
+
"path": "@100mslive/react-icons",
|
16280
|
+
"kind": "require-call",
|
16281
|
+
"external": true
|
16282
|
+
},
|
16111
16283
|
{
|
16112
16284
|
"path": "react",
|
16113
16285
|
"kind": "require-call",
|
@@ -16529,13 +16701,13 @@
|
|
16529
16701
|
"cssBundle": "dist/index.cjs.css",
|
16530
16702
|
"inputs": {
|
16531
16703
|
"<define:process.env>": {
|
16532
|
-
"bytesInOutput":
|
16704
|
+
"bytesInOutput": 17885
|
16533
16705
|
},
|
16534
16706
|
"src/Theme/base.config.ts": {
|
16535
16707
|
"bytesInOutput": 6078
|
16536
16708
|
},
|
16537
16709
|
"src/Prebuilt/common/constants.ts": {
|
16538
|
-
"bytesInOutput":
|
16710
|
+
"bytesInOutput": 4030
|
16539
16711
|
},
|
16540
16712
|
"src/Theme/stitches.config.ts": {
|
16541
16713
|
"bytesInOutput": 2134
|
@@ -16799,7 +16971,7 @@
|
|
16799
16971
|
"bytesInOutput": 1090
|
16800
16972
|
},
|
16801
16973
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
16802
|
-
"bytesInOutput":
|
16974
|
+
"bytesInOutput": 6706
|
16803
16975
|
},
|
16804
16976
|
"src/Prebuilt/components/Settings/common.ts": {
|
16805
16977
|
"bytesInOutput": 445
|
@@ -16820,7 +16992,7 @@
|
|
16820
16992
|
"bytesInOutput": 1418
|
16821
16993
|
},
|
16822
16994
|
"src/Prebuilt/common/utils.js": {
|
16823
|
-
"bytesInOutput":
|
16995
|
+
"bytesInOutput": 3365
|
16824
16996
|
},
|
16825
16997
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
16826
16998
|
"bytesInOutput": 2607
|
@@ -16829,7 +17001,7 @@
|
|
16829
17001
|
"bytesInOutput": 3269
|
16830
17002
|
},
|
16831
17003
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16832
|
-
"bytesInOutput":
|
17004
|
+
"bytesInOutput": 6459
|
16833
17005
|
},
|
16834
17006
|
"src/Prebuilt/AppContext.tsx": {
|
16835
17007
|
"bytesInOutput": 840
|
@@ -16886,7 +17058,7 @@
|
|
16886
17058
|
"bytesInOutput": 884
|
16887
17059
|
},
|
16888
17060
|
"src/Prebuilt/common/hooks.ts": {
|
16889
|
-
"bytesInOutput":
|
17061
|
+
"bytesInOutput": 7340
|
16890
17062
|
},
|
16891
17063
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16892
17064
|
"bytesInOutput": 3415
|
@@ -16945,6 +17117,12 @@
|
|
16945
17117
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
16946
17118
|
"bytesInOutput": 6036
|
16947
17119
|
},
|
17120
|
+
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
17121
|
+
"bytesInOutput": 5725
|
17122
|
+
},
|
17123
|
+
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
17124
|
+
"bytesInOutput": 1435
|
17125
|
+
},
|
16948
17126
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
16949
17127
|
"bytesInOutput": 1761
|
16950
17128
|
},
|
@@ -16964,13 +17142,13 @@
|
|
16964
17142
|
"bytesInOutput": 1988
|
16965
17143
|
},
|
16966
17144
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
16967
|
-
"bytesInOutput":
|
17145
|
+
"bytesInOutput": 9942
|
16968
17146
|
},
|
16969
17147
|
"../../node_modules/reselect/es/index.js": {
|
16970
17148
|
"bytesInOutput": 2641
|
16971
17149
|
},
|
16972
17150
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16973
|
-
"bytesInOutput":
|
17151
|
+
"bytesInOutput": 42495
|
16974
17152
|
},
|
16975
17153
|
"../../node_modules/lodash.isequal/index.js": {
|
16976
17154
|
"bytesInOutput": 26597
|
@@ -17000,7 +17178,7 @@
|
|
17000
17178
|
"bytesInOutput": 12019
|
17001
17179
|
},
|
17002
17180
|
"../../node_modules/sdp/sdp.js": {
|
17003
|
-
"bytesInOutput":
|
17181
|
+
"bytesInOutput": 22282
|
17004
17182
|
},
|
17005
17183
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
17006
17184
|
"bytesInOutput": 12620
|
@@ -17015,16 +17193,16 @@
|
|
17015
17193
|
"bytesInOutput": 16122
|
17016
17194
|
},
|
17017
17195
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
17018
|
-
"bytesInOutput":
|
17196
|
+
"bytesInOutput": 3492
|
17019
17197
|
},
|
17020
17198
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
17021
|
-
"bytesInOutput":
|
17199
|
+
"bytesInOutput": 3073
|
17022
17200
|
},
|
17023
17201
|
"../../node_modules/sdp-transform/lib/index.js": {
|
17024
17202
|
"bytesInOutput": 615
|
17025
17203
|
},
|
17026
17204
|
"../hms-video-store/dist/index.js": {
|
17027
|
-
"bytesInOutput":
|
17205
|
+
"bytesInOutput": 54050
|
17028
17206
|
},
|
17029
17207
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
17030
17208
|
"bytesInOutput": 1307
|
@@ -17054,7 +17232,7 @@
|
|
17054
17232
|
"bytesInOutput": 938
|
17055
17233
|
},
|
17056
17234
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17057
|
-
"bytesInOutput":
|
17235
|
+
"bytesInOutput": 14213
|
17058
17236
|
},
|
17059
17237
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17060
17238
|
"bytesInOutput": 831
|
@@ -17096,7 +17274,7 @@
|
|
17096
17274
|
"bytesInOutput": 1596
|
17097
17275
|
},
|
17098
17276
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
17099
|
-
"bytesInOutput":
|
17277
|
+
"bytesInOutput": 2097
|
17100
17278
|
},
|
17101
17279
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
17102
17280
|
"bytesInOutput": 974
|
@@ -17123,10 +17301,10 @@
|
|
17123
17301
|
"bytesInOutput": 2005
|
17124
17302
|
},
|
17125
17303
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17126
|
-
"bytesInOutput":
|
17304
|
+
"bytesInOutput": 15984
|
17127
17305
|
},
|
17128
17306
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17129
|
-
"bytesInOutput":
|
17307
|
+
"bytesInOutput": 1559
|
17130
17308
|
},
|
17131
17309
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17132
17310
|
"bytesInOutput": 1704
|
@@ -17144,7 +17322,7 @@
|
|
17144
17322
|
"bytesInOutput": 1170
|
17145
17323
|
},
|
17146
17324
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17147
|
-
"bytesInOutput":
|
17325
|
+
"bytesInOutput": 9272
|
17148
17326
|
},
|
17149
17327
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
17150
17328
|
"bytesInOutput": 2802
|
@@ -17192,19 +17370,19 @@
|
|
17192
17370
|
"bytesInOutput": 2629
|
17193
17371
|
},
|
17194
17372
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
17195
|
-
"bytesInOutput":
|
17373
|
+
"bytesInOutput": 5130
|
17196
17374
|
},
|
17197
17375
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
17198
|
-
"bytesInOutput":
|
17376
|
+
"bytesInOutput": 8683
|
17199
17377
|
},
|
17200
17378
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17201
|
-
"bytesInOutput":
|
17379
|
+
"bytesInOutput": 1525
|
17202
17380
|
},
|
17203
17381
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
17204
|
-
"bytesInOutput":
|
17382
|
+
"bytesInOutput": 1873
|
17205
17383
|
},
|
17206
17384
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17207
|
-
"bytesInOutput":
|
17385
|
+
"bytesInOutput": 5716
|
17208
17386
|
},
|
17209
17387
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17210
17388
|
"bytesInOutput": 1177
|
@@ -17258,7 +17436,7 @@
|
|
17258
17436
|
"bytesInOutput": 1331
|
17259
17437
|
},
|
17260
17438
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17261
|
-
"bytesInOutput":
|
17439
|
+
"bytesInOutput": 11536
|
17262
17440
|
},
|
17263
17441
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17264
17442
|
"bytesInOutput": 3162
|
@@ -17273,7 +17451,7 @@
|
|
17273
17451
|
"bytesInOutput": 5941
|
17274
17452
|
},
|
17275
17453
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17276
|
-
"bytesInOutput":
|
17454
|
+
"bytesInOutput": 6958
|
17277
17455
|
},
|
17278
17456
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17279
17457
|
"bytesInOutput": 5246
|
@@ -17338,6 +17516,9 @@
|
|
17338
17516
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
17339
17517
|
"bytesInOutput": 3550
|
17340
17518
|
},
|
17519
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
17520
|
+
"bytesInOutput": 1860
|
17521
|
+
},
|
17341
17522
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
17342
17523
|
"bytesInOutput": 706
|
17343
17524
|
},
|
@@ -17351,10 +17532,10 @@
|
|
17351
17532
|
"bytesInOutput": 1445
|
17352
17533
|
},
|
17353
17534
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17354
|
-
"bytesInOutput":
|
17535
|
+
"bytesInOutput": 4488
|
17355
17536
|
},
|
17356
17537
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17357
|
-
"bytesInOutput":
|
17538
|
+
"bytesInOutput": 2294
|
17358
17539
|
},
|
17359
17540
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
17360
17541
|
"bytesInOutput": 2814
|
@@ -17380,7 +17561,7 @@
|
|
17380
17561
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
17381
17562
|
"bytesInOutput": 3200
|
17382
17563
|
},
|
17383
|
-
"../../../../../../../tmp/tmp-
|
17564
|
+
"../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3e680/index.css": {
|
17384
17565
|
"bytesInOutput": 116
|
17385
17566
|
},
|
17386
17567
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
@@ -17390,7 +17571,7 @@
|
|
17390
17571
|
"bytesInOutput": 3470
|
17391
17572
|
},
|
17392
17573
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17393
|
-
"bytesInOutput":
|
17574
|
+
"bytesInOutput": 6067
|
17394
17575
|
},
|
17395
17576
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
17396
17577
|
"bytesInOutput": 3391
|
@@ -17398,14 +17579,11 @@
|
|
17398
17579
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
17399
17580
|
"bytesInOutput": 2060
|
17400
17581
|
},
|
17401
|
-
"src/Prebuilt/layouts/WaitingView.jsx": {
|
17402
|
-
"bytesInOutput": 1943
|
17403
|
-
},
|
17404
17582
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
17405
17583
|
"bytesInOutput": 7362
|
17406
17584
|
},
|
17407
17585
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
17408
|
-
"bytesInOutput":
|
17586
|
+
"bytesInOutput": 815
|
17409
17587
|
},
|
17410
17588
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
17411
17589
|
"bytesInOutput": 3859
|
@@ -17459,16 +17637,16 @@
|
|
17459
17637
|
"bytesInOutput": 2886
|
17460
17638
|
},
|
17461
17639
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
17462
|
-
"bytesInOutput":
|
17640
|
+
"bytesInOutput": 31563
|
17463
17641
|
},
|
17464
17642
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17465
|
-
"bytesInOutput":
|
17643
|
+
"bytesInOutput": 6073
|
17466
17644
|
},
|
17467
17645
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17468
17646
|
"bytesInOutput": 2182
|
17469
17647
|
},
|
17470
17648
|
"src/Prebuilt/components/Header/common.jsx": {
|
17471
|
-
"bytesInOutput":
|
17649
|
+
"bytesInOutput": 7160
|
17472
17650
|
},
|
17473
17651
|
"src/Prebuilt/components/Header/Header.tsx": {
|
17474
17652
|
"bytesInOutput": 2332
|
@@ -17483,7 +17661,7 @@
|
|
17483
17661
|
"bytesInOutput": 8545
|
17484
17662
|
},
|
17485
17663
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
17486
|
-
"bytesInOutput":
|
17664
|
+
"bytesInOutput": 4345
|
17487
17665
|
},
|
17488
17666
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
17489
17667
|
"bytesInOutput": 1645
|
@@ -17501,7 +17679,7 @@
|
|
17501
17679
|
"bytesInOutput": 3463
|
17502
17680
|
},
|
17503
17681
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
17504
|
-
"bytesInOutput":
|
17682
|
+
"bytesInOutput": 2915
|
17505
17683
|
},
|
17506
17684
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
17507
17685
|
"bytesInOutput": 3659
|
@@ -17597,7 +17775,7 @@
|
|
17597
17775
|
"bytesInOutput": 2980
|
17598
17776
|
}
|
17599
17777
|
},
|
17600
|
-
"bytes":
|
17778
|
+
"bytes": 1567553
|
17601
17779
|
},
|
17602
17780
|
"dist/index.cjs.css.map": {
|
17603
17781
|
"imports": [],
|
@@ -17659,10 +17837,10 @@
|
|
17659
17837
|
}
|
17660
17838
|
],
|
17661
17839
|
"inputs": {
|
17662
|
-
"../../../../../../../tmp/tmp-
|
17840
|
+
"../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3eda2/tldraw.css": {
|
17663
17841
|
"bytesInOutput": 75223
|
17664
17842
|
},
|
17665
|
-
"../../../../../../../tmp/tmp-
|
17843
|
+
"../../../../../../../tmp/tmp-2865-KGZLxU273DAE/18fa08c3e680/index.css": {
|
17666
17844
|
"bytesInOutput": 401
|
17667
17845
|
}
|
17668
17846
|
},
|