ugcinc-render 1.8.43 → 1.8.45

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.
package/dist/index.js CHANGED
@@ -2360,22 +2360,22 @@ var screenshotMovementData = {
2360
2360
  "895": 0.7663
2361
2361
  },
2362
2362
  "imgClipRight": {
2363
- "18": 0.2076,
2364
- "51": 0.2348,
2365
- "86": 0.2548,
2366
- "136": 0.2696,
2367
- "171": 0.2804,
2368
- "204": 0.2884,
2369
- "255": 0.2943,
2370
- "289": 0.2987,
2371
- "340": 0.3019,
2372
- "374": 0.3042,
2373
- "424": 0.3059,
2374
- "457": 0.3072,
2375
- "493": 0.3082,
2376
- "595": 0.3096,
2377
- "695": 0.3102,
2378
- "895": 0.3107
2363
+ "18": 0.199,
2364
+ "51": 0.2262,
2365
+ "86": 0.2462,
2366
+ "136": 0.261,
2367
+ "171": 0.2718,
2368
+ "204": 0.2798,
2369
+ "255": 0.2857,
2370
+ "289": 0.2901,
2371
+ "340": 0.2933,
2372
+ "374": 0.2956,
2373
+ "424": 0.2973,
2374
+ "457": 0.2986,
2375
+ "493": 0.2996,
2376
+ "595": 0.301,
2377
+ "695": 0.3016,
2378
+ "895": 0.3021
2379
2379
  },
2380
2380
  "imgClipBottom": {
2381
2381
  "18": 0.711,
package/dist/index.mjs CHANGED
@@ -1497,22 +1497,22 @@ var screenshotMovementData = {
1497
1497
  "895": 0.7663
1498
1498
  },
1499
1499
  "imgClipRight": {
1500
- "18": 0.2076,
1501
- "51": 0.2348,
1502
- "86": 0.2548,
1503
- "136": 0.2696,
1504
- "171": 0.2804,
1505
- "204": 0.2884,
1506
- "255": 0.2943,
1507
- "289": 0.2987,
1508
- "340": 0.3019,
1509
- "374": 0.3042,
1510
- "424": 0.3059,
1511
- "457": 0.3072,
1512
- "493": 0.3082,
1513
- "595": 0.3096,
1514
- "695": 0.3102,
1515
- "895": 0.3107
1500
+ "18": 0.199,
1501
+ "51": 0.2262,
1502
+ "86": 0.2462,
1503
+ "136": 0.261,
1504
+ "171": 0.2718,
1505
+ "204": 0.2798,
1506
+ "255": 0.2857,
1507
+ "289": 0.2901,
1508
+ "340": 0.2933,
1509
+ "374": 0.2956,
1510
+ "424": 0.2973,
1511
+ "457": 0.2986,
1512
+ "493": 0.2996,
1513
+ "595": 0.301,
1514
+ "695": 0.3016,
1515
+ "895": 0.3021
1516
1516
  },
1517
1517
  "imgClipBottom": {
1518
1518
  "18": 0.711,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.43",
3
+ "version": "1.8.45",
4
4
  "description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",