@social-mail/social-mail-client 1.4.72 → 1.4.74

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.
@@ -26138,15 +26138,15 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26138
26138
  }
26139
26139
  doc[webComponentsInstalled] = true;
26140
26140
  const url = this.path + "/dist/editable.js";
26141
- const fullUrl = location.protocol + url;
26141
+ const cssUrl = location.protocol + this.path + "/dist/editable.less.css";
26142
26142
  const win = doc.defaultView;
26143
- win["__web_components_path__"] = fullUrl;
26143
+ win["__web_components_css_path__"] = cssUrl;
26144
26144
  frame.sandbox.add("allow-scripts");
26145
26145
  const text = yield FetchBuilder.get(url).asText();
26146
26146
  const proxy = new CustomElementsProxy();
26147
26147
  const globals = {
26148
26148
  window: win,
26149
- __web_components_path__: fullUrl,
26149
+ __web_components_css_path__: cssUrl,
26150
26150
  document: win.document,
26151
26151
  Object: win.Object,
26152
26152
  Promise,
@@ -26256,7 +26256,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26256
26256
  });
26257
26257
  }
26258
26258
  });
26259
- WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.169`;
26259
+ WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.174`;
26260
26260
  }
26261
26261
  };
26262
26262
  });