@nerdjs/sales-kit 3.2.25 → 3.2.26

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.
@@ -408,7 +408,7 @@ const EditCargoLiabilityModal = ({ value, setValue, open, onClose, initialValue,
408
408
  useEffect(() => {
409
409
  _setValue(value ? value : undefined);
410
410
  }, [open]);
411
- const maxCargoValue = result?.type === "TL" ? 250000 : 100000;
411
+ const maxCargoValue = result?.type === "TL" ? 350000 : 250000;
412
412
  return (_jsx(Modal, { open: open, onClose: handleClose, children: _jsxs(ModalDialog, { layout: "center", sx: (theme) => ({
413
413
  width: 450,
414
414
  [theme.breakpoints.only("xs")]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "3.2.25",
3
+ "version": "3.2.26",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",