You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

es-components-via-theme

Package Overview
Dependencies
Maintainers
5
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-components-via-theme - npm Package Compare versions

Comparing version

to
21.3.0

24

CHANGELOG.md

@@ -6,2 +6,26 @@ # Change Log

# [21.3.0](https://github.com/WTW-IM/es-components/compare/v21.2.2...v21.3.0) (2020-06-05)
### New
* prompt for read aloud and do not read aloud text. (refs TW-56968) ([cc2692d8113406b1495b3b1873067272f9b62311](https://github.com/WTW-IM/es-components/commit/cc2692d8113406b1495b3b1873067272f9b62311))
### Update
* update Prompt colors (refs: TW-56968) ([a2e59c522b96e5c7d48b03a0ef82ea69cd27c6d6](https://github.com/WTW-IM/es-components/commit/a2e59c522b96e5c7d48b03a0ef82ea69cd27c6d6))
## [19.0.107](https://github.com/WTW-IM/es-components/compare/v19.0.106...v19.0.107) (2019-12-12)
### Update
* warning sign uses circle instead of triangle ([8d608022771d51474c66221d9a57b18a8269c80e](https://github.com/WTW-IM/es-components/commit/8d608022771d51474c66221d9a57b18a8269c80e))
## [21.0.4](https://github.com/WTW-IM/es-components/compare/v21.0.3...v21.0.4) (2020-04-17)

@@ -8,0 +32,0 @@

14

index.js

@@ -178,11 +178,13 @@ // grayscale

bannerBgColor: '#FF6310',
textColor: black,
iconColor: black,
bannerTextColor: white,
textColor: white,
iconColor: white,
iconName: 'agent'
},
doNotReadAloud: {
bgColor: gray1,
bannerBgColor: gray1,
textColor: black,
iconColor: black,
bgColor: '#E0F4F4',
bannerBgColor: '#0073B6',
bannerTextColor: white,
textColor: white,
iconColor: white,
iconName: 'no-symbol'

@@ -189,0 +191,0 @@ }

{
"name": "es-components-via-theme",
"version": "21.0.4",
"version": "21.3.0",
"main": "index.js",
"author": "Willis Towers Watson - Individual Marketplace",
"license": "MIT",
"gitHead": "c1227b9c0ec5ecd29b7f334a3fac9d7ec57f3ab5"
"gitHead": "73bcc7b81c20bd7490723815f1e843ffad9425b0"
}