@100mslive/roomkit-react 0.3.10 → 0.3.11-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-PF44ZBXN.js → HLSView-HJ44JWJK.js} +18 -3
- package/dist/HLSView-HJ44JWJK.js.map +7 -0
- package/dist/{HLSView-6J5FD3IV.css → HLSView-IBWU4R7W.css} +3 -3
- package/dist/{HLSView-6J5FD3IV.css.map → HLSView-IBWU4R7W.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-WDZ4KRYM.js} +2095 -1805
- package/dist/chunk-WDZ4KRYM.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.esbuild.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-2846-NNH2OyHgR39X/18fa0670ef63/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-2846-NNH2OyHgR39X/18fa0670ea11/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-2846-NNH2OyHgR39X/18fa0670ef63/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-2846-NNH2OyHgR39X/18fa0670ea11/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
|
},
|
@@ -13519,7 +13666,7 @@
|
|
13519
13666
|
"dist/index.js": {
|
13520
13667
|
"imports": [
|
13521
13668
|
{
|
13522
|
-
"path": "dist/chunk-
|
13669
|
+
"path": "dist/chunk-WDZ4KRYM.js",
|
13523
13670
|
"kind": "import-statement"
|
13524
13671
|
}
|
13525
13672
|
],
|
@@ -13593,16 +13740,16 @@
|
|
13593
13740
|
"inputs": {},
|
13594
13741
|
"bytes": 1822
|
13595
13742
|
},
|
13596
|
-
"dist/HLSView-
|
13743
|
+
"dist/HLSView-HJ44JWJK.js.map": {
|
13597
13744
|
"imports": [],
|
13598
13745
|
"exports": [],
|
13599
13746
|
"inputs": {},
|
13600
|
-
"bytes":
|
13747
|
+
"bytes": 99904
|
13601
13748
|
},
|
13602
|
-
"dist/HLSView-
|
13749
|
+
"dist/HLSView-HJ44JWJK.js": {
|
13603
13750
|
"imports": [
|
13604
13751
|
{
|
13605
|
-
"path": "dist/chunk-
|
13752
|
+
"path": "dist/chunk-WDZ4KRYM.js",
|
13606
13753
|
"kind": "import-statement"
|
13607
13754
|
},
|
13608
13755
|
{
|
@@ -13780,10 +13927,10 @@
|
|
13780
13927
|
"default"
|
13781
13928
|
],
|
13782
13929
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13783
|
-
"cssBundle": "dist/HLSView-
|
13930
|
+
"cssBundle": "dist/HLSView-IBWU4R7W.css",
|
13784
13931
|
"inputs": {
|
13785
13932
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
13786
|
-
"bytesInOutput":
|
13933
|
+
"bytesInOutput": 25793
|
13787
13934
|
},
|
13788
13935
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
13789
13936
|
"bytesInOutput": 3191
|
@@ -13837,15 +13984,15 @@
|
|
13837
13984
|
"bytesInOutput": 2101
|
13838
13985
|
}
|
13839
13986
|
},
|
13840
|
-
"bytes":
|
13987
|
+
"bytes": 58515
|
13841
13988
|
},
|
13842
|
-
"dist/chunk-
|
13989
|
+
"dist/chunk-WDZ4KRYM.js.map": {
|
13843
13990
|
"imports": [],
|
13844
13991
|
"exports": [],
|
13845
13992
|
"inputs": {},
|
13846
|
-
"bytes":
|
13993
|
+
"bytes": 3251972
|
13847
13994
|
},
|
13848
|
-
"dist/chunk-
|
13995
|
+
"dist/chunk-WDZ4KRYM.js": {
|
13849
13996
|
"imports": [
|
13850
13997
|
{
|
13851
13998
|
"path": "react",
|
@@ -14707,6 +14854,31 @@
|
|
14707
14854
|
"kind": "import-statement",
|
14708
14855
|
"external": true
|
14709
14856
|
},
|
14857
|
+
{
|
14858
|
+
"path": "react-use",
|
14859
|
+
"kind": "import-statement",
|
14860
|
+
"external": true
|
14861
|
+
},
|
14862
|
+
{
|
14863
|
+
"path": "react",
|
14864
|
+
"kind": "import-statement",
|
14865
|
+
"external": true
|
14866
|
+
},
|
14867
|
+
{
|
14868
|
+
"path": "@100mslive/react-sdk",
|
14869
|
+
"kind": "import-statement",
|
14870
|
+
"external": true
|
14871
|
+
},
|
14872
|
+
{
|
14873
|
+
"path": "@100mslive/react-icons",
|
14874
|
+
"kind": "import-statement",
|
14875
|
+
"external": true
|
14876
|
+
},
|
14877
|
+
{
|
14878
|
+
"path": "react",
|
14879
|
+
"kind": "import-statement",
|
14880
|
+
"external": true
|
14881
|
+
},
|
14710
14882
|
{
|
14711
14883
|
"path": "@100mslive/react-icons",
|
14712
14884
|
"kind": "import-statement",
|
@@ -15492,11 +15664,6 @@
|
|
15492
15664
|
"kind": "import-statement",
|
15493
15665
|
"external": true
|
15494
15666
|
},
|
15495
|
-
{
|
15496
|
-
"path": "@100mslive/react-sdk",
|
15497
|
-
"kind": "import-statement",
|
15498
|
-
"external": true
|
15499
|
-
},
|
15500
15667
|
{
|
15501
15668
|
"path": "react",
|
15502
15669
|
"kind": "import-statement",
|
@@ -16027,6 +16194,11 @@
|
|
16027
16194
|
"kind": "import-statement",
|
16028
16195
|
"external": true
|
16029
16196
|
},
|
16197
|
+
{
|
16198
|
+
"path": "@100mslive/react-icons",
|
16199
|
+
"kind": "import-statement",
|
16200
|
+
"external": true
|
16201
|
+
},
|
16030
16202
|
{
|
16031
16203
|
"path": "react",
|
16032
16204
|
"kind": "import-statement",
|
@@ -16037,6 +16209,11 @@
|
|
16037
16209
|
"kind": "import-statement",
|
16038
16210
|
"external": true
|
16039
16211
|
},
|
16212
|
+
{
|
16213
|
+
"path": "@100mslive/react-icons",
|
16214
|
+
"kind": "import-statement",
|
16215
|
+
"external": true
|
16216
|
+
},
|
16040
16217
|
{
|
16041
16218
|
"path": "react",
|
16042
16219
|
"kind": "import-statement",
|
@@ -16048,7 +16225,12 @@
|
|
16048
16225
|
"external": true
|
16049
16226
|
},
|
16050
16227
|
{
|
16051
|
-
"path": "@100mslive/react-
|
16228
|
+
"path": "@100mslive/react-icons",
|
16229
|
+
"kind": "import-statement",
|
16230
|
+
"external": true
|
16231
|
+
},
|
16232
|
+
{
|
16233
|
+
"path": "react",
|
16052
16234
|
"kind": "import-statement",
|
16053
16235
|
"external": true
|
16054
16236
|
},
|
@@ -16267,16 +16449,6 @@
|
|
16267
16449
|
"kind": "import-statement",
|
16268
16450
|
"external": true
|
16269
16451
|
},
|
16270
|
-
{
|
16271
|
-
"path": "@100mslive/react-icons",
|
16272
|
-
"kind": "import-statement",
|
16273
|
-
"external": true
|
16274
|
-
},
|
16275
|
-
{
|
16276
|
-
"path": "react",
|
16277
|
-
"kind": "import-statement",
|
16278
|
-
"external": true
|
16279
|
-
},
|
16280
16452
|
{
|
16281
16453
|
"path": "react-use",
|
16282
16454
|
"kind": "import-statement",
|
@@ -16298,7 +16470,7 @@
|
|
16298
16470
|
"external": true
|
16299
16471
|
},
|
16300
16472
|
{
|
16301
|
-
"path": "dist/HLSView-
|
16473
|
+
"path": "dist/HLSView-HJ44JWJK.js",
|
16302
16474
|
"kind": "dynamic-import"
|
16303
16475
|
},
|
16304
16476
|
{
|
@@ -16749,6 +16921,7 @@
|
|
16749
16921
|
"VerticalDivider",
|
16750
16922
|
"Video",
|
16751
16923
|
"VideoTileStats",
|
16924
|
+
"WaitingView",
|
16752
16925
|
"config",
|
16753
16926
|
"createTheme",
|
16754
16927
|
"createThemeBase",
|
@@ -16775,28 +16948,28 @@
|
|
16775
16948
|
],
|
16776
16949
|
"inputs": {
|
16777
16950
|
"<define:process.env>": {
|
16778
|
-
"bytesInOutput":
|
16951
|
+
"bytesInOutput": 17871
|
16779
16952
|
},
|
16780
16953
|
"../../node_modules/lodash/lodash.js": {
|
16781
16954
|
"bytesInOutput": 224301
|
16782
16955
|
},
|
16783
16956
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16784
|
-
"bytesInOutput":
|
16957
|
+
"bytesInOutput": 42491
|
16785
16958
|
},
|
16786
16959
|
"../../node_modules/lodash.isequal/index.js": {
|
16787
16960
|
"bytesInOutput": 26591
|
16788
16961
|
},
|
16789
16962
|
"../../node_modules/sdp/sdp.js": {
|
16790
|
-
"bytesInOutput":
|
16963
|
+
"bytesInOutput": 22279
|
16791
16964
|
},
|
16792
16965
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
16793
16966
|
"bytesInOutput": 16120
|
16794
16967
|
},
|
16795
16968
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
16796
|
-
"bytesInOutput":
|
16969
|
+
"bytesInOutput": 3492
|
16797
16970
|
},
|
16798
16971
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
16799
|
-
"bytesInOutput":
|
16972
|
+
"bytesInOutput": 3071
|
16800
16973
|
},
|
16801
16974
|
"../../node_modules/sdp-transform/lib/index.js": {
|
16802
16975
|
"bytesInOutput": 615
|
@@ -16823,7 +16996,7 @@
|
|
16823
16996
|
"bytesInOutput": 5031
|
16824
16997
|
},
|
16825
16998
|
"src/Prebuilt/common/constants.ts": {
|
16826
|
-
"bytesInOutput":
|
16999
|
+
"bytesInOutput": 3065
|
16827
17000
|
},
|
16828
17001
|
"src/Theme/ThemeProvider.tsx": {
|
16829
17002
|
"bytesInOutput": 1926
|
@@ -17033,7 +17206,7 @@
|
|
17033
17206
|
"bytesInOutput": 7306
|
17034
17207
|
},
|
17035
17208
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
17036
|
-
"bytesInOutput":
|
17209
|
+
"bytesInOutput": 5346
|
17037
17210
|
},
|
17038
17211
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
17039
17212
|
"bytesInOutput": 2671
|
@@ -17042,7 +17215,7 @@
|
|
17042
17215
|
"bytesInOutput": 973
|
17043
17216
|
},
|
17044
17217
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
17045
|
-
"bytesInOutput":
|
17218
|
+
"bytesInOutput": 5027
|
17046
17219
|
},
|
17047
17220
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
17048
17221
|
"bytesInOutput": 748
|
@@ -17063,7 +17236,7 @@
|
|
17063
17236
|
"bytesInOutput": 1486
|
17064
17237
|
},
|
17065
17238
|
"src/Prebuilt/common/utils.js": {
|
17066
|
-
"bytesInOutput":
|
17239
|
+
"bytesInOutput": 2789
|
17067
17240
|
},
|
17068
17241
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
17069
17242
|
"bytesInOutput": 2499
|
@@ -17132,10 +17305,10 @@
|
|
17132
17305
|
"bytesInOutput": 606
|
17133
17306
|
},
|
17134
17307
|
"src/Prebuilt/common/hooks.ts": {
|
17135
|
-
"bytesInOutput":
|
17308
|
+
"bytesInOutput": 6276
|
17136
17309
|
},
|
17137
17310
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
17138
|
-
"bytesInOutput":
|
17311
|
+
"bytesInOutput": 2346
|
17139
17312
|
},
|
17140
17313
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
17141
17314
|
"bytesInOutput": 5617
|
@@ -17156,10 +17329,10 @@
|
|
17156
17329
|
"bytesInOutput": 4683
|
17157
17330
|
},
|
17158
17331
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17159
|
-
"bytesInOutput":
|
17332
|
+
"bytesInOutput": 474
|
17160
17333
|
},
|
17161
17334
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
17162
|
-
"bytesInOutput":
|
17335
|
+
"bytesInOutput": 8135
|
17163
17336
|
},
|
17164
17337
|
"src/Prebuilt/components/PIP/index.jsx": {
|
17165
17338
|
"bytesInOutput": 178
|
@@ -17194,6 +17367,12 @@
|
|
17194
17367
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
17195
17368
|
"bytesInOutput": 4856
|
17196
17369
|
},
|
17370
|
+
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
17371
|
+
"bytesInOutput": 989
|
17372
|
+
},
|
17373
|
+
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
17374
|
+
"bytesInOutput": 4749
|
17375
|
+
},
|
17197
17376
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
17198
17377
|
"bytesInOutput": 628
|
17199
17378
|
},
|
@@ -17213,13 +17392,13 @@
|
|
17213
17392
|
"bytesInOutput": 1651
|
17214
17393
|
},
|
17215
17394
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17216
|
-
"bytesInOutput":
|
17395
|
+
"bytesInOutput": 11662
|
17217
17396
|
},
|
17218
17397
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17219
|
-
"bytesInOutput":
|
17398
|
+
"bytesInOutput": 9080
|
17220
17399
|
},
|
17221
17400
|
"../hms-video-store/dist/index.js": {
|
17222
|
-
"bytesInOutput":
|
17401
|
+
"bytesInOutput": 49434
|
17223
17402
|
},
|
17224
17403
|
"../../node_modules/reselect/es/index.js": {
|
17225
17404
|
"bytesInOutput": 2539
|
@@ -17285,7 +17464,7 @@
|
|
17285
17464
|
"bytesInOutput": 849
|
17286
17465
|
},
|
17287
17466
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17288
|
-
"bytesInOutput":
|
17467
|
+
"bytesInOutput": 1582
|
17289
17468
|
},
|
17290
17469
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17291
17470
|
"bytesInOutput": 7124
|
@@ -17318,10 +17497,10 @@
|
|
17318
17497
|
"bytesInOutput": 1179
|
17319
17498
|
},
|
17320
17499
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
17321
|
-
"bytesInOutput":
|
17500
|
+
"bytesInOutput": 1530
|
17322
17501
|
},
|
17323
17502
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17324
|
-
"bytesInOutput":
|
17503
|
+
"bytesInOutput": 12981
|
17325
17504
|
},
|
17326
17505
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17327
17506
|
"bytesInOutput": 3835
|
@@ -17348,7 +17527,7 @@
|
|
17348
17527
|
"bytesInOutput": 1634
|
17349
17528
|
},
|
17350
17529
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17351
|
-
"bytesInOutput":
|
17530
|
+
"bytesInOutput": 1104
|
17352
17531
|
},
|
17353
17532
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17354
17533
|
"bytesInOutput": 1192
|
@@ -17369,7 +17548,7 @@
|
|
17369
17548
|
"bytesInOutput": 735
|
17370
17549
|
},
|
17371
17550
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17372
|
-
"bytesInOutput":
|
17551
|
+
"bytesInOutput": 7619
|
17373
17552
|
},
|
17374
17553
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
17375
17554
|
"bytesInOutput": 2247
|
@@ -17408,7 +17587,7 @@
|
|
17408
17587
|
"bytesInOutput": 1911
|
17409
17588
|
},
|
17410
17589
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
17411
|
-
"bytesInOutput":
|
17590
|
+
"bytesInOutput": 4041
|
17412
17591
|
},
|
17413
17592
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
17414
17593
|
"bytesInOutput": 2078
|
@@ -17426,16 +17605,16 @@
|
|
17426
17605
|
"bytesInOutput": 1635
|
17427
17606
|
},
|
17428
17607
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17429
|
-
"bytesInOutput":
|
17608
|
+
"bytesInOutput": 4713
|
17430
17609
|
},
|
17431
17610
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17432
|
-
"bytesInOutput":
|
17611
|
+
"bytesInOutput": 1101
|
17433
17612
|
},
|
17434
17613
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
17435
|
-
"bytesInOutput":
|
17614
|
+
"bytesInOutput": 7366
|
17436
17615
|
},
|
17437
17616
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
17438
|
-
"bytesInOutput":
|
17617
|
+
"bytesInOutput": 1483
|
17439
17618
|
},
|
17440
17619
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17441
17620
|
"bytesInOutput": 1914
|
@@ -17453,7 +17632,7 @@
|
|
17453
17632
|
"bytesInOutput": 7336
|
17454
17633
|
},
|
17455
17634
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17456
|
-
"bytesInOutput":
|
17635
|
+
"bytesInOutput": 5491
|
17457
17636
|
},
|
17458
17637
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17459
17638
|
"bytesInOutput": 14266
|
@@ -17480,7 +17659,7 @@
|
|
17480
17659
|
"bytesInOutput": 677
|
17481
17660
|
},
|
17482
17661
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17483
|
-
"bytesInOutput":
|
17662
|
+
"bytesInOutput": 9523
|
17484
17663
|
},
|
17485
17664
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17486
17665
|
"bytesInOutput": 5184
|
@@ -17558,13 +17737,16 @@
|
|
17558
17737
|
"bytesInOutput": 2206
|
17559
17738
|
},
|
17560
17739
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17561
|
-
"bytesInOutput":
|
17740
|
+
"bytesInOutput": 4871
|
17562
17741
|
},
|
17563
17742
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17564
|
-
"bytesInOutput":
|
17743
|
+
"bytesInOutput": 4991
|
17565
17744
|
},
|
17566
17745
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17567
|
-
"bytesInOutput":
|
17746
|
+
"bytesInOutput": 1785
|
17747
|
+
},
|
17748
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
17749
|
+
"bytesInOutput": 1370
|
17568
17750
|
},
|
17569
17751
|
"src/Prebuilt/components/InsetTile.tsx": {
|
17570
17752
|
"bytesInOutput": 3866
|
@@ -17579,10 +17761,10 @@
|
|
17579
17761
|
"bytesInOutput": 1029
|
17580
17762
|
},
|
17581
17763
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17582
|
-
"bytesInOutput":
|
17764
|
+
"bytesInOutput": 3837
|
17583
17765
|
},
|
17584
17766
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17585
|
-
"bytesInOutput":
|
17767
|
+
"bytesInOutput": 2080
|
17586
17768
|
},
|
17587
17769
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
17588
17770
|
"bytesInOutput": 2525
|
@@ -17608,7 +17790,7 @@
|
|
17608
17790
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
17609
17791
|
"bytesInOutput": 2656
|
17610
17792
|
},
|
17611
|
-
"../../../../../../../tmp/tmp-
|
17793
|
+
"../../../../../../../tmp/tmp-2846-NNH2OyHgR39X/18fa0670ea11/index.css": {
|
17612
17794
|
"bytesInOutput": 0
|
17613
17795
|
},
|
17614
17796
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -17620,9 +17802,6 @@
|
|
17620
17802
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
17621
17803
|
"bytesInOutput": 1506
|
17622
17804
|
},
|
17623
|
-
"src/Prebuilt/layouts/WaitingView.jsx": {
|
17624
|
-
"bytesInOutput": 1415
|
17625
|
-
},
|
17626
17805
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
17627
17806
|
"bytesInOutput": 6044
|
17628
17807
|
},
|
@@ -17750,7 +17929,7 @@
|
|
17750
17929
|
"bytesInOutput": 651
|
17751
17930
|
}
|
17752
17931
|
},
|
17753
|
-
"bytes":
|
17932
|
+
"bytes": 1303467
|
17754
17933
|
},
|
17755
17934
|
"dist/index.css.map": {
|
17756
17935
|
"imports": [],
|
@@ -17812,22 +17991,22 @@
|
|
17812
17991
|
}
|
17813
17992
|
],
|
17814
17993
|
"inputs": {
|
17815
|
-
"../../../../../../../tmp/tmp-
|
17994
|
+
"../../../../../../../tmp/tmp-2846-NNH2OyHgR39X/18fa0670ef63/tldraw.css": {
|
17816
17995
|
"bytesInOutput": 75223
|
17817
17996
|
},
|
17818
|
-
"../../../../../../../tmp/tmp-
|
17997
|
+
"../../../../../../../tmp/tmp-2846-NNH2OyHgR39X/18fa0670ea11/index.css": {
|
17819
17998
|
"bytesInOutput": 401
|
17820
17999
|
}
|
17821
18000
|
},
|
17822
18001
|
"bytes": 75901
|
17823
18002
|
},
|
17824
|
-
"dist/HLSView-
|
18003
|
+
"dist/HLSView-IBWU4R7W.css.map": {
|
17825
18004
|
"imports": [],
|
17826
18005
|
"exports": [],
|
17827
18006
|
"inputs": {},
|
17828
18007
|
"bytes": 122402
|
17829
18008
|
},
|
17830
|
-
"dist/HLSView-
|
18009
|
+
"dist/HLSView-IBWU4R7W.css": {
|
17831
18010
|
"imports": [
|
17832
18011
|
{
|
17833
18012
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -17881,10 +18060,10 @@
|
|
17881
18060
|
}
|
17882
18061
|
],
|
17883
18062
|
"inputs": {
|
17884
|
-
"../../../../../../../tmp/tmp-
|
18063
|
+
"../../../../../../../tmp/tmp-2846-NNH2OyHgR39X/18fa0670ef63/tldraw.css": {
|
17885
18064
|
"bytesInOutput": 75223
|
17886
18065
|
},
|
17887
|
-
"../../../../../../../tmp/tmp-
|
18066
|
+
"../../../../../../../tmp/tmp-2846-NNH2OyHgR39X/18fa0670ea11/index.css": {
|
17888
18067
|
"bytesInOutput": 401
|
17889
18068
|
}
|
17890
18069
|
},
|