@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 +6 -12
- package/dist/package-version.js +1 -1
- package/dist-es/list.js +6 -12
- package/dist-es/package-version.js +1 -1
- package/package.json +1 -1
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(
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
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
|
]
|
package/dist/package-version.js
CHANGED
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(
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
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.
|
|
2
|
+
export var PACKAGE_VERSION = "11.4.1";
|