@trafilea/afrodita-components 6.56.2 → 6.56.3

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.
@@ -82,7 +82,7 @@ var tsd = {
82
82
  },
83
83
  },
84
84
  secondary: {
85
- color: '--colors-pallete-primary-20',
85
+ color: '--colors-shades-700-color',
86
86
  contrast: '--colors-shades-white-color',
87
87
  soft: {
88
88
  color: '--colors-shades-200-color',
@@ -229,7 +229,7 @@ var tsd = {
229
229
  },
230
230
  secondary: {
231
231
  active: {
232
- backgroundColor: '--colors-pallete-secondary-color',
232
+ backgroundColor: '--colors-pallete-primary-20-color',
233
233
  color: '--colors-pallete-primary-soft-contrast',
234
234
  },
235
235
  hover: {
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.56.2",
6
+ "version": "6.56.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",