@edvisor/product-language 0.11.17 → 0.11.19

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.
@@ -5,6 +5,7 @@ declare type MenuItem = {
5
5
  } & IOption;
6
6
  interface IMenuPros {
7
7
  items: MenuItem[];
8
+ open: boolean;
8
9
  }
9
10
  export declare const Menu: (props: IMenuPros) => JSX.Element;
10
11
  export {};
@@ -1,3 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { IOptionMultiLevelComponentProps } from '../types';
3
- export declare const OptionMultiLevelExpandedComponent: import("react").MemoExoticComponent<(props: IOptionMultiLevelComponentProps) => JSX.Element>;
3
+ export declare const OptionMultiLevelExpandedComponent: import("react").MemoExoticComponent<(props: IOptionMultiLevelComponentProps & {
4
+ itemNumber: number;
5
+ }) => JSX.Element>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.11.17",
3
+ "version": "0.11.19",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",