pds-dev-kit-web 2.2.169 → 2.2.170

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.
@@ -180,7 +180,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
180
180
  return size.width * 0.0133;
181
181
  }
182
182
  if (size.width < 1200) {
183
- return Math.max(getDefensiveFontSize(device, size.width), 14);
183
+ return Math.max(getDefensiveFontSize(device, size.width), 16);
184
184
  }
185
185
  return 16;
186
186
  })();
@@ -180,7 +180,7 @@ var FlexGridCustomSection = (0, react_1.forwardRef)(function CustomSection(props
180
180
  return size.width * 0.0133;
181
181
  }
182
182
  if (size.width < 1200) {
183
- return Math.max(getDefensiveFontSize(device, size.width), 14);
183
+ return Math.max(getDefensiveFontSize(device, size.width), 16);
184
184
  }
185
185
  return 16;
186
186
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.169",
3
+ "version": "2.2.170",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.169]
2
+ ## [v2.2.170]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1303] BasicListItem captionText의 colorTheme 지정 가능하도록 추가
6
+ * [PDS-1304] basefontsize 수정