@nine-lab/nine-mu 0.1.274 → 0.1.275

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.
@@ -270,7 +270,7 @@
270
270
  align-items: center;
271
271
 
272
272
  div.message {
273
- display: -webkit-box;
273
+ display: contents;
274
274
  -webkit-line-clamp: 3;
275
275
  -webkit-box-orient: vertical;
276
276
  overflow: hidden;
@@ -1018,7 +1018,7 @@
1018
1018
  align-items: center;
1019
1019
 
1020
1020
  div.message {
1021
- display: contents;
1021
+ display: -webkit-box;
1022
1022
  -webkit-line-clamp: 3;
1023
1023
  -webkit-box-orient: vertical;
1024
1024
  overflow: auto;
package/dist/nine-mu.js CHANGED
@@ -17521,7 +17521,7 @@ render_fn = function() {
17521
17521
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17522
17522
  this.shadowRoot.innerHTML = `
17523
17523
  <style>
17524
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.273"}/dist/css/nine-mu.css";
17524
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.274"}/dist/css/nine-mu.css";
17525
17525
  ${customImport}
17526
17526
  </style>
17527
17527
  <div class="wrapper">
@@ -43738,7 +43738,7 @@ class NineDiff extends HTMLElement {
43738
43738
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43739
43739
  this.shadowRoot.innerHTML = `
43740
43740
  <style>
43741
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.273"}/dist/css/nine-mu.css";
43741
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.274"}/dist/css/nine-mu.css";
43742
43742
  ${customImport}
43743
43743
  </style>
43744
43744
 
@@ -43848,7 +43848,7 @@ render_fn2 = function() {
43848
43848
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43849
43849
  this.shadowRoot.innerHTML = `
43850
43850
  <style>
43851
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.273"}/dist/css/nine-mu.css";
43851
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.274"}/dist/css/nine-mu.css";
43852
43852
  ${customImport}
43853
43853
  </style>
43854
43854
 
@@ -44174,7 +44174,7 @@ class ChatMessageBody extends HTMLElement {
44174
44174
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44175
44175
  this.shadowRoot.innerHTML = `
44176
44176
  <style>
44177
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.273"}/dist/css/nine-mu.css";
44177
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.274"}/dist/css/nine-mu.css";
44178
44178
  ${customImport}
44179
44179
  </style>
44180
44180
 
@@ -44268,7 +44268,7 @@ if (!customElements.get("nine-chat-progress")) {
44268
44268
  customElements.define("nine-chat-progress", ProgressMessage);
44269
44269
  }
44270
44270
  const NineMu = {
44271
- version: "0.1.273",
44271
+ version: "0.1.274",
44272
44272
  init: (config2) => {
44273
44273
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44274
44274
  }