@trafilea/afrodita-components 5.0.0-beta.162 → 5.0.0-beta.163
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 +2 -0
- package/build/index.esm.js +2 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -0
- 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
package/build/index.js
CHANGED
|
@@ -4304,6 +4304,8 @@ var ButtonPrimary = function (_a) {
|
|
|
4304
4304
|
fontFamily: 'inherit',
|
|
4305
4305
|
lineHeight: theme.component.button.lineHeight,
|
|
4306
4306
|
letterSpacing: theme.component.button.letterSpacing,
|
|
4307
|
+
minWidth: theme.component.button.minWidth,
|
|
4308
|
+
minHeight: theme.component.button.minHeight,
|
|
4307
4309
|
'&:hover': {
|
|
4308
4310
|
backgroundColor: theme.component.button.primary.hover.backgroundColor,
|
|
4309
4311
|
color: theme.component.button.primary.hover.color,
|