@regulaforensics/ui-components 7.5.87-nightly → 7.5.89-nightly

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.
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { eCheckResult } from '@regulaforensics/document-reader-typings';
2
2
  import { FC } from 'react';
3
- import type { ForwardRefExoticComponent } from 'react';
3
+ import { ForwardRefExoticComponent } from 'react';
4
4
  import { HTMLAttributes } from 'react';
5
- import type { JSX as JSX_2 } from 'react/jsx-runtime';
5
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
6
6
  import { ReactNode } from 'react';
7
- import type { RefAttributes } from 'react';
7
+ import { RefAttributes } from 'react';
8
8
 
9
9
  export declare const About: FC<IAboutProps>;
10
10
 
@@ -245,6 +245,7 @@ declare interface IImageProps extends HTMLAttributes<HTMLDivElement> {
245
245
  magnifierImg?: string;
246
246
  previewImg?: string;
247
247
  downloadImg?: string;
248
+ magnifierImgBorderRadius?: number;
248
249
  }
249
250
 
250
251
  declare interface iImageQualityCheckTypeLabelProps {