@trafilea/afrodita-components 5.0.0-beta.283 → 5.0.0-beta.285

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.
@@ -243,7 +243,7 @@ var revel = {
243
243
  },
244
244
  primary: {
245
245
  active: {
246
- backgroundColor: '--component-stars-element-color',
246
+ backgroundColor: '#DA918A',
247
247
  color: '--colors-pallete-primary-contrast',
248
248
  },
249
249
  hover: {
@@ -1033,6 +1033,11 @@ var revel = {
1033
1033
  width: '210',
1034
1034
  height: '60',
1035
1035
  },
1036
+ tyLogo: {
1037
+ url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
1038
+ width: '410',
1039
+ height: '28',
1040
+ },
1036
1041
  },
1037
1042
  },
1038
1043
  };
@@ -315,7 +315,7 @@ var truekind = {
315
315
  },
316
316
  medium: {
317
317
  fontSize: '0.875rem',
318
- padding: '0.5rem 2.5rem',
318
+ padding: '0.688rem 2rem',
319
319
  },
320
320
  large: {
321
321
  fontSize: '1rem',
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.283",
6
+ "version": "5.0.0-beta.285",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",