@100mslive/roomkit-react 0.2.8-alpha.8 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/dist/{HLSView-6KPQ2KD6.js → HLSView-LZOTIUWE.js} +152 -96
  2. package/dist/HLSView-LZOTIUWE.js.map +7 -0
  3. package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
  4. package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +3 -2
  5. package/dist/Prebuilt/components/HMSVideo/index.d.ts +3 -2
  6. package/dist/Prebuilt/components/SidePaneTabs.d.ts +0 -1
  7. package/dist/Prebuilt/layouts/SidePane.d.ts +1 -1
  8. package/dist/{chunk-JQCSGJIR.js → chunk-LCECN6XD.js} +297 -238
  9. package/dist/chunk-LCECN6XD.js.map +7 -0
  10. package/dist/index.cjs.js +446 -332
  11. package/dist/index.cjs.js.map +3 -3
  12. package/dist/index.js +1 -1
  13. package/dist/meta.cjs.json +96 -61
  14. package/dist/meta.esbuild.json +109 -73
  15. package/package.json +6 -6
  16. package/src/Prebuilt/components/Chat/Chat.tsx +23 -4
  17. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -2
  18. package/src/Prebuilt/components/Chat/EmptyChat.tsx +5 -1
  19. package/src/Prebuilt/components/ConferenceScreen.tsx +13 -1
  20. package/src/Prebuilt/components/EmojiReaction.jsx +2 -2
  21. package/src/Prebuilt/components/Footer/RoleOptions.tsx +125 -126
  22. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +13 -10
  23. package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +6 -4
  24. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +38 -25
  25. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
  26. package/src/Prebuilt/components/MwebLandscapePrompt.tsx +9 -3
  27. package/src/Prebuilt/components/Polls/common/utils.ts +1 -1
  28. package/src/Prebuilt/components/SidePaneTabs.tsx +1 -4
  29. package/src/Prebuilt/layouts/HLSView.jsx +293 -239
  30. package/src/Prebuilt/layouts/SidePane.tsx +73 -49
  31. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +10 -2
  32. package/dist/HLSView-6KPQ2KD6.js.map +0 -7
  33. package/dist/chunk-JQCSGJIR.js.map +0 -7
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-JQCSGJIR.js";
65
+ } from "./chunk-LCECN6XD.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -3018,7 +3018,7 @@
3018
3018
  "format": "esm"
3019
3019
  },
