@bwp-web/components 1.5.0 → 1.5.1

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
@@ -1791,9 +1791,9 @@ function BiampTableContainer({
1791
1791
  Stack6,
1792
1792
  {
1793
1793
  direction: "column",
1794
+ width: "100%",
1794
1795
  height: "100%",
1795
1796
  overflow: "hidden",
1796
- px: { xs: 2, sm: 3, xl: 12.5 },
1797
1797
  py: { xs: 0, md: 1.5 },
1798
1798
  gap: { xs: 0, md: 1 },
1799
1799
  borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
@@ -2113,9 +2113,8 @@ function BiampTableToolbar({
2113
2113
  justifyContent: "space-between",
2114
2114
  alignItems: "center",
2115
2115
  gap: { xs: 0, md: 1 },
2116
+ width: "100%",
2116
2117
  minHeight: 44,
2117
- pl: { xs: 2, sm: 3, xl: 12.5 },
2118
- pr: { xs: 0, md: 3, xl: 12.5 },
2119
2118
  sx: { ...sx },
2120
2119
  ...props,
2121
2120
  children