sykpcomposer 0.0.205 → 0.0.206
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-46123129.js → ImageComponent-a499cd9f.js} +3 -3
- package/dist/{ImageComponent-46123129.js.map → ImageComponent-a499cd9f.js.map} +1 -1
- package/dist/{InlineImageComponent-8f900900.js → InlineImageComponent-3b0080fc.js} +3 -3
- package/dist/{InlineImageComponent-8f900900.js.map → InlineImageComponent-3b0080fc.js.map} +1 -1
- package/dist/{Placeholder-9ecee4ee.js → Placeholder-310709b5.js} +2 -2
- package/dist/{Placeholder-9ecee4ee.js.map → Placeholder-310709b5.js.map} +1 -1
- package/dist/{index-70614f55.js → index-08c9cae6.js} +7 -5
- package/dist/{index-70614f55.js.map → index-08c9cae6.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/dist/src/components/plugins/PaginationPlugin.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -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-a499cd9f.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-3b0080fc.js"));
|
|
6776
6776
|
function Aw(y) {
|
|
6777
6777
|
if (y instanceof HTMLImageElement) {
|
|
6778
6778
|
const { alt: i, src: p, width: e, height: c } = y;
|
|
@@ -53361,13 +53361,15 @@ function iA({
|
|
|
53361
53361
|
};
|
|
53362
53362
|
Sn(() => {
|
|
53363
53363
|
setTimeout(() => {
|
|
53364
|
-
wh(".custom-margin").css({
|
|
53364
|
+
console.log("Custom Height:", d), console.log("Custom Height:", s), wh(".custom-margin").css({
|
|
53365
53365
|
paddingTop: `${l || "16px"}`,
|
|
53366
53366
|
paddingRight: `${h || "16px"}`,
|
|
53367
53367
|
paddingLeft: `${f || "16px"}`,
|
|
53368
53368
|
paddingBottom: `${m || "16px"}`
|
|
53369
53369
|
}), wh(".editor-inner").css({
|
|
53370
|
-
maxHeight: d ? `${d}px` : "
|
|
53370
|
+
maxHeight: d ? `${d}px` : "1200px",
|
|
53371
|
+
height: d ? `${d}px` : "600px",
|
|
53372
|
+
minHeight: "300px",
|
|
53371
53373
|
maxWidth: s ? `${s}px` : "1220px"
|
|
53372
53374
|
});
|
|
53373
53375
|
}, 2e3);
|
|
@@ -53515,4 +53517,4 @@ export {
|
|
|
53515
53517
|
It as w,
|
|
53516
53518
|
kr as x
|
|
53517
53519
|
};
|
|
53518
|
-
//# sourceMappingURL=index-
|
|
53520
|
+
//# sourceMappingURL=index-08c9cae6.js.map
|