@regulaforensics/idv-gui 2.5.226-nightly → 2.5.229-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/main.iife.js +30 -30
- package/dist/main.js +6532 -6810
- package/dist/main.umd.cjs +30 -30
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -157,11 +157,6 @@ export declare const IDV_UI_ICONS: {
|
|
|
157
157
|
readonly POWERED_BY: "signature";
|
|
158
158
|
readonly SUCCESS: "success";
|
|
159
159
|
readonly DEFAULT: "empty";
|
|
160
|
-
readonly ONBOARDING_SCAN_ID: "onboardingScanYourId";
|
|
161
|
-
readonly ONBOARDING_READ_RFID: "onboardingReadRfidChip";
|
|
162
|
-
readonly ONBOARDING_TAKE_SELFIE: "onboardgTakeASelfie";
|
|
163
|
-
readonly PREPARE_DOCUMENT_STEP: "prepareDocumentStep";
|
|
164
|
-
readonly PREPARE_LIVENESS_STEP: "prepareLivenessStep";
|
|
165
160
|
readonly CIRCLE_SELECTED: "radio_selected";
|
|
166
161
|
readonly CIRCLE_NORMAL: "radio_normal";
|
|
167
162
|
readonly SQUARE_SELECTED: "square_selected";
|
|
@@ -207,11 +202,6 @@ export declare const idvIconComponents: {
|
|
|
207
202
|
size?: number;
|
|
208
203
|
color?: string;
|
|
209
204
|
}) => JSX_2.Element;
|
|
210
|
-
onboardingScanYourId: () => JSX_2.Element;
|
|
211
|
-
onboardingReadRfidChip: () => JSX_2.Element;
|
|
212
|
-
onboardgTakeASelfie: () => JSX_2.Element;
|
|
213
|
-
prepareDocumentStep: () => JSX_2.Element;
|
|
214
|
-
prepareLivenessStep: () => JSX_2.Element;
|
|
215
205
|
radio_selected: () => JSX_2.Element;
|
|
216
206
|
radio_normal: () => JSX_2.Element;
|
|
217
207
|
square_selected: () => JSX_2.Element;
|