@testim/root-cause-client-bundled
Advanced tools
Comparing version 0.1.28-canary-711.1 to 0.1.28-canary-717.1
/// <reference types="react" /> | ||
import { HasRectangle } from '@testim/root-cause-types'; | ||
export declare type ImageStretchBehavior = 'content-fit' | 'zoom'; | ||
export declare function useBackgroundHighlight(step: HasRectangle, image: React.RefObject<HTMLImageElement>, container: React.RefObject<HTMLDivElement>, imageStretchBehavior: ImageStretchBehavior): readonly [undefined, undefined, undefined] | readonly [{ | ||
export declare function useBackgroundHighlight(step: HasRectangle, image: HTMLImageElement | null, container: React.RefObject<HTMLDivElement>, imageStretchBehavior: ImageStretchBehavior): readonly [undefined, undefined, undefined] | readonly [{ | ||
width: number; | ||
@@ -6,0 +6,0 @@ height: number; |
@@ -1,5 +0,4 @@ | ||
/// <reference types="react" /> | ||
export declare function useImageDimensions(imageRef: React.RefObject<HTMLImageElement>): { | ||
export declare function useImageDimensions(imageElement: HTMLImageElement | null): { | ||
width: number; | ||
height: number; | ||
} | null; |
@@ -1,1 +0,1 @@ | ||
export declare function useResizeEffect(): any; | ||
export declare function useResizeEffect(): number; |
{ | ||
"name": "@testim/root-cause-client-bundled", | ||
"version": "0.1.28-canary-711.1+d289af1", | ||
"version": "0.1.28-canary-717.1+408e1fa", | ||
"private": false, | ||
@@ -76,3 +76,3 @@ "proxy": "http://localhost:9876/", | ||
}, | ||
"gitHead": "d289af1bf883745d36d8e4ca48cf1e2a199ffad7" | ||
"gitHead": "408e1fae6c9f99bb2bdec987ef4e8e5d28d6d8b7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7367686
63443