idmission-web-sdk 2.2.90 → 2.2.91

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.
@@ -234,7 +234,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
234
234
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
235
235
  };
236
236
 
237
- var webSdkVersion = '2.2.90';
237
+ var webSdkVersion = '2.2.91';
238
238
 
239
239
  function getPlatform() {
240
240
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -14742,8 +14742,8 @@ var defaultTheme = {
14742
14742
  imagePadding: 50,
14743
14743
  wavesDisabled: false,
14744
14744
  wavesColor: '#287ec6',
14745
- progressBarColor: '#287ec6',
14746
- progressBarIndicatorColor: 'white',
14745
+ progressBarColor: 'white',
14746
+ progressBarIndicatorColor: '#287ec6',
14747
14747
  progressBarWidth: '2.5%'
14748
14748
  }
14749
14749
  },