@100mslive/roomkit-react 0.1.6-alpha.2 → 0.1.6

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.
Files changed (37) hide show
  1. package/dist/{HLSView-QMU5JK7U.js → HLSView-4NSE37G7.js} +3 -3
  2. package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
  3. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
  4. package/dist/{VirtualBackground-37FXUPYO.js → VirtualBackground-A5UM363O.js} +3 -3
  5. package/dist/{chunk-ZKE2N5LH.js → chunk-BUWIMYLW.js} +2 -2
  6. package/dist/{chunk-KBVIZGYW.js → chunk-NMOZ33TX.js} +2 -2
  7. package/dist/{chunk-KBVIZGYW.js.map → chunk-NMOZ33TX.js.map} +1 -1
  8. package/dist/{chunk-WVGGQZK4.js → chunk-Q6U22HIE.js} +65 -77
  9. package/dist/chunk-Q6U22HIE.js.map +7 -0
  10. package/dist/{conference-FJJQ4TXX.js → conference-S7R3O4OC.js} +72 -50
  11. package/dist/conference-S7R3O4OC.js.map +7 -0
  12. package/dist/index.cjs.js +165 -153
  13. package/dist/index.cjs.js.map +3 -3
  14. package/dist/index.js +2 -2
  15. package/dist/meta.cjs.json +43 -43
  16. package/dist/meta.esbuild.json +75 -75
  17. package/package.json +6 -6
  18. package/src/Button/Button.tsx +6 -6
  19. package/src/Prebuilt/components/Chat/Chat.jsx +1 -3
  20. package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +1 -0
  21. package/src/Prebuilt/components/Footer/Footer.tsx +1 -1
  22. package/src/Prebuilt/components/Footer/ParticipantList.jsx +4 -3
  23. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
  24. package/src/Prebuilt/components/Header/HeaderComponents.jsx +2 -8
  25. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -9
  26. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +6 -2
  27. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +7 -4
  28. package/src/Prebuilt/components/Notifications/Notifications.jsx +4 -10
  29. package/src/Prebuilt/components/RoleChangeRequestModal.tsx +1 -2
  30. package/src/Prebuilt/components/ScreenshareTile.jsx +15 -7
  31. package/src/Prebuilt/components/SidePaneTabs.tsx +78 -57
  32. package/src/Prebuilt/components/conference.jsx +9 -1
  33. package/dist/chunk-WVGGQZK4.js.map +0 -7
  34. package/dist/conference-FJJQ4TXX.js.map +0 -7
  35. /package/dist/{HLSView-QMU5JK7U.js.map → HLSView-4NSE37G7.js.map} +0 -0
  36. /package/dist/{VirtualBackground-37FXUPYO.js.map → VirtualBackground-A5UM363O.js.map} +0 -0
  37. /package/dist/{chunk-ZKE2N5LH.js.map → chunk-BUWIMYLW.js.map} +0 -0
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  getLeft,
40
40
  useBorderAudioLevel,
41
41
  useTheme
42
- } from "./chunk-WVGGQZK4.js";
42
+ } from "./chunk-Q6U22HIE.js";
43
43
  import {
44
44
  Box,
45
45
  Flex,
@@ -60,7 +60,7 @@ import {
60
60
  styled,
61
61
  textEllipsis,
62
62
  theme
63
- } from "./chunk-KBVIZGYW.js";
63
+ } from "./chunk-NMOZ33TX.js";
64
64
  export {
65
65
  Accordion,
66
66
  Avatar,
@@ -221,7 +221,7 @@
221
221
  "format": "esm"
222
222
  },
