From db5872edd90340a335b77397444787128df6d748 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Mon, 31 Aug 2026 13:21:20 +0200 Subject: [PATCH] chore(deps): take @conduction/nextcloud-vue 2.27.2 (#1770) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Levels this app with the fleet. 2.27.2 adds two fixes the earlier 2.27.0 pin does not carry: * headerless is no longer chromeless — a flat KPI card in a borderless wrapper had no card, border or background at all; * a stat `variant` paints from the `-text` tokens rather than the fill tokens, which failed WCAG AA at 1.08:1 as a foreground colour. The KPI colour cleanup converted hardcoded values to `variant`, so this is what makes those conversions contrast-safe. Lockfile only, and npm pruned nothing. --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c8bbf4ec..d26b88dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2093,9 +2093,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.27.0.tgz", - "integrity": "sha512-64IS6VrAp4c+Hr9AAS9/z6AzznmaPfbO4GrZtmOX57dLCpJORkn5M/wSKpAC6ZG+gUHTJeXDUiabut9bV0kRnQ==", + "version": "2.27.2", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.27.2.tgz", + "integrity": "sha512-FhDF3FvM+ee0Jx7z70Lki7o7Mm4DeX/GsOqHo33hOcdylzXR63UXLRbxKMedodEiIqgOFUAI6GTox735iyL8Dw==", "license": "EUPL-1.2", "dependencies": { "@ckpack/vue-color": "^1.6.0",