hplx-react-elements-dev 1.0.44 → 1.0.45

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.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { popUpModalProps } from "../types";
3
- declare const PopUpModal: ({ backgroundColor, position, margin, zIndex, padding, width, height, boxShadow, borderRadius, ClassNames, openModal, closeModal, Children, style, onCreateHandler, onUpdateHandler, }: popUpModalProps) => JSX.Element;
3
+ declare const PopUpModal: ({ backgroundColor, position, margin, zIndex, padding, width, height, boxShadow, borderRadius, ClassNames, openModal, closeModal, Children, style, }: popUpModalProps) => JSX.Element;
4
4
  export default PopUpModal;
@@ -105,8 +105,6 @@ export interface popUpModalProps {
105
105
  ClassNames?: ReactNode;
106
106
  openModal?: boolean;
107
107
  closeModal?: () => void;
108
- onCreateHandler: () => void;
109
- onUpdateHandler?: () => void;
110
108
  }
111
109
  export interface TextAreaFieldProps {
112
110
  label?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.44",
12
+ "version": "1.0.45",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",