@true-engineering/true-react-common-ui-kit 3.0.0-alpha.1 → 3.0.0-alpha.3

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,7 +1,7 @@
1
1
  import { ITweakStyles } from '../../theme';
2
2
  import { IFlexibleTableRowStyles } from './components';
3
3
  export declare const STICKY_SHADOW_PADDING = 12;
4
- export declare const useStyles: import("../../theme").IUseStyles<"root" | "scroll" | "header" | "loader" | "horizontallyScrolled" | "headerRow" | "headerSticky" | "headerSecond", unknown>;
4
+ export declare const useStyles: import("../../theme").IUseStyles<"root" | "scroll" | "header" | "loader" | "headerRow" | "headerSticky" | "headerSecond", unknown>;
5
5
  export declare type IFlexibleTableStyles = ITweakStyles<typeof useStyles, {
6
6
  tweakTableRow: IFlexibleTableRowStyles;
7
7
  }>;
@@ -3,3 +3,4 @@ export * from './use-on-click-outside';
3
3
  export * from './use-dropdown';
4
4
  export * from './use-tweak-styles';
5
5
  export * from './use-did-mount-effect';
6
+ export * from './use-mixed-styles';
@@ -0,0 +1 @@
1
+ export declare const useMixedStyles: <StyleSheet_1>(baseStyles?: StyleSheet_1 | undefined, tweakStyles?: StyleSheet_1 | undefined) => StyleSheet_1 | undefined;