warqadui 0.0.294 → 0.0.295

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
@@ -48028,7 +48028,7 @@ var CompletePurchaseModal = ({
48028
48028
  form,
48029
48029
  type: "number",
48030
48030
  onChange: handleCashChange,
48031
- className: "h-[40px]!"
48031
+ className: "h-10!"
48032
48032
  }
48033
48033
  ),
48034
48034
  /* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
@@ -48039,7 +48039,7 @@ var CompletePurchaseModal = ({
48039
48039
  obj: "walletObj",
48040
48040
  api: `/wallets/get?currency=${currency}`,
48041
48041
  required: cash > 0,
48042
- label: "Deposit Wallet",
48042
+ label: "Withdrawal Wallet",
48043
48043
  className: "h-[40px]!"
48044
48044
  }
48045
48045
  )
@@ -51270,6 +51270,21 @@ var ProductList2 = ({ value = false }) => {
51270
51270
  return /* @__PURE__ */ (0, import_jsx_runtime279.jsx)("div", { className: "", children: /* @__PURE__ */ (0, import_jsx_runtime279.jsx)("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
51271
51271
  }
51272
51272
  },
51273
+ {
51274
+ header: "Qty",
51275
+ key: "qty",
51276
+ className: "min-w-[80px]"
51277
+ },
51278
+ {
51279
+ header: "Cost",
51280
+ key: "cost",
51281
+ className: "min-w-[80px]"
51282
+ },
51283
+ {
51284
+ header: "Total",
51285
+ key: "total",
51286
+ className: "min-w-[80px]"
51287
+ },
51273
51288
  ...value ? [
51274
51289
  {
51275
51290
  header: "Cost",
package/dist/index.mjs CHANGED
@@ -48248,7 +48248,7 @@ var CompletePurchaseModal = ({
48248
48248
  form,
48249
48249
  type: "number",
48250
48250
  onChange: handleCashChange,
48251
- className: "h-[40px]!"
48251
+ className: "h-10!"
48252
48252
  }
48253
48253
  ),
48254
48254
  /* @__PURE__ */ jsx263(
@@ -48259,7 +48259,7 @@ var CompletePurchaseModal = ({
48259
48259
  obj: "walletObj",
48260
48260
  api: `/wallets/get?currency=${currency}`,
48261
48261
  required: cash > 0,
48262
- label: "Deposit Wallet",
48262
+ label: "Withdrawal Wallet",
48263
48263
  className: "h-[40px]!"
48264
48264
  }
48265
48265
  )
@@ -51495,6 +51495,21 @@ var ProductList2 = ({ value = false }) => {
51495
51495
  return /* @__PURE__ */ jsx279("div", { className: "", children: /* @__PURE__ */ jsx279("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
51496
51496
  }
51497
51497
  },
51498
+ {
51499
+ header: "Qty",
51500
+ key: "qty",
51501
+ className: "min-w-[80px]"
51502
+ },
51503
+ {
51504
+ header: "Cost",
51505
+ key: "cost",
51506
+ className: "min-w-[80px]"
51507
+ },
51508
+ {
51509
+ header: "Total",
51510
+ key: "total",
51511
+ className: "min-w-[80px]"
51512
+ },
51498
51513
  ...value ? [
51499
51514
  {
51500
51515
  header: "Cost",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.294",
3
+ "version": "0.0.295",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",