@deque/cauldron-react 4.1.0-canary.f7123dc9 → 4.1.0-canary.fe222ef4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2012,7 +2012,7 @@ var queryAll = function (selector, context) {
2012
2012
  var typeMap = {
2013
2013
  confirmation: {
2014
2014
  className: 'success',
2015
- icon: 'info-circle'
2015
+ icon: 'check-circle'
2016
2016
  },
2017
2017
  caution: {
2018
2018
  className: 'warning',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "4.1.0-canary.f7123dc9",
3
+ "version": "4.1.0-canary.fe222ef4",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "publishConfig": {
6
6
  "access": "public"