idmission-web-sdk 2.3.19 → 2.3.21

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.
@@ -211,7 +211,7 @@
211
211
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
212
212
  };
213
213
 
214
- var webSdkVersion = '2.3.19';
214
+ var webSdkVersion = '2.3.21';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -22169,7 +22169,7 @@
22169
22169
  className: classNames.heading
22170
22170
  }, verbiage.headingText, ": ", document.name), document.description && ( /*#__PURE__*/React.createElement(Description, {
22171
22171
  className: classNames.description
22172
- }, document.description)), /*#__PURE__*/React.createElement("input", {
22172
+ }, typeof document.description === 'string' ? document.description : ( /*#__PURE__*/React.createElement(document.description, null)))), /*#__PURE__*/React.createElement("input", {
22173
22173
  ref: fileInput,
22174
22174
  type: "file",
22175
22175
  accept: "image/*,.pdf",