@bookmypuja-tech/bmp-pdf 0.3.27 → 0.3.28
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 +30 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2565,12 +2565,11 @@ var A4CombinedReport = ({
|
|
|
2565
2565
|
),
|
|
2566
2566
|
/* @__PURE__ */ React14.createElement(Text_default, null, booking.phone_number)
|
|
2567
2567
|
),
|
|
2568
|
-
/* @__PURE__ */ React14.createElement(Text_default, { style: { fontSize: 16 } }, puja.name),
|
|
2569
2568
|
/* @__PURE__ */ React14.createElement(
|
|
2570
2569
|
View9,
|
|
2571
2570
|
{
|
|
2572
2571
|
style: {
|
|
2573
|
-
height:
|
|
2572
|
+
height: 15,
|
|
2574
2573
|
width: "100%"
|
|
2575
2574
|
}
|
|
2576
2575
|
}
|
|
@@ -2580,14 +2579,37 @@ var A4CombinedReport = ({
|
|
|
2580
2579
|
{
|
|
2581
2580
|
style: {
|
|
2582
2581
|
display: "flex",
|
|
2583
|
-
flexDirection: "row"
|
|
2584
|
-
flexWrap: "wrap"
|
|
2582
|
+
flexDirection: "row"
|
|
2585
2583
|
}
|
|
2586
2584
|
},
|
|
2587
|
-
/* @__PURE__ */ React14.createElement(
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
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
|
+
)
|
|
2612
|
+
)
|
|
2591
2613
|
);
|
|
2592
2614
|
});
|
|
2593
2615
|
})
|
package/package.json
CHANGED