erp-pos-ecommerce-shared 0.2.7 → 0.2.8

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.
@@ -382,7 +382,7 @@ interface FormPagePropsBase<TData, TVariables = unknown> {
382
382
  typeOfForm: "create" | "edit";
383
383
  dataKey: string;
384
384
  loading: boolean;
385
- cardWidth?: number;
385
+ cardWidth?: number | string;
386
386
  onSuccess?: (data: TData) => void;
387
387
  setData?: (data: TData) => void;
388
388
  navigateAway?: boolean;