@trafilea/afrodita-components 6.22.0 → 6.23.1

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.
@@ -174,6 +174,10 @@ var revel = {
174
174
  contrast: '--colors-text-color',
175
175
  },
176
176
  },
177
+ ratingyellow: {
178
+ color: '#F6C180',
179
+ contrast: '--colors-text-color',
180
+ },
177
181
  ocean: {
178
182
  color: '#2B526D',
179
183
  contrast: '--colors-shades-white-color',
@@ -377,7 +381,7 @@ var revel = {
377
381
  },
378
382
  stars: {
379
383
  element: {
380
- color: '#E7B8A6',
384
+ color: '#F6C180',
381
385
  xsmall: {
382
386
  width: '0.656rem',
383
387
  height: '0.656rem',
@@ -1099,7 +1103,7 @@ var revel = {
1099
1103
  ],
1100
1104
  },
1101
1105
  assets: {
1102
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.1/common',
1106
+ cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1103
1107
  images: {
1104
1108
  favicon: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/favicon.png',
1105
1109
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
@@ -1049,7 +1049,7 @@ var shapermint = {
1049
1049
  ],
1050
1050
  },
1051
1051
  assets: {
1052
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.3/common',
1052
+ cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1053
1053
  images: {
1054
1054
  favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
1055
1055
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
@@ -1032,7 +1032,7 @@ var thebodcon = {
1032
1032
  ],
1033
1033
  },
1034
1034
  assets: {
1035
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.1/common',
1035
+ cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1036
1036
  images: {
1037
1037
  favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
1038
1038
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
@@ -1091,7 +1091,7 @@ var tsd = {
1091
1091
  ],
1092
1092
  },
1093
1093
  assets: {
1094
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.1/common',
1094
+ cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1095
1095
  images: {
1096
1096
  favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
1097
1097
  logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
@@ -1041,7 +1041,7 @@ var truekind = {
1041
1041
  ],
1042
1042
  },
1043
1043
  assets: {
1044
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.1/common',
1044
+ cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1045
1045
  images: {
1046
1046
  favicon: 'https://cdn.shopify.com/s/files/1/0450/0901/0853/files/1_32x.png',
1047
1047
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.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.22.0",
6
+ "version": "6.23.1",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",