@100mslive/roomkit-react 0.3.17-alpha.1 → 0.3.17-alpha.11

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 (28) hide show
  1. package/dist/{HLSView-O4KQ2SQJ.js → HLSView-42EL65Z3.js} +2 -2
  2. package/dist/{HLSView-DIQJQC42.css → HLSView-7NVZOZKG.css} +3 -3
  3. package/dist/{HLSView-DIQJQC42.css.map → HLSView-7NVZOZKG.css.map} +1 -1
  4. package/dist/Prebuilt/components/MoreSettings/constants.d.ts +4 -0
  5. package/dist/Prebuilt/components/Notifications/ReconnectNotifications.d.ts +1 -2
  6. package/dist/{chunk-SCKPBPAN.js → chunk-Y4ZC5NAS.js} +774 -773
  7. package/dist/chunk-Y4ZC5NAS.js.map +7 -0
  8. package/dist/index.cjs.css +2 -2
  9. package/dist/index.cjs.css.map +1 -1
  10. package/dist/index.cjs.js +589 -593
  11. package/dist/index.cjs.js.map +4 -4
  12. package/dist/index.css +2 -2
  13. package/dist/index.css.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/meta.cjs.json +83 -68
  16. package/dist/meta.esbuild.json +95 -80
  17. package/package.json +7 -7
  18. package/src/Prebuilt/components/AppData/AppData.tsx +8 -2
  19. package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -18
  20. package/src/Prebuilt/components/MoreSettings/constants.ts +2 -0
  21. package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +10 -37
  22. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +13 -14
  23. package/src/Prebuilt/components/Toast/ToastConfig.jsx +2 -2
  24. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +1 -2
  25. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +2 -1
  26. package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +9 -2
  27. package/dist/chunk-SCKPBPAN.js.map +0 -7
  28. /package/dist/{HLSView-O4KQ2SQJ.js.map → HLSView-42EL65Z3.js.map} +0 -0
@@ -2281,19 +2281,40 @@
2281
2281
  ],
2282
2282
  "format": "esm"
2283
2283
  },
