mjml-accordion
Advanced tools
Comparing version 4.7.0 to 4.7.1
@@ -40,2 +40,5 @@ "use strict"; | ||
'font-family': this.getAttribute('font-family'), | ||
'font-weight': this.getAttribute('font-weight'), | ||
'letter-spacing': this.getAttribute('letter-spacing'), | ||
'line-height': this.getAttribute('line-height'), | ||
color: this.getAttribute('color'), | ||
@@ -83,2 +86,5 @@ 'padding-bottom': this.getAttribute('padding-bottom'), | ||
'font-family': 'string', | ||
'font-weight': 'string', | ||
'letter-spacing': 'unitWithNegative(px,em)', | ||
'line-height': 'unit(px,%,)', | ||
color: 'color', | ||
@@ -93,4 +99,5 @@ 'padding-bottom': 'unit(px,%)', | ||
'font-size': '13px', | ||
'line-height': '1', | ||
padding: '16px' | ||
}); | ||
module.exports = exports.default; |
{ | ||
"name": "mjml-accordion", | ||
"description": "mjml-accordion", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"main": "lib/index.js", | ||
@@ -26,3 +26,3 @@ "files": [ | ||
"lodash": "^4.17.15", | ||
"mjml-core": "4.7.0" | ||
"mjml-core": "4.7.1" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b7549727fb954f9bf54eca95cc76d82926f3ac4d" | ||
"gitHead": "6bb3e08efb912765d5195d35dc19ce61cdd6306a" | ||
} |
@@ -124,2 +124,5 @@ ## mj-accordion | ||
font-size | px | font size | 13px | ||
font-weight | number | text thickness | n/a | ||
letter-spacing | px,em | letter spacing | none | ||
line-height | px | space between the lines | 1 | ||
padding | px | padding | 16px | ||
@@ -126,0 +129,0 @@ padding-bottom | px | padding bottom | n/a |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26905
437
133
+ Addedmjml-core@4.7.1(transitive)
+ Addedmjml-migrate@4.7.1(transitive)
+ Addedmjml-parser-xml@4.7.1(transitive)
+ Addedmjml-validator@4.7.1(transitive)
- Removedmjml-core@4.7.0(transitive)
- Removedmjml-migrate@4.7.0(transitive)
- Removedmjml-parser-xml@4.7.0(transitive)
- Removedmjml-validator@4.7.0-beta.2(transitive)
Updatedmjml-core@4.7.1