sinking-antd 1.0.1 → 1.0.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/dist/index.js CHANGED
@@ -510,7 +510,7 @@ var Body = React__default.default.memo((props) => {
510
510
  animation = true
511
511
  } = props;
512
512
  const { styles: { body, load, gutter }, cx } = useStyles3();
513
- return /* @__PURE__ */ jsxRuntime.jsx(antd.App, { children: loading ? /* @__PURE__ */ jsxRuntime.jsx(antd.Spin, { spinning: true, size: "large", className: load }) : /* @__PURE__ */ jsxRuntime.jsx(antd.Layout, { style, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cx("ant-layout-body", className || body), children: /* @__PURE__ */ jsxRuntime.jsx(animation_default, { animate: animation ? Animate.FadeUp : Animate.None, children: space ? /* @__PURE__ */ jsxRuntime.jsx(antd.Space, { direction: "vertical", size: "middle", className: gutter, children }) : children }) }) }) });
513
+ return /* @__PURE__ */ jsxRuntime.jsx(antd.App, { children: loading ? /* @__PURE__ */ jsxRuntime.jsx(antd.Spin, { spinning: true, size: "large", className: load }) : /* @__PURE__ */ jsxRuntime.jsx(antd.Layout, { style, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cx("ant-layout-body", className || body), children: /* @__PURE__ */ jsxRuntime.jsx(animation_default, { animate: animation ? Animate.FadeUp : Animate.None, children: space ? /* @__PURE__ */ jsxRuntime.jsx(antd.Space, { orientation: "vertical", size: "middle", className: gutter, children }) : children }) }) }) });
514
514
  });
515
515
  var body_default = Body;
516
516
  var Footer = React__default.default.memo(({ children }) => {
@@ -1637,7 +1637,7 @@ var ProTableComponent = React.forwardRef((props, ref) => {
1637
1637
  antd.Tag,
1638
1638
  {
1639
1639
  color: colorMap[color] || color || "default",
1640
- bordered: false,
1640
+ variant: "filled",
1641
1641
  ...props2,
1642
1642
  children: label
1643
1643
  }
@@ -1945,7 +1945,7 @@ var ProTableComponent = React.forwardRef((props, ref) => {
1945
1945
  {
1946
1946
  rowKey,
1947
1947
  className: styles.table,
1948
- style: { overflowX: "auto", whiteSpace: "nowrap" },
1948
+ style: { whiteSpace: "nowrap" },
1949
1949
  scroll: { x: true, y: virtual ? 500 : void 0 },
1950
1950
  virtual,
1951
1951
  ...tableProps,