@trafilea/afrodita-components 6.31.1 → 6.31.2
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 +1 -0
- package/build/theme/revel.theme.d.ts +1 -0
- package/build/theme/shapermint.theme.d.ts +1 -0
- package/build/theme/thebodcon.theme.d.ts +1 -0
- package/build/theme/thebodcon.theme.js +2 -1
- package/build/theme/thespadr.theme.d.ts +1 -0
- package/build/theme/truekind.theme.d.ts +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -971,7 +971,7 @@ var thebodcon = {
|
|
|
971
971
|
},
|
|
972
972
|
},
|
|
973
973
|
fonts: {
|
|
974
|
-
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/fonts/
|
|
974
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/thebodcon/fonts/',
|
|
975
975
|
config: [
|
|
976
976
|
{
|
|
977
977
|
family: 'Raleway',
|
|
@@ -1045,6 +1045,7 @@ var thebodcon = {
|
|
|
1045
1045
|
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
|
|
1046
1046
|
images: {
|
|
1047
1047
|
favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
|
|
1048
|
+
favicon_light: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
|
|
1048
1049
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
1049
1050
|
logoSize: {
|
|
1050
1051
|
width: '102',
|
package/package.json
CHANGED