@nine-lab/nine-ux 0.1.34 → 0.1.36

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 @@ Ir = function() {
14539
14539
  const t = It.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.34/dist/css/nineEditor.css";
14542
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.36/dist/css/nineEditor.css";
14543
14543
  ${r}
14544
14544
  </style>
14545
14545
 
@@ -14654,6 +14654,7 @@ const xs = {
14654
14654
  Rh();
14655
14655
  typeof window < "u" && (customElements.get("nine-editor") || customElements.define("nine-editor", Ih));
14656
14656
  export {
14657
- Ih as nineEditor
14657
+ Ih as nineEditor,
14658
+ It as nineUx
14658
14659
  };
14659
14660
  //# sourceMappingURL=nine-ux.es.js.map