@nine-lab/nine-mu 0.1.107 → 0.1.109
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 +2 -2
- package/src/components/NineChat.js +5 -0
package/dist/nine-mu.js
CHANGED
|
@@ -13713,7 +13713,7 @@ render_fn = function() {
|
|
|
13713
13713
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13714
13714
|
this.shadowRoot.innerHTML = `
|
|
13715
13715
|
<style>
|
|
13716
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13716
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
|
|
13717
13717
|
${customImport}
|
|
13718
13718
|
</style>
|
|
13719
13719
|
<div class="wrapper">
|
|
@@ -13754,6 +13754,7 @@ render_fn = function() {
|
|
|
13754
13754
|
_makeMenuHandler = new WeakMap();
|
|
13755
13755
|
_sourceGenHandler = new WeakMap();
|
|
13756
13756
|
_showDiff = new WeakMap();
|
|
13757
|
+
trace.init("nine-mu", "#0969da");
|
|
13757
13758
|
if (!customElements.get("nine-chat")) {
|
|
13758
13759
|
customElements.define("nine-chat", NineChat);
|
|
13759
13760
|
}
|
|
@@ -39931,7 +39932,7 @@ class NineDiff extends HTMLElement {
|
|
|
39931
39932
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
39932
39933
|
this.shadowRoot.innerHTML = `
|
|
39933
39934
|
<style>
|
|
39934
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
39935
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
|
|
39935
39936
|
${customImport}
|
|
39936
39937
|
</style>
|
|
39937
39938
|
|
|
@@ -40041,7 +40042,7 @@ render_fn2 = function() {
|
|
|
40041
40042
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40042
40043
|
this.shadowRoot.innerHTML = `
|
|
40043
40044
|
<style>
|
|
40044
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40045
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.108"}/dist/css/nine-mu.css";
|
|
40045
40046
|
${customImport}
|
|
40046
40047
|
</style>
|
|
40047
40048
|
|
|
@@ -40080,7 +40081,7 @@ handleCancel_fn = function() {
|
|
|
40080
40081
|
};
|
|
40081
40082
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
40082
40083
|
const NineMu = {
|
|
40083
|
-
version: "0.1.
|
|
40084
|
+
version: "0.1.108",
|
|
40084
40085
|
init: (config2) => {
|
|
40085
40086
|
trace.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40086
40087
|
}
|