@pingux/astro 1.2.0-alpha.3 → 1.2.0-alpha.4

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.
@@ -320,7 +320,9 @@ var MultivaluesField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
320
320
  height: '100%',
321
321
  m: 5,
322
322
  mr: 10,
323
- py: 2
323
+ ml: 0,
324
+ py: 3,
325
+ pr: 0
324
326
  },
325
327
  textProps: {
326
328
  sx: {
@@ -376,7 +376,7 @@ var chipDeleteButton = {
376
376
  borderRadius: '50%',
377
377
  cursor: 'pointer',
378
378
  height: 14,
379
- ml: 'xs',
379
+ mx: '3px !important',
380
380
  p: 0,
381
381
  width: 14,
382
382
  '&.is-focused, &.is-hovered': {
@@ -278,7 +278,9 @@ var MultivaluesField = /*#__PURE__*/forwardRef(function (props, ref) {
278
278
  height: '100%',
279
279
  m: 5,
280
280
  mr: 10,
281
- py: 2
281
+ ml: 0,
282
+ py: 3,
283
+ pr: 0
282
284
  },
283
285
  textProps: {
284
286
  sx: {
@@ -354,7 +354,7 @@ var chipDeleteButton = {
354
354
  borderRadius: '50%',
355
355
  cursor: 'pointer',
356
356
  height: 14,
357
- ml: 'xs',
357
+ mx: '3px !important',
358
358
  p: 0,
359
359
  width: 14,
360
360
  '&.is-focused, &.is-hovered': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.2.0-alpha.3",
3
+ "version": "1.2.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "uxdev@pingidentity.com",
6
6
  "license": "Apache-2.0",