chore: recognize authored help contexts and sync packages
Dependency Audit / dependency-audit (push) Successful in 1m44s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Failing after 11m33s

This commit is contained in:
2026-08-21 17:36:24 +02:00
parent 6517b6ac27
commit 6a74e53a1c
2 changed files with 5 additions and 3 deletions
@@ -56,8 +56,10 @@ const labelAttributes = new Set([
"title"
]);
const helpAttributes = new Set([
"data-help-context-id",
"description",
"help",
"helpContextId",
"helperText",
"helpText"
]);