@xstyled/core
Advanced tools
Comparing version 1.8.4 to 1.9.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.9.0](https://github.com/smooth-code/xstyled/compare/v1.8.4...v1.9.0) (2019-08-09) | ||
### Bug Fixes | ||
* link grid-column-gap to space getter ([#42](https://github.com/smooth-code/xstyled/issues/42)) ([8f22405](https://github.com/smooth-code/xstyled/commit/8f22405)) | ||
### Features | ||
* add fill property support ([c31dc11](https://github.com/smooth-code/xstyled/commit/c31dc11)) | ||
## [1.8.4](https://github.com/smooth-code/xstyled/compare/v1.8.3...v1.8.4) (2019-07-15) | ||
@@ -8,0 +24,0 @@ |
@@ -67,2 +67,3 @@ 'use strict'; | ||
'grid-row-gap': getNumberSpace, | ||
'grid-column-gap': getNumberSpace, | ||
// getColor | ||
@@ -76,2 +77,3 @@ color: system.getColor, | ||
'border-left-color': system.getColor, | ||
fill: system.getColor, | ||
// getRadius | ||
@@ -78,0 +80,0 @@ 'border-radius': |
@@ -63,2 +63,3 @@ import { system, getColor, getBorderStyle, getShadow, getFont, getFontSize, getLineHeight, getFontWeight, getLetterSpacing, getTransition, getSpace, getBorder, getBorderWidth, getSize, getRadius, getZIndex } from '@xstyled/system'; | ||
'grid-row-gap': getNumberSpace, | ||
'grid-column-gap': getNumberSpace, | ||
// getColor | ||
@@ -72,2 +73,3 @@ color: getColor, | ||
'border-left-color': getColor, | ||
fill: getColor, | ||
// getRadius | ||
@@ -74,0 +76,0 @@ 'border-radius': |
{ | ||
"name": "@xstyled/core", | ||
"description": "xstyled core utilities", | ||
"version": "1.8.4", | ||
"version": "1.9.0", | ||
"sideEffects": false, | ||
@@ -20,5 +20,4 @@ "main": "dist/xstyled-core.cjs.js", | ||
"@babel/runtime": "^7.4.4", | ||
"@xstyled/system": "^1.8.4" | ||
}, | ||
"gitHead": "348803ca2660855de5ef2c0b40c8ab48be969bc7" | ||
"@xstyled/system": "^1.9.0" | ||
} | ||
} |
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
15750
383
Updated@xstyled/system@^1.9.0