@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/BiampTable/BiampTableToolbar.d.ts.map +1 -1
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BiampTableToolbar.d.ts","sourceRoot":"","sources":["../../src/BiampTable/BiampTableToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;AAE9C,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,EAAE,EACF,GAAG,KAAK,EACT,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"BiampTableToolbar.d.ts","sourceRoot":"","sources":["../../src/BiampTable/BiampTableToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;AAE9C,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,EAAE,EACF,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAgBxB"}
|
package/dist/index.cjs
CHANGED
|
@@ -1828,9 +1828,9 @@ function BiampTableContainer({
|
|
|
1828
1828
|
import_material10.Stack,
|
|
1829
1829
|
{
|
|
1830
1830
|
direction: "column",
|
|
1831
|
+
width: "100%",
|
|
1831
1832
|
height: "100%",
|
|
1832
1833
|
overflow: "hidden",
|
|
1833
|
-
px: { xs: 2, sm: 3, xl: 12.5 },
|
|
1834
1834
|
py: { xs: 0, md: 1.5 },
|
|
1835
1835
|
gap: { xs: 0, md: 1 },
|
|
1836
1836
|
borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|
|
@@ -2138,9 +2138,8 @@ function BiampTableToolbar({
|
|
|
2138
2138
|
justifyContent: "space-between",
|
|
2139
2139
|
alignItems: "center",
|
|
2140
2140
|
gap: { xs: 0, md: 1 },
|
|
2141
|
+
width: "100%",
|
|
2141
2142
|
minHeight: 44,
|
|
2142
|
-
pl: { xs: 2, sm: 3, xl: 12.5 },
|
|
2143
|
-
pr: { xs: 0, md: 3, xl: 12.5 },
|
|
2144
2143
|
sx: { ...sx },
|
|
2145
2144
|
...props,
|
|
2146
2145
|
children
|