@100mslive/roomkit-react 0.3.14-alpha.0 → 0.3.14-alpha.10

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 (46) hide show
  1. package/dist/Diagnostics/AudioTest.d.ts +2 -0
  2. package/dist/Diagnostics/BrowserTest.d.ts +81 -0
  3. package/dist/Diagnostics/ConnectivityTest.d.ts +7 -0
  4. package/dist/Diagnostics/Diagnostics.d.ts +2 -0
  5. package/dist/Diagnostics/VideoTest.d.ts +2 -0
  6. package/dist/Diagnostics/components.d.ts +18 -0
  7. package/dist/Diagnostics/hms.d.ts +9 -0
  8. package/dist/Diagnostics/index.d.ts +1 -0
  9. package/dist/{HLSView-USRUP6VG.js → HLSView-PL2BEA32.js} +2 -2
  10. package/dist/{HLSView-7LHIA6HH.css → HLSView-TAAU7UCF.css} +3 -3
  11. package/dist/{HLSView-7LHIA6HH.css.map → HLSView-TAAU7UCF.css.map} +1 -1
  12. package/dist/Prebuilt/App.d.ts +1 -0
  13. package/dist/Prebuilt/components/Notifications/PermissionErrorModal.d.ts +5 -1
  14. package/dist/Stats/index.d.ts +1 -0
  15. package/dist/{chunk-DYDYPNYY.js → chunk-EKH2S2VL.js} +13835 -2768
  16. package/dist/chunk-EKH2S2VL.js.map +7 -0
  17. package/dist/index.cjs.css +2 -2
  18. package/dist/index.cjs.css.map +1 -1
  19. package/dist/index.cjs.js +14870 -3708
  20. package/dist/index.cjs.js.map +4 -4
  21. package/dist/index.css +2 -2
  22. package/dist/index.css.map +1 -1
  23. package/dist/index.d.ts +1 -0
  24. package/dist/index.js +5 -1
  25. package/dist/meta.cjs.json +972 -197
  26. package/dist/meta.esbuild.json +984 -205
  27. package/package.json +7 -7
  28. package/src/Diagnostics/AudioTest.tsx +176 -0
  29. package/src/Diagnostics/BrowserTest.tsx +139 -0
  30. package/src/Diagnostics/ConnectivityTest.tsx +359 -0
  31. package/src/Diagnostics/DeviceSelector.jsx +71 -0
  32. package/src/Diagnostics/Diagnostics.tsx +134 -0
  33. package/src/Diagnostics/VideoTest.tsx +68 -0
  34. package/src/Diagnostics/components.tsx +96 -0
  35. package/src/Diagnostics/hms.ts +9 -0
  36. package/src/Diagnostics/index.ts +1 -0
  37. package/src/Prebuilt/App.tsx +3 -0
  38. package/src/Prebuilt/components/Chat/ChatFooter.tsx +20 -3
  39. package/src/Prebuilt/components/Header/common.jsx +3 -0
  40. package/src/Prebuilt/components/Notifications/Notifications.tsx +2 -2
  41. package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +13 -11
  42. package/src/Prebuilt/components/StatsForNerds.jsx +1 -13
  43. package/src/Stats/index.tsx +1 -0
  44. package/src/index.ts +1 -0
  45. package/dist/chunk-DYDYPNYY.js.map +0 -7
  46. /package/dist/{HLSView-USRUP6VG.js.map → HLSView-PL2BEA32.js.map} +0 -0
@@ -1395,13 +1395,18 @@
1395
1395
  "format": "esm"
1396
1396
  },
