@sheinx/base 3.9.13-beta.7 → 3.9.13-beta.9
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/image/image.js +0 -1
- package/cjs/spin/spins.js +3 -3
- package/esm/image/image.js +0 -1
- package/esm/spin/spins.js +3 -3
- package/package.json +2 -2
package/cjs/image/image.js
CHANGED
package/cjs/spin/spins.js
CHANGED
|
@@ -208,9 +208,9 @@ var Ring = function Ring(props) {
|
|
|
208
208
|
unit = _formatSize4.unit;
|
|
209
209
|
var style = _objectSpread(_objectSpread({}, styleProp), {}, {
|
|
210
210
|
borderWidth: value / 10 + unit,
|
|
211
|
-
borderLeftColor:
|
|
212
|
-
borderRightColor:
|
|
213
|
-
borderBottomColor:
|
|
211
|
+
borderLeftColor: color,
|
|
212
|
+
borderRightColor: color,
|
|
213
|
+
borderBottomColor: color
|
|
214
214
|
});
|
|
215
215
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_base.default, _objectSpread(_objectSpread({}, props), {}, {
|
|
216
216
|
count: 0,
|
package/esm/image/image.js
CHANGED
package/esm/spin/spins.js
CHANGED
|
@@ -201,9 +201,9 @@ var Ring = function Ring(props) {
|
|
|
201
201
|
unit = _formatSize4.unit;
|
|
202
202
|
var style = _objectSpread(_objectSpread({}, styleProp), {}, {
|
|
203
203
|
borderWidth: value / 10 + unit,
|
|
204
|
-
borderLeftColor:
|
|
205
|
-
borderRightColor:
|
|
206
|
-
borderBottomColor:
|
|
204
|
+
borderLeftColor: color,
|
|
205
|
+
borderRightColor: color,
|
|
206
|
+
borderBottomColor: color
|
|
207
207
|
});
|
|
208
208
|
return /*#__PURE__*/_jsx(BaseSpin, _objectSpread(_objectSpread({}, props), {}, {
|
|
209
209
|
count: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/base",
|
|
3
|
-
"version": "3.9.13-beta.
|
|
3
|
+
"version": "3.9.13-beta.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"module": "./esm/index.js",
|
|
11
11
|
"typings": "./cjs/index.d.ts",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@sheinx/hooks": "3.9.13-beta.
|
|
13
|
+
"@sheinx/hooks": "3.9.13-beta.9",
|
|
14
14
|
"immer": "^10.0.0",
|
|
15
15
|
"classnames": "^2.0.0",
|
|
16
16
|
"@shined/reactive": "^0.3.3"
|