@trafilea/afrodita-components 6.8.12 → 6.8.13
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 +127 -107
- package/build/index.esm.js +93 -78
- package/build/index.esm.js.map +1 -1
- package/build/index.js +93 -78
- 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
|
@@ -1069,7 +1069,7 @@ var revel = {
|
|
|
1069
1069
|
],
|
|
1070
1070
|
},
|
|
1071
1071
|
assets: {
|
|
1072
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.
|
|
1072
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.9/common',
|
|
1073
1073
|
images: {
|
|
1074
1074
|
favicon: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/favicon.png',
|
|
1075
1075
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
@@ -1019,7 +1019,7 @@ var shapermint = {
|
|
|
1019
1019
|
],
|
|
1020
1020
|
},
|
|
1021
1021
|
assets: {
|
|
1022
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.
|
|
1022
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.9/common',
|
|
1023
1023
|
images: {
|
|
1024
1024
|
favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
|
|
1025
1025
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
@@ -1000,7 +1000,7 @@ var thebodcon = {
|
|
|
1000
1000
|
],
|
|
1001
1001
|
},
|
|
1002
1002
|
assets: {
|
|
1003
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.
|
|
1003
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.9/common',
|
|
1004
1004
|
images: {
|
|
1005
1005
|
favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
|
|
1006
1006
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
@@ -1043,7 +1043,7 @@ var tsd = {
|
|
|
1043
1043
|
],
|
|
1044
1044
|
},
|
|
1045
1045
|
assets: {
|
|
1046
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.
|
|
1046
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.9/common',
|
|
1047
1047
|
images: {
|
|
1048
1048
|
favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
|
|
1049
1049
|
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
@@ -1011,7 +1011,7 @@ var truekind = {
|
|
|
1011
1011
|
],
|
|
1012
1012
|
},
|
|
1013
1013
|
assets: {
|
|
1014
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.
|
|
1014
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.6.9/common',
|
|
1015
1015
|
images: {
|
|
1016
1016
|
favicon: 'https://cdn.shopify.com/s/files/1/0450/0901/0853/files/1_32x.png',
|
|
1017
1017
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/truekind/tkd_logo_checkout.svg',
|
package/package.json
CHANGED