@sinco/react 1.2.4-rc.0 → 1.2.4-rc.2
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/index.esm.js +7 -17
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -7351,14 +7351,6 @@ const styled = createStyled({
|
|
7351
7351
|
});
|
7352
7352
|
|
7353
7353
|
var components = {
|
7354
|
-
MuiBackdrop: {
|
7355
|
-
styleOverrides: {
|
7356
|
-
root: {
|
7357
|
-
backgroundColor: "#000000",
|
7358
|
-
opacity: "28%"
|
7359
|
-
}
|
7360
|
-
}
|
7361
|
-
},
|
7362
7354
|
MuiSelect: {
|
7363
7355
|
styleOverrides: {
|
7364
7356
|
outlined: {
|
@@ -7718,8 +7710,7 @@ var components = {
|
|
7718
7710
|
}), ".MuiPaper-elevation", {
|
7719
7711
|
boxShadow: "0px 1px 5px rgba(24, 39, 75, 0.12), 0px 2px 2px rgba(24, 39, 75, 0.14), 0px 3px 1px -2px rgba(24, 39, 75, 0.2) "
|
7720
7712
|
}), ".MuiBackdrop-root", {
|
7721
|
-
backgroundColor: "#
|
7722
|
-
backdropFilter: "blur(2px) !important"
|
7713
|
+
backgroundColor: "#00000047"
|
7723
7714
|
});
|
7724
7715
|
}
|
7725
7716
|
}
|
@@ -16807,9 +16798,9 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
16807
16798
|
sxActions = _ref.sxActions,
|
16808
16799
|
color = _ref.color,
|
16809
16800
|
backgroundColor = _ref.backgroundColor,
|
16810
|
-
closeIconColor = _ref.closeIconColor
|
16811
|
-
|
16812
|
-
_ref$anchor = _ref.anchor,
|
16801
|
+
closeIconColor = _ref.closeIconColor;
|
16802
|
+
_ref.headerColor;
|
16803
|
+
var _ref$anchor = _ref.anchor,
|
16813
16804
|
anchor = _ref$anchor === void 0 ? "left" : _ref$anchor,
|
16814
16805
|
_ref$anchorActions = _ref.anchorActions,
|
16815
16806
|
anchorActions = _ref$anchorActions === void 0 ? "flex-end" : _ref$anchorActions,
|
@@ -16829,8 +16820,7 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
16829
16820
|
onClose: onClose,
|
16830
16821
|
sx: _objectSpread2({
|
16831
16822
|
"& .MuiBackdrop-root": {
|
16832
|
-
backgroundColor: "#
|
16833
|
-
backdropFilter: "blur(4px)"
|
16823
|
+
backgroundColor: "#00000047"
|
16834
16824
|
},
|
16835
16825
|
"& .MuiDrawer-paper": _objectSpread2({
|
16836
16826
|
width: width
|
@@ -16845,7 +16835,7 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
16845
16835
|
py: 1.5,
|
16846
16836
|
px: 1,
|
16847
16837
|
sx: _objectSpread2({
|
16848
|
-
backgroundColor: "
|
16838
|
+
backgroundColor: "secondary.main"
|
16849
16839
|
}, sxHeader)
|
16850
16840
|
}, React__default.createElement(Typography, {
|
16851
16841
|
color: color || "background.paper",
|
@@ -17118,7 +17108,7 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
17118
17108
|
_ref$progressBar = _ref.progressBar,
|
17119
17109
|
progressBar = _ref$progressBar === void 0 ? true : _ref$progressBar,
|
17120
17110
|
_ref$textPorcent = _ref.textPorcent,
|
17121
|
-
textPorcent = _ref$textPorcent === void 0 ? "Procesando
|
17111
|
+
textPorcent = _ref$textPorcent === void 0 ? "Procesando" : _ref$textPorcent,
|
17122
17112
|
_ref$ilustration = _ref.ilustration,
|
17123
17113
|
ilustration = _ref$ilustration === void 0 ? true : _ref$ilustration;
|
17124
17114
|
var timeProgress = time || 10;
|