@social-mail/social-mail-client 1.8.185 → 1.8.187
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/public/channel/ChannelApp.pack.js +4 -4
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/public/preview/pdf/PreviewPDF.local.css +1 -1
- package/dist/public/preview/pdf/PreviewPDF.local.css.map +1 -1
- package/dist/public/preview/pdf/PreviewPDF.pack.local.css +1 -1
- package/dist/public/preview/pdf/PreviewPDF.pack.local.css.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.js +4 -4
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +4 -4
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/public/preview/pdf/PreviewPDF.local.css +5 -0
- package/src/site-editor/editor/webComponentsPath.ts +4 -4
|
@@ -27476,9 +27476,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27476
27476
|
for (const element of packages) {
|
|
27477
27477
|
path = path.replace(element.latest, element.version);
|
|
27478
27478
|
}
|
|
27479
|
-
const url = path + "dist/editable.js";
|
|
27480
|
-
const cssUrl = location.protocol + path + "dist/editable.css";
|
|
27481
|
-
const webPackPath = location.protocol + path;
|
|
27479
|
+
const url = path + "/dist/editable.js";
|
|
27480
|
+
const cssUrl = location.protocol + path + "/dist/editable.css";
|
|
27481
|
+
const webPackPath = location.protocol + path + "/";
|
|
27482
27482
|
const win = doc.defaultView;
|
|
27483
27483
|
win["__web_components_css_path__"] = cssUrl;
|
|
27484
27484
|
win["__editing"] = true;
|
|
@@ -27607,7 +27607,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27607
27607
|
});
|
|
27608
27608
|
}
|
|
27609
27609
|
});
|
|
27610
|
-
WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@latest
|
|
27610
|
+
WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@latest`;
|
|
27611
27611
|
}
|
|
27612
27612
|
};
|
|
27613
27613
|
});
|