@edvisor/product-language 0.11.102 → 0.11.103

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.
@@ -7,6 +7,9 @@ export interface IModalDestructiveProps extends IModalBaseProps {
7
7
  onPrimaryAction: () => void;
8
8
  isPrimaryButtonDisabled?: boolean;
9
9
  isPrimaryActionLoading?: boolean;
10
+ requireValidation?: string;
11
+ validationInputLabel?: string;
12
+ validationInputPlaceholder?: string;
10
13
  }
11
14
  declare type IModalDestructive = IModalDestructiveProps & HTMLAttributes<HTMLDivElement>;
12
15
  export declare const ModalDestructive: FC<IModalDestructive>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.11.102",
3
+ "version": "0.11.103",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",