@regulaforensics/idv-gui 3.2.268-nightly → 3.2.269-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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -231,6 +231,7 @@ declare type IdvModuleProps<TModuleProps, TModulesConfig> = {
231
231
  modulesConfig?: TModulesConfig;
232
232
  perform: (data: any, type?: PerformType) => void;
233
233
  idvEventListener: (module: string, data: any) => void;
234
+ nonce?: string;
234
235
  };
235
236
 
236
237
  declare function InfoIcon({ size, color }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-gui",
3
- "version": "3.2.268-nightly",
3
+ "version": "3.2.269-rc",
4
4
  "description": "Regula framework agnostic web components to work with gui idv",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.iife.js",