@100mslive/roomkit-react 0.2.8-alpha.7 → 0.2.8-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/dist/{HLSView-MYKM5AXS.js → HLSView-TOMPA4E4.js} +191 -188
  2. package/dist/HLSView-TOMPA4E4.js.map +7 -0
  3. package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +3 -2
  4. package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +1 -3
  5. package/dist/Prebuilt/components/HMSVideo/index.d.ts +1 -3
  6. package/dist/Prebuilt/components/HMSVideo/utils.d.ts +0 -1
  7. package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
  8. package/dist/Prebuilt/components/Leave/LeaveRoom.d.ts +2 -1
  9. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
  10. package/dist/Prebuilt/components/RaiseHand.d.ts +4 -1
  11. package/dist/Sheet/Sheet.d.ts +1 -0
  12. package/dist/{chunk-DRBTAFKN.js → chunk-FUDX3LDB.js} +820 -723
  13. package/dist/chunk-FUDX3LDB.js.map +7 -0
  14. package/dist/index.cjs.js +1324 -1220
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.js +1 -1
  17. package/dist/meta.cjs.json +274 -209
  18. package/dist/meta.esbuild.json +283 -216
  19. package/package.json +6 -6
  20. package/src/Button/Button.tsx +4 -4
  21. package/src/Fieldset/Fieldset.tsx +1 -1
  22. package/src/Input/PasswordInput.stories.tsx +1 -1
  23. package/src/Pagination/StyledPagination.stories.tsx +2 -2
  24. package/src/Prebuilt/IconButton.tsx +1 -1
  25. package/src/Prebuilt/components/Chat/Chat.tsx +41 -1
  26. package/src/Prebuilt/components/Chat/ChatFooter.tsx +19 -15
  27. package/src/Prebuilt/components/EmojiReaction.jsx +32 -22
  28. package/src/Prebuilt/components/Footer/RoleOptions.tsx +125 -126
  29. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +85 -78
  30. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -4
  31. package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +49 -56
  32. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +6 -6
  33. package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +2 -1
  34. package/src/Prebuilt/components/HMSVideo/utils.ts +0 -8
  35. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +1 -1
  36. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +50 -46
  37. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +10 -5
  38. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +12 -6
  39. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -2
  40. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +4 -1
  41. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +3 -2
  42. package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -1
  43. package/src/Prebuilt/components/Polls/common/utils.ts +2 -2
  44. package/src/Prebuilt/components/RaiseHand.tsx +8 -2
  45. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +41 -14
  46. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +2 -2
  47. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +1 -1
  48. package/src/Prebuilt/layouts/HLSView.jsx +58 -47
  49. package/src/Prebuilt/layouts/SidePane.tsx +1 -2
  50. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +3 -2
  51. package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
  52. package/src/Sheet/Sheet.tsx +3 -3
  53. package/dist/HLSView-MYKM5AXS.js.map +0 -7
  54. package/dist/chunk-DRBTAFKN.js.map +0 -7
@@ -242,7 +242,7 @@
242
242
  "format": "esm"
243
243
  },
