@nine-lab/nine-mu 0.1.361 → 0.1.362
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.
|
|
17541
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.361"}/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.
|
|
43791
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.361"}/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.
|
|
43931
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.361"}/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.
|
|
44040
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.361"}/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.
|
|
44370
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.361"}/dist/css/nine-mu.css";
|
|
44371
44371
|
${customImport}
|
|
44372
44372
|
</style>
|
|
44373
44373
|
|
|
@@ -44471,17 +44471,14 @@ const NineExceptionStyles = {
|
|
|
44471
44471
|
flexGrow: 1,
|
|
44472
44472
|
padding: "25px",
|
|
44473
44473
|
background: "#121314",
|
|
44474
|
-
// 터미널 다크 블랙 배경
|
|
44475
|
-
// ⭐ 모든 요소의 폰트 크기, 패딩, 높이 기준을 부모 레벨에서 완벽히 통일
|
|
44476
44474
|
fontFamily: 'Consolas, Monaco, "Courier New", monospace',
|
|
44477
|
-
fontSize: "14px",
|
|
44478
|
-
lineHeight: "1.6",
|
|
44479
|
-
// 줄간격을 터미널 배시 화면 비율(1.6)로 고정
|
|
44480
|
-
color: "#999",
|
|
44481
|
-
// 기본 텍스트 색상 #999 적용
|
|
44482
44475
|
textAlign: "left",
|
|
44483
44476
|
boxShadow: "0 4px 12px rgba(0,0,0,0.3)",
|
|
44484
|
-
|
|
44477
|
+
display: "flex",
|
|
44478
|
+
flexDirection: "column",
|
|
44479
|
+
gap: "10px",
|
|
44480
|
+
// ⭐ 수정: 아까 보기 좋았던 넉넉하고 정돈된 줄간격 비율로 복구
|
|
44481
|
+
lineHeight: "1.5"
|
|
44485
44482
|
},
|
|
44486
44483
|
// 1. 모든 라인의 display 형식을 'block'으로 맞추고 마진/패딩을 0으로 통일
|
|
44487
44484
|
systemError: {
|
|
@@ -44509,10 +44506,12 @@ const NineExceptionStyles = {
|
|
|
44509
44506
|
},
|
|
44510
44507
|
// 3. 에러 위치 추적 라인
|
|
44511
44508
|
locationRow: {
|
|
44512
|
-
color: "#
|
|
44509
|
+
color: "#999",
|
|
44513
44510
|
margin: "0",
|
|
44514
44511
|
padding: "0",
|
|
44515
|
-
display: "block"
|
|
44512
|
+
display: "block",
|
|
44513
|
+
fontFamily: "inherit",
|
|
44514
|
+
fontSize: "inherit"
|
|
44516
44515
|
},
|
|
44517
44516
|
// 4. 하단 영역의 flex와 gap을 완전히 제거하여 줄간격 왜곡 원천 차단
|
|
44518
44517
|
footer: {
|
|
@@ -44614,7 +44613,12 @@ class NineExceptionHook extends React.Component {
|
|
|
44614
44613
|
const targetLine = lines[0] || "";
|
|
44615
44614
|
const match = targetLine.match(/at\s+(\w+)\s+\((.*)\)/) || targetLine.match(/at\s+(.*)/);
|
|
44616
44615
|
if (match) {
|
|
44617
|
-
|
|
44616
|
+
const componentName = match[1];
|
|
44617
|
+
let rawPath = match[2] || "";
|
|
44618
|
+
if (rawPath.includes("http://") || rawPath.includes("https://")) {
|
|
44619
|
+
rawPath = rawPath.replace(/^https?:\/\/[^\/]+/, "");
|
|
44620
|
+
}
|
|
44621
|
+
errorLocation = rawPath ? `${componentName} (${rawPath})` : componentName;
|
|
44618
44622
|
} else {
|
|
44619
44623
|
errorLocation = targetLine.trim();
|
|
44620
44624
|
}
|
|
@@ -44675,7 +44679,7 @@ class NineExceptionHook extends React.Component {
|
|
|
44675
44679
|
}
|
|
44676
44680
|
}
|
|
44677
44681
|
const NineMu = {
|
|
44678
|
-
version: "0.1.
|
|
44682
|
+
version: "0.1.361",
|
|
44679
44683
|
init: (config2) => {
|
|
44680
44684
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44681
44685
|
}
|