@trafilea/afrodita-components 6.8.16 → 6.8.18

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.
@@ -75,7 +75,7 @@ var thebodcon = {
75
75
  colors: {
76
76
  pallete: {
77
77
  primary: {
78
- color: '#292929',
78
+ color: '#311c85',
79
79
  contrast: '--colors-shades-white-color',
80
80
  soft: {
81
81
  color: '#8992A0',
@@ -98,7 +98,7 @@ var thebodcon = {
98
98
  },
99
99
  },
100
100
  60: {
101
- color: '#311C85',
101
+ color: '#ffffff',
102
102
  contrast: '--colors-shades-700-color',
103
103
  soft: {
104
104
  color: '#F6FAF9',
@@ -115,7 +115,7 @@ var thebodcon = {
115
115
  },
116
116
  },
117
117
  secondary: __assign({
118
- color: '#287379',
118
+ color: '#142541',
119
119
  contrast: '--colors-shades-white-color',
120
120
  soft: {
121
121
  color: '#CCC485',
@@ -187,7 +187,7 @@ var thebodcon = {
187
187
  black: { color: '#000', contrast: '--colors-shades-white-color' },
188
188
  white: { color: '#fff', contrast: '--colors-shades-700-color' },
189
189
  5: { color: '#F7F4F2', contrast: '--colors-shades-700-color' },
190
- 10: { color: '#fafafa', contrast: '--colors-shades-700-color' },
190
+ 10: { color: '#F6FAF9', contrast: '--colors-shades-700-color' },
191
191
  50: { color: '#f7f7f7', contrast: '--colors-shades-700-color' },
192
192
  100: { color: '#e5e5e5', contrast: '--colors-shades-700-color' },
193
193
  150: { color: '#d1d1d1', contrast: '--colors-shades-700-color' },
@@ -205,7 +205,7 @@ var thebodcon = {
205
205
  700: { color: '#292929', contrast: '--colors-shades-white-color' },
206
206
  750: { color: '#232323', contrast: '--colors-shades-white-color' },
207
207
  800: { color: '#202020', contrast: '--colors-shades-white-color' },
208
- 850: { color: '#1b1b1b', contrast: '--colors-shades-white-color' },
208
+ 850: { color: '#311c85', contrast: '--colors-shades-white-color' },
209
209
  900: { color: '#191919', contrast: '--colors-shades-white-color' },
210
210
  950: { color: '#141414', contrast: '--colors-shades-white-color' },
211
211
  990: { color: '#0b0b0b', contrast: '--colors-shades-white-color' },
@@ -255,7 +255,7 @@ var thebodcon = {
255
255
  },
256
256
  primary: {
257
257
  active: {
258
- backgroundColor: '--colors-pallete-primary-60-color',
258
+ backgroundColor: '--colors-pallete-primary-color',
259
259
  color: '--colors-pallete-primary-contrast',
260
260
  },
261
261
  hover: {
@@ -266,7 +266,7 @@ var thebodcon = {
266
266
  secondary: {
267
267
  active: {
268
268
  backgroundColor: '--colors-pallete-primary-40-color',
269
- color: '--colors-pallete-primary-20-color',
269
+ color: '--colors-pallete-primary-60-color',
270
270
  },
271
271
  hover: {
272
272
  backgroundColor: '--colors-pallete-primary-20-color',
@@ -385,8 +385,8 @@ var thebodcon = {
385
385
  backgroundColor: '#f7ece4',
386
386
  },
387
387
  radio: {
388
- borderColor: '--colors-shades-700-color',
389
- background: '--colors-shades-white-color',
388
+ borderColor: '#DEDEDE',
389
+ background: '#FFFFFF',
390
390
  textSize: '16px',
391
391
  lineHeight: 'normal',
392
392
  size: {
@@ -1006,7 +1006,7 @@ var thebodcon = {
1006
1006
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
1007
1007
  logoSize: {
1008
1008
  width: '204',
1009
- height: '35',
1009
+ height: '64',
1010
1010
  },
1011
1011
  upsellLogo: {
1012
1012
  url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
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.8.16",
6
+ "version": "6.8.18",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",