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

@twilio-paste/types

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/types - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

64

CHANGELOG.md

@@ -6,2 +6,66 @@ # Change Log

# [2.0.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/types@1.1.0...@twilio-paste/types@2.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))
### 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
# [1.1.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/types@1.0.0...@twilio-paste/types@1.1.0) (2019-10-31)

@@ -8,0 +72,0 @@

1

dist/style-props/layout.d.ts

@@ -11,2 +11,3 @@ import * as CSS from 'csstype';

export declare type Size = Width | Height;
export declare type IconSize = ResponsiveValue<keyof ThemeShape['iconSizes']>;
export declare type Display = ResponsiveValue<CSS.DisplayProperty>;

@@ -13,0 +14,0 @@ export declare type VerticalAlign = ResponsiveValue<CSS.VerticalAlignProperty<TLengthStyledSystem>>;

2

dist/style-props/typography.d.ts

@@ -8,3 +8,3 @@ import * as CSS from 'csstype';

export declare type LineHeight = ResponsiveValue<keyof ThemeShape['lineHeights']>;
export declare type TextColor = ResponsiveValue<keyof ThemeShape['textColors']>;
export declare type TextColor = ResponsiveValue<keyof ThemeShape['textColors'] | 'currentColor'>;
export declare type LetterSpacing = ResponsiveValue<CSS.LetterSpacingProperty<TLengthStyledSystem>>;

@@ -11,0 +11,0 @@ export declare type TextAlign = ResponsiveValue<CSS.TextAlignProperty>;

{
"name": "@twilio-paste/types",
"version": "1.1.0",
"version": "2.0.0",
"description": "Shared typescript typings for Paste",

@@ -32,3 +32,3 @@ "author": "Twilio Inc.",

"devDependencies": {
"@twilio-paste/theme-tokens": "^1.0.0",
"@twilio-paste/theme-tokens": "^2.0.0",
"csstype": "^2.6.6",

@@ -43,3 +43,3 @@ "rollup": "^1.16.2",

},
"gitHead": "82780d3fc81ecc80e655f08a794e4d42a2efff38"
"gitHead": "380c46893633fe4a11a08f4cd7e218363c4b2109"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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