@aws-amplify/ui-angular 3.2.14 → 3.2.15

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.
Files changed (38) hide show
  1. package/bundles/aws-amplify-ui-angular.umd.js +154 -96
  2. package/bundles/aws-amplify-ui-angular.umd.js.map +1 -1
  3. package/esm2015/lib/components/authenticator/authenticator.module.js +4 -4
  4. package/esm2015/lib/components/authenticator/components/authenticator/authenticator.component.js +3 -3
  5. package/esm2015/lib/components/authenticator/components/base-form-fields/base-form-fields.component.js +3 -3
  6. package/esm2015/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.js +3 -3
  7. package/esm2015/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.js +3 -3
  8. package/esm2015/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.js +3 -3
  9. package/esm2015/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.js +3 -3
  10. package/esm2015/lib/components/authenticator/components/federated-sign-in/federated-sign-in.component.js +3 -3
  11. package/esm2015/lib/components/authenticator/components/federated-sign-in-button/federated-sign-in-button.component.js +3 -3
  12. package/esm2015/lib/components/authenticator/components/force-new-password/force-new-password-form-fields/force-new-password-form-fields.component.js +3 -3
  13. package/esm2015/lib/components/authenticator/components/force-new-password/force-new-password.component.js +3 -3
  14. package/esm2015/lib/components/authenticator/components/form-field/form-field.component.js +3 -3
  15. package/esm2015/lib/components/authenticator/components/reset-password/reset-password.component.js +3 -3
  16. package/esm2015/lib/components/authenticator/components/setup-totp/setup-totp.component.js +3 -3
  17. package/esm2015/lib/components/authenticator/components/sign-in/sign-in.component.js +3 -3
  18. package/esm2015/lib/components/authenticator/components/sign-up/sign-up-form-fields/sign-up-form-fields.component.js +3 -3
  19. package/esm2015/lib/components/authenticator/components/sign-up/sign-up.component.js +3 -3
  20. package/esm2015/lib/components/authenticator/components/verify-user/verify-user.component.js +3 -3
  21. package/esm2015/lib/primitives/button/button.component.js +3 -3
  22. package/esm2015/lib/primitives/checkbox/checkbox.component.js +3 -3
  23. package/esm2015/lib/primitives/error/error.component.js +3 -3
  24. package/esm2015/lib/primitives/password-field/password-field.component.js +3 -3
  25. package/esm2015/lib/primitives/phone-number-field/phone-number-field.component.js +3 -3
  26. package/esm2015/lib/primitives/select/select.component.js +3 -3
  27. package/esm2015/lib/primitives/tab-item/tab-item.component.js +3 -3
  28. package/esm2015/lib/primitives/tabs/tabs.component.js +3 -3
  29. package/esm2015/lib/primitives/text-field/text-field.component.js +3 -3
  30. package/esm2015/lib/services/authenticator.service.js +3 -3
  31. package/esm2015/lib/services/custom-components.service.js +3 -3
  32. package/esm2015/lib/utilities/amplify-slot/amplify-slot.component.js +3 -3
  33. package/esm2015/lib/utilities/amplify-slot/amplify-slot.directive.js +3 -3
  34. package/esm2015/version.js +2 -2
  35. package/fesm2015/aws-amplify-ui-angular.js +95 -95
  36. package/fesm2015/aws-amplify-ui-angular.js.map +1 -1
  37. package/package.json +2 -2
  38. package/version.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-angular",
3
- "version": "3.2.14",
3
+ "version": "3.2.15",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "aws-amplify": ">= 5.0.1"
12
12
  },
13
13
  "dependencies": {
14
- "@aws-amplify/ui": "5.6.0",
14
+ "@aws-amplify/ui": "5.6.1",
15
15
  "classnames": "2.3.1",
16
16
  "nanoid": "3.1.31",
17
17
  "qrcode": "1.5.0",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "3.2.14";
1
+ export declare const VERSION = "3.2.15";