@unitedstatespowersquadrons/components 1.4.15 → 1.4.16

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/Colors.tsx +2 -2
  2. package/package.json +1 -1
package/Colors.tsx CHANGED
@@ -142,8 +142,8 @@ const specificColors = {
142
142
  toast: {
143
143
  broadcast: hoverColors.purple,
144
144
  error: "#CC0000",
145
- notice: "#009900",
146
- success: "#000099",
145
+ notice: "#000099",
146
+ success: "#009900",
147
147
  },
148
148
  };
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {