@styled-system/color
Advanced tools
Comparing version 5.0.0-alpha.0 to 5.0.0
@@ -1,3 +0,2 @@ | ||
import { system } from '@styled-system/core'; // move to @styled-system/color package | ||
import { system } from '@styled-system/core'; | ||
var config = { | ||
@@ -11,3 +10,4 @@ color: { | ||
scale: 'colors' | ||
} | ||
}, | ||
opacity: true | ||
}; | ||
@@ -14,0 +14,0 @@ config.bg = config.backgroundColor; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.__esModule = true; | ||
exports["default"] = exports.color = void 0; | ||
@@ -10,3 +8,2 @@ | ||
// move to @styled-system/color package | ||
var config = { | ||
@@ -20,3 +17,4 @@ color: { | ||
scale: 'colors' | ||
} | ||
}, | ||
opacity: true | ||
}; | ||
@@ -23,0 +21,0 @@ config.bg = config.backgroundColor; |
{ | ||
"name": "@styled-system/color", | ||
"version": "5.0.0-alpha.0", | ||
"version": "5.0.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"author": "Brent Jackson", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@styled-system/core": "^5.0.0-alpha.0" | ||
"@styled-system/core": "^5.0.0" | ||
}, | ||
"scripts": { | ||
"prepare": "babel src -d dist" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "5357d5b7338f1236054dcd026bb27d8ca6a8e146" | ||
"gitHead": "e67157cfd0222c355826adf5ad271534653c00df" | ||
} |
import { system } from '@styled-system/core' | ||
// move to @styled-system/color package | ||
const config = { | ||
@@ -12,3 +11,4 @@ color: { | ||
scale: 'colors', | ||
} | ||
}, | ||
opacity: true, | ||
} | ||
@@ -15,0 +15,0 @@ config.bg = config.backgroundColor |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2720
60
1
Updated@styled-system/core@^5.0.0