1397
1397
  "src/Stats/index.tsx": {
1398
- "bytes": 42,
1398
+ "bytes": 87,
1399
1399
  "imports": [
1400
1400
  {
1401
1401
  "path": "src/Stats/Stats.tsx",
1402
1402
  "kind": "import-statement",
1403
1403
  "original": "./Stats"
1404
1404
  },
1405
+ {
1406
+ "path": "src/Stats/formatBytes.ts",
1407
+ "kind": "import-statement",
1408
+ "original": "./formatBytes"
1409
+ },
1405
1410
  {
1406
1411
  "path": "<define:process.env>",
1407
1412
  "kind": "import-statement",
@@ -4023,7 +4028,7 @@
4023
4028
  "format": "esm"
4024
4029
  },
4025
4030
  "src/Prebuilt/components/StatsForNerds.jsx": {
4026
- "bytes": 9165,
4031
+ "bytes": 8786,
4027
4032
  "imports": [
4028
4033
  {
4029
4034
  "path": "react",
@@ -4065,6 +4070,11 @@
4065
4070
  "kind": "import-statement",
4066
4071
  "original": "../../Modal"
4067
4072
  },
4073
+ {
4074
+ "path": "src/Stats/index.tsx",
4075
+ "kind": "import-statement",
4076
+ "original": "../../Stats"
4077
+ },
4068
4078
  {
4069
4079
  "path": "src/Switch/index.ts",
4070
4080
  "kind": "import-statement",
@@ -4941,7 +4951,7 @@
4941
4951
  "format": "cjs"
4942
4952
  },
4943
4953
  "../hms-video-store/dist/index.js": {
4944
- "bytes": 339579,
4954
+ "bytes": 356249,
4945
4955
  "imports": [
4946
4956
  {
4947
4957
  "path": "../../node_modules/reselect/es/index.js",
@@ -8538,7 +8548,7 @@
8538
8548
  "format": "esm"
8539
8549
  },
8540
8550
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8541
- "bytes": 10858,
8551
+ "bytes": 11557,
8542
8552
  "imports": [
8543
8553
  {
8544
8554
  "path": "react",
@@ -10964,7 +10974,7 @@
10964
10974
  ],
10965
10975
  "format": "esm"
10966
10976
  },
10967
- "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212322/tldraw.css": {
10977
+ "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fec91/tldraw.css": {
10968
10978
  "bytes": 80111,
10969
10979
  "imports": [
10970
10980
  {
@@ -11014,7 +11024,7 @@
11014
11024
  }
11015
11025
  ]
11016
11026
  },
11017
- "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212161/index.css": {
11027
+ "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fe450/index.css": {
11018
11028
  "bytes": 597,
11019
11029
  "imports": [
11020
11030
  {
@@ -11023,7 +11033,7 @@
11023
11033
  "external": true
11024
11034
  },
11025
11035
  {
11026
- "path": "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212322/tldraw.css",
11036
+ "path": "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fec91/tldraw.css",
11027
11037
  "kind": "import-rule",
11028
11038
  "original": "@tldraw/tldraw/tldraw.css"
11029
11039
  }
@@ -11098,7 +11108,7 @@
11098
11108
  "original": "../../common/constants"
11099
11109
  },
11100
11110
  {
11101
- "path": "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212161/index.css",
11111
+ "path": "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fe450/index.css",
11102
11112
  "kind": "import-statement",
11103
11113
  "original": "@100mslive/hms-whiteboard/index.css"
11104
11114
  },
@@ -12302,7 +12312,7 @@
12302
12312
  "format": "esm"
12303
12313
  },
12304
12314
  "src/Prebuilt/components/Header/common.jsx": {
12305
- "bytes": 5673,
12315
+ "bytes": 5819,
12306
12316
  "imports": [
12307
12317
  {
12308
12318
  "path": "react",
@@ -13185,7 +13195,7 @@
13185
13195
  "imports": []
13186
13196
  },
13187
13197
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
13188
- "bytes": 4888,
13198
+ "bytes": 4913,
13189
13199
  "imports": [
13190
13200
  {
13191
13201
  "path": "react",
@@ -13396,7 +13406,7 @@
13396
13406
  "format": "esm"
13397
13407
  },
13398
13408
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
13399
- "bytes": 8034,
13409
+ "bytes": 8058,
13400
13410
  "imports": [
13401
13411
  {
13402
13412
  "path": "react",
@@ -13881,7 +13891,7 @@
13881
13891
  "format": "esm"
13882
13892
  },
13883
13893
  "src/Prebuilt/App.tsx": {
13884
- "bytes": 10657,
13894
+ "bytes": 10754,
13885
13895
  "imports": [
13886
13896
  {
13887
13897
  "path": "react",
@@ -14120,216 +14130,835 @@
14120
14130
  ],
14121
14131
  "format": "esm"
14122
14132
  },
14123
- "src/index.ts": {
14124
- "bytes": 1152,
14133
+ "src/Diagnostics/hms.ts": {
14134
+ "bytes": 348,
14125
14135
  "imports": [
14126
14136
  {
14127
- "path": "src/Button/index.tsx",
14137
+ "path": "../hms-video-store/dist/index.js",
14128
14138
  "kind": "import-statement",
14129
- "original": "./Button"
14139
+ "original": "@100mslive/hms-video-store"
14130
14140
  },
14131
14141
  {
14132
- "path": "src/Text/index.tsx",
14142
+ "path": "<define:process.env>",
14133
14143
  "kind": "import-statement",
14134
- "original": "./Text"
14144
+ "external": true
14145
+ }
14146
+ ],
14147
+ "format": "esm"
14148
+ },
14149
+ "src/Diagnostics/components.tsx": {
14150
+ "bytes": 2686,
14151
+ "imports": [
14152
+ {
14153
+ "path": "react",
14154
+ "kind": "import-statement",
14155
+ "external": true
14135
14156
  },
14136
14157
  {
14137
- "path": "src/IconButton/index.tsx",
14158
+ "path": "src/Button/index.tsx",
14138
14159
  "kind": "import-statement",
14139
- "original": "./IconButton"
14160
+ "original": "../Button"
14140
14161
  },
14141
14162
  {
14142
14163
  "path": "src/Layout/index.tsx",
14143
14164
  "kind": "import-statement",
14144
- "original": "./Layout"
14165
+ "original": "../Layout"
14145
14166
  },
14146
14167
  {
14147
- "path": "src/Avatar/index.ts",
14168
+ "path": "src/Text/index.tsx",
14148
14169
  "kind": "import-statement",
14149
- "original": "./Avatar"
14170
+ "original": "../Text"
14150
14171
  },
14151
14172
  {
14152
- "path": "src/Divider/index.ts",
14173
+ "path": "../Theme",
14153
14174
  "kind": "import-statement",
14154
- "original": "./Divider"
14175
+ "external": true
14155
14176
  },
14156
14177
  {
14157
- "path": "src/Switch/index.ts",
14178
+ "path": "src/Diagnostics/hms.ts",
14158
14179
  "kind": "import-statement",
14159
- "original": "./Switch"
14180
+ "original": "./hms"
14160
14181
  },
14161
14182
  {
14162
- "path": "src/Tooltip/index.ts",
14183
+ "path": "<define:process.env>",
14163
14184
  "kind": "import-statement",
14164
- "original": "./Tooltip"
14185
+ "external": true
14165
14186
  },
14166
14187
  {
14167
- "path": "src/Select/index.ts",
14188
+ "path": "<runtime>",
14168
14189
  "kind": "import-statement",
14169
- "original": "./Select"
14170
- },
14190
+ "external": true
14191
+ }
14192
+ ],
14193
+ "format": "esm"
14194
+ },
14195
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
14196
+ "bytes": 2554,
14197
+ "imports": [
14171
14198
  {
14172
- "path": "src/Slider/index.ts",
14199
+ "path": "<define:process.env>",
14173
14200
  "kind": "import-statement",
14174
- "original": "./Slider"
14175
- },
14201
+ "external": true
14202
+ }
14203
+ ],
14204
+ "format": "cjs"
14205
+ },
14206
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
14207
+ "bytes": 6980,
14208
+ "imports": [
14176
14209
  {
14177
- "path": "src/Modal/index.ts",
14210
+ "path": "<define:process.env>",
14178
14211
  "kind": "import-statement",
14179
- "original": "./Modal"
14180
- },
14212
+ "external": true
14213
+ }
14214
+ ],
14215
+ "format": "cjs"
14216
+ },
14217
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
14218
+ "bytes": 196,
14219
+ "imports": [
14181
14220
  {
14182
- "path": "src/Loading/index.ts",
14221
+ "path": "<define:process.env>",
14183
14222
  "kind": "import-statement",
14184
- "original": "./Loading"
14223
+ "external": true
14185
14224
  },
14186
14225
  {
14187
- "path": "src/Input/index.tsx",
14188
- "kind": "import-statement",
14189
- "original": "./Input"
14226
+ "path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js",
14227
+ "kind": "require-call",
14228
+ "original": "./cjs/react-is.production.min.js"
14190
14229
  },
14191
14230
  {
14192
- "path": "src/VideoTile/index.tsx",
14231
+ "path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js",
14232
+ "kind": "require-call",
14233
+ "original": "./cjs/react-is.development.js"
14234
+ }
14235
+ ],
14236
+ "format": "cjs"
14237
+ },
14238
+ "../../node_modules/object-assign/index.js": {
14239
+ "bytes": 2108,
14240
+ "imports": [
14241
+ {
14242
+ "path": "<define:process.env>",
14193
14243
  "kind": "import-statement",
14194
- "original": "./VideoTile"
14195
- },
14244
+ "external": true
14245
+ }
14246
+ ],
14247
+ "format": "cjs"
14248
+ },
14249
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
14250
+ "bytes": 314,
14251
+ "imports": [
14196
14252
  {
14197
- "path": "src/VideoList/index.tsx",
14253
+ "path": "<define:process.env>",
14198
14254
  "kind": "import-statement",
14199
- "original": "./VideoList"
14200
- },
14255
+ "external": true
14256
+ }
14257
+ ],
14258
+ "format": "cjs"
14259
+ },
14260
+ "../../node_modules/prop-types/lib/has.js": {
14261
+ "bytes": 70,
14262
+ "imports": [
14201
14263
  {
14202
- "path": "src/Pagination/index.tsx",
14264
+ "path": "<define:process.env>",
14203
14265
  "kind": "import-statement",
14204
- "original": "./Pagination"
14205
- },
14266
+ "external": true
14267
+ }
14268
+ ],
14269
+ "format": "cjs"
14270
+ },
14271
+ "../../node_modules/prop-types/checkPropTypes.js": {
14272
+ "bytes": 3868,
14273
+ "imports": [
14206
14274
  {
14207
- "path": "src/Dropdown/index.tsx",
14275
+ "path": "<define:process.env>",
14208
14276
  "kind": "import-statement",
14209
- "original": "./Dropdown"
14277
+ "external": true
14210
14278
  },
14211
14279
  {
14212
- "path": "src/utils/index.ts",
14213
- "kind": "import-statement",
14214
- "original": "./utils"
14280
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14281
+ "kind": "require-call",
14282
+ "original": "./lib/ReactPropTypesSecret"
14215
14283
  },
14216
14284
  {
14217
- "path": "src/Video/index.tsx",
14285
+ "path": "../../node_modules/prop-types/lib/has.js",
14286
+ "kind": "require-call",
14287
+ "original": "./lib/has"
14288
+ }
14289
+ ],
14290
+ "format": "cjs"
14291
+ },
14292
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
14293
+ "bytes": 22716,
14294
+ "imports": [
14295
+ {
14296
+ "path": "<define:process.env>",
14218
14297
  "kind": "import-statement",
14219
- "original": "./Video"
14298
+ "external": true
14220
14299
  },
14221
14300
  {
14222
- "path": "src/TileMenu/index.tsx",
14223
- "kind": "import-statement",
14224
- "original": "./TileMenu"
14301
+ "path": "../../node_modules/prop-types/node_modules/react-is/index.js",
14302
+ "kind": "require-call",
14303
+ "original": "react-is"
14225
14304
  },
14226
14305
  {
14227
- "path": "src/AudioLevel/index.ts",
14228
- "kind": "import-statement",
14229
- "original": "./AudioLevel"
14306
+ "path": "../../node_modules/object-assign/index.js",
14307
+ "kind": "require-call",
14308
+ "original": "object-assign"
14230
14309
  },
14231
14310
  {
14232
- "path": "src/Popover/index.tsx",
14233
- "kind": "import-statement",
14234
- "original": "./Popover"
14311
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14312
+ "kind": "require-call",
14313
+ "original": "./lib/ReactPropTypesSecret"
14235
14314
  },
14236
14315
  {
14237
- "path": "src/Stats/index.tsx",
14316
+ "path": "../../node_modules/prop-types/lib/has.js",
14317
+ "kind": "require-call",
14318
+ "original": "./lib/has"
14319
+ },
14320
+ {
14321
+ "path": "../../node_modules/prop-types/checkPropTypes.js",
14322
+ "kind": "require-call",
14323
+ "original": "./checkPropTypes"
14324
+ }
14325
+ ],
14326
+ "format": "cjs"
14327
+ },
14328
+ "../../node_modules/prop-types/factoryWithThrowingShims.js": {
14329
+ "bytes": 1639,
14330
+ "imports": [
14331
+ {
14332
+ "path": "<define:process.env>",
14238
14333
  "kind": "import-statement",
14239
- "original": "./Stats"
14334
+ "external": true
14240
14335
  },
14241
14336
  {
14242
- "path": "src/Theme/index.tsx",
14337
+ "path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
14338
+ "kind": "require-call",
14339
+ "original": "./lib/ReactPropTypesSecret"
14340
+ }
14341
+ ],
14342
+ "format": "cjs"
14343
+ },
14344
+ "../../node_modules/prop-types/index.js": {
14345
+ "bytes": 710,
14346
+ "imports": [
14347
+ {
14348
+ "path": "<define:process.env>",
14243
14349
  "kind": "import-statement",
14244
- "original": "./Theme"
14350
+ "external": true
14245
14351
  },
14246
14352
  {
14247
- "path": "src/Checkbox/index.tsx",
14353
+ "path": "../../node_modules/prop-types/node_modules/react-is/index.js",
14354
+ "kind": "require-call",
14355
+ "original": "react-is"
14356
+ },
14357
+ {
14358
+ "path": "../../node_modules/prop-types/factoryWithTypeCheckers.js",
14359
+ "kind": "require-call",
14360
+ "original": "./factoryWithTypeCheckers"
14361
+ },
14362
+ {
14363
+ "path": "../../node_modules/prop-types/factoryWithThrowingShims.js",
14364
+ "kind": "require-call",
14365
+ "original": "./factoryWithThrowingShims"
14366
+ }
14367
+ ],
14368
+ "format": "cjs"
14369
+ },
14370
+ "src/Diagnostics/DeviceSelector.jsx": {
14371
+ "bytes": 2123,
14372
+ "imports": [
14373
+ {
14374
+ "path": "react",
14248
14375
  "kind": "import-statement",
14249
- "original": "./Checkbox"
14376
+ "external": true
14250
14377
  },
14251
14378
  {
14252
- "path": "src/Label/index.ts",
14379
+ "path": "../../node_modules/prop-types/index.js",
14253
14380
  "kind": "import-statement",
14254
- "original": "./Label"
14381
+ "original": "prop-types"
14255
14382
  },
14256
14383
  {
14257
- "path": "src/RadioGroup/index.tsx",
14384
+ "path": "src/Dropdown/index.tsx",
14258
14385
  "kind": "import-statement",
14259
- "original": "./RadioGroup"
14386
+ "original": "../Dropdown"
14260
14387
  },
14261
14388
  {
14262
- "path": "src/Toast/index.tsx",
14389
+ "path": "src/Layout/index.tsx",
14263
14390
  "kind": "import-statement",
14264
- "original": "./Toast"
14391
+ "original": "../Layout"
14265
14392
  },
14266
14393
  {
14267
- "path": "src/Accordion/index.ts",
14394
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
14268
14395
  "kind": "import-statement",
14269
- "original": "./Accordion"
14396
+ "original": "../Prebuilt/primitives/DropdownTrigger"
14270
14397
  },
14271
14398
  {
14272
- "path": "src/Fieldset/index.tsx",
14399
+ "path": "src/Text/index.tsx",
14273
14400
  "kind": "import-statement",
14274
- "original": "./Fieldset"
14401
+ "original": "../Text"
14275
14402
  },
14276
14403
  {
14277
- "path": "src/Footer/index.tsx",
14404
+ "path": "<define:process.env>",
14278
14405
  "kind": "import-statement",
14279
- "original": "./Footer"
14406
+ "external": true
14407
+ }
14408
+ ],
14409
+ "format": "esm"
14410
+ },
14411
+ "src/Diagnostics/AudioTest.tsx": {
14412
+ "bytes": 5792,
14413
+ "imports": [
14414
+ {
14415
+ "path": "react",
14416
+ "kind": "import-statement",
14417
+ "external": true
14280
14418
  },
14281
14419
  {
14282
- "path": "src/ReactSelect/index.ts",
14420
+ "path": "@100mslive/react-sdk",
14283
14421
  "kind": "import-statement",
14284
- "original": "./ReactSelect"
14422
+ "external": true
14285
14423
  },
14286
14424
  {
14287
- "path": "src/Tabs/index.tsx",
14425
+ "path": "@100mslive/react-icons",
14288
14426
  "kind": "import-statement",
14289
- "original": "./Tabs"
14427
+ "external": true
14290
14428
  },
14291
14429
  {
14292
- "path": "src/QRCode/index.tsx",
14430
+ "path": "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx",
14293
14431
  "kind": "import-statement",
14294
- "original": "./QRCode"
14432
+ "original": "../Prebuilt/components/Notifications/PermissionErrorModal"
14295
14433
  },
14296
14434
  {
14297
- "path": "src/Link/index.tsx",
14435
+ "path": "src/Diagnostics/components.tsx",
14298
14436
  "kind": "import-statement",
14299
- "original": "./Link"
14437
+ "original": "./components"
14300
14438
  },
14301
14439
  {
14302
- "path": "src/Collapsible/index.tsx",
14440
+ "path": "src/Button/index.tsx",
14303
14441
  "kind": "import-statement",
14304
- "original": "./Collapsible"
14442
+ "original": "../Button"
14305
14443
  },
14306
14444
  {
14307
- "path": "src/Prebuilt/index.ts",
14445
+ "path": "src/Layout/index.tsx",
14308
14446
  "kind": "import-statement",
14309
- "original": "./Prebuilt"
14447
+ "original": "../Layout"
14310
14448
  },
14311
14449
  {
14312
14450
  "path": "src/Progress/index.tsx",
14313
14451
  "kind": "import-statement",
14314
- "original": "./Progress"
14452
+ "original": "../Progress"
14315
14453
  },
14316
14454
  {
14317
- "path": "src/context/DialogContext.tsx",
14455
+ "path": "src/Text/index.tsx",
14318
14456
  "kind": "import-statement",
14319
- "original": "./context/DialogContext"
14457
+ "original": "../Text"
14320
14458
  },
14321
14459
  {
14322
- "path": "src/TextArea/index.tsx",
14460
+ "path": "src/Diagnostics/DeviceSelector.jsx",
14323
14461
  "kind": "import-statement",
14324
- "original": "./TextArea"
14462
+ "original": "./DeviceSelector"
14325
14463
  },
14326
14464
  {
14327
- "path": "<define:process.env>",
14465
+ "path": "src/Diagnostics/hms.ts",
14328
14466
  "kind": "import-statement",
14329
- "external": true
14330
- }
14331
- ],
14332
- "format": "esm"
14467
+ "original": "./hms"
14468
+ },
14469
+ {
14470
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
14471
+ "kind": "import-statement",
14472
+ "original": "../Prebuilt/components/hooks/useAudioOutputTest"
14473
+ },
14474
+ {
14475
+ "path": "src/Prebuilt/common/constants.ts",
14476
+ "kind": "import-statement",
14477
+ "original": "../Prebuilt/common/constants"
14478
+ },
14479
+ {
14480
+ "path": "<define:process.env>",
14481
+ "kind": "import-statement",
14482
+ "external": true
14483
+ }
14484
+ ],
14485
+ "format": "esm"
14486
+ },
14487
+ "src/Diagnostics/BrowserTest.tsx": {
14488
+ "bytes": 4184,
14489
+ "imports": [
14490
+ {
14491
+ "path": "react",
14492
+ "kind": "import-statement",
14493
+ "external": true
14494
+ },
14495
+ {
14496
+ "path": "@100mslive/react-sdk",
14497
+ "kind": "import-statement",
14498
+ "external": true
14499
+ },
14500
+ {
14501
+ "path": "src/Diagnostics/components.tsx",
14502
+ "kind": "import-statement",
14503
+ "original": "./components"
14504
+ },
14505
+ {
14506
+ "path": "src/Layout/index.tsx",
14507
+ "kind": "import-statement",
14508
+ "original": "../Layout"
14509
+ },
14510
+ {
14511
+ "path": "src/Text/index.tsx",
14512
+ "kind": "import-statement",
14513
+ "original": "../Text"
14514
+ },
14515
+ {
14516
+ "path": "src/Diagnostics/hms.ts",
14517
+ "kind": "import-statement",
14518
+ "original": "./hms"
14519
+ },
14520
+ {
14521
+ "path": "<define:process.env>",
14522
+ "kind": "import-statement",
14523
+ "external": true
14524
+ }
14525
+ ],
14526
+ "format": "esm"
14527
+ },
14528
+ "src/Diagnostics/ConnectivityTest.tsx": {
14529
+ "bytes": 11343,
14530
+ "imports": [
14531
+ {
14532
+ "path": "react",
14533
+ "kind": "import-statement",
14534
+ "external": true
14535
+ },
14536
+ {
14537
+ "path": "@100mslive/react-sdk",
14538
+ "kind": "import-statement",
14539
+ "external": true
14540
+ },
14541
+ {
14542
+ "path": "@100mslive/react-icons",
14543
+ "kind": "import-statement",
14544
+ "external": true
14545
+ },
14546
+ {
14547
+ "path": "src/Diagnostics/components.tsx",
14548
+ "kind": "import-statement",
14549
+ "original": "./components"
14550
+ },
14551
+ {
14552
+ "path": "src/Button/index.tsx",
14553
+ "kind": "import-statement",
14554
+ "original": "../Button"
14555
+ },
14556
+ {
14557
+ "path": "src/Layout/index.tsx",
14558
+ "kind": "import-statement",
14559
+ "original": "../Layout"
14560
+ },
14561
+ {
14562
+ "path": "src/Loading/index.ts",
14563
+ "kind": "import-statement",
14564
+ "original": "../Loading"
14565
+ },
14566
+ {
14567
+ "path": "src/Stats/index.tsx",
14568
+ "kind": "import-statement",
14569
+ "original": "../Stats"
14570
+ },
14571
+ {
14572
+ "path": "src/Text/index.tsx",
14573
+ "kind": "import-statement",
14574
+ "original": "../Text"
14575
+ },
14576
+ {
14577
+ "path": "src/Diagnostics/hms.ts",
14578
+ "kind": "import-statement",
14579
+ "original": "./hms"
14580
+ },
14581
+ {
14582
+ "path": "<define:process.env>",
14583
+ "kind": "import-statement",
14584
+ "external": true
14585
+ }
14586
+ ],
14587
+ "format": "esm"
14588
+ },
14589
+ "src/Diagnostics/VideoTest.tsx": {
14590
+ "bytes": 2521,
14591
+ "imports": [
14592
+ {
14593
+ "path": "react",
14594
+ "kind": "import-statement",
14595
+ "external": true
14596
+ },
14597
+ {
14598
+ "path": "@100mslive/react-sdk",
14599
+ "kind": "import-statement",
14600
+ "external": true
14601
+ },
14602
+ {
14603
+ "path": "@100mslive/react-icons",
14604
+ "kind": "import-statement",
14605
+ "external": true
14606
+ },
14607
+ {
14608
+ "path": "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx",
14609
+ "kind": "import-statement",
14610
+ "original": "../Prebuilt/components/Notifications/PermissionErrorModal"
14611
+ },
14612
+ {
14613
+ "path": "src/Diagnostics/components.tsx",
14614
+ "kind": "import-statement",
14615
+ "original": "./components"
14616
+ },
14617
+ {
14618
+ "path": "src/Layout/index.tsx",
14619
+ "kind": "import-statement",
14620
+ "original": "../Layout"
14621
+ },
14622
+ {
14623
+ "path": "src/Text/index.tsx",
14624
+ "kind": "import-statement",
14625
+ "original": "../Text"
14626
+ },
14627
+ {
14628
+ "path": "src/Video/index.tsx",
14629
+ "kind": "import-statement",
14630
+ "original": "../Video"
14631
+ },
14632
+ {
14633
+ "path": "src/VideoTile/index.tsx",
14634
+ "kind": "import-statement",
14635
+ "original": "../VideoTile"
14636
+ },
14637
+ {
14638
+ "path": "src/Diagnostics/DeviceSelector.jsx",
14639
+ "kind": "import-statement",
14640
+ "original": "./DeviceSelector"
14641
+ },
14642
+ {
14643
+ "path": "src/Diagnostics/hms.ts",
14644
+ "kind": "import-statement",
14645
+ "original": "./hms"
14646
+ },
14647
+ {
14648
+ "path": "<define:process.env>",
14649
+ "kind": "import-statement",
14650
+ "external": true
14651
+ },
14652
+ {
14653
+ "path": "<runtime>",
14654
+ "kind": "import-statement",
14655
+ "external": true
14656
+ }
14657
+ ],
14658
+ "format": "esm"
14659
+ },
14660
+ "src/Diagnostics/Diagnostics.tsx": {
14661
+ "bytes": 4666,
14662
+ "imports": [
14663
+ {
14664
+ "path": "react",
14665
+ "kind": "import-statement",
14666
+ "external": true
14667
+ },
14668
+ {
14669
+ "path": "@100mslive/react-sdk",
14670
+ "kind": "import-statement",
14671
+ "external": true
14672
+ },
14673
+ {
14674
+ "path": "@100mslive/react-icons",
14675
+ "kind": "import-statement",
14676
+ "external": true
14677
+ },
14678
+ {
14679
+ "path": "src/Diagnostics/components.tsx",
14680
+ "kind": "import-statement",
14681
+ "original": "./components"
14682
+ },
14683
+ {
14684
+ "path": "src/Layout/index.tsx",
14685
+ "kind": "import-statement",
14686
+ "original": "../Layout"
14687
+ },
14688
+ {
14689
+ "path": "src/Text/index.tsx",
14690
+ "kind": "import-statement",
14691
+ "original": "../Text"
14692
+ },
14693
+ {
14694
+ "path": "src/Theme/index.tsx",
14695
+ "kind": "import-statement",
14696
+ "original": "../Theme"
14697
+ },
14698
+ {
14699
+ "path": "src/Diagnostics/AudioTest.tsx",
14700
+ "kind": "import-statement",
14701
+ "original": "./AudioTest"
14702
+ },
14703
+ {
14704
+ "path": "src/Diagnostics/BrowserTest.tsx",
14705
+ "kind": "import-statement",
14706
+ "original": "./BrowserTest"
14707
+ },
14708
+ {
14709
+ "path": "src/Diagnostics/ConnectivityTest.tsx",
14710
+ "kind": "import-statement",
14711
+ "original": "./ConnectivityTest"
14712
+ },
14713
+ {
14714
+ "path": "src/Diagnostics/hms.ts",
14715
+ "kind": "import-statement",
14716
+ "original": "./hms"
14717
+ },
14718
+ {
14719
+ "path": "src/Diagnostics/VideoTest.tsx",
14720
+ "kind": "import-statement",
14721
+ "original": "./VideoTest"
14722
+ },
14723
+ {
14724
+ "path": "<define:process.env>",
14725
+ "kind": "import-statement",
14726
+ "external": true
14727
+ }
14728
+ ],
14729
+ "format": "esm"
14730
+ },
14731
+ "src/Diagnostics/index.ts": {
14732
+ "bytes": 45,
14733
+ "imports": [
14734
+ {
14735
+ "path": "src/Diagnostics/Diagnostics.tsx",
14736
+ "kind": "import-statement",
14737
+ "original": "./Diagnostics"
14738
+ },
14739
+ {
14740
+ "path": "<define:process.env>",
14741
+ "kind": "import-statement",
14742
+ "external": true
14743
+ }
14744
+ ],
14745
+ "format": "esm"
14746
+ },
14747
+ "src/index.ts": {
14748
+ "bytes": 1183,
14749
+ "imports": [
14750
+ {
14751
+ "path": "src/Button/index.tsx",
14752
+ "kind": "import-statement",
14753
+ "original": "./Button"
14754
+ },
14755
+ {
14756
+ "path": "src/Text/index.tsx",
14757
+ "kind": "import-statement",
14758
+ "original": "./Text"
14759
+ },
14760
+ {
14761
+ "path": "src/IconButton/index.tsx",
14762
+ "kind": "import-statement",
14763
+ "original": "./IconButton"
14764
+ },
14765
+ {
14766
+ "path": "src/Layout/index.tsx",
14767
+ "kind": "import-statement",
14768
+ "original": "./Layout"
14769
+ },
14770
+ {
14771
+ "path": "src/Avatar/index.ts",
14772
+ "kind": "import-statement",
14773
+ "original": "./Avatar"
14774
+ },
14775
+ {
14776
+ "path": "src/Divider/index.ts",
14777
+ "kind": "import-statement",
14778
+ "original": "./Divider"
14779
+ },
14780
+ {
14781
+ "path": "src/Switch/index.ts",
14782
+ "kind": "import-statement",
14783
+ "original": "./Switch"
14784
+ },
14785
+ {
14786
+ "path": "src/Tooltip/index.ts",
14787
+ "kind": "import-statement",
14788
+ "original": "./Tooltip"
14789
+ },
14790
+ {
14791
+ "path": "src/Select/index.ts",
14792
+ "kind": "import-statement",
14793
+ "original": "./Select"
14794
+ },
14795
+ {
14796
+ "path": "src/Slider/index.ts",
14797
+ "kind": "import-statement",
14798
+ "original": "./Slider"
14799
+ },
14800
+ {
14801
+ "path": "src/Modal/index.ts",
14802
+ "kind": "import-statement",
14803
+ "original": "./Modal"
14804
+ },
14805
+ {
14806
+ "path": "src/Loading/index.ts",
14807
+ "kind": "import-statement",
14808
+ "original": "./Loading"
14809
+ },
14810
+ {
14811
+ "path": "src/Input/index.tsx",
14812
+ "kind": "import-statement",
14813
+ "original": "./Input"
14814
+ },
14815
+ {
14816
+ "path": "src/VideoTile/index.tsx",
14817
+ "kind": "import-statement",
14818
+ "original": "./VideoTile"
14819
+ },
14820
+ {
14821
+ "path": "src/VideoList/index.tsx",
14822
+ "kind": "import-statement",
14823
+ "original": "./VideoList"
14824
+ },
14825
+ {
14826
+ "path": "src/Pagination/index.tsx",
14827
+ "kind": "import-statement",
14828
+ "original": "./Pagination"
14829
+ },
14830
+ {
14831
+ "path": "src/Dropdown/index.tsx",
14832
+ "kind": "import-statement",
14833
+ "original": "./Dropdown"
14834
+ },
14835
+ {
14836
+ "path": "src/utils/index.ts",
14837
+ "kind": "import-statement",
14838
+ "original": "./utils"
14839
+ },
14840
+ {
14841
+ "path": "src/Video/index.tsx",
14842
+ "kind": "import-statement",
14843
+ "original": "./Video"
14844
+ },
14845
+ {
14846
+ "path": "src/TileMenu/index.tsx",
14847
+ "kind": "import-statement",
14848
+ "original": "./TileMenu"
14849
+ },
14850
+ {
14851
+ "path": "src/AudioLevel/index.ts",
14852
+ "kind": "import-statement",
14853
+ "original": "./AudioLevel"
14854
+ },
14855
+ {
14856
+ "path": "src/Popover/index.tsx",
14857
+ "kind": "import-statement",
14858
+ "original": "./Popover"
14859
+ },
14860
+ {
14861
+ "path": "src/Stats/index.tsx",
14862
+ "kind": "import-statement",
14863
+ "original": "./Stats"
14864
+ },
14865
+ {
14866
+ "path": "src/Theme/index.tsx",
14867
+ "kind": "import-statement",
14868
+ "original": "./Theme"
14869
+ },
14870
+ {
14871
+ "path": "src/Checkbox/index.tsx",
14872
+ "kind": "import-statement",
14873
+ "original": "./Checkbox"
14874
+ },
14875
+ {
14876
+ "path": "src/Label/index.ts",
14877
+ "kind": "import-statement",
14878
+ "original": "./Label"
14879
+ },
14880
+ {
14881
+ "path": "src/RadioGroup/index.tsx",
14882
+ "kind": "import-statement",
14883
+ "original": "./RadioGroup"
14884
+ },
14885
+ {
14886
+ "path": "src/Toast/index.tsx",
14887
+ "kind": "import-statement",
14888
+ "original": "./Toast"
14889
+ },
14890
+ {
14891
+ "path": "src/Accordion/index.ts",
14892
+ "kind": "import-statement",
14893
+ "original": "./Accordion"
14894
+ },
14895
+ {
14896
+ "path": "src/Fieldset/index.tsx",
14897
+ "kind": "import-statement",
14898
+ "original": "./Fieldset"
14899
+ },
14900
+ {
14901
+ "path": "src/Footer/index.tsx",
14902
+ "kind": "import-statement",
14903
+ "original": "./Footer"
14904
+ },
14905
+ {
14906
+ "path": "src/ReactSelect/index.ts",
14907
+ "kind": "import-statement",
14908
+ "original": "./ReactSelect"
14909
+ },
14910
+ {
14911
+ "path": "src/Tabs/index.tsx",
14912
+ "kind": "import-statement",
14913
+ "original": "./Tabs"
14914
+ },
14915
+ {
14916
+ "path": "src/QRCode/index.tsx",
14917
+ "kind": "import-statement",
14918
+ "original": "./QRCode"
14919
+ },
14920
+ {
14921
+ "path": "src/Link/index.tsx",
14922
+ "kind": "import-statement",
14923
+ "original": "./Link"
14924
+ },
14925
+ {
14926
+ "path": "src/Collapsible/index.tsx",
14927
+ "kind": "import-statement",
14928
+ "original": "./Collapsible"
14929
+ },
14930
+ {
14931
+ "path": "src/Prebuilt/index.ts",
14932
+ "kind": "import-statement",
14933
+ "original": "./Prebuilt"
14934
+ },
14935
+ {
14936
+ "path": "src/Progress/index.tsx",
14937
+ "kind": "import-statement",
14938
+ "original": "./Progress"
14939
+ },
14940
+ {
14941
+ "path": "src/context/DialogContext.tsx",
14942
+ "kind": "import-statement",
14943
+ "original": "./context/DialogContext"
14944
+ },
14945
+ {
14946
+ "path": "src/TextArea/index.tsx",
14947
+ "kind": "import-statement",
14948
+ "original": "./TextArea"
14949
+ },
14950
+ {
14951
+ "path": "src/Diagnostics/index.ts",
14952
+ "kind": "import-statement",
14953
+ "original": "./Diagnostics"
14954
+ },
14955
+ {
14956
+ "path": "<define:process.env>",
14957
+ "kind": "import-statement",
14958
+ "external": true
14959
+ }
14960
+ ],
14961
+ "format": "esm"
14333
14962
  }
14334
14963
  },
