@true-engineering/true-react-common-ui-kit 4.0.0-alpha53 → 4.0.0-alpha54

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 { ITweakStyles } from '../../../../theme';
2
+ import { IControlWrapperSizes } from '../../../ControlWrapper';
2
3
  export declare const ROW_HEIGHT = 40;
3
4
  export declare const CONTAINER_PADDING = 10;
4
5
  export declare const CELL_PADDING: number[];
5
6
  export declare const useStyles: import('../../../../theme').IUseStyles<"root" | "cell" | "active" | "disabled" | "loading" | "list" | "focused" | "withListHeader" | "withListFooter" | "listHeader" | "listFooter" | "cellWithCheckbox" | "noMatchesLabel" | "defaultCell">;
6
- export type ISelectListStyles = ITweakStyles<typeof useStyles>;
7
+ export type ISelectListStyles = ITweakStyles<typeof useStyles, IControlWrapperSizes>;