sykpcomposer 1.19.68 → 1.19.69
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-0dfe5bec.js → ImageComponent-e812388e.js} +283 -281
- package/dist/ImageComponent-e812388e.js.map +1 -0
- package/dist/{InlineImageComponent-5c5b43d3.js → InlineImageComponent-2a383537.js} +3 -3
- package/dist/{InlineImageComponent-5c5b43d3.js.map → InlineImageComponent-2a383537.js.map} +1 -1
- package/dist/{LexicalNestedComposer.prod-04dec5eb.js → LexicalNestedComposer.prod-544aa108.js} +2 -2
- package/dist/{LexicalNestedComposer.prod-04dec5eb.js.map → LexicalNestedComposer.prod-544aa108.js.map} +1 -1
- package/dist/{PollComponent-cfc17efc.js → PollComponent-af62bd90.js} +2 -2
- package/dist/{PollComponent-cfc17efc.js.map → PollComponent-af62bd90.js.map} +1 -1
- package/dist/{index-fb76087e.js → index-5c973ae6.js} +6 -6
- package/dist/{index-fb76087e.js.map → index-5c973ae6.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +29 -29
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/ImageComponent-0dfe5bec.js.map +0 -1
|
@@ -11617,7 +11617,7 @@ class Xh extends Qh {
|
|
|
11617
11617
|
function wO(c) {
|
|
11618
11618
|
return new Xh(c);
|
|
11619
11619
|
}
|
|
11620
|
-
const SO = sr.lazy(() => import("./ImageComponent-
|
|
11620
|
+
const SO = sr.lazy(() => import("./ImageComponent-e812388e.js"));
|
|
11621
11621
|
function EO(c) {
|
|
11622
11622
|
const t = c;
|
|
11623
11623
|
if (t.src.startsWith("file:///"))
|
|
@@ -11763,7 +11763,7 @@ function eg({
|
|
|
11763
11763
|
function CO(c) {
|
|
11764
11764
|
return c instanceof xu;
|
|
11765
11765
|
}
|
|
11766
|
-
const TO = sr.lazy(() => import("./InlineImageComponent-
|
|
11766
|
+
const TO = sr.lazy(() => import("./InlineImageComponent-2a383537.js"));
|
|
11767
11767
|
function kO(c) {
|
|
11768
11768
|
if (c instanceof HTMLImageElement) {
|
|
11769
11769
|
const { alt: t, src: r, width: e, height: a } = c;
|
|
@@ -12202,7 +12202,7 @@ function KS() {
|
|
|
12202
12202
|
function MO(c) {
|
|
12203
12203
|
return c instanceof pf;
|
|
12204
12204
|
}
|
|
12205
|
-
const RO = sr.lazy(() => import("./PollComponent-
|
|
12205
|
+
const RO = sr.lazy(() => import("./PollComponent-af62bd90.js"));
|
|
12206
12206
|
function DO() {
|
|
12207
12207
|
return Math.random().toString(36).replace(/[^a-z]+/g, "").substr(0, 5);
|
|
12208
12208
|
}
|
|
@@ -59936,7 +59936,7 @@ const yC = ({ styleConfig: c }) => {
|
|
|
59936
59936
|
style: {
|
|
59937
59937
|
position: "absolute",
|
|
59938
59938
|
top: r.y,
|
|
59939
|
-
left: r.x -
|
|
59939
|
+
left: r.x - 300,
|
|
59940
59940
|
background: "rgba(255, 255, 255, 0.8)",
|
|
59941
59941
|
border: "1px solid rgba(255, 255, 255, 0.3)",
|
|
59942
59942
|
backdropFilter: "blur(10px)",
|
|
@@ -59975,7 +59975,7 @@ const yC = ({ styleConfig: c }) => {
|
|
|
59975
59975
|
style: {
|
|
59976
59976
|
position: "absolute",
|
|
59977
59977
|
top: r.y + 20,
|
|
59978
|
-
left: r.x -
|
|
59978
|
+
left: r.x - 300,
|
|
59979
59979
|
background: "rgba(255, 255, 255, 0.8)",
|
|
59980
59980
|
border: "1px solid rgba(255, 255, 255, 0.3)",
|
|
59981
59981
|
WebkitBackdropFilter: "blur(10px)",
|
|
@@ -66533,4 +66533,4 @@ export {
|
|
|
66533
66533
|
nc as y,
|
|
66534
66534
|
iR as z
|
|
66535
66535
|
};
|
|
66536
|
-
//# sourceMappingURL=index-
|
|
66536
|
+
//# sourceMappingURL=index-5c973ae6.js.map
|