@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 +1 -0
- package/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/build/theme/revel.theme.d.ts +1 -0
- package/build/theme/revel.theme.js +8 -7
- package/build/theme/shapermint.theme.d.ts +1 -0
- package/build/theme/shapermint.theme.js +1 -0
- package/build/theme/truekind.theme.d.ts +1 -0
- package/build/theme/truekind.theme.js +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
package/build/index.esm.js
CHANGED
|
@@ -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',
|
|
@@ -198,16 +198,16 @@ var revel = {
|
|
|
198
198
|
fontWeight: 700,
|
|
199
199
|
size: {
|
|
200
200
|
small: {
|
|
201
|
-
fontSize: '
|
|
202
|
-
padding: '0.
|
|
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: '
|
|
210
|
-
padding: '0.
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: {
|
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.
|
|
6
|
+
"version": "5.0.0-beta.125",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|