We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was on Tag component, but also present in Card. Suspect this also affects other components.
Tag
Card
We are missing the option for other string being used on data-color.
data-color
Also tested adding types to tsconfig in downstream project without success:
"compilerOptions": { "types": [ "@digdir/designsystemet-react/react-types.d.ts", "@digdir/designsystemet-react/colors" ], },
The text was updated successfully, but these errors were encountered:
Tested with 1.0.0-next.41 and types work correctly now
1.0.0-next.41
Sorry, something went wrong.
No branches or pull requests
This was on
Tag
component, but also present inCard
. Suspect this also affects other components.We are missing the option for other string being used on
data-color
.Also tested adding types to tsconfig in downstream project without success:
The text was updated successfully, but these errors were encountered: