@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.
- package/build/index.css +1 -1
- package/build/index.d.ts +2 -0
- package/build/index.esm.css +1 -1
- package/build/index.esm.js +38 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +38 -1
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +2 -0
- package/build/theme/revel.theme.js +6 -4
- package/build/theme/shapermint.theme.d.ts +2 -0
- package/build/theme/shapermint.theme.js +2 -0
- package/build/theme/truekind.theme.d.ts +2 -0
- package/build/theme/truekind.theme.js +2 -0
- package/package.json +1 -1
|
@@ -221,21 +221,23 @@ var revel = {
|
|
|
221
221
|
button: {
|
|
222
222
|
border: 'none',
|
|
223
223
|
borderRadius: '1.5rem',
|
|
224
|
-
fontWeight:
|
|
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
|
|
232
|
+
padding: '0.25rem 1rem',
|
|
231
233
|
},
|
|
232
234
|
medium: {
|
|
233
235
|
fontSize: '0.875rem',
|
|
234
|
-
padding: '0.5rem
|
|
236
|
+
padding: '0.5rem 1.5rem',
|
|
235
237
|
},
|
|
236
238
|
large: {
|
|
237
239
|
fontSize: '1rem',
|
|
238
|
-
padding: '0.75rem
|
|
240
|
+
padding: '0.75rem 2rem',
|
|
239
241
|
},
|
|
240
242
|
},
|
|
241
243
|
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.
|
|
6
|
+
"version": "5.0.0-beta.164",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|