vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 763 forks source link

chore(core:button): support for deprecated button #6594

Closed coryrylan closed 2 years ago

coryrylan commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

The cds-inline-button was marked for deprecation in 6.0 and would be removed in 7.0 but was accidentally removed. This PR adds this back so we have at least one deprecation cycle on the API. This also updates a couple of storybook pages to use the updated API and fixes the lint errors it was causing.

Does this PR introduce a breaking change?

Other information