New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/iris-colors

Package Overview
Dependencies
Maintainers
24
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-colors - npm Package Compare versions

Comparing version 4.3.6 to 5.0.0

CHANGELOG.md

127

dist/index.js

@@ -106,48 +106,79 @@ module.exports =

var colors = {
white100: '#fff',
black120: '#234',
black100: '#4e5c69',
black80: '#a7adb4',
black40: '#dcdee1',
black20: '#f5f6f7',
accent120: '#008f77',
accent100: '#00b496',
accent80: '#67d2c1',
accent20: '#bdf2e4',
blue120: '#26408e',
blue100: '#3f6aed',
blue80: '#87a2f4',
blue20: '#f3f6fe',
red100: '#dc3030',
red80: '#ee9898',
red20: '#fdf2f2',
green120: '#346c21',
green100: '#57b437',
green80: '#96d082',
green40: '#cfe7c5',
green20: '#f5faf3',
orange120: '#a46e02',
orange100: '#f6a503',
orange80: '#f9c762',
orange20: '#fef9ef',
injixoPetrolDark: '#00717f',
injixoPetrolLight: '#059898',
iwfmComRed: '#b90000',
iwfmComGrey: '#aebcc4',
adherenceInGrey: '#D4D3D4',
adherenceOutRed: '#7F0000',
adherenceExceptionDarkGrey: '#AFAEB7',
graphPrimary: '#FFE405',
graphSecondary: '#FFF39B',
graphEmphasizedDark: '#F5B815',
graphEmphasizedLight: '#F9D679',
graphBlue: '#5DA5DA',
graphGreen: '#60BD68',
graphPink: '#F17CB0',
graphBrown: '#B2912F',
graphPurple: '#B276B2',
graphRed: '#F15854'
var system = {
ui0: '#ffffff',
ui100: '#f5f6f7',
ui200: '#e9eaeb',
ui300: '#c9d2dc',
ui400: '#32485e',
typography0: '#ffffff',
typography100: '#5f7387',
typography200: '#15202b',
primary100: '#007db3',
primary200: '#0E719b',
error100: '#c32b2d',
error200: '#ae1e20',
success100: '#0c8268',
success200: '#0d6e58',
warning100: '#f4b61f'
};
var _default = colors;
var brand = {
injixo100: '#1cb396',
injixo200: '#059898',
iwfmRed: '#b90000',
iwfmGrey: '#aebcc4'
};
var visualization = {
adherenceInGrey: '#d4d3d4',
adherenceOutRed: '#7f0000',
adherenceExceptionDarkGrey: '#afaeb7',
ink50: '#e0eaed',
ink200: '#86aaba',
ink300: '#55859c',
ink500: '#2c5168',
royal50: '#e1e2f5',
royal200: '#7a7edb',
royal300: '#4b4fb6',
royal500: '#272a9b',
jade50: '#e0fef7',
jade200: '#6cd1c1',
jade300: '#169f87',
jade500: '#13747b',
sky50: '#d3e4f3',
sky200: '#62a5e0',
sky300: '#337cca',
sky500: '#1863af',
forest50: '#deebdb',
forest200: '#78b971',
forest300: '#56994e',
forest500: '#2d7627',
pineapple50: '#fff6b5',
pineapple200: '#e8c04b',
pineapple300: '#aa8122',
pineapple500: '#7b5212',
bronze50: '#f7e2d9',
bronze200: '#e08b5a',
bronze300: '#ce6237',
bronze500: '#a64813',
rose50: '#f7dae7',
rose200: '#e283ae',
rose300: '#ce4b7f',
rose500: '#b63062',
lavender50: '#d8cfe5',
lavender200: '#a36bc4',
lavender300: '#7f36a1',
lavender500: '#632b8f',
amethyst50: '#e9e3ef',
amethyst200: '#a2a1b8',
amethyst300: '#756b8e',
amethyst500: '#4f4368',
fossil50: '#f5f6f7',
fossil200: '#cccccc',
fossil300: '#898989',
fossil500: '#4f4f4f'
};
var _default = {
brand: brand,
system: system,
visualization: visualization
};
/* harmony default export */ __webpack_exports__["default"] = (_default);

@@ -165,4 +196,6 @@ ;

reactHotLoader.register(colors, "colors", "/Users/fbecker/repos/iris/packages/colors/src/index.js");
reactHotLoader.register(_default, "default", "/Users/fbecker/repos/iris/packages/colors/src/index.js");
reactHotLoader.register(system, "system", "/Users/tobias.koenig/Documents/code/iris/packages/colors/src/index.js");
reactHotLoader.register(brand, "brand", "/Users/tobias.koenig/Documents/code/iris/packages/colors/src/index.js");
reactHotLoader.register(visualization, "visualization", "/Users/tobias.koenig/Documents/code/iris/packages/colors/src/index.js");
reactHotLoader.register(_default, "default", "/Users/tobias.koenig/Documents/code/iris/packages/colors/src/index.js");
leaveModule(module);

@@ -169,0 +202,0 @@ })();

