eufemia
eufemia copied to clipboard
DNB Design System
- rewrite the component to typescript - remove all use of the daggy library - Implement new custom card api - Re-write the docs for the component Please test and...
## 🐛 Bug Report When inserting a `Code` component inside a `Blockquote` component (often seen in developer documentation), the `Blockquote` font color overrides the `Code`'s font color. The contrast between...
I guess the code/styling in this PR could be made better. The reason for me going with the current approach(hiding/showing two different home buttons based on screen size) is because...
Previous tests were false positive. When doing: `expect(screen.queryByRole('alert')).toBeNull()` It would in many tests always be true, even if an error should occur. This PR also removes a lot of not...
## 🐛 Bug Report It seems like pattern collides with validator/onBlurValidator every other time. Can it co-exist? 🤔 When entering a non valid organization number(123 331 231) in the following...
## 🐛 Bug Report It's not clear to me how validation works, when providing an array of validations, where multiple validations return an error. What dicates which error in validator/onBlurValidator...
Just to align with validation of organization number https://github.com/dnbexperience/eufemia/pull/3976