Skip to content

Commit

Permalink
Merge pull request #159 from bindable-ui/mj/prefixIcon
Browse files Browse the repository at this point in the history
prefixIcon related changes
  • Loading branch information
npmlist authored Jun 28, 2023
2 parents afe7518 + 3caca6c commit 60740af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<c-nav-horizontal-item
position="right"
href="https://github.com/bindable-ui/bindable"
title="v1.12.1"
title="v1.12.2"
></c-nav-horizontal-item>
</c-nav-horizontal>
</l-box>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bindable-ui/bindable",
"description": "An Aurelia component library",
"version": "1.12.1",
"version": "1.12.2",
"repository": {
"type": "git",
"url": "https://github.com/bindable-ui/bindable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
title.bind="row.title"
href.bind="row.href"
section-title="${row.sectionTitle}"
prefix-icon="${row.prefixIcon}"
icon="${row.icon}"
icon-action.call="row.iconAction()"
click-action.bind="row.clickAction"
Expand All @@ -89,6 +90,7 @@
title.bind="subRow.title"
href.bind="subRow.href"
section-title="${subRow.sectionTitle}"
prefix-icon="${subRow.prefixIcon}"
icon="${subRow.icon}"
icon-action.call="subRow.iconAction()"
click-action.bind="subRow.clickAction"
Expand Down

0 comments on commit 60740af

Please sign in to comment.