@ica-dev/brand
Advanced tools
Comparing version 0.0.1 to 0.0.2
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var defaultColors = { | ||
fireEngineRed: 'hsl(357, 100%, 45%)', | ||
deepOrange: 'hsl(19, 96%, 46%)', | ||
dustyOrange: 'hsl(23, 86%, 53%)', | ||
black: 'hsl(0, 0%, 0%)', | ||
whiteTwo: 'hsl(0, 0%, 97%)', | ||
warmGrey: 'hsl(0, 0%, 53%)', | ||
blackTwo: 'hsl(0, 0%, 23%)', | ||
pinkishGrey: 'hsl(0, 0%, 78%)', | ||
white: 'hsl(40, 10%, 94%)', | ||
whiteTwo: 'hsl(0, 0%, 100%)', | ||
paleGrey: 'hsl(240, 4%, 95%)', | ||
white: 'hsl(0, 0%, 91%)', | ||
whiteThree: 'hsl(0, 0%, 100%)', | ||
fireEngineRed: 'hsl(357, 100%, 45%)', | ||
deepOrange: 'hsl(19, 96%, 46%)', | ||
tangerine: 'hsl(36, 100%, 48%)', | ||
mango: 'hsl(39, 94%, 58%)', | ||
deepRed: 'hsl(2, 100%, 30%)', | ||
mango: 'hsl(39, 94%, 58%)', | ||
grape: 'hsl(328, 47%, 29%)', | ||
@@ -21,13 +23,13 @@ redWine: 'hsl(334, 100%, 27%)', | ||
mediumPink: 'hsl(331, 79%, 58%)', | ||
warmGrey: 'hsl(0, 0%, 53%)', | ||
rosePink: 'hsl(334, 78%, 74%)', | ||
lightNavy: 'hsl(217, 79%, 30%)', | ||
oceanBlue: 'hsl(203, 100%, 33%)', | ||
rosePink: 'hsl(334, 78%, 74%)', | ||
darkSkyBlue: 'hsl(199, 74%, 54%)', | ||
turquoise: 'hsl(179, 100%, 34%)', | ||
kelleyGreen: 'hsl(142, 100%, 30%)', | ||
sunflowerYellow: 'hsl(58, 100%, 45%)', | ||
grossGreen: 'hsl(76, 76%, 43%)', | ||
sunflowerYellow: 'hsl(58, 100%, 45%)', | ||
mudGreen: 'hsl(69, 100%, 19%)', | ||
sickGreen: 'hsl(61, 63%, 42%)', | ||
dustyOrange: 'hsl(23, 86%, 53%)', | ||
sunflowerYellowTwo: 'hsl(48, 100%, 50%)', | ||
@@ -38,3 +40,6 @@ dandelion: 'hsl(54, 100%, 50%)', | ||
dirt: 'hsl(29, 37%, 43%)', | ||
toupe: 'hsl(33, 41%, 62%)' | ||
toupe: 'hsl(33, 41%, 62%)', | ||
whiteFour: 'hsl(40, 10%, 94%)', | ||
grapeTwo: 'hsl(328, 36%, 31%)', | ||
darkishPink: 'hsl(331, 69%, 56%)' | ||
}; | ||
@@ -41,0 +46,0 @@ |
@@ -13,8 +13,2 @@ import colors from './colors'; | ||
export default { | ||
colors: colors, | ||
zindex: zindex, | ||
transitions: transitions, | ||
spacing: spacing, | ||
font: font | ||
}; | ||
export { colors, zindex, transitions, spacing, font }; |
@@ -8,13 +8,15 @@ 'use strict'; | ||
var defaultColors = { | ||
fireEngineRed: 'hsl(357, 100%, 45%)', | ||
deepOrange: 'hsl(19, 96%, 46%)', | ||
dustyOrange: 'hsl(23, 86%, 53%)', | ||
black: 'hsl(0, 0%, 0%)', | ||
whiteTwo: 'hsl(0, 0%, 97%)', | ||
warmGrey: 'hsl(0, 0%, 53%)', | ||
blackTwo: 'hsl(0, 0%, 23%)', | ||
pinkishGrey: 'hsl(0, 0%, 78%)', | ||
white: 'hsl(40, 10%, 94%)', | ||
whiteTwo: 'hsl(0, 0%, 100%)', | ||
paleGrey: 'hsl(240, 4%, 95%)', | ||
white: 'hsl(0, 0%, 91%)', | ||
whiteThree: 'hsl(0, 0%, 100%)', | ||
fireEngineRed: 'hsl(357, 100%, 45%)', | ||
deepOrange: 'hsl(19, 96%, 46%)', | ||
tangerine: 'hsl(36, 100%, 48%)', | ||
mango: 'hsl(39, 94%, 58%)', | ||
deepRed: 'hsl(2, 100%, 30%)', | ||
mango: 'hsl(39, 94%, 58%)', | ||
grape: 'hsl(328, 47%, 29%)', | ||
@@ -26,13 +28,13 @@ redWine: 'hsl(334, 100%, 27%)', | ||
mediumPink: 'hsl(331, 79%, 58%)', | ||
warmGrey: 'hsl(0, 0%, 53%)', | ||
rosePink: 'hsl(334, 78%, 74%)', | ||
lightNavy: 'hsl(217, 79%, 30%)', | ||
oceanBlue: 'hsl(203, 100%, 33%)', | ||
rosePink: 'hsl(334, 78%, 74%)', | ||
darkSkyBlue: 'hsl(199, 74%, 54%)', | ||
turquoise: 'hsl(179, 100%, 34%)', | ||
kelleyGreen: 'hsl(142, 100%, 30%)', | ||
sunflowerYellow: 'hsl(58, 100%, 45%)', | ||
grossGreen: 'hsl(76, 76%, 43%)', | ||
sunflowerYellow: 'hsl(58, 100%, 45%)', | ||
mudGreen: 'hsl(69, 100%, 19%)', | ||
sickGreen: 'hsl(61, 63%, 42%)', | ||
dustyOrange: 'hsl(23, 86%, 53%)', | ||
sunflowerYellowTwo: 'hsl(48, 100%, 50%)', | ||
@@ -43,3 +45,6 @@ dandelion: 'hsl(54, 100%, 50%)', | ||
dirt: 'hsl(29, 37%, 43%)', | ||
toupe: 'hsl(33, 41%, 62%)' | ||
toupe: 'hsl(33, 41%, 62%)', | ||
whiteFour: 'hsl(40, 10%, 94%)', | ||
grapeTwo: 'hsl(328, 36%, 31%)', | ||
darkishPink: 'hsl(331, 69%, 56%)' | ||
}; | ||
@@ -46,0 +51,0 @@ |
'use strict'; | ||
exports.__esModule = true; | ||
exports.breakpoints = exports.pseudo = exports.media = undefined; | ||
exports.font = exports.spacing = exports.transitions = exports.zindex = exports.colors = exports.breakpoints = exports.pseudo = exports.media = undefined; | ||
@@ -43,8 +43,6 @@ var _colors = require('./colors'); | ||
exports.breakpoints = _breakpoints2.default; | ||
exports.default = { | ||
colors: _colors2.default, | ||
zindex: _zindex2.default, | ||
transitions: _transitions2.default, | ||
spacing: _spacing2.default, | ||
font: _font2.default | ||
}; | ||
exports.colors = _colors2.default; | ||
exports.zindex = _zindex2.default; | ||
exports.transitions = _transitions2.default; | ||
exports.spacing = _spacing2.default; | ||
exports.font = _font2.default; |
{ | ||
"name": "@ica-dev/brand", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ICA Brand", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
144599
35
703
2