@trafilea/afrodita-components 6.33.2 → 6.33.3

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.
@@ -920,7 +920,7 @@ var truekind = {
920
920
  },
921
921
  },
922
922
  fonts: {
923
- url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/fonts/truekind',
923
+ url: 'https://cdn.truekind.com/assets/fonts/truekind',
924
924
  config: [
925
925
  {
926
926
  family: 'CircularXX',
@@ -1041,26 +1041,26 @@ var truekind = {
1041
1041
  ],
1042
1042
  },
1043
1043
  assets: {
1044
- cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1044
+ cdn: 'https://cdn.truekind.com/assets/common',
1045
1045
  images: {
1046
1046
  favicon: 'https://cdn.shopify.com/s/files/1/0450/0901/0853/files/1_32x.png',
1047
- logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
1047
+ logo: 'https://cdn.truekind.com/assets/images/images/truekind/tkd_logo_checkout.svg',
1048
1048
  logoSize: {
1049
1049
  width: '204',
1050
1050
  height: '35',
1051
1051
  },
1052
1052
  checkoutLogo: {
1053
- url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
1053
+ url: 'https://cdn.truekind.com/assets/images/truekind/tkd_logo_checkout.svg',
1054
1054
  width: '204',
1055
1055
  height: '35',
1056
1056
  },
1057
1057
  upsellLogo: {
1058
- url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
1058
+ url: 'https://cdn.truekind.com/assets/images/truekind/tkd_logo_checkout.svg',
1059
1059
  width: '210',
1060
1060
  height: '40',
1061
1061
  },
1062
1062
  tyLogo: {
1063
- url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
1063
+ url: 'https://cdn.truekind.com/assets/images/truekind/tkd_logo_checkout.svg',
1064
1064
  width: '276',
1065
1065
  height: '50',
1066
1066
  },
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.33.2",
6
+ "version": "6.33.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",