@nine-lab/nine-mu 0.1.161 → 0.1.162
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 +6 -5
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +1 -0
package/dist/nine-mu.js
CHANGED
|
@@ -13804,6 +13804,7 @@ initActions_fn = function() {
|
|
|
13804
13804
|
const userInput = $textarea.value.trim();
|
|
13805
13805
|
if (!userInput || this.isProcessing) return;
|
|
13806
13806
|
$textarea.disabled = true;
|
|
13807
|
+
trace.log("22222222222222");
|
|
13807
13808
|
__privateGet(this, _$nineChatMessage).add("me", userInput);
|
|
13808
13809
|
__privateGet(this, _$nineChatMessage).add("ing", "");
|
|
13809
13810
|
setTimeout(() => {
|
|
@@ -13824,7 +13825,7 @@ render_fn = function() {
|
|
|
13824
13825
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13825
13826
|
this.shadowRoot.innerHTML = `
|
|
13826
13827
|
<style>
|
|
13827
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13828
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.161"}/dist/css/nine-mu.css";
|
|
13828
13829
|
${customImport}
|
|
13829
13830
|
</style>
|
|
13830
13831
|
<div class="wrapper">
|
|
@@ -40043,7 +40044,7 @@ class NineDiff extends HTMLElement {
|
|
|
40043
40044
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40044
40045
|
this.shadowRoot.innerHTML = `
|
|
40045
40046
|
<style>
|
|
40046
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40047
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.161"}/dist/css/nine-mu.css";
|
|
40047
40048
|
${customImport}
|
|
40048
40049
|
</style>
|
|
40049
40050
|
|
|
@@ -40153,7 +40154,7 @@ render_fn2 = function() {
|
|
|
40153
40154
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40154
40155
|
this.shadowRoot.innerHTML = `
|
|
40155
40156
|
<style>
|
|
40156
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40157
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.161"}/dist/css/nine-mu.css";
|
|
40157
40158
|
${customImport}
|
|
40158
40159
|
</style>
|
|
40159
40160
|
|
|
@@ -40481,7 +40482,7 @@ class ChatMessage extends HTMLElement {
|
|
|
40481
40482
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40482
40483
|
this.shadowRoot.innerHTML = `
|
|
40483
40484
|
<style>
|
|
40484
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40485
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.161"}/dist/css/nine-mu.css";
|
|
40485
40486
|
${customImport}
|
|
40486
40487
|
</style>
|
|
40487
40488
|
|
|
@@ -40575,7 +40576,7 @@ if (!customElements.get("nine-chat-me")) {
|
|
|
40575
40576
|
customElements.define("nine-chat-me", MyMessage);
|
|
40576
40577
|
}
|
|
40577
40578
|
const NineMu = {
|
|
40578
|
-
version: "0.1.
|
|
40579
|
+
version: "0.1.161",
|
|
40579
40580
|
init: (config2) => {
|
|
40580
40581
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40581
40582
|
}
|