@sinco/react 1.1.2-rc.75 → 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 +33 -0
- package/index.esm.js +31 -7
- package/package.json +1 -1
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,6 +13604,8 @@ var PageHeader = function PageHeader(_ref2) {
|
|
|
13604
13604
|
}, actions)));
|
|
13605
13605
|
};
|
|
13606
13606
|
|
|
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
|
+
|
|
13607
13609
|
var ProgressSinco = function ProgressSinco(_ref) {
|
|
13608
13610
|
var time = _ref.time,
|
|
13609
13611
|
_ref$variant = _ref.variant,
|
|
@@ -13636,13 +13638,35 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
|
13636
13638
|
justifyContent: 'center',
|
|
13637
13639
|
alignItems: 'center'
|
|
13638
13640
|
}, React__default.createElement(Stack$1, {
|
|
13639
|
-
width:
|
|
13641
|
+
width: 60,
|
|
13640
13642
|
height: 60,
|
|
13641
13643
|
justifyContent: 'center'
|
|
13642
|
-
}, React__default.createElement("
|
|
13643
|
-
|
|
13644
|
-
|
|
13645
|
-
|
|
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, {
|
|
13646
13670
|
variant: "body2",
|
|
13647
13671
|
color: 'text.secondary'
|
|
13648
13672
|
}, "Progresando..."), React__default.createElement(LinearProgress$1, {
|