244
244
  "src/Button/Button.tsx": {
245
- "bytes": 4742,
245
+ "bytes": 4738,
246
246
  "imports": [
247
247
  {
248
248
  "path": "react",
@@ -1625,7 +1625,7 @@
1625
1625
  "format": "esm"
1626
1626
  },
1627
1627
  "src/Fieldset/Fieldset.tsx": {
1628
- "bytes": 256,
1628
+ "bytes": 255,
1629
1629
  "imports": [
1630
1630
  {
1631
1631
  "path": "src/Theme/index.tsx",
@@ -2398,7 +2398,7 @@
2398
2398
  "format": "esm"
2399
2399
  },
2400
2400
  "src/Prebuilt/IconButton.tsx": {
2401
- "bytes": 646,
2401
+ "bytes": 645,
2402
2402
  "imports": [
2403
2403
  {
2404
2404
  "path": "src/IconButton/index.tsx",
@@ -2419,7 +2419,7 @@
2419
2419
  "format": "esm"
2420
2420
  },
2421
2421
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2422
- "bytes": 3437,
2422
+ "bytes": 3436,
2423
2423
  "imports": [
2424
2424
  {
2425
2425
  "path": "react",
@@ -2470,7 +2470,7 @@
2470
2470
  "format": "esm"
2471
2471
  },
2472
2472
  "src/Sheet/Sheet.tsx": {
2473
- "bytes": 3199,
2473
+ "bytes": 3257,
2474
2474
  "imports": [
2475
2475
  {
2476
2476
  "path": "react",
@@ -2966,8 +2966,59 @@
2966
2966
  ],
2967
2967
  "format": "esm"
2968
2968
  },
2969
+ "src/Prebuilt/common/hooks.ts": {
2970
+ "bytes": 4502,
2971
+ "imports": [
2972
+ {
2973
+ "path": "react",
2974
+ "kind": "import-statement",
2975
+ "external": true
2976
+ },
2977
+ {
2978
+ "path": "react-use",
2979
+ "kind": "import-statement",
2980
+ "external": true
2981
+ },
2982
+ {
2983
+ "path": "@100mslive/types-prebuilt/elements/join_form",
2984
+ "kind": "import-statement",
2985
+ "external": true
2986
+ },
2987
+ {
2988
+ "path": "@100mslive/react-sdk",
2989
+ "kind": "import-statement",
2990
+ "external": true
2991
+ },
2992
+ {
2993
+ "path": "src/Theme/index.tsx",
2994
+ "kind": "import-statement",
2995
+ "original": "../../Theme"
2996
+ },
2997
+ {
2998
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
2999
+ "kind": "import-statement",
3000
+ "original": "../provider/roomLayoutProvider"
3001
+ },
3002
+ {
3003
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3004
+ "kind": "import-statement",
3005
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3006
+ },
3007
+ {
3008
+ "path": "src/Prebuilt/common/constants.ts",
3009
+ "kind": "import-statement",
3010
+ "original": "./constants"
3011
+ },
3012
+ {
3013
+ "path": "<define:process.env>",
3014
+ "kind": "import-statement",
3015
+ "external": true
3016
+ }
3017
+ ],
3018
+ "format": "esm"
3019
+ },
2969
3020
  "src/Prebuilt/components/EmojiReaction.jsx": {
2970
- "bytes": 2758,
3021
+ "bytes": 3185,
2971
3022
  "imports": [
2972
3023
  {
2973
3024
  "path": "react",
@@ -3034,6 +3085,11 @@
3034
3085
  "kind": "import-statement",
3035
3086
  "original": "./hooks/useDropdownList"
3036
3087
  },
3088
+ {
3089
+ "path": "src/Prebuilt/common/hooks.ts",
3090
+ "kind": "import-statement",
3091
+ "original": "../common/hooks"
3092
+ },
3037
3093
  {
3038
3094
  "path": "src/Prebuilt/common/constants.ts",
3039
3095
  "kind": "import-statement",
@@ -3192,7 +3248,7 @@
3192
3248
  "format": "esm"
3193
3249
  },
3194
3250
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
3195
- "bytes": 6141,
3251
+ "bytes": 6358,
3196
3252
  "imports": [
3197
3253
  {
3198
3254
  "path": "react",
@@ -3272,59 +3328,8 @@
3272
3328
  ],
3273
3329
  "format": "esm"
3274
3330
  },
3275
- "src/Prebuilt/common/hooks.ts": {
3276
- "bytes": 4502,
3277
- "imports": [
3278
- {
3279
- "path": "react",
3280
- "kind": "import-statement",
3281
- "external": true
3282
- },
3283
- {
3284
- "path": "react-use",
3285
- "kind": "import-statement",
3286
- "external": true
3287
- },
3288
- {
3289
- "path": "@100mslive/types-prebuilt/elements/join_form",
3290
- "kind": "import-statement",
3291
- "external": true
3292
- },
3293
- {
3294
- "path": "@100mslive/react-sdk",
3295
- "kind": "import-statement",
3296
- "external": true
3297
- },
3298
- {
3299
- "path": "src/Theme/index.tsx",
3300
- "kind": "import-statement",
3301
- "original": "../../Theme"
3302
- },
3303
- {
3304
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3305
- "kind": "import-statement",
3306
- "original": "../provider/roomLayoutProvider"
3307
- },
3308
- {
3309
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3310
- "kind": "import-statement",
3311
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3312
- },
3313
- {
3314
- "path": "src/Prebuilt/common/constants.ts",
3315
- "kind": "import-statement",
3316
- "original": "./constants"
3317
- },
3318
- {
3319
- "path": "<define:process.env>",
3320
- "kind": "import-statement",
3321
- "external": true
3322
- }
3323
- ],
3324
- "format": "esm"
3325
- },
3326
3331
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3327
- "bytes": 5046,
3332
+ "bytes": 5205,
3328
3333
  "imports": [
3329
3334
  {
3330
3335
  "path": "react",
@@ -3410,7 +3415,7 @@
3410
3415
  "format": "esm"
3411
3416
  },
3412
3417
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3413
- "bytes": 2652,
3418
+ "bytes": 2733,
3414
3419
  "imports": [
3415
3420
  {
3416
3421
  "path": "react",
@@ -3692,7 +3697,7 @@
3692
3697
  "format": "esm"
3693
3698
  },
3694
3699
  "src/Prebuilt/primitives/DialogContent.jsx": {
3695
- "bytes": 8438,
3700
+ "bytes": 8437,
3696
3701
  "imports": [
3697
3702
  {
3698
3703
  "path": "react",
@@ -4676,7 +4681,7 @@
4676
4681
  "format": "cjs"
4677
4682
  },
4678
4683
  "../hms-video-store/dist/index.js": {
4679
- "bytes": 326164,
4684
+ "bytes": 326152,
4680
4685
  "imports": [
4681
4686
  {
4682
4687
  "path": "../../node_modules/reselect/es/index.js",
@@ -5186,7 +5191,7 @@
5186
5191
  "format": "esm"
5187
5192
  },
5188
5193
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5189
- "bytes": 12812,
5194
+ "bytes": 13044,
5190
5195
  "imports": [
5191
5196
  {
5192
5197
  "path": "react",
@@ -5303,6 +5308,11 @@
5303
5308
  "kind": "import-statement",
5304
5309
  "original": "../../hooks/useUnreadPollQuizPresent"
5305
5310
  },
5311
+ {
5312
+ "path": "src/Prebuilt/common/hooks.ts",
5313
+ "kind": "import-statement",
5314
+ "original": "../../../common/hooks"
5315
+ },
5306
5316
  {
5307
5317
  "path": "src/Prebuilt/common/utils.js",
5308
5318
  "kind": "import-statement",
@@ -5373,7 +5383,7 @@
5373
5383
  "format": "esm"
5374
5384
  },
5375
5385
  "src/Prebuilt/components/RaiseHand.tsx": {
5376
- "bytes": 692,
5386
+ "bytes": 798,
5377
5387
  "imports": [
5378
5388
  {
5379
5389
  "path": "react",
@@ -5385,6 +5395,11 @@
5385
5395
  "kind": "import-statement",
5386
5396
  "external": true
5387
5397
  },
5398
+ {
5399
+ "path": "../../Theme",
5400
+ "kind": "import-statement",
5401
+ "external": true
5402
+ },
5388
5403
  {
5389
5404
  "path": "src/Tooltip/index.ts",
5390
5405
  "kind": "import-statement",
@@ -5531,7 +5546,7 @@
5531
5546
  "format": "esm"
5532
5547
  },
5533
5548
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
5534
- "bytes": 2244,
5549
+ "bytes": 2243,
5535
5550
  "imports": [
5536
5551
  {
5537
5552
  "path": "react",
@@ -5618,7 +5633,7 @@
5618
5633
  "format": "esm"
5619
5634
  },
5620
5635
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
5621
- "bytes": 6568,
5636
+ "bytes": 6566,
5622
5637
  "imports": [
5623
5638
  {
5624
5639
  "path": "react",
@@ -5920,7 +5935,7 @@
5920
5935
  "format": "esm"
5921
5936
  },
5922
5937
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5923
- "bytes": 6933,
5938
+ "bytes": 7129,
5924
5939
  "imports": [
5925
5940
  {
5926
5941
  "path": "react",
@@ -5932,6 +5947,11 @@
5932
5947
  "kind": "import-statement",
5933
5948
  "external": true
5934
5949
  },
5950
+ {
5951
+ "path": "ts-pattern",
5952
+ "kind": "import-statement",
5953
+ "external": true
5954
+ },
5935
5955
  {
5936
5956
  "path": "@100mslive/react-sdk",
5937
5957
  "kind": "import-statement",
@@ -6603,7 +6623,7 @@
6603
6623
  "format": "esm"
6604
6624
  },
6605
6625
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
6606
- "bytes": 1030,
6626
+ "bytes": 1029,
6607
6627
  "imports": [
6608
6628
  {
6609
6629
  "path": "react",
@@ -6951,7 +6971,7 @@
6951
6971
  "format": "esm"
6952
6972
  },
6953
6973
  "src/Prebuilt/components/Polls/common/utils.ts": {
6954
- "bytes": 632,
6974
+ "bytes": 633,
6955
6975
  "imports": [
6956
6976
  {
6957
6977
  "path": "<define:process.env>",
@@ -7295,7 +7315,7 @@
7295
7315
  "format": "esm"
7296
7316
  },
7297
7317
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
7298
- "bytes": 3300,
7318
+ "bytes": 3334,
7299
7319
  "imports": [
7300
7320
  {
7301
7321
  "path": "react",
@@ -7406,6 +7426,47 @@
7406
7426
  ],
7407
7427
  "format": "esm"
7408
7428
  },
7429
+ "src/Prebuilt/components/Header/HeaderComponents.jsx": {
7430
+ "bytes": 1583,
7431
+ "imports": [
7432
+ {
7433
+ "path": "react",
7434
+ "kind": "import-statement",
7435
+ "external": true
7436
+ },
7437
+ {
7438
+ "path": "@100mslive/react-sdk",
7439
+ "kind": "import-statement",
7440
+ "external": true
7441
+ },
7442
+ {
7443
+ "path": "@100mslive/react-icons",
7444
+ "kind": "import-statement",
7445
+ "external": true
7446
+ },
7447
+ {
7448
+ "path": "src/index.ts",
7449
+ "kind": "import-statement",
7450
+ "original": "../../../"
7451
+ },
7452
+ {
7453
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
7454
+ "kind": "import-statement",
7455
+ "original": "../../provider/roomLayoutProvider"
7456
+ },
7457
+ {
7458
+ "path": "<define:process.env>",
7459
+ "kind": "import-statement",
7460
+ "external": true
7461
+ },
7462
+ {
7463
+ "path": "<runtime>",
7464
+ "kind": "import-statement",
7465
+ "external": true
7466
+ }
7467
+ ],
7468
+ "format": "esm"
7469
+ },
7409
7470
  "src/Prebuilt/components/RoomDetails/Duration.tsx": {
7410
7471
  "bytes": 784,
7411
7472
  "imports": [
@@ -7469,7 +7530,7 @@
7469
7530
  "format": "esm"
7470
7531
  },
7471
7532
  "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
7472
- "bytes": 1300,
7533
+ "bytes": 2042,
7473
7534
  "imports": [
7474
7535
  {
7475
7536
  "path": "react",
@@ -7491,6 +7552,11 @@
7491
7552
  "kind": "import-statement",
7492
7553
  "original": "../../../Text"
7493
7554
  },
7555
+ {
7556
+ "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
7557
+ "kind": "import-statement",
7558
+ "original": "../Header/HeaderComponents"
7559
+ },
7494
7560
  {
7495
7561
  "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
7496
7562
  "kind": "import-statement",
@@ -7506,6 +7572,11 @@
7506
7572
  "kind": "import-statement",
7507
7573
  "original": "../AppData/useSidepane"
7508
7574
  },
7575
+ {
7576
+ "path": "src/Prebuilt/common/hooks.ts",
7577
+ "kind": "import-statement",
7578
+ "original": "../../common/hooks"
7579
+ },
7509
7580
  {
7510
7581
  "path": "src/Prebuilt/common/constants.ts",
7511
7582
  "kind": "import-statement",
@@ -8075,7 +8146,7 @@
8075
8146
  "format": "esm"
8076
8147
  },
8077
8148
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8078
- "bytes": 10168,
8149
+ "bytes": 10403,
8079
8150
  "imports": [
8080
8151
  {
8081
8152
  "path": "react",
@@ -8375,7 +8446,7 @@
8375
8446
  "format": "esm"
8376
8447
  },
8377
8448
  "src/Prebuilt/components/Chat/Chat.tsx": {
8378
- "bytes": 3578,
8449
+ "bytes": 4814,
8379
8450
  "imports": [
8380
8451
  {
8381
8452
  "path": "react",
@@ -8397,6 +8468,11 @@
8397
8468
  "kind": "import-statement",
8398
8469
  "original": "@100mslive/hms-video-store"
8399
8470
  },
8471
+ {
8472
+ "path": "ts-pattern",
8473
+ "kind": "import-statement",
8474
+ "external": true
8475
+ },
8400
8476
  {
8401
8477
  "path": "@100mslive/react-sdk",
8402
8478
  "kind": "import-statement",
@@ -8422,6 +8498,11 @@
8422
8498
  "kind": "import-statement",
8423
8499
  "original": "../../../Theme"
8424
8500
  },
8501
+ {
8502
+ "path": "src/Prebuilt/components/EmojiReaction.jsx",
8503
+ "kind": "import-statement",
8504
+ "original": "../EmojiReaction"
8505
+ },
8425
8506
  {
8426
8507
  "path": "src/Prebuilt/components/Chat/ChatBody.tsx",
8427
8508
  "kind": "import-statement",
@@ -8447,6 +8528,11 @@
8447
8528
  "kind": "import-statement",
8448
8529
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8449
8530
  },
8531
+ {
8532
+ "path": "src/Prebuilt/common/hooks.ts",
8533
+ "kind": "import-statement",
8534
+ "original": "../../common/hooks"
8535
+ },
8450
8536
  {
8451
8537
  "path": "src/Prebuilt/common/constants.ts",
8452
8538
  "kind": "import-statement",
@@ -8456,6 +8542,11 @@
8456
8542
  "path": "<define:process.env>",
8457
8543
  "kind": "import-statement",
8458
8544
  "external": true
8545
+ },
8546
+ {
8547
+ "path": "<runtime>",
8548
+ "kind": "import-statement",
8549
+ "external": true
8459
8550
  }
8460
8551
  ],
8461
8552
  "format": "esm"
@@ -9215,7 +9306,7 @@
9215
9306
  "format": "esm"
9216
9307
  },
9217
9308
  "src/Prebuilt/layouts/SidePane.tsx": {
9218
- "bytes": 6164,
9309
+ "bytes": 6124,
9219
9310
  "imports": [
9220
9311
  {
9221
9312
  "path": "react",
@@ -9397,47 +9488,6 @@
9397
9488
  ],
9398
9489
  "format": "esm"
9399
9490
  },
9400
- "src/Prebuilt/components/Header/HeaderComponents.jsx": {
9401
- "bytes": 1583,
9402
- "imports": [
9403
- {
9404
- "path": "react",
9405
- "kind": "import-statement",
9406
- "external": true
9407
- },
9408
- {
9409
- "path": "@100mslive/react-sdk",
9410
- "kind": "import-statement",
9411
- "external": true
9412
- },
9413
- {
9414
- "path": "@100mslive/react-icons",
9415
- "kind": "import-statement",
9416
- "external": true
9417
- },
9418
- {
9419
- "path": "src/index.ts",
9420
- "kind": "import-statement",
9421
- "original": "../../../"
9422
- },
9423
- {
9424
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
9425
- "kind": "import-statement",
9426
- "original": "../../provider/roomLayoutProvider"
9427
- },
9428
- {
9429
- "path": "<define:process.env>",
9430
- "kind": "import-statement",
9431
- "external": true
9432
- },
9433
- {
9434
- "path": "<runtime>",
9435
- "kind": "import-statement",
9436
- "external": true
9437
- }
9438
- ],
9439
- "format": "esm"
9440
- },
9441
9491
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
9442
9492
  "bytes": 2843,
9443
9493
  "imports": [
@@ -10796,7 +10846,7 @@
10796
10846
  "format": "esm"
10797
10847
  },
10798
10848
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
10799
- "bytes": 1454,
10849
+ "bytes": 1409,
10800
10850
  "imports": [
10801
10851
  {
10802
10852
  "path": "react",
@@ -10910,7 +10960,7 @@
10910
10960
  "format": "esm"
10911
10961
  },
10912
10962
  "src/Prebuilt/components/HMSVideo/utils.ts": {
10913
- "bytes": 1319,
10963
+ "bytes": 977,
10914
10964
  "imports": [
10915
10965
  {
10916
10966
  "path": "<define:process.env>",
@@ -10921,7 +10971,7 @@
10921
10971
  "format": "esm"
10922
10972
  },
10923
10973
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
10924
- "bytes": 2546,
10974
+ "bytes": 2484,
10925
10975
  "imports": [
10926
10976
  {
10927
10977
  "path": "react",
@@ -10952,7 +11002,7 @@
10952
11002
  "format": "esm"
10953
11003
  },
10954
11004
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
10955
- "bytes": 1214,
11005
+ "bytes": 1309,
10956
11006
  "imports": [
10957
11007
  {
10958
11008
  "path": "react",
@@ -11168,7 +11218,7 @@
11168
11218
  "format": "esm"
11169
11219
  },
11170
11220
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
11171
- "bytes": 7896,
11221
+ "bytes": 7921,
11172
11222
  "imports": [
11173
11223
  {
11174
11224
  "path": "react",
@@ -11219,7 +11269,7 @@
11219
11269
  "format": "esm"
11220
11270
  },
11221
11271
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
11222
- "bytes": 3067,
11272
+ "bytes": 2461,
11223
11273
  "imports": [
11224
11274
  {
11225
11275
  "path": "react",
@@ -11227,7 +11277,7 @@
11227
11277
  "external": true
11228
11278
  },
11229
11279
  {
11230
- "path": "@100mslive/react-sdk",
11280
+ "path": "@100mslive/react-icons",
11231
11281
  "kind": "import-statement",
11232
11282
  "external": true
11233
11283
  },
@@ -11246,20 +11296,25 @@
11246
11296
  "kind": "import-statement",
11247
11297
  "original": "../Header/HeaderComponents"
11248
11298
  },
11299
+ {
11300
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
11301
+ "kind": "import-statement",
11302
+ "original": "../RoomDetails/RoomDetailsRow"
11303
+ },
11249
11304
  {
11250
11305
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11251
11306
  "kind": "import-statement",
11252
11307
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11253
11308
  },
11254
11309
  {
11255
- "path": "src/Prebuilt/common/utils.js",
11310
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
11256
11311
  "kind": "import-statement",
11257
- "original": "../../common/utils"
11312
+ "original": "../AppData/useSidepane"
11258
11313
  },
11259
11314
  {
11260
- "path": "src/Prebuilt/components/HMSVideo/utils.ts",
11315
+ "path": "src/Prebuilt/common/constants.ts",
11261
11316
  "kind": "import-statement",
11262
- "original": "./utils"
11317
+ "original": "../../common/constants"
11263
11318
  },
11264
11319
  {
11265
11320
  "path": "<define:process.env>",
@@ -11270,7 +11325,7 @@
11270
11325
  "format": "esm"
11271
11326
  },
11272
11327
  "src/Prebuilt/layouts/HLSView.jsx": {
11273
- "bytes": 25249,
11328
+ "bytes": 26178,
11274
11329
  "imports": [
11275
11330
  {
11276
11331
  "path": "react",
@@ -11426,7 +11481,7 @@
11426
11481
  "format": "esm"
11427
11482
  },
11428
11483
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11429
- "bytes": 4204,
11484
+ "bytes": 4333,
11430
11485
  "imports": [
11431
11486
  {
11432
11487
  "path": "react",
@@ -12335,7 +12390,7 @@
12335
12390
  "format": "esm"
12336
12391
  },
12337
12392
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
12338
- "bytes": 1623,
12393
+ "bytes": 1818,
12339
12394
  "imports": [
12340
12395
  {
12341
12396
  "path": "react",
@@ -13542,7 +13597,7 @@
13542
13597
  "imports": [],
13543
13598
  "exports": [],
13544
13599
  "inputs": {},
13545
- "bytes": 3251031
13600
+ "bytes": 3257115
13546
13601
  },
13547
13602
  "dist/index.cjs.js": {
13548
13603
  "imports": [
@@ -14067,12 +14122,7 @@
14067
14122
  "external": true
14068
14123
  },
14069
14124
  {
14070
- "path": "@emoji-mart/data/sets/14/apple.json",
14071
- "kind": "require-call",
14072
- "external": true
14073
- },
14074
- {
14075
- "path": "emoji-mart",
14125
+ "path": "@100mslive/types-prebuilt/elements/join_form",
14076
14126
  "kind": "require-call",
14077
14127
  "external": true
14078
14128
  },
@@ -14082,27 +14132,27 @@
14082
14132
  "external": true
14083
14133
  },
14084
14134
  {
14085
- "path": "@100mslive/react-icons",
14135
+ "path": "react",
14086
14136
  "kind": "require-call",
14087
14137
  "external": true
14088
14138
  },
14089
14139
  {
14090
- "path": "react",
14140
+ "path": "react-use",
14091
14141
  "kind": "require-call",
14092
14142
  "external": true
14093
14143
  },
14094
14144
  {
14095
- "path": "@100mslive/react-icons",
14145
+ "path": "@emoji-mart/data/sets/14/apple.json",
14096
14146
  "kind": "require-call",
14097
14147
  "external": true
14098
14148
  },
14099
14149
  {
14100
- "path": "react",
14150
+ "path": "emoji-mart",
14101
14151
  "kind": "require-call",
14102
14152
  "external": true
14103
14153
  },
14104
14154
  {
14105
- "path": "react",
14155
+ "path": "@100mslive/react-sdk",
14106
14156
  "kind": "require-call",
14107
14157
  "external": true
14108
14158
  },
@@ -14117,12 +14167,12 @@
14117
14167
  "external": true
14118
14168
  },
14119
14169
  {
14120
- "path": "@100mslive/react-sdk",
14170
+ "path": "@100mslive/react-icons",
14121
14171
  "kind": "require-call",
14122
14172
  "external": true
14123
14173
  },
14124
14174
  {
14125
- "path": "@100mslive/react-icons",
14175
+ "path": "react",
14126
14176
  "kind": "require-call",
14127
14177
  "external": true
14128
14178
  },
@@ -14132,12 +14182,12 @@
14132
14182
  "external": true
14133
14183
  },
14134
14184
  {
14135
- "path": "react-use",
14185
+ "path": "@100mslive/react-icons",
14136
14186
  "kind": "require-call",
14137
14187
  "external": true
14138
14188
  },
14139
14189
  {
14140
- "path": "@100mslive/types-prebuilt/elements/join_form",
14190
+ "path": "react",
14141
14191
  "kind": "require-call",
14142
14192
  "external": true
14143
14193
  },
@@ -14146,6 +14196,11 @@
14146
14196
  "kind": "require-call",
14147
14197
  "external": true
14148
14198
  },
14199
+ {
14200
+ "path": "@100mslive/react-icons",
14201
+ "kind": "require-call",
14202
+ "external": true
14203
+ },
14149
14204
  {
14150
14205
  "path": "react",
14151
14206
  "kind": "require-call",
@@ -14706,6 +14761,11 @@
14706
14761
  "kind": "require-call",
14707
14762
  "external": true
14708
14763
  },
14764
+ {
14765
+ "path": "ts-pattern",
14766
+ "kind": "require-call",
14767
+ "external": true
14768
+ },
14709
14769
  {
14710
14770
  "path": "@100mslive/react-sdk",
14711
14771
  "kind": "require-call",
@@ -15056,6 +15116,21 @@
15056
15116
  "kind": "require-call",
15057
15117
  "external": true
15058
15118
  },
15119
+ {
15120
+ "path": "@100mslive/react-sdk",
15121
+ "kind": "require-call",
15122
+ "external": true
15123
+ },
15124
+ {
15125
+ "path": "@100mslive/react-icons",
15126
+ "kind": "require-call",
15127
+ "external": true
15128
+ },
15129
+ {
15130
+ "path": "react",
15131
+ "kind": "require-call",
15132
+ "external": true
15133
+ },
15059
15134
  {
15060
15135
  "path": "react",
15061
15136
  "kind": "require-call",
@@ -15301,6 +15376,11 @@
15301
15376
  "kind": "require-call",
15302
15377
  "external": true
15303
15378
  },
15379
+ {
15380
+ "path": "ts-pattern",
15381
+ "kind": "require-call",
15382
+ "external": true
15383
+ },
15304
15384
  {
15305
15385
  "path": "@100mslive/react-sdk",
15306
15386
  "kind": "require-call",
@@ -15531,21 +15611,6 @@
15531
15611
  "kind": "require-call",
15532
15612
  "external": true
15533
15613
  },
15534
- {
15535
- "path": "@100mslive/react-sdk",
15536
- "kind": "require-call",
15537
- "external": true
15538
- },
15539
- {
15540
- "path": "@100mslive/react-icons",
15541
- "kind": "require-call",
15542
- "external": true
15543
- },
15544
- {
15545
- "path": "react",
15546
- "kind": "require-call",
15547
- "external": true
15548
- },
15549
15614
  {
15550
15615
  "path": "react-use",
15551
15616
  "kind": "require-call",
@@ -15982,7 +16047,7 @@
15982
16047
  "external": true
15983
16048
  },
15984
16049
  {
15985
- "path": "@100mslive/react-sdk",
16050
+ "path": "@100mslive/react-icons",
15986
16051
  "kind": "require-call",
15987
16052
  "external": true
15988
16053
  },
@@ -16431,7 +16496,7 @@
16431
16496
  "entryPoint": "src/index.ts",
16432
16497
  "inputs": {
16433
16498
  "<define:process.env>": {
16434
- "bytesInOutput": 18233
16499
+ "bytesInOutput": 18232
16435
16500
  },
16436
16501
  "src/Theme/base.config.ts": {
16437
16502
  "bytesInOutput": 6104
@@ -16470,7 +16535,7 @@
16470
16535
  "bytesInOutput": 417
16471
16536
  },
16472
16537
  "src/Button/Button.tsx": {
16473
- "bytesInOutput": 5359
16538
+ "bytesInOutput": 5355
16474
16539
  },
16475
16540
  "src/Button/index.tsx": {
16476
16541
  "bytesInOutput": 132
@@ -16650,7 +16715,7 @@
16650
16715
  "bytesInOutput": 297
16651
16716
  },
16652
16717
  "src/Fieldset/Fieldset.tsx": {
16653
- "bytesInOutput": 398
16718
+ "bytesInOutput": 397
16654
16719
  },
16655
16720
  "src/Fieldset/index.tsx": {
16656
16721
  "bytesInOutput": 138
@@ -16707,7 +16772,7 @@
16707
16772
  "bytesInOutput": 3450
16708
16773
  },
16709
16774
  "../../node_modules/lodash/lodash.js": {
16710
- "bytesInOutput": 224285
16775
+ "bytesInOutput": 224298
16711
16776
  },
16712
16777
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16713
16778
  "bytesInOutput": 1887
@@ -16740,13 +16805,13 @@
16740
16805
  "bytesInOutput": 4530
16741
16806
  },
16742
16807
  "src/Prebuilt/IconButton.tsx": {
16743
- "bytesInOutput": 845
16808
+ "bytesInOutput": 844
16744
16809
  },
16745
16810
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16746
- "bytesInOutput": 4096
16811
+ "bytesInOutput": 4095
16747
16812
  },
16748
16813
  "src/Sheet/Sheet.tsx": {
16749
- "bytesInOutput": 3577
16814
+ "bytesInOutput": 3610
16750
16815
  },
16751
16816
  "src/Sheet/index.ts": {
16752
16817
  "bytesInOutput": 128
@@ -16781,8 +16846,11 @@
16781
16846
  "src/Prebuilt/components/hooks/useDropdownList.ts": {
16782
16847
  "bytesInOutput": 884
16783
16848
  },
16849
+ "src/Prebuilt/common/hooks.ts": {
16850
+ "bytesInOutput": 3890
16851
+ },
16784
16852
  "src/Prebuilt/components/EmojiReaction.jsx": {
16785
- "bytesInOutput": 2928
16853
+ "bytesInOutput": 3423
16786
16854
  },
16787
16855
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
16788
16856
  "bytesInOutput": 2547
@@ -16797,16 +16865,13 @@
16797
16865
  "bytesInOutput": 2361
16798
16866
  },
16799
16867
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16800
- "bytesInOutput": 7065
16801
- },
16802
- "src/Prebuilt/common/hooks.ts": {
16803
- "bytesInOutput": 3890
16868
+ "bytesInOutput": 7168
16804
16869
  },
16805
16870
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
16806
- "bytesInOutput": 5896
16871
+ "bytesInOutput": 5991
16807
16872
  },
16808
16873
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
16809
- "bytesInOutput": 2963
16874
+ "bytesInOutput": 3023
16810
16875
  },
16811
16876
  "src/Prebuilt/components/PIP/pipUtils.js": {
16812
16877
  "bytesInOutput": 4391
@@ -16827,7 +16892,7 @@
16827
16892
  "bytesInOutput": 7604
16828
16893
  },
16829
16894
  "src/Prebuilt/primitives/DialogContent.jsx": {
16830
- "bytesInOutput": 9393
16895
+ "bytesInOutput": 9392
16831
16896
  },
16832
16897
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
16833
16898
  "bytesInOutput": 3668
@@ -16866,16 +16931,16 @@
16866
16931
  "bytesInOutput": 2641
16867
16932
  },
16868
16933
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
16869
- "bytesInOutput": 42475
16934
+ "bytesInOutput": 42486
16870
16935
  },
16871
16936
  "../../node_modules/lodash.isequal/index.js": {
16872
16937
  "bytesInOutput": 26597
16873
16938
  },
16874
16939
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
16875
- "bytesInOutput": 6463
16940
+ "bytesInOutput": 6467
16876
16941
  },
16877
16942
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16878
- "bytesInOutput": 6254
16943
+ "bytesInOutput": 6256
16879
16944
  },
16880
16945
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16881
16946
  "bytesInOutput": 1396
@@ -16899,7 +16964,7 @@
16899
16964
  "bytesInOutput": 22291
16900
16965
  },
16901
16966
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
16902
- "bytesInOutput": 12613
16967
+ "bytesInOutput": 12620
16903
16968
  },
16904
16969
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
16905
16970
  "bytesInOutput": 4575
@@ -16911,7 +16976,7 @@
16911
16976
  "bytesInOutput": 16122
16912
16977
  },
16913
16978
  "../../node_modules/sdp-transform/lib/parser.js": {
16914
- "bytesInOutput": 3489
16979
+ "bytesInOutput": 3493
16915
16980
  },
16916
16981
  "../../node_modules/sdp-transform/lib/writer.js": {
16917
16982
  "bytesInOutput": 3070
@@ -16950,13 +17015,13 @@
16950
17015
  "bytesInOutput": 938
16951
17016
  },
16952
17017
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
16953
- "bytesInOutput": 13339
17018
+ "bytesInOutput": 13514
16954
17019
  },
16955
17020
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16956
17021
  "bytesInOutput": 831
16957
17022
  },
16958
17023
  "src/Prebuilt/components/RaiseHand.tsx": {
16959
- "bytesInOutput": 1037
17024
+ "bytesInOutput": 1149
16960
17025
  },
16961
17026
  "src/Prebuilt/images/pdf-share.png": {
16962
17027
  "bytesInOutput": 25548
@@ -16977,13 +17042,13 @@
16977
17042
  "bytesInOutput": 1217
16978
17043
  },
16979
17044
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
16980
- "bytesInOutput": 2854
17045
+ "bytesInOutput": 2853
16981
17046
  },
16982
17047
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
16983
17048
  "bytesInOutput": 1563
16984
17049
  },
16985
17050
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
16986
- "bytesInOutput": 7928
17051
+ "bytesInOutput": 7926
16987
17052
  },
16988
17053
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
16989
17054
  "bytesInOutput": 2190
@@ -17004,7 +17069,7 @@
17004
17069
  "bytesInOutput": 1694
17005
17070
  },
17006
17071
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17007
- "bytesInOutput": 8651
17072
+ "bytesInOutput": 8590
17008
17073
  },
17009
17074
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17010
17075
  "bytesInOutput": 5338
@@ -17040,7 +17105,7 @@
17040
17105
  "bytesInOutput": 394
17041
17106
  },
17042
17107
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
17043
- "bytesInOutput": 1336
17108
+ "bytesInOutput": 1335
17044
17109
  },
17045
17110
  "src/Prebuilt/components/Polls/common/VoteCount.tsx": {
17046
17111
  "bytesInOutput": 587
@@ -17064,7 +17129,7 @@
17064
17129
  "bytesInOutput": 5842
17065
17130
  },
17066
17131
  "src/Prebuilt/components/Polls/common/utils.ts": {
17067
- "bytesInOutput": 836
17132
+ "bytesInOutput": 837
17068
17133
  },
17069
17134
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
17070
17135
  "bytesInOutput": 2726
@@ -17091,11 +17156,14 @@
17091
17156
  "bytesInOutput": 2124
17092
17157
  },
17093
17158
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
17094
- "bytesInOutput": 4182
17159
+ "bytesInOutput": 4218
17095
17160
  },
17096
17161
  "src/Prebuilt/components/Polls/Polls.tsx": {
17097
17162
  "bytesInOutput": 1177
17098
17163
  },
17164
+ "src/Prebuilt/components/Header/HeaderComponents.jsx": {
17165
+ "bytesInOutput": 2165
17166
+ },
17099
17167
  "src/Prebuilt/components/RoomDetails/Duration.tsx": {
17100
17168
  "bytesInOutput": 999
17101
17169
  },
@@ -17103,7 +17171,7 @@
17103
17171
  "bytesInOutput": 1003
17104
17172
  },
17105
17173
  "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
17106
- "bytesInOutput": 1736
17174
+ "bytesInOutput": 2558
17107
17175
  },
17108
17176
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
17109
17177
  "bytesInOutput": 688
@@ -17124,7 +17192,7 @@
17124
17192
  "bytesInOutput": 2348
17125
17193
  },
17126
17194
  "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
17127
- "bytesInOutput": 923
17195
+ "bytesInOutput": 926
17128
17196
  },
17129
17197
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17130
17198
  "bytesInOutput": 17147
@@ -17142,7 +17210,7 @@
17142
17210
  "bytesInOutput": 1440
17143
17211
  },
17144
17212
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17145
- "bytesInOutput": 11484
17213
+ "bytesInOutput": 11689
17146
17214
  },
17147
17215
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17148
17216
  "bytesInOutput": 3529
@@ -17157,7 +17225,7 @@
17157
17225
  "bytesInOutput": 6106
17158
17226
  },
17159
17227
  "src/Prebuilt/components/Chat/Chat.tsx": {
17160
- "bytesInOutput": 4402
17228
+ "bytesInOutput": 5596
17161
17229
  },
17162
17230
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
17163
17231
  "bytesInOutput": 5344
@@ -17202,7 +17270,7 @@
17202
17270
  "bytesInOutput": 8756
17203
17271
  },
17204
17272
  "src/Prebuilt/layouts/SidePane.tsx": {
17205
- "bytesInOutput": 7114
17273
+ "bytesInOutput": 7070
17206
17274
  },
17207
17275
  "src/Prebuilt/components/Chip.tsx": {
17208
17276
  "bytesInOutput": 1118
@@ -17210,9 +17278,6 @@
17210
17278
  "src/Prebuilt/components/FullPageProgress.jsx": {
17211
17279
  "bytesInOutput": 880
17212
17280
  },
17213
- "src/Prebuilt/components/Header/HeaderComponents.jsx": {
17214
- "bytesInOutput": 2165
17215
- },
17216
17281
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
17217
17282
  "bytesInOutput": 3422
17218
17283
  },
@@ -17295,7 +17360,7 @@
17295
17360
  "bytesInOutput": 656
17296
17361
  },
17297
17362
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17298
- "bytesInOutput": 2016
17363
+ "bytesInOutput": 1967
17299
17364
  },
17300
17365
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17301
17366
  "bytesInOutput": 489
@@ -17307,13 +17372,13 @@
17307
17372
  "bytesInOutput": 595
17308
17373
  },
17309
17374
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17310
- "bytesInOutput": 1158
17375
+ "bytesInOutput": 835
17311
17376
  },
17312
17377
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17313
- "bytesInOutput": 3266
17378
+ "bytesInOutput": 3263
17314
17379
  },
17315
17380
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17316
- "bytesInOutput": 1649
17381
+ "bytesInOutput": 1748
17317
17382
  },
