@telefonica/mistica 11.4.0 → 11.4.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.
package/dist/list.js CHANGED
@@ -333,18 +333,12 @@ var Content = function Content(param) {
333
333
  className: (0, _classnames).default(classes.right, _defineProperty({}, classes.disabled, disabled)),
334
334
  children: renderRight(right, centerY)
335
335
  }),
336
- withChevron && /*#__PURE__*/ (0, _jsxRuntime).jsx("div", {
337
- className: (0, _classnames).default(classes.right, _defineProperty({}, classes.disabled, disabled)),
338
- children: /*#__PURE__*/ (0, _jsxRuntime).jsx("div", {
339
- style: {
340
- display: "flex",
341
- alignItems: "center",
342
- height: "100%"
343
- },
344
- children: /*#__PURE__*/ (0, _jsxRuntime).jsx(_iconChevron.default, {
345
- color: isInverse ? colors.inverse : colors.neutralMedium,
346
- direction: "right"
347
- })
336
+ withChevron && /*#__PURE__*/ (0, _jsxRuntime).jsx(_box.default, {
337
+ paddingLeft: 4,
338
+ className: (0, _classnames).default(classes.center, _defineProperty({}, classes.disabled, disabled)),
339
+ children: /*#__PURE__*/ (0, _jsxRuntime).jsx(_iconChevron.default, {
340
+ color: isInverse ? colors.inverse : colors.neutralMedium,
341
+ direction: "right"
348
342
  })
349
343
  })
350
344
  ]
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  exports.PACKAGE_VERSION = void 0;
6
- var PACKAGE_VERSION = "11.4.0";
6
+ var PACKAGE_VERSION = "11.4.1";
7
7
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
package/dist-es/list.js CHANGED
@@ -306,18 +306,12 @@ var Content = function(param) {
306
306
  className: classNames(classes.right, _defineProperty({}, classes.disabled, disabled)),
307
307
  children: renderRight(right, centerY)
308
308
  }),
309
- withChevron && /*#__PURE__*/ _jsx("div", {
310
- className: classNames(classes.right, _defineProperty({}, classes.disabled, disabled)),
311
- children: /*#__PURE__*/ _jsx("div", {
312
- style: {
313
- display: "flex",
314
- alignItems: "center",
315
- height: "100%"
316
- },
317
- children: /*#__PURE__*/ _jsx(IconChevron, {
318
- color: isInverse ? colors.inverse : colors.neutralMedium,
319
- direction: "right"
320
- })
309
+ withChevron && /*#__PURE__*/ _jsx(Box, {
310
+ paddingLeft: 4,
311
+ className: classNames(classes.center, _defineProperty({}, classes.disabled, disabled)),
312
+ children: /*#__PURE__*/ _jsx(IconChevron, {
313
+ color: isInverse ? colors.inverse : colors.neutralMedium,
314
+ direction: "right"
321
315
  })
322
316
  })
323
317
  ]
@@ -1,2 +1,2 @@
1
1
  // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2
- export var PACKAGE_VERSION = "11.4.0";
2
+ export var PACKAGE_VERSION = "11.4.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/mistica",
3
- "version": "11.4.0",
3
+ "version": "11.4.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",