@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
  };
@@ -60,6 +60,7 @@ var Stars = function Stars(_ref) {
60
60
  5: 1
61
61
  };
62
62
  return _react.default.createElement(LabelBoxStar, {
63
+ id: "star-".concat(el + 1),
63
64
  key: el,
64
65
  as: "label",
65
66
  htmlFor: "stars",
@@ -81,7 +81,8 @@ CardNPS.Body = function (_ref2) {
81
81
  sizeText: "display14",
82
82
  marginRight: 1,
83
83
  marginBottom: 1,
84
- boxShadow: "none"
84
+ boxShadow: "none",
85
+ id: "nps-".concat(el)
85
86
  }, el);
86
87
  }));
87
88
  };
@@ -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.28",
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": {