sykpcomposer 0.0.192 → 0.0.193
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-d49dd9f8.js → ImageComponent-89ca0fd3.js} +3 -3
- package/dist/{ImageComponent-d49dd9f8.js.map → ImageComponent-89ca0fd3.js.map} +1 -1
- package/dist/{InlineImageComponent-972c8b61.js → InlineImageComponent-15e4ee15.js} +3 -3
- package/dist/{InlineImageComponent-972c8b61.js.map → InlineImageComponent-15e4ee15.js.map} +1 -1
- package/dist/{Placeholder-ed3bc9f3.js → Placeholder-f3f92b09.js} +2 -2
- package/dist/{Placeholder-ed3bc9f3.js.map → Placeholder-f3f92b09.js.map} +1 -1
- package/dist/{index-60b4a632.js → index-c62a91f2.js} +4 -4
- package/dist/{index-60b4a632.js.map → index-c62a91f2.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
|
@@ -13558,7 +13558,7 @@ function bf() {
|
|
|
13558
13558
|
function ut(n) {
|
|
13559
13559
|
return n instanceof qn;
|
|
13560
13560
|
}
|
|
13561
|
-
const ox = Pt.lazy(() => import("./ImageComponent-
|
|
13561
|
+
const ox = Pt.lazy(() => import("./ImageComponent-89ca0fd3.js"));
|
|
13562
13562
|
function sx(n) {
|
|
13563
13563
|
const e = n;
|
|
13564
13564
|
if (e.src.startsWith("file:///"))
|
|
@@ -13700,7 +13700,7 @@ function ya({
|
|
|
13700
13700
|
function lx(n) {
|
|
13701
13701
|
return n instanceof bo;
|
|
13702
13702
|
}
|
|
13703
|
-
const ax = Pt.lazy(() => import("./InlineImageComponent-
|
|
13703
|
+
const ax = Pt.lazy(() => import("./InlineImageComponent-15e4ee15.js"));
|
|
13704
13704
|
function cx(n) {
|
|
13705
13705
|
if (n instanceof HTMLImageElement) {
|
|
13706
13706
|
const { alt: e, src: t, width: r, height: i } = n;
|
|
@@ -22197,7 +22197,7 @@ function AC({
|
|
|
22197
22197
|
const R = Vt(
|
|
22198
22198
|
(A, H) => {
|
|
22199
22199
|
const q = g(A, H);
|
|
22200
|
-
let ae = window.location.hostname === "localhost" ? ["ws://localhost:5173"] : ["wss://spincrm.sharepoint.com
|
|
22200
|
+
let ae = window.location.hostname === "localhost" ? ["ws://localhost:5173"] : ["wss://spincrm.sharepoint.com"];
|
|
22201
22201
|
return new CC(`${ae}`, A, q, {
|
|
22202
22202
|
connect: !0
|
|
22203
22203
|
});
|
|
@@ -22273,4 +22273,4 @@ export {
|
|
|
22273
22273
|
Q as w,
|
|
22274
22274
|
Qe as x
|
|
22275
22275
|
};
|
|
22276
|
-
//# sourceMappingURL=index-
|
|
22276
|
+
//# sourceMappingURL=index-c62a91f2.js.map
|