@keen.io/colors
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/keen/keen/compare/@keen.io/colors@1.1.0...@keen.io/colors@1.1.1) (2022-05-12) | ||
**Note:** Version bump only for package @keen.io/colors | ||
# [1.1.0](https://github.com/keen/keen/compare/@keen.io/colors@1.0.0...@keen.io/colors@1.1.0) (2020-09-14) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,85 @@ | ||
import { colors } from './colors'; | ||
export { colors }; | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var colors = { | ||
black: { | ||
500: '#1D2729', | ||
400: '#273437', | ||
300: '#2F3E42', | ||
200: '#3A494D', | ||
100: '#4F5B5F' | ||
}, | ||
red: { | ||
500: '#9D2F3A', | ||
400: '#A3444D', | ||
300: '#B25B63', | ||
200: '#C2777E', | ||
100: '#D9959B' | ||
}, | ||
white: { | ||
500: '#FFFFFF', | ||
400: '#ECF5F7', | ||
300: '#E1E2E4', | ||
200: '#D8D8D8' | ||
}, | ||
purple: { | ||
500: '#674AA9', | ||
400: '#7153B5', | ||
300: '#8063C2', | ||
200: '#9376D5', | ||
100: '#A689E9' | ||
}, | ||
orange: { | ||
500: '#CB5623', | ||
400: '#D95B24', | ||
300: '#E66C37', | ||
200: '#F28252', | ||
100: '#F69F79' | ||
}, | ||
yellow: { | ||
500: '#E29B1E', | ||
400: '#F0AB30', | ||
300: '#FBBC57', | ||
200: '#FFD898', | ||
100: '#FFE7C2' | ||
}, | ||
green: { | ||
500: '#487650', | ||
400: '#578760', | ||
300: '#6C9A74', | ||
200: '#85AB8B', | ||
100: '#9CC0A2' | ||
}, | ||
gray: { | ||
500: '#CDCFD3', | ||
400: '#E1E2E4', | ||
300: '#EDEDED', | ||
200: '#F2F2F2', | ||
100: '#F5F5F5' | ||
}, | ||
pink: { | ||
500: '#F4A083', | ||
400: '#F4AD94', | ||
300: '#F7BCA7', | ||
200: '#F6C9B9', | ||
100: '#FADACE' | ||
}, | ||
lightBlue: { | ||
500: '#85B4C3', | ||
400: '#8FC2D3', | ||
300: '#A2D3E3', | ||
200: '#B7E3F1', | ||
100: '#C9ECF8' | ||
}, | ||
blue: { | ||
500: '#27566D', | ||
400: '#31627A', | ||
300: '#44748C', | ||
200: '#5989A2', | ||
100: '#77A3BB' | ||
} | ||
}; | ||
exports.colors = colors; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@keen.io/colors", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Keen colors", | ||
@@ -8,5 +8,6 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "src/index.ts", | ||
"module": "dist/index.esm.js", | ||
"types": "typings/index.d.ts", | ||
"directories": { | ||
@@ -16,3 +17,4 @@ "lib": "dist" | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"typings" | ||
], | ||
@@ -24,5 +26,10 @@ "repository": { | ||
"scripts": { | ||
"prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo", | ||
"build": "tsc" | ||
"prebuild": "rimraf dist typings tsconfig.tsbuildinfo", | ||
"build": "npx rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.13.8", | ||
"@babel/preset-typescript": "^7.13.0", | ||
"@keen.io/dev-tools": "^0.1.0" | ||
}, | ||
"bugs": { | ||
@@ -34,3 +41,3 @@ "url": "https://github.com/keen/keen/issues" | ||
}, | ||
"gitHead": "b1badf8e302151f3da253bc552af1db6d3a3e1ac" | ||
"gitHead": "cde44b2297bfa7adeb56b8b05e219ca2702d84a5" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
8947
10
242
3
1