@pingux/astro 1.8.1 → 1.9.0-alpha.0

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.
@@ -69,7 +69,6 @@ var defaultHover = {
69
69
  boxShadow: 'standard'
70
70
  };
71
71
  var defaultFocus = {
72
- boxShadow: 'focus',
73
72
  outline: '1px solid',
74
73
  outlineColor: 'active',
75
74
  outlineOffset: '4px'
@@ -482,8 +481,7 @@ var colorField = {
482
481
  outline: 'none'
483
482
  },
484
483
  '&.is-focused': {
485
- borderColor: 'accent.80',
486
- boxShadow: 'focus'
484
+ borderColor: 'accent.80'
487
485
  }
488
486
  };
489
487
 
@@ -49,7 +49,6 @@ var defaultHover = {
49
49
  boxShadow: 'standard'
50
50
  };
51
51
  var defaultFocus = {
52
- boxShadow: 'focus',
53
52
  outline: '1px solid',
54
53
  outlineColor: 'active',
55
54
  outlineOffset: '4px'
@@ -462,8 +461,7 @@ var colorField = {
462
461
  outline: 'none'
463
462
  },
464
463
  '&.is-focused': {
465
- borderColor: 'accent.80',
466
- boxShadow: 'focus'
464
+ borderColor: 'accent.80'
467
465
  }
468
466
  };
469
467
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.8.1",
3
+ "version": "1.9.0-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",