shineout 3.6.0-beta.4 → 3.6.0-beta.5
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/form/form-button.js +3 -1
- package/cjs/index.js +1 -1
- package/dist/shineout.js +428 -175
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/form/form-button.js +3 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/form/form-button.js
CHANGED
|
@@ -32,7 +32,9 @@ var Submit = exports.Submit = function Submit(props) {
|
|
|
32
32
|
}));
|
|
33
33
|
};
|
|
34
34
|
var Reset = exports.Reset = function Reset(props) {
|
|
35
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_base.FormButton, _objectSpread(_objectSpread({
|
|
35
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_base.FormButton, _objectSpread(_objectSpread({
|
|
36
|
+
mode: "outline"
|
|
37
|
+
}, props), {}, {
|
|
36
38
|
htmlType: "reset",
|
|
37
39
|
jssStyle: jssStyle
|
|
38
40
|
}));
|
package/cjs/index.js
CHANGED
|
@@ -507,5 +507,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
507
507
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
508
508
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
509
509
|
var _default = exports.default = {
|
|
510
|
-
version: '3.6.0-beta.
|
|
510
|
+
version: '3.6.0-beta.5'
|
|
511
511
|
};
|