Skip to content

Commit

Permalink
docs: document prop change
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Nov 24, 2023
1 parent 93d5169 commit 6c42d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ import ScaleNotification from './ScaleNotification.vue';
innerAriaLive: {
control: {
type: 'text'
}
},
description: 'Deprecated! innerAriaLive has been replaced by innerRole'
},
headingLevel: {
control: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default {
dismissible: { type: Boolean },
delay: { type: Number },
innerAriaLive: { type: String },
innerRole: { type: String, default: 'alert' },
closeButtonLabel: { type: String },
closeButtonTitle: { type: String },
styles: { type: String },
Expand Down

0 comments on commit 6c42d60

Please sign in to comment.