@trafilea/afrodita-components 6.16.2 → 6.16.4
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 +46 -23
- package/build/index.esm.js +46 -19
- package/build/index.esm.js.map +1 -1
- package/build/index.js +46 -19
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +1 -1
- package/build/theme/shapermint.theme.js +1 -1
- package/build/theme/thebodcon.theme.js +1 -1
- package/build/theme/thespadr.theme.js +1 -1
- package/build/theme/truekind.theme.js +1 -1
- package/package.json +1 -1
|
@@ -1082,7 +1082,7 @@ var revel = {
|
|
|
1082
1082
|
],
|
|
1083
1083
|
},
|
|
1084
1084
|
assets: {
|
|
1085
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1085
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.3/common',
|
|
1086
1086
|
images: {
|
|
1087
1087
|
favicon: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/favicon.png',
|
|
1088
1088
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
@@ -1032,7 +1032,7 @@ var shapermint = {
|
|
|
1032
1032
|
],
|
|
1033
1033
|
},
|
|
1034
1034
|
assets: {
|
|
1035
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1035
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.4/common',
|
|
1036
1036
|
images: {
|
|
1037
1037
|
favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
|
|
1038
1038
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
@@ -1013,7 +1013,7 @@ var thebodcon = {
|
|
|
1013
1013
|
],
|
|
1014
1014
|
},
|
|
1015
1015
|
assets: {
|
|
1016
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1016
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.3/common',
|
|
1017
1017
|
images: {
|
|
1018
1018
|
favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
|
|
1019
1019
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
@@ -1068,7 +1068,7 @@ var tsd = {
|
|
|
1068
1068
|
],
|
|
1069
1069
|
},
|
|
1070
1070
|
assets: {
|
|
1071
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1071
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.3/common',
|
|
1072
1072
|
images: {
|
|
1073
1073
|
favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
|
|
1074
1074
|
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
@@ -1024,7 +1024,7 @@ var truekind = {
|
|
|
1024
1024
|
],
|
|
1025
1025
|
},
|
|
1026
1026
|
assets: {
|
|
1027
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1027
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.3/common',
|
|
1028
1028
|
images: {
|
|
1029
1029
|
favicon: 'https://cdn.shopify.com/s/files/1/0450/0901/0853/files/1_32x.png',
|
|
1030
1030
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
|
package/package.json
CHANGED