@trafilea/afrodita-components 5.0.0-beta.267 → 5.0.0-beta.268
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 +6 -0
- package/build/theme/revel.theme.d.ts +6 -0
- package/build/theme/revel.theme.js +9 -3
- package/build/theme/shapermint.theme.d.ts +6 -0
- package/build/theme/shapermint.theme.js +10 -4
- package/build/theme/thespadr.theme.d.ts +6 -0
- package/build/theme/thespadr.theme.js +8 -2
- package/build/theme/truekind.theme.d.ts +6 -0
- package/build/theme/truekind.theme.js +13 -7
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1938,6 +1938,9 @@ declare type ThemeComponent = {
|
|
|
1938
1938
|
badgeColor: string;
|
|
1939
1939
|
};
|
|
1940
1940
|
};
|
|
1941
|
+
hurryTimeCard: {
|
|
1942
|
+
backgroundColor: string;
|
|
1943
|
+
};
|
|
1941
1944
|
};
|
|
1942
1945
|
thankyou: {
|
|
1943
1946
|
orderBanner?: {
|
|
@@ -1951,6 +1954,9 @@ declare type ThemeComponent = {
|
|
|
1951
1954
|
socialIcon: {
|
|
1952
1955
|
color?: string;
|
|
1953
1956
|
};
|
|
1957
|
+
orderId: {
|
|
1958
|
+
color: string;
|
|
1959
|
+
};
|
|
1954
1960
|
};
|
|
1955
1961
|
};
|
|
1956
1962
|
declare type ThemeTypography = {
|
|
@@ -636,6 +636,9 @@ declare type ThemeComponent = {
|
|
|
636
636
|
badgeColor: string;
|
|
637
637
|
};
|
|
638
638
|
};
|
|
639
|
+
hurryTimeCard: {
|
|
640
|
+
backgroundColor: string;
|
|
641
|
+
};
|
|
639
642
|
};
|
|
640
643
|
thankyou: {
|
|
641
644
|
orderBanner?: {
|
|
@@ -649,6 +652,9 @@ declare type ThemeComponent = {
|
|
|
649
652
|
socialIcon: {
|
|
650
653
|
color?: string;
|
|
651
654
|
};
|
|
655
|
+
orderId: {
|
|
656
|
+
color: string;
|
|
657
|
+
};
|
|
652
658
|
};
|
|
653
659
|
};
|
|
654
660
|
declare type ThemeTypography = {
|
|
@@ -714,13 +714,13 @@ var revel = {
|
|
|
714
714
|
},
|
|
715
715
|
},
|
|
716
716
|
orderBar: {
|
|
717
|
-
backgroundColor: '#
|
|
717
|
+
backgroundColor: '#FAF7F2',
|
|
718
718
|
fontColor: '--colors-shades-700-color',
|
|
719
719
|
},
|
|
720
720
|
banner: {
|
|
721
721
|
outlineColor: '--colors-semantic-positive-color',
|
|
722
722
|
filledColor: '--colors-semantic-positive-color',
|
|
723
|
-
fontColor: '--colors-
|
|
723
|
+
fontColor: '--colors-shades-white-color',
|
|
724
724
|
},
|
|
725
725
|
offerTitleText: {
|
|
726
726
|
size: '18px',
|
|
@@ -755,11 +755,14 @@ var revel = {
|
|
|
755
755
|
colors: {
|
|
756
756
|
regular: '--colors-shades-400-color',
|
|
757
757
|
deal: '#DA918A',
|
|
758
|
-
each: 'colors-shades-700-color',
|
|
758
|
+
each: '--colors-shades-700-color',
|
|
759
759
|
badgeBG: '#DA918A',
|
|
760
760
|
badgeColor: '--colors-shades-white-color',
|
|
761
761
|
},
|
|
762
762
|
},
|
|
763
|
+
hurryTimeCard: {
|
|
764
|
+
backgroundColor: '#EFD6D2',
|
|
765
|
+
},
|
|
763
766
|
},
|
|
764
767
|
thankyou: {
|
|
765
768
|
emailSection: {
|
|
@@ -768,6 +771,9 @@ var revel = {
|
|
|
768
771
|
socialIcon: {
|
|
769
772
|
color: '#DA918A',
|
|
770
773
|
},
|
|
774
|
+
orderId: {
|
|
775
|
+
color: '--colors-shades-700-color',
|
|
776
|
+
},
|
|
771
777
|
},
|
|
772
778
|
},
|
|
773
779
|
typography: {
|
|
@@ -636,6 +636,9 @@ declare type ThemeComponent = {
|
|
|
636
636
|
badgeColor: string;
|
|
637
637
|
};
|
|
638
638
|
};
|
|
639
|
+
hurryTimeCard: {
|
|
640
|
+
backgroundColor: string;
|
|
641
|
+
};
|
|
639
642
|
};
|
|
640
643
|
thankyou: {
|
|
641
644
|
orderBanner?: {
|
|
@@ -649,6 +652,9 @@ declare type ThemeComponent = {
|
|
|
649
652
|
socialIcon: {
|
|
650
653
|
color?: string;
|
|
651
654
|
};
|
|
655
|
+
orderId: {
|
|
656
|
+
color: string;
|
|
657
|
+
};
|
|
652
658
|
};
|
|
653
659
|
};
|
|
654
660
|
declare type ThemeTypography = {
|
|
@@ -716,7 +716,7 @@ var shapermint = {
|
|
|
716
716
|
banner: {
|
|
717
717
|
outlineColor: '--colors-semantic-urgent-color',
|
|
718
718
|
filledColor: '--colors-semantic-urgent-color',
|
|
719
|
-
fontColor: '--colors-
|
|
719
|
+
fontColor: '--colors-shades-white-color',
|
|
720
720
|
},
|
|
721
721
|
offerTitleText: {
|
|
722
722
|
size: '18px',
|
|
@@ -749,13 +749,16 @@ var shapermint = {
|
|
|
749
749
|
},
|
|
750
750
|
price: {
|
|
751
751
|
colors: {
|
|
752
|
-
regular: '--colors-shades-
|
|
752
|
+
regular: '--colors-shades-400-color',
|
|
753
753
|
deal: '--colors-semantic-urgent-color',
|
|
754
|
-
each: 'colors-shades-700-color',
|
|
755
|
-
badgeBG: 'colors-semantic-urgent-color',
|
|
754
|
+
each: '--colors-shades-700-color',
|
|
755
|
+
badgeBG: '--colors-semantic-urgent-color',
|
|
756
756
|
badgeColor: '--colors-shades-white-color',
|
|
757
757
|
},
|
|
758
758
|
},
|
|
759
|
+
hurryTimeCard: {
|
|
760
|
+
backgroundColor: '#F7ECE4',
|
|
761
|
+
},
|
|
759
762
|
},
|
|
760
763
|
thankyou: {
|
|
761
764
|
emailSection: {
|
|
@@ -764,6 +767,9 @@ var shapermint = {
|
|
|
764
767
|
socialIcon: {
|
|
765
768
|
color: '--colors-pallete-primary-color',
|
|
766
769
|
},
|
|
770
|
+
orderId: {
|
|
771
|
+
color: '--colors-pallete-primary-color',
|
|
772
|
+
},
|
|
767
773
|
},
|
|
768
774
|
},
|
|
769
775
|
typography: {
|
|
@@ -636,6 +636,9 @@ declare type ThemeComponent = {
|
|
|
636
636
|
badgeColor: string;
|
|
637
637
|
};
|
|
638
638
|
};
|
|
639
|
+
hurryTimeCard: {
|
|
640
|
+
backgroundColor: string;
|
|
641
|
+
};
|
|
639
642
|
};
|
|
640
643
|
thankyou: {
|
|
641
644
|
orderBanner?: {
|
|
@@ -649,6 +652,9 @@ declare type ThemeComponent = {
|
|
|
649
652
|
socialIcon: {
|
|
650
653
|
color?: string;
|
|
651
654
|
};
|
|
655
|
+
orderId: {
|
|
656
|
+
color: string;
|
|
657
|
+
};
|
|
652
658
|
};
|
|
653
659
|
};
|
|
654
660
|
declare type ThemeTypography = {
|
|
@@ -793,11 +793,14 @@ var tsd = {
|
|
|
793
793
|
colors: {
|
|
794
794
|
regular: '--colors-shades-400-color',
|
|
795
795
|
deal: '--colors-pallete-primary-color',
|
|
796
|
-
each: 'colors-shades-700-color',
|
|
797
|
-
badgeBG: '--colors-pallete-gold
|
|
796
|
+
each: '--colors-shades-700-color',
|
|
797
|
+
badgeBG: '--colors-pallete-gold-soft-color' ,
|
|
798
798
|
badgeColor: 'colors-shades-700-color',
|
|
799
799
|
},
|
|
800
800
|
},
|
|
801
|
+
hurryTimeCard: {
|
|
802
|
+
backgroundColor: '#ECE8D4',
|
|
803
|
+
},
|
|
801
804
|
},
|
|
802
805
|
thankyou: {
|
|
803
806
|
emailSection: {
|
|
@@ -806,6 +809,9 @@ var tsd = {
|
|
|
806
809
|
socialIcon: {
|
|
807
810
|
color: '--colors-pallete-primary-color',
|
|
808
811
|
},
|
|
812
|
+
orderId: {
|
|
813
|
+
color: '--colors-shades-700-color',
|
|
814
|
+
},
|
|
809
815
|
},
|
|
810
816
|
},
|
|
811
817
|
typography: {
|
|
@@ -636,6 +636,9 @@ declare type ThemeComponent = {
|
|
|
636
636
|
badgeColor: string;
|
|
637
637
|
};
|
|
638
638
|
};
|
|
639
|
+
hurryTimeCard: {
|
|
640
|
+
backgroundColor: string;
|
|
641
|
+
};
|
|
639
642
|
};
|
|
640
643
|
thankyou: {
|
|
641
644
|
orderBanner?: {
|
|
@@ -649,6 +652,9 @@ declare type ThemeComponent = {
|
|
|
649
652
|
socialIcon: {
|
|
650
653
|
color?: string;
|
|
651
654
|
};
|
|
655
|
+
orderId: {
|
|
656
|
+
color: string;
|
|
657
|
+
};
|
|
652
658
|
};
|
|
653
659
|
};
|
|
654
660
|
declare type ThemeTypography = {
|
|
@@ -794,13 +794,13 @@ var truekind = {
|
|
|
794
794
|
},
|
|
795
795
|
},
|
|
796
796
|
orderBar: {
|
|
797
|
-
backgroundColor: '#
|
|
797
|
+
backgroundColor: '#E7C9B2',
|
|
798
798
|
fontColor: '--colors-shades-700-color',
|
|
799
799
|
},
|
|
800
800
|
banner: {
|
|
801
801
|
outlineColor: '--colors-semantic-urgent-color',
|
|
802
802
|
filledColor: '--colors-semantic-urgent-color',
|
|
803
|
-
fontColor: '--colors-
|
|
803
|
+
fontColor: '--colors-shades-white-color',
|
|
804
804
|
},
|
|
805
805
|
offerTitleText: {
|
|
806
806
|
size: '18px',
|
|
@@ -833,13 +833,16 @@ var truekind = {
|
|
|
833
833
|
},
|
|
834
834
|
price: {
|
|
835
835
|
colors: {
|
|
836
|
-
regular: '--colors-shades-
|
|
837
|
-
deal: '--colors-
|
|
838
|
-
each: 'colors-shades-700-color',
|
|
839
|
-
badgeBG: '
|
|
840
|
-
badgeColor: '--colors-shades-
|
|
836
|
+
regular: '--colors-shades-400-color',
|
|
837
|
+
deal: '--colors-pallete-primary-color',
|
|
838
|
+
each: '--colors-shades-700-color',
|
|
839
|
+
badgeBG: '#EB9F79',
|
|
840
|
+
badgeColor: '--colors-shades-700-color',
|
|
841
841
|
},
|
|
842
842
|
},
|
|
843
|
+
hurryTimeCard: {
|
|
844
|
+
backgroundColor: '#FCD7B8',
|
|
845
|
+
},
|
|
843
846
|
},
|
|
844
847
|
thankyou: {
|
|
845
848
|
orderBanner: {
|
|
@@ -853,6 +856,9 @@ var truekind = {
|
|
|
853
856
|
socialIcon: {
|
|
854
857
|
color: '--colors-pallete-primary-color',
|
|
855
858
|
},
|
|
859
|
+
orderId: {
|
|
860
|
+
color: '--colors-shades-700-color',
|
|
861
|
+
},
|
|
856
862
|
},
|
|
857
863
|
},
|
|
858
864
|
fonts: {
|
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.268",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|