@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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: u.textAlign || "left",
17050
+ headerAlign: "left",
17051
17051
  flex: p.flex,
17052
17052
  minWidth: p.minWidth,
17053
17053
  maxWidth: p.maxWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackpurl/bp-react-components",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Reusable BP React component library with Minimal template",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",