styled-system
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -5,2 +5,6 @@ # Changelog | ||
## v4.0.6 2019-03-21 | ||
- Changes source order in `borders` #429 | ||
## v4.0.5 2019-03-15 | ||
@@ -7,0 +11,0 @@ |
@@ -608,3 +608,3 @@ "use strict"; | ||
exports.borderRadius = borderRadius; | ||
var borders = compose(border, borderStyle, borderWidth, borderColor, borderTop, borderRight, borderBottom, borderLeft, borderRadius); | ||
var borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderWidth, borderStyle, borderColor, borderRadius); | ||
exports.borders = borders; | ||
@@ -611,0 +611,0 @@ var boxShadow = style({ |
@@ -492,3 +492,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}); | ||
export var borders = compose(border, borderStyle, borderWidth, borderColor, borderTop, borderRight, borderBottom, borderLeft, borderRadius); | ||
export var borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderWidth, borderStyle, borderColor, borderRadius); | ||
export var boxShadow = style({ | ||
@@ -495,0 +495,0 @@ prop: 'boxShadow', |
{ | ||
"name": "styled-system", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Responsive, theme-based style props for building design systems with React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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
57378