2284
+ "src/Prebuilt/components/MoreSettings/constants.ts": {
2285
+ "bytes": 493,
2286
+ "imports": [
2287
+ {
2288
+ "path": "<define:process.env>",
2289
+ "kind": "import-statement",
2290
+ "external": true
2291
+ }
2292
+ ],
2293
+ "format": "esm"
2294
+ },
2284
2295
  "src/Prebuilt/components/AppData/AppData.tsx": {
2285
- "bytes": 6401,
2296
+ "bytes": 6711,
2286
2297
  "imports": [
2287
2298
  {
2288
2299
  "path": "react",
2289
2300
  "kind": "import-statement",
2290
2301
  "external": true
2291
2302
  },
2303
+ {
2304
+ "path": "react-use",
2305
+ "kind": "import-statement",
2306
+ "external": true
2307
+ },
2292
2308
  {
2293
2309
  "path": "@100mslive/react-sdk",
2294
2310
  "kind": "import-statement",
2295
2311
  "external": true
2296
2312
  },
2313
+ {
2314
+ "path": "src/Theme/index.tsx",
2315
+ "kind": "import-statement",
2316
+ "original": "../../../Theme"
2317
+ },
2297
2318
  {
2298
2319
  "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
2299
2320
  "kind": "import-statement",
@@ -2324,6 +2345,11 @@
2324
2345
  "kind": "import-statement",
2325
2346
  "original": "../../common/constants"
2326
2347
  },
2348
+ {
2349
+ "path": "src/Prebuilt/components/MoreSettings/constants.ts",
2350
+ "kind": "import-statement",
2351
+ "original": "../MoreSettings/constants"
2352
+ },
2327
2353
  {
2328
2354
  "path": "<define:process.env>",
2329
2355
  "kind": "import-statement",
@@ -2891,7 +2917,7 @@
2891
2917
  "format": "esm"
2892
2918
  },
2893
2919
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
2894
- "bytes": 13290,
2920
+ "bytes": 13759,
2895
2921
  "imports": [
2896
2922
  {
2897
2923
  "path": "react",
@@ -4885,17 +4911,6 @@
4885
4911
  ],
4886
4912
  "format": "esm"
4887
4913
  },
4888
- "src/Prebuilt/components/MoreSettings/constants.ts": {
4889
- "bytes": 430,
4890
- "imports": [
4891
- {
4892
- "path": "<define:process.env>",
4893
- "kind": "import-statement",
4894
- "external": true
4895
- }
4896
- ],
4897
- "format": "esm"
4898
- },
4899
4914
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
4900
4915
  "bytes": 2900,
4901
4916
  "imports": [
@@ -5601,7 +5616,7 @@
5601
5616
  "format": "cjs"
5602
5617
  },
5603
5618
  "../hms-video-store/dist/index.js": {
5604
- "bytes": 357265,
5619
+ "bytes": 362197,
5605
5620
  "imports": [
5606
5621
  {
5607
5622
  "path": "../../node_modules/reselect/es/index.js",
@@ -5614,9 +5629,9 @@
5614
5629
  "original": "ua-parser-js"
5615
5630
  },
5616
5631
  {
5617
- "path": "../../node_modules/lodash.isequal/index.js",
5632
+ "path": "uuid",
5618
5633
  "kind": "import-statement",
5619
- "original": "lodash.isequal"
5634
+ "external": true
5620
5635
  },
5621
5636
  {
5622
5637
  "path": "uuid",
@@ -5624,9 +5639,9 @@
5624
5639
  "external": true
5625
5640
  },
5626
5641
  {
5627
- "path": "uuid",
5642
+ "path": "../../node_modules/lodash.isequal/index.js",
5628
5643
  "kind": "import-statement",
5629
- "external": true
5644
+ "original": "lodash.isequal"
5630
5645
  },
5631
5646
  {
5632
5647
  "path": "../../node_modules/webrtc-adapter/src/js/adapter_core.js",
@@ -6618,7 +6633,7 @@
6618
6633
  "format": "esm"
6619
6634
  },
6620
6635
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
6621
- "bytes": 1253,
6636
+ "bytes": 1353,
6622
6637
  "imports": [
6623
6638
  {
6624
6639
  "path": "react",
@@ -9873,7 +9888,7 @@
9873
9888
  "format": "esm"
9874
9889
  },
9875
9890
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
9876
- "bytes": 2732,
9891
+ "bytes": 2719,
9877
9892
  "imports": [
9878
9893
  {
9879
9894
  "path": "@100mslive/hms-virtual-background",
@@ -9894,7 +9909,7 @@
9894
9909
  "format": "esm"
9895
9910
  },
9896
9911
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9897
- "bytes": 7931,
9912
+ "bytes": 7990,
9898
9913
  "imports": [
9899
9914
  {
9900
9915
  "path": "react",
@@ -10224,7 +10239,7 @@
10224
10239
  "format": "esm"
10225
10240
  },
10226
10241
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
10227
- "bytes": 10118,
10242
+ "bytes": 10106,
10228
10243
  "imports": [
10229
10244
  {
10230
10245
  "path": "react",
@@ -11216,7 +11231,7 @@
11216
11231
  ],
11217
11232
  "format": "esm"
11218
11233
  },
11219
- "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3d1e2/tldraw.css": {
11234
+ "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f963/tldraw.css": {
11220
11235
  "bytes": 80111,
11221
11236
  "imports": [
11222
11237
  {
@@ -11266,7 +11281,7 @@
11266
11281
  }
11267
11282
  ]
11268
11283
  },
11269
- "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3cb50/index.css": {
11284
+ "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f881/index.css": {
11270
11285
  "bytes": 597,
11271
11286
  "imports": [
11272
11287
  {
@@ -11275,7 +11290,7 @@
11275
11290
  "external": true
11276
11291
  },
11277
11292
  {
11278
- "path": "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3d1e2/tldraw.css",
11293
+ "path": "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f963/tldraw.css",
11279
11294
  "kind": "import-rule",
11280
11295
  "original": "@tldraw/tldraw/tldraw.css"
11281
11296
  }
@@ -11350,7 +11365,7 @@
11350
11365
  "original": "../../common/constants"
11351
11366
  },
11352
11367
  {
11353
- "path": "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3cb50/index.css",
11368
+ "path": "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f881/index.css",
11354
11369
  "kind": "import-statement",
11355
11370
  "original": "@100mslive/hms-whiteboard/index.css"
11356
11371
  },
@@ -13244,7 +13259,7 @@
13244
13259
  "format": "esm"
13245
13260
  },
13246
13261
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
13247
- "bytes": 5213,
13262
+ "bytes": 5242,
13248
13263
  "imports": [
13249
13264
  {
13250
13265
  "path": "react",
@@ -13493,7 +13508,7 @@
13493
13508
  "format": "esm"
13494
13509
  },
13495
13510
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
13496
- "bytes": 2240,
13511
+ "bytes": 1248,
13497
13512
  "imports": [
13498
13513
  {
13499
13514
  "path": "react",
@@ -13505,11 +13520,6 @@
13505
13520
  "kind": "import-statement",
13506
13521
  "external": true
13507
13522
  },
13508
- {
13509
- "path": "src/index.ts",
13510
- "kind": "import-statement",
13511
- "original": "../../.."
13512
- },
13513
13523
  {
13514
13524
  "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
13515
13525
  "kind": "import-statement",
@@ -15232,7 +15242,7 @@
15232
15242
  "imports": [],
15233
15243
  "exports": [],
15234
15244
  "inputs": {},
15235
- "bytes": 3581235
15245
+ "bytes": 3590435
15236
15246
  },
15237
15247
  "dist/index.cjs.js": {
15238
15248
  "imports": [
@@ -15611,6 +15621,11 @@
15611
15621
  "kind": "require-call",
15612
15622
  "external": true
15613
15623
  },
15624
+ {
15625
+ "path": "react-use",
15626
+ "kind": "require-call",
15627
+ "external": true
15628
+ },
15614
15629
  {
15615
15630
  "path": "@100mslive/react-sdk",
15616
15631
  "kind": "require-call",
@@ -18432,7 +18447,7 @@
18432
18447
  "cssBundle": "dist/index.cjs.css",
18433
18448
  "inputs": {
18434
18449
  "<define:process.env>": {
18435
- "bytesInOutput": 17959
18450
+ "bytesInOutput": 17968
18436
18451
  },
18437
18452
  "src/Theme/base.config.ts": {
18438
18453
  "bytesInOutput": 6104
@@ -18594,7 +18609,7 @@
18594
18609
  "bytesInOutput": 143
18595
18610
  },
18596
18611
  "src/AudioLevel/useBorderAudioLevel.tsx": {
18597
- "bytesInOutput": 968
18612
+ "bytesInOutput": 970
18598
18613
  },
18599
18614
  "src/AudioLevel/audio-level.png": {
18600
18615
  "bytesInOutput": 983
@@ -18609,7 +18624,7 @@
18609
18624
  "bytesInOutput": 1076
18610
18625
  },
18611
18626
  "src/Stats/formatBytes.ts": {
18612
- "bytesInOutput": 636
18627
+ "bytesInOutput": 633
18613
18628
  },
18614
18629
  "src/Stats/StyledStats.tsx": {
18615
18630
  "bytesInOutput": 1004
@@ -18731,8 +18746,11 @@
18731
18746
  "src/Prebuilt/components/AppData/useSidepane.js": {
18732
18747
  "bytesInOutput": 3269
18733
18748
  },
18749
+ "src/Prebuilt/components/MoreSettings/constants.ts": {
18750
+ "bytesInOutput": 713
18751
+ },
18734
18752
  "src/Prebuilt/components/AppData/AppData.tsx": {
18735
- "bytesInOutput": 7413
18753
+ "bytesInOutput": 7676
18736
18754
  },
18737
18755
  "src/Prebuilt/AppContext.tsx": {
18738
18756
  "bytesInOutput": 840
@@ -18780,7 +18798,7 @@
18780
18798
  "bytesInOutput": 1359
18781
18799
  },
18782
18800
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
18783
- "bytesInOutput": 16674
18801
+ "bytesInOutput": 17283
18784
18802
  },
18785
18803
  "src/Prebuilt/components/CaptionIcon.tsx": {
18786
18804
  "bytesInOutput": 1329
@@ -18855,7 +18873,7 @@
18855
18873
  "bytesInOutput": 2366
18856
18874
  },
18857
18875
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
18858
- "bytesInOutput": 2542
18876
+ "bytesInOutput": 2545
18859
18877
  },
18860
18878
  "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
18861
18879
  "bytesInOutput": 922
@@ -18867,7 +18885,7 @@
18867
18885
  "bytesInOutput": 17743
18868
18886
  },
18869
18887
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
18870
- "bytesInOutput": 11360
18888
+ "bytesInOutput": 11357
18871
18889
  },
18872
18890
  "src/Prebuilt/components/PIP/PIPChatOption.tsx": {
18873
18891
  "bytesInOutput": 978
@@ -18888,7 +18906,7 @@
18888
18906
  "bytesInOutput": 4457
18889
18907
  },
18890
18908
  "src/Prebuilt/components/StatsForNerds.jsx": {
18891
- "bytesInOutput": 11379
18909
+ "bytesInOutput": 11376
18892
18910
  },
18893
18911
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
18894
18912
  "bytesInOutput": 6192
@@ -18905,9 +18923,6 @@
18905
18923
  "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
18906
18924
  "bytesInOutput": 1014
18907
18925
  },
18908
- "src/Prebuilt/components/MoreSettings/constants.ts": {
18909
- "bytesInOutput": 637
18910
- },
18911
18926
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
18912
18927
  "bytesInOutput": 3326
18913
18928
  },
@@ -18933,7 +18948,7 @@
18933
18948
  "bytesInOutput": 2641
18934
18949
  },
18935
18950
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
18936
- "bytesInOutput": 42498
18951
+ "bytesInOutput": 42495
18937
18952
  },
18938
18953
  "../../node_modules/lodash.isequal/index.js": {
18939
18954
  "bytesInOutput": 26597
@@ -18942,13 +18957,13 @@
18942
18957
  "bytesInOutput": 6467
18943
18958
  },
18944
18959
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18945
- "bytesInOutput": 6248
18960
+ "bytesInOutput": 6244
18946
18961
  },
18947
18962
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18948
18963
  "bytesInOutput": 1396
18949
18964
  },
18950
18965
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
18951
- "bytesInOutput": 22886
18966
+ "bytesInOutput": 22882
18952
18967
  },
18953
18968
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18954
18969
  "bytesInOutput": 2280
@@ -18966,7 +18981,7 @@
18966
18981
  "bytesInOutput": 22295
18967
18982
  },
18968
18983
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
18969
- "bytesInOutput": 12620
18984
+ "bytesInOutput": 12618
18970
18985
  },
18971
18986
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
18972
18987
  "bytesInOutput": 4575
@@ -18978,7 +18993,7 @@
18978
18993
  "bytesInOutput": 16122
18979
18994
  },
18980
18995
  "../../node_modules/sdp-transform/lib/parser.js": {
18981
- "bytesInOutput": 3492
18996
+ "bytesInOutput": 3495
18982
18997
  },
18983
18998
  "../../node_modules/sdp-transform/lib/writer.js": {
18984
18999
  "bytesInOutput": 3070
@@ -18987,7 +19002,7 @@
18987
19002
  "bytesInOutput": 615
18988
19003
  },
18989
19004
  "../hms-video-store/dist/index.js": {
18990
- "bytesInOutput": 54706
19005
+ "bytesInOutput": 54984
18991
19006
  },
18992
19007
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
18993
19008
  "bytesInOutput": 1165
@@ -19050,7 +19065,7 @@
19050
19065
  "bytesInOutput": 2366
19051
19066
  },
