@nine-lab/nine-mu 0.1.134 → 0.1.135
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 +4 -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/public/css/nine-mu.css +3 -1
- package/src/components/NineChat.js +1 -1
package/dist/css/nine-mu.css
CHANGED
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.foot {
|
|
175
|
-
margin-bottom:
|
|
175
|
+
margin-bottom: 4px;
|
|
176
176
|
width: 100%;
|
|
177
177
|
height: 200px;
|
|
178
178
|
--background: #f0f0f0;
|
|
@@ -198,6 +198,8 @@
|
|
|
198
198
|
border-radius: 8px;
|
|
199
199
|
resize: none;
|
|
200
200
|
padding: 8px;
|
|
201
|
+
background: white;
|
|
202
|
+
color: #333;
|
|
201
203
|
}
|
|
202
204
|
textarea:hover {
|
|
203
205
|
border: 1px solid #999;
|
package/dist/nine-mu.js
CHANGED
|
@@ -13657,7 +13657,6 @@ class NineChat extends HTMLElement {
|
|
|
13657
13657
|
__privateMethod(this, _NineChat_instances, render_fn).call(this);
|
|
13658
13658
|
__privateMethod(this, _NineChat_instances, initInteractions_fn).call(this);
|
|
13659
13659
|
__privateMethod(this, _NineChat_instances, initActions_fn).call(this);
|
|
13660
|
-
__privateGet(this, _initMcp).call(this);
|
|
13661
13660
|
const res = await api.post("/nine-mu/config/get", {});
|
|
13662
13661
|
__privateSet(this, _routesPath, (res == null ? void 0 : res.userDir) + "/" + __privateGet(this, _packageName) + "/public/prompts/data/routes.json");
|
|
13663
13662
|
__privateSet(this, _routes, await __privateGet(this, _service).fetchRoutes(this.getAttribute("route-url")));
|
|
@@ -13719,7 +13718,7 @@ render_fn = function() {
|
|
|
13719
13718
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13720
13719
|
this.shadowRoot.innerHTML = `
|
|
13721
13720
|
<style>
|
|
13722
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13721
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.134"}/dist/css/nine-mu.css";
|
|
13723
13722
|
${customImport}
|
|
13724
13723
|
</style>
|
|
13725
13724
|
<div class="wrapper">
|
|
@@ -39937,7 +39936,7 @@ class NineDiff extends HTMLElement {
|
|
|
39937
39936
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
39938
39937
|
this.shadowRoot.innerHTML = `
|
|
39939
39938
|
<style>
|
|
39940
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
39939
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.134"}/dist/css/nine-mu.css";
|
|
39941
39940
|
${customImport}
|
|
39942
39941
|
</style>
|
|
39943
39942
|
|
|
@@ -40047,7 +40046,7 @@ render_fn2 = function() {
|
|
|
40047
40046
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40048
40047
|
this.shadowRoot.innerHTML = `
|
|
40049
40048
|
<style>
|
|
40050
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40049
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.134"}/dist/css/nine-mu.css";
|
|
40051
40050
|
${customImport}
|
|
40052
40051
|
</style>
|
|
40053
40052
|
|
|
@@ -40086,7 +40085,7 @@ handleCancel_fn = function() {
|
|
|
40086
40085
|
};
|
|
40087
40086
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40088
40087
|
const NineMu = {
|
|
40089
|
-
version: "0.1.
|
|
40088
|
+
version: "0.1.134",
|
|
40090
40089
|
init: (config2) => {
|
|
40091
40090
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40092
40091
|
}
|