@nine-lab/nine-mu 0.1.126 → 0.1.128
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 +5 -4
- 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 +2 -0
package/dist/nine-mu.js
CHANGED
|
@@ -13712,6 +13712,7 @@ initActions_fn = function() {
|
|
|
13712
13712
|
}
|
|
13713
13713
|
}
|
|
13714
13714
|
});
|
|
13715
|
+
trace.log(result);
|
|
13715
13716
|
const data = JSON.parse(result.content[0].text);
|
|
13716
13717
|
if (data.action === "SHOW_DIFF") {
|
|
13717
13718
|
__privateGet(this, _showDiff).call(this, data.asis, data.tobe, "json");
|
|
@@ -13732,7 +13733,7 @@ render_fn = function() {
|
|
|
13732
13733
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13733
13734
|
this.shadowRoot.innerHTML = `
|
|
13734
13735
|
<style>
|
|
13735
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13736
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
13736
13737
|
${customImport}
|
|
13737
13738
|
</style>
|
|
13738
13739
|
<div class="wrapper">
|
|
@@ -39950,7 +39951,7 @@ class NineDiff extends HTMLElement {
|
|
|
39950
39951
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
39951
39952
|
this.shadowRoot.innerHTML = `
|
|
39952
39953
|
<style>
|
|
39953
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
39954
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
39954
39955
|
${customImport}
|
|
39955
39956
|
</style>
|
|
39956
39957
|
|
|
@@ -40060,7 +40061,7 @@ render_fn2 = function() {
|
|
|
40060
40061
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40061
40062
|
this.shadowRoot.innerHTML = `
|
|
40062
40063
|
<style>
|
|
40063
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40064
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.127"}/dist/css/nine-mu.css";
|
|
40064
40065
|
${customImport}
|
|
40065
40066
|
</style>
|
|
40066
40067
|
|
|
@@ -40099,7 +40100,7 @@ handleCancel_fn = function() {
|
|
|
40099
40100
|
};
|
|
40100
40101
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40101
40102
|
const NineMu = {
|
|
40102
|
-
version: "0.1.
|
|
40103
|
+
version: "0.1.127",
|
|
40103
40104
|
init: (config2) => {
|
|
40104
40105
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40105
40106
|
}
|