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