@trafilea/afrodita-components 5.0.0-beta.268 → 5.0.0-beta.269

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.
@@ -795,7 +795,7 @@ var tsd = {
795
795
  deal: '--colors-pallete-primary-color',
796
796
  each: '--colors-shades-700-color',
797
797
  badgeBG: '--colors-pallete-gold-soft-color' ,
798
- badgeColor: 'colors-shades-700-color',
798
+ badgeColor: '--colors-shades-700-color',
799
799
  },
800
800
  },
801
801
  hurryTimeCard: {
@@ -798,9 +798,9 @@ var truekind = {
798
798
  fontColor: '--colors-shades-700-color',
799
799
  },
800
800
  banner: {
801
- outlineColor: '--colors-semantic-urgent-color',
802
- filledColor: '--colors-semantic-urgent-color',
803
- fontColor: '--colors-shades-white-color',
801
+ outlineColor: '#E7C9B2',
802
+ filledColor: '#FFF5E9',
803
+ fontColor: '--colors-shades-700-color',
804
804
  },
805
805
  offerTitleText: {
806
806
  size: '18px',
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.268",
6
+ "version": "5.0.0-beta.269",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",