groundfloor-react-ui 1.2.27 → 1.2.28
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/index.es.js +2 -6
- package/dist/index.js +2 -6
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2749,17 +2749,13 @@ overflow: hidden;
|
|
|
2749
2749
|
border-bottom: 2px solid
|
|
2750
2750
|
${({theme:e,type:t})=>"success"===t?e.variant.success:"error"===t?e.variant.error:"#F8AB4B"};
|
|
2751
2751
|
color: ${({theme:e})=>e.black};
|
|
2752
|
-
opacity:
|
|
2752
|
+
opacity: 1;
|
|
2753
2753
|
padding: 16px 24px;
|
|
2754
|
-
|
|
2755
2754
|
display: flex;
|
|
2756
2755
|
justify-content: space-between;
|
|
2757
2756
|
align-items: center;
|
|
2758
2757
|
}
|
|
2759
2758
|
|
|
2760
|
-
.notification:hover {
|
|
2761
|
-
opacity: 1;
|
|
2762
|
-
}
|
|
2763
2759
|
|
|
2764
2760
|
.notification-message {
|
|
2765
2761
|
margin: 0;
|
|
@@ -2786,7 +2782,7 @@ overflow: hidden;
|
|
|
2786
2782
|
|
|
2787
2783
|
.toast {
|
|
2788
2784
|
height: 100%;
|
|
2789
|
-
min-height:
|
|
2785
|
+
min-height: 72px;
|
|
2790
2786
|
width: 412px;
|
|
2791
2787
|
color: black;
|
|
2792
2788
|
}
|
package/dist/index.js
CHANGED
|
@@ -2749,17 +2749,13 @@ overflow: hidden;
|
|
|
2749
2749
|
border-bottom: 2px solid
|
|
2750
2750
|
${({theme:e,type:t})=>"success"===t?e.variant.success:"error"===t?e.variant.error:"#F8AB4B"};
|
|
2751
2751
|
color: ${({theme:e})=>e.black};
|
|
2752
|
-
opacity:
|
|
2752
|
+
opacity: 1;
|
|
2753
2753
|
padding: 16px 24px;
|
|
2754
|
-
|
|
2755
2754
|
display: flex;
|
|
2756
2755
|
justify-content: space-between;
|
|
2757
2756
|
align-items: center;
|
|
2758
2757
|
}
|
|
2759
2758
|
|
|
2760
|
-
.notification:hover {
|
|
2761
|
-
opacity: 1;
|
|
2762
|
-
}
|
|
2763
2759
|
|
|
2764
2760
|
.notification-message {
|
|
2765
2761
|
margin: 0;
|
|
@@ -2786,7 +2782,7 @@ overflow: hidden;
|
|
|
2786
2782
|
|
|
2787
2783
|
.toast {
|
|
2788
2784
|
height: 100%;
|
|
2789
|
-
min-height:
|
|
2785
|
+
min-height: 72px;
|
|
2790
2786
|
width: 412px;
|
|
2791
2787
|
color: black;
|
|
2792
2788
|
}
|