sykpcomposer 0.0.261 → 0.0.262
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-33a0f78e.js → ImageComponent-e36a4d21.js} +3 -3
- package/dist/{ImageComponent-33a0f78e.js.map → ImageComponent-e36a4d21.js.map} +1 -1
- package/dist/{InlineImageComponent-fe325aea.js → InlineImageComponent-503c44a0.js} +3 -3
- package/dist/{InlineImageComponent-fe325aea.js.map → InlineImageComponent-503c44a0.js.map} +1 -1
- package/dist/{LexicalNestedComposer.prod-830de9fd.js → LexicalNestedComposer.prod-86c2df5a.js} +2 -2
- package/dist/{LexicalNestedComposer.prod-830de9fd.js.map → LexicalNestedComposer.prod-86c2df5a.js.map} +1 -1
- package/dist/{index-bd14e205.js → index-61a46ad5.js} +4 -4
- package/dist/index-61a46ad5.js.map +1 -0
- 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
- package/dist/index-bd14e205.js.map +0 -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-e36a4d21.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-503c44a0.js"));
|
|
6786
6786
|
function f2(p) {
|
|
6787
6787
|
if (p instanceof HTMLImageElement) {
|
|
6788
6788
|
const { alt: t, src: a, width: e, height: s } = p;
|
|
@@ -14021,7 +14021,7 @@ const BT = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idX
|
|
|
14021
14021
|
if (P) {
|
|
14022
14022
|
P.preventDefault();
|
|
14023
14023
|
const B = (P.clipboardData || window.clipboardData).getData("text/html");
|
|
14024
|
-
B && l(B), b(B);
|
|
14024
|
+
B && (console.log(B), l(B)), b(B);
|
|
14025
14025
|
}
|
|
14026
14026
|
}, y = () => {
|
|
14027
14027
|
l("");
|
|
@@ -62043,4 +62043,4 @@ export {
|
|
|
62043
62043
|
jt as w,
|
|
62044
62044
|
yr as x
|
|
62045
62045
|
};
|
|
62046
|
-
//# sourceMappingURL=index-
|
|
62046
|
+
//# sourceMappingURL=index-61a46ad5.js.map
|