@nuwatop/code-canvas-core 0.5.28 → 0.5.29
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4600,7 +4600,7 @@ const Ye = 420, On = 440, da = ({
|
|
|
4600
4600
|
), { style: ht, className: St, ...bt } = B, Q = p(() => {
|
|
4601
4601
|
if (N) return N;
|
|
4602
4602
|
let F = bt["scroll-x"], st = bt["scroll-y"];
|
|
4603
|
-
if (String(F) === "true" ? F = !0 : String(F) === "false" ? F = void 0 : F === "max-content" && (F = "max-content"), (st === "" || st === null || st === void 0) && (st = void 0), F !== void 0 || st !== void 0) return { x: F, y: st };
|
|
4603
|
+
if (String(F) === "true" ? F = !0 : String(F) === "false" || F === "__unset__" ? F = void 0 : F === "max-content" && (F = "max-content"), (st === "" || st === null || st === void 0) && (st = void 0), F !== void 0 || st !== void 0) return { x: F, y: st };
|
|
4604
4604
|
}, [N, bt["scroll-x"], bt["scroll-y"]]), nt = _(
|
|
4605
4605
|
(F) => {
|
|
4606
4606
|
var st;
|