19052
19067
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
19053
- "bytesInOutput": 1602
19068
+ "bytesInOutput": 1719
19054
19069
  },
19055
19070
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
19056
19071
  "bytesInOutput": 2105
@@ -19191,7 +19206,7 @@
19191
19206
  "bytesInOutput": 1440
19192
19207
  },
19193
19208
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
19194
- "bytesInOutput": 12978
19209
+ "bytesInOutput": 12975
19195
19210
  },
19196
19211
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
19197
19212
  "bytesInOutput": 3529
@@ -19245,10 +19260,10 @@
19245
19260
  "bytesInOutput": 4242
19246
19261
  },
19247
19262
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19248
- "bytesInOutput": 9510
19263
+ "bytesInOutput": 9578
19249
19264
  },
19250
19265
  "src/Prebuilt/layouts/SidePane.tsx": {
19251
- "bytesInOutput": 7949
19266
+ "bytesInOutput": 7946
19252
19267
  },
19253
19268
  "src/Prebuilt/components/Chip.tsx": {
19254
19269
  "bytesInOutput": 1118
@@ -19260,7 +19275,7 @@
19260
19275
  "bytesInOutput": 3422
19261
19276
  },
19262
19277
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
19263
- "bytesInOutput": 12269
19278
+ "bytesInOutput": 12258
19264
19279
  },
