sykpcomposer 0.0.255 → 0.0.256
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-1844a69d.js → ImageComponent-2de0808d.js} +3 -3
- package/dist/{ImageComponent-1844a69d.js.map → ImageComponent-2de0808d.js.map} +1 -1
- package/dist/{InlineImageComponent-b0672dcf.js → InlineImageComponent-2d3ae046.js} +3 -3
- package/dist/{InlineImageComponent-b0672dcf.js.map → InlineImageComponent-2d3ae046.js.map} +1 -1
- package/dist/{LexicalNestedComposer.prod-8ab06bb5.js → LexicalNestedComposer.prod-b1e8e0ed.js} +2 -2
- package/dist/{LexicalNestedComposer.prod-8ab06bb5.js.map → LexicalNestedComposer.prod-b1e8e0ed.js.map} +1 -1
- package/dist/{index-7c231e11.js → index-ef98e4fa.js} +4 -4
- package/dist/{index-7c231e11.js.map → index-ef98e4fa.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 rp() {
|
|
|
6630
6630
|
function Ir(y) {
|
|
6631
6631
|
return y instanceof zi;
|
|
6632
6632
|
}
|
|
6633
|
-
const Iw = lr.lazy(() => import("./ImageComponent-
|
|
6633
|
+
const Iw = lr.lazy(() => import("./ImageComponent-2de0808d.js"));
|
|
6634
6634
|
function Mw(y) {
|
|
6635
6635
|
const i = y;
|
|
6636
6636
|
if (i.src.startsWith("file:///"))
|
|
@@ -6776,7 +6776,7 @@ function op({
|
|
|
6776
6776
|
function Rw(y) {
|
|
6777
6777
|
return y instanceof Tc;
|
|
6778
6778
|
}
|
|
6779
|
-
const Dw = lr.lazy(() => import("./InlineImageComponent-
|
|
6779
|
+
const Dw = lr.lazy(() => import("./InlineImageComponent-2d3ae046.js"));
|
|
6780
6780
|
function Lw(y) {
|
|
6781
6781
|
if (y instanceof HTMLImageElement) {
|
|
6782
6782
|
const { alt: i, src: p, width: e, height: c } = y;
|
|
@@ -53540,7 +53540,7 @@ function hA({
|
|
|
53540
53540
|
contentChanged: ({ source: G, content: Y }) => {
|
|
53541
53541
|
},
|
|
53542
53542
|
usersUpdate: (G) => {
|
|
53543
|
-
N(G), renderOnlineUsers(G);
|
|
53543
|
+
y && y.length > 0 && (N(G), renderOnlineUsers(G));
|
|
53544
53544
|
}
|
|
53545
53545
|
}
|
|
53546
53546
|
}, B = () => {
|
|
@@ -53783,4 +53783,4 @@ export {
|
|
|
53783
53783
|
Ar as x,
|
|
53784
53784
|
gA as y
|
|
53785
53785
|
};
|
|
53786
|
-
//# sourceMappingURL=index-
|
|
53786
|
+
//# sourceMappingURL=index-ef98e4fa.js.map
|