@pingux/astro 1.17.0-alpha.5 → 1.17.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.
@@ -440,8 +440,7 @@ var rocker = _objectSpread(_objectSpread({}, base), {}, {
440
440
  bg: 'accent.95',
441
441
  '&.is-selected': {
442
442
  bg: 'active',
443
- color: 'white',
444
- zIndex: '1'
443
+ color: 'white'
445
444
  },
446
445
  '&.is-focused': _objectSpread({}, defaultFocus)
447
446
  });
@@ -420,8 +420,7 @@ var rocker = _objectSpread(_objectSpread({}, base), {}, {
420
420
  bg: 'accent.95',
421
421
  '&.is-selected': {
422
422
  bg: 'active',
423
- color: 'white',
424
- zIndex: '1'
423
+ color: 'white'
425
424
  },
426
425
  '&.is-focused': _objectSpread({}, defaultFocus)
427
426
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.17.0-alpha.5",
3
+ "version": "1.17.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",