@trafilea/afrodita-components 6.17.0 → 6.17.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 +37 -0
- package/build/index.esm.js +21 -25
- package/build/index.esm.js.map +1 -1
- package/build/index.js +21 -25
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +37 -0
- package/build/theme/shapermint.theme.d.ts +37 -0
- package/build/theme/thebodcon.theme.d.ts +37 -0
- package/build/theme/thebodcon.theme.js +44 -7
- package/build/theme/thespadr.theme.d.ts +37 -0
- package/build/theme/truekind.theme.d.ts +37 -0
- package/package.json +1 -1
|
@@ -585,6 +585,8 @@ declare type ThemeComponent = {
|
|
|
585
585
|
button: {
|
|
586
586
|
borderRadius: string;
|
|
587
587
|
};
|
|
588
|
+
width?: string;
|
|
589
|
+
height?: string;
|
|
588
590
|
};
|
|
589
591
|
copyrightText: {
|
|
590
592
|
fontSize: string;
|
|
@@ -786,6 +788,41 @@ declare type ThemeAssets = {
|
|
|
786
788
|
width: string;
|
|
787
789
|
height: string;
|
|
788
790
|
};
|
|
791
|
+
tyImage?: {
|
|
792
|
+
url: string;
|
|
793
|
+
width: string;
|
|
794
|
+
height: string;
|
|
795
|
+
};
|
|
796
|
+
appleImage?: {
|
|
797
|
+
url: string;
|
|
798
|
+
width: string;
|
|
799
|
+
height: string;
|
|
800
|
+
};
|
|
801
|
+
spotifyImage?: {
|
|
802
|
+
url: string;
|
|
803
|
+
width: string;
|
|
804
|
+
height: string;
|
|
805
|
+
};
|
|
806
|
+
instagramImage?: {
|
|
807
|
+
url: string;
|
|
808
|
+
width: string;
|
|
809
|
+
height: string;
|
|
810
|
+
};
|
|
811
|
+
facebookImage?: {
|
|
812
|
+
url: string;
|
|
813
|
+
width: string;
|
|
814
|
+
height: string;
|
|
815
|
+
};
|
|
816
|
+
pinterestImage?: {
|
|
817
|
+
url: string;
|
|
818
|
+
width: string;
|
|
819
|
+
height: string;
|
|
820
|
+
};
|
|
821
|
+
youtubeImage?: {
|
|
822
|
+
url: string;
|
|
823
|
+
width: string;
|
|
824
|
+
height: string;
|
|
825
|
+
};
|
|
789
826
|
};
|
|
790
827
|
[key: string]: any;
|
|
791
828
|
};
|
|
@@ -585,6 +585,8 @@ declare type ThemeComponent = {
|
|
|
585
585
|
button: {
|
|
586
586
|
borderRadius: string;
|
|
587
587
|
};
|
|
588
|
+
width?: string;
|
|
589
|
+
height?: string;
|
|
588
590
|
};
|
|
589
591
|
copyrightText: {
|
|
590
592
|
fontSize: string;
|
|
@@ -786,6 +788,41 @@ declare type ThemeAssets = {
|
|
|
786
788
|
width: string;
|
|
787
789
|
height: string;
|
|
788
790
|
};
|
|
791
|
+
tyImage?: {
|
|
792
|
+
url: string;
|
|
793
|
+
width: string;
|
|
794
|
+
height: string;
|
|
795
|
+
};
|
|
796
|
+
appleImage?: {
|
|
797
|
+
url: string;
|
|
798
|
+
width: string;
|
|
799
|
+
height: string;
|
|
800
|
+
};
|
|
801
|
+
spotifyImage?: {
|
|
802
|
+
url: string;
|
|
803
|
+
width: string;
|
|
804
|
+
height: string;
|
|
805
|
+
};
|
|
806
|
+
instagramImage?: {
|
|
807
|
+
url: string;
|
|
808
|
+
width: string;
|
|
809
|
+
height: string;
|
|
810
|
+
};
|
|
811
|
+
facebookImage?: {
|
|
812
|
+
url: string;
|
|
813
|
+
width: string;
|
|
814
|
+
height: string;
|
|
815
|
+
};
|
|
816
|
+
pinterestImage?: {
|
|
817
|
+
url: string;
|
|
818
|
+
width: string;
|
|
819
|
+
height: string;
|
|
820
|
+
};
|
|
821
|
+
youtubeImage?: {
|
|
822
|
+
url: string;
|
|
823
|
+
width: string;
|
|
824
|
+
height: string;
|
|
825
|
+
};
|
|
789
826
|
};
|
|
790
827
|
[key: string]: any;
|
|
791
828
|
};
|
|
@@ -585,6 +585,8 @@ declare type ThemeComponent = {
|
|
|
585
585
|
button: {
|
|
586
586
|
borderRadius: string;
|
|
587
587
|
};
|
|
588
|
+
width?: string;
|
|
589
|
+
height?: string;
|
|
588
590
|
};
|
|
589
591
|
copyrightText: {
|
|
590
592
|
fontSize: string;
|
|
@@ -786,6 +788,41 @@ declare type ThemeAssets = {
|
|
|
786
788
|
width: string;
|
|
787
789
|
height: string;
|
|
788
790
|
};
|
|
791
|
+
tyImage?: {
|
|
792
|
+
url: string;
|
|
793
|
+
width: string;
|
|
794
|
+
height: string;
|
|
795
|
+
};
|
|
796
|
+
appleImage?: {
|
|
797
|
+
url: string;
|
|
798
|
+
width: string;
|
|
799
|
+
height: string;
|
|
800
|
+
};
|
|
801
|
+
spotifyImage?: {
|
|
802
|
+
url: string;
|
|
803
|
+
width: string;
|
|
804
|
+
height: string;
|
|
805
|
+
};
|
|
806
|
+
instagramImage?: {
|
|
807
|
+
url: string;
|
|
808
|
+
width: string;
|
|
809
|
+
height: string;
|
|
810
|
+
};
|
|
811
|
+
facebookImage?: {
|
|
812
|
+
url: string;
|
|
813
|
+
width: string;
|
|
814
|
+
height: string;
|
|
815
|
+
};
|
|
816
|
+
pinterestImage?: {
|
|
817
|
+
url: string;
|
|
818
|
+
width: string;
|
|
819
|
+
height: string;
|
|
820
|
+
};
|
|
821
|
+
youtubeImage?: {
|
|
822
|
+
url: string;
|
|
823
|
+
width: string;
|
|
824
|
+
height: string;
|
|
825
|
+
};
|
|
789
826
|
};
|
|
790
827
|
[key: string]: any;
|
|
791
828
|
};
|
|
@@ -214,7 +214,7 @@ var thebodcon = {
|
|
|
214
214
|
positive: { color: '#2f806a', contrast: '--colors-shades-white-color' },
|
|
215
215
|
urgent: { color: '#D82A2D', contrast: '--colors-shades-white-color' },
|
|
216
216
|
attention: { color: '#F2D96F', contrast: '--colors-shades-700-color' },
|
|
217
|
-
informative: { color: '#
|
|
217
|
+
informative: { color: '#311C85', contrast: '--colors-shades-700-color' },
|
|
218
218
|
},
|
|
219
219
|
border: {
|
|
220
220
|
color: '',
|
|
@@ -437,7 +437,7 @@ var thebodcon = {
|
|
|
437
437
|
},
|
|
438
438
|
size: {
|
|
439
439
|
large: {
|
|
440
|
-
width: '
|
|
440
|
+
width: '2.8rem',
|
|
441
441
|
height: '1.8rem',
|
|
442
442
|
borderRadius: '0.25rem',
|
|
443
443
|
borderWidth: '0.094rem',
|
|
@@ -679,6 +679,8 @@ var thebodcon = {
|
|
|
679
679
|
button: {
|
|
680
680
|
borderRadius: '8px',
|
|
681
681
|
},
|
|
682
|
+
width: '590px',
|
|
683
|
+
height: '82px',
|
|
682
684
|
},
|
|
683
685
|
copyrightText: {
|
|
684
686
|
fontSize: '16px',
|
|
@@ -1028,18 +1030,53 @@ var thebodcon = {
|
|
|
1028
1030
|
favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
|
|
1029
1031
|
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
1030
1032
|
logoSize: {
|
|
1031
|
-
width: '
|
|
1033
|
+
width: '102',
|
|
1032
1034
|
height: '64',
|
|
1033
1035
|
},
|
|
1034
1036
|
upsellLogo: {
|
|
1035
1037
|
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
1036
|
-
width: '
|
|
1037
|
-
height: '
|
|
1038
|
+
width: '97.8',
|
|
1039
|
+
height: '60',
|
|
1038
1040
|
},
|
|
1039
1041
|
tyLogo: {
|
|
1040
1042
|
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
|
|
1041
|
-
width: '
|
|
1042
|
-
height: '
|
|
1043
|
+
width: '102',
|
|
1044
|
+
height: '64',
|
|
1045
|
+
},
|
|
1046
|
+
tyImage: {
|
|
1047
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/thebodcon_podcast.jpg',
|
|
1048
|
+
width: '240',
|
|
1049
|
+
height: '240',
|
|
1050
|
+
},
|
|
1051
|
+
appleImage: {
|
|
1052
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/apple.png',
|
|
1053
|
+
width: '38.27',
|
|
1054
|
+
height: '42.03',
|
|
1055
|
+
},
|
|
1056
|
+
facebookImage: {
|
|
1057
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/facebook.svg',
|
|
1058
|
+
width: '24',
|
|
1059
|
+
height: '24',
|
|
1060
|
+
},
|
|
1061
|
+
instagramImage: {
|
|
1062
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/instagram.png',
|
|
1063
|
+
width: '24',
|
|
1064
|
+
height: '24',
|
|
1065
|
+
},
|
|
1066
|
+
pinterestImage: {
|
|
1067
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/pinterest.svg',
|
|
1068
|
+
width: '24',
|
|
1069
|
+
height: '24',
|
|
1070
|
+
},
|
|
1071
|
+
spotifyImage: {
|
|
1072
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/spotify.png',
|
|
1073
|
+
width: '33.22',
|
|
1074
|
+
height: '33.22',
|
|
1075
|
+
},
|
|
1076
|
+
youtubeImage: {
|
|
1077
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@thebodcon-typage/thebodcon/images/youtube.svg',
|
|
1078
|
+
width: '24',
|
|
1079
|
+
height: '24',
|
|
1043
1080
|
},
|
|
1044
1081
|
},
|
|
1045
1082
|
},
|
|
@@ -585,6 +585,8 @@ declare type ThemeComponent = {
|
|
|
585
585
|
button: {
|
|
586
586
|
borderRadius: string;
|
|
587
587
|
};
|
|
588
|
+
width?: string;
|
|
589
|
+
height?: string;
|
|
588
590
|
};
|
|
589
591
|
copyrightText: {
|
|
590
592
|
fontSize: string;
|
|
@@ -786,6 +788,41 @@ declare type ThemeAssets = {
|
|
|
786
788
|
width: string;
|
|
787
789
|
height: string;
|
|
788
790
|
};
|
|
791
|
+
tyImage?: {
|
|
792
|
+
url: string;
|
|
793
|
+
width: string;
|
|
794
|
+
height: string;
|
|
795
|
+
};
|
|
796
|
+
appleImage?: {
|
|
797
|
+
url: string;
|
|
798
|
+
width: string;
|
|
799
|
+
height: string;
|
|
800
|
+
};
|
|
801
|
+
spotifyImage?: {
|
|
802
|
+
url: string;
|
|
803
|
+
width: string;
|
|
804
|
+
height: string;
|
|
805
|
+
};
|
|
806
|
+
instagramImage?: {
|
|
807
|
+
url: string;
|
|
808
|
+
width: string;
|
|
809
|
+
height: string;
|
|
810
|
+
};
|
|
811
|
+
facebookImage?: {
|
|
812
|
+
url: string;
|
|
813
|
+
width: string;
|
|
814
|
+
height: string;
|
|
815
|
+
};
|
|
816
|
+
pinterestImage?: {
|
|
817
|
+
url: string;
|
|
818
|
+
width: string;
|
|
819
|
+
height: string;
|
|
820
|
+
};
|
|
821
|
+
youtubeImage?: {
|
|
822
|
+
url: string;
|
|
823
|
+
width: string;
|
|
824
|
+
height: string;
|
|
825
|
+
};
|
|
789
826
|
};
|
|
790
827
|
[key: string]: any;
|
|
791
828
|
};
|
|
@@ -585,6 +585,8 @@ declare type ThemeComponent = {
|
|
|
585
585
|
button: {
|
|
586
586
|
borderRadius: string;
|
|
587
587
|
};
|
|
588
|
+
width?: string;
|
|
589
|
+
height?: string;
|
|
588
590
|
};
|
|
589
591
|
copyrightText: {
|
|
590
592
|
fontSize: string;
|
|
@@ -786,6 +788,41 @@ declare type ThemeAssets = {
|
|
|
786
788
|
width: string;
|
|
787
789
|
height: string;
|
|
788
790
|
};
|
|
791
|
+
tyImage?: {
|
|
792
|
+
url: string;
|
|
793
|
+
width: string;
|
|
794
|
+
height: string;
|
|
795
|
+
};
|
|
796
|
+
appleImage?: {
|
|
797
|
+
url: string;
|
|
798
|
+
width: string;
|
|
799
|
+
height: string;
|
|
800
|
+
};
|
|
801
|
+
spotifyImage?: {
|
|
802
|
+
url: string;
|
|
803
|
+
width: string;
|
|
804
|
+
height: string;
|
|
805
|
+
};
|
|
806
|
+
instagramImage?: {
|
|
807
|
+
url: string;
|
|
808
|
+
width: string;
|
|
809
|
+
height: string;
|
|
810
|
+
};
|
|
811
|
+
facebookImage?: {
|
|
812
|
+
url: string;
|
|
813
|
+
width: string;
|
|
814
|
+
height: string;
|
|
815
|
+
};
|
|
816
|
+
pinterestImage?: {
|
|
817
|
+
url: string;
|
|
818
|
+
width: string;
|
|
819
|
+
height: string;
|
|
820
|
+
};
|
|
821
|
+
youtubeImage?: {
|
|
822
|
+
url: string;
|
|
823
|
+
width: string;
|
|
824
|
+
height: string;
|
|
825
|
+
};
|
|
789
826
|
};
|
|
790
827
|
[key: string]: any;
|
|
791
828
|
};
|
package/package.json
CHANGED