brainloper-ui 14.0.32 → 14.0.34

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.
@@ -1772,7 +1772,7 @@ class DataTableComponent {
1772
1772
  let active = false;
1773
1773
  const allowedExtensions = [
1774
1774
  '.png', '.jpeg', '.jpg', '.gif', '.bmp', '.webp', '.svg',
1775
- '.pdf', '.doc', '.docx', '.xls', '.xlsx'
1775
+ '.pdf', '.doc', '.docx', '.xls', '.xlsx', '.document'
1776
1776
  ];
1777
1777
  rules.forEach(rule => {
1778
1778
  if (rule.action === enumActions$1.SHOW_FILE_ICON && value && value.startsWith('/docs/')) {