@lideralia/alife-uikit 1.3.5 → 1.3.6
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.
|
@@ -225,8 +225,7 @@ CardGone.Body = props => {
|
|
|
225
225
|
borderTopStyle: "solid",
|
|
226
226
|
borderTopWidth: "1px",
|
|
227
227
|
borderTopColor: "yellow",
|
|
228
|
-
|
|
229
|
-
paddingX: 3
|
|
228
|
+
padding: 3
|
|
230
229
|
}, description && _react.default.createElement(_Typography.Text, {
|
|
231
230
|
sizeText: "display16"
|
|
232
231
|
}, description), rememberBy && _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_Typography.Text, {
|
|
@@ -236,8 +235,8 @@ CardGone.Body = props => {
|
|
|
236
235
|
}, rememberByLabel || _react.default.createElement(_PlaceholderLoad.PlaceholderLoad, {
|
|
237
236
|
height: "22px"
|
|
238
237
|
})), _react.default.createElement(_Typography.TextWithLink, null, rememberBy))), ceremonyAction ? _react.default.createElement(_Layout.Box, {
|
|
239
|
-
|
|
240
|
-
paddingBottom: isAdmin
|
|
238
|
+
paddingX: 3,
|
|
239
|
+
paddingBottom: isAdmin ? 2 : 3
|
|
241
240
|
}, _react.default.createElement(_Button.Button, {
|
|
242
241
|
sizeButton: isAdmin ? 'medium' : 'big',
|
|
243
242
|
fullWidth: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lideralia/alife-uikit",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
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": {
|