@edvisor/product-language 0.11.59 → 0.11.61

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,7 @@ interface Sizes {
7
7
  large: string;
8
8
  xLarge: string;
9
9
  xxLarge: string;
10
+ xxxLarge: string;
10
11
  }
11
12
  export declare const MODAL_SIZE: Sizes;
12
13
  export declare const MODAL_SIZE_TEXT: {
@@ -15,6 +16,8 @@ export declare const MODAL_SIZE_TEXT: {
15
16
  DEFAULT: string;
16
17
  LARGE: string;
17
18
  XLARGE: string;
19
+ XXLARGE: string;
20
+ XXXLARGE: string;
18
21
  };
19
22
  export interface IModalBaseProps {
20
23
  open: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.11.59",
3
+ "version": "0.11.61",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",