@nine-lab/nine-mu 0.1.298 → 0.1.299

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
@@ -17563,7 +17563,7 @@ render_fn = function() {
17563
17563
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17564
17564
  this.shadowRoot.innerHTML = `
17565
17565
  <style>
17566
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.297"}/dist/css/nine-mu.css";
17566
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.298"}/dist/css/nine-mu.css";
17567
17567
  ${customImport}
17568
17568
  </style>
17569
17569
  <div class="wrapper">
@@ -43780,7 +43780,7 @@ class NineDiff extends HTMLElement {
43780
43780
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43781
43781
  this.shadowRoot.innerHTML = `
43782
43782
  <style>
43783
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.297"}/dist/css/nine-mu.css";
43783
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.298"}/dist/css/nine-mu.css";
43784
43784
  ${customImport}
43785
43785
  </style>
43786
43786
 
@@ -43907,12 +43907,12 @@ renderScaffolding_fn = function() {
43907
43907
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
43908
43908
  this.shadowRoot.innerHTML = `
43909
43909
  <style>
43910
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.297"}/dist/css/nine-mu.css";
43910
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.298"}/dist/css/nine-mu.css";
43911
43911
  ${customImport}
43912
43912
  </style>
43913
43913
 
43914
43914
  <nine-dialog>
43915
- <nine-tab theme="theme-3"></nine-tab>
43915
+ <nine-tab theme="theme-3" class="fixed-height"></nine-tab>
43916
43916
 
43917
43917
  <div class="footer">
43918
43918
  <button class="btn btn-cancel">취소</button>
@@ -44243,7 +44243,7 @@ class ChatMessageBody extends HTMLElement {
44243
44243
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44244
44244
  this.shadowRoot.innerHTML = `
44245
44245
  <style>
44246
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.297"}/dist/css/nine-mu.css";
44246
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.298"}/dist/css/nine-mu.css";
44247
44247
  ${customImport}
44248
44248
  </style>
44249
44249
 
@@ -44337,7 +44337,7 @@ if (!customElements.get("nine-chat-progress")) {
44337
44337
  customElements.define("nine-chat-progress", ProgressMessage);
44338
44338
  }
44339
44339
  const NineMu = {
44340
- version: "0.1.297",
44340
+ version: "0.1.298",
44341
44341
  init: (config2) => {
44342
44342
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44343
44343
  }