finance-shared 0.0.6 → 0.0.7
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.
|
@@ -31219,21 +31219,6 @@ const PDFPreviewForTheSignature = ({
|
|
|
31219
31219
|
) })
|
|
31220
31220
|
] }) });
|
|
31221
31221
|
};
|
|
31222
|
-
PDFPreviewForTheSignature.propTypes = {
|
|
31223
|
-
filePath: PropTypes.string.isRequired,
|
|
31224
|
-
open: PropTypes.bool.isRequired,
|
|
31225
|
-
onClose: PropTypes.func.isRequired,
|
|
31226
|
-
onConfirm: PropTypes.func,
|
|
31227
|
-
isButtonLoading: PropTypes.bool,
|
|
31228
|
-
bottomButtonLabel: PropTypes.string,
|
|
31229
|
-
applicationDetailsData: PropTypes.object.isRequired,
|
|
31230
|
-
loginUserDetail: PropTypes.any.isRequired,
|
|
31231
|
-
loginUserRoles: PropTypes.shape({
|
|
31232
|
-
Admin: PropTypes.string.isRequired,
|
|
31233
|
-
Lawyer: PropTypes.string.isRequired
|
|
31234
|
-
}).isRequired,
|
|
31235
|
-
ColoredSubmitButton: PropTypes.elementType.isRequired
|
|
31236
|
-
};
|
|
31237
31222
|
const CustomCheckbox = ({ label, onChange, ...props }) => {
|
|
31238
31223
|
const [checked, setChecked] = React__default.useState(false);
|
|
31239
31224
|
const handleChange = (isChecked) => {
|