@blerp/design 1.2.67 → 1.2.68
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 -4
- package/dist/index.esm.js +4 -4
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5897,7 +5897,8 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5897
5897
|
if (!color) {
|
|
5898
5898
|
switch (severity) {
|
|
5899
5899
|
case "success":
|
|
5900
|
-
color = "
|
|
5900
|
+
color = "grey3"; // figure out how to fix seafoam text
|
|
5901
|
+
|
|
5901
5902
|
break;
|
|
5902
5903
|
|
|
5903
5904
|
case "error":
|
|
@@ -5969,9 +5970,8 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5969
5970
|
sx: {
|
|
5970
5971
|
width: "100%",
|
|
5971
5972
|
"& svg": {
|
|
5972
|
-
color: "
|
|
5973
|
-
}
|
|
5974
|
-
color: "white"
|
|
5973
|
+
color: "inherit"
|
|
5974
|
+
}
|
|
5975
5975
|
}
|
|
5976
5976
|
}, snackbarValues.message)), props.children);
|
|
5977
5977
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -5820,7 +5820,8 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5820
5820
|
if (!color) {
|
|
5821
5821
|
switch (severity) {
|
|
5822
5822
|
case "success":
|
|
5823
|
-
color = "
|
|
5823
|
+
color = "grey3"; // figure out how to fix seafoam text
|
|
5824
|
+
|
|
5824
5825
|
break;
|
|
5825
5826
|
|
|
5826
5827
|
case "error":
|
|
@@ -5892,9 +5893,8 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5892
5893
|
sx: {
|
|
5893
5894
|
width: "100%",
|
|
5894
5895
|
"& svg": {
|
|
5895
|
-
color: "
|
|
5896
|
-
}
|
|
5897
|
-
color: "white"
|
|
5896
|
+
color: "inherit"
|
|
5897
|
+
}
|
|
5898
5898
|
}
|
|
5899
5899
|
}, snackbarValues.message)), props.children);
|
|
5900
5900
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -5841,7 +5841,8 @@
|
|
|
5841
5841
|
if (!color) {
|
|
5842
5842
|
switch (severity) {
|
|
5843
5843
|
case "success":
|
|
5844
|
-
color = "
|
|
5844
|
+
color = "grey3"; // figure out how to fix seafoam text
|
|
5845
|
+
|
|
5845
5846
|
break;
|
|
5846
5847
|
|
|
5847
5848
|
case "error":
|
|
@@ -5913,9 +5914,8 @@
|
|
|
5913
5914
|
sx: {
|
|
5914
5915
|
width: "100%",
|
|
5915
5916
|
"& svg": {
|
|
5916
|
-
color: "
|
|
5917
|
-
}
|
|
5918
|
-
color: "white"
|
|
5917
|
+
color: "inherit"
|
|
5918
|
+
}
|
|
5919
5919
|
}
|
|
5920
5920
|
}, snackbarValues.message)), props.children);
|
|
5921
5921
|
};
|