@trafilea/afrodita-components 5.0.0-beta.64 → 5.0.0-beta.65

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.
@@ -120,6 +120,14 @@ var shapermint = {
120
120
  contrast: '--colors-shades-700-color',
121
121
  },
122
122
  } }),
123
+ wine: {
124
+ color: '#882A2B',
125
+ contrast: '--colors-shades-white-color',
126
+ soft: {
127
+ color: '#DBBFBF',
128
+ contrast: '--colors-text-color',
129
+ },
130
+ },
123
131
  creamy: {
124
132
  color: '#FFE9D8',
125
133
  contrast: '--colors-text-color',
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": "5.0.0-beta.64",
6
+ "version": "5.0.0-beta.65",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",