@blerp/design 1.2.65 → 1.2.66
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- 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,7 +5969,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5969
5969
|
sx: {
|
|
5970
5970
|
width: "100%",
|
|
5971
5971
|
"& svg": {
|
|
5972
|
-
color:
|
|
5972
|
+
color: snackbarValues.color
|
|
5973
5973
|
}
|
|
5974
5974
|
}
|
|
5975
5975
|
}, snackbarValues.message)), props.children);
|
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,7 +5892,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5892
5892
|
sx: {
|
|
5893
5893
|
width: "100%",
|
|
5894
5894
|
"& svg": {
|
|
5895
|
-
color:
|
|
5895
|
+
color: snackbarValues.color
|
|
5896
5896
|
}
|
|
5897
5897
|
}
|
|
5898
5898
|
}, snackbarValues.message)), props.children);
|
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,7 +5913,7 @@
|
|
|
5913
5913
|
sx: {
|
|
5914
5914
|
width: "100%",
|
|
5915
5915
|
"& svg": {
|
|
5916
|
-
color:
|
|
5916
|
+
color: snackbarValues.color
|
|
5917
5917
|
}
|
|
5918
5918
|
}
|
|
5919
5919
|
}, snackbarValues.message)), props.children);
|