19265
19280
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
19266
19281
  "bytesInOutput": 2807
@@ -19313,11 +19328,11 @@
19313
19328
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19314
19329
  "bytesInOutput": 3393
19315
19330
  },
19316
- "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3cb50/index.css": {
19317
- "bytesInOutput": 115
19331
+ "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f881/index.css": {
19332
+ "bytesInOutput": 110
19318
19333
  },
19319
19334
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19320
- "bytesInOutput": 3750
19335
+ "bytesInOutput": 3745
19321
19336
  },
19322
19337
  "src/Prebuilt/common/PeersSorter.ts": {
19323
19338
  "bytesInOutput": 3604
@@ -19389,7 +19404,7 @@
19389
19404
  "bytesInOutput": 2886
19390
19405
  },
19391
19406
  "src/Prebuilt/layouts/HLSView.jsx": {
19392
- "bytesInOutput": 33454
19407
+ "bytesInOutput": 33451
19393
19408
  },
19394
19409
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
19395
19410
  "bytesInOutput": 6582
@@ -19410,7 +19425,7 @@
19410
19425
  "bytesInOutput": 1024
19411
19426
  },
19412
19427
  "src/Prebuilt/components/ConferenceScreen.tsx": {
19413
- "bytesInOutput": 9131
19428
+ "bytesInOutput": 9128
19414
19429
  },
