From 5fb82e965c37c49c0b44b6661bbff106bc102c0b Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Fri, 12 Sep 2025 14:35:26 -0700 Subject: [PATCH] adds workaround for PrimeVue theme import issues after upgrading to v1.20+ re: #12443 --- arches/app/src/arches/themes/default.ts | 3 +++ releases/8.0.4.md | 1 + 2 files changed, 4 insertions(+) diff --git a/arches/app/src/arches/themes/default.ts b/arches/app/src/arches/themes/default.ts index d989e00f6a0..738c88798f4 100644 --- a/arches/app/src/arches/themes/default.ts +++ b/arches/app/src/arches/themes/default.ts @@ -1,4 +1,7 @@ import { definePreset, palette } from "@primeuix/themes"; + +// eslint-disable-next-line +// @ts-ignore: This is a workaround for PrimeVue theme import issues after v1.20 import Aura from "@primeuix/themes/aura"; const archesColors = Object.freeze({ diff --git a/releases/8.0.4.md b/releases/8.0.4.md index e9663c14095..c4d4ab636cb 100644 --- a/releases/8.0.4.md +++ b/releases/8.0.4.md @@ -5,6 +5,7 @@ Arches 8.0.4 Release Notes - Fix bug related to scrolling for bulk importers [#12398] (https://github.com/archesproject/arches/pull/12398) - Fix resource editor failure to render [#12408](https://github.com/archesproject/arches/pull/12408) - Fix issue with the attached files not found for the branch/tile excel importers [#12426](https://github.com/archesproject/arches/pull/12426) +- Add workaround for PrimeVue theme import issues after upgrading to v1.20+ [#12443](https://github.com/archesproject/arches/issues/12443) ### Dependency changes: ```