@nine-lab/nine-mu 0.1.355 → 0.1.356

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
@@ -17538,7 +17538,7 @@ render_fn = function() {
17538
17538
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
17539
17539
  this.shadowRoot.innerHTML = `
17540
17540
  <style>
17541
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.354"}/dist/css/nine-mu.css";
17541
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.355"}/dist/css/nine-mu.css";
17542
17542
  ${customImport}
17543
17543
  </style>
17544
17544
  <div class="wrapper">
@@ -43788,7 +43788,7 @@ class NineDiff extends HTMLElement {
43788
43788
  const customImport = nine.cssPath ? `@import "${nine.cssPath}/nine-mu.css";` : "";
43789
43789
  this.shadowRoot.innerHTML = `
43790
43790
  <style>
43791
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.354"}/dist/css/nine-mu.css";
43791
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.355"}/dist/css/nine-mu.css";
43792
43792
  ${customImport}
43793
43793
  </style>
43794
43794
 
@@ -43928,7 +43928,7 @@ renderScaffolding_fn = function() {
43928
43928
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
43929
43929
  this.shadowRoot.innerHTML = `
43930
43930
  <style>
43931
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.354"}/dist/css/nine-mu.css";
43931
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.355"}/dist/css/nine-mu.css";
43932
43932
  ${customImport}
43933
43933
  </style>
43934
43934
 
@@ -44037,7 +44037,7 @@ render_fn2 = function() {
44037
44037
  const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
44038
44038
  this.shadowRoot.innerHTML = `
44039
44039
  <style>
44040
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.354"}/dist/css/nine-mu.css";
44040
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.355"}/dist/css/nine-mu.css";
44041
44041
  ${customImport}
44042
44042
  </style>
44043
44043
 
@@ -44367,7 +44367,7 @@ class ChatMessageBody extends HTMLElement {
44367
44367
  const customImport = nine.cssPath ? `@import "${nine.cssPath}/nine-mu.css";` : "";
44368
44368
  this.shadowRoot.innerHTML = `
44369
44369
  <style>
44370
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.354"}/dist/css/nine-mu.css";
44370
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.355"}/dist/css/nine-mu.css";
44371
44371
  ${customImport}
44372
44372
  </style>
44373
44373
 
@@ -44470,41 +44470,37 @@ const NineExceptionStyles = {
44470
44470
  padding: "25px",
44471
44471
  margin: "20px",
44472
44472
  background: "#121314",
44473
- // 터미널 다크 블랙 배경
44474
44473
  border: "1px solid #343A40",
44475
- // 외곽 테두리
44476
44474
  borderRadius: "6px",
44477
44475
  fontFamily: 'Consolas, Monaco, "Courier New", monospace',
44478
44476
  textAlign: "left",
44479
44477
  boxShadow: "0 4px 12px rgba(0,0,0,0.3)",
44480
- lineHeight: "1"
44481
- // 부모 라인 높이 통일
44478
+ // 1. 수정: 전체 내부 줄간격을 1.5 정도로 주어 터미널 특유의 쾌적하고 꽉 찬 느낌을 제공
44479
+ lineHeight: "1.5"
44482
44480
  },
44483
44481
  systemError: {
44484
- color: "red",
44485
- // [SYSTEM] 강렬한 레드 유지
44482
+ color: "#999",
44483
+ // 캡처 화면과 동일하게 #999 유지
44486
44484
  fontWeight: "bold",
44487
44485
  fontSize: "14px",
44488
- margin: "0 0 12px 0",
44489
- // 정확히 하단 여백 12px
44486
+ margin: "0",
44487
+ // 2. 수정: 아래 마진을 없애서 순수 lineHeight로만 줄간격 통일
44490
44488
  letterSpacing: "0.5px",
44491
- padding: "0",
44492
- lineHeight: "1"
44493
- // 줄간 격차 원천 차단
44489
+ padding: "0"
44494
44490
  },
44495
44491
  pre: {
44496
44492
  background: "transparent",
44497
44493
  color: "#F8F9FA",
44498
44494
  padding: "0",
44499
- margin: "0 0 12px 0",
44500
- // 정확히 하단 여백 12px
44495
+ margin: "0",
44496
+ // 3. 수정: 아래 마진을 없애서 다음 줄과의 간격을 첫 줄 간격과 100% 일치시킴
44501
44497
  border: "none",
44502
44498
  overflowX: "auto",
44503
44499
  whiteSpace: "pre-wrap",
44504
44500
  fontFamily: "Consolas, Monaco, monospace",
44505
44501
  fontSize: "14px",
44506
- lineHeight: "1"
44507
- // 줄간 격차 원천 차단
44502
+ // 4. 추가: 브라우저가 pre 태그에 임의로 잡는 베이스라인 정렬을 강제로 리셋
44503
+ display: "block"
44508
44504
  },
44509
44505
  footer: {
44510
44506
  fontSize: "14px",
@@ -44655,7 +44651,7 @@ class NineExceptionHook extends React.Component {
44655
44651
  }
44656
44652
  }
44657
44653
  const NineMu = {
44658
- version: "0.1.354",
44654
+ version: "0.1.355",
44659
44655
  init: (config2) => {
44660
44656
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44661
44657
  }