@aws-amplify/ui-react 6.7.0 → 6.7.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/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -2482,7 +2482,7 @@ const defaultDeleteUserDisplayText = {
|
|
|
2482
2482
|
warningText: 'Deleting your account is not reversible. You will lose access to your account and all data associated with it.',
|
|
2483
2483
|
};
|
|
2484
2484
|
|
|
2485
|
-
const VERSION = '6.7.
|
|
2485
|
+
const VERSION = '6.7.1';
|
|
2486
2486
|
|
|
2487
2487
|
const logger$2 = ui.getLogger('AccountSettings');
|
|
2488
2488
|
const getIsDisabled = (formValues, validationError) => {
|
|
@@ -89,12 +89,16 @@
|
|
|
89
89
|
flex-direction: row;
|
|
90
90
|
align-items: flex-start;
|
|
91
91
|
gap: var(--amplify-components-ai-conversation-form-gap);
|
|
92
|
-
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
93
92
|
}
|
|
94
93
|
.amplify-ai-conversation__form__dropzone {
|
|
95
94
|
text-align: initial;
|
|
96
95
|
border: none;
|
|
96
|
+
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
97
|
+
}
|
|
98
|
+
.amplify-ai-conversation__form__error {
|
|
97
99
|
padding: 0;
|
|
100
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
101
|
+
gap: var(--amplify-components-ai-conversation-attachment-gap);
|
|
98
102
|
}
|
|
99
103
|
.amplify-ai-conversation__attachment {
|
|
100
104
|
display: flex;
|
|
@@ -114,7 +118,7 @@
|
|
|
114
118
|
flex-direction: row;
|
|
115
119
|
flex-wrap: wrap;
|
|
116
120
|
gap: var(--amplify-components-ai-conversation-attachment-list-gap);
|
|
117
|
-
padding-block-start: var(--amplify-components-ai-conversation-attachment-padding-block-start);
|
|
121
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
118
122
|
}
|
|
119
123
|
.amplify-ai-conversation__attachment__image {
|
|
120
124
|
width: var(--amplify-components-ai-conversation-attachment-image-width);
|
|
@@ -90,12 +90,16 @@
|
|
|
90
90
|
flex-direction: row;
|
|
91
91
|
align-items: flex-start;
|
|
92
92
|
gap: var(--amplify-components-ai-conversation-form-gap);
|
|
93
|
-
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
94
93
|
}
|
|
95
94
|
.amplify-ai-conversation__form__dropzone {
|
|
96
95
|
text-align: initial;
|
|
97
96
|
border: none;
|
|
97
|
+
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
98
|
+
}
|
|
99
|
+
.amplify-ai-conversation__form__error {
|
|
98
100
|
padding: 0;
|
|
101
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
102
|
+
gap: var(--amplify-components-ai-conversation-attachment-gap);
|
|
99
103
|
}
|
|
100
104
|
.amplify-ai-conversation__attachment {
|
|
101
105
|
display: flex;
|
|
@@ -115,7 +119,7 @@
|
|
|
115
119
|
flex-direction: row;
|
|
116
120
|
flex-wrap: wrap;
|
|
117
121
|
gap: var(--amplify-components-ai-conversation-attachment-list-gap);
|
|
118
|
-
padding-block-start: var(--amplify-components-ai-conversation-attachment-padding-block-start);
|
|
122
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
119
123
|
}
|
|
120
124
|
.amplify-ai-conversation__attachment__image {
|
|
121
125
|
width: var(--amplify-components-ai-conversation-attachment-image-width);
|
package/dist/styles.css
CHANGED
|
@@ -6842,12 +6842,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
6842
6842
|
flex-direction: row;
|
|
6843
6843
|
align-items: flex-start;
|
|
6844
6844
|
gap: var(--amplify-components-ai-conversation-form-gap);
|
|
6845
|
-
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
6846
6845
|
}
|
|
6847
6846
|
.amplify-ai-conversation__form__dropzone {
|
|
6848
6847
|
text-align: initial;
|
|
6849
6848
|
border: none;
|
|
6849
|
+
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
6850
|
+
}
|
|
6851
|
+
.amplify-ai-conversation__form__error {
|
|
6850
6852
|
padding: 0;
|
|
6853
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
6854
|
+
gap: var(--amplify-components-ai-conversation-attachment-gap);
|
|
6851
6855
|
}
|
|
6852
6856
|
.amplify-ai-conversation__attachment {
|
|
6853
6857
|
display: flex;
|
|
@@ -6867,7 +6871,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
6867
6871
|
flex-direction: row;
|
|
6868
6872
|
flex-wrap: wrap;
|
|
6869
6873
|
gap: var(--amplify-components-ai-conversation-attachment-list-gap);
|
|
6870
|
-
padding-block-start: var(--amplify-components-ai-conversation-attachment-padding-block-start);
|
|
6874
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
6871
6875
|
}
|
|
6872
6876
|
.amplify-ai-conversation__attachment__image {
|
|
6873
6877
|
width: var(--amplify-components-ai-conversation-attachment-image-width);
|
package/dist/styles.layer.css
CHANGED
|
@@ -6843,12 +6843,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
6843
6843
|
flex-direction: row;
|
|
6844
6844
|
align-items: flex-start;
|
|
6845
6845
|
gap: var(--amplify-components-ai-conversation-form-gap);
|
|
6846
|
-
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
6847
6846
|
}
|
|
6848
6847
|
.amplify-ai-conversation__form__dropzone {
|
|
6849
6848
|
text-align: initial;
|
|
6850
6849
|
border: none;
|
|
6850
|
+
padding: var(--amplify-components-ai-conversation-form-padding);
|
|
6851
|
+
}
|
|
6852
|
+
.amplify-ai-conversation__form__error {
|
|
6851
6853
|
padding: 0;
|
|
6854
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
6855
|
+
gap: var(--amplify-components-ai-conversation-attachment-gap);
|
|
6852
6856
|
}
|
|
6853
6857
|
.amplify-ai-conversation__attachment {
|
|
6854
6858
|
display: flex;
|
|
@@ -6868,7 +6872,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
6868
6872
|
flex-direction: row;
|
|
6869
6873
|
flex-wrap: wrap;
|
|
6870
6874
|
gap: var(--amplify-components-ai-conversation-attachment-list-gap);
|
|
6871
|
-
padding-block-start: var(--amplify-components-ai-conversation-attachment-padding-block-start);
|
|
6875
|
+
padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
|
|
6872
6876
|
}
|
|
6873
6877
|
.amplify-ai-conversation__attachment__image {
|
|
6874
6878
|
width: var(--amplify-components-ai-conversation-attachment-image-width);
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "6.7.
|
|
1
|
+
export declare const VERSION = "6.7.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"typecheck": "tsc --noEmit"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@aws-amplify/ui": "6.7.
|
|
59
|
-
"@aws-amplify/ui-react-core": "3.1.
|
|
58
|
+
"@aws-amplify/ui": "6.7.1",
|
|
59
|
+
"@aws-amplify/ui-react-core": "3.1.1",
|
|
60
60
|
"@radix-ui/react-direction": "1.0.0",
|
|
61
61
|
"@radix-ui/react-dropdown-menu": "1.0.0",
|
|
62
62
|
"@radix-ui/react-slider": "1.0.0",
|