andoncloud-sdk 1.5.8 → 1.5.9

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.
package/dist/index.d.ts CHANGED
@@ -96,6 +96,7 @@ declare module 'andoncloud-sdk' {
96
96
  export interface SidePanelProps {
97
97
  enabled: boolean;
98
98
  open?: boolean;
99
+ onClose?: () => void;
99
100
  title?: string;
100
101
  content: React.ReactNode;
101
102
  width?: string;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.5.8";
1
+ export declare const LIBRARY_VERSION = "1.5.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",