@pingux/astro 2.4.2-alpha.0 → 2.4.2-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.
@@ -207,7 +207,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.fieldControlWra
207
207
  outline: 'none'
208
208
  }
209
209
  },
210
- '&.is-focused': _objectSpread({}, defaultFocus)
210
+ '&.is-focused': _objectSpread({}, defaultFocus),
211
+ '&.is-error': {
212
+ borderColor: 'critical.dark'
213
+ }
211
214
  }, (0, _defineProperty2["default"])(_objectSpread2, "&.is-".concat(_statuses["default"].ERROR, "::after"), {
212
215
  bg: 'critical.bright'
213
216
  }), (0, _defineProperty2["default"])(_objectSpread2, "&.is-".concat(_statuses["default"].SUCCESS, "::after"), {
@@ -199,7 +199,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.fieldControlWra
199
199
  outline: 'none'
200
200
  }
201
201
  },
202
- '&.is-focused': _objectSpread({}, defaultFocus)
202
+ '&.is-focused': _objectSpread({}, defaultFocus),
203
+ '&.is-error': {
204
+ borderColor: 'critical.dark'
205
+ }
203
206
  }, _defineProperty(_objectSpread2, "&.is-".concat(statuses.ERROR, "::after"), {
204
207
  bg: 'critical.bright'
205
208
  }), _defineProperty(_objectSpread2, "&.is-".concat(statuses.SUCCESS, "::after"), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.4.2-alpha.0",
3
+ "version": "2.4.2-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",