Socket
Socket
Sign inDemoInstall

mjml-text

Package Overview
Dependencies
3
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

8

package.json
{
"name": "mjml-text",
"version": "2.0.0",
"version": "2.0.1",
"main": "lib/index.js",

@@ -15,6 +15,6 @@ "repository": {

"dependencies": {
"lodash": "^4.7.0",
"mjml-core": "^2.0.0",
"react": "^15.0.1"
"lodash": "^4.11.2",
"mjml-core": "^2.0.1",
"react": "^15.0.2"
}
}

@@ -1,5 +0,4 @@

## MJ-TEXT
## mjml-text
``` html
```xml
<mjml>

@@ -10,17 +9,14 @@ <mj-body>

<mj-column>
<mj-text>
<h1>Hey Title!</h1>
<h1>
Hey Title!
</h1>
</mj-text>
</mj-column>
</mj-section>
<mj-section>
<mj-column>
<mj-text>
Hey There!
</mj-text>
</mj-column>

@@ -43,16 +39,17 @@ </mj-section>

attribute | unit | description | default value
------------------|---------------|--------------------------------|-------------------------------------
color | color | text color | #000000
font-family | string | font | Ubuntu, Helvetica, Arial, sans-serif
font-size | px | text size | 13px
font-style | string | normal/italic/oblique | n/a
font-weight | number | text thickness | n/a
line-height | px | space between the lines | 22px
text-decoration | string | underline/overline/none | n/a
align | string | left/right/center | left
padding | px | supports up to 4 parameters | 10px 25px
padding-top | px | top offset | n/a
padding-bottom | px | bottom offset | n/a
padding-left | px | left offset | n/a
padding-right | px | right offset | n/a
attribute | unit | description | default value
------------------------------|---------------|--------------------------------|-------------------------------------
color | color | text color | #000000
font-family | string | font | Ubuntu, Helvetica, Arial, sans-serif
font-size | px | text size | 13px
font-style | string | normal/italic/oblique | n/a
font-weight | number | text thickness | n/a
line-height | px | space between the lines | 22px
text-decoration | string | underline/overline/none | n/a
align | string | left/right/center | left
container-background-color | color | inner element background color | n/a
padding | px | supports up to 4 parameters | 10px 25px
padding-top | px | top offset | n/a
padding-bottom | px | bottom offset | n/a
padding-left | px | left offset | n/a
padding-right | px | right offset | n/a
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc