@sheinx/base 3.8.3-beta.6 → 3.8.3-beta.7

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.
@@ -583,7 +583,7 @@ var _default = exports.default = function _default(props) {
583
583
  className: tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.bodyWrapper,
584
584
  onScroll: handleBodyScroll,
585
585
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("table", {
586
- style: tableStyle,
586
+ style: _objectSpread({}, tableStyle),
587
587
  ref: tbodyRef,
588
588
  children: [Group, !props.hideHeader && /*#__PURE__*/(0, _jsxRuntime.jsx)(_thead.default, _objectSpread({}, headCommonProps)), bodyCommonProps.data.length === 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_tbodyEmpty.default, {
589
589
  children: renderEmpty()
@@ -576,7 +576,7 @@ export default (function (props) {
576
576
  className: tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.bodyWrapper,
577
577
  onScroll: handleBodyScroll,
578
578
  children: /*#__PURE__*/_jsxs("table", {
579
- style: tableStyle,
579
+ style: _objectSpread({}, tableStyle),
580
580
  ref: tbodyRef,
581
581
  children: [Group, !props.hideHeader && /*#__PURE__*/_jsx(Thead, _objectSpread({}, headCommonProps)), bodyCommonProps.data.length === 0 ? /*#__PURE__*/_jsx(TbodyEmpty, {
582
582
  children: renderEmpty()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.8.3-beta.6",
3
+ "version": "3.8.3-beta.7",
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.8.3-beta.6",
13
+ "@sheinx/hooks": "3.8.3-beta.7",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"