@pingux/astro 1.11.1-alpha.0 → 1.11.1-alpha.1

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.
@@ -390,12 +390,11 @@ var text = _objectSpread(_objectSpread({}, base), {}, {
390
390
  color: 'active',
391
391
  height: 'auto',
392
392
  padding: '0',
393
+ lineHeight: 'unset',
393
394
  '&.is-hovered': {
394
395
  textDecoration: 'underline'
395
396
  },
396
- '&.is-focused': {
397
- textDecoration: 'underline'
398
- }
397
+ '&.is-focused': _objectSpread({}, defaultFocus)
399
398
  });
400
399
 
401
400
  var quiet = {
@@ -496,6 +495,7 @@ var imageUpload = _objectSpread(_objectSpread({}, base), {}, {
496
495
  });
497
496
 
498
497
  var link = _objectSpread(_objectSpread({}, text), {}, {
498
+ lineHeight: 'unset',
499
499
  textDecoration: 'none',
500
500
  display: 'flex',
501
501
  justifyContent: 'space-between',
@@ -370,12 +370,11 @@ var text = _objectSpread(_objectSpread({}, base), {}, {
370
370
  color: 'active',
371
371
  height: 'auto',
372
372
  padding: '0',
373
+ lineHeight: 'unset',
373
374
  '&.is-hovered': {
374
375
  textDecoration: 'underline'
375
376
  },
376
- '&.is-focused': {
377
- textDecoration: 'underline'
378
- }
377
+ '&.is-focused': _objectSpread({}, defaultFocus)
379
378
  });
380
379
 
381
380
  var quiet = {
@@ -476,6 +475,7 @@ var imageUpload = _objectSpread(_objectSpread({}, base), {}, {
476
475
  });
477
476
 
478
477
  var link = _objectSpread(_objectSpread({}, text), {}, {
478
+ lineHeight: 'unset',
479
479
  textDecoration: 'none',
480
480
  display: 'flex',
481
481
  justifyContent: 'space-between',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.11.1-alpha.0",
3
+ "version": "1.11.1-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",