@trafilea/afrodita-components 4.4.0-beta.4 → 4.4.0-beta.5

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.
@@ -349,19 +349,19 @@ var truekind = {
349
349
  size: {
350
350
  xsmall: {
351
351
  fontSize: '0.625rem',
352
- lineHeight: '0.875rem',
352
+ lineHeight: '0.625rem',
353
353
  },
354
354
  small: {
355
355
  fontSize: '0.875rem',
356
- lineHeight: '1.375rem',
356
+ lineHeight: '0.875rem',
357
357
  },
358
358
  medium: {
359
359
  fontSize: '1rem',
360
- lineHeight: '1.5rem',
360
+ lineHeight: '1rem',
361
361
  },
362
362
  large: {
363
363
  fontSize: '1.125rem',
364
- lineHeight: '1.75rem',
364
+ lineHeight: '1.125rem',
365
365
  },
366
366
  },
367
367
  },
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": "4.4.0-beta.4",
6
+ "version": "4.4.0-beta.5",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",