@regulaforensics/ui-components 8.3.569-nightly → 8.3.570-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/core/index.cjs +15 -20
- package/dist/core/index.css +3 -3
- package/dist/core/index.js +25374 -27603
- package/dist/index.d.ts +1 -13
- package/dist/main/index.cjs +15 -20
- package/dist/main/index.css +3 -3
- package/dist/main/index.js +25374 -27603
- package/package.json +19 -19
package/dist/index.d.ts
CHANGED
|
@@ -14,9 +14,6 @@ import { TDetectResponse } from '@regulaforensics/facesdk-webclient';
|
|
|
14
14
|
/** Displays the document processing time and additional fields. */
|
|
15
15
|
export declare const About: FC<IAboutProps>;
|
|
16
16
|
|
|
17
|
-
/** Display warning messages that require attention. */
|
|
18
|
-
export declare const Alert: FC<IAlertProps>;
|
|
19
|
-
|
|
20
17
|
/** Arrow icon */
|
|
21
18
|
declare const Arrow: FC<IArrowProps>;
|
|
22
19
|
|
|
@@ -158,15 +155,6 @@ declare interface IAboutProps {
|
|
|
158
155
|
}>;
|
|
159
156
|
}
|
|
160
157
|
|
|
161
|
-
export declare interface IAlertProps extends HTMLAttributes<HTMLDivElement> {
|
|
162
|
-
/** Alert content. */
|
|
163
|
-
children: ReactNode;
|
|
164
|
-
/** Data attributes. */
|
|
165
|
-
dataAttributes?: {
|
|
166
|
-
[key: string]: string;
|
|
167
|
-
};
|
|
168
|
-
}
|
|
169
|
-
|
|
170
158
|
declare interface IArrowProps extends HTMLAttributes<HTMLSpanElement> {
|
|
171
159
|
/** Icon fill color. */
|
|
172
160
|
fillColor?: string;
|
|
@@ -799,7 +787,7 @@ declare const SecurityFeatureTypeLabel: FC<iSecurityFeatureTypeLabelProps>;
|
|
|
799
787
|
|
|
800
788
|
declare const Sex: FC<iSexProps>;
|
|
801
789
|
|
|
802
|
-
declare type Size = '
|
|
790
|
+
declare type Size = '20x135' | '18x135' | '16x100' | '14x135' | '12x160' | '12x140' | '15x135' | '10x140' | '14x115';
|
|
803
791
|
|
|
804
792
|
export declare const Skeleton: ISkeleton;
|
|
805
793
|
|