refactor(Card): convert to TypeScript, improve docs and tests, close#4571 #420
Annotations
3 warnings
changed
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
changed:
components/card/collapse-content.tsx#L128
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
changed:
components/card/collapse-content.tsx#L128
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|