@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 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.2",
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.2",
19
- "@webiny/app-admin": "5.37.2",
20
- "@webiny/app-cognito-authenticator": "5.37.2",
21
- "@webiny/app-security": "5.37.2",
22
- "@webiny/form": "5.37.2",
23
- "@webiny/plugins": "5.37.2",
24
- "@webiny/ui": "5.37.2",
25
- "@webiny/validation": "5.37.2",
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.2",
41
- "@webiny/project-utils": "5.37.2",
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": "e69288bf5e710060b14497aae8317034c6cb4bcc"
61
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
62
62
  }
package/types.js CHANGED
@@ -1 +1,3 @@
1
- "use strict";
1
+ "use strict";
2
+
3
+ //# sourceMappingURL=types.js.map
@@ -115,4 +115,6 @@ var ForgotPassword = function ForgotPassword() {
115
115
  }));
116
116
  };
117
117
  var _default = ForgotPassword;
118
- exports.default = _default;
118
+ exports.default = _default;
119
+
120
+ //# sourceMappingURL=ForgotPassword.js.map
@@ -13,4 +13,6 @@ var LoggingIn = function LoggingIn() {
13
13
  });
14
14
  };
15
15
  var _default = LoggingIn;
16
- exports.default = _default;
16
+ exports.default = _default;
17
+
18
+ //# sourceMappingURL=LoggingIn.js.map
@@ -79,4 +79,6 @@ var RequireNewPassword = function RequireNewPassword() {
79
79
  }));
80
80
  };
81
81
  var _default = RequireNewPassword;
82
- exports.default = _default;
82
+ exports.default = _default;
83
+
84
+ //# sourceMappingURL=RequireNewPassword.js.map
@@ -109,4 +109,6 @@ var SetNewPassword = function SetNewPassword() {
109
109
  }));
110
110
  };
111
111
  var _default = SetNewPassword;
112
- exports.default = _default;
112
+ exports.default = _default;
113
+
114
+ //# sourceMappingURL=SetNewPassword.js.map
package/views/SignIn.js CHANGED
@@ -97,4 +97,6 @@ var SignIn = function SignIn() {
97
97
  }));
98
98
  };
99
99
  var _default = SignIn;
100
- exports.default = _default;
100
+ exports.default = _default;
101
+
102
+ //# sourceMappingURL=SignIn.js.map
package/views/SignedIn.js CHANGED
@@ -12,4 +12,6 @@ var SignedIn = function SignedIn(_ref) {
12
12
  return shouldRender ? children : null;
13
13
  };
14
14
  var _default = SignedIn;
15
- exports.default = _default;
15
+ exports.default = _default;
16
+
17
+ //# sourceMappingURL=SignedIn.js.map
@@ -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