@bookmypuja-tech/bmp-pdf 0.3.29 → 0.3.30

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 -27
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2556,33 +2556,7 @@ var A4CombinedReport = ({
2556
2556
  flexDirection: "row"
2557
2557
  }
2558
2558
  },
2559
- /* @__PURE__ */ React14.createElement(
2560
- View9,
2561
- {
2562
- style: {
2563
- width: "40%"
2564
- }
2565
- },
2566
- /* @__PURE__ */ React14.createElement(Text_default, null, booking.devoteeName)
2567
- ),
2568
- /* @__PURE__ */ React14.createElement(
2569
- View9,
2570
- {
2571
- style: {
2572
- width: "30%"
2573
- }
2574
- },
2575
- /* @__PURE__ */ React14.createElement(Text_default, null, booking.nakshatra)
2576
- ),
2577
- /* @__PURE__ */ React14.createElement(
2578
- View9,
2579
- {
2580
- style: {
2581
- width: "30%"
2582
- }
2583
- },
2584
- /* @__PURE__ */ React14.createElement(Text_default, null, puja.name)
2585
- )
2559
+ /* @__PURE__ */ React14.createElement(Text_default, null, `${booking.devoteeName} ----- ${booking.nakshatra} ----- ${puja.name}`)
2586
2560
  )
2587
2561
  );
2588
2562
  });
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.29",
4
+ "version": "0.3.30",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",