@aws-amplify/ui 5.6.5 → 5.6.6

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.
@@ -2,6 +2,7 @@ import { PartialDeep } from '../types';
2
2
  import { DefaultTokens, Tokens, WebTokens } from './tokens';
3
3
  import { Breakpoints } from './breakpoints';
4
4
  export * from './tokens/types/designToken';
5
+ export type { BorderWidths } from './tokens/borderWidths';
5
6
  export type { FontSizes } from './tokens/fontSizes';
6
7
  export type { FontWeights } from './tokens/fontWeights';
7
8
  export type { LineHeights } from './tokens/lineHeights';
@@ -28,6 +28,9 @@ export interface AuthContext {
28
28
  socialProviders?: SocialProvider[];
29
29
  formFields?: AuthFormFields;
30
30
  initialState?: 'signIn' | 'signUp' | 'resetPassword';
31
+ /**
32
+ * @deprecated The `passwordSettings` property has been deprecated and will be removed in a future major version of Amplify UI.
33
+ */
31
34
  passwordSettings?: PasswordSettings;
32
35
  };
33
36
  services?: Partial<typeof defaultServices>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "5.6.5",
3
+ "version": "5.6.6",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {