@aws-amplify/ui-react-notifications 2.0.13 → 2.0.15
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/styles.css +2 -2
- 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.15';
|
|
337
337
|
|
|
338
338
|
// TODO: replace below components incrementally as they become available
|
|
339
339
|
function CarouselMessage(_) {
|
package/dist/styles.css
CHANGED
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
719
719
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
720
720
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
721
|
-
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-
|
|
721
|
+
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-background-primary);
|
|
722
722
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
723
723
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
724
724
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
|
@@ -4205,7 +4205,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4205
4205
|
|
|
4206
4206
|
.amplify-liveness-landscape-error-modal {
|
|
4207
4207
|
background-color: var(--amplify-colors-background-primary);
|
|
4208
|
-
direction: column;
|
|
4208
|
+
flex-direction: column;
|
|
4209
4209
|
text-align: center;
|
|
4210
4210
|
align-items: center;
|
|
4211
4211
|
justify-content: center;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.0.
|
|
1
|
+
export declare const VERSION = "2.0.15";
|
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.15",
|
|
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.13",
|
|
43
|
+
"@aws-amplify/ui-react": "6.1.7",
|
|
44
|
+
"@aws-amplify/ui-react-core-notifications": "2.0.13",
|
|
45
45
|
"tinycolor2": "1.4.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"aws-amplify": "^6.0.
|
|
48
|
+
"aws-amplify": "^6.0.26",
|
|
49
49
|
"react": "^16.14.0 || ^17.0 || ^18.0",
|
|
50
50
|
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
|
|
51
51
|
},
|