@nine-lab/nine-ux 0.1.116 → 0.1.118

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.
package/dist/nine-ux.js CHANGED
@@ -14658,7 +14658,7 @@ Fr = function() {
14658
14658
  const t = zt.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14659
14659
  this.shadowRoot.innerHTML = `
14660
14660
  <style>
14661
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.116/dist/css/nineEditor.css";
14661
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.118/dist/css/nineEditor.css";
14662
14662
  ${r}
14663
14663
  </style>
14664
14664
 
@@ -14805,7 +14805,7 @@ xt = new WeakMap(), St = new WeakMap(), ye = new WeakSet(), Tl = async function(
14805
14805
  const t = this.getAttribute("lang") || "Bash", r = this.getAttribute("code") || this.textContent.trim() || "", i = this.getAttribute("css-path");
14806
14806
  O(this, St).innerHTML = `
14807
14807
  <style>
14808
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.116/dist/css/nine-code-block.css";
14808
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.118/dist/css/nine-code-block.css";
14809
14809
  ${i ? `@import "${i}";` : ""}
14810
14810
  </style>
14811
14811
 
@@ -14830,3 +14830,6 @@ xt = new WeakMap(), St = new WeakMap(), ye = new WeakSet(), Tl = async function(
14830
14830
  };
14831
14831
  typeof window < "u" && (customElements.get("nine-code-block") || customElements.define("nine-code-block", jh));
14832
14832
  typeof window < "u" && (customElements.get("nine-editor") || customElements.define("nine-editor", Wh));
14833
+ export {
14834
+ Dl as nineDialog
14835
+ };