ninegrid2 6.1159.0 → 6.1160.0

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.
@@ -121959,6 +121959,8 @@ class NxLayout2 extends HTMLElement {
121959
121959
  clone.style[prop] = computedStyle.getPropertyValue(prop);
121960
121960
  }
121961
121961
 
121962
+ console.log(fontSize);
121963
+
121962
121964
  // ⭐ 폰트 스타일을 명시적으로 재정의합니다. ⭐
121963
121965
  clone.style.fontSize = fontSize;
121964
121966
  clone.style.fontFamily = fontFamily;
@@ -121955,6 +121955,8 @@ class NxLayout2 extends HTMLElement {
121955
121955
  clone.style[prop] = computedStyle.getPropertyValue(prop);
121956
121956
  }
121957
121957
 
121958
+ console.log(fontSize);
121959
+
121958
121960
  // ⭐ 폰트 스타일을 명시적으로 재정의합니다. ⭐
121959
121961
  clone.style.fontSize = fontSize;
121960
121962
  clone.style.fontFamily = fontFamily;
@@ -72,6 +72,8 @@ class NxLayout2 extends HTMLElement {
72
72
  clone.style[prop] = computedStyle.getPropertyValue(prop);
73
73
  }
74
74
 
75
+ console.log(fontSize);
76
+
75
77
  // ⭐ 폰트 스타일을 명시적으로 재정의합니다. ⭐
76
78
  clone.style.fontSize = fontSize;
77
79
  clone.style.fontFamily = fontFamily;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1159.0",
4
+ "version": "6.1160.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -72,6 +72,8 @@ class NxLayout2 extends HTMLElement {
72
72
  clone.style[prop] = computedStyle.getPropertyValue(prop);
73
73
  }
74
74
 
75
+ console.log(fontSize);
76
+
75
77
  // ⭐ 폰트 스타일을 명시적으로 재정의합니다. ⭐
76
78
  clone.style.fontSize = fontSize;
77
79
  clone.style.fontFamily = fontFamily;