@regulaforensics/idv-gui 2.5.171 → 2.5.172-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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/main.js +2001 -1985
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -339,6 +339,7 @@ declare type UIStatusScreenClientConfig = {
339
339
  header?: UIInfoHeaderView;
340
340
  image?: UIImage;
341
341
  title?: UILabel;
342
+ description: UILabel;
342
343
  buttons?: UIButton[];
343
344
  footer?: UIInfoFooterView;
344
345
  backgroundColor?: string;