@lideralia/alife-uikit 1.2.28 → 1.2.30
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.
|
@@ -119,7 +119,8 @@ var CarouselScrollFlowers = function CarouselScrollFlowers(_ref) {
|
|
|
119
119
|
color: customColorText,
|
|
120
120
|
action: function action() {
|
|
121
121
|
return onSubmit(element);
|
|
122
|
-
}
|
|
122
|
+
},
|
|
123
|
+
className: "buttonFlower"
|
|
123
124
|
}, selected === element.uuid ? selectedText : selectText)));
|
|
124
125
|
})));
|
|
125
126
|
};
|
|
@@ -170,6 +170,7 @@ var Header = function Header(_ref, props) {
|
|
|
170
170
|
color: customTextColor || 'black60',
|
|
171
171
|
marginX: 1
|
|
172
172
|
}, ' ', "|", ' '), _react.default.createElement(_Typography.Text, {
|
|
173
|
+
id: "help",
|
|
173
174
|
sizeText: "display14",
|
|
174
175
|
fontWeight: "bold",
|
|
175
176
|
color: customTextColor || 'black84',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lideralia/alife-uikit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
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": {
|