@pingux/astro 1.39.0-alpha.0 → 1.39.0-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.
@@ -445,9 +445,12 @@ var chipDeleteStandard = {
445
445
  };
446
446
 
447
447
  var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
448
- '&.is-focused, &.is-hovered': _objectSpread({
448
+ '&.is-focused': _objectSpread({
449
449
  bg: 'accent.40'
450
450
  }, focusWithCroppedOutline),
451
+ '&.is-hovered': {
452
+ bg: 'accent.40'
453
+ },
451
454
  '&.is-pressed': {
452
455
  bg: 'accent.20',
453
456
  borderColor: 'accent.20'
@@ -423,9 +423,12 @@ var chipDeleteStandard = {
423
423
  };
424
424
 
425
425
  var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
426
- '&.is-focused, &.is-hovered': _objectSpread({
426
+ '&.is-focused': _objectSpread({
427
427
  bg: 'accent.40'
428
428
  }, focusWithCroppedOutline),
429
+ '&.is-hovered': {
430
+ bg: 'accent.40'
431
+ },
429
432
  '&.is-pressed': {
430
433
  bg: 'accent.20',
431
434
  borderColor: 'accent.20'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.39.0-alpha.0",
3
+ "version": "1.39.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",