@sinco/react 1.1.2-rc.9 → 1.1.2-rc.90

Sign up to get free protection for your applications and to get access to all the features.
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.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./src\\index";