@regulaforensics/ui-components 7.4.72-nightly → 7.4.73-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 +0 -10
- package/dist/index.js +16559 -16687
- package/dist/style.css +1 -1
- package/package.json +4 -4
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;
|
|
@@ -317,8 +309,6 @@ declare interface IMatch extends FC {
|
|
|
317
309
|
getIRVisibilityStatus: typeof getIRVisibilityStatus;
|
|
318
310
|
AuthenticityTextCheckReference: typeof AuthenticityTextCheckReference;
|
|
319
311
|
getAuthenticityTextCheckReference: typeof getAuthenticityTextCheckReference;
|
|
320
|
-
GroupDescription: typeof GroupDescription;
|
|
321
|
-
getGroupDescription: typeof getGroupDescription;
|
|
322
312
|
}
|
|
323
313
|
|
|
324
314
|
declare interface IMenuProps extends HTMLAttributes<HTMLSpanElement> {
|