warqadui 0.0.281 → 0.0.282

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 CHANGED
@@ -48474,8 +48474,8 @@ var Expenses3Reports = () => {
48474
48474
  className: "text-xs whitespace-nowrap ",
48475
48475
  render: (row) => {
48476
48476
  return /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)("div", { className: "", children: [
48477
- /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("span", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48478
- row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("span", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.note })
48477
+ /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48478
+ row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.note })
48479
48479
  ] });
48480
48480
  }
48481
48481
  },
package/dist/index.mjs CHANGED
@@ -48686,8 +48686,8 @@ var Expenses3Reports = () => {
48686
48686
  className: "text-xs whitespace-nowrap ",
48687
48687
  render: (row) => {
48688
48688
  return /* @__PURE__ */ jsxs234("div", { className: "", children: [
48689
- /* @__PURE__ */ jsx265("span", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48690
- row.note && /* @__PURE__ */ jsx265("span", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.note })
48689
+ /* @__PURE__ */ jsx265("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48690
+ row.note && /* @__PURE__ */ jsx265("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.note })
48691
48691
  ] });
48692
48692
  }
48693
48693
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.281",
3
+ "version": "0.0.282",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",