@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.
Files changed (59) hide show
  1. package/cjs/spin/chasing-dots.d.ts.map +1 -1
  2. package/cjs/spin/chasing-dots.js +3 -1
  3. package/cjs/spin/chasing-ring.d.ts.map +1 -1
  4. package/cjs/spin/chasing-ring.js +3 -1
  5. package/cjs/spin/cube-grid.d.ts.map +1 -1
  6. package/cjs/spin/cube-grid.js +3 -1
  7. package/cjs/spin/default.d.ts.map +1 -1
  8. package/cjs/spin/default.js +3 -1
  9. package/cjs/spin/double-bounce.d.ts.map +1 -1
  10. package/cjs/spin/double-bounce.js +3 -1
  11. package/cjs/spin/fading-circle.d.ts.map +1 -1
  12. package/cjs/spin/fading-circle.js +3 -1
  13. package/cjs/spin/four-dots.d.ts.map +1 -1
  14. package/cjs/spin/four-dots.js +3 -1
  15. package/cjs/spin/plane.d.ts.map +1 -1
  16. package/cjs/spin/plane.js +3 -1
  17. package/cjs/spin/pulse.d.ts.map +1 -1
  18. package/cjs/spin/pulse.js +3 -1
  19. package/cjs/spin/ring.d.ts.map +1 -1
  20. package/cjs/spin/ring.js +3 -1
  21. package/cjs/spin/scale-circle.d.ts.map +1 -1
  22. package/cjs/spin/scale-circle.js +3 -1
  23. package/cjs/spin/tree-bounce.d.ts.map +1 -1
  24. package/cjs/spin/tree-bounce.js +3 -1
  25. package/cjs/spin/wave.d.ts.map +1 -1
  26. package/cjs/spin/wave.js +3 -1
  27. package/cjs/version.d.ts +1 -1
  28. package/cjs/version.d.ts.map +1 -1
  29. package/cjs/version.js +1 -1
  30. package/esm/spin/chasing-dots.d.ts.map +1 -1
  31. package/esm/spin/chasing-dots.js +2 -1
  32. package/esm/spin/chasing-ring.d.ts.map +1 -1
  33. package/esm/spin/chasing-ring.js +2 -1
  34. package/esm/spin/cube-grid.d.ts.map +1 -1
  35. package/esm/spin/cube-grid.js +2 -1
  36. package/esm/spin/default.d.ts.map +1 -1
  37. package/esm/spin/default.js +2 -1
  38. package/esm/spin/double-bounce.d.ts.map +1 -1
  39. package/esm/spin/double-bounce.js +2 -1
  40. package/esm/spin/fading-circle.d.ts.map +1 -1
  41. package/esm/spin/fading-circle.js +2 -1
  42. package/esm/spin/four-dots.d.ts.map +1 -1
  43. package/esm/spin/four-dots.js +2 -1
  44. package/esm/spin/plane.d.ts.map +1 -1
  45. package/esm/spin/plane.js +2 -1
  46. package/esm/spin/pulse.d.ts.map +1 -1
  47. package/esm/spin/pulse.js +2 -1
  48. package/esm/spin/ring.d.ts.map +1 -1
  49. package/esm/spin/ring.js +2 -1
  50. package/esm/spin/scale-circle.d.ts.map +1 -1
  51. package/esm/spin/scale-circle.js +2 -1
  52. package/esm/spin/tree-bounce.d.ts.map +1 -1
  53. package/esm/spin/tree-bounce.js +2 -1
  54. package/esm/spin/wave.d.ts.map +1 -1
  55. package/esm/spin/wave.js +2 -1
  56. package/esm/version.d.ts +1 -1
  57. package/esm/version.d.ts.map +1 -1
  58. package/esm/version.js +1 -1
  59. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
