carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
598 stars 177 forks source link

cv-icon-button tipPosition validator typo #1249

Open mi-frutuoso opened 2 years ago

mi-frutuoso commented 2 years ago

cv-icon-button.vue contains a typo. At the line below, ] is incorrectly placed. https://github.com/carbon-design-system/carbon-components-vue/blob/ac6ec5e84051ba10a57ff7332075d8b1161733cc/packages/core/src/components/cv-button/cv-icon-button.vue#L37

It should be: validator: val => ['top', 'left', 'bottom', 'right'].includes(val)

github-actions[bot] commented 2 weeks ago

This issue has been marked as stale because it has required additional info or a response from the author for over 14 days. When you get the chance, please comment with the additional info requested. Otherwise, this issue will be closed in 14 days.