buoy-theme
Advanced tools
Comparing version 2.0.0-beta.12 to 4.0.0
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -7,6 +7,6 @@ Object.defineProperty(exports, "__esModule", { | ||
var colors = { | ||
primaryLightest: '#AAD2FF', | ||
primaryLight: '#64A2FF', | ||
primary: '#196CFF', | ||
primaryDark: '#0042CB', | ||
primaryLightest: "#aad2ff", | ||
primaryLight: "#64a2ff", | ||
primary: "#196cff", | ||
primaryDark: "#0042cb", | ||
secondaryLightest: "#dddef9", | ||
@@ -21,6 +21,6 @@ secondaryLight: "#777be7", | ||
success: "#0cbaba", | ||
error: "#FF7156", | ||
neutralLightest: "#EFEFEF", | ||
neutralLighter: "#D9D9D9", | ||
neutralLight: "#B9B9B9", | ||
error: "#ff7156", | ||
neutralLightest: "#efefef", | ||
neutralLighter: "#d9d9d9", | ||
neutralLight: "#b9b9b9", | ||
neutral: "#939393", | ||
@@ -30,13 +30,13 @@ neutralDark: "#505050", | ||
neutralDarkest: "#191919", | ||
landingYellow: "#FFB54A", | ||
landingYellowDark: "#D39B4B", | ||
landingYellowLight: "#FFECD1", | ||
landingRed: "#FF7156", | ||
landingRedDark: "#D36854", | ||
landingRedLight: "#FFDBD4", | ||
landingBlue: "#4B5769", | ||
landingYellow: "#ffb54a", | ||
landingYellowDark: "#d39b4b", | ||
landingYellowLight: "#ffecd1", | ||
landingRed: "#ff7156", | ||
landingRedDark: "#d36854", | ||
landingRedLight: "#ffdbd4", | ||
landingBlue: "#4b5769", | ||
landingBlueDark: "#404853", | ||
landingBlueLight: "#D1D4D9", | ||
landingBackground: "#FCFAF6", | ||
fantasy: "#FCFAF6", | ||
landingBlueLight: "#d1d4d9", | ||
landingBackground: "#fcfaf6", | ||
fantasy: "#fcfaf6", | ||
white: "#ffffff", | ||
@@ -43,0 +43,0 @@ black: "#000000", |
{ | ||
"name": "buoy-theme", | ||
"version": "2.0.0-beta.12", | ||
"version": "4.0.0", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "808c6efc4254bc3b0534c6d2a981859bd3dee333" | ||
"gitHead": "1ebf50f114a8af0d350436608dfc74048d06e41b" | ||
} |
const colors = { | ||
primaryLightest: '#AAD2FF', | ||
primaryLight: '#64A2FF', | ||
primary: '#196CFF', | ||
primaryDark: '#0042CB', | ||
primaryLightest: "#aad2ff", | ||
primaryLight: "#64a2ff", | ||
primary: "#196cff", | ||
primaryDark: "#0042cb", | ||
secondaryLightest: "#dddef9", | ||
@@ -15,6 +15,6 @@ secondaryLight: "#777be7", | ||
success: "#0cbaba", | ||
error: "#FF7156", | ||
neutralLightest: "#EFEFEF", | ||
neutralLighter: "#D9D9D9", | ||
neutralLight: "#B9B9B9", | ||
error: "#ff7156", | ||
neutralLightest: "#efefef", | ||
neutralLighter: "#d9d9d9", | ||
neutralLight: "#b9b9b9", | ||
neutral: "#939393", | ||
@@ -24,13 +24,13 @@ neutralDark: "#505050", | ||
neutralDarkest: "#191919", | ||
landingYellow: "#FFB54A", | ||
landingYellowDark: "#D39B4B", | ||
landingYellowLight: "#FFECD1", | ||
landingRed: "#FF7156", | ||
landingRedDark: "#D36854", | ||
landingRedLight: "#FFDBD4", | ||
landingBlue: "#4B5769", | ||
landingYellow: "#ffb54a", | ||
landingYellowDark: "#d39b4b", | ||
landingYellowLight: "#ffecd1", | ||
landingRed: "#ff7156", | ||
landingRedDark: "#d36854", | ||
landingRedLight: "#ffdbd4", | ||
landingBlue: "#4b5769", | ||
landingBlueDark: "#404853", | ||
landingBlueLight: "#D1D4D9", | ||
landingBackground: "#FCFAF6", | ||
fantasy: "#FCFAF6", | ||
landingBlueLight: "#d1d4d9", | ||
landingBackground: "#fcfaf6", | ||
fantasy: "#fcfaf6", | ||
white: "#ffffff", | ||
@@ -41,2 +41,2 @@ black: "#000000", | ||
export { colors as default } | ||
export {colors as default} |
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
2
13580