17318
17383
  "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
17319
17384
  "bytesInOutput": 2951
@@ -17331,16 +17396,16 @@
17331
17396
  "bytesInOutput": 1016
17332
17397
  },
17333
17398
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
17334
- "bytesInOutput": 8144
17399
+ "bytesInOutput": 8496
17335
17400
  },
17336
17401
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
17337
- "bytesInOutput": 3792
17402
+ "bytesInOutput": 2852
17338
17403
  },
17339
17404
  "src/Prebuilt/layouts/HLSView.jsx": {
17340
- "bytesInOutput": 28298
17405
+ "bytesInOutput": 29455
17341
17406
  },
17342
17407
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17343
- "bytesInOutput": 4474
17408
+ "bytesInOutput": 4584
17344
17409
  },
17345
17410
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17346
17411
  "bytesInOutput": 2182
@@ -17349,7 +17414,7 @@
17349
17414
  "bytesInOutput": 7375
17350
17415
  },
17351
17416
  "src/Prebuilt/components/Header/Header.tsx": {
17352
- "bytesInOutput": 2332
17417
+ "bytesInOutput": 2327
17353
17418
  },
17354
17419
  "src/Prebuilt/components/Header/index.tsx": {
17355
17420
  "bytesInOutput": 152
@@ -17391,13 +17456,13 @@
17391
17456
  "bytesInOutput": 1817
17392
17457
  },
17393
17458
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17394
- "bytesInOutput": 8693
17459
+ "bytesInOutput": 8710
17395
17460
  },
17396
17461
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17397
17462
  "bytesInOutput": 2394
17398
17463
  },
17399
17464
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
17400
- "bytesInOutput": 1708
17465
+ "bytesInOutput": 2023
17401
17466
  },
17402
17467
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
17403
17468
  "bytesInOutput": 1964
@@ -17475,7 +17540,7 @@
17475
17540
  "bytesInOutput": 2980
17476
17541
  }
17477
17542
  },
17478
- "bytes": 1541526
17543
+ "bytes": 1545513
17479
17544
  }
17480
17545
  }
17481
17546
  }