sykpcomposer 0.0.210 → 0.0.211
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/{ImageComponent-237243f8.js → ImageComponent-11558a12.js} +3 -3
- package/dist/{ImageComponent-237243f8.js.map → ImageComponent-11558a12.js.map} +1 -1
- package/dist/{InlineImageComponent-64522472.js → InlineImageComponent-187aaee6.js} +3 -3
- package/dist/{InlineImageComponent-64522472.js.map → InlineImageComponent-187aaee6.js.map} +1 -1
- package/dist/{Placeholder-ffc781ed.js → Placeholder-67d543bc.js} +2 -2
- package/dist/{Placeholder-ffc781ed.js.map → Placeholder-67d543bc.js.map} +1 -1
- package/dist/{index-67ae9cc3.js → index-7dfa30fe.js} +5 -4
- package/dist/{index-67ae9cc3.js.map → index-7dfa30fe.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -6630,7 +6630,7 @@ function Xg() {
|
|
|
6630
6630
|
function Pr(y) {
|
|
6631
6631
|
return y instanceof zi;
|
|
6632
6632
|
}
|
|
6633
|
-
const Cw = fr.lazy(() => import("./ImageComponent-
|
|
6633
|
+
const Cw = fr.lazy(() => import("./ImageComponent-11558a12.js"));
|
|
6634
6634
|
function Ow(y) {
|
|
6635
6635
|
const i = y;
|
|
6636
6636
|
if (i.src.startsWith("file:///"))
|
|
@@ -6772,7 +6772,7 @@ function ep({
|
|
|
6772
6772
|
function Tw(y) {
|
|
6773
6773
|
return y instanceof Sc;
|
|
6774
6774
|
}
|
|
6775
|
-
const kw = fr.lazy(() => import("./InlineImageComponent-
|
|
6775
|
+
const kw = fr.lazy(() => import("./InlineImageComponent-187aaee6.js"));
|
|
6776
6776
|
function Aw(y) {
|
|
6777
6777
|
if (y instanceof HTMLImageElement) {
|
|
6778
6778
|
const { alt: i, src: p, width: e, height: c } = y;
|
|
@@ -53375,7 +53375,8 @@ function iA({
|
|
|
53375
53375
|
paddingLeft: `${m || "16px"}`,
|
|
53376
53376
|
paddingBottom: `${h || "16px"}`
|
|
53377
53377
|
}), wh(".editor-inner").css({
|
|
53378
|
-
maxHeight: d ? `${d}px` : "
|
|
53378
|
+
maxHeight: d ? `${d}px` : "100%",
|
|
53379
|
+
overflow: "scroll",
|
|
53379
53380
|
height: d ? `${d}px` : "100%",
|
|
53380
53381
|
minHeight: "200px",
|
|
53381
53382
|
maxWidth: s ? `${s}px` : "1220px"
|
|
@@ -53525,4 +53526,4 @@ export {
|
|
|
53525
53526
|
It as w,
|
|
53526
53527
|
kr as x
|
|
53527
53528
|
};
|
|
53528
|
-
//# sourceMappingURL=index-
|
|
53529
|
+
//# sourceMappingURL=index-7dfa30fe.js.map
|