@100mslive/roomkit-react 0.3.3-alpha.0 → 0.3.3-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. package/dist/Accordion/Accordion.d.ts +1 -0
  2. package/dist/Accordion/index.d.ts +1 -0
  3. package/dist/{HLSView-NVF25XHT.js → HLSView-GDOF4655.js} +2 -2
  4. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  5. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
  6. package/dist/{chunk-2V7F62FX.js → chunk-ZDW56PPL.js} +29 -33
  7. package/dist/chunk-ZDW56PPL.js.map +7 -0
  8. package/dist/index.cjs.js +480 -481
  9. package/dist/index.cjs.js.map +4 -4
  10. package/dist/index.js +1 -1
  11. package/dist/meta.cjs.json +37 -42
  12. package/dist/meta.esbuild.json +43 -48
  13. package/package.json +7 -7
  14. package/src/Accordion/Accordion.tsx +4 -4
  15. package/src/Prebuilt/components/Chat/ChatBody.tsx +10 -0
  16. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
  17. package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
  18. package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
  19. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -0
  20. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -1
  21. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
  22. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
  23. package/src/Prebuilt/components/RaiseHand.tsx +7 -1
  24. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
  25. package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
  26. package/dist/chunk-2V7F62FX.js.map +0 -7
  27. /package/dist/{HLSView-NVF25XHT.js.map → HLSView-GDOF4655.js.map} +0 -0
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-2V7F62FX.js";
65
+ } from "./chunk-ZDW56PPL.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -1558,7 +1558,7 @@
1558
1558
  "format": "esm"
1559
1559
  },
1560
1560
  "src/Accordion/Accordion.tsx": {
1561
- "bytes": 2744,
1561
+ "bytes": 2819,
1562
1562
  "imports": [
1563
1563
  {
1564
1564
  "path": "react",
@@ -4201,8 +4201,8 @@
4201
4201
  ],
4202
4202
  "format": "esm"
4203
4203
  },
4204
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
- "bytes": 1700,
4204
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
4205
+ "bytes": 1631,
4206
4206
  "imports": [
4207
4207
  {
4208
4208
  "path": "react",
@@ -4228,7 +4228,7 @@
4228
4228
  "format": "esm"
4229
4229
  },
4230
4230
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
4231
- "bytes": 8195,
4231
+ "bytes": 8164,
4232
4232
  "imports": [
4233
4233
  {
4234
4234
  "path": "react",
@@ -4321,7 +4321,7 @@
4321
4321
  "original": "../../hooks/useDropdownList"
4322
4322
  },
4323
4323
  {
4324
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4324
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
4325
4325
  "kind": "import-statement",
4326
4326
  "original": "../../hooks/useMetadata"
4327
4327
  },
@@ -5201,7 +5201,7 @@
5201
5201
  "format": "esm"
5202
5202
  },
5203
5203
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13053,
5204
+ "bytes": 12899,
5205
5205
  "imports": [
5206
5206
  {
5207
5207
  "path": "react",
@@ -5309,7 +5309,7 @@
5309
5309
  "original": "../../hooks/useDropdownList"
5310
5310
  },
5311
5311
  {
5312
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5312
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5313
5313
  "kind": "import-statement",
5314
5314
  "original": "../../hooks/useMetadata"
5315
5315
  },
@@ -5393,7 +5393,7 @@
5393
5393
  "format": "esm"
5394
5394
  },
5395
5395
  "src/Prebuilt/components/RaiseHand.tsx": {
5396
- "bytes": 798,
5396
+ "bytes": 986,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "react",
@@ -5421,7 +5421,12 @@
5421
5421
  "original": "../IconButton"
5422
5422
  },
5423
5423
  {
5424
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5424
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5425
+ "kind": "import-statement",
5426
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5427
+ },
5428
+ {
5429
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5425
5430
  "kind": "import-statement",
5426
5431
  "original": "./hooks/useMetadata"
5427
5432
  },
@@ -6042,7 +6047,7 @@
6042
6047
  "format": "esm"
6043
6048
  },
6044
6049
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6045
- "bytes": 5714,
6050
+ "bytes": 5767,
6046
6051
  "imports": [
6047
6052
  {
6048
6053
  "path": "react",
@@ -6337,7 +6342,7 @@
6337
6342
  "format": "esm"
6338
6343
  },
6339
6344
  "src/Prebuilt/components/Footer/Footer.tsx": {
6340
- "bytes": 3967,
6345
+ "bytes": 3777,
6341
6346
  "imports": [
6342
6347
  {
6343
6348
  "path": "react",
@@ -6359,11 +6364,6 @@
6359
6364
  "kind": "import-statement",
6360
6365
  "external": true
6361
6366
  },
6362
- {
6363
- "path": "@100mslive/react-sdk",
6364
- "kind": "import-statement",
6365
- "external": true
6366
- },
6367
6367
  {
6368
6368
  "path": "src/index.ts",
6369
6369
  "kind": "import-statement",
@@ -7963,7 +7963,7 @@
7963
7963
  "format": "esm"
7964
7964
  },
7965
7965
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
7966
- "bytes": 14835,
7966
+ "bytes": 15176,
7967
7967
  "imports": [
7968
7968
  {
7969
7969
  "path": "react",
@@ -8243,7 +8243,7 @@
8243
8243
  "format": "esm"
8244
8244
  },
8245
8245
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10438,
8246
+ "bytes": 10287,
8247
8247
  "imports": [
8248
8248
  {
8249
8249
  "path": "react",
@@ -9794,7 +9794,7 @@
9794
9794
  "format": "esm"
9795
9795
  },
9796
9796
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9797
- "bytes": 2958,
9797
+ "bytes": 2927,
9798
9798
  "imports": [
9799
9799
  {
9800
9800
  "path": "react",
@@ -9827,7 +9827,7 @@
9827
9827
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9828
9828
  },
9829
9829
  {
9830
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9830
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
9831
9831
  "kind": "import-statement",
9832
9832
  "original": "../hooks/useMetadata"
9833
9833
  },
@@ -11868,7 +11868,7 @@
11868
11868
  "format": "esm"
11869
11869
  },
11870
11870
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11871
- "bytes": 769,
11871
+ "bytes": 738,
11872
11872
  "imports": [
11873
11873
  {
11874
11874
  "path": "react",
@@ -11881,7 +11881,7 @@
11881
11881
  "external": true
11882
11882
  },
11883
11883
  {
11884
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11884
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11885
11885
  "kind": "import-statement",
11886
11886
  "original": "./hooks/useMetadata"
11887
11887
  },
@@ -11894,7 +11894,7 @@
11894
11894
  "format": "esm"
11895
11895
  },
11896
11896
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11897
- "bytes": 8259,
11897
+ "bytes": 8106,
11898
11898
  "imports": [
11899
11899
  {
11900
11900
  "path": "react",
@@ -13704,7 +13704,7 @@
13704
13704
  "imports": [],
13705
13705
  "exports": [],
13706
13706
  "inputs": {},
13707
- "bytes": 3282211
13707
+ "bytes": 3281946
13708
13708
  },
13709
13709
  "dist/index.cjs.js": {
13710
13710
  "imports": [
@@ -14988,11 +14988,6 @@
14988
14988
  "kind": "require-call",
14989
14989
  "external": true
14990
14990
  },
14991
- {
14992
- "path": "@100mslive/react-sdk",
14993
- "kind": "require-call",
14994
- "external": true
14995
- },
14996
14991
  {
14997
14992
  "path": "react",
14998
14993
  "kind": "require-call",
@@ -16633,7 +16628,7 @@
16633
16628
  "entryPoint": "src/index.ts",
16634
16629
  "inputs": {
16635
16630
  "<define:process.env>": {
16636
- "bytesInOutput": 18255
16631
+ "bytesInOutput": 18238
16637
16632
  },
16638
16633
  "src/Theme/base.config.ts": {
16639
16634
  "bytesInOutput": 6104
@@ -16846,7 +16841,7 @@
16846
16841
  "bytesInOutput": 129
16847
16842
  },
16848
16843
  "src/Accordion/Accordion.tsx": {
16849
- "bytesInOutput": 3189
16844
+ "bytesInOutput": 3239
16850
16845
  },
16851
16846
  "src/Accordion/index.ts": {
16852
16847
  "bytesInOutput": 297
@@ -17058,8 +17053,8 @@
17058
17053
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17059
17054
  "bytesInOutput": 2378
17060
17055
  },
17061
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
17062
- "bytesInOutput": 2305
17056
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
17057
+ "bytesInOutput": 2163
17063
17058
  },
17064
17059
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17065
17060
  "bytesInOutput": 8565
@@ -17152,13 +17147,13 @@
17152
17147
  "bytesInOutput": 938
17153
17148
  },
17154
17149
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17155
- "bytesInOutput": 13528
17150
+ "bytesInOutput": 13388
17156
17151
  },
17157
17152
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17158
17153
  "bytesInOutput": 831
17159
17154
  },
17160
17155
  "src/Prebuilt/components/RaiseHand.tsx": {
17161
- "bytesInOutput": 1149
17156
+ "bytesInOutput": 1306
17162
17157
  },
17163
17158
  "src/Prebuilt/images/pdf-share.png": {
17164
17159
  "bytesInOutput": 25548
@@ -17212,7 +17207,7 @@
17212
17207
  "bytesInOutput": 2258
17213
17208
  },
17214
17209
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17215
- "bytesInOutput": 6489
17210
+ "bytesInOutput": 6544
17216
17211
  },
17217
17212
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17218
17213
  "bytesInOutput": 2181
@@ -17227,7 +17222,7 @@
17227
17222
  "bytesInOutput": 1352
17228
17223
  },
17229
17224
  "src/Prebuilt/components/Footer/Footer.tsx": {
17230
- "bytesInOutput": 4540
17225
+ "bytesInOutput": 4294
17231
17226
  },
17232
17227
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17233
17228
  "bytesInOutput": 2811
@@ -17338,7 +17333,7 @@
17338
17333
  "bytesInOutput": 926
17339
17334
  },
17340
17335
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17341
- "bytesInOutput": 17147
17336
+ "bytesInOutput": 17543
17342
17337
  },
17343
17338
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
17344
17339
  "bytesInOutput": 8560
@@ -17353,7 +17348,7 @@
17353
17348
  "bytesInOutput": 1440
17354
17349
  },
17355
17350
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17356
- "bytesInOutput": 11726
17351
+ "bytesInOutput": 11558
17357
17352
  },
