Skip to content

Commit

Permalink
fix(callbox, avatar): events and styling (#1218)
Browse files Browse the repository at this point in the history
* fix: remove stop event modifier

* fix(callbox): change to underline on title hover

* docs(callbox): update examples to use dt-stack

* add emit to callbox

* update dialtone

* update button kinds

* center icons horizontally
  • Loading branch information
juliodialpad authored Sep 28, 2023
1 parent e1f5e32 commit e17fd36
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 49 deletions.
2 changes: 1 addition & 1 deletion components/avatar/avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:class="avatarClasses"
data-qa="dt-avatar"
:aria-label="buttonAriaLabel"
@click.stop="handleClick"
@click="handleClick"
>
<div
ref="canvas"
Expand Down
315 changes: 308 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@dialpad/conventional-changelog-angular": "^1.1.1",
"@dialpad/dialtone": "^8.15.0",
"@dialpad/dialtone": "^8.16.1",
"@dialpad/semantic-release-changelog-json": "^1.0.0",
"@percy/cli": "^1.26.2",
"@percy/storybook": "^4.3.6",
Expand Down
Loading

0 comments on commit e17fd36

Please sign in to comment.