Skip to content

Commit

Permalink
Allow aria props on GuidanceBlock (#5053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacknz authored Sep 12, 2024
1 parent 04bbb68 commit b631607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-icons-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Allow aria props on GuidanceBlock actions
3 changes: 3 additions & 0 deletions packages/components/src/GuidanceBlock/GuidanceBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import styles from "./GuidanceBlock.module.scss"

export type ActionProps = ButtonProps & {
tooltip?: TooltipProps
"aria-label"?: string
"aria-labelledby"?: string
"aria-describedby"?: string
}

type LayoutType = "default" | "inline" | "stacked"
Expand Down

0 comments on commit b631607

Please sign in to comment.