@trafilea/afrodita-components 6.32.0 → 6.33.0

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.
@@ -162,7 +162,7 @@ var truekind = {
162
162
  },
163
163
  semantic: {
164
164
  positive: { color: '#2f806a', contrast: '--colors-shades-white-color' },
165
- urgent: { color: '#c64844', contrast: '--colors-shades-white-color' },
165
+ urgent: { color: '#D82A2D', contrast: '--colors-shades-white-color' },
166
166
  attention: { color: '#f2d96f', contrast: '--colors-shades-700-color' },
167
167
  informative: { color: '#0a609b', contrast: '--colors-shades-700-color' },
168
168
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.32.0",
6
+ "version": "6.33.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",