3020
3020
  "src/Prebuilt/components/EmojiReaction.jsx": {
3021
- "bytes": 3185,
3021
+ "bytes": 3143,
3022
3022
  "imports": [
3023
3023
  {
3024
3024
  "path": "react",
@@ -4681,7 +4681,7 @@
4681
4681
  "format": "cjs"
4682
4682
  },
4683
4683
  "../hms-video-store/dist/index.js": {
4684
- "bytes": 326152,
4684
+ "bytes": 325880,
4685
4685
  "imports": [
4686
4686
  {
4687
4687
  "path": "../../node_modules/reselect/es/index.js",
@@ -5191,7 +5191,7 @@
5191
5191
  "format": "esm"
5192
5192
  },
5193
5193
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5194
- "bytes": 13044,
5194
+ "bytes": 13053,
5195
5195
  "imports": [
5196
5196
  {
5197
5197
  "path": "react",
@@ -5935,7 +5935,7 @@
5935
5935
  "format": "esm"
5936
5936
  },
5937
5937
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5938
- "bytes": 6933,
5938
+ "bytes": 7089,
5939
5939
  "imports": [
5940
5940
  {
5941
5941
  "path": "react",
@@ -5947,6 +5947,11 @@
5947
5947
  "kind": "import-statement",
5948
5948
  "external": true
5949
5949
  },
5950
+ {
5951
+ "path": "ts-pattern",
5952
+ "kind": "import-statement",
5953
+ "external": true
5954
+ },
5950
5955
  {
5951
5956
  "path": "@100mslive/react-sdk",
5952
5957
  "kind": "import-statement",
@@ -6966,7 +6971,7 @@
6966
6971
  "format": "esm"
6967
6972
  },
6968
6973
  "src/Prebuilt/components/Polls/common/utils.ts": {
6969
- "bytes": 638,
6974
+ "bytes": 633,
6970
6975
  "imports": [
6971
6976
  {
6972
6977
  "path": "<define:process.env>",
@@ -7779,7 +7784,7 @@
7779
7784
  "imports": []
7780
7785
  },
7781
7786
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
7782
- "bytes": 1885,
7787
+ "bytes": 2142,
7783
7788
  "imports": [
7784
7789
  {
7785
7790
  "path": "react",
@@ -7821,6 +7826,11 @@
7821
7826
  "kind": "import-statement",
7822
7827
  "original": "../hooks/useChatBlacklist"
7823
7828
  },
7829
+ {
7830
+ "path": "src/Prebuilt/common/hooks.ts",
7831
+ "kind": "import-statement",
7832
+ "original": "../../common/hooks"
7833
+ },
7824
7834
  {
7825
7835
  "path": "<define:process.env>",
7826
7836
  "kind": "import-statement",
@@ -8141,7 +8151,7 @@
8141
8151
  "format": "esm"
8142
8152
  },
8143
8153
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8144
- "bytes": 10403,
8154
+ "bytes": 10438,
8145
8155
  "imports": [
8146
8156
  {
8147
8157
  "path": "react",
@@ -8441,7 +8451,7 @@
8441
8451
  "format": "esm"
8442
8452
  },
8443
8453
  "src/Prebuilt/components/Chat/Chat.tsx": {
8444
- "bytes": 4814,
8454
+ "bytes": 5393,
8445
8455
  "imports": [
8446
8456
  {
8447
8457
  "path": "react",
@@ -8679,7 +8689,7 @@
8679
8689
  "format": "esm"
8680
8690
  },
8681
8691
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8682
- "bytes": 8375,
8692
+ "bytes": 8205,
8683
8693
  "imports": [
8684
8694
  {
8685
8695
  "path": "react",
@@ -9301,7 +9311,7 @@
9301
9311
  "format": "esm"
9302
9312
  },
9303
9313
  "src/Prebuilt/layouts/SidePane.tsx": {
9304
- "bytes": 6124,
9314
+ "bytes": 6575,
9305
9315
  "imports": [
9306
9316
  {
9307
9317
  "path": "react",
@@ -10841,7 +10851,7 @@
10841
10851
  "format": "esm"
10842
10852
  },
10843
10853
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
10844
- "bytes": 1409,
10854
+ "bytes": 1333,
10845
10855
  "imports": [
10846
10856
  {
10847
10857
  "path": "react",
@@ -10849,19 +10859,9 @@
10849
10859
  "external": true
10850
10860
  },
10851
10861
  {
10852
- "path": "react-use",
10853
- "kind": "import-statement",
10854
- "external": true
10855
- },
10856
- {
10857
- "path": "src/index.ts",
10858
- "kind": "import-statement",
10859
- "original": "../../../"
10860
- },
10861
- {
10862
- "path": "src/Prebuilt/common/hooks.ts",
10862
+ "path": "src/Layout/index.tsx",
10863
10863
  "kind": "import-statement",
10864
- "original": "../../common/hooks"
10864
+ "original": "../../../Layout"
10865
10865
  },
10866
10866
  {
10867
10867
  "path": "<define:process.env>",
@@ -10966,7 +10966,7 @@
10966
10966
  "format": "esm"
10967
10967
  },
10968
10968
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
10969
- "bytes": 2546,
10969
+ "bytes": 2926,
10970
10970
  "imports": [
10971
10971
  {
10972
10972
  "path": "react",
@@ -11264,7 +11264,7 @@
11264
11264
  "format": "esm"
11265
11265
  },
11266
11266
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
11267
- "bytes": 2461,
11267
+ "bytes": 2527,
11268
11268
  "imports": [
11269
11269
  {
11270
11270
  "path": "react",
@@ -11320,7 +11320,7 @@
11320
11320
  "format": "esm"
11321
11321
  },
11322
11322
  "src/Prebuilt/layouts/HLSView.jsx": {
11323
- "bytes": 25590,
11323
+ "bytes": 26749,
11324
11324
  "imports": [
11325
11325
  {
11326
11326
  "path": "react",
@@ -11342,6 +11342,11 @@
11342
11342
  "kind": "import-statement",
11343
11343
  "external": true
11344
11344
  },
11345
+ {
11346
+ "path": "ts-pattern",
11347
+ "kind": "import-statement",
11348
+ "external": true
11349
+ },
11345
11350
  {
11346
11351
  "path": "@100mslive/react-sdk",
11347
11352
  "kind": "import-statement",
@@ -11476,7 +11481,7 @@
11476
11481
  "format": "esm"
11477
11482
  },
11478
11483
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11479
- "bytes": 4333,
11484
+ "bytes": 4801,
11480
11485
  "imports": [
11481
11486
  {
11482
11487
  "path": "react",
@@ -11488,6 +11493,11 @@
11488
11493
  "kind": "import-statement",
11489
11494
  "external": true
11490
11495
  },
11496
+ {
11497
+ "path": "ts-pattern",
11498
+ "kind": "import-statement",
11499
+ "external": true
11500
+ },
11491
11501
  {
11492
11502
  "path": "@100mslive/react-sdk",
11493
11503
  "kind": "import-statement",
@@ -11792,7 +11802,7 @@
11792
11802
  "format": "esm"
11793
11803
  },
11794
11804
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11795
- "bytes": 7927,
11805
+ "bytes": 8259,
11796
11806
  "imports": [
11797
11807
  {
11798
11808
  "path": "react",
@@ -11859,6 +11869,11 @@
11859
11869
  "kind": "import-statement",
11860
11870
  "original": "../layouts/VideoStreamingSection"
11861
11871
  },
11872
+ {
11873
+ "path": "src/Prebuilt/components/EmojiReaction.jsx",
11874
+ "kind": "import-statement",
11875
+ "original": "./EmojiReaction"
11876
+ },
11862
11877
  {
11863
11878
  "path": "src/Prebuilt/components/FullPageProgress.jsx",
11864
11879
  "kind": "import-statement",
@@ -12175,7 +12190,7 @@
12175
12190
  "format": "esm"
12176
12191
  },
12177
12192
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
12178
- "bytes": 2789,
12193
+ "bytes": 3089,
12179
12194
  "imports": [
12180
12195
  {
12181
12196
  "path": "react",
@@ -12187,6 +12202,11 @@
12187
12202
  "kind": "import-statement",
12188
12203
  "external": true
12189
12204
  },
12205
+ {
12206
+ "path": "ts-pattern",
12207
+ "kind": "import-statement",
12208
+ "external": true
12209
+ },
12190
12210
  {
12191
12211
  "path": "@100mslive/react-icons",
12192
12212
  "kind": "import-statement",
@@ -13592,7 +13612,7 @@
13592
13612
  "imports": [],
13593
13613
  "exports": [],
13594
13614
  "inputs": {},
13595
- "bytes": 3255877
13615
+ "bytes": 3262735
13596
13616
  },
13597
13617
  "dist/index.cjs.js": {
13598
13618
  "imports": [
@@ -14756,6 +14776,11 @@
14756
14776
  "kind": "require-call",
14757
14777
  "external": true
14758
14778
  },
14779
+ {
14780
+ "path": "ts-pattern",
14781
+ "kind": "require-call",
14782
+ "external": true
14783
+ },
14759
14784
  {
14760
14785
  "path": "@100mslive/react-sdk",
14761
14786
  "kind": "require-call",
@@ -15931,11 +15956,6 @@
15931
15956
  "kind": "require-call",
15932
15957
  "external": true
15933
15958
  },
15934
- {
15935
- "path": "react-use",
15936
- "kind": "require-call",
15937
- "external": true
15938
- },
15939
15959
  {
15940
15960
  "path": "react",
15941
15961
  "kind": "require-call",
@@ -16061,6 +16081,11 @@
16061
16081
  "kind": "require-call",
16062
16082
  "external": true
16063
16083
  },
16084
+ {
16085
+ "path": "ts-pattern",
16086
+ "kind": "require-call",
16087
+ "external": true
16088
+ },
16064
16089
  {
16065
16090
  "path": "@100mslive/react-sdk",
16066
16091
  "kind": "require-call",
@@ -16076,6 +16101,11 @@
16076
16101
  "kind": "require-call",
16077
16102
  "external": true
16078
16103
  },
16104
+ {
16105
+ "path": "ts-pattern",
16106
+ "kind": "require-call",
16107
+ "external": true
16108
+ },
16079
16109
  {
16080
16110
  "path": "@100mslive/react-sdk",
16081
16111
  "kind": "require-call",
@@ -16226,6 +16256,11 @@
16226
16256
  "kind": "require-call",
16227
16257
  "external": true
16228
16258
  },
16259
+ {
16260
+ "path": "ts-pattern",
16261
+ "kind": "require-call",
16262
+ "external": true
16263
+ },
16229
16264
  {
16230
16265
  "path": "@100mslive/react-icons",
16231
16266
  "kind": "require-call",
@@ -16486,7 +16521,7 @@
16486
16521
  "entryPoint": "src/index.ts",
16487
16522
  "inputs": {
16488
16523
  "<define:process.env>": {
16489
- "bytesInOutput": 18234
16524
+ "bytesInOutput": 18150
16490
16525
  },
16491
16526
  "src/Theme/base.config.ts": {
16492
16527
  "bytesInOutput": 6104
@@ -16762,7 +16797,7 @@
16762
16797
  "bytesInOutput": 3450
16763
16798
  },
16764
16799
  "../../node_modules/lodash/lodash.js": {
16765
- "bytesInOutput": 224287
16800
+ "bytesInOutput": 224298
16766
16801
  },
16767
16802
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16768
16803
  "bytesInOutput": 1887
@@ -16840,7 +16875,7 @@
16840
16875
  "bytesInOutput": 3890
16841
16876
  },
16842
16877
  "src/Prebuilt/components/EmojiReaction.jsx": {
16843
- "bytesInOutput": 3423
16878
+ "bytesInOutput": 3381
16844
16879
  },
16845
16880
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
16846
16881
  "bytesInOutput": 2547
@@ -16921,16 +16956,16 @@
16921
16956
  "bytesInOutput": 2641
16922
16957
  },
16923
16958
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
16924
- "bytesInOutput": 42475
16959
+ "bytesInOutput": 42486
16925
16960
  },
16926
16961
  "../../node_modules/lodash.isequal/index.js": {
16927
16962
  "bytesInOutput": 26597
16928
16963
  },
16929
16964
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
16930
- "bytesInOutput": 6463
16965
+ "bytesInOutput": 6467
16931
16966
  },
16932
16967
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16933
- "bytesInOutput": 6254
16968
+ "bytesInOutput": 6256
16934
16969
  },
16935
16970
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16936
16971
  "bytesInOutput": 1396
@@ -16954,7 +16989,7 @@
16954
16989
  "bytesInOutput": 22291
16955
16990
  },
16956
16991
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
16957
- "bytesInOutput": 12613
16992
+ "bytesInOutput": 12620
16958
16993
  },
16959
16994
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
16960
16995
  "bytesInOutput": 4575
@@ -16966,7 +17001,7 @@
16966
17001
  "bytesInOutput": 16122
16967
17002
  },
16968
17003
  "../../node_modules/sdp-transform/lib/parser.js": {
16969
- "bytesInOutput": 3489
17004
+ "bytesInOutput": 3493
16970
17005
  },
16971
17006
  "../../node_modules/sdp-transform/lib/writer.js": {
16972
17007
  "bytesInOutput": 3070
@@ -16975,7 +17010,7 @@
16975
17010
  "bytesInOutput": 615
16976
17011
  },
16977
17012
  "../hms-video-store/dist/index.js": {
16978
- "bytesInOutput": 53135
17013
+ "bytesInOutput": 53127
16979
17014
  },
16980
17015
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
16981
17016
  "bytesInOutput": 1384
@@ -17005,7 +17040,7 @@
17005
17040
  "bytesInOutput": 938
17006
17041
  },
17007
17042
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17008
- "bytesInOutput": 13514
17043
+ "bytesInOutput": 13528
17009
17044
  },
17010
17045
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17011
17046
  "bytesInOutput": 831
@@ -17059,7 +17094,7 @@
17059
17094
  "bytesInOutput": 1694
17060
17095
  },
17061
17096
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17062
- "bytesInOutput": 8651
17097
+ "bytesInOutput": 8531
17063
17098
  },
17064
17099
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17065
17100
  "bytesInOutput": 5338
@@ -17119,7 +17154,7 @@
17119
17154
  "bytesInOutput": 5842
17120
17155
  },
17121
17156
  "src/Prebuilt/components/Polls/common/utils.ts": {
17122
- "bytesInOutput": 842
17157
+ "bytesInOutput": 837
17123
17158
  },
17124
17159
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
17125
17160
  "bytesInOutput": 2726
@@ -17179,10 +17214,10 @@
17179
17214
  "bytesInOutput": 2366
17180
17215
  },
17181
17216
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
17182
- "bytesInOutput": 2348
17217
+ "bytesInOutput": 2555
17183
17218
  },
17184
17219
  "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
17185
- "bytesInOutput": 923
17220
+ "bytesInOutput": 926
17186
17221
  },
17187
17222
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17188
17223
  "bytesInOutput": 17147
@@ -17200,7 +17235,7 @@
17200
17235
  "bytesInOutput": 1440
17201
17236
  },
17202
17237
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17203
- "bytesInOutput": 11689
17238
+ "bytesInOutput": 11726
17204
17239
  },
17205
17240
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17206
17241
  "bytesInOutput": 3529
@@ -17215,7 +17250,7 @@
17215
17250
  "bytesInOutput": 6106
17216
17251
  },
17217
17252
  "src/Prebuilt/components/Chat/Chat.tsx": {
17218
- "bytesInOutput": 5596
17253
+ "bytesInOutput": 6161
17219
17254
  },
17220
17255
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
17221
17256
  "bytesInOutput": 5344
@@ -17224,7 +17259,7 @@
17224
17259
  "bytesInOutput": 3060
17225
17260
  },
17226
17261
  "src/Prebuilt/components/SidePaneTabs.tsx": {
17227
- "bytesInOutput": 9383
17262
+ "bytesInOutput": 9231
17228
17263
  },
17229
17264
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
17230
17265
  "bytesInOutput": 2716
@@ -17260,7 +17295,7 @@
17260
17295
  "bytesInOutput": 8756
17261
17296
  },
17262
17297
  "src/Prebuilt/layouts/SidePane.tsx": {
17263
- "bytesInOutput": 7070
17298
+ "bytesInOutput": 7752
17264
17299
  },
17265
17300
  "src/Prebuilt/components/Chip.tsx": {
17266
17301
  "bytesInOutput": 1118
@@ -17350,7 +17385,7 @@
17350
17385
  "bytesInOutput": 656
17351
17386
  },
17352
17387
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17353
- "bytesInOutput": 1967
17388
+ "bytesInOutput": 1903
17354
17389
  },
17355
17390
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17356
17391
  "bytesInOutput": 489
@@ -17365,7 +17400,7 @@
17365
17400
  "bytesInOutput": 835
17366
17401
  },
17367
17402
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17368
- "bytesInOutput": 3266
17403
+ "bytesInOutput": 3728
17369
17404
  },
17370
17405
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17371
17406
  "bytesInOutput": 1748
@@ -17389,13 +17424,13 @@
17389
17424
  "bytesInOutput": 8496
17390
17425
  },
17391
17426
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
17392
- "bytesInOutput": 2852
17427
+ "bytesInOutput": 2886
17393
17428
  },