14335
14964
  "outputs": {
@@ -14337,7 +14966,7 @@
14337
14966
  "imports": [],
14338
14967
  "exports": [],
14339
14968
  "inputs": {},
14340
- "bytes": 3387191
14969
+ "bytes": 4006083
14341
14970
  },
14342
14971
  "dist/index.cjs.js": {
14343
14972
  "imports": [
@@ -17395,6 +18024,86 @@
17395
18024
  "path": "@radix-ui/react-progress",
17396
18025
  "kind": "require-call",
17397
18026
  "external": true
18027
+ },
18028
+ {
18029
+ "path": "react",
18030
+ "kind": "require-call",
18031
+ "external": true
18032
+ },
18033
+ {
18034
+ "path": "react",
18035
+ "kind": "require-call",
18036
+ "external": true
18037
+ },
18038
+ {
18039
+ "path": "react",
18040
+ "kind": "require-call",
18041
+ "external": true
18042
+ },
18043
+ {
18044
+ "path": "@100mslive/react-sdk",
18045
+ "kind": "require-call",
18046
+ "external": true
18047
+ },
18048
+ {
18049
+ "path": "@100mslive/react-icons",
18050
+ "kind": "require-call",
18051
+ "external": true
18052
+ },
18053
+ {
18054
+ "path": "react",
18055
+ "kind": "require-call",
18056
+ "external": true
18057
+ },
18058
+ {
18059
+ "path": "@100mslive/react-sdk",
18060
+ "kind": "require-call",
18061
+ "external": true
18062
+ },
18063
+ {
18064
+ "path": "react",
18065
+ "kind": "require-call",
18066
+ "external": true
18067
+ },
18068
+ {
18069
+ "path": "@100mslive/react-sdk",
18070
+ "kind": "require-call",
18071
+ "external": true
18072
+ },
18073
+ {
18074
+ "path": "@100mslive/react-icons",
18075
+ "kind": "require-call",
18076
+ "external": true
18077
+ },
18078
+ {
18079
+ "path": "react",
18080
+ "kind": "require-call",
18081
+ "external": true
18082
+ },
18083
+ {
18084
+ "path": "@100mslive/react-sdk",
18085
+ "kind": "require-call",
18086
+ "external": true
18087
+ },
18088
+ {
18089
+ "path": "@100mslive/react-icons",
18090
+ "kind": "require-call",
18091
+ "external": true
18092
+ },
18093
+ {
18094
+ "path": "react",
18095
+ "kind": "require-call",
18096
+ "external": true
18097
+ },
18098
+ {
18099
+ "path": "@100mslive/react-sdk",
18100
+ "kind": "require-call",
18101
+ "external": true
18102
+ },
18103
+ {
18104
+ "path": "@100mslive/react-icons",
18105
+ "kind": "require-call",
18106
+ "external": true
17398
18107
  }
17399
18108
  ],
