@sanity/color
Advanced tools
Comparing version 2.1.20 to 2.2.0-alpha.1
@@ -1,6 +0,1 @@ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
const black$1 = "#101112"; | ||
@@ -443,16 +438,3 @@ const white$1 = "#fff"; | ||
}; | ||
exports.COLOR_HUES = COLOR_HUES; | ||
exports.COLOR_TINTS = COLOR_TINTS; | ||
exports.black = black; | ||
exports.blue = blue; | ||
exports.cyan = cyan; | ||
exports.gray = gray; | ||
exports.green = green; | ||
exports.hues = hues; | ||
exports.magenta = magenta; | ||
exports.orange = orange; | ||
exports.purple = purple; | ||
exports.red = red; | ||
exports.white = white; | ||
exports.yellow = yellow; | ||
export { COLOR_HUES, COLOR_TINTS, black, blue, cyan, gray, green, hues, magenta, orange, purple, red, white, yellow }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"type": "module", | ||
"name": "@sanity/color", | ||
"version": "2.1.20", | ||
"version": "2.2.0-alpha.1", | ||
"description": "The Sanity color palette.", | ||
@@ -8,4 +9,4 @@ "sideEffects": false, | ||
"source": "./src/index.ts", | ||
"module": "./dist/index.esm.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
@@ -15,5 +16,5 @@ ".": { | ||
"source": "./src/index.ts", | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.esm.js" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -34,3 +35,3 @@ "./package.json": "./package.json" | ||
"format": "prettier --write --cache --ignore-unknown .", | ||
"generate": "node -r esbuild-register scripts/generate.ts", | ||
"generate": "node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts", | ||
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet", | ||
@@ -46,7 +47,6 @@ "prepare": "husky install", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@sanity/pkg-utils": "^1.18.0", | ||
"@sanity/pkg-utils": "2.0.0-beta.1", | ||
"@sanity/semantic-release-preset": "^2.0.2", | ||
@@ -65,6 +65,3 @@ "@testing-library/jest-dom": "^5.16.5", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.11", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "^8.0.2", | ||
@@ -71,0 +68,0 @@ "jest": "^29.3.1", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
30
Yes
66806
1