@trafilea/afrodita-components 5.0.0-beta.124 → 5.0.0-beta.125

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.
package/build/index.d.ts CHANGED
@@ -1519,6 +1519,7 @@ declare type ThemeComponent = {
1519
1519
  options: {
1520
1520
  borderColor: string;
1521
1521
  color: string;
1522
+ borderRadius: string;
1522
1523
  };
1523
1524
  };
1524
1525
  modal: {
@@ -4415,7 +4415,7 @@ var DropdownOptions = newStyled(BaseSelect$1.Options)(function (_a) {
4415
4415
  alignItems: 'flex-start',
4416
4416
  border: "0.063rem solid ".concat(theme.component.dropdown.options.borderColor),
4417
4417
  boxSizing: 'border-box',
4418
- borderRadius: theme.component.dropdown.borderRadius,
4418
+ borderRadius: theme.component.dropdown.options.borderRadius,
4419
4419
  background: theme.colors.shades.white.color,
4420
4420
  padding: 0,
4421
4421
  marginTop: '0.125rem',
package/build/index.js CHANGED
@@ -4441,7 +4441,7 @@ var DropdownOptions = newStyled(BaseSelect$1.Options)(function (_a) {
4441
4441
  alignItems: 'flex-start',
4442
4442
  border: "0.063rem solid ".concat(theme.component.dropdown.options.borderColor),
4443
4443
  boxSizing: 'border-box',
4444
- borderRadius: theme.component.dropdown.borderRadius,
4444
+ borderRadius: theme.component.dropdown.options.borderRadius,
4445
4445
  background: theme.colors.shades.white.color,
4446
4446
  padding: 0,
4447
4447
  marginTop: '0.125rem',
@@ -374,6 +374,7 @@ declare type ThemeComponent = {
374
374
  options: {
375
375
  borderColor: string;
376
376
  color: string;
377
+ borderRadius: string;
377
378
  };
378
379
  };
379
380
  modal: {
@@ -198,16 +198,16 @@ var revel = {
198
198
  fontWeight: 700,
199
199
  size: {
200
200
  small: {
201
- fontSize: '1rem',
202
- padding: '0.75rem 3rem',
201
+ fontSize: '0.75rem',
202
+ padding: '0.25rem 2rem',
203
203
  },
204
204
  medium: {
205
205
  fontSize: '0.875rem',
206
206
  padding: '0.5rem 2.5rem',
207
207
  },
208
208
  large: {
209
- fontSize: '0.75rem',
210
- padding: '0.25rem 2rem',
209
+ fontSize: '1rem',
210
+ padding: '0.75rem 3rem',
211
211
  },
212
212
  },
213
213
  primary: {
@@ -235,7 +235,7 @@ var revel = {
235
235
  background: '--colors-shades-white-color',
236
236
  color: '--colors-shades-700-color',
237
237
  placeholderColor: '--colors-shades-250-color',
238
- borderRadius: '40px',
238
+ borderRadius: '2.5rem',
239
239
  fontSize: '1rem',
240
240
  fontWeight: 400,
241
241
  padding: '0.75rem 1rem',
@@ -332,7 +332,7 @@ var revel = {
332
332
  },
333
333
  },
334
334
  card: {
335
- borderRadius: '0.5rem',
335
+ borderRadius: '1.25rem',
336
336
  },
337
337
  radio: {
338
338
  borderColor: '--colors-shades-700-color',
@@ -468,7 +468,7 @@ var revel = {
468
468
  },
469
469
  },
470
470
  dropdown: {
471
- borderRadius: '0.5rem',
471
+ borderRadius: '2.5rem',
472
472
  fontSize: '0.875rem',
473
473
  fontWeight: 600,
474
474
  lineHeight: '1.125rem',
@@ -478,6 +478,7 @@ var revel = {
478
478
  options: {
479
479
  borderColor: '--colors-shades-700-color',
480
480
  color: '--colors-shades-700-color',
481
+ borderRadius: '0.5rem',
481
482
  },
482
483
  },
483
484
  modal: {
@@ -374,6 +374,7 @@ declare type ThemeComponent = {
374
374
  options: {
375
375
  borderColor: string;
376
376
  color: string;
377
+ borderRadius: string;
377
378
  };
378
379
  };
379
380
  modal: {
@@ -478,6 +478,7 @@ var shapermint = {
478
478
  options: {
479
479
  borderColor: '--colors-shades-700-color',
480
480
  color: '--colors-shades-700-color',
481
+ borderRadius: '0.5rem',
481
482
  },
482
483
  },
483
484
  modal: {
@@ -374,6 +374,7 @@ declare type ThemeComponent = {
374
374
  options: {
375
375
  borderColor: string;
376
376
  color: string;
377
+ borderRadius: string;
377
378
  };
378
379
  };
379
380
  modal: {
@@ -551,6 +551,7 @@ var truekind = {
551
551
  options: {
552
552
  borderColor: '#8BBEEA',
553
553
  color: '#292929',
554
+ borderRadius: '0.5rem',
554
555
  },
555
556
  },
556
557
  modal: {
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.124",
6
+ "version": "5.0.0-beta.125",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",