es-components-via-theme
Advanced tools
Comparing version 19.0.28 to 19.0.45
@@ -6,2 +6,10 @@ # Change Log | ||
## <small>19.0.45 (2019-06-05)</small> | ||
* New: add inherited button style type ([19e33c2](https://github.com/WTW-IM/es-components/commit/19e33c2)) | ||
## <small>19.0.28 (2019-04-17)</small> | ||
@@ -8,0 +16,0 @@ |
18
index.js
@@ -268,2 +268,11 @@ const white = '#fff'; | ||
boxShadowColor: dangerHover | ||
}, | ||
inherited: { | ||
bgColor: 'inherit', | ||
textColor: 'inherit', | ||
hoverBgColor: 'inherit', | ||
hoverTextColor: 'inherit', | ||
activeBgColor: 'inherit', | ||
activeTextColor: 'inherit', | ||
boxShadowColor: 'inherit' | ||
} | ||
@@ -392,2 +401,11 @@ }, | ||
borderColor: '#702082' | ||
}, | ||
inherited: { | ||
bgColor: 'inherit', | ||
textColor: 'inherit', | ||
hoverBgColor: 'inherit', | ||
hoverTextColor: 'inherit', | ||
activeBgColor: 'inherit', | ||
activeTextColor: 'inherit', | ||
boxShadowColor: 'inherit' | ||
} | ||
@@ -394,0 +412,0 @@ }, |
{ | ||
"name": "es-components-via-theme", | ||
"version": "19.0.28", | ||
"version": "19.0.45", | ||
"main": "index.js", | ||
"author": "Willis Towers Watson - Individual Marketplace", | ||
"license": "MIT", | ||
"gitHead": "7deae53c90cdc0ffe1f575159c44c668e07a7579" | ||
"gitHead": "4fcd56fcc4c82db54803c6507f8e1da8567ad1ad" | ||
} |
13785
491