@nine-lab/nine-ux 0.1.44 → 0.1.46

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.
@@ -14540,7 +14540,7 @@ Ar = function() {
14540
14540
  const t = Rr.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14541
14541
  this.shadowRoot.innerHTML = `
14542
14542
  <style>
14543
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.44/dist/css/nineEditor.css";
14543
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.46/dist/css/nineEditor.css";
14544
14544
  ${r}
14545
14545
  </style>
14546
14546
 
@@ -14641,6 +14641,8 @@ Ar = function() {
14641
14641
  r && t.chain().focus().setImage({ src: r }).run();
14642
14642
  };
14643
14643
  };
14644
+ console.log("==================");
14645
+ console.log(typeof window);
14644
14646
  typeof window < "u" && (console.log("[nine-ux] Registering nine-editor..."), customElements.get("nine-editor") || (customElements.define("nine-editor", vh), console.log("[nine-ux] nine-editor registered successfully!")));
14645
14647
  export {
14646
14648
  Ph as nine,