@activecampaign/camp-color
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -6,2 +6,25 @@ # Change Log | ||
# 0.7.0 (2019-09-25) | ||
### Bug Fixes | ||
* **camp-color:** add rimraf devdependency ([d05c4da](http://gitlab.devops.app-us1.com/front-end/camp/commit/d05c4da)) | ||
* **camp-color:** rename to lowercase package ([737382f](http://gitlab.devops.app-us1.com/front-end/camp/commit/737382f)) | ||
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876)) | ||
* **camp-color:** update command to build-design-tokens ([5121dfc](http://gitlab.devops.app-us1.com/front-end/camp/commit/5121dfc)) | ||
### Features | ||
* **camp-color:** add system-ui configuration ([a65476b](http://gitlab.devops.app-us1.com/front-end/camp/commit/a65476b)) | ||
* **camp-color:** init new package ([e54f838](http://gitlab.devops.app-us1.com/front-end/camp/commit/e54f838)) | ||
* **camp-color:** update configuration to use the camp cli ([766be43](http://gitlab.devops.app-us1.com/front-end/camp/commit/766be43)) | ||
* **camp-colors:** android color configuration ([3eeb08c](http://gitlab.devops.app-us1.com/front-end/camp/commit/3eeb08c)) | ||
* **camp-utility:** replace style dictionary helper with camp cli ([2c2e003](http://gitlab.devops.app-us1.com/front-end/camp/commit/2c2e003)) | ||
# 0.6.0 (2019-09-06) | ||
@@ -8,0 +31,0 @@ |
@@ -1,111 +0,49 @@ | ||
export const COLOR_OCEAN_20 = "#fafbff"; | ||
export const COLOR_OCEAN_30 = "#edf3fe"; | ||
export const COLOR_OCEAN_40 = "#e3ebfc"; | ||
export const COLOR_OCEAN_60 = "#c1d1f7"; | ||
export const COLOR_OCEAN_80 = "#5884ea"; | ||
export const COLOR_OCEAN_100 = "#356ae6"; | ||
export const COLOR_OCEAN_120 = "#1b54d9"; | ||
export const COLOR_OCEAN_BASE = "#356ae6"; | ||
export const COLOR_SLATE_20 = "#f7f9ff"; | ||
export const COLOR_SLATE_30 = "#edf0f7"; | ||
export const COLOR_SLATE_40 = "#ced3e0"; | ||
export const COLOR_SLATE_60 = "#9298ad"; | ||
export const COLOR_SLATE_80 = "#5f667e"; | ||
export const COLOR_SLATE_100 = "#4e5468"; | ||
export const COLOR_SLATE_120 = "#1f2129"; | ||
export const COLOR_SLATE_BASE = "#4e5468"; | ||
export const COLOR_MINT_20 = "#ebfffa"; | ||
export const COLOR_MINT_40 = "#b6f2e4"; | ||
export const COLOR_MINT_60 = "#6ae6c9"; | ||
export const COLOR_MINT_80 = "#1bddb1"; | ||
export const COLOR_MINT_100 = "#19cca3"; | ||
export const COLOR_MINT_120 = "#139879"; | ||
export const COLOR_MINT_BASE = "#19cca3"; | ||
export const COLOR_STRAWBERRY_20 = "#fff2f6"; | ||
export const COLOR_STRAWBERRY_40 = "#fcdee7"; | ||
export const COLOR_STRAWBERRY_60 = "#faa5bd"; | ||
export const COLOR_STRAWBERRY_80 = "#f56e94"; | ||
export const COLOR_STRAWBERRY_100 = "#f3376b"; | ||
export const COLOR_STRAWBERRY_120 = "#e40e49"; | ||
export const COLOR_STRAWBERRY_BASE = "#f3376b"; | ||
export const COLOR_CREAMSICLE_20 = "#fff8f2"; | ||
export const COLOR_CREAMSICLE_40 = "#ffe1cb"; | ||
export const COLOR_CREAMSICLE_60 = "#ffbf90"; | ||
export const COLOR_CREAMSICLE_80 = "#ffa869"; | ||
export const COLOR_CREAMSICLE_100 = "#ff8730"; | ||
export const COLOR_CREAMSICLE_120 = "#f46700"; | ||
export const COLOR_CREAMSICLE_BASE = "#ff8730"; | ||
export const COLOR_LAVENDER_20 = "#f7f2ff"; | ||
export const COLOR_LAVENDER_40 = "#eae0fe"; | ||
export const COLOR_LAVENDER_60 = "#c3a7fc"; | ||
export const COLOR_LAVENDER_80 = "#aa81fc"; | ||
export const COLOR_LAVENDER_100 = "#9159fc"; | ||
export const COLOR_LAVENDER_120 = "#7733ff"; | ||
export const COLOR_LAVENDER_BASE = "#9159fc"; | ||
export const COLOR_BANANA_20 = "#fff9e6"; | ||
export const COLOR_BANANA_40 = "#fdecb2"; | ||
export const COLOR_BANANA_60 = "#fce28b"; | ||
export const COLOR_BANANA_80 = "#fbd965"; | ||
export const COLOR_BANANA_100 = "#facf3f"; | ||
export const COLOR_BANANA_120 = "#deaa00"; | ||
export const COLOR_BANANA_BASE = "#facf3f"; | ||
export const COLOR_WHITE = "#ffffff"; | ||
export const COLOR_BLACK = "#000000"; | ||
export const COLOR_TRANSPARENT = "rgba(0, 0, 0, 0)"; | ||
export default { | ||
COLOR_OCEAN_20, | ||
COLOR_OCEAN_30, | ||
COLOR_OCEAN_40, | ||
COLOR_OCEAN_60, | ||
COLOR_OCEAN_80, | ||
COLOR_OCEAN_100, | ||
COLOR_OCEAN_120, | ||
COLOR_OCEAN_BASE, | ||
COLOR_SLATE_20, | ||
COLOR_SLATE_30, | ||
COLOR_SLATE_40, | ||
COLOR_SLATE_60, | ||
COLOR_SLATE_80, | ||
COLOR_SLATE_100, | ||
COLOR_SLATE_120, | ||
COLOR_SLATE_BASE, | ||
COLOR_MINT_20, | ||
COLOR_MINT_40, | ||
COLOR_MINT_60, | ||
COLOR_MINT_80, | ||
COLOR_MINT_100, | ||
COLOR_MINT_120, | ||
COLOR_MINT_BASE, | ||
COLOR_STRAWBERRY_20, | ||
COLOR_STRAWBERRY_40, | ||
COLOR_STRAWBERRY_60, | ||
COLOR_STRAWBERRY_80, | ||
COLOR_STRAWBERRY_100, | ||
COLOR_STRAWBERRY_120, | ||
COLOR_STRAWBERRY_BASE, | ||
COLOR_CREAMSICLE_20, | ||
COLOR_CREAMSICLE_40, | ||
COLOR_CREAMSICLE_60, | ||
COLOR_CREAMSICLE_80, | ||
COLOR_CREAMSICLE_100, | ||
COLOR_CREAMSICLE_120, | ||
COLOR_CREAMSICLE_BASE, | ||
COLOR_LAVENDER_20, | ||
COLOR_LAVENDER_40, | ||
COLOR_LAVENDER_60, | ||
COLOR_LAVENDER_80, | ||
COLOR_LAVENDER_100, | ||
COLOR_LAVENDER_120, | ||
COLOR_LAVENDER_BASE, | ||
COLOR_BANANA_20, | ||
COLOR_BANANA_40, | ||
COLOR_BANANA_60, | ||
COLOR_BANANA_80, | ||
COLOR_BANANA_100, | ||
COLOR_BANANA_120, | ||
COLOR_BANANA_BASE, | ||
COLOR_WHITE, | ||
COLOR_BLACK, | ||
COLOR_TRANSPARENT, | ||
module.exports = { | ||
banana20: "#fff9e6", | ||
banana40: "#fdecb2", | ||
banana60: "#fce28b", | ||
banana80: "#fbd965", | ||
banana100: "#facf3f", | ||
banana120: "#deaa00", | ||
black: "#000000", | ||
creamsicle20: "#fff8f2", | ||
creamsicle40: "#ffe1cb", | ||
creamsicle60: "#ffbf90", | ||
creamsicle80: "#ffa869", | ||
creamsicle100: "#ff8730", | ||
creamsicle120: "#f46700", | ||
lavender20: "#f7f2ff", | ||
lavender40: "#eae0fe", | ||
lavender60: "#c3a7fc", | ||
lavender80: "#aa81fc", | ||
lavender100: "#9159fc", | ||
lavender120: "#7733ff", | ||
mint20: "#ebfffa", | ||
mint40: "#b6f2e4", | ||
mint60: "#6ae6c9", | ||
mint80: "#1bddb1", | ||
mint100: "#19cca3", | ||
mint120: "#139879", | ||
ocean20: "#fafbff", | ||
ocean30: "#edf3fe", | ||
ocean40: "#e3ebfc", | ||
ocean60: "#c1d1f7", | ||
ocean80: "#5884ea", | ||
ocean100: "#356ae6", | ||
ocean120: "#1b54d9", | ||
slate20: "#f7f9ff", | ||
slate30: "#edf0f7", | ||
slate40: "#ced3e0", | ||
slate60: "#9298ad", | ||
slate80: "#5f667e", | ||
slate100: "#4e5468", | ||
slate120: "#1f2129", | ||
strawberry20: "#fff2f6", | ||
strawberry40: "#fcdee7", | ||
strawberry60: "#faa5bd", | ||
strawberry80: "#f56e94", | ||
strawberry100: "#f3376b", | ||
strawberry120: "#e40e49", | ||
transparent: "rgba(0, 0, 0, 0)", | ||
white: "#ffffff", | ||
}; |
{ | ||
"name": "@activecampaign/camp-color", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "ActiveCampaign Color Tokens", | ||
"main": "dist/camp-color.scss", | ||
"main": "dist/camp-color.js", | ||
"module": "dist/camp-color.esm.js", | ||
"repository": { | ||
@@ -12,4 +13,7 @@ "type": "git", | ||
"license": "MIT", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "npm run clean && node ./build.js", | ||
"build": "npm run clean && camp build-design-tokens", | ||
"clean": "rimraf dist", | ||
@@ -22,6 +26,6 @@ "prepare": "npm run build" | ||
"devDependencies": { | ||
"@activecampaign/camp-utility": "^0.5.0", | ||
"@activecampaign/camp-utility": "^0.6.0", | ||
"rimraf": "^2.6.3" | ||
}, | ||
"gitHead": "76356ed0b386db2d0edbc1601f34ca502725ec3b" | ||
"gitHead": "45d6bbbe6ed627b7d1052280707859ae75fb52d0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
13122
8
192
1