@trafilea/afrodita-components 5.0.0-beta.243 → 5.0.0-beta.244

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.
@@ -407,7 +407,7 @@ var tsd = {
407
407
  },
408
408
  },
409
409
  card: {
410
- borderRadius: '0.5rem',
410
+ borderRadius: '20px',
411
411
  backgroundColor: '--colors-pallete-primary-color',
412
412
  },
413
413
  radio: {
@@ -547,7 +547,7 @@ var tsd = {
547
547
  },
548
548
  },
549
549
  dropdown: {
550
- borderRadius: '24px',
550
+ borderRadius: '15px',
551
551
  fontSize: '16px',
552
552
  fontWeight: 600,
553
553
  lineHeight: '1.125rem',
@@ -686,7 +686,7 @@ var tsd = {
686
686
  pricing: {
687
687
  priceLabel: {
688
688
  price: {
689
- size: ComponentSize.Small,
689
+ size: ComponentSize.Medium,
690
690
  originalPriceColor: '--colors-shades-300-color',
691
691
  actualPriceColor: '--colors-semantic-urgent-color',
692
692
  },
@@ -821,7 +821,7 @@ var tsd = {
821
821
  lineHeight: '32px',
822
822
  },
823
823
  'pricing-medium': {
824
- fontSize: 20,
824
+ fontSize: 18,
825
825
  lineHeight: '24px',
826
826
  },
827
827
  'pricing-regular': {
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.243",
6
+ "version": "5.0.0-beta.244",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",