mjml-social
Advanced tools
Comparing version 3.3.2 to 3.3.3-beta.1
@@ -46,2 +46,3 @@ 'use strict'; | ||
'facebook-href': '[[SHORT_PERMALINK]]', | ||
'facebook-rel': null, | ||
'facebook-icon-color': '#3b5998', | ||
@@ -52,2 +53,3 @@ 'font-family': 'Ubuntu, Helvetica, Arial, sans-serif', | ||
'google-href': '[[SHORT_PERMALINK]]', | ||
'google-rel': null, | ||
'google-icon-color': '#dc4e41', | ||
@@ -58,2 +60,3 @@ 'icon-size': '20px', | ||
'instagram-href': '[[SHORT_PERMALINK]]', | ||
'instagram-rel': null, | ||
'instagram-icon-color': '#3f729b', | ||
@@ -63,2 +66,3 @@ 'line-height': '22px', | ||
'linkedin-href': '[[SHORT_PERMALINK]]', | ||
'linkedin-rel': null, | ||
'linkedin-icon-color': '#0077b5', | ||
@@ -73,2 +77,3 @@ 'mode': 'horizontal', | ||
'pinterest-href': '[[SHORT_PERMALINK]]', | ||
'pinterest-rel': null, | ||
'pinterest-icon-color': '#bd081c', | ||
@@ -79,2 +84,3 @@ 'text-decoration': 'none', | ||
'twitter-href': '[[SHORT_PERMALINK]]', | ||
'twitter-rel': null, | ||
'twitter-icon-color': '#55acee', | ||
@@ -258,3 +264,3 @@ 'vertical-align': null | ||
'a', | ||
{ href: href }, | ||
{ href: href, rel: mjAttribute(platform + '-rel') }, | ||
_react2.default.createElement('img', { | ||
@@ -261,0 +267,0 @@ alt: platform, |
{ | ||
"name": "mjml-social", | ||
"description": "mjml-social", | ||
"version": "3.3.2", | ||
"version": "3.3.3-beta.1", | ||
"main": "lib/index.js", | ||
@@ -17,5 +17,5 @@ "repository": { | ||
"lodash": "^4.17.4", | ||
"mjml-core": "~3.3.2", | ||
"mjml-core": "~3.3.3-beta.1", | ||
"react": "^15.4.2" | ||
} | ||
} |
@@ -60,2 +60,3 @@ ## mjml-social | ||
facebook-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
facebook-rel | string | specify the rel attribute | n/a | ||
facebook-icon-color | color | icon color | #3b5998 | ||
@@ -66,2 +67,3 @@ font-family | string | font name | Ubuntu, Helvetica, Arial, sans-serif | ||
google-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
google-rel | string | specify the rel attribute | n/a | ||
google-icon-color | color | icon color | #dc4e41 | ||
@@ -71,2 +73,3 @@ icon-size | percent/px | icon size | 20px | ||
instagram-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
instagram-rel | string | specify the rel attribute | n/a | ||
instagram-icon-color | color | icon color | #3f729b | ||
@@ -76,2 +79,3 @@ line-height | percent/px | space between lines | 22px | ||
linkedin-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
linkedin-rel | string | specify the rel attribute | n/a | ||
linkedin-icon-color | color | icon color | #0077b5 | ||
@@ -81,2 +85,3 @@ mode | string | vertical/horizontal | horizontal | ||
pinterest-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
pinterest-rel | string | specify the rel attribute | n/a | ||
pinterest-icon-color | color | icon color | #bd081c | ||
@@ -87,2 +92,3 @@ text-decoration | string | underline/overline/none | none | ||
twitter-href | url | button redirection url | [[SHORT_PERMALINK]] | ||
twitter-rel | string | specify the rel attribute | n/a | ||
twitter-icon-color | color | icon color | #55acee | ||
@@ -89,0 +95,0 @@ align | string | left/right/center | center |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
56089
355
101
1
Updatedmjml-core@~3.3.3-beta.1