@nine-lab/nine-mu 0.1.73 → 0.1.75

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-mu.js CHANGED
@@ -183,7 +183,7 @@ render_fn = function() {
183
183
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
184
184
  this.shadowRoot.innerHTML = `
185
185
  <style>
186
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.72"}/dist/css/nine-mu.css";
186
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.74"}/dist/css/nine-mu.css";
187
187
  ${customImport}
188
188
  </style>
189
189
  <div class="wrapper">
@@ -26396,7 +26396,7 @@ class NineDiff extends HTMLElement {
26396
26396
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26397
26397
  this.shadowRoot.innerHTML = `
26398
26398
  <style>
26399
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.72"}/dist/css/nine-mu.css";
26399
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.74"}/dist/css/nine-mu.css";
26400
26400
  ${customImport}
26401
26401
  </style>
26402
26402
 
@@ -26506,7 +26506,7 @@ render_fn2 = function() {
26506
26506
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26507
26507
  this.shadowRoot.innerHTML = `
26508
26508
  <style>
26509
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.72"}/dist/css/nine-mu.css";
26509
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.74"}/dist/css/nine-mu.css";
26510
26510
  ${customImport}
26511
26511
  </style>
26512
26512
 
@@ -26534,7 +26534,7 @@ handleConfirm_fn = function() {
26534
26534
  packageName: __privateGet(this, _host).getAttribute("package-name"),
26535
26535
  contents: finalContent
26536
26536
  };
26537
- api.post(`/nine-ai/source/generateJsonFile`, params).then((res) => {
26537
+ api.post(`/nine-mu/source/generateJsonFile`, params).then((res) => {
26538
26538
  nine.alert("소스를 변경하였습니다.").then((res2) => {
26539
26539
  __privateGet(this, _dialog).close();
26540
26540
  });
@@ -26545,7 +26545,7 @@ handleCancel_fn = function() {
26545
26545
  };
26546
26546
  customElements.define("nine-diff-popup", NineDiffPopup);
26547
26547
  const NineMu = {
26548
- version: "0.1.72",
26548
+ version: "0.1.74",
26549
26549
  init: (config) => {
26550
26550
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26551
26551
  }