@bookmypuja-tech/bmp-pdf 0.3.14 → 0.3.15
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.d.ts +3 -0
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3533,8 +3533,7 @@ var A4Invoice = ({ data }) => {
|
|
|
3533
3533
|
paddingHorizontal: 10
|
|
3534
3534
|
}
|
|
3535
3535
|
},
|
|
3536
|
-
/* @__PURE__ */ React17.createElement(Text_default,
|
|
3537
|
-
/* @__PURE__ */ React17.createElement(Text_default, null, "2) Prasadam Collection Schedule: Morning Pujas: Sundays, Tuesdays, and Fridays: Collect before 12:00 PM; Mondays, Wednesdays, Thursdays, and Saturdays: Collect before 11:00 AM. Evening Pujas: Collect before 8:00 PM")
|
|
3536
|
+
data.instructions.map((instruction, index) => /* @__PURE__ */ React17.createElement(Text_default, { key: index, style: { fontSize: 8 } }, index + 1, ") ", instruction.instruction))
|
|
3538
3537
|
)
|
|
3539
3538
|
), /* @__PURE__ */ React17.createElement(
|
|
3540
3539
|
View12,
|
package/package.json
CHANGED