@brftech/filex-core 0.34.0 → 0.34.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brftech/filex-core",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
4
4
  "description": "filex core — Vue 3 source of truth for the filex file manager (FileExplorer + ConnectionsPanel SFCs, composables, types)",
5
5
  "type": "module",
6
6
  "main": "./dist/filex-core.umd.cjs",
@@ -1034,7 +1034,7 @@ function loadOnlyOfficeScript(base: string): Promise<void> {
1034
1034
  </template>
1035
1035
 
1036
1036
  <template v-else-if="kind === 'office'">
1037
- <div v-if="officeError" class="fe-preview__fallback">
1037
+ <div v-if="officeError" class="fe-preview__fallback" data-testid="office-fallback">
1038
1038
  <span class="fe-preview__fallback-icon">📄</span>
1039
1039
  <p>{{ officeError }}</p>
1040
1040
  <a :href="download" class="fe-btn fe-btn--primary">{{ t('viewer.download') }}</a>