@sinco/react 1.2.4-rc.0 → 1.2.4-rc.10

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.
Files changed (2) hide show
  1. package/index.esm.js +7 -23
  2. 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: "#f0f0f099",
7722
- backdropFilter: "blur(2px) !important"
7713
+ backgroundColor: "#00000047"
7723
7714
  });
7724
7715
  }
7725
7716
  }
@@ -8708,12 +8699,6 @@ var components = {
8708
8699
  };
8709
8700
 
8710
8701
  var BasicPalette = {
8711
- "default": {
8712
- main: "#E4E5E7",
8713
- dark: "#D1D3D7",
8714
- light: "#F2F2F3",
8715
- contrastText: "#5A5E73"
8716
- },
8717
8702
  chipInfo: {
8718
8703
  main: "#C0E8FC",
8719
8704
  dark: "#9CD8FA",
@@ -16807,9 +16792,9 @@ var DrawerComponent = function DrawerComponent(_ref) {
16807
16792
  sxActions = _ref.sxActions,
16808
16793
  color = _ref.color,
16809
16794
  backgroundColor = _ref.backgroundColor,
16810
- closeIconColor = _ref.closeIconColor,
16811
- headerColor = _ref.headerColor,
16812
- _ref$anchor = _ref.anchor,
16795
+ closeIconColor = _ref.closeIconColor;
16796
+ _ref.headerColor;
16797
+ var _ref$anchor = _ref.anchor,
16813
16798
  anchor = _ref$anchor === void 0 ? "left" : _ref$anchor,
16814
16799
  _ref$anchorActions = _ref.anchorActions,
16815
16800
  anchorActions = _ref$anchorActions === void 0 ? "flex-end" : _ref$anchorActions,
@@ -16829,8 +16814,7 @@ var DrawerComponent = function DrawerComponent(_ref) {
16829
16814
  onClose: onClose,
16830
16815
  sx: _objectSpread2({
16831
16816
  "& .MuiBackdrop-root": {
16832
- backgroundColor: "#000000 !important",
16833
- backdropFilter: "blur(4px)"
16817
+ backgroundColor: "#00000047"
16834
16818
  },
16835
16819
  "& .MuiDrawer-paper": _objectSpread2({
16836
16820
  width: width
@@ -16845,7 +16829,7 @@ var DrawerComponent = function DrawerComponent(_ref) {
16845
16829
  py: 1.5,
16846
16830
  px: 1,
16847
16831
  sx: _objectSpread2({
16848
- backgroundColor: "".concat(headerColor, ".main") || "secondary"
16832
+ backgroundColor: "secondary.main"
16849
16833
  }, sxHeader)
16850
16834
  }, React__default.createElement(Typography, {
16851
16835
  color: color || "background.paper",
@@ -17118,7 +17102,7 @@ var ProgressSinco = function ProgressSinco(_ref) {
17118
17102
  _ref$progressBar = _ref.progressBar,
17119
17103
  progressBar = _ref$progressBar === void 0 ? true : _ref$progressBar,
17120
17104
  _ref$textPorcent = _ref.textPorcent,
17121
- textPorcent = _ref$textPorcent === void 0 ? "Procesando..." : _ref$textPorcent,
17105
+ textPorcent = _ref$textPorcent === void 0 ? "Procesando" : _ref$textPorcent,
17122
17106
  _ref$ilustration = _ref.ilustration,
17123
17107
  ilustration = _ref$ilustration === void 0 ? true : _ref$ilustration;
17124
17108
  var timeProgress = time || 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.4-rc.0",
3
+ "version": "1.2.4-rc.10",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",