@nine-lab/nine-ux 0.1.47 → 0.1.49

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.
@@ -14539,7 +14539,7 @@ Ar = function() {
14539
14539
  const t = Rr.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14540
14540
  this.shadowRoot.innerHTML = `
14541
14541
  <style>
14542
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.47/dist/css/nineEditor.css";
14542
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.49/dist/css/nineEditor.css";
14543
14543
  ${r}
14544
14544
  </style>
14545
14545
 
@@ -14640,10 +14640,9 @@ Ar = function() {
14640
14640
  r && t.chain().focus().setImage({ src: r }).run();
14641
14641
  };
14642
14642
  };
14643
- console.log("1==================");
14644
- console.log(typeof window);
14645
- 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!")));
14643
+ typeof window < "u" && (customElements.get("nine-editor") || customElements.define("nine-editor", vh));
14646
14644
  export {
14647
- vh as nineEditor
14645
+ vh as nineEditor,
14646
+ Rr as nineUx
14648
14647
  };
14649
14648
  //# sourceMappingURL=nine-ux.es.js.map