@bookmypuja-tech/bmp-pdf 0.3.28 → 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.
- package/dist/index.js +1 -27
- 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
|
});
|
package/package.json
CHANGED