idmission-web-sdk 2.1.78 → 2.1.79

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.
@@ -215,7 +215,7 @@
215
215
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
216
216
  };
217
217
 
218
- var webSdkVersion = '2.1.78';
218
+ var webSdkVersion = '2.1.79';
219
219
 
220
220
  function getPlatform() {
221
221
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -16752,7 +16752,7 @@
16752
16752
  }, onUserCancel && ( /*#__PURE__*/React.createElement(ExitCaptureButton, {
16753
16753
  onClick: onUserCancel,
16754
16754
  className: classNames.cancelBtn
16755
- })), customOverlayContent ? customOverlayContent() : ( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverlayHeader$1, null, /*#__PURE__*/React.createElement(StyledGuidanceMessage$2, {
16755
+ })), customOverlayContent || ( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverlayHeader$1, null, /*#__PURE__*/React.createElement(StyledGuidanceMessage$2, {
16756
16756
  className: classNames.heading
16757
16757
  }, verbiage.headingText)), /*#__PURE__*/React.createElement(StyledOverlayImageContainer$2, {
16758
16758
  className: classNames.imageContainer,
@@ -21119,7 +21119,7 @@
21119
21119
  }, onUserCancel && ( /*#__PURE__*/React.createElement(ExitCaptureButton, {
21120
21120
  onClick: onUserCancel,
21121
21121
  className: classNames.cancelBtn
21122
- })), customOverlayContent ? customOverlayContent() : ( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverlayHeader, {
21122
+ })), customOverlayContent || ( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverlayHeader, {
21123
21123
  className: classNames.headingContainer
21124
21124
  }, /*#__PURE__*/React.createElement(StyledGuidanceMessage, {
21125
21125
  className: classNames.heading