dhre-ui-kit 0.0.371 → 0.0.372

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.
package/lib/index.mjs CHANGED
@@ -3013,7 +3013,7 @@ const FileUpload = ({
3013
3013
  };
3014
3014
 
3015
3015
  const PdfView = (props) => {
3016
- return /* @__PURE__ */ React.createElement(Pdf, { ...props });
3016
+ return /* @__PURE__ */ React.createElement(Pdf, { ...props, trustAllCerts: false });
3017
3017
  };
3018
3018
 
3019
3019
  const styles$s = StyleSheet.create({