-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(contact-info): NO-JIRA add avatarColor
prop to contact info recipe
#448
Conversation
Please add either the |
avatarColor
prop to contact info recipeavatarColor
prop to contact info recipe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just apply the requested changes before merging please.
await wrapper.setProps({ | ||
avatarColor: '000', | ||
}); | ||
await wrapper.vm.$nextTick(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be needed, please test if it works after removing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The set of avatarColor
value is needed. The next part can be deleted and the test still works as expected. Thanks for the comment.
await wrapper.setProps({ | ||
avatarColor: '000', | ||
}); | ||
await wrapper.vm.$nextTick(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, please remove and test
✔️ Deploy previews ready! |
# [9.67.0](dialtone/v9.66.0...dialtone/v9.67.0) (2024-08-16) ### Bug Fixes * **Docs:** DLT-1994 use dialtone scrollbar in docsite ([#456](#456)) ([7db2c8c](7db2c8c)) ### Documentation * **Common Commands:** NO-JIRA add documentation about using local package ([#449](#449)) ([e9b8be1](e9b8be1)) * DLT-1796 move storybook to doc site - Link to Pagination ([#441](#441)) ([bc2d57d](bc2d57d)) ### Features * **Contact Info:** NO-JIRA add `avatarColor` prop to contact info recipe ([#448](#448)) ([77ea808](77ea808)) * **Input:** DLT-1945 add clear slot prop to rightIcon ([#455](#455)) ([0f90dd4](0f90dd4)) ### Reverts * NO-JIRA use require for json imports ([#454](#454)) ([606cfb3](606cfb3))
# [2.154.0](dialtone-vue2/v2.153.0...dialtone-vue2/v2.154.0) (2024-08-16) ### Bug Fixes * **Docs:** DLT-1994 use dialtone scrollbar in docsite ([#456](#456)) ([7db2c8c](7db2c8c)) ### Documentation * DLT-1796 move storybook to doc site - Link to Pagination ([#441](#441)) ([bc2d57d](bc2d57d)) ### Features * **Contact Info:** NO-JIRA add `avatarColor` prop to contact info recipe ([#448](#448)) ([77ea808](77ea808)) * **Input:** DLT-1945 add clear slot prop to rightIcon ([#455](#455)) ([0f90dd4](0f90dd4)) ### Reverts * NO-JIRA use require for json imports ([#454](#454)) ([606cfb3](606cfb3))
# [3.147.0](dialtone-vue3/v3.146.0...dialtone-vue3/v3.147.0) (2024-08-16) ### Bug Fixes * **Docs:** DLT-1994 use dialtone scrollbar in docsite ([#456](#456)) ([7db2c8c](7db2c8c)) ### Documentation * DLT-1796 move storybook to doc site - Link to Pagination ([#441](#441)) ([bc2d57d](bc2d57d)) ### Features * **Contact Info:** NO-JIRA add `avatarColor` prop to contact info recipe ([#448](#448)) ([77ea808](77ea808)) * **Input:** DLT-1945 add clear slot prop to rightIcon ([#455](#455)) ([0f90dd4](0f90dd4)) ### Reverts * NO-JIRA use require for json imports ([#454](#454)) ([606cfb3](606cfb3))
adds an
avatarColor
prop to contact info recipeObligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
These types will not increment the version number, but will still deploy to documentation site on release:
📖 Jira Ticket
📖 Description
On this PR I add a
avatarColor
prop tocontactInfo
recipe component to be passed toavatar
internal component.💡 Context
This new prop is needed as part of an initiative to display some contacts with a grey background in the avatar. With this PR the documentation (Storybook) for the recipe is also updated.
📝 Checklist
For all PRs:
For all Vue changes:
./scripts/dialtone-vue-sync.sh
script. Read docs here: Dialtone Vue Sync ScriptFor all CSS changes:
If new component:
packages/dialtone-vue2
orpackages/dialtone-vue3
).packages/dialtone-css
package.apps/dialtone-documentation
.common/components_list.cjs
🔮 Next Steps
📷 Screenshots / GIFs
🔗 Sources