dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fixes Typography bug with invalid HTML tags in `as` prop #1765

Closed Mil4n0r closed 4 months ago

Mil4n0r commented 8 months ago

Checklist

Description Modified BaseTypography component to prevent unexpected tags to be assigned to the as prop

Additional context Some basic unit testing was also added in order to ensure that invalid tags are replaced with "span".

"a" | "blockquote" | "cite" | "code" | "div" | "em" | "figcaption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "pre" | "small" | "span" | "strong"

Discussion: #1842

Closes #1621

Mil4n0r commented 7 months ago

This is closed for now as it requires some discussion regarding what subset of tags is considered valid.

Mil4n0r commented 6 months ago

Reopened.