@bookmypuja-tech/bmp-pdf 0.3.21 → 0.3.22
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 +23 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3634,10 +3634,29 @@ var A4PostalReport = ({ date, templeName, data }) => {
|
|
|
3634
3634
|
padding: 6
|
|
3635
3635
|
}
|
|
3636
3636
|
},
|
|
3637
|
-
/* @__PURE__ */ React18.createElement(
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3637
|
+
/* @__PURE__ */ React18.createElement(
|
|
3638
|
+
View13,
|
|
3639
|
+
{
|
|
3640
|
+
style: {
|
|
3641
|
+
flexGrow: 1
|
|
3642
|
+
}
|
|
3643
|
+
},
|
|
3644
|
+
/* @__PURE__ */ React18.createElement(Text_default, { style: { fontSize: 10, fontWeight: "bold" } }, item.name),
|
|
3645
|
+
/* @__PURE__ */ React18.createElement(Text_default, { style: { fontSize: 10 } }, item.address),
|
|
3646
|
+
/* @__PURE__ */ React18.createElement(Text_default, { style: { fontSize: 10 } }, item.phone)
|
|
3647
|
+
),
|
|
3648
|
+
/* @__PURE__ */ React18.createElement(
|
|
3649
|
+
View13,
|
|
3650
|
+
{
|
|
3651
|
+
style: {
|
|
3652
|
+
borderTop: "1px solid black",
|
|
3653
|
+
marginTop: 5,
|
|
3654
|
+
paddingTop: 3,
|
|
3655
|
+
borderStyle: "dotted"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
),
|
|
3659
|
+
/* @__PURE__ */ React18.createElement(Text_default, { style: { fontSize: 9, marginTop: 3 } }, "Note: ", item.pujaDetails)
|
|
3641
3660
|
);
|
|
3642
3661
|
})
|
|
3643
3662
|
)));
|
package/package.json
CHANGED