17400
18109
  "exports": [],
@@ -17402,7 +18111,7 @@
17402
18111
  "cssBundle": "dist/index.cjs.css",
17403
18112
  "inputs": {
17404
18113
  "<define:process.env>": {
17405
- "bytesInOutput": 17869
18114
+ "bytesInOutput": 17874
17406
18115
  },
17407
18116
  "src/Theme/base.config.ts": {
17408
18117
  "bytesInOutput": 6104
@@ -17564,7 +18273,7 @@
17564
18273
  "bytesInOutput": 143
17565
18274
  },
17566
18275
  "src/AudioLevel/useBorderAudioLevel.tsx": {
17567
- "bytesInOutput": 968
18276
+ "bytesInOutput": 970
17568
18277
  },
17569
18278
  "src/AudioLevel/audio-level.png": {
17570
18279
  "bytesInOutput": 983
@@ -17579,7 +18288,7 @@
17579
18288
  "bytesInOutput": 1076
17580
18289
  },
17581
18290
  "src/Stats/formatBytes.ts": {
17582
- "bytesInOutput": 631
18291
+ "bytesInOutput": 641
17583
18292
  },
17584
18293
  "src/Stats/StyledStats.tsx": {
17585
18294
  "bytesInOutput": 1004
@@ -17591,7 +18300,7 @@
17591
18300
  "bytesInOutput": 9732
17592
18301
  },
17593
18302
  "src/Stats/index.tsx": {
17594
- "bytesInOutput": 129
18303
+ "bytesInOutput": 153
17595
18304
  },
17596
18305
  "src/Checkbox/Checkbox.tsx": {
17597
18306
  "bytesInOutput": 1014
@@ -17678,31 +18387,31 @@
17678
18387
  "bytesInOutput": 445
17679
18388
  },
17680
18389
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17681
- "bytesInOutput": 3450
18390
+ "bytesInOutput": 3454
17682
18391
  },
