@100mslive/roomkit-react 0.2.2-alpha.6 → 0.2.3-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-U346BIZQ.js → HLSView-CVRPVOXD.js} +2 -2
- package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +2 -0
- package/dist/{chunk-DY3FWEXJ.js → chunk-5W4IGFZA.js} +475 -446
- package/dist/chunk-5W4IGFZA.js.map +7 -0
- package/dist/index.cjs.js +563 -531
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +138 -121
- package/dist/meta.esbuild.json +141 -124
- package/package.json +7 -7
- package/src/Prebuilt/components/AuthToken.jsx +34 -30
- package/src/Prebuilt/components/ConferenceScreen.tsx +2 -1
- package/src/Prebuilt/components/ErrorBoundary.jsx +4 -2
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +10 -0
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +29 -12
- package/src/Prebuilt/images/transaction_error.svg +12 -0
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +5 -3
- package/dist/chunk-DY3FWEXJ.js.map +0 -7
- /package/dist/{HLSView-U346BIZQ.js.map → HLSView-CVRPVOXD.js.map} +0 -0
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -2063,89 +2063,12 @@
|
|
2063
2063
|
],
|
2064
2064
|
"format": "esm"
|
2065
2065
|
},
|
2066
|
-
"src/Prebuilt/
|
2067
|
-
"bytes":
|
2068
|
-
"imports": [
|
2069
|
-
{
|
2070
|
-
"path": "react",
|
2071
|
-
"kind": "import-statement",
|
2072
|
-
"external": true
|
2073
|
-
},
|
2074
|
-
{
|
2075
|
-
"path": "@100mslive/react-icons",
|
2076
|
-
"kind": "import-statement",
|
2077
|
-
"external": true
|
2078
|
-
},
|
2079
|
-
{
|
2080
|
-
"path": "src/Button/index.tsx",
|
2081
|
-
"kind": "import-statement",
|
2082
|
-
"original": "../../Button"
|
2083
|
-
},
|
2084
|
-
{
|
2085
|
-
"path": "src/Checkbox/index.tsx",
|
2086
|
-
"kind": "import-statement",
|
2087
|
-
"original": "../../Checkbox"
|
2088
|
-
},
|
2089
|
-
{
|
2090
|
-
"path": "src/Divider/index.ts",
|
2091
|
-
"kind": "import-statement",
|
2092
|
-
"original": "../../Divider"
|
2093
|
-
},
|
2094
|
-
{
|
2095
|
-
"path": "src/IconButton/index.tsx",
|
2096
|
-
"kind": "import-statement",
|
2097
|
-
"original": "../../IconButton"
|
2098
|
-
},
|
2099
|
-
{
|
2100
|
-
"path": "src/Input/index.tsx",
|
2101
|
-
"kind": "import-statement",
|
2102
|
-
"original": "../../Input"
|
2103
|
-
},
|
2104
|
-
{
|
2105
|
-
"path": "src/Label/index.ts",
|
2106
|
-
"kind": "import-statement",
|
2107
|
-
"original": "../../Label"
|
2108
|
-
},
|
2109
|
-
{
|
2110
|
-
"path": "src/Layout/index.tsx",
|
2111
|
-
"kind": "import-statement",
|
2112
|
-
"original": "../../Layout"
|
2113
|
-
},
|
2114
|
-
{
|
2115
|
-
"path": "src/Modal/index.ts",
|
2116
|
-
"kind": "import-statement",
|
2117
|
-
"original": "../../Modal"
|
2118
|
-
},
|
2119
|
-
{
|
2120
|
-
"path": "src/Select/index.ts",
|
2121
|
-
"kind": "import-statement",
|
2122
|
-
"original": "../../Select"
|
2123
|
-
},
|
2124
|
-
{
|
2125
|
-
"path": "src/Switch/index.ts",
|
2126
|
-
"kind": "import-statement",
|
2127
|
-
"original": "../../Switch"
|
2128
|
-
},
|
2129
|
-
{
|
2130
|
-
"path": "src/Text/index.tsx",
|
2131
|
-
"kind": "import-statement",
|
2132
|
-
"original": "../../Text"
|
2133
|
-
},
|
2134
|
-
{
|
2135
|
-
"path": "<define:process.env>",
|
2136
|
-
"kind": "import-statement",
|
2137
|
-
"external": true
|
2138
|
-
},
|
2139
|
-
{
|
2140
|
-
"path": "<runtime>",
|
2141
|
-
"kind": "import-statement",
|
2142
|
-
"external": true
|
2143
|
-
}
|
2144
|
-
],
|
2145
|
-
"format": "esm"
|
2066
|
+
"src/Prebuilt/images/transaction_error.svg": {
|
2067
|
+
"bytes": 4603,
|
2068
|
+
"imports": []
|
2146
2069
|
},
|
2147
2070
|
"src/Prebuilt/components/AuthToken.jsx": {
|
2148
|
-
"bytes":
|
2071
|
+
"bytes": 4368,
|
2149
2072
|
"imports": [
|
2150
2073
|
{
|
2151
2074
|
"path": "react",
|
@@ -2168,9 +2091,14 @@
|
|
2168
2091
|
"external": true
|
2169
2092
|
},
|
2170
2093
|
{
|
2171
|
-
"path": "src/
|
2094
|
+
"path": "src/Modal/index.ts",
|
2172
2095
|
"kind": "import-statement",
|
2173
|
-
"original": "../../
|
2096
|
+
"original": "../../Modal"
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"path": "src/Text/index.tsx",
|
2100
|
+
"kind": "import-statement",
|
2101
|
+
"original": "../../Text"
|
2174
2102
|
},
|
2175
2103
|
{
|
2176
2104
|
"path": "src/Prebuilt/AppContext.tsx",
|
@@ -2178,9 +2106,9 @@
|
|
2178
2106
|
"original": "../AppContext"
|
2179
2107
|
},
|
2180
2108
|
{
|
2181
|
-
"path": "src/Prebuilt/
|
2109
|
+
"path": "src/Prebuilt/images/transaction_error.svg",
|
2182
2110
|
"kind": "import-statement",
|
2183
|
-
"original": "../
|
2111
|
+
"original": "../images/transaction_error.svg"
|
2184
2112
|
},
|
2185
2113
|
{
|
2186
2114
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
@@ -3137,7 +3065,7 @@
|
|
3137
3065
|
"format": "esm"
|
3138
3066
|
},
|
3139
3067
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
3140
|
-
"bytes":
|
3068
|
+
"bytes": 2273,
|
3141
3069
|
"imports": [
|
3142
3070
|
{
|
3143
3071
|
"path": "@100mslive/types-prebuilt",
|
@@ -3621,6 +3549,87 @@
|
|
3621
3549
|
],
|
3622
3550
|
"format": "esm"
|
3623
3551
|
},
|
3552
|
+
"src/Prebuilt/primitives/DialogContent.jsx": {
|
3553
|
+
"bytes": 8379,
|
3554
|
+
"imports": [
|
3555
|
+
{
|
3556
|
+
"path": "react",
|
3557
|
+
"kind": "import-statement",
|
3558
|
+
"external": true
|
3559
|
+
},
|
3560
|
+
{
|
3561
|
+
"path": "@100mslive/react-icons",
|
3562
|
+
"kind": "import-statement",
|
3563
|
+
"external": true
|
3564
|
+
},
|
3565
|
+
{
|
3566
|
+
"path": "src/Button/index.tsx",
|
3567
|
+
"kind": "import-statement",
|
3568
|
+
"original": "../../Button"
|
3569
|
+
},
|
3570
|
+
{
|
3571
|
+
"path": "src/Checkbox/index.tsx",
|
3572
|
+
"kind": "import-statement",
|
3573
|
+
"original": "../../Checkbox"
|
3574
|
+
},
|
3575
|
+
{
|
3576
|
+
"path": "src/Divider/index.ts",
|
3577
|
+
"kind": "import-statement",
|
3578
|
+
"original": "../../Divider"
|
3579
|
+
},
|
3580
|
+
{
|
3581
|
+
"path": "src/IconButton/index.tsx",
|
3582
|
+
"kind": "import-statement",
|
3583
|
+
"original": "../../IconButton"
|
3584
|
+
},
|
3585
|
+
{
|
3586
|
+
"path": "src/Input/index.tsx",
|
3587
|
+
"kind": "import-statement",
|
3588
|
+
"original": "../../Input"
|
3589
|
+
},
|
3590
|
+
{
|
3591
|
+
"path": "src/Label/index.ts",
|
3592
|
+
"kind": "import-statement",
|
3593
|
+
"original": "../../Label"
|
3594
|
+
},
|
3595
|
+
{
|
3596
|
+
"path": "src/Layout/index.tsx",
|
3597
|
+
"kind": "import-statement",
|
3598
|
+
"original": "../../Layout"
|
3599
|
+
},
|
3600
|
+
{
|
3601
|
+
"path": "src/Modal/index.ts",
|
3602
|
+
"kind": "import-statement",
|
3603
|
+
"original": "../../Modal"
|
3604
|
+
},
|
3605
|
+
{
|
3606
|
+
"path": "src/Select/index.ts",
|
3607
|
+
"kind": "import-statement",
|
3608
|
+
"original": "../../Select"
|
3609
|
+
},
|
3610
|
+
{
|
3611
|
+
"path": "src/Switch/index.ts",
|
3612
|
+
"kind": "import-statement",
|
3613
|
+
"original": "../../Switch"
|
3614
|
+
},
|
3615
|
+
{
|
3616
|
+
"path": "src/Text/index.tsx",
|
3617
|
+
"kind": "import-statement",
|
3618
|
+
"original": "../../Text"
|
3619
|
+
},
|
3620
|
+
{
|
3621
|
+
"path": "<define:process.env>",
|
3622
|
+
"kind": "import-statement",
|
3623
|
+
"external": true
|
3624
|
+
},
|
3625
|
+
{
|
3626
|
+
"path": "<runtime>",
|
3627
|
+
"kind": "import-statement",
|
3628
|
+
"external": true
|
3629
|
+
}
|
3630
|
+
],
|
3631
|
+
"format": "esm"
|
3632
|
+
},
|
3624
3633
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
3625
3634
|
"bytes": 2924,
|
3626
3635
|
"imports": [
|
@@ -4478,7 +4487,7 @@
|
|
4478
4487
|
"format": "cjs"
|
4479
4488
|
},
|
4480
4489
|
"../hms-video-store/dist/index.js": {
|
4481
|
-
"bytes":
|
4490
|
+
"bytes": 321476,
|
4482
4491
|
"imports": [
|
4483
4492
|
{
|
4484
4493
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -8700,7 +8709,7 @@
|
|
8700
8709
|
"format": "esm"
|
8701
8710
|
},
|
8702
8711
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
8703
|
-
"bytes":
|
8712
|
+
"bytes": 2675,
|
8704
8713
|
"imports": [
|
8705
8714
|
{
|
8706
8715
|
"path": "@100mslive/hms-virtual-background",
|
@@ -8732,7 +8741,7 @@
|
|
8732
8741
|
"format": "esm"
|
8733
8742
|
},
|
8734
8743
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
8735
|
-
"bytes":
|
8744
|
+
"bytes": 6884,
|
8736
8745
|
"imports": [
|
8737
8746
|
{
|
8738
8747
|
"path": "react",
|
@@ -10920,7 +10929,7 @@
|
|
10920
10929
|
"format": "esm"
|
10921
10930
|
},
|
10922
10931
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
10923
|
-
"bytes":
|
10932
|
+
"bytes": 6739,
|
10924
10933
|
"imports": [
|
10925
10934
|
{
|
10926
10935
|
"path": "react",
|
@@ -10932,6 +10941,11 @@
|
|
10932
10941
|
"kind": "import-statement",
|
10933
10942
|
"external": true
|
10934
10943
|
},
|
10944
|
+
{
|
10945
|
+
"path": "uuid",
|
10946
|
+
"kind": "import-statement",
|
10947
|
+
"external": true
|
10948
|
+
},
|
10935
10949
|
{
|
10936
10950
|
"path": "@100mslive/react-sdk",
|
10937
10951
|
"kind": "import-statement",
|
@@ -11016,7 +11030,7 @@
|
|
11016
11030
|
"format": "esm"
|
11017
11031
|
},
|
11018
11032
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
11019
|
-
"bytes":
|
11033
|
+
"bytes": 3396,
|
11020
11034
|
"imports": [
|
11021
11035
|
{
|
11022
11036
|
"path": "react",
|
@@ -11048,11 +11062,6 @@
|
|
11048
11062
|
"kind": "import-statement",
|
11049
11063
|
"original": "../../Tooltip"
|
11050
11064
|
},
|
11051
|
-
{
|
11052
|
-
"path": "src/Prebuilt/components/AuthToken.jsx",
|
11053
|
-
"kind": "import-statement",
|
11054
|
-
"original": "./AuthToken"
|
11055
|
-
},
|
11056
11065
|
{
|
11057
11066
|
"path": "<define:process.env>",
|
11058
11067
|
"kind": "import-statement",
|
@@ -12598,7 +12607,7 @@
|
|
12598
12607
|
"imports": [],
|
12599
12608
|
"exports": [],
|
12600
12609
|
"inputs": {},
|
12601
|
-
"bytes":
|
12610
|
+
"bytes": 3076503
|
12602
12611
|
},
|
12603
12612
|
"dist/index.cjs.js": {
|
12604
12613
|
"imports": [
|
@@ -12927,16 +12936,6 @@
|
|
12927
12936
|
"kind": "require-call",
|
12928
12937
|
"external": true
|
12929
12938
|
},
|
12930
|
-
{
|
12931
|
-
"path": "@100mslive/react-icons",
|
12932
|
-
"kind": "require-call",
|
12933
|
-
"external": true
|
12934
|
-
},
|
12935
|
-
{
|
12936
|
-
"path": "react",
|
12937
|
-
"kind": "require-call",
|
12938
|
-
"external": true
|
12939
|
-
},
|
12940
12939
|
{
|
12941
12940
|
"path": "react-use",
|
12942
12941
|
"kind": "require-call",
|
@@ -13267,6 +13266,16 @@
|
|
13267
13266
|
"kind": "require-call",
|
13268
13267
|
"external": true
|
13269
13268
|
},
|
13269
|
+
{
|
13270
|
+
"path": "@100mslive/react-icons",
|
13271
|
+
"kind": "require-call",
|
13272
|
+
"external": true
|
13273
|
+
},
|
13274
|
+
{
|
13275
|
+
"path": "react",
|
13276
|
+
"kind": "require-call",
|
13277
|
+
"external": true
|
13278
|
+
},
|
13270
13279
|
{
|
13271
13280
|
"path": "@100mslive/react-sdk",
|
13272
13281
|
"kind": "require-call",
|
@@ -14957,6 +14966,11 @@
|
|
14957
14966
|
"kind": "require-call",
|
14958
14967
|
"external": true
|
14959
14968
|
},
|
14969
|
+
{
|
14970
|
+
"path": "uuid",
|
14971
|
+
"kind": "require-call",
|
14972
|
+
"external": true
|
14973
|
+
},
|
14960
14974
|
{
|
14961
14975
|
"path": "@100mslive/react-sdk",
|
14962
14976
|
"kind": "require-call",
|
@@ -15277,7 +15291,7 @@
|
|
15277
15291
|
"entryPoint": "src/index.ts",
|
15278
15292
|
"inputs": {
|
15279
15293
|
"<define:process.env>": {
|
15280
|
-
"bytesInOutput":
|
15294
|
+
"bytesInOutput": 18076
|
15281
15295
|
},
|
15282
15296
|
"src/Theme/base.config.ts": {
|
15283
15297
|
"bytesInOutput": 6104
|
@@ -15454,7 +15468,7 @@
|
|
15454
15468
|
"bytesInOutput": 927
|
15455
15469
|
},
|
15456
15470
|
"src/Stats/formatBytes.ts": {
|
15457
|
-
"bytesInOutput":
|
15471
|
+
"bytesInOutput": 634
|
15458
15472
|
},
|
15459
15473
|
"src/Stats/StyledStats.tsx": {
|
15460
15474
|
"bytesInOutput": 1004
|
@@ -15552,11 +15566,11 @@
|
|
15552
15566
|
"src/Prebuilt/AppContext.tsx": {
|
15553
15567
|
"bytesInOutput": 840
|
15554
15568
|
},
|
15555
|
-
"src/Prebuilt/
|
15556
|
-
"bytesInOutput":
|
15569
|
+
"src/Prebuilt/images/transaction_error.svg": {
|
15570
|
+
"bytesInOutput": 4824
|
15557
15571
|
},
|
15558
15572
|
"src/Prebuilt/components/AuthToken.jsx": {
|
15559
|
-
"bytesInOutput":
|
15573
|
+
"bytesInOutput": 4507
|
15560
15574
|
},
|
15561
15575
|
"src/Prebuilt/IconButton.jsx": {
|
15562
15576
|
"bytesInOutput": 845
|
@@ -15577,7 +15591,7 @@
|
|
15577
15591
|
"bytesInOutput": 885
|
15578
15592
|
},
|
15579
15593
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
15580
|
-
"bytesInOutput":
|
15594
|
+
"bytesInOutput": 2925
|
15581
15595
|
},
|
15582
15596
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
15583
15597
|
"bytesInOutput": 2547
|
@@ -15637,7 +15651,7 @@
|
|
15637
15651
|
"bytesInOutput": 1552
|
15638
15652
|
},
|
15639
15653
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
15640
|
-
"bytesInOutput":
|
15654
|
+
"bytesInOutput": 1614
|
15641
15655
|
},
|
15642
15656
|
"src/Prebuilt/common/hooks.ts": {
|
15643
15657
|
"bytesInOutput": 3054
|
@@ -15666,6 +15680,9 @@
|
|
15666
15680
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
15667
15681
|
"bytesInOutput": 10611
|
15668
15682
|
},
|
15683
|
+
"src/Prebuilt/primitives/DialogContent.jsx": {
|
15684
|
+
"bytesInOutput": 9346
|
15685
|
+
},
|
15669
15686
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
15670
15687
|
"bytesInOutput": 3668
|
15671
15688
|
},
|
@@ -15673,7 +15690,7 @@
|
|
15673
15690
|
"bytesInOutput": 5459
|
15674
15691
|
},
|
15675
15692
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
15676
|
-
"bytesInOutput":
|
15693
|
+
"bytesInOutput": 11472
|
15677
15694
|
},
|
15678
15695
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
15679
15696
|
"bytesInOutput": 6192
|
@@ -15751,7 +15768,7 @@
|
|
15751
15768
|
"bytesInOutput": 615
|
15752
15769
|
},
|
15753
15770
|
"../hms-video-store/dist/index.js": {
|
15754
|
-
"bytesInOutput":
|
15771
|
+
"bytesInOutput": 52803
|
15755
15772
|
},
|
15756
15773
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
15757
15774
|
"bytesInOutput": 1384
|
@@ -16015,13 +16032,13 @@
|
|
16015
16032
|
"bytesInOutput": 1628
|
16016
16033
|
},
|
16017
16034
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
16018
|
-
"bytesInOutput":
|
16035
|
+
"bytesInOutput": 4186
|
16019
16036
|
},
|
16020
16037
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
16021
16038
|
"bytesInOutput": 908
|
16022
16039
|
},
|
16023
16040
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
16024
|
-
"bytesInOutput":
|
16041
|
+
"bytesInOutput": 8224
|
16025
16042
|
},
|
16026
16043
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16027
16044
|
"bytesInOutput": 5399
|
@@ -16165,10 +16182,10 @@
|
|
16165
16182
|
"bytesInOutput": 1004
|
16166
16183
|
},
|
16167
16184
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
16168
|
-
"bytesInOutput":
|
16185
|
+
"bytesInOutput": 7487
|
16169
16186
|
},
|
16170
16187
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
16171
|
-
"bytesInOutput":
|
16188
|
+
"bytesInOutput": 4366
|
16172
16189
|
},
|
16173
16190
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
16174
16191
|
"bytesInOutput": 1704
|
@@ -16276,7 +16293,7 @@
|
|
16276
16293
|
"bytesInOutput": 2980
|
16277
16294
|
}
|
16278
16295
|
},
|
16279
|
-
"bytes":
|
16296
|
+
"bytes": 1449521
|
16280
16297
|
}
|
16281
16298
|
}
|
16282
16299
|
}
|