@trafilea/afrodita-components 5.0.0-beta.247 → 5.0.0-beta.249
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 +16 -1
- package/build/index.esm.js +12 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +12 -3
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +15 -0
- package/build/theme/revel.theme.js +18 -0
- package/build/theme/shapermint.theme.d.ts +15 -0
- package/build/theme/shapermint.theme.js +18 -0
- package/build/theme/thespadr.theme.d.ts +15 -0
- package/build/theme/thespadr.theme.js +28 -5
- package/build/theme/truekind.theme.d.ts +15 -0
- package/build/theme/truekind.theme.js +18 -0
- package/package.json +1 -1
|
@@ -560,6 +560,11 @@ declare type ThemeComponent = {
|
|
|
560
560
|
lineHeight: string;
|
|
561
561
|
};
|
|
562
562
|
deliveryDetails: {
|
|
563
|
+
title: {
|
|
564
|
+
fontSize: string;
|
|
565
|
+
lineHeight: string;
|
|
566
|
+
weight: number;
|
|
567
|
+
};
|
|
563
568
|
note: {
|
|
564
569
|
accentColor: string;
|
|
565
570
|
color: string;
|
|
@@ -614,6 +619,16 @@ declare type ThemeAssets = {
|
|
|
614
619
|
width: string;
|
|
615
620
|
height: string;
|
|
616
621
|
};
|
|
622
|
+
upsellLogo?: {
|
|
623
|
+
url: string;
|
|
624
|
+
width: string;
|
|
625
|
+
height: string;
|
|
626
|
+
};
|
|
627
|
+
tyLogo?: {
|
|
628
|
+
url: string;
|
|
629
|
+
width: string;
|
|
630
|
+
height: string;
|
|
631
|
+
};
|
|
617
632
|
};
|
|
618
633
|
[key: string]: any;
|
|
619
634
|
};
|
|
@@ -684,6 +684,11 @@ var revel = {
|
|
|
684
684
|
lineHeight: '22px',
|
|
685
685
|
},
|
|
686
686
|
deliveryDetails: {
|
|
687
|
+
title: {
|
|
688
|
+
fontSize: '1rem',
|
|
689
|
+
lineHeight: '1.25rem',
|
|
690
|
+
weight: 600,
|
|
691
|
+
},
|
|
687
692
|
note: {
|
|
688
693
|
accentColor: '--colors-semantic-urgent-color',
|
|
689
694
|
color: '--colors-text-color',
|
|
@@ -757,6 +762,14 @@ var revel = {
|
|
|
757
762
|
fontSize: 18,
|
|
758
763
|
lineHeight: '22px',
|
|
759
764
|
},
|
|
765
|
+
heading7: {
|
|
766
|
+
fontSize: 20,
|
|
767
|
+
lineHeight: '28px',
|
|
768
|
+
},
|
|
769
|
+
heading8: {
|
|
770
|
+
fontSize: 18,
|
|
771
|
+
lineHeight: '28px',
|
|
772
|
+
},
|
|
760
773
|
'body-regular': {
|
|
761
774
|
fontSize: 16,
|
|
762
775
|
lineHeight: '24px',
|
|
@@ -951,6 +964,11 @@ var revel = {
|
|
|
951
964
|
height: '22',
|
|
952
965
|
},
|
|
953
966
|
logoMobile: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty_logo_mobile.svg',
|
|
967
|
+
upsellLogo: {
|
|
968
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
969
|
+
width: '210',
|
|
970
|
+
height: '60',
|
|
971
|
+
},
|
|
954
972
|
},
|
|
955
973
|
},
|
|
956
974
|
};
|
|
@@ -560,6 +560,11 @@ declare type ThemeComponent = {
|
|
|
560
560
|
lineHeight: string;
|
|
561
561
|
};
|
|
562
562
|
deliveryDetails: {
|
|
563
|
+
title: {
|
|
564
|
+
fontSize: string;
|
|
565
|
+
lineHeight: string;
|
|
566
|
+
weight: number;
|
|
567
|
+
};
|
|
563
568
|
note: {
|
|
564
569
|
accentColor: string;
|
|
565
570
|
color: string;
|
|
@@ -614,6 +619,16 @@ declare type ThemeAssets = {
|
|
|
614
619
|
width: string;
|
|
615
620
|
height: string;
|
|
616
621
|
};
|
|
622
|
+
upsellLogo?: {
|
|
623
|
+
url: string;
|
|
624
|
+
width: string;
|
|
625
|
+
height: string;
|
|
626
|
+
};
|
|
627
|
+
tyLogo?: {
|
|
628
|
+
url: string;
|
|
629
|
+
width: string;
|
|
630
|
+
height: string;
|
|
631
|
+
};
|
|
617
632
|
};
|
|
618
633
|
[key: string]: any;
|
|
619
634
|
};
|
|
@@ -684,6 +684,11 @@ var shapermint = {
|
|
|
684
684
|
lineHeight: 'normal',
|
|
685
685
|
},
|
|
686
686
|
deliveryDetails: {
|
|
687
|
+
title: {
|
|
688
|
+
fontSize: '1rem',
|
|
689
|
+
lineHeight: '1.25rem',
|
|
690
|
+
weight: 600,
|
|
691
|
+
},
|
|
687
692
|
note: {
|
|
688
693
|
accentColor: '--colors-semantic-urgent-color',
|
|
689
694
|
color: '--colors-text-color',
|
|
@@ -754,6 +759,14 @@ var shapermint = {
|
|
|
754
759
|
fontSize: 18,
|
|
755
760
|
lineHeight: '28px',
|
|
756
761
|
},
|
|
762
|
+
heading7: {
|
|
763
|
+
fontSize: 20,
|
|
764
|
+
lineHeight: '28px',
|
|
765
|
+
},
|
|
766
|
+
heading8: {
|
|
767
|
+
fontSize: 18,
|
|
768
|
+
lineHeight: '28px',
|
|
769
|
+
},
|
|
757
770
|
'body-regular': {
|
|
758
771
|
fontSize: 16,
|
|
759
772
|
lineHeight: '24px',
|
|
@@ -914,6 +927,11 @@ var shapermint = {
|
|
|
914
927
|
width: '230',
|
|
915
928
|
height: '46',
|
|
916
929
|
},
|
|
930
|
+
upsellLogo: {
|
|
931
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
932
|
+
width: '210',
|
|
933
|
+
height: '40',
|
|
934
|
+
},
|
|
917
935
|
},
|
|
918
936
|
},
|
|
919
937
|
};
|
|
@@ -560,6 +560,11 @@ declare type ThemeComponent = {
|
|
|
560
560
|
lineHeight: string;
|
|
561
561
|
};
|
|
562
562
|
deliveryDetails: {
|
|
563
|
+
title: {
|
|
564
|
+
fontSize: string;
|
|
565
|
+
lineHeight: string;
|
|
566
|
+
weight: number;
|
|
567
|
+
};
|
|
563
568
|
note: {
|
|
564
569
|
accentColor: string;
|
|
565
570
|
color: string;
|
|
@@ -614,6 +619,16 @@ declare type ThemeAssets = {
|
|
|
614
619
|
width: string;
|
|
615
620
|
height: string;
|
|
616
621
|
};
|
|
622
|
+
upsellLogo?: {
|
|
623
|
+
url: string;
|
|
624
|
+
width: string;
|
|
625
|
+
height: string;
|
|
626
|
+
};
|
|
627
|
+
tyLogo?: {
|
|
628
|
+
url: string;
|
|
629
|
+
width: string;
|
|
630
|
+
height: string;
|
|
631
|
+
};
|
|
617
632
|
};
|
|
618
633
|
[key: string]: any;
|
|
619
634
|
};
|
|
@@ -693,11 +693,11 @@ var tsd = {
|
|
|
693
693
|
},
|
|
694
694
|
},
|
|
695
695
|
orderSummary: {
|
|
696
|
-
headingTextAlign: '
|
|
697
|
-
backgroundColor: '--colors-shades-
|
|
698
|
-
padding: '',
|
|
699
|
-
borderRadius: '',
|
|
700
|
-
maxWidth: '
|
|
696
|
+
headingTextAlign: 'center',
|
|
697
|
+
backgroundColor: '--colors-shades-10-color',
|
|
698
|
+
padding: '20px',
|
|
699
|
+
borderRadius: '--radius-regular',
|
|
700
|
+
maxWidth: '',
|
|
701
701
|
onMobile: {
|
|
702
702
|
maxWidth: '100%',
|
|
703
703
|
padding: '15px',
|
|
@@ -722,6 +722,11 @@ var tsd = {
|
|
|
722
722
|
lineHeight: 'normal',
|
|
723
723
|
},
|
|
724
724
|
deliveryDetails: {
|
|
725
|
+
title: {
|
|
726
|
+
fontSize: '1.125rem',
|
|
727
|
+
lineHeight: '1.75rem',
|
|
728
|
+
weight: 700,
|
|
729
|
+
},
|
|
725
730
|
note: {
|
|
726
731
|
accentColor: '--colors-semantic-urgent-color',
|
|
727
732
|
color: '--colors-text-color',
|
|
@@ -792,6 +797,14 @@ var tsd = {
|
|
|
792
797
|
fontSize: 18,
|
|
793
798
|
lineHeight: '22px',
|
|
794
799
|
},
|
|
800
|
+
heading7: {
|
|
801
|
+
fontSize: 20,
|
|
802
|
+
lineHeight: '28px',
|
|
803
|
+
},
|
|
804
|
+
heading8: {
|
|
805
|
+
fontSize: 18,
|
|
806
|
+
lineHeight: '28px',
|
|
807
|
+
},
|
|
795
808
|
'body-large': {
|
|
796
809
|
fontSize: 18,
|
|
797
810
|
lineHeight: '24px',
|
|
@@ -1034,6 +1047,16 @@ var tsd = {
|
|
|
1034
1047
|
width: '421',
|
|
1035
1048
|
height: '82s',
|
|
1036
1049
|
},
|
|
1050
|
+
upsellLogo: {
|
|
1051
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/tsd/tsd_logo.svg',
|
|
1052
|
+
width: '102',
|
|
1053
|
+
height: '43',
|
|
1054
|
+
},
|
|
1055
|
+
tyLogo: {
|
|
1056
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/tsd/tsd_logo.svg',
|
|
1057
|
+
width: '169',
|
|
1058
|
+
height: '73',
|
|
1059
|
+
},
|
|
1037
1060
|
},
|
|
1038
1061
|
},
|
|
1039
1062
|
};
|
|
@@ -560,6 +560,11 @@ declare type ThemeComponent = {
|
|
|
560
560
|
lineHeight: string;
|
|
561
561
|
};
|
|
562
562
|
deliveryDetails: {
|
|
563
|
+
title: {
|
|
564
|
+
fontSize: string;
|
|
565
|
+
lineHeight: string;
|
|
566
|
+
weight: number;
|
|
567
|
+
};
|
|
563
568
|
note: {
|
|
564
569
|
accentColor: string;
|
|
565
570
|
color: string;
|
|
@@ -614,6 +619,16 @@ declare type ThemeAssets = {
|
|
|
614
619
|
width: string;
|
|
615
620
|
height: string;
|
|
616
621
|
};
|
|
622
|
+
upsellLogo?: {
|
|
623
|
+
url: string;
|
|
624
|
+
width: string;
|
|
625
|
+
height: string;
|
|
626
|
+
};
|
|
627
|
+
tyLogo?: {
|
|
628
|
+
url: string;
|
|
629
|
+
width: string;
|
|
630
|
+
height: string;
|
|
631
|
+
};
|
|
617
632
|
};
|
|
618
633
|
[key: string]: any;
|
|
619
634
|
};
|
|
@@ -222,6 +222,14 @@ var truekind = {
|
|
|
222
222
|
fontSize: 18,
|
|
223
223
|
lineHeight: '28px',
|
|
224
224
|
},
|
|
225
|
+
heading7: {
|
|
226
|
+
fontSize: 20,
|
|
227
|
+
lineHeight: '28px',
|
|
228
|
+
},
|
|
229
|
+
heading8: {
|
|
230
|
+
fontSize: 18,
|
|
231
|
+
lineHeight: '28px',
|
|
232
|
+
},
|
|
225
233
|
'body-regular': {
|
|
226
234
|
fontSize: 16,
|
|
227
235
|
lineHeight: '24px',
|
|
@@ -757,6 +765,11 @@ var truekind = {
|
|
|
757
765
|
lineHeight: 'normal',
|
|
758
766
|
},
|
|
759
767
|
deliveryDetails: {
|
|
768
|
+
title: {
|
|
769
|
+
fontSize: '1.125rem',
|
|
770
|
+
lineHeight: '1.75rem',
|
|
771
|
+
weight: 700,
|
|
772
|
+
},
|
|
760
773
|
note: {
|
|
761
774
|
accentColor: '--colors-semantic-urgent-color',
|
|
762
775
|
color: '--colors-text-color',
|
|
@@ -902,6 +915,11 @@ var truekind = {
|
|
|
902
915
|
width: '230',
|
|
903
916
|
height: '46',
|
|
904
917
|
},
|
|
918
|
+
upsellLogo: {
|
|
919
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
920
|
+
width: '210',
|
|
921
|
+
height: '40',
|
|
922
|
+
},
|
|
905
923
|
},
|
|
906
924
|
},
|
|
907
925
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.249",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|