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): storybook code styles #6629

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?

closes https://github.com/vmware/clarity/issues/6623

What is the new behavior?

Does this PR introduce a breaking change?

Other information

ashleyryan commented 2 years ago

What caused this to break? A dependency update?

coryrylan commented 2 years ago

@ashleyryan yeah this was from earlier this week when I bumped all the Core dependencies. For some reason storybook has different code format logic for the code that is inline in the markdown vs the code that is rendered in the story functions which is why I missed it in the earlier PR