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.0.3 to 1.0.4

83

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [1.0.3](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.2...@twilio-paste/paragraph@1.0.3) (2019-11-20)
## [1.0.4](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.3...@twilio-paste/paragraph@1.0.4) (2019-11-21)

@@ -15,87 +15,24 @@ **Note:** Version bump only for package @twilio-paste/paragraph

## [1.0.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.1...@twilio-paste/paragraph@1.0.2) (2019-11-18)
## [1.0.3](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.2...@twilio-paste/paragraph@1.0.3) (2019-11-20)
**Note:** Version bump only for package @twilio-paste/paragraph
## [1.0.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.1...@twilio-paste/paragraph@1.0.2) (2019-11-18)
**Note:** Version bump only for package @twilio-paste/paragraph
## [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))
- 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)
### Features
* **icons:** delete old icons, add new streamline icons ([#129](https://github.com/twilio-labs/paste/issues/129)) ([571791d](https://github.com/twilio-labs/paste/commit/571791ded8ee4c55bb5a3dbcebee4b17b2c7c826))
* **typography:** heading component ([#149](https://github.com/twilio-labs/paste/issues/149)) ([4e033e6](https://github.com/twilio-labs/paste/commit/4e033e6f3e58566107271b18057532e768420827))
* enable theme switching on the docsite ([#124](https://github.com/twilio-labs/paste/issues/124)) ([df797e5](https://github.com/twilio-labs/paste/commit/df797e57ff1268367053d717f3b3c2ca48a0aa4f))
- **icons:** delete old icons, add new streamline icons ([#129](https://github.com/twilio-labs/paste/issues/129)) ([571791d](https://github.com/twilio-labs/paste/commit/571791ded8ee4c55bb5a3dbcebee4b17b2c7c826))
- **typography:** heading component ([#149](https://github.com/twilio-labs/paste/issues/149)) ([4e033e6](https://github.com/twilio-labs/paste/commit/4e033e6f3e58566107271b18057532e768420827))
- enable theme switching on the docsite ([#124](https://github.com/twilio-labs/paste/issues/124)) ([df797e5](https://github.com/twilio-labs/paste/commit/df797e57ff1268367053d717f3b3c2ca48a0aa4f))
### BREAKING CHANGES
* **icons:** removed all the inherited icons since we're moving to a new system
* chore(icons): update icon list for storybook
* fix(spinner): use new icon
* fix(storybook): use new icon for story
* fix(story): button icons should be 24px
* fix: adjust icon size tokens
* feat: add iconSizes as separate key in theme-tokens
* feat(icons): icons package to use tokens and update icons
* fix(spinner): update to use tokens and new icons
* fix(button): use correct spinner size
* fix(icons): major icons package fixes
- huge overhaul to build process
- now uses rollup
- builds into cjs and esm directories
- made the package publishable to npm
- moved svg folder out of src, now src only holds react stuff
- updated scripts to use new paths and cleaned up the code
- programmatically generates rollup config from the icon-list command
* chore: add new icons dist folders to gitignore
* fix: spinner and button icon usage
* feat(icons): add rollup icon list cache file
* fix(core-bundle): sort packages for consistent builds
* chore: use `esm` instead of `es` in rollup for correctness
* chore: yarn.lock
* fix(spinner): lint error
* chore(icons): move rollup icon list
* chore(spinner): use types package in story
* fix(spinner): swap out destructured props for explicit props
## [0.0.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@0.0.1...@twilio-paste/paragraph@0.0.2) (2019-10-29)

@@ -105,8 +42,4 @@

## 0.0.1 (2019-08-15)
**Note:** Version bump only for package @twilio-paste/paragraph

10

package.json
{
"name": "@twilio-paste/paragraph",
"version": "1.0.3",
"version": "1.0.4",
"category": "typography",
"status": "alpha",
"description": "Twilio's Paragraph component",
"status": "beta",
"description": "The paragraph component is used to render blocks of text, with a preset amount of space beneath it to distinguish from adjacent content.",
"author": "Twilio Inc.",

@@ -30,3 +30,3 @@ "license": "MIT",

"peerDependencies": {
"@twilio-paste/text": "^1.0.2",
"@twilio-paste/text": "^1.0.3",
"prop-types": "^15.7.2",

@@ -45,3 +45,3 @@ "react": "^16.8.6"

},
"gitHead": "29779d04d87a10d0f5200bfcb090e00b7e74b2e3"
"gitHead": "5068374f7184bf3a866b156d022861b59a56cf13"
}
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