@regulaforensics/ui-components 7.4.83-nightly → 7.4.97-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
@@ -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> {
@@ -267,16 +258,6 @@ declare interface iLightsLabelProps {
267
258
  children: ReactNode;
268
259
  }
269
260
 
270
- declare interface ILinkArrowProps extends HTMLAttributes<HTMLSpanElement> {
271
- size?: number;
272
- fillColor?: string;
273
- }
274
-
275
- declare interface ILinkProps extends HTMLAttributes<HTMLDivElement> {
276
- href: string;
277
- target?: string;
278
- }
279
-
280
261
  declare const Image_2: ForwardRefExoticComponent<IImageProps & RefAttributes<HTMLDivElement>>;
281
262
  export { Image_2 as Image }
282
263
 
@@ -328,8 +309,6 @@ declare interface IMatch extends FC {
328
309
  getIRVisibilityStatus: typeof getIRVisibilityStatus;
329
310
  AuthenticityTextCheckReference: typeof AuthenticityTextCheckReference;
330
311
  getAuthenticityTextCheckReference: typeof getAuthenticityTextCheckReference;
331
- GroupDescription: typeof GroupDescription;
332
- getGroupDescription: typeof getGroupDescription;
333
312
  }
334
313
 
335
314
  declare interface IMenuProps extends HTMLAttributes<HTMLSpanElement> {
@@ -468,10 +447,6 @@ declare const LCID: FC<iLcidProps>;
468
447
 
469
448
  declare const LightsLabel: FC<iLightsLabelProps>;
470
449
 
471
- export declare const Link: FC<ILinkProps>;
472
-
473
- declare const LinkArrow: FC<ILinkArrowProps>;
474
-
475
450
  export declare const Logs: () => JSX_2.Element | null;
476
451
 
477
452
  declare const Magnifier: FC<IMagnifierProps>;