@nine-lab/nine-mu 0.1.52 → 0.1.54

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,6 +11,7 @@ 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";
14
15
  class NineMuService {
15
16
  constructor(connectorUrl) {
16
17
  __privateAdd(this, _getSourcePath, (menuUrl) => {
@@ -183,7 +184,7 @@ render_fn = function() {
183
184
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
184
185
  this.shadowRoot.innerHTML = `
185
186
  <style>
186
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.51"}/dist/css/nine-mu.css";
187
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
187
188
  ${customImport}
188
189
  </style>
189
190
  <div class="wrapper">
@@ -26396,7 +26397,7 @@ class NineDiff extends HTMLElement {
26396
26397
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26397
26398
  this.shadowRoot.innerHTML = `
26398
26399
  <style>
26399
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.51"}/dist/css/nine-mu.css";
26400
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
26400
26401
  ${customImport}
26401
26402
  </style>
26402
26403
 
@@ -26461,7 +26462,7 @@ class NineDiffPopup extends HTMLElement {
26461
26462
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26462
26463
  this.shadowRoot.innerHTML = `
26463
26464
  <style>
26464
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.51"}/dist/css/nine-mu.css";
26465
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.53"}/dist/css/nine-mu.css";
26465
26466
  ${customImport}
26466
26467
  </style>
26467
26468
 
@@ -26539,7 +26540,7 @@ handleCancel_fn = function() {
26539
26540
  };
26540
26541
  customElements.define("nine-diff-popup", NineDiffPopup);
26541
26542
  const NineMu = {
26542
- version: "0.1.51",
26543
+ version: "0.1.53",
26543
26544
  init: (config) => {
26544
26545
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26545
26546
  }