@aws-amplify/ui-react-notifications 2.0.36 → 2.0.38

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.
@@ -1,3 +1,3 @@
1
- const VERSION = '2.0.36';
1
+ const VERSION = '2.0.38';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -332,7 +332,7 @@ const handleMessageLinkAction = (input) => {
332
332
  window.open(input);
333
333
  };
334
334
 
335
- const VERSION = '2.0.36';
335
+ const VERSION = '2.0.38';
336
336
 
337
337
  // TODO: replace below components incrementally as they become available
338
338
  function CarouselMessage(_) {
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);
@@ -1 +1 @@
1
- export declare const VERSION = "2.0.36";
1
+ export declare const VERSION = "2.0.38";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-notifications",
3
- "version": "2.0.36",
3
+ "version": "2.0.38",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,10 +39,10 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.7.0",
43
- "@aws-amplify/ui-react": "6.7.0",
44
- "@aws-amplify/ui-react-core": "3.1.0",
45
- "@aws-amplify/ui-react-core-notifications": "2.0.31",
42
+ "@aws-amplify/ui": "6.7.2",
43
+ "@aws-amplify/ui-react": "6.7.2",
44
+ "@aws-amplify/ui-react-core": "3.1.2",
45
+ "@aws-amplify/ui-react-core-notifications": "2.0.33",
46
46
  "tinycolor2": "1.4.2"
47
47
  },
48
48
  "peerDependencies": {