223
223
  "src/Button/Button.tsx": {
224
- "bytes": 4742,
224
+ "bytes": 4730,
225
225
  "imports": [
226
226
  {
227
227
  "path": "react",
@@ -2817,7 +2817,7 @@
2817
2817
  "format": "esm"
2818
2818
  },
2819
2819
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
2820
- "bytes": 6613,
2820
+ "bytes": 6348,
2821
2821
  "imports": [
2822
2822
  {
2823
2823
  "path": "react",
@@ -2939,18 +2939,13 @@
2939
2939
  "format": "esm"
2940
2940
  },
2941
2941
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
2942
- "bytes": 1830,
2942
+ "bytes": 1583,
2943
2943
  "imports": [
2944
2944
  {
2945
2945
  "path": "react",
2946
2946
  "kind": "import-statement",
2947
2947
  "external": true
2948
2948
  },
2949
- {
2950
- "path": "react-use",
2951
- "kind": "import-statement",
2952
- "external": true
2953
- },
2954
2949
  {
2955
2950
  "path": "@100mslive/react-sdk",
2956
2951
  "kind": "import-statement",
@@ -5358,7 +5353,7 @@
5358
5353
  "format": "esm"
5359
5354
  },
5360
5355
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
5361
- "bytes": 4841,
5356
+ "bytes": 4929,
5362
5357
  "imports": [
5363
5358
  {
5364
5359
  "path": "react",
@@ -5429,7 +5424,7 @@
5429
5424
  "format": "esm"
5430
5425
  },
5431
5426
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
5432
- "bytes": 2282,
5427
+ "bytes": 2415,
5433
5428
  "imports": [
5434
5429
  {
5435
5430
  "path": "react",
@@ -6881,7 +6876,7 @@
6881
6876
  "format": "esm"
6882
6877
  },
6883
6878
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6884
- "bytes": 3113,
6879
+ "bytes": 3100,
6885
6880
  "imports": [
6886
6881
  {
6887
6882
  "path": "react",
@@ -6942,7 +6937,7 @@
6942
6937
  "format": "esm"
6943
6938
  },
6944
6939
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6945
- "bytes": 10439,
6940
+ "bytes": 10452,
6946
6941
  "imports": [
6947
6942
  {
6948
6943
  "path": "react",
@@ -7028,7 +7023,7 @@
7028
7023
  "format": "esm"
7029
7024
  },
7030
7025
  "src/Prebuilt/components/Footer/Footer.tsx": {
7031
- "bytes": 3706,
7026
+ "bytes": 3720,
7032
7027
  "imports": [
7033
7028
  {
7034
7029
  "path": "react",
@@ -7671,7 +7666,7 @@
7671
7666
  "format": "esm"
7672
7667
  },
7673
7668
  "src/Prebuilt/components/ScreenshareTile.jsx": {
7674
- "bytes": 3494,
7669
+ "bytes": 3596,
7675
7670
  "imports": [
7676
7671
  {
7677
7672
  "path": "react",
@@ -8139,7 +8134,7 @@
8139
8134
  "format": "esm"
8140
8135
  },
8141
8136
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
8142
- "bytes": 1022,
8137
+ "bytes": 1048,
8143
8138
  "imports": [
8144
8139
  {
8145
8140
  "path": "react",
@@ -8242,7 +8237,7 @@
8242
8237
  "format": "esm"
8243
8238
  },
8244
8239
  "src/Prebuilt/components/Chat/Chat.jsx": {
8245
- "bytes": 6444,
8240
+ "bytes": 6298,
8246
8241
  "imports": [
8247
8242
  {
8248
8243
  "path": "react",
@@ -8328,13 +8323,18 @@
8328
8323
  "format": "esm"
8329
8324
  },
8330
8325
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8331
- "bytes": 4312,
8326
+ "bytes": 5166,
8332
8327
  "imports": [
8333
8328
  {
8334
8329
  "path": "react",
8335
8330
  "kind": "import-statement",
8336
8331
  "external": true
8337
8332
  },
8333
+ {
8334
+ "path": "react-use",
8335
+ "kind": "import-statement",
8336
+ "external": true
8337
+ },
8338
8338
  {
8339
8339
  "path": "@100mslive/types-prebuilt",
8340
8340
  "kind": "import-statement",
@@ -9136,7 +9136,7 @@
9136
9136
  "format": "esm"
9137
9137
  },
9138
9138
  "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
9139
- "bytes": 3702,
9139
+ "bytes": 3670,
9140
9140
  "imports": [
9141
9141
  {
9142
9142
  "path": "react",
@@ -9182,7 +9182,7 @@
9182
9182
  "format": "esm"
9183
9183
  },
9184
9184
  "src/Prebuilt/components/conference.jsx": {
9185
- "bytes": 6434,
9185
+ "bytes": 6591,
9186
9186
  "imports": [
9187
9187
  {
9188
9188
  "path": "react",
@@ -9667,7 +9667,7 @@
9667
9667
  "imports": [],
9668
9668
  "exports": [],
9669
9669
  "inputs": {},
9670
- "bytes": 1009108
9670
+ "bytes": 1010072
9671
9671
  },
9672
9672
  "dist/index.cjs.js": {
9673
9673
  "imports": [
@@ -10191,11 +10191,6 @@
10191
10191
  "kind": "require-call",
10192
10192
  "external": true
10193
10193
  },
10194
- {
10195
- "path": "react-use",
10196
- "kind": "require-call",
10197
- "external": true
10198
- },
10199
10194
  {
10200
10195
  "path": "@100mslive/react-sdk",
10201
10196
  "kind": "require-call",
@@ -11506,6 +11501,11 @@
11506
11501
  "kind": "require-call",
11507
11502
  "external": true
11508
11503
  },
11504
+ {
11505
+ "path": "react-use",
11506
+ "kind": "require-call",
11507
+ "external": true
11508
+ },
11509
11509
  {
11510
11510
  "path": "@100mslive/react-sdk",
11511
11511
  "kind": "require-call",
@@ -11736,7 +11736,7 @@
11736
11736
  "entryPoint": "src/index.ts",
11737
11737
  "inputs": {
11738
11738
  "<define:process.env>": {
11739
- "bytesInOutput": 18522
11739
+ "bytesInOutput": 18480
11740
11740
  },
11741
11741
  "src/Theme/base.config.ts": {
11742
11742
  "bytesInOutput": 6104
@@ -11772,7 +11772,7 @@
11772
11772
  "bytesInOutput": 417
11773
11773
  },
11774
11774
  "src/Button/Button.tsx": {
11775
- "bytesInOutput": 5359
11775
+ "bytesInOutput": 5347
11776
11776
  },
11777
11777
  "src/Button/index.tsx": {
11778
11778
  "bytesInOutput": 132
@@ -12087,13 +12087,13 @@
12087
12087
  "bytesInOutput": 1408
12088
12088
  },
12089
12089
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12090
- "bytesInOutput": 7143
12090
+ "bytesInOutput": 6777
12091
12091
  },
12092
12092
  "src/Prebuilt/components/Notifications/index.jsx": {
12093
12093
  "bytesInOutput": 173
12094
12094
  },
12095
12095
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
12096
- "bytesInOutput": 2467
12096
+ "bytesInOutput": 2156
12097
12097
  },
12098
12098
  "src/Sheet/Sheet.tsx": {
12099
12099
  "bytesInOutput": 3505
@@ -12198,7 +12198,7 @@
12198
12198
  "bytesInOutput": 9269
12199
12199
  },
12200
12200
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
12201
- "bytesInOutput": 3256
12201
+ "bytesInOutput": 3253
12202
12202
  },
12203
12203
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
12204
12204
  "bytesInOutput": 1881
@@ -12252,13 +12252,13 @@
12252
12252
  "bytesInOutput": 2305
12253
12253
  },
12254
12254
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
12255
- "bytesInOutput": 7169
12255
+ "bytesInOutput": 7233
12256
12256
  },
12257
12257
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
12258
- "bytesInOutput": 5450
12258
+ "bytesInOutput": 5497
12259
12259
  },
12260
12260
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
12261
- "bytesInOutput": 2523
12261
+ "bytesInOutput": 2654
12262
12262
  },
12263
12263
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
12264
12264
  "bytesInOutput": 2932
@@ -12351,13 +12351,13 @@
12351
12351
  "bytesInOutput": 6833
12352
12352
  },
12353
12353
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
12354
- "bytesInOutput": 3518
12354
+ "bytesInOutput": 3505
12355
12355
  },
12356
12356
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
12357
- "bytesInOutput": 13320
12357
+ "bytesInOutput": 13337
12358
12358
  },
12359
12359
  "src/Prebuilt/components/Footer/Footer.tsx": {
12360
- "bytesInOutput": 4375
12360
+ "bytesInOutput": 4389
12361
12361
  },
12362
12362
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
12363
12363
  "bytesInOutput": 2795
@@ -12396,7 +12396,7 @@
12396
12396
  "bytesInOutput": 1707
12397
12397
  },
12398
12398
  "src/Prebuilt/components/ScreenshareTile.jsx": {
12399
- "bytesInOutput": 4551
12399
+ "bytesInOutput": 4656
12400
12400
  },
12401
12401
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
12402
12402
  "bytesInOutput": 2453
@@ -12426,7 +12426,7 @@
12426
12426
  "bytesInOutput": 914
12427
12427
  },
12428
12428
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
12429
- "bytesInOutput": 1414
12429
+ "bytesInOutput": 1440
12430
12430
  },
12431
12431
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
12432
12432
  "bytesInOutput": 6792
@@ -12435,10 +12435,10 @@
12435
12435
  "bytesInOutput": 637
12436
12436
  },
12437
12437
  "src/Prebuilt/components/Chat/Chat.jsx": {
12438
- "bytesInOutput": 8300
12438
+ "bytesInOutput": 8085
12439
12439
  },
12440
12440
  "src/Prebuilt/components/SidePaneTabs.tsx": {
12441
- "bytesInOutput": 5074
12441
+ "bytesInOutput": 5904
12442
12442
  },
12443
12443
  "src/Prebuilt/images/rtmp.png": {
12444
12444
  "bytesInOutput": 7396
@@ -12498,10 +12498,10 @@
12498
12498
  "bytesInOutput": 3048
12499
12499
  },
12500
12500
  "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
12501
- "bytesInOutput": 4797
12501
+ "bytesInOutput": 4761
12502
12502
  },
12503
12503
  "src/Prebuilt/components/conference.jsx": {
12504
- "bytesInOutput": 7909
12504
+ "bytesInOutput": 8059
12505
12505
  },
12506
12506
  "src/Prebuilt/App.tsx": {
12507
12507
  "bytesInOutput": 13029
@@ -12516,7 +12516,7 @@
12516
12516
  "bytesInOutput": 2758
12517
12517
  }
12518
12518
  },
12519
- "bytes": 842968
12519
+ "bytes": 843354
12520
12520
  }
12521
12521
  }
12522
12522
  }