@lideralia/alife-uikit 1.2.18 → 1.2.20
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.
|
@@ -61,7 +61,7 @@ var ModalLoginPassCode = function ModalLoginPassCode(_ref) {
|
|
|
61
61
|
tokenCaptcha = _ref.tokenCaptcha,
|
|
62
62
|
onModalClose = _ref.onModalClose,
|
|
63
63
|
onModalBack = _ref.onModalBack;
|
|
64
|
-
var seconds =
|
|
64
|
+
var seconds = 60;
|
|
65
65
|
var pass1Ref = (0, _react.useRef)(null);
|
|
66
66
|
var pass2Ref = (0, _react.useRef)(null);
|
|
67
67
|
var pass3Ref = (0, _react.useRef)(null);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lideralia/alife-uikit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.20",
|
|
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": {
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"jest-image-snapshot": "^4.3.0",
|
|
87
87
|
"prop-types": "^15.7.2",
|
|
88
88
|
"react": "^17.0.1",
|
|
89
|
+
"react-canvas-draw": "^1.1.1",
|
|
89
90
|
"react-color": "^2.19.3",
|
|
90
91
|
"react-dom": "^17.0.1",
|
|
91
92
|
"react-google-recaptcha": "^2.1.0",
|
|
@@ -136,6 +137,7 @@
|
|
|
136
137
|
"canvas2svg": "^1.0.16",
|
|
137
138
|
"hls.js": "^1.0.2",
|
|
138
139
|
"react": "^17.0.1",
|
|
140
|
+
"react-canvas-draw": "^1.1.1",
|
|
139
141
|
"react-color": "^2.19.3",
|
|
140
142
|
"react-dom": "^17.0.1",
|
|
141
143
|
"react-select": "^4.1.0"
|