17358
17353
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17359
17354
  "bytesInOutput": 3529
@@ -17554,7 +17549,7 @@
17554
17549
  "bytesInOutput": 2182
17555
17550
  },
17556
17551
  "src/Prebuilt/components/Header/common.jsx": {
17557
- "bytesInOutput": 7389
17552
+ "bytesInOutput": 7375
17558
17553
  },
17559
17554
  "src/Prebuilt/components/Header/Header.tsx": {
17560
17555
  "bytesInOutput": 2332
@@ -17566,7 +17561,7 @@
17566
17561
  "bytesInOutput": 1024
17567
17562
  },
17568
17563
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17569
- "bytesInOutput": 9089
17564
+ "bytesInOutput": 8920
17570
17565
  },
17571
17566
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17572
17567
  "bytesInOutput": 4366
@@ -17683,7 +17678,7 @@
17683
17678
  "bytesInOutput": 2980
17684
17679
  }
17685
17680
  },
17686
- "bytes": 1561304
17681
+ "bytes": 1561066
17687
17682
  }
17688
17683
  }
17689
17684
  }
@@ -1558,7 +1558,7 @@
1558
1558
  "format": "esm"
1559
1559
  },
1560
1560
  "src/Accordion/Accordion.tsx": {
1561
- "bytes": 2744,
1561
+ "bytes": 2819,
1562
1562
  "imports": [
1563
1563
  {
1564
1564
  "path": "react",
@@ -4201,8 +4201,8 @@
4201
4201
  ],
4202
4202
  "format": "esm"
4203
4203
  },
4204
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
- "bytes": 1700,
4204
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
4205
+ "bytes": 1631,
4206
4206
  "imports": [
4207
4207
  {
4208
4208
  "path": "react",
@@ -4228,7 +4228,7 @@
4228
4228
  "format": "esm"
4229
4229
  },
4230
4230
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
4231
- "bytes": 8195,
4231
+ "bytes": 8164,
4232
4232
  "imports": [
4233
4233
  {
4234
4234
  "path": "react",
@@ -4321,7 +4321,7 @@
4321
4321
  "original": "../../hooks/useDropdownList"
4322
4322
  },
4323
4323
  {
4324
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4324
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
4325
4325
  "kind": "import-statement",
4326
4326
  "original": "../../hooks/useMetadata"
4327
4327
  },
@@ -5201,7 +5201,7 @@
5201
5201
  "format": "esm"
5202
5202
  },
5203
5203
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13053,
5204
+ "bytes": 12899,
5205
5205
  "imports": [
5206
5206
  {
5207
5207
  "path": "react",
@@ -5309,7 +5309,7 @@
5309
5309
  "original": "../../hooks/useDropdownList"
5310
5310
  },
5311
5311
  {
5312
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5312
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5313
5313
  "kind": "import-statement",
5314
5314
  "original": "../../hooks/useMetadata"
5315
5315
  },
@@ -5393,7 +5393,7 @@
5393
5393
  "format": "esm"
5394
5394
  },
5395
5395
  "src/Prebuilt/components/RaiseHand.tsx": {
5396
- "bytes": 798,
5396
+ "bytes": 986,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "react",
@@ -5421,7 +5421,12 @@
5421
5421
  "original": "../IconButton"
5422
5422
  },
5423
5423
  {
5424
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5424
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5425
+ "kind": "import-statement",
5426
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5427
+ },
5428
+ {
5429
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5425
5430
  "kind": "import-statement",
5426
5431
  "original": "./hooks/useMetadata"
5427
5432
  },
@@ -6042,7 +6047,7 @@
6042
6047
  "format": "esm"
6043
6048
  },
6044
6049
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6045
- "bytes": 5714,
6050
+ "bytes": 5767,
6046
6051
  "imports": [
6047
6052
  {
6048
6053
  "path": "react",
@@ -6337,7 +6342,7 @@
6337
6342
  "format": "esm"
6338
6343
  },
6339
6344
  "src/Prebuilt/components/Footer/Footer.tsx": {
6340
- "bytes": 3967,
6345
+ "bytes": 3777,
6341
6346
  "imports": [
6342
6347
  {
6343
6348
  "path": "react",
@@ -6359,11 +6364,6 @@
6359
6364
  "kind": "import-statement",
6360
6365
  "external": true
6361
6366
  },
6362
- {
6363
- "path": "@100mslive/react-sdk",
6364
- "kind": "import-statement",
6365
- "external": true
6366
- },
6367
6367
  {
6368
6368
  "path": "src/index.ts",
6369
6369
  "kind": "import-statement",
@@ -7963,7 +7963,7 @@
7963
7963
  "format": "esm"
7964
7964
  },
7965
7965
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
7966
- "bytes": 14835,
7966
+ "bytes": 15176,
7967
7967
  "imports": [
7968
7968
  {
7969
7969
  "path": "react",
@@ -8243,7 +8243,7 @@
8243
8243
  "format": "esm"
8244
8244
  },
8245
8245
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10438,
8246
+ "bytes": 10287,
8247
8247
  "imports": [
8248
8248
  {
8249
8249
  "path": "react",
@@ -9794,7 +9794,7 @@
9794
9794
  "format": "esm"
9795
9795
  },
9796
9796
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9797
- "bytes": 2958,
9797
+ "bytes": 2927,
9798
9798
  "imports": [
9799
9799
  {
9800
9800
  "path": "react",
@@ -9827,7 +9827,7 @@
9827
9827
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9828
9828
  },
9829
9829
  {
9830
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9830
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
9831
9831
  "kind": "import-statement",
9832
9832
  "original": "../hooks/useMetadata"
9833
9833
  },
@@ -11868,7 +11868,7 @@
11868
11868
  "format": "esm"
11869
11869
  },
11870
11870
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11871
- "bytes": 769,
11871
+ "bytes": 738,
11872
11872
  "imports": [
11873
11873
  {
11874
11874
  "path": "react",
@@ -11881,7 +11881,7 @@
11881
11881
  "external": true
11882
11882
  },
11883
11883
  {
11884
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11884
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11885
11885
  "kind": "import-statement",
11886
11886
  "original": "./hooks/useMetadata"
11887
11887
  },
@@ -11894,7 +11894,7 @@
11894
11894
  "format": "esm"
11895
11895
  },
11896
11896
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11897
- "bytes": 8259,
11897
+ "bytes": 8106,
11898
11898
  "imports": [
11899
11899
  {
11900
11900
  "path": "react",
@@ -13709,7 +13709,7 @@
13709
13709
  "dist/index.js": {
13710
13710
  "imports": [
13711
13711
  {
13712
- "path": "dist/chunk-2V7F62FX.js",
13712
+ "path": "dist/chunk-ZDW56PPL.js",
13713
13713
  "kind": "import-statement"
13714
13714
  }
13715
13715
  ],
@@ -13782,16 +13782,16 @@
13782
13782
  "inputs": {},
13783
13783
  "bytes": 1822
13784
13784
  },
13785
- "dist/HLSView-NVF25XHT.js.map": {
13785
+ "dist/HLSView-GDOF4655.js.map": {
13786
13786
  "imports": [],
13787
13787
  "exports": [],
13788
13788
  "inputs": {},
13789
13789
  "bytes": 90585
13790
13790
  },
13791
- "dist/HLSView-NVF25XHT.js": {
13791
+ "dist/HLSView-GDOF4655.js": {
13792
13792
  "imports": [
13793
13793
  {
13794
- "path": "dist/chunk-2V7F62FX.js",
13794
+ "path": "dist/chunk-ZDW56PPL.js",
13795
13795
  "kind": "import-statement"
13796
13796
  },
13797
13797
  {
@@ -14009,13 +14009,13 @@
14009
14009
  },
14010
14010
  "bytes": 55694
14011
14011
  },
14012
- "dist/chunk-2V7F62FX.js.map": {
14012
+ "dist/chunk-ZDW56PPL.js.map": {
14013
14013
  "imports": [],
14014
14014
  "exports": [],
14015
14015
  "inputs": {},
14016
- "bytes": 3187182
14016
+ "bytes": 3186774
14017
14017
  },
14018
- "dist/chunk-2V7F62FX.js": {
14018
+ "dist/chunk-ZDW56PPL.js": {
14019
14019
  "imports": [
14020
14020
  {
14021
14021
  "path": "react",
@@ -14452,11 +14452,6 @@
14452
14452
  "kind": "import-statement",
14453
14453
  "external": true
14454
14454
  },
14455
- {
14456
- "path": "@100mslive/react-sdk",
14457
- "kind": "import-statement",
14458
- "external": true
14459
- },
14460
14455
  {
14461
14456
  "path": "react",
14462
14457
  "kind": "import-statement",
@@ -16403,7 +16398,7 @@
16403
16398
  "external": true
16404
16399
  },
16405
16400
  {
16406
- "path": "dist/HLSView-NVF25XHT.js",
16401
+ "path": "dist/HLSView-GDOF4655.js",
16407
16402
  "kind": "dynamic-import"
16408
16403
  },
16409
16404
  {
@@ -16878,7 +16873,7 @@
16878
16873
  ],
16879
16874
  "inputs": {
16880
16875
  "<define:process.env>": {
16881
- "bytesInOutput": 18255
16876
+ "bytesInOutput": 18238
16882
16877
  },
16883
16878
  "../../node_modules/lodash/lodash.js": {
16884
16879
  "bytesInOutput": 224298
@@ -17097,7 +17092,7 @@
17097
17092
  "bytesInOutput": 149
17098
17093
  },
17099
17094
  "src/Accordion/Accordion.tsx": {
17100
- "bytesInOutput": 2476
17095
+ "bytesInOutput": 2526
17101
17096
  },
17102
17097
  "src/Fieldset/Fieldset.tsx": {
17103
17098
  "bytesInOutput": 233
@@ -17178,10 +17173,10 @@
17178
17173
  "bytesInOutput": 4698
17179
17174
  },
17180
17175
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17181
- "bytesInOutput": 7373
17176
+ "bytesInOutput": 7205
17182
17177
  },
17183
17178
  "src/Prebuilt/components/Footer/Footer.tsx": {
17184
- "bytesInOutput": 3350
17179
+ "bytesInOutput": 3145
17185
17180
  },
17186
17181
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
17187
17182
  "bytesInOutput": 10284
@@ -17306,11 +17301,11 @@
17306
17301
  "src/Prebuilt/components/MoreSettings/constants.ts": {
17307
17302
  "bytesInOutput": 437
17308
17303
  },
17309
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
17310
- "bytesInOutput": 1948
17304
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
17305
+ "bytesInOutput": 1826
17311
17306
  },
17312
17307
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17313
- "bytesInOutput": 11042
17308
+ "bytesInOutput": 10902
17314
17309
  },
17315
17310
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17316
17311
  "bytesInOutput": 10031
@@ -17379,7 +17374,7 @@
17379
17374
  "bytesInOutput": 658
17380
17375
  },
17381
17376
  "src/Prebuilt/components/RaiseHand.tsx": {
17382
- "bytesInOutput": 796
17377
+ "bytesInOutput": 905
17383
17378
  },
17384
17379
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
17385
17380
  "bytesInOutput": 1619
@@ -17430,7 +17425,7 @@
17430
17425
  "bytesInOutput": 1290
17431
17426
  },
17432
17427
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17433
- "bytesInOutput": 5163
17428
+ "bytesInOutput": 5214
17434
17429
  },
17435
17430
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17436
17431
  "bytesInOutput": 7326
@@ -17550,7 +17545,7 @@
17550
17545
  "bytesInOutput": 4926
17551
17546
  },
17552
17547
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17553
- "bytesInOutput": 14396
17548
+ "bytesInOutput": 14726
17554
17549
  },
17555
17550
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17556
17551
  "bytesInOutput": 9785
@@ -17574,7 +17569,7 @@
17574
17569
  "bytesInOutput": 710
17575
17570
  },
17576
17571
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17577
- "bytesInOutput": 9793
17572
+ "bytesInOutput": 9627
17578
17573
  },
17579
17574
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
17580
17575
  "bytesInOutput": 5318
@@ -17838,7 +17833,7 @@
17838
17833
  "bytesInOutput": 651
17839
17834
  }
17840
17835
  },
17841
- "bytes": 1307246
17836
+ "bytes": 1306968
17842
17837
  }
17843
17838
  }
17844
17839
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.3.3-alpha.0",
13
+ "version": "0.3.3-alpha.1",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -82,12 +82,12 @@
82
82
  "react": ">=17.0.2 <19.0.0"
83
83
  },
84
84
  "dependencies": {
85
- "@100mslive/hls-player": "0.3.3-alpha.0",
85
+ "@100mslive/hls-player": "0.3.3-alpha.1",
86
86
  "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1",
87
- "@100mslive/hms-virtual-background": "1.13.3-alpha.0",
88
- "@100mslive/react-icons": "0.10.3-alpha.0",
89
- "@100mslive/react-sdk": "0.10.3-alpha.0",
90
- "@100mslive/types-prebuilt": "0.12.7",
87
+ "@100mslive/hms-virtual-background": "1.13.3-alpha.1",
88
+ "@100mslive/react-icons": "0.10.3-alpha.1",
89
+ "@100mslive/react-sdk": "0.10.3-alpha.1",
90
+ "@100mslive/types-prebuilt": "0.12.8",
91
91
  "@emoji-mart/data": "^1.0.6",
92
92
  "@emoji-mart/react": "^1.0.1",
93
93
  "@radix-ui/react-accordion": "1.0.0",
@@ -122,5 +122,5 @@
122
122
  "uuid": "^8.3.2",
123
123
  "worker-timers": "^7.0.40"
124
124
  },
125
- "gitHead": "23e3bf90410ae16869b67438ac403cba6027db98"
125
+ "gitHead": "8e27b80c474e3487828a60fce4aa1f444aa14577"
126
126
  }
