@pingux/astro 2.13.0-alpha.12 → 2.13.0-alpha.13

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.
@@ -19,7 +19,7 @@ function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (
19
19
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
20
20
  var baseBadge = {
21
21
  cursor: 'default',
22
- p: '3px 5px 4px 5px',
22
+ p: '3px 5px 3px 5px',
23
23
  alignItems: 'center',
24
24
  justifyContent: 'center',
25
25
  minWidth: '50px',
@@ -12,7 +12,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
12
12
  import { focusWithCroppedOutline } from '../Button/Buttons.styles';
13
13
  export var baseBadge = {
14
14
  cursor: 'default',
15
- p: '3px 5px 4px 5px',
15
+ p: '3px 5px 3px 5px',
16
16
  alignItems: 'center',
17
17
  justifyContent: 'center',
18
18
  minWidth: '50px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.13.0-alpha.12",
3
+ "version": "2.13.0-alpha.13",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",