@nine-lab/nine-ux 0.1.62 → 0.1.63

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.
@@ -14651,7 +14651,7 @@ Lr = function() {
14651
14651
  const t = Ae.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
14652
14652
  this.shadowRoot.innerHTML = `
14653
14653
  <style>
14654
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.62/dist/css/nineEditor.css";
14654
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.63/dist/css/nineEditor.css";
14655
14655
  ${r}
14656
14656
  </style>
14657
14657
 
@@ -14756,8 +14756,9 @@ const Ms = {
14756
14756
  alert: window.alert,
14757
14757
  confirm: window.confirm
14758
14758
  }, ws = () => {
14759
- const { nativeOverride: n } = Rt.config.ux || {}, e = Array.isArray(n) ? n : n === !0 ? ["alert", "confirm"] : [];
14760
- console.log(e), window.alert = e.includes("alert") ? (t) => Ae.alert(t) : Ms.alert, window.confirm = e.includes("confirm") ? async (t) => await Ae.confirm(t) : Ms.confirm, Rt.config.debug && e.length > 0 && console.log(`[nine-ux] Native API Overridden: ${e.join(", ")}`);
14759
+ var t, r;
14760
+ const { nativeOverride: n } = ((r = (t = Rt) == null ? void 0 : t.config) == null ? void 0 : r.ux) || {}, e = Array.isArray(n) ? n : n === !0 ? ["alert", "confirm"] : [];
14761
+ console.log(e), window.alert = e.includes("alert") ? (i) => Ae.alert(i) : Ms.alert, window.confirm = e.includes("confirm") ? async (i) => await Ae.confirm(i) : Ms.confirm, Rt.config.debug && e.length > 0 && console.log(`[nine-ux] Native API Overridden: ${e.join(", ")}`);
14761
14762
  }, Bh = () => {
14762
14763
  ws(), Ml((n) => {
14763
14764
  (n === "ux" || n === "config") && ws();