pds-dev-kit-web 2.1.24 → 2.1.25
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.
|
@@ -172,7 +172,7 @@ function CustomSection(props) {
|
|
|
172
172
|
if (device === 'MOBILE') {
|
|
173
173
|
var cellWidth_1 = width / MOBILE_GRID_COLS;
|
|
174
174
|
setRowHeight(cellWidth_1 * 0.56);
|
|
175
|
-
baseFontSize !==
|
|
175
|
+
baseFontSize !== 16 && setBaseFontSize(16);
|
|
176
176
|
return;
|
|
177
177
|
}
|
|
178
178
|
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 Release Notes
|
|
2
|
-
## [v2.1.
|
|
3
|
-
##
|
|
2
|
+
## [v2.1.25]
|
|
3
|
+
## urgent|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
5
|
### sub
|
|
6
6
|
* DynamicLayout - custom section
|
|
7
|
-
*
|
|
8
|
-
* font-size em, mobile 기준폰트 14px
|
|
9
|
-
* button 여백 스펙 변경
|
|
7
|
+
* mobile 기준폰트 14px에서 16px로 변경
|