@invisionag/iris-colors
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -113,3 +113,3 @@ module.exports = | ||
ui200: '#e9eaeb', | ||
ui300: '#c9d2dc', | ||
ui300: '#b5c0c9', | ||
ui400: '#32485e', | ||
@@ -199,6 +199,6 @@ typography0: '#ffffff', | ||
reactHotLoader.register(system, "system", "/Users/fbecker/repos/iris/packages/colors/src/index.js"); | ||
reactHotLoader.register(brand, "brand", "/Users/fbecker/repos/iris/packages/colors/src/index.js"); | ||
reactHotLoader.register(visualization, "visualization", "/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); | ||
@@ -205,0 +205,0 @@ })(); |
@@ -8,3 +8,3 @@ /* prettier-ignore */ | ||
ui300: 'default border, default button border, secondary background', | ||
ui400: 'tooltip background color', | ||
ui400: 'tooltip background color, custom scroll bar', | ||
@@ -11,0 +11,0 @@ typography0: 'primary font color on dark bg', |
{ | ||
"name": "@invisionag/iris-colors", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"main": "dist/index.js", | ||
"repository": "git@github.com:ivx/iris.git", | ||
"license": "MIT", | ||
"gitHead": "4db8a9f4c4a060e4901fa17e9f447ddf8dcf7c47" | ||
"gitHead": "a5869b24ffa70206e422198876dc20ea4f93ed6f" | ||
} |
@@ -7,3 +7,3 @@ // @flow | ||
ui200: '#e9eaeb', | ||
ui300: '#c9d2dc', | ||
ui300: '#b5c0c9', | ||
ui400: '#32485e', | ||
@@ -10,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23230