@welcome-ui/utils
Advanced tools
Comparing version 1.4.0 to 1.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.7.0](https://github.com/WTTJ/welcome-ui/compare/v1.6.3...v1.7.0) (2020-02-04) | ||
### Features | ||
* add Toast component ([#523](https://github.com/WTTJ/welcome-ui/issues/523)) ([c9fa7f5](https://github.com/WTTJ/welcome-ui/commit/c9fa7f5694494523aaaff422fc20c028a645c96f)) | ||
# [1.4.0](https://github.com/WTTJ/welcome-ui/compare/v1.3.0...v1.4.0) (2020-01-15) | ||
@@ -8,0 +19,0 @@ |
@@ -50,6 +50,7 @@ 'use strict'; | ||
var VARIANTS = { | ||
error: 'colors.danger.500', | ||
focused: 'colors.primary.500', | ||
error: 'colors.danger.500', | ||
warning: 'colors.warning.500', | ||
info: 'colors.info.500' | ||
info: 'colors.info.500', | ||
success: 'colors.success.500', | ||
warning: 'colors.warning.500' | ||
}; | ||
@@ -56,0 +57,0 @@ var getVariantColor = function getVariantColor(variant) { |
@@ -43,6 +43,7 @@ import _taggedTemplateLiteralLoose from '@babel/runtime/helpers/esm/taggedTemplateLiteralLoose'; | ||
var VARIANTS = { | ||
error: 'colors.danger.500', | ||
focused: 'colors.primary.500', | ||
error: 'colors.danger.500', | ||
warning: 'colors.warning.500', | ||
info: 'colors.info.500' | ||
info: 'colors.info.500', | ||
success: 'colors.success.500', | ||
warning: 'colors.warning.500' | ||
}; | ||
@@ -49,0 +50,0 @@ var getVariantColor = function getVariantColor(variant) { |
{ | ||
"name": "@welcome-ui/utils", | ||
"version": "1.4.0", | ||
"version": "1.7.0", | ||
"description": "Customizable design system with react • styled-components • styled-system and reakit.", | ||
@@ -35,12 +35,12 @@ "main": "dist/utils.cjs.js", | ||
}, | ||
"homepage": "https://github.com/WTTJ/welcome-ui#readme", | ||
"peerDependencies": { | ||
"@xstyled/styled-components": "^1.15.0", | ||
"@xstyled/system": "^1.14.0", | ||
"@xstyled/styled-components": "^1.15.1", | ||
"@xstyled/system": "^1.15.1", | ||
"react": "^16.10.2", | ||
"react-dom": "^16.10.2", | ||
"styled-components": "^4.0.0" | ||
"styled-components": "^4.0.0 || ^5.0.0" | ||
}, | ||
"gitHead": "06cb6edee9b3833e5f309112dc13ba86142224d7", | ||
"sideEffects": false | ||
"gitHead": "eb1f21bc8ff8c2a120fd336fa0ecc88c84d7f454", | ||
"sideEffects": false, | ||
"homepage": "http://welcome-ui.com" | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
17630
6
424
0
16