@digitalservicebund/icons
Advanced tools
Changelog
[2.0.1]
The
graphics-symbol
role is not officially specified and not understood my assistive technologies. Furthermore, the build script tests thearia-hidden
attribute. Thereby the icons are not available in the accessibility tree anyway, so they don't need any role.We received a hint for this in an external accessibility audit.
Changelog
[2.0.0]
If you get an error during the typecheck
error TS2307: Cannot find module ... or its corresponding type declarations.
please add this below in the tsconfig
"paths": {
"@digitalservicebund/icons/*": ["node_modules/@digitalservicebund/icons/*"]
}