{
"name": "@invisionag/iris-colors",
"version": "4.3.6",
"version": "5.0.0",
"main": "dist/index.js",
"repository": "git@github.com:ivx/iris.git",
"license": "MIT",
"gitHead": "f35f7c446941fc3309d04c7a93fe5b0547ff7184"
"gitHead": "d90e4f1b98978db5664f32bab9c2c87ad036f6c9"
}
// @flow
const colors = {
white100: '#fff',
const system = {
ui0: '#ffffff',
ui100: '#f5f6f7',
ui200: '#e9eaeb',
ui300: '#c9d2dc',
ui400: '#32485e',
black120: '#234',
black100: '#4e5c69',
black80: '#a7adb4',
black40: '#dcdee1',
black20: '#f5f6f7',
typography0: '#ffffff',
typography100: '#5f7387',
typography200: '#15202b',
accent120: '#008f77',
accent100: '#00b496',
accent80: '#67d2c1',
accent20: '#bdf2e4',
primary100: '#007db3',
primary200: '#0E719b',
error100: '#c32b2d',
error200: '#ae1e20',
success100: '#0c8268',
success200: '#0d6e58',
warning100: '#f4b61f',
};
blue120: '#26408e',
blue100: '#3f6aed',
blue80: '#87a2f4',
blue20: '#f3f6fe',
const brand = {
injixo100: '#1cb396',
injixo200: '#059898',
iwfmRed: '#b90000',
iwfmGrey: '#aebcc4',
};
red100: '#dc3030',
red80: '#ee9898',
red20: '#fdf2f2',
green120: '#346c21',
green100: '#57b437',
green80: '#96d082',
green40: '#cfe7c5',
green20: '#f5faf3',
orange120: '#a46e02',
orange100: '#f6a503',
orange80: '#f9c762',
orange20: '#fef9ef',
injixoPetrolDark: '#00717f',
injixoPetrolLight: '#059898',
iwfmComRed: '#b90000',
iwfmComGrey: '#aebcc4',
adherenceInGrey: '#D4D3D4',
adherenceOutRed: '#7F0000',
adherenceExceptionDarkGrey: '#AFAEB7',
graphPrimary: '#FFE405',
graphSecondary: '#FFF39B',
graphEmphasizedDark: '#F5B815',
graphEmphasizedLight: '#F9D679',
graphBlue: '#5DA5DA',
graphGreen: '#60BD68',
graphPink: '#F17CB0',
graphBrown: '#B2912F',
graphPurple: '#B276B2',
graphRed: '#F15854',
const visualization = {
adherenceInGrey: '#d4d3d4',
adherenceOutRed: '#7f0000',
adherenceExceptionDarkGrey: '#afaeb7',
ink50: '#e0eaed',
ink200: '#86aaba',
ink300: '#55859c',
ink500: '#2c5168',
royal50: '#e1e2f5',
royal200: '#7a7edb',
royal300: '#4b4fb6',
royal500: '#272a9b',
jade50: '#e0fef7',
jade200: '#6cd1c1',
jade300: '#169f87',
jade500: '#13747b',
sky50: '#d3e4f3',
sky200: '#62a5e0',
sky300: '#337cca',
sky500: '#1863af',
forest50: '#deebdb',
forest200: '#78b971',
forest300: '#56994e',
forest500: '#2d7627',
pineapple50: '#fff6b5',
pineapple200: '#e8c04b',
pineapple300: '#aa8122',
pineapple500: '#7b5212',
bronze50: '#f7e2d9',
bronze200: '#e08b5a',
bronze300: '#ce6237',
bronze500: '#a64813',
rose50: '#f7dae7',
rose200: '#e283ae',
rose300: '#ce4b7f',
rose500: '#b63062',
lavender50: '#d8cfe5',
lavender200: '#a36bc4',
lavender300: '#7f36a1',
lavender500: '#632b8f',
amethyst50: '#e9e3ef',
amethyst200: '#a2a1b8',
amethyst300: '#756b8e',
amethyst500: '#4f4368',
fossil50: '#f5f6f7',
fossil200: '#cccccc',
fossil300: '#898989',
fossil500: '#4f4f4f',
};
export type Colors = $Keys<typeof colors>;
export type Brand = $Keys<typeof brand>;
export type System = $Keys<typeof system>;
export type Visualization = $Keys<typeof visualization>;
export default colors;
export default { brand, system, visualization };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc