@fonixtree/magic-design 0.0.30 → 0.0.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.
|
@@ -67,7 +67,8 @@ var textGroupSourceJSON = function textGroupSourceJSON(parentId) {
|
|
|
67
67
|
sizeType: 'Customize font styles',
|
|
68
68
|
fontFamily: 'Open Sans',
|
|
69
69
|
fontWeight: 600,
|
|
70
|
-
fontSize:
|
|
70
|
+
fontSize: 22,
|
|
71
|
+
pcFontSize: 22,
|
|
71
72
|
width: '100%',
|
|
72
73
|
color: '#232F46'
|
|
73
74
|
}
|
|
@@ -82,6 +83,7 @@ var textGroupSourceJSON = function textGroupSourceJSON(parentId) {
|
|
|
82
83
|
fontFamily: 'Open Sans',
|
|
83
84
|
fontWeight: 400,
|
|
84
85
|
fontSize: 18,
|
|
86
|
+
pcFontSize: 18,
|
|
85
87
|
width: '100%',
|
|
86
88
|
color: '#232F46'
|
|
87
89
|
}
|
|
@@ -104,8 +106,10 @@ var getDefaultJSON = function getDefaultJSON() {
|
|
|
104
106
|
sizeType: 'Headline 1',
|
|
105
107
|
fontFamily: 'Montserrat',
|
|
106
108
|
fontWeight: 600,
|
|
107
|
-
fontSize:
|
|
108
|
-
|
|
109
|
+
fontSize: 28,
|
|
110
|
+
pcFontSize: 68,
|
|
111
|
+
color: '#232F46',
|
|
112
|
+
textAlign: 'center'
|
|
109
113
|
}
|
|
110
114
|
}),
|
|
111
115
|
subtitle: __assign(__assign({}, getDefaultMetaTextJson()), {
|
|
@@ -114,8 +118,10 @@ var getDefaultJSON = function getDefaultJSON() {
|
|
|
114
118
|
sizeType: 'Title 1',
|
|
115
119
|
fontFamily: 'Montserrat',
|
|
116
120
|
fontWeight: 400,
|
|
117
|
-
fontSize:
|
|
118
|
-
|
|
121
|
+
fontSize: 16,
|
|
122
|
+
pcFontSize: 32,
|
|
123
|
+
color: '#232F46',
|
|
124
|
+
textAlign: 'center'
|
|
119
125
|
}
|
|
120
126
|
})
|
|
121
127
|
},
|
|
@@ -67,7 +67,8 @@ var textGroupSourceJSON = function textGroupSourceJSON(parentId) {
|
|
|
67
67
|
sizeType: 'Customize font styles',
|
|
68
68
|
fontFamily: 'Open Sans',
|
|
69
69
|
fontWeight: 600,
|
|
70
|
-
fontSize:
|
|
70
|
+
fontSize: 22,
|
|
71
|
+
pcFontSize: 22,
|
|
71
72
|
width: '100%',
|
|
72
73
|
color: '#232F46'
|
|
73
74
|
}
|
|
@@ -82,6 +83,7 @@ var textGroupSourceJSON = function textGroupSourceJSON(parentId) {
|
|
|
82
83
|
fontFamily: 'Open Sans',
|
|
83
84
|
fontWeight: 400,
|
|
84
85
|
fontSize: 18,
|
|
86
|
+
pcFontSize: 18,
|
|
85
87
|
width: '100%',
|
|
86
88
|
color: '#232F46'
|
|
87
89
|
}
|
|
@@ -104,8 +106,10 @@ var getDefaultJSON = function getDefaultJSON() {
|
|
|
104
106
|
sizeType: 'Headline 1',
|
|
105
107
|
fontFamily: 'Montserrat',
|
|
106
108
|
fontWeight: 600,
|
|
107
|
-
fontSize:
|
|
108
|
-
|
|
109
|
+
fontSize: 28,
|
|
110
|
+
pcFontSize: 68,
|
|
111
|
+
color: '#232F46',
|
|
112
|
+
textAlign: 'center'
|
|
109
113
|
}
|
|
110
114
|
}),
|
|
111
115
|
subtitle: __assign(__assign({}, getDefaultMetaTextJson()), {
|
|
@@ -114,8 +118,10 @@ var getDefaultJSON = function getDefaultJSON() {
|
|
|
114
118
|
sizeType: 'Title 1',
|
|
115
119
|
fontFamily: 'Montserrat',
|
|
116
120
|
fontWeight: 400,
|
|
117
|
-
fontSize:
|
|
118
|
-
|
|
121
|
+
fontSize: 16,
|
|
122
|
+
pcFontSize: 32,
|
|
123
|
+
color: '#232F46',
|
|
124
|
+
textAlign: 'center'
|
|
119
125
|
}
|
|
120
126
|
})
|
|
121
127
|
},
|