@ws-ui/shared 1.12.4 → 1.13.0

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.
@@ -1,6 +1,7 @@
1
1
  import { FC, PropsWithChildren, ReactNode } from 'react';
2
- export declare const PANEL_INITIAL_HEIGHT = 30;
3
- export declare const PANEL_EXPANDED_HEIGHT = 500;
2
+ export declare const PANEL_COLLAPSED_HEIGHT = 30;
3
+ export declare const PANEL_INITIAL_OPEN_RATIO = 0.3;
4
+ export declare const PANEL_MAX_RATIO = 0.6;
4
5
  export interface ICommonPanelProps {
5
6
  headerRightSide?: ReactNode;
6
7
  }