@nine-lab/nine-ux 0.1.43 → 0.1.45

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.
@@ -6,6 +6,7 @@ var gl = (n, e, t) => e in n ? ml(n, e, { enumerable: !0, configurable: !0, writ
6
6
  var ye = (n, e, t) => gl(n, typeof e != "symbol" ? e + "" : e, t), Hn = (n, e, t) => e.has(n) || ii("Cannot " + t);
7
7
  var O = (n, e, t) => (Hn(n, e, "read from private field"), t ? t.call(n) : e.get(n)), W = (n, e, t) => e.has(n) ? ii("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(n) : e.set(n, t), oe = (n, e, t, r) => (Hn(n, e, "write to private field"), r ? r.call(n, t) : e.set(n, t), t), Q = (n, e, t) => (Hn(n, e, "access private method"), t);
8
8
  import { nine as yl } from "@nine-lab/nine-util";
9
+ import { nine as Ph } from "@nine-lab/nine-util";
9
10
  const bl = `
10
11
  dialog::backdrop {
11
12
  background: rgba(0, 0, 0, 0.3);
@@ -14539,7 +14540,7 @@ Ar = function() {
14539
14540
  const t = Rr.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14540
14541
  this.shadowRoot.innerHTML = `
14541
14542
  <style>
14542
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.43/dist/css/nineEditor.css";
14543
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.45/dist/css/nineEditor.css";
14543
14544
  ${r}
14544
14545
  </style>
14545
14546
 
@@ -14640,8 +14641,10 @@ Ar = function() {
14640
14641
  r && t.chain().focus().setImage({ src: r }).run();
14641
14642
  };
14642
14643
  };
14643
- typeof window < "u" && (customElements.get("nine-editor") || customElements.define("nine-editor", vh));
14644
+ 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!")));
14644
14645
  export {
14645
- vh as nineEditor
14646
+ Ph as nine,
14647
+ vh as nineEditor,
14648
+ Rr as nineUx
14646
14649
  };
14647
14650
  //# sourceMappingURL=nine-ux.es.js.map