@trafilea/afrodita-components 5.0.0-beta.280 → 5.0.0-beta.281

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.
@@ -310,16 +310,16 @@ var truekind = {
310
310
  minHeight: 'unset',
311
311
  size: {
312
312
  small: {
313
- fontSize: '1rem',
314
- padding: '0.75rem 3rem',
313
+ fontSize: '0.75rem',
314
+ padding: '0.25rem 2rem',
315
315
  },
316
316
  medium: {
317
317
  fontSize: '0.875rem',
318
318
  padding: '0.5rem 2.5rem',
319
319
  },
320
320
  large: {
321
- fontSize: '0.75rem',
322
- padding: '0.25rem 2rem',
321
+ fontSize: '1rem',
322
+ padding: '0.75rem 3rem',
323
323
  },
324
324
  },
325
325
  primary: {
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.280",
6
+ "version": "5.0.0-beta.281",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",