17394
17429
  "src/Prebuilt/layouts/HLSView.jsx": {
17395
- "bytesInOutput": 28711
17430
+ "bytesInOutput": 31215
17396
17431
  },
17397
17432
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17398
- "bytesInOutput": 4584
17433
+ "bytesInOutput": 5017
17399
17434
  },
17400
17435
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17401
17436
  "bytesInOutput": 2182
@@ -17413,7 +17448,7 @@
17413
17448
  "bytesInOutput": 1024
17414
17449
  },
17415
17450
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17416
- "bytesInOutput": 8708
17451
+ "bytesInOutput": 9089
17417
17452
  },
17418
17453
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17419
17454
  "bytesInOutput": 4366
@@ -17437,7 +17472,7 @@
17437
17472
  "bytesInOutput": 2925
17438
17473
  },
17439
17474
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
17440
- "bytesInOutput": 3336
17475
+ "bytesInOutput": 3699
17441
17476
  },
17442
17477
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17443
17478
  "bytesInOutput": 1415
@@ -17530,7 +17565,7 @@
17530
17565
  "bytesInOutput": 2980
17531
17566
  }
17532
17567
  },
17533
- "bytes": 1544798
17568
+ "bytes": 1550047
17534
17569
  }
17535
17570
  }
17536
17571
  }