17683
18392
  "../../node_modules/lodash/lodash.js": {
17684
- "bytesInOutput": 224317
18393
+ "bytesInOutput": 224421
17685
18394
  },
17686
18395
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
17687
18396
  "bytesInOutput": 1887
17688
18397
  },
17689
18398
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
17690
- "bytesInOutput": 2740
18399
+ "bytesInOutput": 2743
17691
18400
  },
17692
18401
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
17693
18402
  "bytesInOutput": 1552
17694
18403
  },
17695
18404
  "src/Prebuilt/common/utils.js": {
17696
- "bytesInOutput": 3766
18405
+ "bytesInOutput": 3778
17697
18406
  },
17698
18407
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
17699
18408
  "bytesInOutput": 3003
17700
18409
  },
17701
18410
  "src/Prebuilt/components/AppData/useSidepane.js": {
17702
- "bytesInOutput": 3269
18411
+ "bytesInOutput": 3281
17703
18412
  },
17704
18413
  "src/Prebuilt/components/AppData/AppData.tsx": {
17705
- "bytesInOutput": 7153
18414
+ "bytesInOutput": 7169
17706
18415
  },
17707
18416
  "src/Prebuilt/AppContext.tsx": {
17708
18417
  "bytesInOutput": 840
@@ -17711,7 +18420,7 @@
17711
18420
  "bytesInOutput": 4824
17712
18421
  },
