@regulaforensics/ui-components 7.5.173-rc → 7.5.174-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 +0 -10
- package/dist/index.js +8262 -8312
- package/package.json +21 -19
package/dist/index.d.ts
CHANGED
|
@@ -10,8 +10,6 @@ export declare const About: FC<IAboutProps>;
|
|
|
10
10
|
|
|
11
11
|
declare const Arrow: FC<IArrowProps>;
|
|
12
12
|
|
|
13
|
-
declare const Authenticity: FC<iAuthenticityProps>;
|
|
14
|
-
|
|
15
13
|
declare const AuthenticityLabel: FC<iAuthenticityLabelProps>;
|
|
16
14
|
|
|
17
15
|
declare const AuthenticityTextCheckReference: FC<iAuthenticityTextCheckReferenceProps>;
|
|
@@ -49,8 +47,6 @@ export declare enum eInfoTabID {
|
|
|
49
47
|
|
|
50
48
|
declare const Eye: FC<IEyeProps>;
|
|
51
49
|
|
|
52
|
-
declare const getAuthenticity: (input: any) => string | number;
|
|
53
|
-
|
|
54
50
|
declare const getAuthenticityLabel: (input: any) => string | number;
|
|
55
51
|
|
|
56
52
|
declare const getAuthenticityTextCheckReference: (input: any) => string | number;
|
|
@@ -111,10 +107,6 @@ declare interface iAuthenticityLabelProps {
|
|
|
111
107
|
children: ReactNode;
|
|
112
108
|
}
|
|
113
109
|
|
|
114
|
-
declare interface iAuthenticityProps {
|
|
115
|
-
children: ReactNode;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
110
|
declare interface iAuthenticityTextCheckReferenceProps {
|
|
119
111
|
children: ReactNode;
|
|
120
112
|
}
|
|
@@ -291,8 +283,6 @@ declare interface IMagnifierProps extends HTMLAttributes<HTMLSpanElement> {
|
|
|
291
283
|
}
|
|
292
284
|
|
|
293
285
|
declare interface IMatch extends FC {
|
|
294
|
-
Authenticity: typeof Authenticity;
|
|
295
|
-
getAuthenticity: typeof getAuthenticity;
|
|
296
286
|
AuthenticityLabel: typeof AuthenticityLabel;
|
|
297
287
|
getAuthenticityLabel: typeof getAuthenticityLabel;
|
|
298
288
|
CheckDiagnose: typeof CheckDiagnose;
|