pds-dev-kit-web-test 0.2.30 → 0.2.31
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.
|
@@ -170,7 +170,7 @@ function CustomSection(props) {
|
|
|
170
170
|
if (device === 'MOBILE') {
|
|
171
171
|
var cellWidth_1 = width / MOBILE_GRID_COLS;
|
|
172
172
|
setRowHeight(cellWidth_1 * 0.56);
|
|
173
|
-
|
|
173
|
+
baseFontSize !== 14 && setBaseFontSize(14);
|
|
174
174
|
return;
|
|
175
175
|
}
|
|
176
176
|
var cellWidth = width / DESKTOP_GRID_COLS;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# pds-dev-kit-web-test Release Notes
|
|
2
|
-
## [v0.2.
|
|
2
|
+
## [v0.2.31]
|
|
3
3
|
## 기준 pds-dev-kit-web 버전 @2.1.23
|
|
4
4
|
|
|
5
5
|
### sub
|
|
6
6
|
* DynamicLayout - custom section
|
|
7
|
-
* 모바일일 경우 font size 기준을 16에서 14로 변경
|
|
8
|
-
* 기존의 style을 적용하던 div를 감싸는 div에게 padding 값을 전달
|
|
9
|
-
* ResponsiveFontSize 기능 추가
|
|
7
|
+
* 모바일일 경우 font size 기준을 16에서 14로 변경
|