@trafilea/afrodita-components 5.0.0-beta.123 → 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 +2 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +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
|
@@ -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",
|