@regulaforensics/ui-components 7.5.99-nightly → 7.5.102-rc

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 { ForwardRefExoticComponent } from 'react';
3
+ import type { ForwardRefExoticComponent } from 'react';
4
4
  import { HTMLAttributes } from 'react';
5
- import { JSX as JSX_2 } from 'react/jsx-runtime';
5
+ import type { JSX as JSX_2 } from 'react/jsx-runtime';
6
6
  import { ReactNode } from 'react';
7
- import { RefAttributes } from 'react';
7
+ import type { RefAttributes } from 'react';
8
8
 
9
9
  export declare const About: FC<IAboutProps>;
10
10
 
@@ -61,8 +61,6 @@ declare const getCheckResultVerification: (input: any) => string;
61
61
 
62
62
  declare const getGraphicFieldType: (input: any) => string | number;
63
63
 
64
- declare const getGroupDescription: (input: any) => string;
65
-
66
64
  declare const getImageQualityCheckTypeLabel: (input: any) => string | number;
67
65
 
68
66
  declare const getIRVisibilityStatus: (input: any) => string | number;
@@ -93,8 +91,6 @@ declare const GraphicFieldType: FC<iGraphicFieldTypeProps>;
93
91
 
94
92
  export declare const Graphics: () => JSX_2.Element | null;
95
93
 
96
- declare const GroupDescription: FC<iGroupDescriptionProps>;
97
-
98
94
  declare interface IAboutProps {
99
95
  additionalFields?: Array<{
100
96
  name: string;
@@ -201,10 +197,6 @@ declare interface iGraphicFieldTypeProps {
201
197
  children: ReactNode;
202
198
  }
203
199
 
204
- declare interface iGroupDescriptionProps {
205
- children: ReactNode;
206
- }
207
-
208
200
  export declare interface IH1Props extends HTMLAttributes<HTMLTitleElement> {
209
201
  textAlign?: 'center' | 'right' | 'left';
210
202
  uppercase?: boolean;
@@ -229,7 +221,6 @@ declare interface IIcon extends FC {
229
221
  Magnifier: typeof Magnifier;
230
222
  Download: typeof Download;
231
223
  Cross: typeof Cross;
232
- LinkArrow: typeof LinkArrow;
233
224
  }
234
225
 
235
226
  declare interface IImageProps extends HTMLAttributes<HTMLDivElement> {
@@ -245,7 +236,6 @@ declare interface IImageProps extends HTMLAttributes<HTMLDivElement> {
245
236
  magnifierImg?: string;
246
237
  previewImg?: string;
247
238
  downloadImg?: string;
248
- magnifierImgBorderRadius?: number;
249
239
  }
250
240
 
251
241
  declare interface iImageQualityCheckTypeLabelProps {
@@ -268,16 +258,6 @@ declare interface iLightsLabelProps {
268
258
  children: ReactNode;
269
259
  }
270
260
 
271
- declare interface ILinkArrowProps extends HTMLAttributes<HTMLSpanElement> {
272
- size?: number;
273
- fillColor?: string;
274
- }
275
-
276
- declare interface ILinkProps extends HTMLAttributes<HTMLDivElement> {
277
- href: string;
278
- target?: string;
279
- }
280
-
281
261
  declare const Image_2: ForwardRefExoticComponent<IImageProps & RefAttributes<HTMLDivElement>>;
282
262
  export { Image_2 as Image }
283
263
 
@@ -329,8 +309,6 @@ declare interface IMatch extends FC {
329
309
  getIRVisibilityStatus: typeof getIRVisibilityStatus;
330
310
  AuthenticityTextCheckReference: typeof AuthenticityTextCheckReference;
331
311
  getAuthenticityTextCheckReference: typeof getAuthenticityTextCheckReference;
332
- GroupDescription: typeof GroupDescription;
333
- getGroupDescription: typeof getGroupDescription;
334
312
  }
335
313
 
336
314
  declare interface IMenuProps extends HTMLAttributes<HTMLSpanElement> {
@@ -469,10 +447,6 @@ declare const LCID: FC<iLcidProps>;
469
447
 
470
448
  declare const LightsLabel: FC<iLightsLabelProps>;
471
449
 
472
- export declare const Link: FC<ILinkProps>;
473
-
474
- declare const LinkArrow: FC<ILinkArrowProps>;
475
-
476
450
  export declare const Logs: () => JSX_2.Element | null;
477
451
 
478
452
  declare const Magnifier: FC<IMagnifierProps>;