Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@twilio-paste/paragraph

Package Overview
Dependencies
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/paragraph - npm Package Compare versions

Comparing version 1.1.31 to 1.1.32

11

CHANGELOG.md

@@ -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 @@

2

dist/index.es.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc