shineout 3.9.5-beta.8 → 3.9.5-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/index.js +1 -1
- package/dist/shineout.js +3 -2
- 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
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.9.5-beta.
|
|
525
|
+
version: '3.9.5-beta.9'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12401
12401
|
};
|
|
12402
12402
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12403
12403
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12404
|
-
/* harmony default export */ var version = ('3.9.5-beta.
|
|
12404
|
+
/* harmony default export */ var version = ('3.9.5-beta.9');
|
|
12405
12405
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12406
12406
|
|
|
12407
12407
|
|
|
@@ -63620,6 +63620,7 @@ var Steps = function Steps(props) {
|
|
|
63620
63620
|
var rootClass = classnames_default()(styles.rootClass, styles.steps, className, defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, styles[type], type), styles.small, size === 'small'), styles.large, size === 'large'), styles.vertical, direction === 'vertical'), styles.horizontal, direction === 'horizontal'), styles.click, onChange !== undefined));
|
|
63621
63621
|
var renderStep = function renderStep() {
|
|
63622
63622
|
return external_root_React_commonjs2_react_commonjs_react_amd_react_.Children.map(children, function (child, index) {
|
|
63623
|
+
if (!child) return null;
|
|
63623
63624
|
var Child = child;
|
|
63624
63625
|
return /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.cloneElement)(Child, {
|
|
63625
63626
|
id: 'id' in Child.props ? Child.props.id : index,
|
|
@@ -74769,7 +74770,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
74769
74770
|
|
|
74770
74771
|
|
|
74771
74772
|
/* harmony default export */ var src_0 = ({
|
|
74772
|
-
version: '3.9.5-beta.
|
|
74773
|
+
version: '3.9.5-beta.9'
|
|
74773
74774
|
});
|
|
74774
74775
|
}();
|
|
74775
74776
|
/******/ return __webpack_exports__;
|