aq-fe-framework 0.1.522 → 0.1.523

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.
@@ -199,7 +199,7 @@ declare function MyFlexEnd({ children, ...rest }: MyFlexEndProps): react_jsx_run
199
199
  interface MyModalDeleteProps {
200
200
  disclosure: ReturnType<typeof useDisclosure>;
201
201
  contextData?: string;
202
- onSubmit: () => void;
202
+ onSubmit?: () => void;
203
203
  submitLoading?: boolean;
204
204
  }
205
205
  declare function MyModalDelete({ disclosure, contextData, onSubmit, submitLoading }: MyModalDeleteProps): react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.522",
45
+ "version": "0.1.523",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"