@trafilea/afrodita-components 6.34.3 → 6.34.4

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.
@@ -269,7 +269,7 @@ var thebodcon = {
269
269
  color: '--colors-pallete-primary-60-color',
270
270
  },
271
271
  hover: {
272
- backgroundColor: '--colors-pallete-primary-20-color',
272
+ backgroundColor: '--colors-pallete-primary-color',
273
273
  color: '--colors-pallete-primary-60-color',
274
274
  },
275
275
  },
@@ -1044,8 +1044,8 @@ var thebodcon = {
1044
1044
  assets: {
1045
1045
  cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1046
1046
  images: {
1047
- favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
1048
- favicon_light: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
1047
+ favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/thebodcon/images/thebodcon_favicon.png',
1048
+ favicon_light: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/thebodcon/images/thebodcon_favicon-light.png',
1049
1049
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
1050
1050
  logoSize: {
1051
1051
  width: '102',
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.34.3",
6
+ "version": "6.34.4",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",