@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.
- package/build/index.d.ts +24 -23
- package/build/index.esm.js +11 -4
- package/build/index.esm.js.map +1 -1
- package/build/index.js +11 -4
- package/build/index.js.map +1 -1
- package/build/theme/truekind.theme.js +6 -6
- package/package.json +1 -1
|
@@ -920,7 +920,7 @@ var truekind = {
|
|
|
920
920
|
},
|
|
921
921
|
},
|
|
922
922
|
fonts: {
|
|
923
|
-
url: 'https://cdn.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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