@sheinx/shineout-style 3.4.3-beta.9 → 3.4.3
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/cjs/spin/chasing-dots.d.ts.map +1 -1
- package/cjs/spin/chasing-dots.js +3 -1
- package/cjs/spin/chasing-ring.d.ts.map +1 -1
- package/cjs/spin/chasing-ring.js +3 -1
- package/cjs/spin/cube-grid.d.ts.map +1 -1
- package/cjs/spin/cube-grid.js +3 -1
- package/cjs/spin/default.d.ts.map +1 -1
- package/cjs/spin/default.js +3 -1
- package/cjs/spin/double-bounce.d.ts.map +1 -1
- package/cjs/spin/double-bounce.js +3 -1
- package/cjs/spin/fading-circle.d.ts.map +1 -1
- package/cjs/spin/fading-circle.js +3 -1
- package/cjs/spin/four-dots.d.ts.map +1 -1
- package/cjs/spin/four-dots.js +3 -1
- package/cjs/spin/plane.d.ts.map +1 -1
- package/cjs/spin/plane.js +3 -1
- package/cjs/spin/pulse.d.ts.map +1 -1
- package/cjs/spin/pulse.js +3 -1
- package/cjs/spin/ring.d.ts.map +1 -1
- package/cjs/spin/ring.js +3 -1
- package/cjs/spin/scale-circle.d.ts.map +1 -1
- package/cjs/spin/scale-circle.js +3 -1
- package/cjs/spin/tree-bounce.d.ts.map +1 -1
- package/cjs/spin/tree-bounce.js +3 -1
- package/cjs/spin/wave.d.ts.map +1 -1
- package/cjs/spin/wave.js +3 -1
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/spin/chasing-dots.d.ts.map +1 -1
- package/esm/spin/chasing-dots.js +2 -1
- package/esm/spin/chasing-ring.d.ts.map +1 -1
- package/esm/spin/chasing-ring.js +2 -1
- package/esm/spin/cube-grid.d.ts.map +1 -1
- package/esm/spin/cube-grid.js +2 -1
- package/esm/spin/default.d.ts.map +1 -1
- package/esm/spin/default.js +2 -1
- package/esm/spin/double-bounce.d.ts.map +1 -1
- package/esm/spin/double-bounce.js +2 -1
- package/esm/spin/fading-circle.d.ts.map +1 -1
- package/esm/spin/fading-circle.js +2 -1
- package/esm/spin/four-dots.d.ts.map +1 -1
- package/esm/spin/four-dots.js +2 -1
- package/esm/spin/plane.d.ts.map +1 -1
- package/esm/spin/plane.js +2 -1
- package/esm/spin/pulse.d.ts.map +1 -1
- package/esm/spin/pulse.js +2 -1
- package/esm/spin/ring.d.ts.map +1 -1
- package/esm/spin/ring.js +2 -1
- package/esm/spin/scale-circle.d.ts.map +1 -1
- package/esm/spin/scale-circle.js +2 -1
- package/esm/spin/tree-bounce.d.ts.map +1 -1
- package/esm/spin/tree-bounce.js +2 -1
- package/esm/spin/wave.d.ts.map +1 -1
- package/esm/spin/wave.js +2 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.d.ts.map +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,wBAsBE"}
|
package/cjs/spin/chasing-dots.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var duration = 2;
|
|
8
10
|
var _default = exports.default = {
|
|
9
11
|
position: 'relative',
|
|
@@ -19,7 +21,7 @@ var _default = exports.default = {
|
|
|
19
21
|
height: '60%',
|
|
20
22
|
borderRadius: '100%',
|
|
21
23
|
animation: "$chasing-dots-2 ".concat(duration, "s ease-in-out infinite "),
|
|
22
|
-
fill:
|
|
24
|
+
fill: _theme.default.spinColor,
|
|
23
25
|
'&:last-child': {
|
|
24
26
|
top: 'auto',
|
|
25
27
|
bottom: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBA6BE"}
|
package/cjs/spin/chasing-ring.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
position: 'relative',
|
|
9
11
|
// margin: 'auto',
|
|
@@ -18,7 +20,7 @@ var _default = exports.default = {
|
|
|
18
20
|
border: '1px solid transparent',
|
|
19
21
|
borderRadius: '100%',
|
|
20
22
|
transformOrigin: '50% 50%',
|
|
21
|
-
borderTopColor:
|
|
23
|
+
borderTopColor: _theme.default.spinColor,
|
|
22
24
|
'&:nth-child(1)': {
|
|
23
25
|
animation: '$chasing-ring-1 2s infinite'
|
|
24
26
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAmBE"}
|
package/cjs/spin/cube-grid.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var delayRange = 0.4;
|
|
8
10
|
var _default = exports.default = {
|
|
9
11
|
// margin: 'auto',
|
|
@@ -12,7 +14,7 @@ var _default = exports.default = {
|
|
|
12
14
|
height: '33.3333%',
|
|
13
15
|
float: 'left',
|
|
14
16
|
animation: '$cube-grid 1.3s infinite ease-in-out',
|
|
15
|
-
background:
|
|
17
|
+
background: _theme.default.spinColor,
|
|
16
18
|
boxSizing: 'border-box',
|
|
17
19
|
'&:nth-child(1)': {
|
|
18
20
|
animationDelay: "".concat(delayRange * 0.5, "s")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
package/cjs/spin/default.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
8
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
11
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -37,7 +39,7 @@ var Default = function Default() {
|
|
|
37
39
|
'& div': {
|
|
38
40
|
height: '55%',
|
|
39
41
|
margin: '0 auto',
|
|
40
|
-
background:
|
|
42
|
+
background: _theme.default.spinColor,
|
|
41
43
|
borderRadius: 5,
|
|
42
44
|
animation: '$keyframesFade 1s infinite ease-in-out both'
|
|
43
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"double-bounce.d.ts","sourceRoot":"","sources":["double-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"double-bounce.d.ts","sourceRoot":"","sources":["double-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAEA,wBAmBE"}
|
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
position: 'relative',
|
|
9
11
|
// margin: 'auto',
|
|
@@ -17,7 +19,7 @@ var _default = exports.default = {
|
|
|
17
19
|
borderRadius: '50%',
|
|
18
20
|
opacity: 0.6,
|
|
19
21
|
animation: '$double-bounce 2s ease-in-out infinite',
|
|
20
|
-
background:
|
|
22
|
+
background: _theme.default.spinColor,
|
|
21
23
|
'&:last-child': {
|
|
22
24
|
animationDelay: '-1s'
|
|
23
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fading-circle.d.ts","sourceRoot":"","sources":["fading-circle.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fading-circle.d.ts","sourceRoot":"","sources":["fading-circle.ts"],"names":[],"mappings":";;;;;;;;;AAoBA,wBAmBE"}
|
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
8
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
11
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -41,7 +43,7 @@ var _default = exports.default = {
|
|
|
41
43
|
}
|
|
42
44
|
}, loop()),
|
|
43
45
|
'& svg': {
|
|
44
|
-
fill:
|
|
46
|
+
fill: _theme.default.spinColor,
|
|
45
47
|
animation: '$fading-circle 1.2s infinite ease-in-out both'
|
|
46
48
|
}
|
|
47
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAyCE"}
|
package/cjs/spin/four-dots.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
// margin: 'auto',
|
|
9
11
|
position: 'relative',
|
|
@@ -20,7 +22,7 @@ var _default = exports.default = {
|
|
|
20
22
|
borderRadius: '100%'
|
|
21
23
|
},
|
|
22
24
|
'& svg': {
|
|
23
|
-
fill:
|
|
25
|
+
fill: _theme.default.spinColor
|
|
24
26
|
},
|
|
25
27
|
'&:nth-child(1)': {
|
|
26
28
|
top: '10%',
|
package/cjs/spin/plane.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;AAEA,wBAKE"}
|
package/cjs/spin/plane.js
CHANGED
|
@@ -4,9 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
// margin: 'auto',
|
|
9
11
|
boxSizing: 'border-box',
|
|
10
12
|
animation: '$plane 1s linear infinite',
|
|
11
|
-
background:
|
|
13
|
+
background: _theme.default.spinColor
|
|
12
14
|
};
|
package/cjs/spin/pulse.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;AAEA,wBAME"}
|
package/cjs/spin/pulse.js
CHANGED
|
@@ -4,10 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
// margin: 'auto',
|
|
9
11
|
boxSizing: 'border-box',
|
|
10
12
|
borderRadius: '100%',
|
|
11
13
|
animation: '$pulse 1s linear infinite',
|
|
12
|
-
background:
|
|
14
|
+
background: _theme.default.spinColor
|
|
13
15
|
};
|
package/cjs/spin/ring.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;AAEA,wBASE"}
|
package/cjs/spin/ring.js
CHANGED
|
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
// margin: 'auto',
|
|
9
11
|
boxSizing: 'border-box',
|
|
10
12
|
position: 'relative',
|
|
11
13
|
borderStyle: 'solid',
|
|
12
|
-
borderColor:
|
|
14
|
+
borderColor: _theme.default.spinColor,
|
|
13
15
|
borderRadius: '50%',
|
|
14
16
|
animation: '$ring 1s linear infinite',
|
|
15
17
|
borderTopColor: 'transparent'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-circle.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-circle.ts"],"names":[],"mappings":";;;;;;;;;AAoBA,wBAmBE"}
|
package/cjs/spin/scale-circle.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
8
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
11
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -41,7 +43,7 @@ var _default = exports.default = {
|
|
|
41
43
|
}
|
|
42
44
|
}, loop()),
|
|
43
45
|
'& svg': {
|
|
44
|
-
fill:
|
|
46
|
+
fill: _theme.default.spinColor,
|
|
45
47
|
animation: '$scale-circle 1.2s infinite ease-in-out both'
|
|
46
48
|
}
|
|
47
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
|
package/cjs/spin/tree-bounce.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
var _default = exports.default = {
|
|
8
10
|
// margin: 'auto',
|
|
9
11
|
textAlign: 'center',
|
|
@@ -15,7 +17,7 @@ var _default = exports.default = {
|
|
|
15
17
|
},
|
|
16
18
|
animation: '$three-bounce 1.4s ease-in-out 0s infinite both',
|
|
17
19
|
'& svg': {
|
|
18
|
-
fill:
|
|
20
|
+
fill: _theme.default.spinColor
|
|
19
21
|
},
|
|
20
22
|
'&:nth-child(1)': {
|
|
21
23
|
animationDelay: '-0.32s'
|
package/cjs/spin/wave.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;AAYA,wBAkBE"}
|
package/cjs/spin/wave.js
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _theme = _interopRequireDefault(require("@sheinx/theme"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
7
9
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
8
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
11
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -29,7 +31,7 @@ var _default = exports.default = {
|
|
|
29
31
|
display: 'inline-block',
|
|
30
32
|
height: '100%',
|
|
31
33
|
marginRight: '2px',
|
|
32
|
-
background:
|
|
34
|
+
background: _theme.default.spinColor,
|
|
33
35
|
animation: '$wave 1.2s infinite ease-in-out',
|
|
34
36
|
':last-child': {
|
|
35
37
|
marginRight: 0
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
|
package/cjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,wBAsBE"}
|
package/esm/spin/chasing-dots.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
var duration = 2;
|
|
2
3
|
export default {
|
|
3
4
|
position: 'relative',
|
|
@@ -13,7 +14,7 @@ export default {
|
|
|
13
14
|
height: '60%',
|
|
14
15
|
borderRadius: '100%',
|
|
15
16
|
animation: "$chasing-dots-2 ".concat(duration, "s ease-in-out infinite "),
|
|
16
|
-
fill:
|
|
17
|
+
fill: Token.spinColor,
|
|
17
18
|
'&:last-child': {
|
|
18
19
|
top: 'auto',
|
|
19
20
|
bottom: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBA6BE"}
|
package/esm/spin/chasing-ring.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
export default {
|
|
2
3
|
position: 'relative',
|
|
3
4
|
// margin: 'auto',
|
|
@@ -12,7 +13,7 @@ export default {
|
|
|
12
13
|
border: '1px solid transparent',
|
|
13
14
|
borderRadius: '100%',
|
|
14
15
|
transformOrigin: '50% 50%',
|
|
15
|
-
borderTopColor:
|
|
16
|
+
borderTopColor: Token.spinColor,
|
|
16
17
|
'&:nth-child(1)': {
|
|
17
18
|
animation: '$chasing-ring-1 2s infinite'
|
|
18
19
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAmBE"}
|
package/esm/spin/cube-grid.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
var delayRange = 0.4;
|
|
2
3
|
export default {
|
|
3
4
|
// margin: 'auto',
|
|
@@ -6,7 +7,7 @@ export default {
|
|
|
6
7
|
height: '33.3333%',
|
|
7
8
|
float: 'left',
|
|
8
9
|
animation: '$cube-grid 1.3s infinite ease-in-out',
|
|
9
|
-
background:
|
|
10
|
+
background: Token.spinColor,
|
|
10
11
|
boxSizing: 'border-box',
|
|
11
12
|
'&:nth-child(1)': {
|
|
12
13
|
animationDelay: "".concat(delayRange * 0.5, "s")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
package/esm/spin/default.js
CHANGED
|
@@ -4,6 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import Token from '@sheinx/theme';
|
|
7
8
|
var Default = function Default() {
|
|
8
9
|
var count = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 12;
|
|
9
10
|
var animationDelay = {};
|
|
@@ -31,7 +32,7 @@ var Default = function Default() {
|
|
|
31
32
|
'& div': {
|
|
32
33
|
height: '55%',
|
|
33
34
|
margin: '0 auto',
|
|
34
|
-
background:
|
|
35
|
+
background: Token.spinColor,
|
|
35
36
|
borderRadius: 5,
|
|
36
37
|
animation: '$keyframesFade 1s infinite ease-in-out both'
|
|
37
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"double-bounce.d.ts","sourceRoot":"","sources":["double-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"double-bounce.d.ts","sourceRoot":"","sources":["double-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAEA,wBAmBE"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
export default {
|
|
2
3
|
position: 'relative',
|
|
3
4
|
// margin: 'auto',
|
|
@@ -11,7 +12,7 @@ export default {
|
|
|
11
12
|
borderRadius: '50%',
|
|
12
13
|
opacity: 0.6,
|
|
13
14
|
animation: '$double-bounce 2s ease-in-out infinite',
|
|
14
|
-
background:
|
|
15
|
+
background: Token.spinColor,
|
|
15
16
|
'&:last-child': {
|
|
16
17
|
animationDelay: '-1s'
|
|
17
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fading-circle.d.ts","sourceRoot":"","sources":["fading-circle.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fading-circle.d.ts","sourceRoot":"","sources":["fading-circle.ts"],"names":[],"mappings":";;;;;;;;;AAoBA,wBAmBE"}
|
|
@@ -4,6 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import Token from '@sheinx/theme';
|
|
7
8
|
var circleCount = 12;
|
|
8
9
|
var loop = function loop() {
|
|
9
10
|
var keyframes = {};
|
|
@@ -35,7 +36,7 @@ export default {
|
|
|
35
36
|
}
|
|
36
37
|
}, loop()),
|
|
37
38
|
'& svg': {
|
|
38
|
-
fill:
|
|
39
|
+
fill: Token.spinColor,
|
|
39
40
|
animation: '$fading-circle 1.2s infinite ease-in-out both'
|
|
40
41
|
}
|
|
41
42
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAyCE"}
|
package/esm/spin/four-dots.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
export default {
|
|
2
3
|
// margin: 'auto',
|
|
3
4
|
position: 'relative',
|
|
@@ -14,7 +15,7 @@ export default {
|
|
|
14
15
|
borderRadius: '100%'
|
|
15
16
|
},
|
|
16
17
|
'& svg': {
|
|
17
|
-
fill:
|
|
18
|
+
fill: Token.spinColor
|
|
18
19
|
},
|
|
19
20
|
'&:nth-child(1)': {
|
|
20
21
|
top: '10%',
|
package/esm/spin/plane.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;AAEA,wBAKE"}
|
package/esm/spin/plane.js
CHANGED
package/esm/spin/pulse.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;AAEA,wBAME"}
|
package/esm/spin/pulse.js
CHANGED
package/esm/spin/ring.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;AAEA,wBASE"}
|
package/esm/spin/ring.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
export default {
|
|
2
3
|
// margin: 'auto',
|
|
3
4
|
boxSizing: 'border-box',
|
|
4
5
|
position: 'relative',
|
|
5
6
|
borderStyle: 'solid',
|
|
6
|
-
borderColor:
|
|
7
|
+
borderColor: Token.spinColor,
|
|
7
8
|
borderRadius: '50%',
|
|
8
9
|
animation: '$ring 1s linear infinite',
|
|
9
10
|
borderTopColor: 'transparent'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-circle.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-circle.ts"],"names":[],"mappings":";;;;;;;;;AAoBA,wBAmBE"}
|
package/esm/spin/scale-circle.js
CHANGED
|
@@ -4,6 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import Token from '@sheinx/theme';
|
|
7
8
|
var circleCount = 12;
|
|
8
9
|
var loop = function loop() {
|
|
9
10
|
var keyframes = {};
|
|
@@ -35,7 +36,7 @@ export default {
|
|
|
35
36
|
}
|
|
36
37
|
}, loop()),
|
|
37
38
|
'& svg': {
|
|
38
|
-
fill:
|
|
39
|
+
fill: Token.spinColor,
|
|
39
40
|
animation: '$scale-circle 1.2s infinite ease-in-out both'
|
|
40
41
|
}
|
|
41
42
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
|
package/esm/spin/tree-bounce.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Token from '@sheinx/theme';
|
|
1
2
|
export default {
|
|
2
3
|
// margin: 'auto',
|
|
3
4
|
textAlign: 'center',
|
|
@@ -9,7 +10,7 @@ export default {
|
|
|
9
10
|
},
|
|
10
11
|
animation: '$three-bounce 1.4s ease-in-out 0s infinite both',
|
|
11
12
|
'& svg': {
|
|
12
|
-
fill:
|
|
13
|
+
fill: Token.spinColor
|
|
13
14
|
},
|
|
14
15
|
'&:nth-child(1)': {
|
|
15
16
|
animationDelay: '-0.32s'
|
package/esm/spin/wave.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;AAYA,wBAkBE"}
|
package/esm/spin/wave.js
CHANGED
|
@@ -4,6 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import Token from '@sheinx/theme';
|
|
7
8
|
var loop = function loop() {
|
|
8
9
|
var count = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 5;
|
|
9
10
|
var animationDelay = {};
|
|
@@ -23,7 +24,7 @@ export default {
|
|
|
23
24
|
display: 'inline-block',
|
|
24
25
|
height: '100%',
|
|
25
26
|
marginRight: '2px',
|
|
26
|
-
background:
|
|
27
|
+
background: Token.spinColor,
|
|
27
28
|
animation: '$wave 1.2s infinite ease-in-out',
|
|
28
29
|
':last-child': {
|
|
29
30
|
marginRight: 0
|
package/esm/version.d.ts
CHANGED
package/esm/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.4.3
|
|
1
|
+
export default '3.4.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.4.3
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"jss": "10.9.2",
|
|
19
19
|
"react-jss": "10.9.2",
|
|
20
|
-
"@sheinx/theme": "3.4.3
|
|
21
|
-
"@sheinx/base": "3.4.3
|
|
20
|
+
"@sheinx/theme": "3.4.3",
|
|
21
|
+
"@sheinx/base": "3.4.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|