@trafilea/afrodita-components 6.16.5 → 6.17.0
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 +50 -38
- package/build/index.esm.js +230 -206
- package/build/index.esm.js.map +1 -1
- package/build/index.js +230 -206
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +15 -3
- package/build/theme/revel.theme.js +12 -2
- package/build/theme/shapermint.theme.d.ts +15 -3
- package/build/theme/shapermint.theme.js +13 -3
- package/build/theme/thebodcon.theme.d.ts +15 -3
- package/build/theme/thebodcon.theme.js +12 -2
- package/build/theme/thespadr.theme.d.ts +15 -3
- package/build/theme/thespadr.theme.js +14 -2
- package/build/theme/truekind.theme.d.ts +15 -3
- package/build/theme/truekind.theme.js +12 -2
- package/package.json +1 -1
|
@@ -714,11 +714,23 @@ declare type ThemeComponent = {
|
|
|
714
714
|
borderRadius: string;
|
|
715
715
|
};
|
|
716
716
|
gallery: {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
717
|
+
mainImgWidth?: string;
|
|
718
|
+
mainImgHeight?: string;
|
|
719
|
+
thumbnail: {
|
|
720
|
+
mobile: {
|
|
721
|
+
width: string;
|
|
722
|
+
height: string;
|
|
723
|
+
};
|
|
724
|
+
desktop: {
|
|
725
|
+
width: string;
|
|
726
|
+
height: string;
|
|
727
|
+
};
|
|
720
728
|
};
|
|
721
729
|
aspectRatio?: string;
|
|
730
|
+
tagPosition: {
|
|
731
|
+
top: string;
|
|
732
|
+
left: string;
|
|
733
|
+
};
|
|
722
734
|
};
|
|
723
735
|
autoship: {
|
|
724
736
|
discountTag: {
|
|
@@ -822,10 +822,20 @@ var revel = {
|
|
|
822
822
|
},
|
|
823
823
|
gallery: {
|
|
824
824
|
thumbnail: {
|
|
825
|
-
|
|
826
|
-
|
|
825
|
+
mobile: {
|
|
826
|
+
width: 'auto',
|
|
827
|
+
height: '80px',
|
|
828
|
+
},
|
|
829
|
+
desktop: {
|
|
830
|
+
width: '93px',
|
|
831
|
+
height: 'auto',
|
|
832
|
+
},
|
|
827
833
|
},
|
|
828
834
|
aspectRatio: '1/1',
|
|
835
|
+
tagPosition: {
|
|
836
|
+
top: '0',
|
|
837
|
+
left: '0',
|
|
838
|
+
},
|
|
829
839
|
},
|
|
830
840
|
autoship: {
|
|
831
841
|
discountTag: {
|
|
@@ -714,11 +714,23 @@ declare type ThemeComponent = {
|
|
|
714
714
|
borderRadius: string;
|
|
715
715
|
};
|
|
716
716
|
gallery: {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
717
|
+
mainImgWidth?: string;
|
|
718
|
+
mainImgHeight?: string;
|
|
719
|
+
thumbnail: {
|
|
720
|
+
mobile: {
|
|
721
|
+
width: string;
|
|
722
|
+
height: string;
|
|
723
|
+
};
|
|
724
|
+
desktop: {
|
|
725
|
+
width: string;
|
|
726
|
+
height: string;
|
|
727
|
+
};
|
|
720
728
|
};
|
|
721
729
|
aspectRatio?: string;
|
|
730
|
+
tagPosition: {
|
|
731
|
+
top: string;
|
|
732
|
+
left: string;
|
|
733
|
+
};
|
|
722
734
|
};
|
|
723
735
|
autoship: {
|
|
724
736
|
discountTag: {
|
|
@@ -798,10 +798,20 @@ var shapermint = {
|
|
|
798
798
|
},
|
|
799
799
|
gallery: {
|
|
800
800
|
thumbnail: {
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
mobile: {
|
|
802
|
+
width: 'auto',
|
|
803
|
+
height: '80px',
|
|
804
|
+
},
|
|
805
|
+
desktop: {
|
|
806
|
+
width: '65px',
|
|
807
|
+
height: '86px',
|
|
808
|
+
},
|
|
803
809
|
},
|
|
804
810
|
aspectRatio: '3/4',
|
|
811
|
+
tagPosition: {
|
|
812
|
+
top: '0',
|
|
813
|
+
left: '0',
|
|
814
|
+
},
|
|
805
815
|
},
|
|
806
816
|
autoship: {
|
|
807
817
|
discountTag: {
|
|
@@ -1032,7 +1042,7 @@ var shapermint = {
|
|
|
1032
1042
|
],
|
|
1033
1043
|
},
|
|
1034
1044
|
assets: {
|
|
1035
|
-
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.
|
|
1045
|
+
cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.7.6/common',
|
|
1036
1046
|
images: {
|
|
1037
1047
|
favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
|
|
1038
1048
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
@@ -714,11 +714,23 @@ declare type ThemeComponent = {
|
|
|
714
714
|
borderRadius: string;
|
|
715
715
|
};
|
|
716
716
|
gallery: {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
717
|
+
mainImgWidth?: string;
|
|
718
|
+
mainImgHeight?: string;
|
|
719
|
+
thumbnail: {
|
|
720
|
+
mobile: {
|
|
721
|
+
width: string;
|
|
722
|
+
height: string;
|
|
723
|
+
};
|
|
724
|
+
desktop: {
|
|
725
|
+
width: string;
|
|
726
|
+
height: string;
|
|
727
|
+
};
|
|
720
728
|
};
|
|
721
729
|
aspectRatio?: string;
|
|
730
|
+
tagPosition: {
|
|
731
|
+
top: string;
|
|
732
|
+
left: string;
|
|
733
|
+
};
|
|
722
734
|
};
|
|
723
735
|
autoship: {
|
|
724
736
|
discountTag: {
|
|
@@ -798,10 +798,20 @@ var thebodcon = {
|
|
|
798
798
|
},
|
|
799
799
|
gallery: {
|
|
800
800
|
thumbnail: {
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
mobile: {
|
|
802
|
+
width: 'auto',
|
|
803
|
+
height: '80px',
|
|
804
|
+
},
|
|
805
|
+
desktop: {
|
|
806
|
+
width: '65px',
|
|
807
|
+
height: '86px',
|
|
808
|
+
},
|
|
803
809
|
},
|
|
804
810
|
aspectRatio: '3/4',
|
|
811
|
+
tagPosition: {
|
|
812
|
+
top: '0',
|
|
813
|
+
left: '0',
|
|
814
|
+
},
|
|
805
815
|
},
|
|
806
816
|
autoship: {
|
|
807
817
|
discountTag: {
|
|
@@ -714,11 +714,23 @@ declare type ThemeComponent = {
|
|
|
714
714
|
borderRadius: string;
|
|
715
715
|
};
|
|
716
716
|
gallery: {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
717
|
+
mainImgWidth?: string;
|
|
718
|
+
mainImgHeight?: string;
|
|
719
|
+
thumbnail: {
|
|
720
|
+
mobile: {
|
|
721
|
+
width: string;
|
|
722
|
+
height: string;
|
|
723
|
+
};
|
|
724
|
+
desktop: {
|
|
725
|
+
width: string;
|
|
726
|
+
height: string;
|
|
727
|
+
};
|
|
720
728
|
};
|
|
721
729
|
aspectRatio?: string;
|
|
730
|
+
tagPosition: {
|
|
731
|
+
top: string;
|
|
732
|
+
left: string;
|
|
733
|
+
};
|
|
722
734
|
};
|
|
723
735
|
autoship: {
|
|
724
736
|
discountTag: {
|
|
@@ -780,11 +780,23 @@ var tsd = {
|
|
|
780
780
|
borderRadius: '0.5rem',
|
|
781
781
|
},
|
|
782
782
|
gallery: {
|
|
783
|
+
mainImgWidth: '480px',
|
|
784
|
+
mainImgHeight: '640px',
|
|
783
785
|
thumbnail: {
|
|
784
|
-
|
|
785
|
-
|
|
786
|
+
mobile: {
|
|
787
|
+
width: 'auto',
|
|
788
|
+
height: '80px',
|
|
789
|
+
},
|
|
790
|
+
desktop: {
|
|
791
|
+
width: '65px',
|
|
792
|
+
height: '86px',
|
|
793
|
+
},
|
|
786
794
|
},
|
|
787
795
|
aspectRatio: '3/4',
|
|
796
|
+
tagPosition: {
|
|
797
|
+
top: '21px',
|
|
798
|
+
left: '0',
|
|
799
|
+
},
|
|
788
800
|
},
|
|
789
801
|
autoship: {
|
|
790
802
|
discountTag: {
|
|
@@ -714,11 +714,23 @@ declare type ThemeComponent = {
|
|
|
714
714
|
borderRadius: string;
|
|
715
715
|
};
|
|
716
716
|
gallery: {
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
717
|
+
mainImgWidth?: string;
|
|
718
|
+
mainImgHeight?: string;
|
|
719
|
+
thumbnail: {
|
|
720
|
+
mobile: {
|
|
721
|
+
width: string;
|
|
722
|
+
height: string;
|
|
723
|
+
};
|
|
724
|
+
desktop: {
|
|
725
|
+
width: string;
|
|
726
|
+
height: string;
|
|
727
|
+
};
|
|
720
728
|
};
|
|
721
729
|
aspectRatio?: string;
|
|
730
|
+
tagPosition: {
|
|
731
|
+
top: string;
|
|
732
|
+
left: string;
|
|
733
|
+
};
|
|
722
734
|
};
|
|
723
735
|
autoship: {
|
|
724
736
|
discountTag: {
|
|
@@ -890,10 +890,20 @@ var truekind = {
|
|
|
890
890
|
},
|
|
891
891
|
gallery: {
|
|
892
892
|
thumbnail: {
|
|
893
|
-
|
|
894
|
-
|
|
893
|
+
mobile: {
|
|
894
|
+
width: 'auto',
|
|
895
|
+
height: '80px',
|
|
896
|
+
},
|
|
897
|
+
desktop: {
|
|
898
|
+
width: '65px',
|
|
899
|
+
height: '86px',
|
|
900
|
+
},
|
|
895
901
|
},
|
|
896
902
|
aspectRatio: '3/4',
|
|
903
|
+
tagPosition: {
|
|
904
|
+
top: '0',
|
|
905
|
+
left: '0',
|
|
906
|
+
},
|
|
897
907
|
},
|
|
898
908
|
autoship: {
|
|
899
909
|
discountTag: {
|
package/package.json
CHANGED