@bwp-web/components 1.5.0 → 1.5.2
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
|
@@ -439,7 +439,6 @@ function BiampWrapper({
|
|
|
439
439
|
{
|
|
440
440
|
direction: "column",
|
|
441
441
|
padding: "16px",
|
|
442
|
-
alignItems: "flex-start",
|
|
443
442
|
sx: {
|
|
444
443
|
position: "relative",
|
|
445
444
|
flex: 1,
|
|
@@ -1791,9 +1790,9 @@ function BiampTableContainer({
|
|
|
1791
1790
|
Stack6,
|
|
1792
1791
|
{
|
|
1793
1792
|
direction: "column",
|
|
1793
|
+
width: "100%",
|
|
1794
1794
|
height: "100%",
|
|
1795
1795
|
overflow: "hidden",
|
|
1796
|
-
px: { xs: 2, sm: 3, xl: 12.5 },
|
|
1797
1796
|
py: { xs: 0, md: 1.5 },
|
|
1798
1797
|
gap: { xs: 0, md: 1 },
|
|
1799
1798
|
borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|
|
@@ -2113,9 +2112,8 @@ function BiampTableToolbar({
|
|
|
2113
2112
|
justifyContent: "space-between",
|
|
2114
2113
|
alignItems: "center",
|
|
2115
2114
|
gap: { xs: 0, md: 1 },
|
|
2115
|
+
width: "100%",
|
|
2116
2116
|
minHeight: 44,
|
|
2117
|
-
pl: { xs: 2, sm: 3, xl: 12.5 },
|
|
2118
|
-
pr: { xs: 0, md: 3, xl: 12.5 },
|
|
2119
2117
|
sx: { ...sx },
|
|
2120
2118
|
...props,
|
|
2121
2119
|
children
|