warqadui 0.0.283 → 0.0.284
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48475,7 +48475,7 @@ var Expenses3Reports = () => {
|
|
|
48475
48475
|
render: (row) => {
|
|
48476
48476
|
return /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)("div", { className: "", children: [
|
|
48477
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-medium
|
|
48478
|
+
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 })
|
|
48479
48479
|
] });
|
|
48480
48480
|
}
|
|
48481
48481
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -48687,7 +48687,7 @@ var Expenses3Reports = () => {
|
|
|
48687
48687
|
render: (row) => {
|
|
48688
48688
|
return /* @__PURE__ */ jsxs234("div", { className: "", children: [
|
|
48689
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-medium
|
|
48690
|
+
row.note && /* @__PURE__ */ jsx265("p", { className: "font-medium italic text-xs capitalize text-gray-500 dark:text-white ", children: row.note })
|
|
48691
48691
|
] });
|
|
48692
48692
|
}
|
|
48693
48693
|
},
|