@blerp/design 1.2.65 → 1.2.67
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.cjs.js +4 -3
- package/dist/index.esm.js +4 -3
- package/dist/index.umd.js +4 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5863,7 +5863,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5863
5863
|
vertical: "bottom",
|
|
5864
5864
|
horizontal: "center"
|
|
5865
5865
|
},
|
|
5866
|
-
color: "
|
|
5866
|
+
color: "grey8",
|
|
5867
5867
|
transitionType: "slide",
|
|
5868
5868
|
slideDirection: "up",
|
|
5869
5869
|
severity: "success",
|
|
@@ -5969,8 +5969,9 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5969
5969
|
sx: {
|
|
5970
5970
|
width: "100%",
|
|
5971
5971
|
"& svg": {
|
|
5972
|
-
color: "
|
|
5973
|
-
}
|
|
5972
|
+
color: "white"
|
|
5973
|
+
},
|
|
5974
|
+
color: "white"
|
|
5974
5975
|
}
|
|
5975
5976
|
}, snackbarValues.message)), props.children);
|
|
5976
5977
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -5786,7 +5786,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5786
5786
|
vertical: "bottom",
|
|
5787
5787
|
horizontal: "center"
|
|
5788
5788
|
},
|
|
5789
|
-
color: "
|
|
5789
|
+
color: "grey8",
|
|
5790
5790
|
transitionType: "slide",
|
|
5791
5791
|
slideDirection: "up",
|
|
5792
5792
|
severity: "success",
|
|
@@ -5892,8 +5892,9 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5892
5892
|
sx: {
|
|
5893
5893
|
width: "100%",
|
|
5894
5894
|
"& svg": {
|
|
5895
|
-
color: "
|
|
5896
|
-
}
|
|
5895
|
+
color: "white"
|
|
5896
|
+
},
|
|
5897
|
+
color: "white"
|
|
5897
5898
|
}
|
|
5898
5899
|
}, snackbarValues.message)), props.children);
|
|
5899
5900
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -5807,7 +5807,7 @@
|
|
|
5807
5807
|
vertical: "bottom",
|
|
5808
5808
|
horizontal: "center"
|
|
5809
5809
|
},
|
|
5810
|
-
color: "
|
|
5810
|
+
color: "grey8",
|
|
5811
5811
|
transitionType: "slide",
|
|
5812
5812
|
slideDirection: "up",
|
|
5813
5813
|
severity: "success",
|
|
@@ -5913,8 +5913,9 @@
|
|
|
5913
5913
|
sx: {
|
|
5914
5914
|
width: "100%",
|
|
5915
5915
|
"& svg": {
|
|
5916
|
-
color: "
|
|
5917
|
-
}
|
|
5916
|
+
color: "white"
|
|
5917
|
+
},
|
|
5918
|
+
color: "white"
|
|
5918
5919
|
}
|
|
5919
5920
|
}, snackbarValues.message)), props.children);
|
|
5920
5921
|
};
|