From 6a74e53a1c2ee4e8db2eae2754fc6e9e19885066 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Fri, 21 Aug 2026 17:36:24 +0200 Subject: [PATCH] chore: recognize authored help contexts and sync packages --- packages/govoplan-meta/pyproject.toml | 6 +++--- tools/inventory/extract-webui-structure.mjs | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index 292c33d..ba72e48 100644 --- a/packages/govoplan-meta/pyproject.toml +++ b/packages/govoplan-meta/pyproject.toml @@ -37,11 +37,11 @@ full = [ "govoplan-cases==0.1.19", "govoplan-certificates==0.1.18", "govoplan-committee==0.1.18", - "govoplan-connectors==0.1.18", + "govoplan-connectors==0.1.19", "govoplan-consultation==0.1.18", "govoplan-contracts==0.1.18", - "govoplan-dataflow==0.1.18", - "govoplan-datasources==0.1.18", + "govoplan-dataflow==0.1.19", + "govoplan-datasources==0.1.19", "govoplan-decisions==0.1.18", "govoplan-dist-lists==0.1.18", "govoplan-encryption==0.1.18", diff --git a/tools/inventory/extract-webui-structure.mjs b/tools/inventory/extract-webui-structure.mjs index 1dc2068..b121931 100644 --- a/tools/inventory/extract-webui-structure.mjs +++ b/tools/inventory/extract-webui-structure.mjs @@ -56,8 +56,10 @@ const labelAttributes = new Set([ "title" ]); const helpAttributes = new Set([ + "data-help-context-id", "description", "help", + "helpContextId", "helperText", "helpText" ]);