@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 CHANGED
@@ -1244,6 +1244,8 @@ declare type ThemeComponent = {
1244
1244
  fontWeight: number;
1245
1245
  lineHeight: string;
1246
1246
  letterSpacing: string;
1247
+ minWidth: string;
1248
+ minHeight: string;
1247
1249
  size: {
1248
1250
  small: {
1249
1251
  fontSize: string;
@@ -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,