diff --git a/.storybook/stories/signpost/signpost.stories.ts b/.storybook/stories/signpost/signpost.stories.ts
index e97509541e..39b267c771 100644
--- a/.storybook/stories/signpost/signpost.stories.ts
+++ b/.storybook/stories/signpost/signpost.stories.ts
@@ -44,6 +44,7 @@ export default {
args: {
// inputs
clrPosition: 'right-middle',
+ clrSignpostCloseAriaLabel: 'Info Close',
// story helpers
content: 'Hello World!',
},
@@ -52,7 +53,7 @@ export default {
const template = `
-
+
{{ content }}
diff --git a/projects/angular/clarity.api.md b/projects/angular/clarity.api.md
index b31353cfa7..4ef3dac9a9 100644
--- a/projects/angular/clarity.api.md
+++ b/projects/angular/clarity.api.md
@@ -3633,9 +3633,11 @@ export class ClrSignpostContent extends AbstractPopover implements OnDestroy {
get position(): string;
set position(position: string);
// (undocumented)
+ signpostCloseAriaLabel: string;
+ // (undocumented)
signpostContentId: string;
// (undocumented)
- static ɵcmp: i0.ɵɵComponentDeclaration;
+ static ɵcmp: i0.ɵɵComponentDeclaration;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration;
}
diff --git a/projects/angular/src/popover/signpost/signpost-content.ts b/projects/angular/src/popover/signpost/signpost-content.ts
index 7ca952bd56..6da43a4323 100644
--- a/projects/angular/src/popover/signpost/signpost-content.ts
+++ b/projects/angular/src/popover/signpost/signpost-content.ts
@@ -40,7 +40,7 @@ const POSITIONS: string[] = [