@aws-amplify/ui-react-notifications 2.0.12 → 2.0.14
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 +6 -2
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
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.14';
|
|
337
337
|
|
|
338
338
|
// TODO: replace below components incrementally as they become available
|
|
339
339
|
function CarouselMessage(_) {
|
package/dist/styles.css
CHANGED
|
@@ -512,6 +512,7 @@
|
|
|
512
512
|
--amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);
|
|
513
513
|
--amplify-components-checkbox-icon-indeterminate-transform: scale(1);
|
|
514
514
|
--amplify-components-checkbox-icon-indeterminate-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
515
|
+
--amplify-components-checkbox-label-color: var(--amplify-components-text-color);
|
|
515
516
|
--amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);
|
|
516
517
|
--amplify-components-checkboxfield-align-items: flex-start;
|
|
517
518
|
--amplify-components-checkboxfield-align-content: center;
|
|
@@ -3668,7 +3669,10 @@ strong.amplify-text {
|
|
|
3668
3669
|
}
|
|
3669
3670
|
|
|
3670
3671
|
.amplify-checkbox__label {
|
|
3671
|
-
color:
|
|
3672
|
+
color: var(--amplify-components-checkbox-label-color);
|
|
3673
|
+
}
|
|
3674
|
+
.amplify-checkbox__label--disabled {
|
|
3675
|
+
color: var(--amplify-components-checkbox-label-disabled-color);
|
|
3672
3676
|
}
|
|
3673
3677
|
|
|
3674
3678
|
.amplify-checkboxfield {
|
|
@@ -4201,7 +4205,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4201
4205
|
|
|
4202
4206
|
.amplify-liveness-landscape-error-modal {
|
|
4203
4207
|
background-color: var(--amplify-colors-background-primary);
|
|
4204
|
-
direction: column;
|
|
4208
|
+
flex-direction: column;
|
|
4205
4209
|
text-align: center;
|
|
4206
4210
|
align-items: center;
|
|
4207
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.14";
|
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.14",
|
|
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.
|
|
43
|
-
"@aws-amplify/ui-react": "6.1.
|
|
44
|
-
"@aws-amplify/ui-react-core-notifications": "2.0.
|
|
42
|
+
"@aws-amplify/ui": "6.0.12",
|
|
43
|
+
"@aws-amplify/ui-react": "6.1.6",
|
|
44
|
+
"@aws-amplify/ui-react-core-notifications": "2.0.12",
|
|
45
45
|
"tinycolor2": "1.4.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|