17713
18422
  "src/Prebuilt/components/AuthToken.jsx": {
17714
- "bytesInOutput": 4576
18423
+ "bytesInOutput": 4579
17715
18424
  },
17716
18425
  "src/Prebuilt/IconButton.tsx": {
17717
18426
  "bytesInOutput": 743
@@ -17738,7 +18447,7 @@
17738
18447
  "bytesInOutput": 260
17739
18448
  },
17740
18449
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
17741
- "bytesInOutput": 8187
18450
+ "bytesInOutput": 8190
17742
18451
  },
17743
18452
  "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
17744
18453
  "bytesInOutput": 2589
@@ -17762,7 +18471,7 @@
17762
18471
  "bytesInOutput": 884
17763
18472
  },
17764
18473
  "src/Prebuilt/common/hooks.ts": {
17765
- "bytesInOutput": 8196
18474
+ "bytesInOutput": 8199
17766
18475
  },
17767
18476
  "src/Prebuilt/components/EmojiReaction.jsx": {
17768
18477
  "bytesInOutput": 3504
@@ -17786,25 +18495,25 @@
17786
18495
  "bytesInOutput": 5991
17787
18496
  },
17788
18497
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
17789
- "bytesInOutput": 3023
18498
+ "bytesInOutput": 3027
17790
18499
  },
17791
18500
  "src/Prebuilt/components/PIP/pipUtils.js": {
17792
18501
  "bytesInOutput": 4391
17793
18502
  },
17794
18503
  "src/Prebuilt/components/PIP/PIPManager.ts": {
17795
- "bytesInOutput": 11278
18504
+ "bytesInOutput": 11306
17796
18505
  },
17797
18506
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
17798
18507
  "bytesInOutput": 2932
17799
18508
  },
17800
18509
  "src/Prebuilt/components/PIP/PIPComponent.tsx": {
17801
- "bytesInOutput": 3362
18510
+ "bytesInOutput": 3366
17802
18511
  },
17803
18512
  "src/Prebuilt/components/PIP/index.jsx": {
17804
18513
  "bytesInOutput": 369
17805
18514
  },
17806
18515
  "src/Prebuilt/components/RoleChangeModal.tsx": {
17807
- "bytesInOutput": 7187
18516
+ "bytesInOutput": 7189
17808
18517
  },
17809
18518
  "src/Prebuilt/primitives/DialogContent.jsx": {
17810
18519
  "bytesInOutput": 9392
@@ -17813,13 +18522,13 @@
17813
18522
  "bytesInOutput": 3668
17814
18523
  },
17815
18524
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17816
- "bytesInOutput": 4457
18525
+ "bytesInOutput": 4459
17817
18526
  },
17818
18527
  "src/Prebuilt/components/StatsForNerds.jsx": {
17819
- "bytesInOutput": 11845
18528
+ "bytesInOutput": 11382
17820
18529
  },
17821
18530
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17822
- "bytesInOutput": 6192
18531
+ "bytesInOutput": 6195
17823
18532
  },
17824
18533
  "src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
17825
18534
  "bytesInOutput": 6116
@@ -17840,49 +18549,49 @@
17840
18549
  "bytesInOutput": 3326
17841
18550
  },
17842
18551
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17843
- "bytesInOutput": 2378
18552
+ "bytesInOutput": 2381
17844
18553
  },
17845
18554
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
17846
- "bytesInOutput": 2163
18555
+ "bytesInOutput": 2168
17847
18556
  },
17848
18557
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17849
- "bytesInOutput": 10186
18558
+ "bytesInOutput": 10189
17850
18559
  },
17851
18560
  "../../node_modules/reselect/es/index.js": {
17852
- "bytesInOutput": 2639
18561
+ "bytesInOutput": 2652
17853
18562
  },
17854
18563
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17855
- "bytesInOutput": 42476
18564
+ "bytesInOutput": 42531
17856
18565
  },
17857
18566
  "../../node_modules/lodash.isequal/index.js": {
17858
- "bytesInOutput": 26597
18567
+ "bytesInOutput": 26600
17859
18568
  },
17860
18569
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
17861
18570
  "bytesInOutput": 6467
17862
18571
  },
17863
18572
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17864
- "bytesInOutput": 6245
18573
+ "bytesInOutput": 6285
17865
18574
  },
17866
18575
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17867
18576
  "bytesInOutput": 1396
17868
18577
  },
17869
18578
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
17870
- "bytesInOutput": 22882
18579
+ "bytesInOutput": 22911
17871
18580
  },
17872
18581
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17873
- "bytesInOutput": 2277
18582
+ "bytesInOutput": 2299
17874
18583
  },
17875
18584
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17876
18585
  "bytesInOutput": 984
17877
18586
  },
17878
18587
  "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
17879
- "bytesInOutput": 9352
18588
+ "bytesInOutput": 9354
17880
18589
  },
17881
18590
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
17882
- "bytesInOutput": 12019
18591
+ "bytesInOutput": 12024
17883
18592
  },
