@trafilea/afrodita-components 6.23.6 → 6.24.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 +79 -41
- package/build/index.esm.js +989 -883
- package/build/index.esm.js.map +1 -1
- package/build/index.js +990 -883
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +10 -0
- package/build/theme/shapermint.theme.d.ts +10 -0
- package/build/theme/thebodcon.theme.d.ts +10 -0
- package/build/theme/thebodcon.theme.js +12 -2
- package/build/theme/thespadr.theme.d.ts +10 -0
- package/build/theme/truekind.theme.d.ts +10 -0
- package/package.json +1 -1
|
@@ -564,6 +564,12 @@ declare type ThemeComponent = {
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
|
+
subtitle?: {
|
|
568
|
+
fontSize: string;
|
|
569
|
+
color: string;
|
|
570
|
+
fontWeight: string;
|
|
571
|
+
lineHeight: string;
|
|
572
|
+
};
|
|
567
573
|
};
|
|
568
574
|
orderSummary: {
|
|
569
575
|
headingTextAlign: string;
|
|
@@ -670,6 +676,10 @@ declare type ThemeComponent = {
|
|
|
670
676
|
creditCardSection: {
|
|
671
677
|
borderRadius?: string;
|
|
672
678
|
};
|
|
679
|
+
coupon?: {
|
|
680
|
+
paddingDesktop: string;
|
|
681
|
+
paddingMobile: string;
|
|
682
|
+
};
|
|
673
683
|
};
|
|
674
684
|
upsell: {
|
|
675
685
|
banner: {
|
|
@@ -564,6 +564,12 @@ declare type ThemeComponent = {
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
|
+
subtitle?: {
|
|
568
|
+
fontSize: string;
|
|
569
|
+
color: string;
|
|
570
|
+
fontWeight: string;
|
|
571
|
+
lineHeight: string;
|
|
572
|
+
};
|
|
567
573
|
};
|
|
568
574
|
orderSummary: {
|
|
569
575
|
headingTextAlign: string;
|
|
@@ -670,6 +676,10 @@ declare type ThemeComponent = {
|
|
|
670
676
|
creditCardSection: {
|
|
671
677
|
borderRadius?: string;
|
|
672
678
|
};
|
|
679
|
+
coupon?: {
|
|
680
|
+
paddingDesktop: string;
|
|
681
|
+
paddingMobile: string;
|
|
682
|
+
};
|
|
673
683
|
};
|
|
674
684
|
upsell: {
|
|
675
685
|
banner: {
|
|
@@ -564,6 +564,12 @@ declare type ThemeComponent = {
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
|
+
subtitle?: {
|
|
568
|
+
fontSize: string;
|
|
569
|
+
color: string;
|
|
570
|
+
fontWeight: string;
|
|
571
|
+
lineHeight: string;
|
|
572
|
+
};
|
|
567
573
|
};
|
|
568
574
|
orderSummary: {
|
|
569
575
|
headingTextAlign: string;
|
|
@@ -670,6 +676,10 @@ declare type ThemeComponent = {
|
|
|
670
676
|
creditCardSection: {
|
|
671
677
|
borderRadius?: string;
|
|
672
678
|
};
|
|
679
|
+
coupon?: {
|
|
680
|
+
paddingDesktop: string;
|
|
681
|
+
paddingMobile: string;
|
|
682
|
+
};
|
|
673
683
|
};
|
|
674
684
|
upsell: {
|
|
675
685
|
banner: {
|
|
@@ -265,12 +265,12 @@ var thebodcon = {
|
|
|
265
265
|
},
|
|
266
266
|
secondary: {
|
|
267
267
|
active: {
|
|
268
|
-
backgroundColor: '--colors-pallete-primary-
|
|
268
|
+
backgroundColor: '--colors-pallete-primary-color',
|
|
269
269
|
color: '--colors-pallete-primary-60-color',
|
|
270
270
|
},
|
|
271
271
|
hover: {
|
|
272
272
|
backgroundColor: '--colors-pallete-primary-20-color',
|
|
273
|
-
color: '--colors-pallete-primary-
|
|
273
|
+
color: '--colors-pallete-primary-60-color',
|
|
274
274
|
},
|
|
275
275
|
},
|
|
276
276
|
},
|
|
@@ -666,6 +666,12 @@ var thebodcon = {
|
|
|
666
666
|
actualPriceColor: '--colors-semantic-urgent-color',
|
|
667
667
|
},
|
|
668
668
|
},
|
|
669
|
+
subtitle: {
|
|
670
|
+
fontSize: '14px',
|
|
671
|
+
lineHeight: '22px',
|
|
672
|
+
color: '--colors-pallete-secondary-color',
|
|
673
|
+
fontWeight: '400',
|
|
674
|
+
},
|
|
669
675
|
},
|
|
670
676
|
orderSummary: {
|
|
671
677
|
headingTextAlign: 'left',
|
|
@@ -761,6 +767,10 @@ var thebodcon = {
|
|
|
761
767
|
creditCardSection: {
|
|
762
768
|
borderRadius: '8px',
|
|
763
769
|
},
|
|
770
|
+
coupon: {
|
|
771
|
+
paddingDesktop: '30px 0',
|
|
772
|
+
paddingMobile: '20px 0',
|
|
773
|
+
},
|
|
764
774
|
},
|
|
765
775
|
upsell: {
|
|
766
776
|
banner: {
|
|
@@ -564,6 +564,12 @@ declare type ThemeComponent = {
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
|
+
subtitle?: {
|
|
568
|
+
fontSize: string;
|
|
569
|
+
color: string;
|
|
570
|
+
fontWeight: string;
|
|
571
|
+
lineHeight: string;
|
|
572
|
+
};
|
|
567
573
|
};
|
|
568
574
|
orderSummary: {
|
|
569
575
|
headingTextAlign: string;
|
|
@@ -670,6 +676,10 @@ declare type ThemeComponent = {
|
|
|
670
676
|
creditCardSection: {
|
|
671
677
|
borderRadius?: string;
|
|
672
678
|
};
|
|
679
|
+
coupon?: {
|
|
680
|
+
paddingDesktop: string;
|
|
681
|
+
paddingMobile: string;
|
|
682
|
+
};
|
|
673
683
|
};
|
|
674
684
|
upsell: {
|
|
675
685
|
banner: {
|
|
@@ -564,6 +564,12 @@ declare type ThemeComponent = {
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
};
|
|
567
|
+
subtitle?: {
|
|
568
|
+
fontSize: string;
|
|
569
|
+
color: string;
|
|
570
|
+
fontWeight: string;
|
|
571
|
+
lineHeight: string;
|
|
572
|
+
};
|
|
567
573
|
};
|
|
568
574
|
orderSummary: {
|
|
569
575
|
headingTextAlign: string;
|
|
@@ -670,6 +676,10 @@ declare type ThemeComponent = {
|
|
|
670
676
|
creditCardSection: {
|
|
671
677
|
borderRadius?: string;
|
|
672
678
|
};
|
|
679
|
+
coupon?: {
|
|
680
|
+
paddingDesktop: string;
|
|
681
|
+
paddingMobile: string;
|
|
682
|
+
};
|
|
673
683
|
};
|
|
674
684
|
upsell: {
|
|
675
685
|
banner: {
|
package/package.json
CHANGED