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.mjs CHANGED
@@ -485,7 +485,7 @@ var Body = React.memo((props) => {
485
485
  animation = true
486
486
  } = props;
487
487
  const { styles: { body, load, gutter }, cx } = useStyles3();
488
- return /* @__PURE__ */ jsx(App, { children: loading ? /* @__PURE__ */ jsx(Spin, { spinning: true, size: "large", className: load }) : /* @__PURE__ */ jsx(Layout, { style, children: /* @__PURE__ */ jsx("div", { className: cx("ant-layout-body", className || body), children: /* @__PURE__ */ jsx(animation_default, { animate: animation ? Animate.FadeUp : Animate.None, children: space ? /* @__PURE__ */ jsx(Space, { direction: "vertical", size: "middle", className: gutter, children }) : children }) }) }) });
488
+ return /* @__PURE__ */ jsx(App, { children: loading ? /* @__PURE__ */ jsx(Spin, { spinning: true, size: "large", className: load }) : /* @__PURE__ */ jsx(Layout, { style, children: /* @__PURE__ */ jsx("div", { className: cx("ant-layout-body", className || body), children: /* @__PURE__ */ jsx(animation_default, { animate: animation ? Animate.FadeUp : Animate.None, children: space ? /* @__PURE__ */ jsx(Space, { orientation: "vertical", size: "middle", className: gutter, children }) : children }) }) }) });
489
489
  });
490
490
  var body_default = Body;
491
491
  var Footer = React.memo(({ children }) => {
@@ -1612,7 +1612,7 @@ var ProTableComponent = forwardRef((props, ref) => {
1612
1612
  Tag,
1613
1613
  {
1614
1614
  color: colorMap[color] || color || "default",
1615
- bordered: false,
1615
+ variant: "filled",
1616
1616
  ...props2,
1617
1617
  children: label
1618
1618
  }
@@ -1920,7 +1920,7 @@ var ProTableComponent = forwardRef((props, ref) => {
1920
1920
  {
1921
1921
  rowKey,
1922
1922
  className: styles.table,
1923
- style: { overflowX: "auto", whiteSpace: "nowrap" },
1923
+ style: { whiteSpace: "nowrap" },
1924
1924
  scroll: { x: true, y: virtual ? 500 : void 0 },
1925
1925
  virtual,
1926
1926
  ...tableProps,