@sinco/react 1.1.2-rc.76 → 1.1.2-rc.77

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.css ADDED
@@ -0,0 +1,33 @@
1
+ #react-module_path1__lkcOa {
2
+ animation: react-module_spin__OwXny 3s linear infinite;
3
+ }
4
+
5
+ #react-module_path2__2EGp6 {
6
+ animation: react-module_spin__OwXny 3s linear infinite 0.2s;
7
+ }
8
+
9
+ #react-module_path3__ten1m {
10
+ animation: react-module_spin__OwXny 3s linear infinite 0.7s;
11
+ }
12
+
13
+ #react-module_path4__Hbv4b {
14
+ animation: react-module_spin__OwXny 3s linear infinite 1.2s;
15
+ }
16
+
17
+ @keyframes react-module_spin__OwXny {
18
+ 0% {
19
+ opacity: 1;
20
+ }
21
+ 25% {
22
+ opacity: 0;
23
+ }
24
+ 50% {
25
+ opacity: 1;
26
+ }
27
+ 75% {
28
+ opacity: 0;
29
+ }
30
+ 100% {
31
+ opacity: 1;
32
+ }
33
+ }
package/index.esm.js CHANGED
@@ -10706,7 +10706,7 @@ function useModal(parameters) {
10706
10706
  }
10707
10707
 
10708
10708
  const _excluded$8 = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
10709
- const styles = {
10709
+ const styles$1 = {
10710
10710
  entering: {
10711
10711
  opacity: 1
10712
10712
  },
@@ -10815,7 +10815,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
10815
10815
  style: _extends({
10816
10816
  opacity: 0,
10817
10817
  visibility: state === 'exited' && !inProp ? 'hidden' : undefined
10818
- }, styles[state], style, children.props.style),
10818
+ }, styles$1[state], style, children.props.style),
10819
10819
  ref: handleRef
10820
10820
  }, childProps));
10821
10821
  }
@@ -13604,7 +13604,7 @@ var PageHeader = function PageHeader(_ref2) {
13604
13604
  }, actions)));
13605
13605
  };
13606
13606
 
13607
- var spinnerSinco = "data:image/svg+xml,%3Csvg%20width%3D%2291%22%20height%3D%2260%22%20viewBox%3D%220%200%2091%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.8395%2059.9966L34.0333%2041.8759L23.6316%2019.7821L0.100342%2019.845L16.8395%2059.9966Z%22%20fill%3D%22%230C4271%22%2F%3E%3Cpath%20d%3D%22M0%2018.1417H54.2501L69.5867%200L13.9796%200.160958L0%2018.1417Z%22%20fill%3D%22%233872A9%22%2F%3E%3Cpath%20d%3D%22M90.177%2041.0402L71.8396%200.0457764L55.4082%2019.2962L65.6909%2041.0332L90.177%2041.0402Z%22%20fill%3D%22%232063A0%22%2F%3E%3Cpath%20d%3D%22M35.4515%2042.6838L19.1216%2059.9965L76.425%2060L90.1772%2042.6838H35.4515Z%22%20fill%3D%22%234E91C3%22%2F%3E%3C%2Fsvg%3E";
13607
+ var styles = {"path1":"react-module_path1__lkcOa","spin":"react-module_spin__OwXny","path2":"react-module_path2__2EGp6","path3":"react-module_path3__ten1m","path4":"react-module_path4__Hbv4b"};
13608
13608
 
13609
13609
  var ProgressSinco = function ProgressSinco(_ref) {
13610
13610
  var time = _ref.time,
@@ -13638,13 +13638,35 @@ var ProgressSinco = function ProgressSinco(_ref) {
13638
13638
  justifyContent: 'center',
13639
13639
  alignItems: 'center'
13640
13640
  }, React__default.createElement(Stack$1, {
13641
- width: 300,
13641
+ width: 60,
13642
13642
  height: 60,
13643
13643
  justifyContent: 'center'
13644
- }, React__default.createElement("img", {
13645
- src: spinnerSinco,
13646
- alt: "logo"
13647
- })), React__default.createElement(Typography$1, {
13644
+ }, React__default.createElement("svg", {
13645
+ width: "60",
13646
+ height: "60",
13647
+ viewBox: "0 0 100 100"
13648
+ }, React__default.createElement("symbol", {
13649
+ id: "spinner",
13650
+ viewBox: "0 0 91 60"
13651
+ }, React__default.createElement("path", {
13652
+ id: styles['path1'],
13653
+ d: "M16.8395 59.9966L34.0333 41.8759L23.6316 19.7821L0.100342 19.845L16.8395 59.9966Z",
13654
+ fill: "#0C4271"
13655
+ }), React__default.createElement("path", {
13656
+ id: styles['path2'],
13657
+ d: "M0 18.1417H54.2501L69.5867 0L13.9796 0.160958L0 18.1417Z",
13658
+ fill: "#3872A9"
13659
+ }), React__default.createElement("path", {
13660
+ id: styles['path3'],
13661
+ d: "M90.177 41.0402L71.8396 0.0457764L55.4082 19.2962L65.6909 41.0332L90.177 41.0402Z",
13662
+ fill: "#2063A0"
13663
+ }), React__default.createElement("path", {
13664
+ id: styles['path4'],
13665
+ d: "M35.4515 42.6838L19.1216 59.9965L76.425 60L90.1772 42.6838H35.4515Z",
13666
+ fill: "#4E91C3"
13667
+ })), React__default.createElement("use", {
13668
+ xlinkHref: "#spinner"
13669
+ }))), React__default.createElement(Typography$1, {
13648
13670
  variant: "body2",
13649
13671
  color: 'text.secondary'
13650
13672
  }, "Progresando..."), React__default.createElement(LinearProgress$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.76",
3
+ "version": "1.1.2-rc.77",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",