@trafilea/afrodita-components 6.31.2 → 6.31.3

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.
@@ -366,23 +366,23 @@ var revel = {
366
366
  fontSize: '0.75rem',
367
367
  },
368
368
  rating: {
369
- fontWeight: 400,
369
+ fontWeight: 600,
370
370
  size: {
371
371
  xsmall: {
372
- fontSize: '0.625rem',
373
- lineHeight: '0.625rem',
372
+ fontSize: '12px',
373
+ lineHeight: '12px',
374
374
  },
375
375
  small: {
376
- fontSize: '0.875rem',
377
- lineHeight: '0.875rem',
376
+ fontSize: '14px',
377
+ lineHeight: '14px',
378
378
  },
379
379
  medium: {
380
- fontSize: '1rem',
381
- lineHeight: '1rem',
380
+ fontSize: '16px',
381
+ lineHeight: '16px',
382
382
  },
383
383
  large: {
384
- fontSize: '1.125rem',
385
- lineHeight: '1.125rem',
384
+ fontSize: '18px',
385
+ lineHeight: '18px',
386
386
  },
387
387
  },
388
388
  },
@@ -290,23 +290,23 @@ var tsd = {
290
290
  fontSize: '0.75rem',
291
291
  },
292
292
  rating: {
293
- fontWeight: 400,
293
+ fontWeight: 600,
294
294
  size: {
295
295
  xsmall: {
296
- fontSize: '0.625rem',
297
- lineHeight: '0.625rem',
296
+ fontSize: '12px',
297
+ lineHeight: '12px',
298
298
  },
299
299
  small: {
300
- fontSize: '0.875rem',
301
- lineHeight: '0.875rem',
300
+ fontSize: '14px',
301
+ lineHeight: '14px',
302
302
  },
303
303
  medium: {
304
- fontSize: '1rem',
305
- lineHeight: '1rem',
304
+ fontSize: '16px',
305
+ lineHeight: '16px',
306
306
  },
307
307
  large: {
308
- fontSize: '1.125rem',
309
- lineHeight: '1.125rem',
308
+ fontSize: '18px',
309
+ lineHeight: '18px',
310
310
  },
311
311
  },
312
312
  },
@@ -319,8 +319,8 @@ var tsd = {
319
319
  marginRight: '2px',
320
320
  },
321
321
  small: {
322
- width: '17px',
323
- height: '17px',
322
+ width: '16px',
323
+ height: '16px',
324
324
  marginRight: '4px',
325
325
  },
326
326
  medium: {
@@ -627,9 +627,9 @@ var tsd = {
627
627
  small: '16px',
628
628
  },
629
629
  smallFontSize: {
630
- large: '16px',
631
- medium: '16px',
632
- small: '14px',
630
+ large: '12px',
631
+ medium: '10px',
632
+ small: '8px',
633
633
  },
634
634
  largeFontSize: {
635
635
  large: '24px',
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.31.2",
6
+ "version": "6.31.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",