@lideralia/alife-uikit 1.2.13 → 1.2.14

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.
@@ -37,7 +37,8 @@ var ModalLegal = function ModalLegal(_ref) {
37
37
  errorMessage = _ref.errorMessage,
38
38
  onSubmit = _ref.onSubmit,
39
39
  customColor = _ref.customColor,
40
- customTextColor = _ref.customTextColor;
40
+ customTextColor = _ref.customTextColor,
41
+ disabled = _ref.disabled;
41
42
  return _react.default.createElement(_Modal.Modal, {
42
43
  width: "339px",
43
44
  id: id,
@@ -100,7 +101,8 @@ var ModalLegal = function ModalLegal(_ref) {
100
101
  return onSubmit();
101
102
  },
102
103
  marginTop: 3,
103
- width: "100%"
104
+ width: "100%",
105
+ disabled: disabled
104
106
  }, labelAction))));
105
107
  };
106
108
 
@@ -112,5 +114,6 @@ ModalLegal.defaultProps = {
112
114
  customTextColor: '',
113
115
  onModalClose: function onModalClose() {},
114
116
  onModalBack: function onModalBack() {},
115
- backWithButton: false
117
+ backWithButton: false,
118
+ disabled: false
116
119
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lideralia/alife-uikit",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
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": {