feat: add exact retention help contexts

This commit is contained in:
2026-08-17 17:41:45 +02:00
parent 887e9beb9e
commit ff88142471
15 changed files with 85 additions and 31 deletions
+2
View File
@@ -60,6 +60,7 @@ export default function Dialog({
backdropStyle,
interfaceId,
helpContextId,
helpModuleId,
helpTopicId
}: DialogProps) {
const titleId = useId();
@@ -141,6 +142,7 @@ export default function Dialog({
data-help-scope="dialog"
data-interface-id={interfaceId}
data-help-context-id={helpContextId}
data-help-module-id={helpModuleId}
data-help-topic-id={helpTopicId}
data-help-key={typeof title === "string" ? title : undefined}
aria-labelledby={titleId}