@topconsultnpm/sdkui-react 6.21.0-dev4.16 → 6.21.0-dev4.17

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.
@@ -464,6 +464,12 @@ export const extensionHandler = (fileExt) => {
464
464
  case 'dotm':
465
465
  case 'dotm.p7m':
466
466
  case 'dotm.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
467
+ case 'docm':
468
+ case 'docm.p7m':
469
+ case 'docm.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
470
+ case 'dotx':
471
+ case 'dotx.p7m':
472
+ case 'dotx.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
467
473
  case 'xls':
468
474
  case 'xls.p7m':
469
475
  case 'xls.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev4.16",
3
+ "version": "6.21.0-dev4.17",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",