@aws-amplify/ui-angular 5.0.23 → 5.0.24
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/esm2020/version.mjs +2 -2
- package/fesm2015/aws-amplify-ui-angular.mjs +1 -1
- package/fesm2015/aws-amplify-ui-angular.mjs.map +1 -1
- package/fesm2020/aws-amplify-ui-angular.mjs +1 -1
- package/fesm2020/aws-amplify-ui-angular.mjs.map +1 -1
- package/lib/primitives/password-field/password-field.component.d.ts +1 -0
- package/package.json +2 -2
- package/version.d.ts +1 -1
|
@@ -39,6 +39,7 @@ export declare class PasswordFieldComponent {
|
|
|
39
39
|
readonly Avatar: "amplify-avatar";
|
|
40
40
|
readonly AvatarIcon: "amplify-avatar__icon";
|
|
41
41
|
readonly AvatarImage: "amplify-avatar__image";
|
|
42
|
+
readonly AvatarLoader: "amplify-avatar__loader";
|
|
42
43
|
readonly AIConversation: "amplify-ai-conversation";
|
|
43
44
|
readonly AIConversationAttachment: "amplify-ai-conversation__attachment";
|
|
44
45
|
readonly AIConversationAttachmentList: "amplify-ai-conversation__attachment__list";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-angular",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.24",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"aws-amplify": "^6.3.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@aws-amplify/ui": "6.
|
|
15
|
+
"@aws-amplify/ui": "6.5.0",
|
|
16
16
|
"nanoid": "3.1.31",
|
|
17
17
|
"qrcode": "1.5.0",
|
|
18
18
|
"tslib": "^2.5.2",
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "5.0.
|
|
1
|
+
export declare const VERSION = "5.0.24";
|