pds-dev-kit-web-test 0.2.44 → 0.2.45

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.
@@ -174,7 +174,7 @@ function getFontName(value) {
174
174
  case 'PRETENDARD':
175
175
  return 'Pretendard JP, sans-serif';
176
176
  default:
177
- return '';
177
+ return "".concat(value, ", sans-serif");
178
178
  }
179
179
  }
180
180
  function getHorizontalPositionValue(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,8 @@
1
- # pds-dev-kit-web-test Release Notes
2
- ## [v0.2.44]
3
- ## 기준 pds-dev-kit-web 버전 @2.2.10
4
- ### sub
5
- * GoogleFontKit
6
- * GoogleFontItem에 fetchDefaultText prop(boolean) 추가
1
+ # PDS-DEV-KIT-WEB Release Notes
2
+ ## [v2.2.10]
3
+ ## daily|https://design.storybook.publ.biz/
4
+
5
+ ### Component
6
+ * Icon
7
+ * ic_typeface_system(fill, line) 추가
8
+ * ic_logo_google(fill, line) 추가
@@ -1,3 +0,0 @@
1
- {
2
- "presets": ["es2015"]
3
- }