@topconsultnpm/sdkui-react-beta 6.14.120 → 6.14.121

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.
@@ -205,7 +205,7 @@ export const TMFileViewer = ({ fileBlob, isResizingActive }) => {
205
205
  return (_jsx(ImageViewer, { fileBlob: fileBlob, alt: '' }));
206
206
  }
207
207
  if (fileType === 'application/pdf') {
208
- return (_jsx("div", { style: { width: '100%', height: '100%', position: 'relative' }, children: _jsx("object", { data: blobUrl, type: "application/pdf", width: "100%", height: "100%", style: { border: 'none' }, children: _jsxs("div", { style: {
208
+ return (_jsx("div", { style: { width: '100%', height: '100%', position: 'relative' }, children: _jsx("object", { data: blobUrl, type: "application/pdf", width: "100%", height: "100%", style: { border: 'none', pointerEvents: isResizingActive === true ? "none" : "auto" }, children: _jsxs("div", { style: {
209
209
  padding: '40px',
210
210
  textAlign: 'center',
211
211
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.120",
3
+ "version": "6.14.121",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",