warqadui 0.0.277 → 0.0.278

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
@@ -48250,7 +48250,8 @@ function ExpenseForm2() {
48250
48250
  amount: 0,
48251
48251
  description: "",
48252
48252
  wallet: "",
48253
- rate: void 0
48253
+ rate: void 0,
48254
+ branch: branchId || void 0
48254
48255
  }
48255
48256
  });
48256
48257
  const { handleSubmit, reset, watch } = methods;
package/dist/index.mjs CHANGED
@@ -48462,7 +48462,8 @@ function ExpenseForm2() {
48462
48462
  amount: 0,
48463
48463
  description: "",
48464
48464
  wallet: "",
48465
- rate: void 0
48465
+ rate: void 0,
48466
+ branch: branchId || void 0
48466
48467
  }
48467
48468
  });
48468
48469
  const { handleSubmit, reset, watch } = methods;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.277",
3
+ "version": "0.0.278",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",