@smart-factor/gem-ui-components 0.0.163 → 0.0.165

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.
@@ -4,5 +4,6 @@ export interface IconButtonProps extends IconButtonPropsMUI {
4
4
  tooltip?: React.ReactNode;
5
5
  href?: string;
6
6
  tooltipDisableInteractive?: boolean;
7
+ tooltipOffset?: [number, number];
7
8
  }
8
- export declare function IconButton({ children, disabled, loading, tooltip, tooltipDisableInteractive, sx, size, ...rest }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function IconButton({ children, disabled, loading, tooltip, tooltipDisableInteractive, tooltipOffset, sx, size, ...rest }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -10,6 +10,7 @@ export declare const Default: Story;
10
10
  export declare const Loading: Story;
11
11
  export declare const Empty: Story;
12
12
  export declare const WithExcelExport: Story;
13
+ export declare const MixedColumnTypes: Story;
13
14
  interface ExtendedRowData extends GridValidRowModel {
14
15
  id: number;
15
16
  name: string;