1
+ {"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,wBAsBE"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6BE"}
1
+ {"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBA6BE"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmBE"}
1
+ {"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,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 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: '#197AFA',
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":"AAAA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;AAAA,wBAmBE"}
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: '#197AFA',
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":";;;;;;;;;AAkBA,wBAmBE"}
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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyCE"}
1
+ {"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAyCE"}
@@ -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: '#197AFA'
25
+ fill: _theme.default.spinColor
24
26
  },
25
27
  '&:nth-child(1)': {
26
28
  top: '10%',
@@ -1 +1 @@
1
- {"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;AAAA,wBAKE"}
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: '#197AFA'
13
+ background: _theme.default.spinColor
12
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;AAAA,wBAME"}
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: '#197AFA'
14
+ background: _theme.default.spinColor
13
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;AAAA,wBASE"}
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: '#197AFA',
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":";;;;;;;;;AAkBA,wBAmBE"}
1
+ {"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;AAAA,wBAsBE"}
1
+ {"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
@@ -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: '#197AFA'
20
+ fill: _theme.default.spinColor
19
21
  },
20
22
  '&:nth-child(1)': {
21
23
  animationDelay: '-0.32s'
@@ -1 +1 @@
1
- {"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;AAUA,wBAkBE"}
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: '#197AFA',
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
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.3-beta.9";
1
+ declare const _default: "3.4.3";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.4.3-beta.9';
7
+ var _default = exports.default = '3.4.3';
@@ -1 +1 @@
1
- {"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
1
+ {"version":3,"file":"chasing-dots.d.ts","sourceRoot":"","sources":["chasing-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,wBAsBE"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6BE"}
1
+ {"version":3,"file":"chasing-ring.d.ts","sourceRoot":"","sources":["chasing-ring.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBA6BE"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmBE"}
1
+ {"version":3,"file":"cube-grid.d.ts","sourceRoot":"","sources":["cube-grid.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAmBE"}
@@ -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: '#197AFA',
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":"AAAA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;CAuCZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;AAAA,wBAmBE"}
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: '#197AFA',
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":";;;;;;;;;AAkBA,wBAmBE"}
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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyCE"}
1
+ {"version":3,"file":"four-dots.d.ts","sourceRoot":"","sources":["four-dots.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAyCE"}
@@ -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: '#197AFA'
18
+ fill: Token.spinColor
18
19
  },
19
20
  '&:nth-child(1)': {
20
21
  top: '10%',
@@ -1 +1 @@
1
- {"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;AAAA,wBAKE"}
1
+ {"version":3,"file":"plane.d.ts","sourceRoot":"","sources":["plane.ts"],"names":[],"mappings":";;;;;AAEA,wBAKE"}
package/esm/spin/plane.js CHANGED
@@ -1,6 +1,7 @@
1
+ import Token from '@sheinx/theme';
1
2
  export default {
2
3
  // margin: 'auto',
3
4
  boxSizing: 'border-box',
4
5
  animation: '$plane 1s linear infinite',
5
- background: '#197AFA'
6
+ background: Token.spinColor
6
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;AAAA,wBAME"}
1
+ {"version":3,"file":"pulse.d.ts","sourceRoot":"","sources":["pulse.ts"],"names":[],"mappings":";;;;;;AAEA,wBAME"}
package/esm/spin/pulse.js CHANGED
@@ -1,7 +1,8 @@
1
+ import Token from '@sheinx/theme';
1
2
  export default {
2
3
  // margin: 'auto',
3
4
  boxSizing: 'border-box',
4
5
  borderRadius: '100%',
5
6
  animation: '$pulse 1s linear infinite',
6
- background: '#197AFA'
7
+ background: Token.spinColor
7
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["ring.ts"],"names":[],"mappings":";;;;;;;;;AAAA,wBASE"}
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: '#197AFA',
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":";;;;;;;;;AAkBA,wBAmBE"}
1
+ {"version":3,"file":"scale-circle.d.ts","sourceRoot":"","sources":["scale-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: '#197AFA',
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":";;;;;;;;;;;;;;;;;;;;AAAA,wBAsBE"}
1
+ {"version":3,"file":"tree-bounce.d.ts","sourceRoot":"","sources":["tree-bounce.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA,wBAsBE"}
@@ -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: '#197AFA'
13
+ fill: Token.spinColor
13
14
  },
14
15
  '&:nth-child(1)': {
15
16
  animationDelay: '-0.32s'
@@ -1 +1 @@
1
- {"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["wave.ts"],"names":[],"mappings":";;;;;;;AAUA,wBAkBE"}
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: '#197AFA',
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
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.3-beta.9";
1
+ declare const _default: "3.4.3";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
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-beta.9';
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-beta.9",
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-beta.9",
21
- "@sheinx/base": "3.4.3-beta.9"
20
+ "@sheinx/theme": "3.4.3",
21
+ "@sheinx/base": "3.4.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"