@twilio-paste/types
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -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 @@ |
@@ -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>>; |
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
23327
180
0