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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxLayout2.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxLayout2.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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;
|
package/dist/nx/nxLayout2.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxLayout2.js
CHANGED