17884
18593
  "../../node_modules/sdp/sdp.js": {
17885
- "bytesInOutput": 22295
18594
+ "bytesInOutput": 22321
17886
18595
  },
17887
18596
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17888
18597
  "bytesInOutput": 12620
@@ -17891,49 +18600,58 @@
17891
18600
  "bytesInOutput": 4575
17892
18601
  },
17893
18602
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
17894
- "bytesInOutput": 286
18603
+ "bytesInOutput": 344
18604
+ },
18605
+ "../../node_modules/immer/dist/immer.esm.mjs": {
18606
+ "bytesInOutput": 15587
18607
+ },
18608
+ "../../node_modules/zustand/esm/shallow.js": {
18609
+ "bytesInOutput": 684
18610
+ },
18611
+ "../../node_modules/zustand/esm/vanilla.js": {
18612
+ "bytesInOutput": 1505
17895
18613
  },
17896
18614
  "../../node_modules/sdp-transform/lib/grammar.js": {
17897
- "bytesInOutput": 16122
18615
+ "bytesInOutput": 16159
17898
18616
  },
17899
18617
  "../../node_modules/sdp-transform/lib/parser.js": {
17900
- "bytesInOutput": 3497
18618
+ "bytesInOutput": 3518
17901
18619
  },
17902
18620
  "../../node_modules/sdp-transform/lib/writer.js": {
17903
- "bytesInOutput": 3070
18621
+ "bytesInOutput": 3084
17904
18622
  },
17905
18623
  "../../node_modules/sdp-transform/lib/index.js": {
17906
18624
  "bytesInOutput": 615
17907
18625
  },
17908
18626
  "../hms-video-store/dist/index.js": {
17909
- "bytesInOutput": 54295
18627
+ "bytesInOutput": 498780
17910
18628
  },
17911
18629
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17912
- "bytesInOutput": 1384
18630
+ "bytesInOutput": 1391
17913
18631
  },
17914
18632
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
17915
- "bytesInOutput": 1165
18633
+ "bytesInOutput": 1169
17916
18634
  },
17917
18635
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
17918
- "bytesInOutput": 8158
18636
+ "bytesInOutput": 8161
17919
18637
  },
17920
18638
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17921
- "bytesInOutput": 11430
18639
+ "bytesInOutput": 11432
17922
18640
  },
17923
18641
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
17924
18642
  "bytesInOutput": 4158
17925
18643
  },
17926
18644
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
17927
- "bytesInOutput": 2842
18645
+ "bytesInOutput": 2844
17928
18646
  },
17929
18647
  "src/Prebuilt/components/AppData/useSheet.ts": {
17930
- "bytesInOutput": 1099
18648
+ "bytesInOutput": 1102
17931
18649
  },
17932
18650
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
17933
18651
  "bytesInOutput": 938
17934
18652
  },
17935
18653
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17936
- "bytesInOutput": 14727
18654
+ "bytesInOutput": 14729
17937
18655
  },
17938
18656
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17939
18657
  "bytesInOutput": 831
@@ -17987,10 +18705,10 @@
17987
18705
  "bytesInOutput": 1694
17988
18706
  },
17989
18707
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17990
- "bytesInOutput": 8531
18708
+ "bytesInOutput": 8535
17991
18709
  },
17992
18710
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
17993
- "bytesInOutput": 2258
18711
+ "bytesInOutput": 2262
17994
18712
  },
17995
18713
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17996
18714
  "bytesInOutput": 6561
@@ -17999,7 +18717,7 @@
17999
18717
  "bytesInOutput": 1035
18000
18718
  },
18001
18719
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
18002
- "bytesInOutput": 2181
18720
+ "bytesInOutput": 2185
18003
18721
  },
18004
18722
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
18005
18723
  "bytesInOutput": 16185
@@ -18014,7 +18732,7 @@
18014
18732
  "bytesInOutput": 4537
18015
18733
  },
18016
18734
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
18017
- "bytesInOutput": 2825
18735
+ "bytesInOutput": 2828
18018
18736
  },
18019
18737
  "src/Prebuilt/components/Streaming/Common.jsx": {
18020
18738
  "bytesInOutput": 2833
@@ -18023,7 +18741,7 @@
18023
18741
  "bytesInOutput": 1170
18024
18742
  },
18025
18743
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
18026
- "bytesInOutput": 9839
18744
+ "bytesInOutput": 9854
18027
18745
  },
18028
18746
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
18029
18747
  "bytesInOutput": 2802
@@ -18065,7 +18783,7 @@
18065
18783
  "bytesInOutput": 1010
18066
18784
  },
18067
18785
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
18068
- "bytesInOutput": 2203
18786
+ "bytesInOutput": 2206
18069
18787
  },
18070
18788
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
18071
18789
  "bytesInOutput": 2884
@@ -18104,10 +18822,10 @@
18104
18822
  "bytesInOutput": 688
18105
18823
  },
18106
18824
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
18107
- "bytesInOutput": 1528
18825
+ "bytesInOutput": 1531
18108
18826
  },
18109
18827
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
18110
- "bytesInOutput": 3165
18828
+ "bytesInOutput": 3172
18111
18829
  },
18112
18830
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
18113
18831
  "bytesInOutput": 11568
@@ -18122,7 +18840,7 @@
18122
18840
  "bytesInOutput": 926
18123
18841
  },
18124
18842
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
18125
- "bytesInOutput": 17559
18843
+ "bytesInOutput": 17566
18126
18844
  },
18127
18845
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
18128
18846
  "bytesInOutput": 8614
@@ -18131,34 +18849,34 @@
18131
18849
  "bytesInOutput": 6701
18132
18850
  },
18133
18851
  "src/Prebuilt/components/AppData/useChatState.js": {
18134
- "bytesInOutput": 914
18852
+ "bytesInOutput": 917
18135
18853
  },
18136
18854
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
18137
18855
  "bytesInOutput": 1440
18138
18856
  },
18139
18857
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
18140
- "bytesInOutput": 12248
18858
+ "bytesInOutput": 13015
18141
18859
  },
18142
18860
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
18143
- "bytesInOutput": 3529
18861
+ "bytesInOutput": 3532
18144
18862
  },
18145
18863
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
18146
18864
  "bytesInOutput": 1403
18147
18865
  },
18148
18866
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
18149
- "bytesInOutput": 828
18867
+ "bytesInOutput": 830
18150
18868
  },
18151
18869
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
18152
18870
  "bytesInOutput": 6242
18153
18871
  },
18154
18872
  "src/Prebuilt/components/Chat/Chat.tsx": {
18155
- "bytesInOutput": 7124
18873
+ "bytesInOutput": 7127
18156
18874
  },
18157
18875
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
18158
- "bytesInOutput": 5344
18876
+ "bytesInOutput": 5346
18159
18877
  },
18160
18878
  "src/Prebuilt/components/ChatSettings.tsx": {
18161
- "bytesInOutput": 3060
18879
+ "bytesInOutput": 3062
18162
18880
  },
18163
18881
  "src/Prebuilt/components/SidePaneTabs.tsx": {
18164
18882
  "bytesInOutput": 9235
@@ -18170,7 +18888,7 @@
18170
18888
  "bytesInOutput": 296
18171
18889
  },
18172
18890
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
18173
- "bytesInOutput": 14600
18891
+ "bytesInOutput": 14602
18174
18892
  },
18175
18893
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
18176
18894
  "bytesInOutput": 5873
@@ -18194,10 +18912,10 @@
18194
18912
  "bytesInOutput": 908
18195
18913
  },
18196
18914
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
18197
- "bytesInOutput": 9574
18915
+ "bytesInOutput": 9581
18198
18916
  },
18199
18917
  "src/Prebuilt/layouts/SidePane.tsx": {
18200
- "bytesInOutput": 7946
18918
+ "bytesInOutput": 7949
18201
18919
  },
18202
18920
  "src/Prebuilt/components/Chip.tsx": {
18203
18921
  "bytesInOutput": 1118
@@ -18215,7 +18933,7 @@
18215
18933
  "bytesInOutput": 2807
18216
18934
  },
18217
18935
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
18218
- "bytesInOutput": 3799
18936
+ "bytesInOutput": 3807
18219
18937
  },
18220
18938
  "src/Prebuilt/layouts/WaitingView.tsx": {
18221
18939
  "bytesInOutput": 1860
@@ -18227,13 +18945,13 @@
18227
18945
  "bytesInOutput": 5183
18228
18946
  },
