dhre-ui-kit 0.0.371 → 0.0.373
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.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -389,7 +389,7 @@ const CustomTypography = ({
|
|
|
389
389
|
style: [textStyle, styles$B.container, style],
|
|
390
390
|
...props
|
|
391
391
|
},
|
|
392
|
-
|
|
392
|
+
"Testing"
|
|
393
393
|
);
|
|
394
394
|
};
|
|
395
395
|
const styles$B = reactNative.StyleSheet.create({
|
|
@@ -408,7 +408,7 @@ const CustomText = ({
|
|
|
408
408
|
CustomTypography,
|
|
409
409
|
{
|
|
410
410
|
variant,
|
|
411
|
-
text:
|
|
411
|
+
text: "Testing",
|
|
412
412
|
style: [{ color: theme[textColor] }, style],
|
|
413
413
|
...props
|
|
414
414
|
}
|
|
@@ -3049,7 +3049,7 @@ const FileUpload = ({
|
|
|
3049
3049
|
};
|
|
3050
3050
|
|
|
3051
3051
|
const PdfView = (props) => {
|
|
3052
|
-
return /* @__PURE__ */ React__default["default"].createElement(Pdf__default["default"], { ...props });
|
|
3052
|
+
return /* @__PURE__ */ React__default["default"].createElement(Pdf__default["default"], { ...props, trustAllCerts: false });
|
|
3053
3053
|
};
|
|
3054
3054
|
|
|
3055
3055
|
const styles$s = reactNative.StyleSheet.create({
|