@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.
@@ -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-40-color',
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-40-color',
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
@@ -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": "6.23.6",
6
+ "version": "6.24.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",