Skip to content

Commit

Permalink
SWED-2288 documentation button bank-id type
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 2, 2023
1 parent 4c3bdc6 commit ae17865
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Non breaking UI changes

- add possibility to disable rotation of the dropdown toggle icon on active state
- add possibility to style bank-id button as secondary

## Testing

Expand Down
18 changes: 18 additions & 0 deletions src/App/ComponentsDocumentation/components/Buttons/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,24 @@ export const overviewButtons = {
},
],
},
{
id: "button-type",
title: "Button type",
values: [
{
name: "Primary",
value: {
type: "primary",
},
},
{
name: "Secondary",
value: {
type: "secondary",
},
},
],
},
],
},
title: "BankID button",
Expand Down

0 comments on commit ae17865

Please sign in to comment.