@trafilea/afrodita-components 5.0.0-beta.156 → 5.0.0-beta.157

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
@@ -1242,6 +1242,8 @@ declare type ThemeComponent = {
1242
1242
  border: string;
1243
1243
  borderRadius: string;
1244
1244
  fontWeight: number;
1245
+ lineHeight: string;
1246
+ letterSpacing: string;
1245
1247
  size: {
1246
1248
  small: {
1247
1249
  fontSize: string;
@@ -4276,6 +4276,8 @@ var ButtonPrimary = function (_a) {
4276
4276
  color: theme.component.button.primary.active.color,
4277
4277
  border: theme.component.button.border,
4278
4278
  fontFamily: 'inherit',
4279
+ lineHeight: theme.component.button.lineHeight,
4280
+ letterSpacing: theme.component.button.letterSpacing,
4279
4281
  '&:hover': {
4280
4282
  backgroundColor: theme.component.button.primary.hover.backgroundColor,
4281
4283
  color: theme.component.button.primary.hover.color,