@bookmypuja-tech/bmp-pdf 0.3.28 → 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.
- package/dist/index.js +2 -54
- 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
|
});
|
|
@@ -2582,33 +2556,7 @@ var A4CombinedReport = ({
|
|
|
2582
2556
|
flexDirection: "row"
|
|
2583
2557
|
}
|
|
2584
2558
|
},
|
|
2585
|
-
/* @__PURE__ */ React14.createElement(
|
|
2586
|
-
View9,
|
|
2587
|
-
{
|
|
2588
|
-
style: {
|
|
2589
|
-
width: "40%"
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2592
|
-
/* @__PURE__ */ React14.createElement(Text_default, null, booking.devoteeName)
|
|
2593
|
-
),
|
|
2594
|
-
/* @__PURE__ */ React14.createElement(
|
|
2595
|
-
View9,
|
|
2596
|
-
{
|
|
2597
|
-
style: {
|
|
2598
|
-
width: "30%"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
/* @__PURE__ */ React14.createElement(Text_default, null, booking.nakshatra)
|
|
2602
|
-
),
|
|
2603
|
-
/* @__PURE__ */ React14.createElement(
|
|
2604
|
-
View9,
|
|
2605
|
-
{
|
|
2606
|
-
style: {
|
|
2607
|
-
width: "30%"
|
|
2608
|
-
}
|
|
2609
|
-
},
|
|
2610
|
-
/* @__PURE__ */ React14.createElement(Text_default, null, puja.name)
|
|
2611
|
-
)
|
|
2559
|
+
/* @__PURE__ */ React14.createElement(Text_default, null, `${booking.devoteeName} ----- ${booking.nakshatra} ----- ${puja.name}`)
|
|
2612
2560
|
)
|
|
2613
2561
|
);
|
|
2614
2562
|
});
|
package/package.json
CHANGED