@social-mail/social-mail-client 1.8.181 → 1.8.183
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 +2 -0
- 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/site-editor/editor/webComponentsPath.d.ts.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.js +2 -0
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +2 -0
- 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/site-editor/editor/webComponentsPath.ts +2 -0
- package/styler-lite/end.css +1 -1
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
|
@@ -27478,6 +27478,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27478
27478
|
}
|
|
27479
27479
|
const url = path + "/dist/editable.js";
|
|
27480
27480
|
const cssUrl = location.protocol + path + "/dist/editable.css";
|
|
27481
|
+
const webPackPath = location.protocol + path;
|
|
27481
27482
|
const win = doc.defaultView;
|
|
27482
27483
|
win["__web_components_css_path__"] = cssUrl;
|
|
27483
27484
|
win["__editing"] = true;
|
|
@@ -27487,6 +27488,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27487
27488
|
const globals = {
|
|
27488
27489
|
window: win,
|
|
27489
27490
|
__web_components_css_path__: cssUrl,
|
|
27491
|
+
__webpack_public_path__: webPackPath,
|
|
27490
27492
|
document: win.document,
|
|
27491
27493
|
Object: win.Object,
|
|
27492
27494
|
Promise,
|