sykpcomposer 0.0.248 → 0.0.249
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-d3609825.js → ImageComponent-d4079d7a.js} +3 -3
- package/dist/{ImageComponent-d3609825.js.map → ImageComponent-d4079d7a.js.map} +1 -1
- package/dist/{InlineImageComponent-c4500dae.js → InlineImageComponent-737b9bf6.js} +3 -3
- package/dist/{InlineImageComponent-c4500dae.js.map → InlineImageComponent-737b9bf6.js.map} +1 -1
- package/dist/{LexicalNestedComposer.prod-aeb42ac0.js → LexicalNestedComposer.prod-53474fe8.js} +2 -2
- package/dist/{LexicalNestedComposer.prod-aeb42ac0.js.map → LexicalNestedComposer.prod-53474fe8.js.map} +1 -1
- package/dist/{index-e9f7d427.js → index-3bf3ecaf.js} +5 -9
- package/dist/{index-e9f7d427.js.map → index-3bf3ecaf.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +107 -107
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -6636,7 +6636,7 @@ function mh() {
|
|
|
6636
6636
|
function Mr(p) {
|
|
6637
6637
|
return p instanceof Xi;
|
|
6638
6638
|
}
|
|
6639
|
-
const l2 = sr.lazy(() => import("./ImageComponent-
|
|
6639
|
+
const l2 = sr.lazy(() => import("./ImageComponent-d4079d7a.js"));
|
|
6640
6640
|
function c2(p) {
|
|
6641
6641
|
const t = p;
|
|
6642
6642
|
if (t.src.startsWith("file:///"))
|
|
@@ -6782,7 +6782,7 @@ function yh({
|
|
|
6782
6782
|
function u2(p) {
|
|
6783
6783
|
return p instanceof su;
|
|
6784
6784
|
}
|
|
6785
|
-
const d2 = sr.lazy(() => import("./InlineImageComponent-
|
|
6785
|
+
const d2 = sr.lazy(() => import("./InlineImageComponent-737b9bf6.js"));
|
|
6786
6786
|
function f2(p) {
|
|
6787
6787
|
if (p instanceof HTMLImageElement) {
|
|
6788
6788
|
const { alt: t, src: a, width: e, height: s } = p;
|
|
@@ -61769,7 +61769,7 @@ function ZI({
|
|
|
61769
61769
|
height: c ? `${c}px` : "100%",
|
|
61770
61770
|
minHeight: "200px",
|
|
61771
61771
|
maxWidth: f ? `${f}px` : "100%"
|
|
61772
|
-
}), zc(".
|
|
61772
|
+
}), zc(".editor-input").attr("contentEditable", !d);
|
|
61773
61773
|
}, 500);
|
|
61774
61774
|
}, []);
|
|
61775
61775
|
const { userName: D, userId: L, userEmail: J } = t, z = {
|
|
@@ -61828,11 +61828,7 @@ function ZI({
|
|
|
61828
61828
|
}, [P]), sn(() => {
|
|
61829
61829
|
(async (H) => {
|
|
61830
61830
|
const U = !!p, Y = !!t, K = !!a;
|
|
61831
|
-
|
|
61832
|
-
H.preventDefault();
|
|
61833
|
-
const X = (H.clipboardData || window.clipboardData).getData("text/html");
|
|
61834
|
-
console.log("adas", X);
|
|
61835
|
-
}
|
|
61831
|
+
j > 1 && j < 200 && k(j + 1), console.log(U && Y && K ? "All three conditions are met." : U && Y || U && K || Y && K ? "Any two of the three conditions are met." : U || Y || K ? "Any one of the three conditions is met." : "None of the three conditions are met.");
|
|
61836
61832
|
})();
|
|
61837
61833
|
}, [p, t, a]);
|
|
61838
61834
|
const F = En((H) => {
|
|
@@ -62039,4 +62035,4 @@ export {
|
|
|
62039
62035
|
jt as w,
|
|
62040
62036
|
yr as x
|
|
62041
62037
|
};
|
|
62042
|
-
//# sourceMappingURL=index-
|
|
62038
|
+
//# sourceMappingURL=index-3bf3ecaf.js.map
|