18229
18947
  "src/Prebuilt/components/Pagination.tsx": {
18230
- "bytesInOutput": 2119
18948
+ "bytesInOutput": 2123
18231
18949
  },
18232
18950
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
18233
18951
  "bytesInOutput": 1620
18234
18952
  },
18235
18953
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
18236
- "bytesInOutput": 4485
18954
+ "bytesInOutput": 4503
18237
18955
  },
18238
18956
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
18239
18957
  "bytesInOutput": 2395
@@ -18254,19 +18972,19 @@
18254
18972
  "bytesInOutput": 4151
18255
18973
  },
18256
18974
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
18257
- "bytesInOutput": 1707
18975
+ "bytesInOutput": 1709
18258
18976
  },
18259
18977
  "src/Prebuilt/components/ScreenshareTile.tsx": {
18260
18978
  "bytesInOutput": 5583
18261
18979
  },
18262
18980
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
18263
- "bytesInOutput": 3419
18981
+ "bytesInOutput": 3423
18264
18982
  },
18265
- "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212161/index.css": {
18266
- "bytesInOutput": 107
18983
+ "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fe450/index.css": {
18984
+ "bytesInOutput": 114
18267
18985
  },
18268
18986
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
18269
- "bytesInOutput": 3693
18987
+ "bytesInOutput": 3704
18270
18988
  },
18271
18989
  "src/Prebuilt/common/PeersSorter.ts": {
18272
18990
  "bytesInOutput": 3605
@@ -18308,7 +19026,7 @@
18308
19026
  "bytesInOutput": 5741
18309
19027
  },
18310
19028
  "src/Prebuilt/components/HMSVideo/utils.ts": {
18311
- "bytesInOutput": 1025
19029
+ "bytesInOutput": 1029
18312
19030
  },
18313
19031
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
18314
19032
  "bytesInOutput": 3714
@@ -18338,16 +19056,16 @@
18338
19056
  "bytesInOutput": 2886
18339
19057
  },
18340
19058
  "src/Prebuilt/layouts/HLSView.jsx": {
18341
- "bytesInOutput": 33454
19059
+ "bytesInOutput": 33466
18342
19060
  },
18343
19061
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
18344
- "bytesInOutput": 6582
19062
+ "bytesInOutput": 6585
18345
19063
  },
18346
19064
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
18347
19065
  "bytesInOutput": 2182
18348
19066
  },
18349
19067
  "src/Prebuilt/components/Header/common.jsx": {
18350
- "bytesInOutput": 7389
19068
+ "bytesInOutput": 7606
18351
19069
  },
18352
19070
  "src/Prebuilt/components/Header/Header.tsx": {
18353
19071
  "bytesInOutput": 2332
@@ -18359,7 +19077,7 @@
18359
19077
  "bytesInOutput": 1024
18360
19078
  },
18361
19079
  "src/Prebuilt/components/ConferenceScreen.tsx": {
18362
- "bytesInOutput": 8920
19080
+ "bytesInOutput": 8926
18363
19081
  },
18364
19082
  "src/Prebuilt/components/ErrorBoundary.jsx": {
18365
19083
  "bytesInOutput": 4369
@@ -18392,7 +19110,7 @@
18392
19110
  "bytesInOutput": 1821
18393
19111
  },
18394
19112
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
18395
- "bytesInOutput": 7703
19113
+ "bytesInOutput": 7707
18396
19114
  },
18397
19115
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
18398
19116
  "bytesInOutput": 2394
@@ -18413,25 +19131,25 @@
18413
19131
  "bytesInOutput": 12068
18414
19132
  },
18415
19133
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
18416
- "bytesInOutput": 5120
19134
+ "bytesInOutput": 5374
18417
19135
  },
18418
19136
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
18419
19137
  "bytesInOutput": 2953
18420
19138
  },
18421
19139
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
18422
- "bytesInOutput": 2379
19140
+ "bytesInOutput": 2381
18423
19141
  },
18424
19142
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
18425
19143
  "bytesInOutput": 948
18426
19144
  },
18427
19145
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
18428
- "bytesInOutput": 2248
19146
+ "bytesInOutput": 2250
18429
19147
  },
18430
19148
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
18431
19149
  "bytesInOutput": 2709
18432
19150
  },
18433
19151
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
18434
- "bytesInOutput": 9082
19152
+ "bytesInOutput": 9097
18435
19153
  },
18436
19154
  "src/Prebuilt/components/Notifications/index.tsx": {
18437
19155
  "bytesInOutput": 173
@@ -18452,16 +19170,16 @@
18452
19170
  "bytesInOutput": 772
18453
19171
  },
18454
19172
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
18455
- "bytesInOutput": 4729
19173
+ "bytesInOutput": 4736
18456
19174
  },
18457
19175
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
18458
19176
  "bytesInOutput": 827
18459
19177
  },
18460
19178
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
18461
- "bytesInOutput": 2225
19179
+ "bytesInOutput": 2228
18462
19180
  },
18463
19181
  "src/Prebuilt/App.tsx": {
18464
- "bytesInOutput": 9787
19182
+ "bytesInOutput": 9913
18465
19183
  },
18466
19184
  "src/Prebuilt/index.ts": {
18467
19185
  "bytesInOutput": 131
@@ -18475,11 +19193,68 @@
18475
19193
  "src/TextArea/index.tsx": {
18476
19194
  "bytesInOutput": 138
18477
19195
  },
19196
+ "src/Diagnostics/hms.ts": {
19197
+ "bytesInOutput": 413
19198
+ },
19199
+ "src/Diagnostics/components.tsx": {
19200
+ "bytesInOutput": 3015
19201
+ },
19202
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19203
+ "bytesInOutput": 3966
19204
+ },
19205
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19206
+ "bytesInOutput": 7632
19207
+ },
19208
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
19209
+ "bytesInOutput": 376
19210
+ },
19211
+ "../../node_modules/object-assign/index.js": {
19212
+ "bytesInOutput": 2186
19213
+ },
19214
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
19215
+ "bytesInOutput": 310
19216
+ },
19217
+ "../../node_modules/prop-types/lib/has.js": {
19218
+ "bytesInOutput": 210
19219
+ },
19220
+ "../../node_modules/prop-types/checkPropTypes.js": {
19221
+ "bytesInOutput": 2828
19222
+ },
19223
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19224
+ "bytesInOutput": 19860
19225
+ },
19226
+ "../../node_modules/prop-types/factoryWithThrowingShims.js": {
19227
+ "bytesInOutput": 1648
19228
+ },
19229
+ "../../node_modules/prop-types/index.js": {
19230
+ "bytesInOutput": 500
19231
+ },
19232
+ "src/Diagnostics/DeviceSelector.jsx": {
19233
+ "bytesInOutput": 2779
19234
+ },
19235
+ "src/Diagnostics/AudioTest.tsx": {
19236
+ "bytesInOutput": 7398
19237
+ },
19238
+ "src/Diagnostics/BrowserTest.tsx": {
19239
+ "bytesInOutput": 5279
19240
+ },
19241
+ "src/Diagnostics/ConnectivityTest.tsx": {
19242
+ "bytesInOutput": 15478
19243
+ },
19244
+ "src/Diagnostics/VideoTest.tsx": {
19245
+ "bytesInOutput": 3003
19246
+ },
19247
+ "src/Diagnostics/Diagnostics.tsx": {
19248
+ "bytesInOutput": 6128
19249
+ },
19250
+ "src/Diagnostics/index.ts": {
19251
+ "bytesInOutput": 146
19252
+ },
18478
19253
  "src/index.ts": {
18479
- "bytesInOutput": 2980
19254
+ "bytesInOutput": 3073
18480
19255
  }
18481
19256
  },
18482
- "bytes": 1617648
19257
+ "bytes": 2166620
18483
19258
  },
18484
19259
  "dist/index.cjs.css.map": {
18485
19260
  "imports": [],
@@ -18541,10 +19316,10 @@
18541
19316
  }
18542
19317
  ],
18543
19318
  "inputs": {
18544
- "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212322/tldraw.css": {
19319
+ "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fec91/tldraw.css": {
18545
19320
  "bytesInOutput": 75223
18546
19321
  },
18547
- "../../../../../../../tmp/tmp-2794-M95mVJpDvbuU/190256212161/index.css": {
19322
+ "../../../../../../../tmp/tmp-2855-f1rXrS6M0IHX/1904e49fe450/index.css": {
18548
19323
  "bytesInOutput": 401
18549
19324
  }
18550
19325
  },