@nine-lab/nine-ux 0.1.52 → 0.1.53

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 = Ae.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.52/dist/css/nineEditor.css";
14542
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.53/dist/css/nineEditor.css";
14543
14543
  ${r}
14544
14544
  </style>
14545
14545
 
@@ -14655,7 +14655,4 @@ Rh();
14655
14655
  Rt.alert = Ae.alert.bind(Ae);
14656
14656
  Rt.confirm = Ae.confirm.bind(Ae);
14657
14657
  typeof window < "u" && (customElements.get("nine-editor") || customElements.define("nine-editor", Ih));
14658
- export {
14659
- Ih as nineEditor
14660
- };
14661
14658
  //# sourceMappingURL=nine-ux.es.js.map