andoncloud-sdk 1.5.0 → 1.5.2

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.
@@ -16,8 +16,14 @@ declare namespace Container {
16
16
  namespace defaultProps {
17
17
  const headerProps_1: {};
18
18
  export { headerProps_1 as headerProps };
19
- const sidebarMenuProps_1: {};
19
+ export namespace sidebarMenuProps_1 {
20
+ export const enabled: boolean;
21
+ export const open: boolean;
22
+ export const items: never[];
23
+ export { DEFAULT_SIDEBAR_MENU_WIDTH as width };
24
+ }
20
25
  export { sidebarMenuProps_1 as sidebarMenuProps };
21
26
  }
22
27
  }
23
28
  import React from "react";
29
+ declare const DEFAULT_SIDEBAR_MENU_WIDTH: 240;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.5.0";
1
+ export declare const LIBRARY_VERSION = "1.5.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",