@bookmypuja-tech/bmp-pdf 0.3.42 → 0.3.43

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4424,7 +4424,7 @@ var A4PujaCountReport = ({
4424
4424
  style: {
4425
4425
  padding: 6,
4426
4426
  borderRight: "1px solid #000",
4427
- width: "50%"
4427
+ width: "40%"
4428
4428
  }
4429
4429
  },
4430
4430
  /* @__PURE__ */ React22.createElement(Text_default, null, "Puja Name")
@@ -4435,7 +4435,7 @@ var A4PujaCountReport = ({
4435
4435
  style: {
4436
4436
  padding: 6,
4437
4437
  borderRight: "1px solid #000",
4438
- width: "20%"
4438
+ width: "15%"
4439
4439
  }
4440
4440
  },
4441
4441
  /* @__PURE__ */ React22.createElement(Text_default, null, "Total Count")
@@ -4446,7 +4446,7 @@ var A4PujaCountReport = ({
4446
4446
  style: {
4447
4447
  padding: 6,
4448
4448
  borderRight: "none",
4449
- width: "20%"
4449
+ width: "35%"
4450
4450
  }
4451
4451
  },
4452
4452
  /* @__PURE__ */ React22.createElement(Text_default, null, "Remarks")
@@ -4481,7 +4481,7 @@ var A4PujaCountReport = ({
4481
4481
  style: {
4482
4482
  padding: 6,
4483
4483
  borderRight: "1px solid #000",
4484
- width: "50%"
4484
+ width: "40%"
4485
4485
  }
4486
4486
  },
4487
4487
  /* @__PURE__ */ React22.createElement(Text_default, null, item.name)
@@ -4492,7 +4492,7 @@ var A4PujaCountReport = ({
4492
4492
  style: {
4493
4493
  padding: 6,
4494
4494
  borderRight: "1px solid #000",
4495
- width: "20%"
4495
+ width: "15%"
4496
4496
  }
4497
4497
  },
4498
4498
  /* @__PURE__ */ React22.createElement(Text_default, null, item.quantity)
@@ -4503,7 +4503,7 @@ var A4PujaCountReport = ({
4503
4503
  style: {
4504
4504
  padding: 6,
4505
4505
  borderRight: "none",
4506
- width: "20%"
4506
+ width: "35%"
4507
4507
  }
4508
4508
  }
4509
4509
  )
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bookmypuja-tech/bmp-pdf",
3
3
  "description": "PDF Report Generation for Temple360 and T-360 by BookMyPuja",
4
- "version": "0.3.42",
4
+ "version": "0.3.43",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",