@lideralia/alife-uikit 1.2.42 → 1.2.43
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.
|
@@ -121,7 +121,8 @@ var CardAudio = function CardAudio(_ref) {
|
|
|
121
121
|
}, _react.default.createElement(_Layout.Flex, {
|
|
122
122
|
alignItems: "center",
|
|
123
123
|
style: {
|
|
124
|
-
cursor: 'pointer'
|
|
124
|
+
cursor: 'pointer',
|
|
125
|
+
minWidth: '58.5px'
|
|
125
126
|
}
|
|
126
127
|
}, _react.default.createElement(_Icon.Icon, {
|
|
127
128
|
sizeIcon: "display24",
|
|
@@ -156,7 +157,8 @@ var CardAudio = function CardAudio(_ref) {
|
|
|
156
157
|
sizeIcon: "display24",
|
|
157
158
|
color: "transparent",
|
|
158
159
|
style: {
|
|
159
|
-
|
|
160
|
+
minWidth: '58.5px',
|
|
161
|
+
width: '58.5px',
|
|
160
162
|
display: 'flex',
|
|
161
163
|
justifyContent: 'flex-end'
|
|
162
164
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lideralia/alife-uikit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.43",
|
|
4
4
|
"description": "Librería y documentación de componentes, basada en el Design System de Alife.",
|
|
5
5
|
"homepage": "https://github.com/lideralia/alife-frontend-components#readme",
|
|
6
6
|
"bugs": {
|