@trafilea/afrodita-components 5.0.0-beta.162 → 5.0.0-beta.164

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.
@@ -95,6 +95,8 @@ declare type ThemeComponent = {
95
95
  fontWeight: number;
96
96
  lineHeight: string;
97
97
  letterSpacing: string;
98
+ minWidth: string;
99
+ minHeight: string;
98
100
  size: {
99
101
  small: {
100
102
  fontSize: string;
@@ -221,21 +221,23 @@ var revel = {
221
221
  button: {
222
222
  border: 'none',
223
223
  borderRadius: '1.5rem',
224
- fontWeight: 500,
224
+ fontWeight: 700,
225
225
  lineHeight: '20px',
226
226
  letterSpacing: '0.2em',
227
+ minWidth: '300px',
228
+ minHeight: '48px',
227
229
  size: {
228
230
  small: {
229
231
  fontSize: '0.75rem',
230
- padding: '0.25rem 2rem',
232
+ padding: '0.25rem 1rem',
231
233
  },
232
234
  medium: {
233
235
  fontSize: '0.875rem',
234
- padding: '0.5rem 2.5rem',
236
+ padding: '0.5rem 1.5rem',
235
237
  },
236
238
  large: {
237
239
  fontSize: '1rem',
238
- padding: '0.75rem 3rem',
240
+ padding: '0.75rem 2rem',
239
241
  },
240
242
  },
241
243
  primary: {
@@ -95,6 +95,8 @@ declare type ThemeComponent = {
95
95
  fontWeight: number;
96
96
  lineHeight: string;
97
97
  letterSpacing: string;
98
+ minWidth: string;
99
+ minHeight: string;
98
100
  size: {
99
101
  small: {
100
102
  fontSize: string;
@@ -224,6 +224,8 @@ var shapermint = {
224
224
  fontWeight: 600,
225
225
  lineHeight: 'normal',
226
226
  letterSpacing: 'normal',
227
+ minWidth: 'unset',
228
+ minHeight: 'unset',
227
229
  size: {
228
230
  small: {
229
231
  fontSize: '0.75rem',
@@ -95,6 +95,8 @@ declare type ThemeComponent = {
95
95
  fontWeight: number;
96
96
  lineHeight: string;
97
97
  letterSpacing: string;
98
+ minWidth: string;
99
+ minHeight: string;
98
100
  size: {
99
101
  small: {
100
102
  fontSize: string;
@@ -297,6 +297,8 @@ var truekind = {
297
297
  fontWeight: 700,
298
298
  lineHeight: 'normal',
299
299
  letterSpacing: 'normal',
300
+ minWidth: 'unset',
301
+ minHeight: 'unset',
300
302
  size: {
301
303
  small: {
302
304
  fontSize: '1rem',
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.162",
6
+ "version": "5.0.0-beta.164",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",