@twilio-paste/paragraph
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.0...@twilio-paste/paragraph@1.0.1) (2019-11-12) | ||
### Bug Fixes | ||
* paragraph package deps incorrect ([90ad6bc](https://github.com/twilio-labs/paste/commit/90ad6bca9628b2ac85990053d738c92450b4c798)) | ||
# [1.0.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@0.0.2...@twilio-paste/paragraph@1.0.0) (2019-11-11) | ||
@@ -8,0 +19,0 @@ |
@@ -1,1 +0,1 @@ | ||
import{createElement as t}from"react";import{Text as e}from"@twilio-paste/text";var o=function(o){return t(e,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight20",fontWeight:"fontWeightNormal",textColor:"colorText"},o.children)};o.displayName="Paragraph";export{o as Paragraph}; | ||
import{createElement as t}from"react";import{Text as e}from"@twilio-paste/text";var o=function(o){return t(e,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",textColor:"colorText"},o.children)};o.displayName="Paragraph";export{o as Paragraph}; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var React=require("react"),text=require("@twilio-paste/text"),Paragraph=function(e){return React.createElement(text.Text,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight20",fontWeight:"fontWeightNormal",textColor:"colorText"},e.children)};Paragraph.displayName="Paragraph",exports.Paragraph=Paragraph; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var React=require("react"),text=require("@twilio-paste/text"),Paragraph=function(e){return React.createElement(text.Text,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",textColor:"colorText"},e.children)};Paragraph.displayName="Paragraph",exports.Paragraph=Paragraph; |
{ | ||
"name": "@twilio-paste/paragraph", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"category": "typography", | ||
@@ -30,3 +30,3 @@ "status": "alpha", | ||
"peerDependencies": { | ||
"@twilio-paste/text": "^0.4.1", | ||
"@twilio-paste/text": "^1.0.1", | ||
"prop-types": "^15.7.2", | ||
@@ -36,3 +36,3 @@ "react": "^16.8.6" | ||
"devDependencies": { | ||
"@twilio-paste/text": "^0.4.1", | ||
"@twilio-paste/text": "^1.0.1", | ||
"rollup": "^1.16.2", | ||
@@ -46,3 +46,3 @@ "rollup-plugin-babel": "^4.3.3", | ||
}, | ||
"gitHead": "380c46893633fe4a11a08f4cd7e218363c4b2109" | ||
"gitHead": "7e0e333b408fd13502a3812b545783d8d58f1f8b" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6417
1