@edvisor/product-language 0.11.12 → 0.11.13

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.
@@ -11,5 +11,5 @@ export interface IModalProps extends IModalBaseProps {
11
11
  isPrimaryButtonDisabled?: boolean;
12
12
  isPrimaryActionLoading?: boolean;
13
13
  }
14
- export declare type IModal = IModalProps & InputHTMLAttributes<HTMLInputElement>;
14
+ export declare type IModal = IModalProps & InputHTMLAttributes<HTMLDivElement>;
15
15
  export declare const Modal: FC<IModal>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",