warqadui 0.0.287 → 0.0.288

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
@@ -50866,7 +50866,7 @@ var ProductList2 = ({ value = false }) => {
50866
50866
  key: "name",
50867
50867
  className: "text-xs whitespace-nowrap",
50868
50868
  render: (row) => {
50869
- return /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("div", { className: "", children: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("p", { className: "font-bold text-black dark:text-white print:text-black", children: row.name }) });
50869
+ return /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("div", { className: "", children: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
50870
50870
  }
50871
50871
  },
50872
50872
  ...value ? [
@@ -50891,7 +50891,6 @@ var ProductList2 = ({ value = false }) => {
50891
50891
  subtitle: branchId ? currentBranch?.name : "All Branches",
50892
50892
  tableTitle: "Stock List",
50893
50893
  fixed: false,
50894
- startPage: 1e10,
50895
50894
  headers: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)(
50896
50895
  Select,
50897
50896
  {
package/dist/index.mjs CHANGED
@@ -51083,7 +51083,7 @@ var ProductList2 = ({ value = false }) => {
51083
51083
  key: "name",
51084
51084
  className: "text-xs whitespace-nowrap",
51085
51085
  render: (row) => {
51086
- return /* @__PURE__ */ jsx277("div", { className: "", children: /* @__PURE__ */ jsx277("p", { className: "font-bold text-black dark:text-white print:text-black", children: row.name }) });
51086
+ return /* @__PURE__ */ jsx277("div", { className: "", children: /* @__PURE__ */ jsx277("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
51087
51087
  }
51088
51088
  },
51089
51089
  ...value ? [
@@ -51108,7 +51108,6 @@ var ProductList2 = ({ value = false }) => {
51108
51108
  subtitle: branchId ? currentBranch?.name : "All Branches",
51109
51109
  tableTitle: "Stock List",
51110
51110
  fixed: false,
51111
- startPage: 1e10,
51112
51111
  headers: /* @__PURE__ */ jsx277(
51113
51112
  Select,
51114
51113
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.287",
3
+ "version": "0.0.288",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",