@blackpurl/bp-react-components 1.0.11 → 1.0.12
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17047,7 +17047,7 @@ const ux = (e, t, r, n, i, a, s, l, c, d) => e.map((u) => {
|
|
|
17047
17047
|
field: u.accessorKey,
|
|
17048
17048
|
headerName: u.header,
|
|
17049
17049
|
align: u.textAlign || "left",
|
|
17050
|
-
headerAlign:
|
|
17050
|
+
headerAlign: "left",
|
|
17051
17051
|
flex: p.flex,
|
|
17052
17052
|
minWidth: p.minWidth,
|
|
17053
17053
|
maxWidth: p.maxWidth,
|