@aws-amplify/ui-react-notifications 2.0.17 → 2.0.19
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
package/dist/esm/version.mjs
CHANGED
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.
|
|
336
|
+
const VERSION = '2.0.19';
|
|
337
337
|
|
|
338
338
|
// TODO: replace below components incrementally as they become available
|
|
339
339
|
function CarouselMessage(_) {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.0.
|
|
1
|
+
export declare const VERSION = "2.0.19";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-notifications",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aws-amplify/ui": "6.0.
|
|
43
|
-
"@aws-amplify/ui-react": "6.1.
|
|
44
|
-
"@aws-amplify/ui-react-core-notifications": "2.0.
|
|
42
|
+
"@aws-amplify/ui": "6.0.16",
|
|
43
|
+
"@aws-amplify/ui-react": "6.1.11",
|
|
44
|
+
"@aws-amplify/ui-react-core-notifications": "2.0.16",
|
|
45
45
|
"tinycolor2": "1.4.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"aws-amplify": "^6.2
|
|
48
|
+
"aws-amplify": "^6.3.2",
|
|
49
49
|
"react": "^16.14.0 || ^17.0 || ^18.0",
|
|
50
50
|
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
|
|
51
51
|
},
|