pds-dev-kit-web-test 0.0.8 → 0.0.9

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.
@@ -18,17 +18,17 @@ exports.fontWeight = {
18
18
  bold: '700'
19
19
  };
20
20
  exports.desktopFontSize = {
21
- displayHeading: '46px',
22
- heading: '30px',
23
- leadParagraph: '26px',
24
- subtitle: '24px',
25
- body1: '20px',
26
- body2: '18px',
27
- caption1: '16px',
28
- caption2: '14px',
29
- form1: '18px',
30
- form2: '16px',
31
- blog1: '18px'
21
+ displayHeading: '44px',
22
+ heading: '28px',
23
+ leadParagraph: '24px',
24
+ subtitle: '22px',
25
+ body1: '18px',
26
+ body2: '16px',
27
+ caption1: '14px',
28
+ caption2: '12px',
29
+ form1: '16px',
30
+ form2: '14px',
31
+ blog1: '16px'
32
32
  };
33
33
  exports.desktopLineHeight = {
34
34
  displayHeading: '1.5',
@@ -45,17 +45,17 @@ exports.desktopLineHeight = {
45
45
  singleLine: '1'
46
46
  };
47
47
  exports.mobileFontSize = {
48
- displayHeading: '38px',
49
- heading: '30px',
50
- leadParagraph: '26px',
51
- subtitle: '24px',
52
- body1: '20px',
53
- body2: '18px',
54
- caption1: '16px',
55
- caption2: '14px',
56
- form1: '18px',
57
- form2: '16px',
58
- blog1: '18px'
48
+ displayHeading: '36px',
49
+ heading: '28px',
50
+ leadParagraph: '24px',
51
+ subtitle: '22px',
52
+ body1: '18px',
53
+ body2: '16px',
54
+ caption1: '14px',
55
+ caption2: '12px',
56
+ form1: '16px',
57
+ form2: '14px',
58
+ blog1: '16px'
59
59
  };
60
60
  exports.mobileLineHeight = {
61
61
  displayHeading: '1.5',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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-TEST Release Notes
2
- ## [v0.0.8]
2
+ ## [v0.0.9]
3
3
 
4
- * theme의 font-size 크게 변경
4
+ * theme의 font-size 작게 변경
5
5
 
6
6