Tobias Barsnes
Tobias Barsnes
POC for opening `Accordion` when the user uses search-in-page. Uses `hidden="until-found"`, which is not yet supported in Firefox. If you are in a browser that does not support the `beforematch`...
After testing and debugging, using `react-docgen-typescript` locally makes Storybook unbelievably slow. I changed our setup to only use it in production, and locally use `react-docgen`, which has no performance issues....
First reported in #2580, and moved here to keep issues focused to one thing. From @vaarvik: > **However**, I also experienced a bug with the typography styles when adding my...
It would be nice to be able to toggle common a11y settings directly in Storybook. Inspired by how Adobe Spectrum 2 has a "reduce motion" switch in their header: https://s2.spectrum.adobe.com/...
**DO NOT MERGE THIS TO MAIN** This has been synced in our next branch with PR ##2576 resolves #2552 This solves the issue by not adding `aria-controls` until the popup...
It currently uses `.startsWith()`, which has some consequenses with how it looks for a class. Take our `utilities.css` file, that has two classes for focus: ```css .ds-focus:focus-visible { @composes ds-focus--visible...
We need to better document our typography flow. There is already an article on the storefront, which needs to be updated. We should consider a separate article about typography for...
See discussion: https://github.com/digdir/designsystemet/pull/2432#discussion_r1763141759 >Er litt rart å ha en Heading, men at sizes følger Paragraph - at det ikke matcher med Heading-hierarkiet man kjenner igjen i Figma, men dette kan...