@rudyzeinoun/email-builder 0.0.21 → 0.0.22
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -171,7 +171,7 @@ function getFontFamily(fontFamily) {
|
|
|
171
171
|
case "HELVETICA":
|
|
172
172
|
return "Helvetica, Arial, sans-serif";
|
|
173
173
|
case "GEORGIA":
|
|
174
|
-
return '
|
|
174
|
+
return 'Georgia, "Times New Roman", Times, serif';
|
|
175
175
|
case "MODERN_SANS":
|
|
176
176
|
return '"Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif';
|
|
177
177
|
case "BOOK_SANS":
|
package/dist/index.mjs
CHANGED
|
@@ -138,7 +138,7 @@ function getFontFamily(fontFamily) {
|
|
|
138
138
|
case "HELVETICA":
|
|
139
139
|
return "Helvetica, Arial, sans-serif";
|
|
140
140
|
case "GEORGIA":
|
|
141
|
-
return '
|
|
141
|
+
return 'Georgia, "Times New Roman", Times, serif';
|
|
142
142
|
case "MODERN_SANS":
|
|
143
143
|
return '"Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif';
|
|
144
144
|
case "BOOK_SANS":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudyzeinoun/email-builder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"description": "React component to render email messages",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@rudyzeinoun/block-container": "^0.0.8",
|
|
30
30
|
"@usewaypoint/block-avatar": "^0.0.3",
|
|
31
|
-
"@rudyzeinoun/block-button": "^0.0.
|
|
31
|
+
"@rudyzeinoun/block-button": "^0.0.5",
|
|
32
32
|
"@rudyzeinoun/block-columns-container": "^0.0.6",
|
|
33
33
|
"@usewaypoint/block-divider": "^0.0.4",
|
|
34
|
-
"@rudyzeinoun/block-heading": "^0.0.
|
|
35
|
-
"@rudyzeinoun/block-html": "^0.0.
|
|
34
|
+
"@rudyzeinoun/block-heading": "^0.0.5",
|
|
35
|
+
"@rudyzeinoun/block-html": "^0.0.5",
|
|
36
36
|
"@usewaypoint/block-image": "^0.0.5",
|
|
37
37
|
"@usewaypoint/block-spacer": "^0.0.3",
|
|
38
|
-
"@rudyzeinoun/block-text": "^0.0.
|
|
38
|
+
"@rudyzeinoun/block-text": "^0.0.8",
|
|
39
39
|
"@usewaypoint/document-core": "^0.0.6"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|