@aws-amplify/ui 6.0.13 → 6.0.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.
@@ -34,7 +34,7 @@ export declare const defaultServices: {
34
34
  required: boolean;
35
35
  }>>;
36
36
  mfa?: {
37
- status?: "on" | "optional" | "off";
37
+ status?: import("@aws-amplify/core/dist/esm/singleton/Auth/types").CognitoUserPoolConfigMfaStatus;
38
38
  totpEnabled?: boolean;
39
39
  smsEnabled?: boolean;
40
40
  };
@@ -107,7 +107,7 @@ export declare const defaultServices: {
107
107
  required: boolean;
108
108
  }>>;
109
109
  mfa?: {
110
- status?: "on" | "optional" | "off";
110
+ status?: import("@aws-amplify/core/dist/esm/singleton/Auth/types").CognitoUserPoolConfigMfaStatus;
111
111
  totpEnabled?: boolean;
112
112
  smsEnabled?: boolean;
113
113
  };
@@ -152,7 +152,7 @@ export declare const defaultServices: {
152
152
  required: boolean;
153
153
  }>>;
154
154
  mfa?: {
155
- status?: "on" | "optional" | "off";
155
+ status?: import("@aws-amplify/core/dist/esm/singleton/Auth/types").CognitoUserPoolConfigMfaStatus;
156
156
  totpEnabled?: boolean;
157
157
  smsEnabled?: boolean;
158
158
  };
@@ -183,7 +183,7 @@ export declare const defaultServices: {
183
183
  required: boolean;
184
184
  }>>;
185
185
  mfa?: {
186
- status?: "on" | "optional" | "off";
186
+ status?: import("@aws-amplify/core/dist/esm/singleton/Auth/types").CognitoUserPoolConfigMfaStatus;
187
187
  totpEnabled?: boolean;
188
188
  smsEnabled?: boolean;
189
189
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "6.0.13",
3
+ "version": "6.0.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -50,7 +50,7 @@
50
50
  "tslib": "^2.5.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "aws-amplify": "^6.0.26",
53
+ "aws-amplify": "^6.2.0",
54
54
  "xstate": "^4.33.6"
55
55
  },
56
56
  "peerDependenciesMeta": {