@trafilea/afrodita-components 6.31.4 → 6.32.0

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.
@@ -390,24 +390,24 @@ var revel = {
390
390
  element: {
391
391
  color: '#F6C180',
392
392
  xsmall: {
393
- width: '0.656rem',
394
- height: '0.656rem',
395
- marginRight: '0.156rem',
393
+ width: '12px',
394
+ height: '12px',
395
+ marginRight: '1px',
396
396
  },
397
397
  small: {
398
- width: '0.875rem',
399
- height: '0.875rem',
400
- marginRight: '0.25rem',
398
+ width: '14px',
399
+ height: '14px',
400
+ marginRight: '2px',
401
401
  },
402
402
  medium: {
403
- width: '1.375rem',
404
- height: '1.375rem',
405
- marginRight: '0.375rem',
403
+ width: '16px',
404
+ height: '16px',
405
+ marginRight: '3px',
406
406
  },
407
407
  large: {
408
- width: '2.375rem',
409
- height: '2.375rem',
410
- marginRight: '0.375rem',
408
+ width: '20px',
409
+ height: '20px',
410
+ marginRight: '3px',
411
411
  },
412
412
  },
413
413
  },
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.4",
6
+ "version": "6.32.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",