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

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.
@@ -268,19 +268,19 @@ var shapermint = {
268
268
  size: {
269
269
  xsmall: {
270
270
  fontSize: '0.625rem',
271
- lineHeight: '0.875rem',
271
+ lineHeight: '0.625rem',
272
272
  },
273
273
  small: {
274
274
  fontSize: '0.875rem',
275
- lineHeight: '1.375rem',
275
+ lineHeight: '0.875rem',
276
276
  },
277
277
  medium: {
278
278
  fontSize: '1rem',
279
- lineHeight: '1.5rem',
279
+ lineHeight: '1rem',
280
280
  },
281
281
  large: {
282
282
  fontSize: '1.125rem',
283
- lineHeight: '1.75rem',
283
+ lineHeight: '1.125rem',
284
284
  },
285
285
  },
286
286
  },
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.5",
6
+ "version": "4.4.0-beta.6",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",