@pixldocs/canvas-renderer 0.5.98 → 0.5.99
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13103,7 +13103,7 @@ function PixldocsPreview(props) {
|
|
|
13103
13103
|
!canvasSettled && /* @__PURE__ */ jsxRuntime.jsx("div", { style: { position: "absolute", inset: 0, display: "flex", alignItems: "center", justifyContent: "center", minHeight: 200 }, children: /* @__PURE__ */ jsxRuntime.jsx("div", { style: { color: "#888", fontSize: 14 }, children: "Loading preview..." }) })
|
|
13104
13104
|
] });
|
|
13105
13105
|
}
|
|
13106
|
-
const PACKAGE_VERSION = "0.5.
|
|
13106
|
+
const PACKAGE_VERSION = "0.5.99";
|
|
13107
13107
|
const roundParityValue = (value) => {
|
|
13108
13108
|
if (typeof value !== "number") return value;
|
|
13109
13109
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|