@regulaforensics/idv-capture-web 3.2.259-nightly → 3.2.261-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 +2 -0
- package/dist/main.iife.js +6 -6
- package/dist/main.js +289 -284
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -528,6 +528,8 @@ declare type IdvStoreProps = {
|
|
|
528
528
|
setStartConfig: (startConfig: StartConfig) => void;
|
|
529
529
|
locale: string;
|
|
530
530
|
setLocale: (locale: string) => void;
|
|
531
|
+
trackLocation: boolean;
|
|
532
|
+
setTrackLocation: (trackLocation: boolean) => void;
|
|
531
533
|
};
|
|
532
534
|
|
|
533
535
|
export declare class IdvWebComponent extends LitElement {
|