@nine-lab/nine-mu 0.1.54 → 0.1.55

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 CHANGED
@@ -11,7 +11,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11
11
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
12
12
  var _getSourcePath, _service, _routes, _diffPopup, _NineChat_instances, initInteractions_fn, initActions_fn, render_fn, _asisEditorView, _tobeEditorView, _asisEditorEl, _tobeEditorEl, _languageCompartment, _isScrollSyncActive, _initCodeMirror, _setupScrollSync, _applyDiffDecorations, _dialog, _diffView, _resolve, _asisBackup, _NineDiffPopup_instances, handleConfirm_fn, handleCancel_fn;
13
13
  import { trace, api, nine } from "@nine-lab/nine-util";
14
- import "@nine-lab/nine-ux";
15
14
  class NineMuService {
16
15
  constructor(connectorUrl) {
17
16
  __privateAdd(this, _getSourcePath, (menuUrl) => {
@@ -184,7 +183,7 @@ render_fn = function() {
184
183
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
185
184
  this.shadowRoot.innerHTML = `
186
185
  <style>
187
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
186
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.54"}/dist/css/nine-mu.css";
188
187
  ${customImport}
189
188
  </style>
190
189
  <div class="wrapper">
@@ -26397,7 +26396,7 @@ class NineDiff extends HTMLElement {
26397
26396
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26398
26397
  this.shadowRoot.innerHTML = `
26399
26398
  <style>
26400
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
26399
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.54"}/dist/css/nine-mu.css";
26401
26400
  ${customImport}
26402
26401
  </style>
26403
26402
 
@@ -26462,7 +26461,7 @@ class NineDiffPopup extends HTMLElement {
26462
26461
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26463
26462
  this.shadowRoot.innerHTML = `
26464
26463
  <style>
26465
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
26464
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.54"}/dist/css/nine-mu.css";
26466
26465
  ${customImport}
26467
26466
  </style>
26468
26467
 
@@ -26540,7 +26539,7 @@ handleCancel_fn = function() {
26540
26539
  };
26541
26540
  customElements.define("nine-diff-popup", NineDiffPopup);
26542
26541
  const NineMu = {
26543
- version: "0.1.53",
26542
+ version: "0.1.54",
26544
26543
  init: (config) => {
26545
26544
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26546
26545
  }