@twilio-paste/paragraph
Advanced tools
Comparing version 1.1.31 to 1.1.32
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.32](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.1.31...@twilio-paste/paragraph@1.1.32) (2020-08-24) | ||
### Bug Fixes | ||
* **paragraph:** bump line-height due to default line-height change ([5de2b70](https://github.com/twilio-labs/paste/commit/5de2b70af3aa49964b09a9fe3b52e23e977f486d)) | ||
## [1.1.31](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.1.30...@twilio-paste/paragraph@1.1.31) (2020-08-19) | ||
@@ -8,0 +19,0 @@ |
@@ -1,1 +0,1 @@ | ||
import{createElement as t}from"react";import{Text as o}from"@twilio-paste/text";var r=function(r){var e=r.children,i=r.marginBottom;return t(o,{as:"p",marginBottom:i||"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",color:"colorText"},e)};r.displayName="Paragraph";export{r as Paragraph}; | ||
import{createElement as t}from"react";import{Text as o}from"@twilio-paste/text";var r=function(r){var e=r.children,i=r.marginBottom;return t(o,{as:"p",marginBottom:i||"space70",fontSize:"fontSize30",lineHeight:"lineHeight40",fontWeight:"fontWeightNormal",color:"colorText"},e)};r.displayName="Paragraph";export{r as Paragraph}; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("@twilio-paste/text"),r=function(r){var a=r.children,i=r.marginBottom;return e.createElement(t.Text,{as:"p",marginBottom:i||"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",color:"colorText"},a)};r.displayName="Paragraph",exports.Paragraph=r; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("@twilio-paste/text"),r=function(r){var a=r.children,i=r.marginBottom;return e.createElement(t.Text,{as:"p",marginBottom:i||"space70",fontSize:"fontSize30",lineHeight:"lineHeight40",fontWeight:"fontWeightNormal",color:"colorText"},a)};r.displayName="Paragraph",exports.Paragraph=r; |
{ | ||
"name": "@twilio-paste/paragraph", | ||
"version": "1.1.31", | ||
"version": "1.1.32", | ||
"category": "typography", | ||
@@ -32,6 +32,6 @@ "status": "production", | ||
"@twilio-paste/design-tokens": "^6.1.1", | ||
"@twilio-paste/style-props": "^1.5.1", | ||
"@twilio-paste/styling-library": "^0.1.1", | ||
"@twilio-paste/text": "^2.2.12", | ||
"@twilio-paste/theme": "^3.2.14", | ||
"@twilio-paste/style-props": "^1.5.2", | ||
"@twilio-paste/styling-library": "^0.1.2", | ||
"@twilio-paste/text": "^2.2.13", | ||
"@twilio-paste/theme": "^3.2.15", | ||
"@twilio-paste/types": "^3.0.18", | ||
@@ -43,10 +43,10 @@ "prop-types": "^15.7.2", | ||
"devDependencies": { | ||
"@twilio-paste/design-tokens": "^6.1.1", | ||
"@twilio-paste/style-props": "^1.5.2", | ||
"@twilio-paste/design-tokens": "^6.2.0", | ||
"@twilio-paste/style-props": "^1.5.3", | ||
"@twilio-paste/styling-library": "^0.1.2", | ||
"@twilio-paste/text": "^2.2.13", | ||
"@twilio-paste/theme": "^3.2.15", | ||
"@twilio-paste/types": "^3.0.18" | ||
"@twilio-paste/text": "^2.2.14", | ||
"@twilio-paste/theme": "^3.2.16", | ||
"@twilio-paste/types": "^3.0.19" | ||
}, | ||
"gitHead": "9f27d2a2ce90ddae67aa451da902e9c00cd1f9f9" | ||
"gitHead": "c493af8cd58d63177ea6c956ee15c9f04915c4f5" | ||
} |
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
18913