@aws-amplify/ui-react-notifications 1.0.10 → 1.0.11
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/styles.css +10 -1
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--amplify-components-button-padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
114
114
|
--amplify-components-button-padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
115
115
|
--amplify-components-button-padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
116
|
+
--amplify-components-button-background-color: transparent;
|
|
116
117
|
--amplify-components-button-border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
117
118
|
--amplify-components-button-border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
118
119
|
--amplify-components-button-border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
@@ -1528,7 +1529,9 @@ strong.amplify-text {
|
|
|
1528
1529
|
* Button base styles
|
|
1529
1530
|
*/
|
|
1530
1531
|
.amplify-button {
|
|
1531
|
-
--amplify-internal-button-background-color:
|
|
1532
|
+
--amplify-internal-button-background-color: var(
|
|
1533
|
+
--amplify-components-button-background-color
|
|
1534
|
+
);
|
|
1532
1535
|
--amplify-internal-button-border-color: var(
|
|
1533
1536
|
--amplify-components-button-border-color
|
|
1534
1537
|
);
|
|
@@ -3132,6 +3135,7 @@ strong.amplify-text {
|
|
|
3132
3135
|
|
|
3133
3136
|
.amplify-alert__icon {
|
|
3134
3137
|
font-size: var(--amplify-components-alert-icon-size);
|
|
3138
|
+
line-height: 1;
|
|
3135
3139
|
}
|
|
3136
3140
|
|
|
3137
3141
|
.amplify-alert__heading {
|
|
@@ -3460,6 +3464,9 @@ strong.amplify-text {
|
|
|
3460
3464
|
}
|
|
3461
3465
|
|
|
3462
3466
|
.amplify-checkbox__icon {
|
|
3467
|
+
line-height: 1;
|
|
3468
|
+
width: 1em;
|
|
3469
|
+
height: 1em;
|
|
3463
3470
|
background-color: var(--amplify-components-checkbox-icon-background-color);
|
|
3464
3471
|
opacity: var(--amplify-components-checkbox-icon-opacity);
|
|
3465
3472
|
transform: var(--amplify-components-checkbox-icon-transform);
|
|
@@ -3721,6 +3728,7 @@ strong.amplify-text {
|
|
|
3721
3728
|
.amplify-field-group__outer-start,
|
|
3722
3729
|
.amplify-field-group__outer-end {
|
|
3723
3730
|
display: flex;
|
|
3731
|
+
flex-shrink: 0;
|
|
3724
3732
|
align-items: var(--amplify-components-fieldgroup-outer-align-items);
|
|
3725
3733
|
}
|
|
3726
3734
|
.amplify-field-group__outer-start .amplify-field-group__control,
|
|
@@ -4575,6 +4583,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4575
4583
|
.amplify-rating-icon {
|
|
4576
4584
|
width: 1em;
|
|
4577
4585
|
height: 1em;
|
|
4586
|
+
display: block;
|
|
4578
4587
|
}
|
|
4579
4588
|
|
|
4580
4589
|
.amplify-rating-icon-filled {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-notifications",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@aws-amplify/ui": "5.7.
|
|
44
|
-
"@aws-amplify/ui-react": "5.
|
|
45
|
-
"@aws-amplify/ui-react-core-notifications": "1.0.
|
|
43
|
+
"@aws-amplify/ui": "5.7.2",
|
|
44
|
+
"@aws-amplify/ui-react": "5.2.0",
|
|
45
|
+
"@aws-amplify/ui-react-core-notifications": "1.0.8",
|
|
46
46
|
"classnames": "2.3.1",
|
|
47
47
|
"tinycolor2": "1.4.2"
|
|
48
48
|
},
|