es-components-via-theme
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [19.1.0](https://github.com/WTW-IM/es-components/compare/v19.0.121...v19.1.0) (2020-03-26) | ||
### New | ||
* prompt for read aloud and do not read aloud text. (refs TW-56968) ([cc2692d8113406b1495b3b1873067272f9b62311](https://github.com/WTW-IM/es-components/commit/cc2692d8113406b1495b3b1873067272f9b62311)) | ||
## <small>19.0.107 (2019-12-12)</small> | ||
@@ -8,0 +19,0 @@ |
16
index.js
@@ -132,2 +132,18 @@ const white = '#fff'; | ||
}, | ||
promptStyles: { | ||
readAloud: { | ||
bgColor: '#FDE8DE', | ||
bannerBgColor: '#FF6310', | ||
textColor: black, | ||
iconColor: black, | ||
iconName: 'agent' | ||
}, | ||
doNotReadAloud: { | ||
bgColor: gray1, | ||
bannerBgColor: gray1, | ||
textColor: black, | ||
iconColor: black, | ||
iconName: 'no-symbol' | ||
} | ||
}, | ||
notificationStyles: { | ||
@@ -134,0 +150,0 @@ success: { |
{ | ||
"name": "es-components-via-theme", | ||
"version": "19.0.107", | ||
"version": "19.1.0", | ||
"main": "index.js", | ||
"author": "Willis Towers Watson - Individual Marketplace", | ||
"license": "MIT", | ||
"gitHead": "6497cd605083d6a2e78be05864efc20edaf8ee7a" | ||
"gitHead": "58cc7e96854fea4442ae1b62b0c09c87fa99d78b" | ||
} |
15873
4.2%541
3.05%