@@ -64,15 +64,15 @@ export const AccordionRoot = StyledAccordion;
64
64
  export const AccordionItem = StyledItem;
65
65
 
66
66
  export const AccordionHeader: React.FC<
67
- PropsWithChildren<BaseAccordion.AccordionTriggerProps & { iconStyles?: CSS; css?: CSS }>
67
+ PropsWithChildren<BaseAccordion.AccordionTriggerProps & { iconStyles?: CSS; css?: CSS; chevronID?: string }>
68
68
  > = React.forwardRef<
69
69
  HTMLButtonElement,
70
- PropsWithChildren<BaseAccordion.AccordionTriggerProps & { iconStyles?: CSS; css?: CSS }>
71
- >(({ children, iconStyles, css, ...props }, forwardedRef) => (
70
+ PropsWithChildren<BaseAccordion.AccordionTriggerProps & { iconStyles?: CSS; css?: CSS; chevronID?: string }>
71
+ >(({ children, iconStyles, css, chevronID, ...props }, forwardedRef) => (
72
72
  <StyledHeader css={css}>
73
73
  <StyledTrigger {...props} ref={forwardedRef}>
74
74
  {children}
75
- <StyledChevron aria-hidden css={iconStyles} />
75
+ <StyledChevron data-testid={chevronID} aria-hidden css={iconStyles} />
76
76
  </StyledTrigger>
77
77
  </StyledHeader>
78
78
  ));