@bookmypuja-tech/bmp-pdf 0.3.23 → 0.3.24

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
@@ -3020,7 +3020,7 @@ var A4SettlementsReport = ({
3020
3020
  fontSize: 9
3021
3021
  }
3022
3022
  },
3023
- /* @__PURE__ */ React16.createElement(Text_default, null, item.utr)
3023
+ /* @__PURE__ */ React16.createElement(Text_default, null, item.utr.split("").map((line, index2) => /* @__PURE__ */ React16.createElement(Text_default, { key: index2 }, line)))
3024
3024
  ),
3025
3025
  /* @__PURE__ */ React16.createElement(
3026
3026
  View11,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bookmypuja-tech/bmp-pdf",
3
3
  "description": "PDF Report Generation for Temple360 and T-360 by BookMyPuja",
4
- "version": "0.3.23",
4
+ "version": "0.3.24",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",