@social-mail/social-mail-client 1.4.57 → 1.4.59
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 +3 -1
- 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 +3 -1
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +3 -1
- 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 +4 -1
|
@@ -26134,12 +26134,14 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
26134
26134
|
}
|
|
26135
26135
|
doc[webComponentsInstalled] = true;
|
|
26136
26136
|
const url = this.path + "/dist/editable.js";
|
|
26137
|
+
doc.defaultView["__webpack_public_path__"] = url;
|
|
26137
26138
|
frame.sandbox.add("allow-scripts");
|
|
26138
26139
|
const text = yield FetchBuilder.get(url).asText();
|
|
26139
26140
|
const proxy = new CustomElementsProxy();
|
|
26140
26141
|
const win = doc.defaultView;
|
|
26141
26142
|
const globals = {
|
|
26142
26143
|
window: win,
|
|
26144
|
+
__webpack_public_path__: url,
|
|
26143
26145
|
document: win.document,
|
|
26144
26146
|
Object: win.Object,
|
|
26145
26147
|
Promise,
|
|
@@ -26249,7 +26251,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
26249
26251
|
});
|
|
26250
26252
|
}
|
|
26251
26253
|
});
|
|
26252
|
-
WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.
|
|
26254
|
+
WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.164`;
|
|
26253
26255
|
}
|
|
26254
26256
|
};
|
|
26255
26257
|
});
|