shineout 3.9.0-beta.13 → 3.9.0-beta.14

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 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.0-beta.13'
525
+ version: '3.9.0-beta.14'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
12386
12386
  };
12387
12387
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12388
12388
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12389
- /* harmony default export */ var version = ('3.9.0-beta.13');
12389
+ /* harmony default export */ var version = ('3.9.0-beta.14');
12390
12390
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12391
 
12392
12392
 
@@ -49815,6 +49815,7 @@ var Modal = function Modal(props) {
49815
49815
  return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
49816
49816
  className: modalClasses === null || modalClasses === void 0 ? void 0 : modalClasses.header,
49817
49817
  onMouseDown: props.moveable && !props.fullScreen ? moveInfo.handleMouseDown : undefined,
49818
+ style: props.headerStyle,
49818
49819
  children: [renderIcon(), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
49819
49820
  className: modalClasses === null || modalClasses === void 0 ? void 0 : modalClasses.headerTitle,
49820
49821
  children: props.title
@@ -49839,6 +49840,7 @@ var Modal = function Modal(props) {
49839
49840
  if (!props.footer) return null;
49840
49841
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
49841
49842
  className: modalClasses === null || modalClasses === void 0 ? void 0 : modalClasses.footer,
49843
+ style: props.footerStyle,
49842
49844
  children: props.footer
49843
49845
  });
49844
49846
  };
@@ -73603,7 +73605,7 @@ var upload_interface = __webpack_require__(8821);
73603
73605
 
73604
73606
 
73605
73607
  /* harmony default export */ var src_0 = ({
73606
- version: '3.9.0-beta.13'
73608
+ version: '3.9.0-beta.14'
73607
73609
  });
73608
73610
  }();
73609
73611
  /******/ return __webpack_exports__;