@bookmypuja-tech/bmp-pdf 0.3.27 → 0.3.29

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 +31 -35
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1901,33 +1901,7 @@ var A4PujaList = ({
1901
1901
  flexDirection: "row"
1902
1902
  }
1903
1903
  },
1904
- /* @__PURE__ */ React12.createElement(
1905
- View7,
1906
- {
1907
- style: {
1908
- width: "40%"
1909
- }
1910
- },
1911
- /* @__PURE__ */ React12.createElement(Text_default, null, booking.devoteeName)
1912
- ),
1913
- /* @__PURE__ */ React12.createElement(
1914
- View7,
1915
- {
1916
- style: {
1917
- width: "30%"
1918
- }
1919
- },
1920
- /* @__PURE__ */ React12.createElement(Text_default, null, booking.nakshatra)
1921
- ),
1922
- /* @__PURE__ */ React12.createElement(
1923
- View7,
1924
- {
1925
- style: {
1926
- width: "30%"
1927
- }
1928
- },
1929
- /* @__PURE__ */ React12.createElement(Text_default, null, puja.name)
1930
- )
1904
+ /* @__PURE__ */ React12.createElement(Text_default, null, `${booking.devoteeName} ----- ${booking.nakshatra} ----- ${puja.name}`)
1931
1905
  )
1932
1906
  );
1933
1907
  });
@@ -2565,12 +2539,11 @@ var A4CombinedReport = ({
2565
2539
  ),
2566
2540
  /* @__PURE__ */ React14.createElement(Text_default, null, booking.phone_number)
2567
2541
  ),
2568
- /* @__PURE__ */ React14.createElement(Text_default, { style: { fontSize: 16 } }, puja.name),
2569
2542
  /* @__PURE__ */ React14.createElement(
2570
2543
  View9,
2571
2544
  {
2572
2545
  style: {
2573
- height: 8,
2546
+ height: 15,
2574
2547
  width: "100%"
2575
2548
  }
2576
2549
  }
@@ -2580,14 +2553,37 @@ var A4CombinedReport = ({
2580
2553
  {
2581
2554
  style: {
2582
2555
  display: "flex",
2583
- flexDirection: "row",
2584
- flexWrap: "wrap"
2556
+ flexDirection: "row"
2585
2557
  }
2586
2558
  },
2587
- /* @__PURE__ */ React14.createElement(Text_default, { style: { fontSize: 16 } }, "Name: "),
2588
- /* @__PURE__ */ React14.createElement(Text_default, { style: { fontSize: 16, flexWrap: "wrap" } }, booking.devoteeName)
2589
- ),
2590
- /* @__PURE__ */ React14.createElement(Text_default, { style: { fontSize: 16 } }, "Nakshatra: ", booking.nakshatra)
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
+ )
2586
+ )
2591
2587
  );
2592
2588
  });
2593
2589
  })
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.27",
4
+ "version": "0.3.29",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",