Skip to content

Commit fcb189e

Browse files
committed
adds workaround for PrimeVue theme import issues after upgrading to v1.20+ re: #12443 (#12445)
1 parent 85d6c42 commit fcb189e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arches/app/src/arches/themes/default.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import { definePreset, palette } from "@primeuix/themes";
2+
3+
// eslint-disable-next-line
4+
// @ts-ignore: This is a workaround for PrimeVue theme import issues after v1.20
25
import Aura from "@primeuix/themes/aura";
36

47
const archesColors = Object.freeze({

releases/8.0.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Arches 8.0.4 Release Notes
55
- Fix bug related to scrolling for bulk importers [#12398] (https://github.com/archesproject/arches/pull/12398)
66
- Fix resource editor failure to render [#12408](https://github.com/archesproject/arches/pull/12408)
77
- Fix issue with the attached files not found for the branch/tile excel importers [#12426](https://github.com/archesproject/arches/pull/12426)
8+
- Add workaround for PrimeVue theme import issues after upgrading to v1.20+ [#12443](https://github.com/archesproject/arches/issues/12443)
89

910
### Dependency changes:
1011
```

0 commit comments

Comments
 (0)