@webiny/app-admin-cognito 5.37.2 → 5.37.3-beta.1
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.
- package/index.js +3 -1
- package/package.json +12 -12
- package/types.js +3 -1
- package/views/ForgotPassword.js +3 -1
- package/views/LoggingIn.js +3 -1
- package/views/RequireNewPassword.js +3 -1
- package/views/SetNewPassword.js +3 -1
- package/views/SignIn.js +3 -1
- package/views/SignedIn.js +3 -1
- package/views/StateContainer.js +3 -1
- package/views/StyledComponents.js +3 -1
package/index.js
CHANGED
|
@@ -166,4 +166,6 @@ var createAuthentication = function createAuthentication(_ref3) {
|
|
|
166
166
|
};
|
|
167
167
|
return Authentication;
|
|
168
168
|
};
|
|
169
|
-
exports.createAuthentication = createAuthentication;
|
|
169
|
+
exports.createAuthentication = createAuthentication;
|
|
170
|
+
|
|
171
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-admin-cognito",
|
|
3
|
-
"version": "5.37.
|
|
3
|
+
"version": "5.37.3-beta.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"@apollo/react-hooks": "3.1.5",
|
|
16
16
|
"@aws-amplify/auth": "5.1.9",
|
|
17
17
|
"@emotion/styled": "11.10.6",
|
|
18
|
-
"@webiny/app": "5.37.
|
|
19
|
-
"@webiny/app-admin": "5.37.
|
|
20
|
-
"@webiny/app-cognito-authenticator": "5.37.
|
|
21
|
-
"@webiny/app-security": "5.37.
|
|
22
|
-
"@webiny/form": "5.37.
|
|
23
|
-
"@webiny/plugins": "5.37.
|
|
24
|
-
"@webiny/ui": "5.37.
|
|
25
|
-
"@webiny/validation": "5.37.
|
|
18
|
+
"@webiny/app": "5.37.3-beta.1",
|
|
19
|
+
"@webiny/app-admin": "5.37.3-beta.1",
|
|
20
|
+
"@webiny/app-cognito-authenticator": "5.37.3-beta.1",
|
|
21
|
+
"@webiny/app-security": "5.37.3-beta.1",
|
|
22
|
+
"@webiny/form": "5.37.3-beta.1",
|
|
23
|
+
"@webiny/plugins": "5.37.3-beta.1",
|
|
24
|
+
"@webiny/ui": "5.37.3-beta.1",
|
|
25
|
+
"@webiny/validation": "5.37.3-beta.1",
|
|
26
26
|
"apollo-client": "2.6.10",
|
|
27
27
|
"apollo-link-context": "1.0.20",
|
|
28
28
|
"emotion": "10.0.27",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@babel/preset-env": "7.22.7",
|
|
38
38
|
"@babel/preset-react": "7.22.5",
|
|
39
39
|
"@babel/preset-typescript": "7.22.5",
|
|
40
|
-
"@webiny/cli": "5.37.
|
|
41
|
-
"@webiny/project-utils": "5.37.
|
|
40
|
+
"@webiny/cli": "5.37.3-beta.1",
|
|
41
|
+
"@webiny/project-utils": "5.37.3-beta.1",
|
|
42
42
|
"rimraf": "3.0.2",
|
|
43
43
|
"ttypescript": "1.5.15",
|
|
44
44
|
"typescript": "4.7.4"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
]
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
|
|
62
62
|
}
|
package/types.js
CHANGED
package/views/ForgotPassword.js
CHANGED
package/views/LoggingIn.js
CHANGED
package/views/SetNewPassword.js
CHANGED
package/views/SignIn.js
CHANGED
package/views/SignedIn.js
CHANGED
package/views/StateContainer.js
CHANGED
|
@@ -13,4 +13,6 @@ var StateContainer = function StateContainer(_ref) {
|
|
|
13
13
|
return /*#__PURE__*/React.createElement(_StyledComponents.Wrapper, null, /*#__PURE__*/React.createElement(_StyledComponents.LogoWrapper, null, /*#__PURE__*/React.createElement(_appAdmin.Logo, null)), /*#__PURE__*/React.createElement(_StyledComponents.LoginContent, null, children));
|
|
14
14
|
};
|
|
15
15
|
var _default = StateContainer;
|
|
16
|
-
exports.default = _default;
|
|
16
|
+
exports.default = _default;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=StateContainer.js.map
|
|
@@ -86,4 +86,6 @@ exports.alignCenter = alignCenter;
|
|
|
86
86
|
var errorMessage = /*#__PURE__*/(0, _emotion.css)({
|
|
87
87
|
color: "red"
|
|
88
88
|
}, "label:errorMessage;");
|
|
89
|
-
exports.errorMessage = errorMessage;
|
|
89
|
+
exports.errorMessage = errorMessage;
|
|
90
|
+
|
|
91
|
+
//# sourceMappingURL=StyledComponents.js.map
|