@aws-amplify/ui-react-notifications 2.0.4 → 2.0.5

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.4';
1
+ const VERSION = '2.0.5';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -333,7 +333,7 @@ const handleMessageLinkAction = (input) => {
333
333
  window.open(input);
334
334
  };
335
335
 
336
- const VERSION = '2.0.4';
336
+ const VERSION = '2.0.5';
337
337
 
338
338
  // TODO: replace below components incrementally as they become available
339
339
  function CarouselMessage(_) {
package/dist/styles.css CHANGED
@@ -4112,7 +4112,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4112
4112
  content: "";
4113
4113
  width: 100%;
4114
4114
  height: 100%;
4115
- background: var(--amplify-colors-primary-40);
4115
+ background: var(--amplify-colors-primary-80);
4116
4116
  left: -100%;
4117
4117
  transform: translate(var(--percentage), 0);
4118
4118
  transition: var(--amplify-liveness-match-indicator-transition);
@@ -1 +1 @@
1
- export declare const VERSION = "2.0.4";
1
+ export declare const VERSION = "2.0.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-notifications",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,9 +39,9 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.0.3",
43
- "@aws-amplify/ui-react": "6.0.4",
44
- "@aws-amplify/ui-react-core-notifications": "2.0.3",
42
+ "@aws-amplify/ui": "6.0.4",
43
+ "@aws-amplify/ui-react": "6.0.5",
44
+ "@aws-amplify/ui-react-core-notifications": "2.0.4",
45
45
  "tinycolor2": "1.4.2"
46
46
  },
47
47
  "peerDependencies": {