@nine-lab/nine-mu 0.1.274 → 0.1.276
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/css/nine-mu.css +3 -1
- package/dist/nine-mu.js +5 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
- package/public/css/nine-mu.css +3 -1
package/dist/css/nine-mu.css
CHANGED
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
align-items: center;
|
|
271
271
|
|
|
272
272
|
div.message {
|
|
273
|
-
display:
|
|
273
|
+
display: contents;
|
|
274
274
|
-webkit-line-clamp: 3;
|
|
275
275
|
-webkit-box-orient: vertical;
|
|
276
276
|
overflow: hidden;
|
|
@@ -283,6 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
span.more {
|
|
286
|
+
display: none;
|
|
286
287
|
right: 4px;
|
|
287
288
|
bottom: 0px;
|
|
288
289
|
font-size: 9px;
|
|
@@ -1031,6 +1032,7 @@
|
|
|
1031
1032
|
}
|
|
1032
1033
|
|
|
1033
1034
|
span.more {
|
|
1035
|
+
display: none;
|
|
1034
1036
|
right: 4px;
|
|
1035
1037
|
bottom: 0px;
|
|
1036
1038
|
font-size: 9px;
|
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.
|
|
17524
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.275"}/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.
|
|
43741
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.275"}/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.
|
|
43851
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.275"}/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.
|
|
44177
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.275"}/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.
|
|
44271
|
+
version: "0.1.275",
|
|
44272
44272
|
init: (config2) => {
|
|
44273
44273
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44274
44274
|
}
|