@nine-lab/nine-mu 0.1.288 β†’ 0.1.289

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
@@ -17563,7 +17563,7 @@ render_fn = function() {
17563
17563
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17564
17564
  this.shadowRoot.innerHTML = `
17565
17565
  <style>
17566
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.287"}/dist/css/nine-mu.css";
17566
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.288"}/dist/css/nine-mu.css";
17567
17567
  ${customImport}
17568
17568
  </style>
17569
17569
  <div class="wrapper">
@@ -43780,7 +43780,7 @@ class NineDiff extends HTMLElement {
43780
43780
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43781
43781
  this.shadowRoot.innerHTML = `
43782
43782
  <style>
43783
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.287"}/dist/css/nine-mu.css";
43783
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.288"}/dist/css/nine-mu.css";
43784
43784
  ${customImport}
43785
43785
  </style>
43786
43786
 
@@ -43900,49 +43900,11 @@ _NineDiffPopup_instances = new WeakSet();
43900
43900
  */
43901
43901
  renderScaffolding_fn = function() {
43902
43902
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43903
- const appVersion = "0.1.287";
43903
+ const appVersion = "0.1.288";
43904
43904
  this.shadowRoot.innerHTML = `
43905
43905
  <style>
43906
43906
  @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${appVersion}/dist/css/nine-mu.css";
43907
43907
  ${customImport}
43908
-
43909
- .main-layout {
43910
- display: flex;
43911
- flex-direction: column;
43912
- height: 80vh;
43913
- width: 85vw;
43914
- min-width: 800px;
43915
- }
43916
- .tab-area {
43917
- flex: 1;
43918
- overflow: hidden;
43919
- display: flex;
43920
- flex-direction: column;
43921
- }
43922
- nine-tab {
43923
- flex: 1;
43924
- display: flex;
43925
- flex-direction: column;
43926
- height: 100%;
43927
- }
43928
- /* πŸ’‘ 에디터 μ˜μ—­μ˜ κ°€μ‹œμ„± 및 λ„ˆλΉ„/높이 ν•œκ³„μ„  κ³ μ • */
43929
- .diff-wrapper {
43930
- height: calc(80vh - 160px);
43931
- width: 100%;
43932
- display: block;
43933
- }
43934
- nine-diff {
43935
- display: block;
43936
- width: 100%;
43937
- height: 100%;
43938
- }
43939
- .footer {
43940
- display: flex;
43941
- justify-content: flex-end;
43942
- gap: 10px;
43943
- padding: 15px 0 0 0;
43944
- border-top: 1px solid #e5e7eb;
43945
- }
43946
43908
  </style>
43947
43909
 
43948
43910
  <nine-dialog>
@@ -44280,7 +44242,7 @@ class ChatMessageBody extends HTMLElement {
44280
44242
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44281
44243
  this.shadowRoot.innerHTML = `
44282
44244
  <style>
44283
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.287"}/dist/css/nine-mu.css";
44245
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.288"}/dist/css/nine-mu.css";
44284
44246
  ${customImport}
44285
44247
  </style>
44286
44248
 
@@ -44374,7 +44336,7 @@ if (!customElements.get("nine-chat-progress")) {
44374
44336
  customElements.define("nine-chat-progress", ProgressMessage);
44375
44337
  }
44376
44338
  const NineMu = {
44377
- version: "0.1.287",
44339
+ version: "0.1.288",
44378
44340
  init: (config2) => {
44379
44341
  trace$1.log("πŸ› οΈ Nine-Mu Engine initialized", config2);
44380
44342
  }