@trafilea/afrodita-components 5.0.0-beta.256 → 5.0.0-beta.258

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.
@@ -542,12 +542,8 @@ declare type ThemeComponent = {
542
542
  };
543
543
  };
544
544
  expressCheckout: {
545
- fontFamily: string;
546
- fontWeight: number;
547
- lineHeight: string;
548
545
  button: {
549
546
  borderRadius: string;
550
- height: string;
551
547
  };
552
548
  };
553
549
  copyrightText: {
@@ -666,12 +666,8 @@ var revel = {
666
666
  },
667
667
  },
668
668
  expressCheckout: {
669
- fontFamily: 'Jost',
670
- fontWeight: 600,
671
- lineHeight: '22px',
672
669
  button: {
673
670
  borderRadius: '4px',
674
- height: '35px',
675
671
  },
676
672
  },
677
673
  copyrightText: {
@@ -542,12 +542,8 @@ declare type ThemeComponent = {
542
542
  };
543
543
  };
544
544
  expressCheckout: {
545
- fontFamily: string;
546
- fontWeight: number;
547
- lineHeight: string;
548
545
  button: {
549
546
  borderRadius: string;
550
- height: string;
551
547
  };
552
548
  };
553
549
  copyrightText: {
@@ -265,9 +265,9 @@ var shapermint = {
265
265
  input: {
266
266
  background: '--colors-shades-white-color',
267
267
  color: '--colors-shades-700-color',
268
- placeholderColor: '--colors-shades-250-color',
268
+ placeholderColor: '--colors-shades-400-color',
269
269
  borderRadius: '0.5rem',
270
- fontSize: '1rem',
270
+ fontSize: '14px',
271
271
  fontWeight: 400,
272
272
  padding: '0.75rem 1rem',
273
273
  lineHeight: '1.5rem',
@@ -666,12 +666,8 @@ var shapermint = {
666
666
  },
667
667
  },
668
668
  expressCheckout: {
669
- fontFamily: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,Arial, sans-serif',
670
- fontWeight: 500,
671
- lineHeight: '16px',
672
669
  button: {
673
- borderRadius: '4px',
674
- height: '35px',
670
+ borderRadius: '8px',
675
671
  },
676
672
  },
677
673
  copyrightText: {
@@ -960,8 +956,8 @@ var shapermint = {
960
956
  favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
961
957
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
962
958
  logoSize: {
963
- width: '230',
964
- height: '46',
959
+ width: '204',
960
+ height: '35',
965
961
  },
966
962
  upsellLogo: {
967
963
  url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
@@ -542,12 +542,8 @@ declare type ThemeComponent = {
542
542
  };
543
543
  };
544
544
  expressCheckout: {
545
- fontFamily: string;
546
- fontWeight: number;
547
- lineHeight: string;
548
545
  button: {
549
546
  borderRadius: string;
550
- height: string;
551
547
  };
552
548
  };
553
549
  copyrightText: {
@@ -705,12 +705,8 @@ var tsd = {
705
705
  },
706
706
  },
707
707
  expressCheckout: {
708
- fontFamily: 'Poppins',
709
- fontWeight: 600,
710
- lineHeight: '22px',
711
708
  button: {
712
709
  borderRadius: '15px',
713
- height: '40px',
714
710
  },
715
711
  },
716
712
  copyrightText: {
@@ -542,12 +542,8 @@ declare type ThemeComponent = {
542
542
  };
543
543
  };
544
544
  expressCheckout: {
545
- fontFamily: string;
546
- fontWeight: number;
547
- lineHeight: string;
548
545
  button: {
549
546
  borderRadius: string;
550
- height: string;
551
547
  };
552
548
  };
553
549
  copyrightText: {
@@ -747,12 +747,8 @@ var truekind = {
747
747
  },
748
748
  },
749
749
  expressCheckout: {
750
- fontFamily: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,Arial, sans-serif',
751
- fontWeight: 500,
752
- lineHeight: '16px',
753
750
  button: {
754
751
  borderRadius: '4px',
755
- height: '35px',
756
752
  },
757
753
  },
758
754
  copyrightText: {
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.256",
6
+ "version": "5.0.0-beta.258",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",