@nine-lab/nine-ux 0.1.7 → 0.1.8

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.
@@ -70,7 +70,7 @@ Ne(Nr, "alert", async (e, t = "Alert", r = {}) => {
70
70
  const s = document.createElement("nx-alert-popup");
71
71
  i.class && s.classList.add(...i.class.split(" ")), i.animation && s.classList.add(i.animation), document.body.appendChild(s);
72
72
  const o = s.shadowRoot.querySelector("nine-dialog"), l = s.shadowRoot.querySelector(".cancel"), a = s.shadowRoot.querySelector(".msg");
73
- return o.setAttribute("title", t), a.innerHTML = e.replace(/\n/g, "<br/>"), new Promise((u) => {
73
+ return console.log("======================="), console.log(o), console.log("======================="), o == null || o.setAttribute("title", t), a.innerHTML = e.replace(/\n/g, "<br/>"), new Promise((u) => {
74
74
  const d = () => {
75
75
  u(!1), o.querySelector(".close").click();
76
76
  };
@@ -14150,7 +14150,7 @@ Or = function() {
14150
14150
  const t = Cn.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14151
14151
  this.shadowRoot.innerHTML = `
14152
14152
  <style>
14153
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.7/dist/css/nineEditor.css";
14153
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.8/dist/css/nineEditor.css";
14154
14154
  ${r}
14155
14155
  </style>
14156
14156