@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.d.ts
CHANGED
package/build/index.esm.js
CHANGED
|
@@ -4278,6 +4278,8 @@ var ButtonPrimary = function (_a) {
|
|
|
4278
4278
|
fontFamily: 'inherit',
|
|
4279
4279
|
lineHeight: theme.component.button.lineHeight,
|
|
4280
4280
|
letterSpacing: theme.component.button.letterSpacing,
|
|
4281
|
+
minWidth: theme.component.button.minWidth,
|
|
4282
|
+
minHeight: theme.component.button.minHeight,
|
|
4281
4283
|
'&:hover': {
|
|
4282
4284
|
backgroundColor: theme.component.button.primary.hover.backgroundColor,
|
|
4283
4285
|
color: theme.component.button.primary.hover.color,
|