19415
19430
  "src/Prebuilt/components/ErrorBoundary.jsx": {
19416
19431
  "bytesInOutput": 4369
@@ -19443,7 +19458,7 @@
19443
19458
  "bytesInOutput": 1821
19444
19459
  },
19445
19460
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
19446
- "bytesInOutput": 7702
19461
+ "bytesInOutput": 7733
19447
19462
  },
19448
19463
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
19449
19464
  "bytesInOutput": 2394
@@ -19467,7 +19482,7 @@
19467
19482
  "bytesInOutput": 5374
19468
19483
  },
19469
19484
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
19470
- "bytesInOutput": 2953
19485
+ "bytesInOutput": 1698
19471
19486
  },
19472
19487
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
19473
19488
  "bytesInOutput": 2379
@@ -19482,7 +19497,7 @@
19482
19497
  "bytesInOutput": 2709
19483
19498
  },
19484
19499
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
19485
- "bytesInOutput": 9173
19500
+ "bytesInOutput": 9170
19486
19501
  },
19487
19502
  "src/Prebuilt/components/Notifications/index.tsx": {
19488
19503
  "bytesInOutput": 173
@@ -19530,7 +19545,7 @@
19530
19545
  "bytesInOutput": 2572
19531
19546
  },
19532
19547
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19533
- "bytesInOutput": 3839
19548
+ "bytesInOutput": 3851
19534
19549
  },
19535
19550
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19536
19551
  "bytesInOutput": 7632
@@ -19584,7 +19599,7 @@
19584
19599
  "bytesInOutput": 3073
19585
19600
  }
19586
19601
  },
19587
- "bytes": 1728163
19602
+ "bytes": 1728321
19588
19603
  },
19589
19604
  "dist/index.cjs.css.map": {
19590
19605
  "imports": [],
@@ -19646,10 +19661,10 @@
19646
19661
  }
19647
19662
  ],
19648
19663
  "inputs": {
19649
- "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3d1e2/tldraw.css": {
19664
+ "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f963/tldraw.css": {
19650
19665
  "bytesInOutput": 75223
19651
19666
  },
19652
- "../../../../../../../tmp/tmp-2795-4BfSpp3BcRJE/190fe5a3cb50/index.css": {
19667
+ "../../../../../../../tmp/tmp-2805-ozCrwpUfP5gX/19122804f881/index.css": {
19653
19668
  "bytesInOutput": 401
19654
19669
  }
19655
19670
  },