warqadui 0.0.286 → 0.0.287

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
@@ -48452,7 +48452,7 @@ var Expenses3Reports = () => {
48452
48452
  render: (row) => {
48453
48453
  return /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)("div", { className: "", children: [
48454
48454
  /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48455
- row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-medium italic text-xs capitalize text-gray-500 dark:text-white ", children: row.note })
48455
+ row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
48456
48456
  ] });
48457
48457
  }
48458
48458
  },
@@ -48588,7 +48588,7 @@ var Expenses3Reports2 = () => {
48588
48588
  render: (row) => {
48589
48589
  return /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)("div", { className: "", children: [
48590
48590
  /* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48591
- row.note && /* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-medium italic text-xs capitalize text-gray-500 dark:text-white ", children: row.note })
48591
+ row.note && /* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
48592
48592
  ] });
48593
48593
  }
48594
48594
  },
package/dist/index.mjs CHANGED
@@ -48664,7 +48664,7 @@ var Expenses3Reports = () => {
48664
48664
  render: (row) => {
48665
48665
  return /* @__PURE__ */ jsxs234("div", { className: "", children: [
48666
48666
  /* @__PURE__ */ jsx265("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48667
- row.note && /* @__PURE__ */ jsx265("p", { className: "font-medium italic text-xs capitalize text-gray-500 dark:text-white ", children: row.note })
48667
+ row.note && /* @__PURE__ */ jsx265("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
48668
48668
  ] });
48669
48669
  }
48670
48670
  },
@@ -48800,7 +48800,7 @@ var Expenses3Reports2 = () => {
48800
48800
  render: (row) => {
48801
48801
  return /* @__PURE__ */ jsxs235("div", { className: "", children: [
48802
48802
  /* @__PURE__ */ jsx266("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
48803
- row.note && /* @__PURE__ */ jsx266("p", { className: "font-medium italic text-xs capitalize text-gray-500 dark:text-white ", children: row.note })
48803
+ row.note && /* @__PURE__ */ jsx266("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
48804
48804
  ] });
48805
48805
  }
48806
48806
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.286",
3
+ "version": "0.0.287",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",