shineout 3.1.2 → 3.1.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/index.js +1 -1
- package/dist/shineout.js +5 -4
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.1.
|
|
479
|
+
version: '3.1.3'
|
|
480
480
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11949
11949
|
};
|
|
11950
11950
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11951
11951
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11952
|
-
/* harmony default export */ var version = ('3.1.
|
|
11952
|
+
/* harmony default export */ var version = ('3.1.3');
|
|
11953
11953
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11954
11954
|
|
|
11955
11955
|
|
|
@@ -29075,15 +29075,16 @@ var Spin = function Spin(props) {
|
|
|
29075
29075
|
width: size,
|
|
29076
29076
|
height: size
|
|
29077
29077
|
}, props.style);
|
|
29078
|
+
var classname = classnames_default()(className, styles === null || styles === void 0 ? void 0 : styles.spin);
|
|
29078
29079
|
if (count < 1 || !render) {
|
|
29079
29080
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
29080
29081
|
style: style,
|
|
29081
|
-
className:
|
|
29082
|
+
className: classname
|
|
29082
29083
|
});
|
|
29083
29084
|
}
|
|
29084
29085
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
29085
29086
|
style: style,
|
|
29086
|
-
className:
|
|
29087
|
+
className: classname,
|
|
29087
29088
|
children: base_range(count + 1, 1).map(function (i) {
|
|
29088
29089
|
return render(objectSpread2_default()(objectSpread2_default()({}, props), {}, {
|
|
29089
29090
|
index: i
|
|
@@ -62045,7 +62046,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62045
62046
|
|
|
62046
62047
|
|
|
62047
62048
|
/* harmony default export */ var src_0 = ({
|
|
62048
|
-
version: '3.1.
|
|
62049
|
+
version: '3.1.3'
|
|
62049
62050
|
});
|
|
62050
62051
|
}();
|
|
62051
62052
|
/******/ return __webpack_exports__;
|