@100mslive/roomkit-react 0.2.3 → 0.2.4-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-2BP4GO3Q.js → HLSView-5I6UAYPZ.js} +6 -6
- package/dist/HLSView-5I6UAYPZ.js.map +7 -0
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/Connection/TileConnection.d.ts +2 -3
- package/dist/Prebuilt/components/InsetTile.d.ts +3 -1
- package/dist/Prebuilt/components/LayoutModeSelector.d.ts +2 -0
- package/dist/Prebuilt/components/MoreSettings/ChangeNameContent.d.ts +10 -0
- package/dist/Prebuilt/components/MoreSettings/ChangeNameModal.d.ts +5 -0
- package/dist/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.d.ts +2 -0
- package/dist/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.d.ts +1 -2
- package/dist/Prebuilt/components/Polls/common/StatusIndicator.d.ts +4 -3
- package/dist/Prebuilt/components/Polls/common/constants.d.ts +5 -0
- package/dist/Prebuilt/components/ScreenshareDisplay.d.ts +2 -0
- package/dist/Prebuilt/components/ScreenshareTile.d.ts +7 -0
- package/dist/Prebuilt/components/SecondaryTiles.d.ts +1 -1
- package/dist/Prebuilt/components/Settings/LayoutSettings.d.ts +11 -0
- package/dist/Prebuilt/components/Settings/NotificationSettings.d.ts +2 -0
- package/dist/Prebuilt/components/Settings/SwitchWithLabel.d.ts +10 -0
- package/dist/Prebuilt/components/Settings/common.d.ts +878 -0
- package/dist/Prebuilt/components/TileMenu/TileMenu.d.ts +14 -0
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +7 -7
- package/dist/Prebuilt/components/VideoLayouts/ProminenceLayout.d.ts +4 -2
- package/dist/Prebuilt/components/VideoLayouts/interface.d.ts +1 -0
- package/dist/Prebuilt/components/VideoTile.d.ts +19 -0
- package/dist/Prebuilt/components/hooks/useDropdownList.d.ts +4 -0
- package/dist/{chunk-G25T3EBJ.js → chunk-OGCNZHHH.js} +1328 -1097
- package/dist/chunk-OGCNZHHH.js.map +7 -0
- package/dist/index.cjs.js +1826 -1575
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +458 -293
- package/dist/meta.esbuild.json +470 -305
- package/package.json +6 -6
- package/src/Pagination/StyledPagination.tsx +1 -0
- package/src/Popover/index.tsx +8 -1
- package/src/Prebuilt/common/constants.ts +1 -0
- package/src/Prebuilt/components/AppData/AppData.tsx +2 -0
- package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
- package/src/Prebuilt/components/Connection/TileConnection.tsx +13 -6
- package/src/Prebuilt/components/HlsStatsOverlay.jsx +2 -2
- package/src/Prebuilt/components/InsetTile.tsx +13 -6
- package/src/Prebuilt/components/LayoutModeSelector.tsx +106 -0
- package/src/Prebuilt/components/MoreSettings/{ChangeNameContent.jsx → ChangeNameContent.tsx} +10 -2
- package/src/Prebuilt/components/MoreSettings/{ChangeNameModal.jsx → ChangeNameModal.tsx} +14 -5
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +2 -2
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +2 -2
- package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -1
- package/src/Prebuilt/components/Playlist/VideoPlayer.jsx +1 -1
- package/src/Prebuilt/components/Polls/CreatePollQuiz/{PollsQuizMenu.jsx → PollsQuizMenu.tsx} +54 -26
- package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +21 -31
- package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +3 -17
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -1
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +1 -10
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +1 -3
- package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +12 -3
- package/src/Prebuilt/components/Polls/common/constants.ts +5 -0
- package/src/Prebuilt/components/Preview/PreviewForm.tsx +2 -2
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +1 -1
- package/src/Prebuilt/components/{ScreenshareTile.jsx → ScreenshareTile.tsx} +39 -6
- package/src/Prebuilt/components/SecondaryTiles.tsx +36 -4
- package/src/Prebuilt/components/Settings/DeviceSettings.jsx +1 -1
- package/src/Prebuilt/components/Settings/{LayoutSettings.jsx → LayoutSettings.tsx} +58 -14
- package/src/Prebuilt/components/Settings/{NotificationSettings.jsx → NotificationSettings.tsx} +14 -3
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +32 -6
- package/src/Prebuilt/components/Settings/{SwitchWithLabel.jsx → SwitchWithLabel.tsx} +15 -1
- package/src/Prebuilt/components/Settings/common.ts +16 -0
- package/src/Prebuilt/components/TileMenu/{TileMenu.jsx → TileMenu.tsx} +12 -4
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +12 -10
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +29 -14
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +12 -2
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +20 -5
- package/src/Prebuilt/components/VideoLayouts/interface.ts +1 -0
- package/src/Prebuilt/components/{VideoTile.jsx → VideoTile.tsx} +57 -44
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +2 -2
- package/src/Prebuilt/components/hooks/{useDropdownList.jsx → useDropdownList.ts} +2 -1
- package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +1 -1
- package/src/Prebuilt/layouts/HLSView.jsx +2 -2
- package/src/Prebuilt/layouts/SidePane.tsx +8 -4
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -1
- package/src/VideoTile/StyledVideoTile.tsx +4 -4
- package/dist/HLSView-2BP4GO3Q.js.map +0 -7
- package/dist/chunk-G25T3EBJ.js.map +0 -7
- package/src/Prebuilt/components/Settings/common.js +0 -41
- /package/src/Prebuilt/components/{ScreenshareDisplay.jsx → ScreenshareDisplay.tsx} +0 -0
package/dist/meta.esbuild.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"format": "esm"
|
|
27
27
|
},
|
|
28
28
|
"src/Prebuilt/common/constants.ts": {
|
|
29
|
-
"bytes":
|
|
29
|
+
"bytes": 4304,
|
|
30
30
|
"imports": [
|
|
31
31
|
{
|
|
32
32
|
"path": "@100mslive/react-sdk",
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
"format": "esm"
|
|
911
911
|
},
|
|
912
912
|
"src/VideoTile/StyledVideoTile.tsx": {
|
|
913
|
-
"bytes":
|
|
913
|
+
"bytes": 2968,
|
|
914
914
|
"imports": [
|
|
915
915
|
{
|
|
916
916
|
"path": "src/Layout/index.tsx",
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"format": "esm"
|
|
1006
1006
|
},
|
|
1007
1007
|
"src/Pagination/StyledPagination.tsx": {
|
|
1008
|
-
"bytes":
|
|
1008
|
+
"bytes": 1205,
|
|
1009
1009
|
"imports": [
|
|
1010
1010
|
{
|
|
1011
1011
|
"path": "src/Theme/index.tsx",
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
"format": "esm"
|
|
1266
1266
|
},
|
|
1267
1267
|
"src/Popover/index.tsx": {
|
|
1268
|
-
"bytes":
|
|
1268
|
+
"bytes": 750,
|
|
1269
1269
|
"imports": [
|
|
1270
1270
|
{
|
|
1271
1271
|
"path": "@radix-ui/react-popover",
|
|
@@ -1908,6 +1908,37 @@
|
|
|
1908
1908
|
],
|
|
1909
1909
|
"format": "esm"
|
|
1910
1910
|
},
|
|
1911
|
+
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
|
1912
|
+
"bytes": 1102,
|
|
1913
|
+
"imports": [
|
|
1914
|
+
{
|
|
1915
|
+
"path": "react",
|
|
1916
|
+
"kind": "import-statement",
|
|
1917
|
+
"external": true
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"path": "src/Label/index.ts",
|
|
1921
|
+
"kind": "import-statement",
|
|
1922
|
+
"original": "../../../Label"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"path": "src/Layout/index.tsx",
|
|
1926
|
+
"kind": "import-statement",
|
|
1927
|
+
"original": "../../../Layout"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"path": "src/Switch/index.ts",
|
|
1931
|
+
"kind": "import-statement",
|
|
1932
|
+
"original": "../../../Switch"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"path": "<define:process.env>",
|
|
1936
|
+
"kind": "import-statement",
|
|
1937
|
+
"external": true
|
|
1938
|
+
}
|
|
1939
|
+
],
|
|
1940
|
+
"format": "esm"
|
|
1941
|
+
},
|
|
1911
1942
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
|
1912
1943
|
"bytes": 737,
|
|
1913
1944
|
"imports": [
|
|
@@ -1930,7 +1961,7 @@
|
|
|
1930
1961
|
"format": "esm"
|
|
1931
1962
|
},
|
|
1932
1963
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
1933
|
-
"bytes":
|
|
1964
|
+
"bytes": 6029,
|
|
1934
1965
|
"imports": [
|
|
1935
1966
|
{
|
|
1936
1967
|
"path": "react",
|
|
@@ -1965,6 +1996,78 @@
|
|
|
1965
1996
|
],
|
|
1966
1997
|
"format": "esm"
|
|
1967
1998
|
},
|
|
1999
|
+
"src/Prebuilt/components/Settings/common.ts": {
|
|
2000
|
+
"bytes": 269,
|
|
2001
|
+
"imports": [
|
|
2002
|
+
{
|
|
2003
|
+
"path": "src/index.ts",
|
|
2004
|
+
"kind": "import-statement",
|
|
2005
|
+
"original": "../../.."
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"path": "<define:process.env>",
|
|
2009
|
+
"kind": "import-statement",
|
|
2010
|
+
"external": true
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"format": "esm"
|
|
2014
|
+
},
|
|
2015
|
+
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
|
2016
|
+
"bytes": 3849,
|
|
2017
|
+
"imports": [
|
|
2018
|
+
{
|
|
2019
|
+
"path": "react",
|
|
2020
|
+
"kind": "import-statement",
|
|
2021
|
+
"external": true
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"path": "@100mslive/react-sdk",
|
|
2025
|
+
"kind": "import-statement",
|
|
2026
|
+
"external": true
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"path": "@100mslive/react-icons",
|
|
2030
|
+
"kind": "import-statement",
|
|
2031
|
+
"external": true
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"path": "src/index.ts",
|
|
2035
|
+
"kind": "import-statement",
|
|
2036
|
+
"original": "../../.."
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
|
|
2040
|
+
"kind": "import-statement",
|
|
2041
|
+
"original": "./SwitchWithLabel"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
2045
|
+
"kind": "import-statement",
|
|
2046
|
+
"original": "../AppData/useUISettings"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
|
2050
|
+
"kind": "import-statement",
|
|
2051
|
+
"original": "./common"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
2055
|
+
"kind": "import-statement",
|
|
2056
|
+
"original": "../../common/constants"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"path": "<define:process.env>",
|
|
2060
|
+
"kind": "import-statement",
|
|
2061
|
+
"external": true
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"path": "<runtime>",
|
|
2065
|
+
"kind": "import-statement",
|
|
2066
|
+
"external": true
|
|
2067
|
+
}
|
|
2068
|
+
],
|
|
2069
|
+
"format": "esm"
|
|
2070
|
+
},
|
|
1968
2071
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
|
1969
2072
|
"bytes": 2509,
|
|
1970
2073
|
"imports": [
|
|
@@ -1997,7 +2100,7 @@
|
|
|
1997
2100
|
"format": "esm"
|
|
1998
2101
|
},
|
|
1999
2102
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
2000
|
-
"bytes":
|
|
2103
|
+
"bytes": 4939,
|
|
2001
2104
|
"imports": [
|
|
2002
2105
|
{
|
|
2003
2106
|
"path": "react",
|
|
@@ -2009,6 +2112,11 @@
|
|
|
2009
2112
|
"kind": "import-statement",
|
|
2010
2113
|
"external": true
|
|
2011
2114
|
},
|
|
2115
|
+
{
|
|
2116
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
2117
|
+
"kind": "import-statement",
|
|
2118
|
+
"original": "../Settings/LayoutSettings"
|
|
2119
|
+
},
|
|
2012
2120
|
{
|
|
2013
2121
|
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
|
2014
2122
|
"kind": "import-statement",
|
|
@@ -2308,8 +2416,8 @@
|
|
|
2308
2416
|
],
|
|
2309
2417
|
"format": "esm"
|
|
2310
2418
|
},
|
|
2311
|
-
"src/Prebuilt/components/hooks/useDropdownList.
|
|
2312
|
-
"bytes":
|
|
2419
|
+
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
|
2420
|
+
"bytes": 811,
|
|
2313
2421
|
"imports": [
|
|
2314
2422
|
{
|
|
2315
2423
|
"path": "react",
|
|
@@ -2398,7 +2506,7 @@
|
|
|
2398
2506
|
"original": "../IconButton"
|
|
2399
2507
|
},
|
|
2400
2508
|
{
|
|
2401
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
2509
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
2402
2510
|
"kind": "import-statement",
|
|
2403
2511
|
"original": "./hooks/useDropdownList"
|
|
2404
2512
|
},
|
|
@@ -2623,7 +2731,7 @@
|
|
|
2623
2731
|
"original": "./LeaveSessionContent"
|
|
2624
2732
|
},
|
|
2625
2733
|
{
|
|
2626
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
2734
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
2627
2735
|
"kind": "import-statement",
|
|
2628
2736
|
"original": "../hooks/useDropdownList"
|
|
2629
2737
|
},
|
|
@@ -2761,7 +2869,7 @@
|
|
|
2761
2869
|
"original": "./LeaveSessionContent"
|
|
2762
2870
|
},
|
|
2763
2871
|
{
|
|
2764
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
2872
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
2765
2873
|
"kind": "import-statement",
|
|
2766
2874
|
"original": "../hooks/useDropdownList"
|
|
2767
2875
|
},
|
|
@@ -3244,7 +3352,7 @@
|
|
|
3244
3352
|
"format": "esm"
|
|
3245
3353
|
},
|
|
3246
3354
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
|
3247
|
-
"bytes":
|
|
3355
|
+
"bytes": 7180,
|
|
3248
3356
|
"imports": [
|
|
3249
3357
|
{
|
|
3250
3358
|
"path": "react",
|
|
@@ -3292,86 +3400,9 @@
|
|
|
3292
3400
|
"original": "../hooks/useDropdownSelection"
|
|
3293
3401
|
},
|
|
3294
3402
|
{
|
|
3295
|
-
"path": "src/Prebuilt/components/Settings/common.
|
|
3296
|
-
"kind": "import-statement",
|
|
3297
|
-
"original": "./common.js"
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"path": "src/Prebuilt/common/constants.ts",
|
|
3301
|
-
"kind": "import-statement",
|
|
3302
|
-
"original": "../../common/constants"
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"path": "<define:process.env>",
|
|
3306
|
-
"kind": "import-statement",
|
|
3307
|
-
"external": true
|
|
3308
|
-
}
|
|
3309
|
-
],
|
|
3310
|
-
"format": "esm"
|
|
3311
|
-
},
|
|
3312
|
-
"src/Prebuilt/components/Settings/SwitchWithLabel.jsx": {
|
|
3313
|
-
"bytes": 951,
|
|
3314
|
-
"imports": [
|
|
3315
|
-
{
|
|
3316
|
-
"path": "react",
|
|
3317
|
-
"kind": "import-statement",
|
|
3318
|
-
"external": true
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"path": "src/Label/index.ts",
|
|
3322
|
-
"kind": "import-statement",
|
|
3323
|
-
"original": "../../../Label"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"path": "src/Layout/index.tsx",
|
|
3327
|
-
"kind": "import-statement",
|
|
3328
|
-
"original": "../../../Layout"
|
|
3329
|
-
},
|
|
3330
|
-
{
|
|
3331
|
-
"path": "src/Switch/index.ts",
|
|
3332
|
-
"kind": "import-statement",
|
|
3333
|
-
"original": "../../../Switch"
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"path": "<define:process.env>",
|
|
3337
|
-
"kind": "import-statement",
|
|
3338
|
-
"external": true
|
|
3339
|
-
}
|
|
3340
|
-
],
|
|
3341
|
-
"format": "esm"
|
|
3342
|
-
},
|
|
3343
|
-
"src/Prebuilt/components/Settings/LayoutSettings.jsx": {
|
|
3344
|
-
"bytes": 2270,
|
|
3345
|
-
"imports": [
|
|
3346
|
-
{
|
|
3347
|
-
"path": "react",
|
|
3348
|
-
"kind": "import-statement",
|
|
3349
|
-
"external": true
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"path": "@100mslive/react-sdk",
|
|
3353
|
-
"kind": "import-statement",
|
|
3354
|
-
"external": true
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"path": "src/index.ts",
|
|
3358
|
-
"kind": "import-statement",
|
|
3359
|
-
"original": "../../../"
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.jsx",
|
|
3403
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
|
3363
3404
|
"kind": "import-statement",
|
|
3364
|
-
"original": "./
|
|
3365
|
-
},
|
|
3366
|
-
{
|
|
3367
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
3368
|
-
"kind": "import-statement",
|
|
3369
|
-
"original": "../AppData/useUISettings"
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"path": "src/Prebuilt/components/Settings/common.js",
|
|
3373
|
-
"kind": "import-statement",
|
|
3374
|
-
"original": "./common.js"
|
|
3405
|
+
"original": "./common"
|
|
3375
3406
|
},
|
|
3376
3407
|
{
|
|
3377
3408
|
"path": "src/Prebuilt/common/constants.ts",
|
|
@@ -3382,17 +3413,12 @@
|
|
|
3382
3413
|
"path": "<define:process.env>",
|
|
3383
3414
|
"kind": "import-statement",
|
|
3384
3415
|
"external": true
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"path": "<runtime>",
|
|
3388
|
-
"kind": "import-statement",
|
|
3389
|
-
"external": true
|
|
3390
3416
|
}
|
|
3391
3417
|
],
|
|
3392
3418
|
"format": "esm"
|
|
3393
3419
|
},
|
|
3394
|
-
"src/Prebuilt/components/Settings/NotificationSettings.
|
|
3395
|
-
"bytes":
|
|
3420
|
+
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
|
3421
|
+
"bytes": 1860,
|
|
3396
3422
|
"imports": [
|
|
3397
3423
|
{
|
|
3398
3424
|
"path": "react",
|
|
@@ -3407,10 +3433,10 @@
|
|
|
3407
3433
|
{
|
|
3408
3434
|
"path": "src/index.ts",
|
|
3409
3435
|
"kind": "import-statement",
|
|
3410
|
-
"original": "
|
|
3436
|
+
"original": "../../.."
|
|
3411
3437
|
},
|
|
3412
3438
|
{
|
|
3413
|
-
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.
|
|
3439
|
+
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
|
|
3414
3440
|
"kind": "import-statement",
|
|
3415
3441
|
"original": "./SwitchWithLabel"
|
|
3416
3442
|
},
|
|
@@ -3420,9 +3446,9 @@
|
|
|
3420
3446
|
"original": "../AppData/useUISettings"
|
|
3421
3447
|
},
|
|
3422
3448
|
{
|
|
3423
|
-
"path": "src/Prebuilt/components/Settings/common.
|
|
3449
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
|
3424
3450
|
"kind": "import-statement",
|
|
3425
|
-
"original": "./common
|
|
3451
|
+
"original": "./common"
|
|
3426
3452
|
},
|
|
3427
3453
|
{
|
|
3428
3454
|
"path": "src/Prebuilt/common/constants.ts",
|
|
@@ -3437,44 +3463,8 @@
|
|
|
3437
3463
|
],
|
|
3438
3464
|
"format": "esm"
|
|
3439
3465
|
},
|
|
3440
|
-
"src/Prebuilt/components/Settings/common.js": {
|
|
3441
|
-
"bytes": 935,
|
|
3442
|
-
"imports": [
|
|
3443
|
-
{
|
|
3444
|
-
"path": "@100mslive/react-icons",
|
|
3445
|
-
"kind": "import-statement",
|
|
3446
|
-
"external": true
|
|
3447
|
-
},
|
|
3448
|
-
{
|
|
3449
|
-
"path": "src/index.ts",
|
|
3450
|
-
"kind": "import-statement",
|
|
3451
|
-
"original": "../../.."
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
|
|
3455
|
-
"kind": "import-statement",
|
|
3456
|
-
"original": "../Settings/DeviceSettings"
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"path": "src/Prebuilt/components/Settings/LayoutSettings.jsx",
|
|
3460
|
-
"kind": "import-statement",
|
|
3461
|
-
"original": "../Settings/LayoutSettings"
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"path": "src/Prebuilt/components/Settings/NotificationSettings.jsx",
|
|
3465
|
-
"kind": "import-statement",
|
|
3466
|
-
"original": "../Settings/NotificationSettings"
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"path": "<define:process.env>",
|
|
3470
|
-
"kind": "import-statement",
|
|
3471
|
-
"external": true
|
|
3472
|
-
}
|
|
3473
|
-
],
|
|
3474
|
-
"format": "esm"
|
|
3475
|
-
},
|
|
3476
3466
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
3477
|
-
"bytes":
|
|
3467
|
+
"bytes": 9473,
|
|
3478
3468
|
"imports": [
|
|
3479
3469
|
{
|
|
3480
3470
|
"path": "react",
|
|
@@ -3532,9 +3522,24 @@
|
|
|
3532
3522
|
"original": "../../../Theme"
|
|
3533
3523
|
},
|
|
3534
3524
|
{
|
|
3535
|
-
"path": "src/Prebuilt/components/Settings/
|
|
3525
|
+
"path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
|
|
3536
3526
|
"kind": "import-statement",
|
|
3537
|
-
"original": "./
|
|
3527
|
+
"original": "./DeviceSettings"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
3531
|
+
"kind": "import-statement",
|
|
3532
|
+
"original": "./LayoutSettings"
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
|
|
3536
|
+
"kind": "import-statement",
|
|
3537
|
+
"original": "./NotificationSettings"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
|
3541
|
+
"kind": "import-statement",
|
|
3542
|
+
"original": "./common"
|
|
3538
3543
|
},
|
|
3539
3544
|
{
|
|
3540
3545
|
"path": "<define:process.env>",
|
|
@@ -4040,7 +4045,7 @@
|
|
|
4040
4045
|
"format": "esm"
|
|
4041
4046
|
},
|
|
4042
4047
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
4043
|
-
"bytes":
|
|
4048
|
+
"bytes": 7916,
|
|
4044
4049
|
"imports": [
|
|
4045
4050
|
{
|
|
4046
4051
|
"path": "react",
|
|
@@ -4123,7 +4128,7 @@
|
|
|
4123
4128
|
"original": "../MuteAllModal"
|
|
4124
4129
|
},
|
|
4125
4130
|
{
|
|
4126
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
4131
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
4127
4132
|
"kind": "import-statement",
|
|
4128
4133
|
"original": "../../hooks/useDropdownList"
|
|
4129
4134
|
},
|
|
@@ -4498,7 +4503,7 @@
|
|
|
4498
4503
|
"format": "cjs"
|
|
4499
4504
|
},
|
|
4500
4505
|
"../hms-video-store/dist/index.js": {
|
|
4501
|
-
"bytes":
|
|
4506
|
+
"bytes": 322541,
|
|
4502
4507
|
"imports": [
|
|
4503
4508
|
{
|
|
4504
4509
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -4869,8 +4874,8 @@
|
|
|
4869
4874
|
],
|
|
4870
4875
|
"format": "esm"
|
|
4871
4876
|
},
|
|
4872
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameContent.
|
|
4873
|
-
"bytes":
|
|
4877
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
|
4878
|
+
"bytes": 3152,
|
|
4874
4879
|
"imports": [
|
|
4875
4880
|
{
|
|
4876
4881
|
"path": "react",
|
|
@@ -4915,8 +4920,8 @@
|
|
|
4915
4920
|
],
|
|
4916
4921
|
"format": "esm"
|
|
4917
4922
|
},
|
|
4918
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameModal.
|
|
4919
|
-
"bytes":
|
|
4923
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
4924
|
+
"bytes": 2330,
|
|
4920
4925
|
"imports": [
|
|
4921
4926
|
{
|
|
4922
4927
|
"path": "react",
|
|
@@ -4936,7 +4941,7 @@
|
|
|
4936
4941
|
{
|
|
4937
4942
|
"path": "src/index.ts",
|
|
4938
4943
|
"kind": "import-statement",
|
|
4939
|
-
"original": "
|
|
4944
|
+
"original": "../../.."
|
|
4940
4945
|
},
|
|
4941
4946
|
{
|
|
4942
4947
|
"path": "src/Sheet/index.ts",
|
|
@@ -4949,7 +4954,7 @@
|
|
|
4949
4954
|
"original": "../Toast/ToastManager"
|
|
4950
4955
|
},
|
|
4951
4956
|
{
|
|
4952
|
-
"path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.
|
|
4957
|
+
"path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx",
|
|
4953
4958
|
"kind": "import-statement",
|
|
4954
4959
|
"original": "./ChangeNameContent"
|
|
4955
4960
|
},
|
|
@@ -4998,7 +5003,7 @@
|
|
|
4998
5003
|
"format": "esm"
|
|
4999
5004
|
},
|
|
5000
5005
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
5001
|
-
"bytes":
|
|
5006
|
+
"bytes": 11781,
|
|
5002
5007
|
"imports": [
|
|
5003
5008
|
{
|
|
5004
5009
|
"path": "react",
|
|
@@ -5066,7 +5071,7 @@
|
|
|
5066
5071
|
"original": "../ActionTile"
|
|
5067
5072
|
},
|
|
5068
5073
|
{
|
|
5069
|
-
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.
|
|
5074
|
+
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx",
|
|
5070
5075
|
"kind": "import-statement",
|
|
5071
5076
|
"original": "../ChangeNameModal"
|
|
5072
5077
|
},
|
|
@@ -5086,7 +5091,7 @@
|
|
|
5086
5091
|
"original": "../../AppData/useUISettings"
|
|
5087
5092
|
},
|
|
5088
5093
|
{
|
|
5089
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
5094
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
5090
5095
|
"kind": "import-statement",
|
|
5091
5096
|
"original": "../../hooks/useDropdownList"
|
|
5092
5097
|
},
|
|
@@ -5410,7 +5415,7 @@
|
|
|
5410
5415
|
"format": "esm"
|
|
5411
5416
|
},
|
|
5412
5417
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
5413
|
-
"bytes":
|
|
5418
|
+
"bytes": 6568,
|
|
5414
5419
|
"imports": [
|
|
5415
5420
|
{
|
|
5416
5421
|
"path": "react",
|
|
@@ -6219,19 +6224,40 @@
|
|
|
6219
6224
|
],
|
|
6220
6225
|
"format": "esm"
|
|
6221
6226
|
},
|
|
6227
|
+
"src/Prebuilt/components/Polls/common/constants.ts": {
|
|
6228
|
+
"bytes": 81,
|
|
6229
|
+
"imports": [
|
|
6230
|
+
{
|
|
6231
|
+
"path": "<define:process.env>",
|
|
6232
|
+
"kind": "import-statement",
|
|
6233
|
+
"external": true
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"format": "esm"
|
|
6237
|
+
},
|
|
6222
6238
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
|
6223
|
-
"bytes":
|
|
6239
|
+
"bytes": 895,
|
|
6224
6240
|
"imports": [
|
|
6225
6241
|
{
|
|
6226
6242
|
"path": "react",
|
|
6227
6243
|
"kind": "import-statement",
|
|
6228
6244
|
"external": true
|
|
6229
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"path": "@100mslive/react-sdk",
|
|
6248
|
+
"kind": "import-statement",
|
|
6249
|
+
"external": true
|
|
6250
|
+
},
|
|
6230
6251
|
{
|
|
6231
6252
|
"path": "src/index.ts",
|
|
6232
6253
|
"kind": "import-statement",
|
|
6233
6254
|
"original": "../../../../"
|
|
6234
6255
|
},
|
|
6256
|
+
{
|
|
6257
|
+
"path": "src/Prebuilt/components/Polls/common/constants.ts",
|
|
6258
|
+
"kind": "import-statement",
|
|
6259
|
+
"original": "./constants"
|
|
6260
|
+
},
|
|
6235
6261
|
{
|
|
6236
6262
|
"path": "<define:process.env>",
|
|
6237
6263
|
"kind": "import-statement",
|
|
@@ -6240,8 +6266,8 @@
|
|
|
6240
6266
|
],
|
|
6241
6267
|
"format": "esm"
|
|
6242
6268
|
},
|
|
6243
|
-
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.
|
|
6244
|
-
"bytes":
|
|
6269
|
+
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
6270
|
+
"bytes": 8071,
|
|
6245
6271
|
"imports": [
|
|
6246
6272
|
{
|
|
6247
6273
|
"path": "react",
|
|
@@ -6261,7 +6287,7 @@
|
|
|
6261
6287
|
{
|
|
6262
6288
|
"path": "src/index.ts",
|
|
6263
6289
|
"kind": "import-statement",
|
|
6264
|
-
"original": "
|
|
6290
|
+
"original": "../../../.."
|
|
6265
6291
|
},
|
|
6266
6292
|
{
|
|
6267
6293
|
"path": "src/Prebuilt/components/Streaming/Common.jsx",
|
|
@@ -6610,7 +6636,7 @@
|
|
|
6610
6636
|
"format": "esm"
|
|
6611
6637
|
},
|
|
6612
6638
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
|
6613
|
-
"bytes":
|
|
6639
|
+
"bytes": 1727,
|
|
6614
6640
|
"imports": [
|
|
6615
6641
|
{
|
|
6616
6642
|
"path": "react",
|
|
@@ -6632,16 +6658,6 @@
|
|
|
6632
6658
|
"kind": "import-statement",
|
|
6633
6659
|
"original": "../../../../"
|
|
6634
6660
|
},
|
|
6635
|
-
{
|
|
6636
|
-
"path": "src/Prebuilt/IconButton.jsx",
|
|
6637
|
-
"kind": "import-statement",
|
|
6638
|
-
"original": "../../../IconButton"
|
|
6639
|
-
},
|
|
6640
|
-
{
|
|
6641
|
-
"path": "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx",
|
|
6642
|
-
"kind": "import-statement",
|
|
6643
|
-
"original": "./DeleteQuestionModal"
|
|
6644
|
-
},
|
|
6645
6661
|
{
|
|
6646
6662
|
"path": "src/Prebuilt/common/constants.ts",
|
|
6647
6663
|
"kind": "import-statement",
|
|
@@ -6656,7 +6672,7 @@
|
|
|
6656
6672
|
"format": "esm"
|
|
6657
6673
|
},
|
|
6658
6674
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
|
6659
|
-
"bytes":
|
|
6675
|
+
"bytes": 5091,
|
|
6660
6676
|
"imports": [
|
|
6661
6677
|
{
|
|
6662
6678
|
"path": "react",
|
|
@@ -6872,7 +6888,7 @@
|
|
|
6872
6888
|
"format": "esm"
|
|
6873
6889
|
},
|
|
6874
6890
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
6875
|
-
"bytes":
|
|
6891
|
+
"bytes": 4089,
|
|
6876
6892
|
"imports": [
|
|
6877
6893
|
{
|
|
6878
6894
|
"path": "react",
|
|
@@ -6948,7 +6964,7 @@
|
|
|
6948
6964
|
"format": "esm"
|
|
6949
6965
|
},
|
|
6950
6966
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
6951
|
-
"bytes":
|
|
6967
|
+
"bytes": 6844,
|
|
6952
6968
|
"imports": [
|
|
6953
6969
|
{
|
|
6954
6970
|
"path": "react",
|
|
@@ -7066,7 +7082,7 @@
|
|
|
7066
7082
|
"format": "esm"
|
|
7067
7083
|
},
|
|
7068
7084
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
7069
|
-
"bytes":
|
|
7085
|
+
"bytes": 3300,
|
|
7070
7086
|
"imports": [
|
|
7071
7087
|
{
|
|
7072
7088
|
"path": "react",
|
|
@@ -7135,7 +7151,7 @@
|
|
|
7135
7151
|
"external": true
|
|
7136
7152
|
},
|
|
7137
7153
|
{
|
|
7138
|
-
"path": "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.
|
|
7154
|
+
"path": "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx",
|
|
7139
7155
|
"kind": "import-statement",
|
|
7140
7156
|
"original": "./CreatePollQuiz/PollsQuizMenu"
|
|
7141
7157
|
},
|
|
@@ -8332,13 +8348,18 @@
|
|
|
8332
8348
|
"format": "esm"
|
|
8333
8349
|
},
|
|
8334
8350
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
|
8335
|
-
"bytes":
|
|
8351
|
+
"bytes": 2166,
|
|
8336
8352
|
"imports": [
|
|
8337
8353
|
{
|
|
8338
8354
|
"path": "react",
|
|
8339
8355
|
"kind": "import-statement",
|
|
8340
8356
|
"external": true
|
|
8341
8357
|
},
|
|
8358
|
+
{
|
|
8359
|
+
"path": "@100mslive/react-sdk",
|
|
8360
|
+
"kind": "import-statement",
|
|
8361
|
+
"external": true
|
|
8362
|
+
},
|
|
8342
8363
|
{
|
|
8343
8364
|
"path": "@100mslive/react-icons",
|
|
8344
8365
|
"kind": "import-statement",
|
|
@@ -8354,6 +8375,11 @@
|
|
|
8354
8375
|
"kind": "import-statement",
|
|
8355
8376
|
"original": "./ConnectionIndicator"
|
|
8356
8377
|
},
|
|
8378
|
+
{
|
|
8379
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
8380
|
+
"kind": "import-statement",
|
|
8381
|
+
"original": "../../common/constants"
|
|
8382
|
+
},
|
|
8357
8383
|
{
|
|
8358
8384
|
"path": "<define:process.env>",
|
|
8359
8385
|
"kind": "import-statement",
|
|
@@ -8379,7 +8405,7 @@
|
|
|
8379
8405
|
"format": "esm"
|
|
8380
8406
|
},
|
|
8381
8407
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
8382
|
-
"bytes":
|
|
8408
|
+
"bytes": 11503,
|
|
8383
8409
|
"imports": [
|
|
8384
8410
|
{
|
|
8385
8411
|
"path": "react",
|
|
@@ -8469,8 +8495,8 @@
|
|
|
8469
8495
|
],
|
|
8470
8496
|
"format": "esm"
|
|
8471
8497
|
},
|
|
8472
|
-
"src/Prebuilt/components/TileMenu/TileMenu.
|
|
8473
|
-
"bytes":
|
|
8498
|
+
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
|
8499
|
+
"bytes": 4835,
|
|
8474
8500
|
"imports": [
|
|
8475
8501
|
{
|
|
8476
8502
|
"path": "react",
|
|
@@ -8518,7 +8544,7 @@
|
|
|
8518
8544
|
"original": "../../../TileMenu"
|
|
8519
8545
|
},
|
|
8520
8546
|
{
|
|
8521
|
-
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.
|
|
8547
|
+
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx",
|
|
8522
8548
|
"kind": "import-statement",
|
|
8523
8549
|
"original": "../MoreSettings/ChangeNameModal"
|
|
8524
8550
|
},
|
|
@@ -8528,7 +8554,7 @@
|
|
|
8528
8554
|
"original": "./TileMenuContent"
|
|
8529
8555
|
},
|
|
8530
8556
|
{
|
|
8531
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.
|
|
8557
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
8532
8558
|
"kind": "import-statement",
|
|
8533
8559
|
"original": "../hooks/useDropdownList"
|
|
8534
8560
|
},
|
|
@@ -8566,8 +8592,8 @@
|
|
|
8566
8592
|
],
|
|
8567
8593
|
"format": "esm"
|
|
8568
8594
|
},
|
|
8569
|
-
"src/Prebuilt/components/VideoTile.
|
|
8570
|
-
"bytes":
|
|
8595
|
+
"src/Prebuilt/components/VideoTile.tsx": {
|
|
8596
|
+
"bytes": 7106,
|
|
8571
8597
|
"imports": [
|
|
8572
8598
|
{
|
|
8573
8599
|
"path": "react",
|
|
@@ -8595,7 +8621,7 @@
|
|
|
8595
8621
|
"original": "./Connection/TileConnection"
|
|
8596
8622
|
},
|
|
8597
8623
|
{
|
|
8598
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenu.
|
|
8624
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenu.tsx",
|
|
8599
8625
|
"kind": "import-statement",
|
|
8600
8626
|
"original": "./TileMenu/TileMenu"
|
|
8601
8627
|
},
|
|
@@ -8614,6 +8640,11 @@
|
|
|
8614
8640
|
"kind": "import-statement",
|
|
8615
8641
|
"original": "../../Stats"
|
|
8616
8642
|
},
|
|
8643
|
+
{
|
|
8644
|
+
"path": "../../Theme",
|
|
8645
|
+
"kind": "import-statement",
|
|
8646
|
+
"external": true
|
|
8647
|
+
},
|
|
8617
8648
|
{
|
|
8618
8649
|
"path": "src/Video/index.tsx",
|
|
8619
8650
|
"kind": "import-statement",
|
|
@@ -8848,7 +8879,7 @@
|
|
|
8848
8879
|
"format": "esm"
|
|
8849
8880
|
},
|
|
8850
8881
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
8851
|
-
"bytes":
|
|
8882
|
+
"bytes": 4995,
|
|
8852
8883
|
"imports": [
|
|
8853
8884
|
{
|
|
8854
8885
|
"path": "react",
|
|
@@ -8870,6 +8901,11 @@
|
|
|
8870
8901
|
"kind": "import-statement",
|
|
8871
8902
|
"original": "../components/Polls/Polls"
|
|
8872
8903
|
},
|
|
8904
|
+
{
|
|
8905
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
8906
|
+
"kind": "import-statement",
|
|
8907
|
+
"original": "../components/Settings/LayoutSettings"
|
|
8908
|
+
},
|
|
8873
8909
|
{
|
|
8874
8910
|
"path": "src/Prebuilt/components/SidePaneTabs.tsx",
|
|
8875
8911
|
"kind": "import-statement",
|
|
@@ -8881,7 +8917,7 @@
|
|
|
8881
8917
|
"external": true
|
|
8882
8918
|
},
|
|
8883
8919
|
{
|
|
8884
|
-
"path": "src/Prebuilt/components/VideoTile.
|
|
8920
|
+
"path": "src/Prebuilt/components/VideoTile.tsx",
|
|
8885
8921
|
"kind": "import-statement",
|
|
8886
8922
|
"original": "../components/VideoTile"
|
|
8887
8923
|
},
|
|
@@ -8905,6 +8941,11 @@
|
|
|
8905
8941
|
"kind": "import-statement",
|
|
8906
8942
|
"original": "../components/AppData/useSidepane"
|
|
8907
8943
|
},
|
|
8944
|
+
{
|
|
8945
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
8946
|
+
"kind": "import-statement",
|
|
8947
|
+
"original": "../components/AppData/useUISettings"
|
|
8948
|
+
},
|
|
8908
8949
|
{
|
|
8909
8950
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
8910
8951
|
"kind": "import-statement",
|
|
@@ -9047,7 +9088,7 @@
|
|
|
9047
9088
|
"format": "esm"
|
|
9048
9089
|
},
|
|
9049
9090
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
|
9050
|
-
"bytes":
|
|
9091
|
+
"bytes": 2843,
|
|
9051
9092
|
"imports": [
|
|
9052
9093
|
{
|
|
9053
9094
|
"path": "react",
|
|
@@ -9327,7 +9368,7 @@
|
|
|
9327
9368
|
"format": "esm"
|
|
9328
9369
|
},
|
|
9329
9370
|
"src/Prebuilt/components/InsetTile.tsx": {
|
|
9330
|
-
"bytes":
|
|
9371
|
+
"bytes": 4348,
|
|
9331
9372
|
"imports": [
|
|
9332
9373
|
{
|
|
9333
9374
|
"path": "react",
|
|
@@ -9380,7 +9421,7 @@
|
|
|
9380
9421
|
"original": "./AudioVideoToggle"
|
|
9381
9422
|
},
|
|
9382
9423
|
{
|
|
9383
|
-
"path": "src/Prebuilt/components/VideoTile.
|
|
9424
|
+
"path": "src/Prebuilt/components/VideoTile.tsx",
|
|
9384
9425
|
"kind": "import-statement",
|
|
9385
9426
|
"original": "./VideoTile"
|
|
9386
9427
|
},
|
|
@@ -9457,7 +9498,7 @@
|
|
|
9457
9498
|
"original": "../../../Layout"
|
|
9458
9499
|
},
|
|
9459
9500
|
{
|
|
9460
|
-
"path": "src/Prebuilt/components/VideoTile.
|
|
9501
|
+
"path": "src/Prebuilt/components/VideoTile.tsx",
|
|
9461
9502
|
"kind": "import-statement",
|
|
9462
9503
|
"original": "../VideoTile"
|
|
9463
9504
|
},
|
|
@@ -9582,7 +9623,7 @@
|
|
|
9582
9623
|
"format": "esm"
|
|
9583
9624
|
},
|
|
9584
9625
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
9585
|
-
"bytes":
|
|
9626
|
+
"bytes": 2457,
|
|
9586
9627
|
"imports": [
|
|
9587
9628
|
{
|
|
9588
9629
|
"path": "react",
|
|
@@ -9605,7 +9646,7 @@
|
|
|
9605
9646
|
"external": true
|
|
9606
9647
|
},
|
|
9607
9648
|
{
|
|
9608
|
-
"path": "src/Prebuilt/components/VideoTile.
|
|
9649
|
+
"path": "src/Prebuilt/components/VideoTile.tsx",
|
|
9609
9650
|
"kind": "import-statement",
|
|
9610
9651
|
"original": "../VideoTile"
|
|
9611
9652
|
},
|
|
@@ -9628,7 +9669,7 @@
|
|
|
9628
9669
|
"format": "esm"
|
|
9629
9670
|
},
|
|
9630
9671
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
|
9631
|
-
"bytes":
|
|
9672
|
+
"bytes": 2609,
|
|
9632
9673
|
"imports": [
|
|
9633
9674
|
{
|
|
9634
9675
|
"path": "react",
|
|
@@ -9640,6 +9681,11 @@
|
|
|
9640
9681
|
"kind": "import-statement",
|
|
9641
9682
|
"external": true
|
|
9642
9683
|
},
|
|
9684
|
+
{
|
|
9685
|
+
"path": "@100mslive/react-sdk",
|
|
9686
|
+
"kind": "import-statement",
|
|
9687
|
+
"external": true
|
|
9688
|
+
},
|
|
9643
9689
|
{
|
|
9644
9690
|
"path": "./VideoLayouts/interface",
|
|
9645
9691
|
"kind": "import-statement",
|
|
@@ -9665,6 +9711,11 @@
|
|
|
9665
9711
|
"kind": "import-statement",
|
|
9666
9712
|
"original": "./hooks/useTileLayout"
|
|
9667
9713
|
},
|
|
9714
|
+
{
|
|
9715
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
9716
|
+
"kind": "import-statement",
|
|
9717
|
+
"original": "../common/constants"
|
|
9718
|
+
},
|
|
9668
9719
|
{
|
|
9669
9720
|
"path": "<define:process.env>",
|
|
9670
9721
|
"kind": "import-statement",
|
|
@@ -9700,7 +9751,7 @@
|
|
|
9700
9751
|
"format": "esm"
|
|
9701
9752
|
},
|
|
9702
9753
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
|
9703
|
-
"bytes":
|
|
9754
|
+
"bytes": 2339,
|
|
9704
9755
|
"imports": [
|
|
9705
9756
|
{
|
|
9706
9757
|
"path": "react",
|
|
@@ -9727,6 +9778,11 @@
|
|
|
9727
9778
|
"kind": "import-statement",
|
|
9728
9779
|
"original": "../SecondaryTiles"
|
|
9729
9780
|
},
|
|
9781
|
+
{
|
|
9782
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
9783
|
+
"kind": "import-statement",
|
|
9784
|
+
"original": "../Settings/LayoutSettings"
|
|
9785
|
+
},
|
|
9730
9786
|
{
|
|
9731
9787
|
"path": "src/Prebuilt/components/VideoLayouts/Grid.tsx",
|
|
9732
9788
|
"kind": "import-statement",
|
|
@@ -9742,6 +9798,11 @@
|
|
|
9742
9798
|
"kind": "import-statement",
|
|
9743
9799
|
"original": "./ProminenceLayout"
|
|
9744
9800
|
},
|
|
9801
|
+
{
|
|
9802
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
9803
|
+
"kind": "import-statement",
|
|
9804
|
+
"original": "../AppData/useUISettings"
|
|
9805
|
+
},
|
|
9745
9806
|
{
|
|
9746
9807
|
"path": "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx",
|
|
9747
9808
|
"kind": "import-statement",
|
|
@@ -9752,6 +9813,11 @@
|
|
|
9752
9813
|
"kind": "import-statement",
|
|
9753
9814
|
"original": "../hooks/useTileLayout"
|
|
9754
9815
|
},
|
|
9816
|
+
{
|
|
9817
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
9818
|
+
"kind": "import-statement",
|
|
9819
|
+
"original": "../../common/constants"
|
|
9820
|
+
},
|
|
9755
9821
|
{
|
|
9756
9822
|
"path": "<define:process.env>",
|
|
9757
9823
|
"kind": "import-statement",
|
|
@@ -9760,7 +9826,58 @@
|
|
|
9760
9826
|
],
|
|
9761
9827
|
"format": "esm"
|
|
9762
9828
|
},
|
|
9763
|
-
"src/Prebuilt/components/
|
|
9829
|
+
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
|
9830
|
+
"bytes": 3344,
|
|
9831
|
+
"imports": [
|
|
9832
|
+
{
|
|
9833
|
+
"path": "react",
|
|
9834
|
+
"kind": "import-statement",
|
|
9835
|
+
"external": true
|
|
9836
|
+
},
|
|
9837
|
+
{
|
|
9838
|
+
"path": "@100mslive/react-icons",
|
|
9839
|
+
"kind": "import-statement",
|
|
9840
|
+
"external": true
|
|
9841
|
+
},
|
|
9842
|
+
{
|
|
9843
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
9844
|
+
"kind": "import-statement",
|
|
9845
|
+
"original": "./Settings/LayoutSettings"
|
|
9846
|
+
},
|
|
9847
|
+
{
|
|
9848
|
+
"path": "src/Layout/index.tsx",
|
|
9849
|
+
"kind": "import-statement",
|
|
9850
|
+
"original": "../../Layout"
|
|
9851
|
+
},
|
|
9852
|
+
{
|
|
9853
|
+
"path": "src/Popover/index.tsx",
|
|
9854
|
+
"kind": "import-statement",
|
|
9855
|
+
"original": "../../Popover"
|
|
9856
|
+
},
|
|
9857
|
+
{
|
|
9858
|
+
"path": "src/Text/index.tsx",
|
|
9859
|
+
"kind": "import-statement",
|
|
9860
|
+
"original": "../../Text"
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
9864
|
+
"kind": "import-statement",
|
|
9865
|
+
"original": "../components/AppData/useUISettings"
|
|
9866
|
+
},
|
|
9867
|
+
{
|
|
9868
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
9869
|
+
"kind": "import-statement",
|
|
9870
|
+
"original": "../common/constants"
|
|
9871
|
+
},
|
|
9872
|
+
{
|
|
9873
|
+
"path": "<define:process.env>",
|
|
9874
|
+
"kind": "import-statement",
|
|
9875
|
+
"external": true
|
|
9876
|
+
}
|
|
9877
|
+
],
|
|
9878
|
+
"format": "esm"
|
|
9879
|
+
},
|
|
9880
|
+
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
|
9764
9881
|
"bytes": 1044,
|
|
9765
9882
|
"imports": [
|
|
9766
9883
|
{
|
|
@@ -9806,8 +9923,8 @@
|
|
|
9806
9923
|
],
|
|
9807
9924
|
"format": "esm"
|
|
9808
9925
|
},
|
|
9809
|
-
"src/Prebuilt/components/ScreenshareTile.
|
|
9810
|
-
"bytes":
|
|
9926
|
+
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
|
9927
|
+
"bytes": 4446,
|
|
9811
9928
|
"imports": [
|
|
9812
9929
|
{
|
|
9813
9930
|
"path": "react",
|
|
@@ -9835,15 +9952,25 @@
|
|
|
9835
9952
|
"external": true
|
|
9836
9953
|
},
|
|
9837
9954
|
{
|
|
9838
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenu.
|
|
9955
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenu.tsx",
|
|
9839
9956
|
"kind": "import-statement",
|
|
9840
9957
|
"original": "./TileMenu/TileMenu"
|
|
9841
9958
|
},
|
|
9959
|
+
{
|
|
9960
|
+
"path": "src/Layout/index.tsx",
|
|
9961
|
+
"kind": "import-statement",
|
|
9962
|
+
"original": "../../Layout"
|
|
9963
|
+
},
|
|
9842
9964
|
{
|
|
9843
9965
|
"path": "src/Stats/index.tsx",
|
|
9844
9966
|
"kind": "import-statement",
|
|
9845
9967
|
"original": "../../Stats"
|
|
9846
9968
|
},
|
|
9969
|
+
{
|
|
9970
|
+
"path": "src/Theme/index.tsx",
|
|
9971
|
+
"kind": "import-statement",
|
|
9972
|
+
"original": "../../Theme"
|
|
9973
|
+
},
|
|
9847
9974
|
{
|
|
9848
9975
|
"path": "src/Video/index.tsx",
|
|
9849
9976
|
"kind": "import-statement",
|
|
@@ -9854,13 +9981,18 @@
|
|
|
9854
9981
|
"kind": "import-statement",
|
|
9855
9982
|
"original": "../../VideoTile"
|
|
9856
9983
|
},
|
|
9984
|
+
{
|
|
9985
|
+
"path": "src/Prebuilt/components/LayoutModeSelector.tsx",
|
|
9986
|
+
"kind": "import-statement",
|
|
9987
|
+
"original": "./LayoutModeSelector"
|
|
9988
|
+
},
|
|
9857
9989
|
{
|
|
9858
9990
|
"path": "src/Prebuilt/components/peerTileUtils.jsx",
|
|
9859
9991
|
"kind": "import-statement",
|
|
9860
9992
|
"original": "./peerTileUtils"
|
|
9861
9993
|
},
|
|
9862
9994
|
{
|
|
9863
|
-
"path": "src/Prebuilt/components/ScreenshareDisplay.
|
|
9995
|
+
"path": "src/Prebuilt/components/ScreenshareDisplay.tsx",
|
|
9864
9996
|
"kind": "import-statement",
|
|
9865
9997
|
"original": "./ScreenshareDisplay"
|
|
9866
9998
|
},
|
|
@@ -9883,7 +10015,7 @@
|
|
|
9883
10015
|
"format": "esm"
|
|
9884
10016
|
},
|
|
9885
10017
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
9886
|
-
"bytes":
|
|
10018
|
+
"bytes": 2843,
|
|
9887
10019
|
"imports": [
|
|
9888
10020
|
{
|
|
9889
10021
|
"path": "react",
|
|
@@ -9905,13 +10037,18 @@
|
|
|
9905
10037
|
"kind": "import-statement",
|
|
9906
10038
|
"original": "../../../Theme"
|
|
9907
10039
|
},
|
|
10040
|
+
{
|
|
10041
|
+
"path": "src/Prebuilt/components/InsetTile.tsx",
|
|
10042
|
+
"kind": "import-statement",
|
|
10043
|
+
"original": "../InsetTile"
|
|
10044
|
+
},
|
|
9908
10045
|
{
|
|
9909
10046
|
"path": "src/Prebuilt/components/Pagination.tsx",
|
|
9910
10047
|
"kind": "import-statement",
|
|
9911
10048
|
"original": "../Pagination"
|
|
9912
10049
|
},
|
|
9913
10050
|
{
|
|
9914
|
-
"path": "src/Prebuilt/components/ScreenshareTile.
|
|
10051
|
+
"path": "src/Prebuilt/components/ScreenshareTile.tsx",
|
|
9915
10052
|
"kind": "import-statement",
|
|
9916
10053
|
"original": "../ScreenshareTile"
|
|
9917
10054
|
},
|
|
@@ -9920,6 +10057,11 @@
|
|
|
9920
10057
|
"kind": "import-statement",
|
|
9921
10058
|
"original": "../SecondaryTiles"
|
|
9922
10059
|
},
|
|
10060
|
+
{
|
|
10061
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
|
10062
|
+
"kind": "import-statement",
|
|
10063
|
+
"original": "../Settings/LayoutSettings"
|
|
10064
|
+
},
|
|
9923
10065
|
{
|
|
9924
10066
|
"path": "./interface",
|
|
9925
10067
|
"kind": "import-statement",
|
|
@@ -10579,7 +10721,7 @@
|
|
|
10579
10721
|
"format": "esm"
|
|
10580
10722
|
},
|
|
10581
10723
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
10582
|
-
"bytes":
|
|
10724
|
+
"bytes": 17554,
|
|
10583
10725
|
"imports": [
|
|
10584
10726
|
{
|
|
10585
10727
|
"path": "react",
|
|
@@ -10705,7 +10847,7 @@
|
|
|
10705
10847
|
"format": "esm"
|
|
10706
10848
|
},
|
|
10707
10849
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
10708
|
-
"bytes":
|
|
10850
|
+
"bytes": 3873,
|
|
10709
10851
|
"imports": [
|
|
10710
10852
|
{
|
|
10711
10853
|
"path": "react",
|
|
@@ -10924,7 +11066,7 @@
|
|
|
10924
11066
|
"format": "esm"
|
|
10925
11067
|
},
|
|
10926
11068
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
|
10927
|
-
"bytes":
|
|
11069
|
+
"bytes": 769,
|
|
10928
11070
|
"imports": [
|
|
10929
11071
|
{
|
|
10930
11072
|
"path": "react",
|
|
@@ -11794,7 +11936,7 @@
|
|
|
11794
11936
|
"format": "esm"
|
|
11795
11937
|
},
|
|
11796
11938
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
11797
|
-
"bytes":
|
|
11939
|
+
"bytes": 8178,
|
|
11798
11940
|
"imports": [
|
|
11799
11941
|
{
|
|
11800
11942
|
"path": "react",
|
|
@@ -12633,7 +12775,7 @@
|
|
|
12633
12775
|
"dist/index.js": {
|
|
12634
12776
|
"imports": [
|
|
12635
12777
|
{
|
|
12636
|
-
"path": "dist/chunk-
|
|
12778
|
+
"path": "dist/chunk-OGCNZHHH.js",
|
|
12637
12779
|
"kind": "import-statement"
|
|
12638
12780
|
}
|
|
12639
12781
|
],
|
|
@@ -12706,16 +12848,16 @@
|
|
|
12706
12848
|
"inputs": {},
|
|
12707
12849
|
"bytes": 1822
|
|
12708
12850
|
},
|
|
12709
|
-
"dist/HLSView-
|
|
12851
|
+
"dist/HLSView-5I6UAYPZ.js.map": {
|
|
12710
12852
|
"imports": [],
|
|
12711
12853
|
"exports": [],
|
|
12712
12854
|
"inputs": {},
|
|
12713
|
-
"bytes":
|
|
12855
|
+
"bytes": 58854
|
|
12714
12856
|
},
|
|
12715
|
-
"dist/HLSView-
|
|
12857
|
+
"dist/HLSView-5I6UAYPZ.js": {
|
|
12716
12858
|
"imports": [
|
|
12717
12859
|
{
|
|
12718
|
-
"path": "dist/chunk-
|
|
12860
|
+
"path": "dist/chunk-OGCNZHHH.js",
|
|
12719
12861
|
"kind": "import-statement"
|
|
12720
12862
|
},
|
|
12721
12863
|
{
|
|
@@ -12835,7 +12977,7 @@
|
|
|
12835
12977
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
|
12836
12978
|
"inputs": {
|
|
12837
12979
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
12838
|
-
"bytesInOutput":
|
|
12980
|
+
"bytesInOutput": 17353
|
|
12839
12981
|
},
|
|
12840
12982
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
12841
12983
|
"bytesInOutput": 3521
|
|
@@ -12877,15 +13019,15 @@
|
|
|
12877
13019
|
"bytesInOutput": 3992
|
|
12878
13020
|
}
|
|
12879
13021
|
},
|
|
12880
|
-
"bytes":
|
|
13022
|
+
"bytes": 36972
|
|
12881
13023
|
},
|
|
12882
|
-
"dist/chunk-
|
|
13024
|
+
"dist/chunk-OGCNZHHH.js.map": {
|
|
12883
13025
|
"imports": [],
|
|
12884
13026
|
"exports": [],
|
|
12885
13027
|
"inputs": {},
|
|
12886
|
-
"bytes":
|
|
13028
|
+
"bytes": 3101121
|
|
12887
13029
|
},
|
|
12888
|
-
"dist/chunk-
|
|
13030
|
+
"dist/chunk-OGCNZHHH.js": {
|
|
12889
13031
|
"imports": [
|
|
12890
13032
|
{
|
|
12891
13033
|
"path": "react",
|
|
@@ -13188,7 +13330,17 @@
|
|
|
13188
13330
|
"external": true
|
|
13189
13331
|
},
|
|
13190
13332
|
{
|
|
13191
|
-
"path": "react-
|
|
13333
|
+
"path": "@100mslive/react-sdk",
|
|
13334
|
+
"kind": "import-statement",
|
|
13335
|
+
"external": true
|
|
13336
|
+
},
|
|
13337
|
+
{
|
|
13338
|
+
"path": "@100mslive/react-icons",
|
|
13339
|
+
"kind": "import-statement",
|
|
13340
|
+
"external": true
|
|
13341
|
+
},
|
|
13342
|
+
{
|
|
13343
|
+
"path": "react",
|
|
13192
13344
|
"kind": "import-statement",
|
|
13193
13345
|
"external": true
|
|
13194
13346
|
},
|
|
@@ -13207,6 +13359,16 @@
|
|
|
13207
13359
|
"kind": "import-statement",
|
|
13208
13360
|
"external": true
|
|
13209
13361
|
},
|
|
13362
|
+
{
|
|
13363
|
+
"path": "react-use",
|
|
13364
|
+
"kind": "import-statement",
|
|
13365
|
+
"external": true
|
|
13366
|
+
},
|
|
13367
|
+
{
|
|
13368
|
+
"path": "react",
|
|
13369
|
+
"kind": "import-statement",
|
|
13370
|
+
"external": true
|
|
13371
|
+
},
|
|
13210
13372
|
{
|
|
13211
13373
|
"path": "@100mslive/react-sdk",
|
|
13212
13374
|
"kind": "import-statement",
|
|
@@ -13542,11 +13704,6 @@
|
|
|
13542
13704
|
"kind": "import-statement",
|
|
13543
13705
|
"external": true
|
|
13544
13706
|
},
|
|
13545
|
-
{
|
|
13546
|
-
"path": "@100mslive/react-icons",
|
|
13547
|
-
"kind": "import-statement",
|
|
13548
|
-
"external": true
|
|
13549
|
-
},
|
|
13550
13707
|
{
|
|
13551
13708
|
"path": "react",
|
|
13552
13709
|
"kind": "import-statement",
|
|
@@ -13582,21 +13739,6 @@
|
|
|
13582
13739
|
"kind": "import-statement",
|
|
13583
13740
|
"external": true
|
|
13584
13741
|
},
|
|
13585
|
-
{
|
|
13586
|
-
"path": "@100mslive/react-sdk",
|
|
13587
|
-
"kind": "import-statement",
|
|
13588
|
-
"external": true
|
|
13589
|
-
},
|
|
13590
|
-
{
|
|
13591
|
-
"path": "react",
|
|
13592
|
-
"kind": "import-statement",
|
|
13593
|
-
"external": true
|
|
13594
|
-
},
|
|
13595
|
-
{
|
|
13596
|
-
"path": "react",
|
|
13597
|
-
"kind": "import-statement",
|
|
13598
|
-
"external": true
|
|
13599
|
-
},
|
|
13600
13742
|
{
|
|
13601
13743
|
"path": "@100mslive/react-icons",
|
|
13602
13744
|
"kind": "import-statement",
|
|
@@ -14722,6 +14864,11 @@
|
|
|
14722
14864
|
"kind": "import-statement",
|
|
14723
14865
|
"external": true
|
|
14724
14866
|
},
|
|
14867
|
+
{
|
|
14868
|
+
"path": "@100mslive/react-sdk",
|
|
14869
|
+
"kind": "import-statement",
|
|
14870
|
+
"external": true
|
|
14871
|
+
},
|
|
14725
14872
|
{
|
|
14726
14873
|
"path": "@100mslive/react-icons",
|
|
14727
14874
|
"kind": "import-statement",
|
|
@@ -14982,6 +15129,11 @@
|
|
|
14982
15129
|
"kind": "import-statement",
|
|
14983
15130
|
"external": true
|
|
14984
15131
|
},
|
|
15132
|
+
{
|
|
15133
|
+
"path": "@100mslive/react-sdk",
|
|
15134
|
+
"kind": "import-statement",
|
|
15135
|
+
"external": true
|
|
15136
|
+
},
|
|
14985
15137
|
{
|
|
14986
15138
|
"path": "react",
|
|
14987
15139
|
"kind": "import-statement",
|
|
@@ -15037,6 +15189,16 @@
|
|
|
15037
15189
|
"kind": "import-statement",
|
|
15038
15190
|
"external": true
|
|
15039
15191
|
},
|
|
15192
|
+
{
|
|
15193
|
+
"path": "@100mslive/react-icons",
|
|
15194
|
+
"kind": "import-statement",
|
|
15195
|
+
"external": true
|
|
15196
|
+
},
|
|
15197
|
+
{
|
|
15198
|
+
"path": "react",
|
|
15199
|
+
"kind": "import-statement",
|
|
15200
|
+
"external": true
|
|
15201
|
+
},
|
|
15040
15202
|
{
|
|
15041
15203
|
"path": "@100mslive/react-sdk",
|
|
15042
15204
|
"kind": "import-statement",
|
|
@@ -15113,7 +15275,7 @@
|
|
|
15113
15275
|
"external": true
|
|
15114
15276
|
},
|
|
15115
15277
|
{
|
|
15116
|
-
"path": "dist/HLSView-
|
|
15278
|
+
"path": "dist/HLSView-5I6UAYPZ.js",
|
|
15117
15279
|
"kind": "dynamic-import"
|
|
15118
15280
|
},
|
|
15119
15281
|
{
|
|
@@ -15535,13 +15697,13 @@
|
|
|
15535
15697
|
],
|
|
15536
15698
|
"inputs": {
|
|
15537
15699
|
"<define:process.env>": {
|
|
15538
|
-
"bytesInOutput":
|
|
15700
|
+
"bytesInOutput": 18111
|
|
15539
15701
|
},
|
|
15540
15702
|
"../../node_modules/lodash/lodash.js": {
|
|
15541
|
-
"bytesInOutput":
|
|
15703
|
+
"bytesInOutput": 224267
|
|
15542
15704
|
},
|
|
15543
15705
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
|
15544
|
-
"bytesInOutput":
|
|
15706
|
+
"bytesInOutput": 42466
|
|
15545
15707
|
},
|
|
15546
15708
|
"../../node_modules/lodash.isequal/index.js": {
|
|
15547
15709
|
"bytesInOutput": 26591
|
|
@@ -15583,7 +15745,7 @@
|
|
|
15583
15745
|
"bytesInOutput": 5061
|
|
15584
15746
|
},
|
|
15585
15747
|
"src/Prebuilt/common/constants.ts": {
|
|
15586
|
-
"bytesInOutput":
|
|
15748
|
+
"bytesInOutput": 3421
|
|
15587
15749
|
},
|
|
15588
15750
|
"src/Theme/ThemeProvider.tsx": {
|
|
15589
15751
|
"bytesInOutput": 1926
|
|
@@ -15679,7 +15841,7 @@
|
|
|
15679
15841
|
"bytesInOutput": 27
|
|
15680
15842
|
},
|
|
15681
15843
|
"src/VideoTile/StyledVideoTile.tsx": {
|
|
15682
|
-
"bytesInOutput":
|
|
15844
|
+
"bytesInOutput": 2594
|
|
15683
15845
|
},
|
|
15684
15846
|
"src/VideoList/index.tsx": {
|
|
15685
15847
|
"bytesInOutput": 27
|
|
@@ -15694,7 +15856,7 @@
|
|
|
15694
15856
|
"bytesInOutput": 27
|
|
15695
15857
|
},
|
|
15696
15858
|
"src/Pagination/StyledPagination.tsx": {
|
|
15697
|
-
"bytesInOutput":
|
|
15859
|
+
"bytesInOutput": 1036
|
|
15698
15860
|
},
|
|
15699
15861
|
"src/Dropdown/Dropdown.tsx": {
|
|
15700
15862
|
"bytesInOutput": 2864
|
|
@@ -15724,7 +15886,7 @@
|
|
|
15724
15886
|
"bytesInOutput": 880
|
|
15725
15887
|
},
|
|
15726
15888
|
"src/Popover/index.tsx": {
|
|
15727
|
-
"bytesInOutput":
|
|
15889
|
+
"bytesInOutput": 758
|
|
15728
15890
|
},
|
|
15729
15891
|
"src/Stats/index.tsx": {
|
|
15730
15892
|
"bytesInOutput": 27
|
|
@@ -15733,7 +15895,7 @@
|
|
|
15733
15895
|
"bytesInOutput": 7824
|
|
15734
15896
|
},
|
|
15735
15897
|
"src/Stats/formatBytes.ts": {
|
|
15736
|
-
"bytesInOutput":
|
|
15898
|
+
"bytesInOutput": 468
|
|
15737
15899
|
},
|
|
15738
15900
|
"src/Stats/StyledStats.tsx": {
|
|
15739
15901
|
"bytesInOutput": 708
|
|
@@ -15790,17 +15952,26 @@
|
|
|
15790
15952
|
"bytesInOutput": 7625
|
|
15791
15953
|
},
|
|
15792
15954
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
15793
|
-
"bytesInOutput":
|
|
15955
|
+
"bytesInOutput": 4415
|
|
15956
|
+
},
|
|
15957
|
+
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
|
15958
|
+
"bytesInOutput": 2705
|
|
15959
|
+
},
|
|
15960
|
+
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
|
15961
|
+
"bytesInOutput": 973
|
|
15962
|
+
},
|
|
15963
|
+
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
15964
|
+
"bytesInOutput": 5280
|
|
15794
15965
|
},
|
|
15795
15966
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
|
15796
15967
|
"bytesInOutput": 748
|
|
15797
15968
|
},
|
|
15969
|
+
"src/Prebuilt/components/Settings/common.ts": {
|
|
15970
|
+
"bytesInOutput": 241
|
|
15971
|
+
},
|
|
15798
15972
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
|
15799
15973
|
"bytesInOutput": 1934
|
|
15800
15974
|
},
|
|
15801
|
-
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
15802
|
-
"bytesInOutput": 5393
|
|
15803
|
-
},
|
|
15804
15975
|
"src/Prebuilt/components/AuthToken.jsx": {
|
|
15805
15976
|
"bytesInOutput": 3632
|
|
15806
15977
|
},
|
|
@@ -15834,11 +16005,11 @@
|
|
|
15834
16005
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
|
15835
16006
|
"bytesInOutput": 972
|
|
15836
16007
|
},
|
|
15837
|
-
"src/Prebuilt/components/hooks/useDropdownList.
|
|
16008
|
+
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
|
15838
16009
|
"bytesInOutput": 604
|
|
15839
16010
|
},
|
|
15840
16011
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
15841
|
-
"bytesInOutput":
|
|
16012
|
+
"bytesInOutput": 2168
|
|
15842
16013
|
},
|
|
15843
16014
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
15844
16015
|
"bytesInOutput": 5682
|
|
@@ -15868,7 +16039,7 @@
|
|
|
15868
16039
|
"bytesInOutput": 392
|
|
15869
16040
|
},
|
|
15870
16041
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
15871
|
-
"bytesInOutput":
|
|
16042
|
+
"bytesInOutput": 6559
|
|
15872
16043
|
},
|
|
15873
16044
|
"src/Prebuilt/components/PIP/index.jsx": {
|
|
15874
16045
|
"bytesInOutput": 178
|
|
@@ -15883,7 +16054,7 @@
|
|
|
15883
16054
|
"bytesInOutput": 4289
|
|
15884
16055
|
},
|
|
15885
16056
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
15886
|
-
"bytesInOutput":
|
|
16057
|
+
"bytesInOutput": 2509
|
|
15887
16058
|
},
|
|
15888
16059
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
|
15889
16060
|
"bytesInOutput": 6079
|
|
@@ -15907,25 +16078,16 @@
|
|
|
15907
16078
|
"bytesInOutput": 1436
|
|
15908
16079
|
},
|
|
15909
16080
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
15910
|
-
"bytesInOutput":
|
|
15911
|
-
},
|
|
15912
|
-
"src/Prebuilt/components/Settings/common.js": {
|
|
15913
|
-
"bytesInOutput": 710
|
|
16081
|
+
"bytesInOutput": 8963
|
|
15914
16082
|
},
|
|
15915
16083
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
|
15916
|
-
"bytesInOutput":
|
|
16084
|
+
"bytesInOutput": 6951
|
|
15917
16085
|
},
|
|
15918
16086
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
|
15919
16087
|
"bytesInOutput": 1308
|
|
15920
16088
|
},
|
|
15921
|
-
"src/Prebuilt/components/Settings/
|
|
15922
|
-
"bytesInOutput":
|
|
15923
|
-
},
|
|
15924
|
-
"src/Prebuilt/components/Settings/SwitchWithLabel.jsx": {
|
|
15925
|
-
"bytesInOutput": 961
|
|
15926
|
-
},
|
|
15927
|
-
"src/Prebuilt/components/Settings/NotificationSettings.jsx": {
|
|
15928
|
-
"bytesInOutput": 1823
|
|
16089
|
+
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
|
16090
|
+
"bytesInOutput": 1831
|
|
15929
16091
|
},
|
|
15930
16092
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
|
15931
16093
|
"bytesInOutput": 4547
|
|
@@ -15937,7 +16099,7 @@
|
|
|
15937
16099
|
"bytesInOutput": 7670
|
|
15938
16100
|
},
|
|
15939
16101
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
|
15940
|
-
"bytesInOutput":
|
|
16102
|
+
"bytesInOutput": 9582
|
|
15941
16103
|
},
|
|
15942
16104
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
|
15943
16105
|
"bytesInOutput": 5008
|
|
@@ -15958,13 +16120,13 @@
|
|
|
15958
16120
|
"bytesInOutput": 1948
|
|
15959
16121
|
},
|
|
15960
16122
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
15961
|
-
"bytesInOutput":
|
|
16123
|
+
"bytesInOutput": 10037
|
|
15962
16124
|
},
|
|
15963
16125
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
15964
16126
|
"bytesInOutput": 10019
|
|
15965
16127
|
},
|
|
15966
16128
|
"../hms-video-store/dist/index.js": {
|
|
15967
|
-
"bytesInOutput":
|
|
16129
|
+
"bytesInOutput": 48463
|
|
15968
16130
|
},
|
|
15969
16131
|
"../../node_modules/reselect/es/index.js": {
|
|
15970
16132
|
"bytesInOutput": 2537
|
|
@@ -15979,7 +16141,7 @@
|
|
|
15979
16141
|
"bytesInOutput": 6305
|
|
15980
16142
|
},
|
|
15981
16143
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
|
15982
|
-
"bytesInOutput":
|
|
16144
|
+
"bytesInOutput": 22678
|
|
15983
16145
|
},
|
|
15984
16146
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
|
15985
16147
|
"bytesInOutput": 6075
|
|
@@ -15997,7 +16159,7 @@
|
|
|
15997
16159
|
"bytesInOutput": 842
|
|
15998
16160
|
},
|
|
15999
16161
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
|
16000
|
-
"bytesInOutput":
|
|
16162
|
+
"bytesInOutput": 11868
|
|
16001
16163
|
},
|
|
16002
16164
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
|
16003
16165
|
"bytesInOutput": 12446
|
|
@@ -16017,11 +16179,11 @@
|
|
|
16017
16179
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
|
16018
16180
|
"bytesInOutput": 1390
|
|
16019
16181
|
},
|
|
16020
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameModal.
|
|
16021
|
-
"bytesInOutput":
|
|
16182
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
16183
|
+
"bytesInOutput": 2201
|
|
16022
16184
|
},
|
|
16023
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameContent.
|
|
16024
|
-
"bytesInOutput":
|
|
16185
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
|
16186
|
+
"bytesInOutput": 3300
|
|
16025
16187
|
},
|
|
16026
16188
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
|
16027
16189
|
"bytesInOutput": 658
|
|
@@ -16033,7 +16195,7 @@
|
|
|
16033
16195
|
"bytesInOutput": 1464
|
|
16034
16196
|
},
|
|
16035
16197
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
16036
|
-
"bytesInOutput":
|
|
16198
|
+
"bytesInOutput": 7126
|
|
16037
16199
|
},
|
|
16038
16200
|
"src/Prebuilt/images/pdf-share.png": {
|
|
16039
16201
|
"bytesInOutput": 25446
|
|
@@ -16081,7 +16243,7 @@
|
|
|
16081
16243
|
"bytesInOutput": 4229
|
|
16082
16244
|
},
|
|
16083
16245
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
|
16084
|
-
"bytesInOutput":
|
|
16246
|
+
"bytesInOutput": 5877
|
|
16085
16247
|
},
|
|
16086
16248
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
16087
16249
|
"bytesInOutput": 1073
|
|
@@ -16099,22 +16261,22 @@
|
|
|
16099
16261
|
"bytesInOutput": 9632
|
|
16100
16262
|
},
|
|
16101
16263
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
16102
|
-
"bytesInOutput":
|
|
16264
|
+
"bytesInOutput": 4602
|
|
16103
16265
|
},
|
|
16104
16266
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
16105
16267
|
"bytesInOutput": 735
|
|
16106
16268
|
},
|
|
16107
|
-
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.
|
|
16108
|
-
"bytesInOutput":
|
|
16269
|
+
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
16270
|
+
"bytesInOutput": 7983
|
|
16109
16271
|
},
|
|
16110
16272
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
|
16111
16273
|
"bytesInOutput": 2247
|
|
16112
16274
|
},
|
|
16113
16275
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
|
16114
|
-
"bytesInOutput":
|
|
16276
|
+
"bytesInOutput": 795
|
|
16115
16277
|
},
|
|
16116
16278
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
|
16117
|
-
"bytesInOutput":
|
|
16279
|
+
"bytesInOutput": 5110
|
|
16118
16280
|
},
|
|
16119
16281
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
|
16120
16282
|
"bytesInOutput": 8169
|
|
@@ -16141,10 +16303,10 @@
|
|
|
16141
16303
|
"bytesInOutput": 4389
|
|
16142
16304
|
},
|
|
16143
16305
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
|
16144
|
-
"bytesInOutput":
|
|
16306
|
+
"bytesInOutput": 1571
|
|
16145
16307
|
},
|
|
16146
16308
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
16147
|
-
"bytesInOutput":
|
|
16309
|
+
"bytesInOutput": 4015
|
|
16148
16310
|
},
|
|
16149
16311
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
|
16150
16312
|
"bytesInOutput": 2069
|
|
@@ -16162,13 +16324,13 @@
|
|
|
16162
16324
|
"bytesInOutput": 1874
|
|
16163
16325
|
},
|
|
16164
16326
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
16165
|
-
"bytesInOutput":
|
|
16327
|
+
"bytesInOutput": 3324
|
|
16166
16328
|
},
|
|
16167
16329
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
16168
16330
|
"bytesInOutput": 1221
|
|
16169
16331
|
},
|
|
16170
16332
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
16171
|
-
"bytesInOutput":
|
|
16333
|
+
"bytesInOutput": 7210
|
|
16172
16334
|
},
|
|
16173
16335
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
16174
16336
|
"bytesInOutput": 1727
|
|
@@ -16236,17 +16398,17 @@
|
|
|
16236
16398
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
|
16237
16399
|
"bytesInOutput": 2469
|
|
16238
16400
|
},
|
|
16239
|
-
"src/Prebuilt/components/VideoTile.
|
|
16240
|
-
"bytesInOutput":
|
|
16401
|
+
"src/Prebuilt/components/VideoTile.tsx": {
|
|
16402
|
+
"bytesInOutput": 6606
|
|
16241
16403
|
},
|
|
16242
16404
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
|
16243
|
-
"bytesInOutput":
|
|
16405
|
+
"bytesInOutput": 2035
|
|
16244
16406
|
},
|
|
16245
|
-
"src/Prebuilt/components/TileMenu/TileMenu.
|
|
16246
|
-
"bytesInOutput":
|
|
16407
|
+
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
|
16408
|
+
"bytesInOutput": 4507
|
|
16247
16409
|
},
|
|
16248
16410
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
16249
|
-
"bytesInOutput":
|
|
16411
|
+
"bytesInOutput": 11411
|
|
16250
16412
|
},
|
|
16251
16413
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
16252
16414
|
"bytesInOutput": 160
|
|
@@ -16255,7 +16417,7 @@
|
|
|
16255
16417
|
"bytesInOutput": 1050
|
|
16256
16418
|
},
|
|
16257
16419
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
|
16258
|
-
"bytesInOutput":
|
|
16420
|
+
"bytesInOutput": 6793
|
|
16259
16421
|
},
|
|
16260
16422
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
|
16261
16423
|
"bytesInOutput": 1157
|
|
@@ -16279,13 +16441,13 @@
|
|
|
16279
16441
|
"bytesInOutput": 1626
|
|
16280
16442
|
},
|
|
16281
16443
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
|
16282
|
-
"bytesInOutput":
|
|
16444
|
+
"bytesInOutput": 2719
|
|
16283
16445
|
},
|
|
16284
16446
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
|
16285
16447
|
"bytesInOutput": 2163
|
|
16286
16448
|
},
|
|
16287
16449
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
16288
|
-
"bytesInOutput":
|
|
16450
|
+
"bytesInOutput": 3228
|
|
16289
16451
|
},
|
|
16290
16452
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
|
16291
16453
|
"bytesInOutput": 3871
|
|
@@ -16294,7 +16456,7 @@
|
|
|
16294
16456
|
"bytesInOutput": 2019
|
|
16295
16457
|
},
|
|
16296
16458
|
"src/Prebuilt/components/InsetTile.tsx": {
|
|
16297
|
-
"bytesInOutput":
|
|
16459
|
+
"bytesInOutput": 4119
|
|
16298
16460
|
},
|
|
16299
16461
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
|
16300
16462
|
"bytesInOutput": 451
|
|
@@ -16309,24 +16471,27 @@
|
|
|
16309
16471
|
"bytesInOutput": 3841
|
|
16310
16472
|
},
|
|
16311
16473
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
|
16312
|
-
"bytesInOutput":
|
|
16474
|
+
"bytesInOutput": 1972
|
|
16313
16475
|
},
|
|
16314
16476
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
|
16315
|
-
"bytesInOutput":
|
|
16477
|
+
"bytesInOutput": 2366
|
|
16316
16478
|
},
|
|
16317
16479
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
16318
|
-
"bytesInOutput":
|
|
16480
|
+
"bytesInOutput": 2288
|
|
16319
16481
|
},
|
|
16320
16482
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
|
16321
16483
|
"bytesInOutput": 961
|
|
16322
16484
|
},
|
|
16323
16485
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
16324
|
-
"bytesInOutput":
|
|
16486
|
+
"bytesInOutput": 2496
|
|
16487
|
+
},
|
|
16488
|
+
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
|
16489
|
+
"bytesInOutput": 4434
|
|
16325
16490
|
},
|
|
16326
|
-
"src/Prebuilt/components/
|
|
16327
|
-
"bytesInOutput":
|
|
16491
|
+
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
|
16492
|
+
"bytesInOutput": 3093
|
|
16328
16493
|
},
|
|
16329
|
-
"src/Prebuilt/components/ScreenshareDisplay.
|
|
16494
|
+
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
|
16330
16495
|
"bytesInOutput": 1226
|
|
16331
16496
|
},
|
|
16332
16497
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
@@ -16357,7 +16522,7 @@
|
|
|
16357
16522
|
"bytesInOutput": 6075
|
|
16358
16523
|
},
|
|
16359
16524
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
|
16360
|
-
"bytesInOutput":
|
|
16525
|
+
"bytesInOutput": 754
|
|
16361
16526
|
},
|
|
16362
16527
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
|
16363
16528
|
"bytesInOutput": 3509
|
|
@@ -16387,7 +16552,7 @@
|
|
|
16387
16552
|
"bytesInOutput": 27
|
|
16388
16553
|
},
|
|
16389
16554
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
16390
|
-
"bytesInOutput":
|
|
16555
|
+
"bytesInOutput": 7911
|
|
16391
16556
|
},
|
|
16392
16557
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
|
16393
16558
|
"bytesInOutput": 1768
|
|
@@ -16459,7 +16624,7 @@
|
|
|
16459
16624
|
"bytesInOutput": 651
|
|
16460
16625
|
}
|
|
16461
16626
|
},
|
|
16462
|
-
"bytes":
|
|
16627
|
+
"bytes": 1264716
|
|
16463
16628
|
}
|
|
16464
16629
|
}
|
|
16465
16630
|
}
|