ugcinc-render 1.8.41 → 1.8.42

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
@@ -2686,26 +2686,6 @@ function ScreenshotAnimation({
2686
2686
  transform: "translateX(-50%)"
2687
2687
  }
2688
2688
  }
2689
- ),
2690
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
2691
- "div",
2692
- {
2693
- style: {
2694
- position: "absolute",
2695
- top: 10,
2696
- left: 10,
2697
- color: "red",
2698
- fontSize: 24,
2699
- fontWeight: "bold",
2700
- fontFamily: "monospace",
2701
- textShadow: "0 0 4px black"
2702
- },
2703
- children: [
2704
- "v1.8.41 | phase2: ",
2705
- Math.round(phase2TimeMs),
2706
- "ms"
2707
- ]
2708
- }
2709
2689
  )
2710
2690
  ] });
2711
2691
  }
package/dist/index.mjs CHANGED
@@ -1823,26 +1823,6 @@ function ScreenshotAnimation({
1823
1823
  transform: "translateX(-50%)"
1824
1824
  }
1825
1825
  }
1826
- ),
1827
- /* @__PURE__ */ jsxs6(
1828
- "div",
1829
- {
1830
- style: {
1831
- position: "absolute",
1832
- top: 10,
1833
- left: 10,
1834
- color: "red",
1835
- fontSize: 24,
1836
- fontWeight: "bold",
1837
- fontFamily: "monospace",
1838
- textShadow: "0 0 4px black"
1839
- },
1840
- children: [
1841
- "v1.8.41 | phase2: ",
1842
- Math.round(phase2TimeMs),
1843
- "ms"
1844
- ]
1845
- }
1846
1826
  )
1847
1827
  ] });
1848
1828
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.41",
3
+ "version": "1.8.42",
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",