docs: new CSS variable/token preview tables#4395
Conversation
🦋 Changeset detectedLatest commit: 2358ad9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Preview deployments for this pull request: storybook - themebuilder - www - |
6dab7e8 to
2029404
Compare
da40de0 to
6597425
Compare
bd6facf to
412db5e
Compare
49031db to
f4d449c
Compare
Barsnes
left a comment
There was a problem hiding this comment.
changing color in the select does not update the value in the select, so you can never select the first color anymore.
20260127-1223-32.2253565.mp4
It seems like token overrides is not respected either |
Fixed this even though we decided to hide this tab for now :) |
Co-authored-by: Oddbjørn Øvernes <oddbjorn.overnes@gmail.com>
cb51e1f to
1871d2f
Compare
|
Should be fixed now @Barsnes , added a redirect if tab is overview to new default so that users get updated url when they keep sharing/saving it. |
Barsnes
left a comment
There was a problem hiding this comment.
overview used to be the same tab as examples, so if a user comes with that tab, it should redirect to examples
commit 1741697 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Feb 4 08:52:17 2026 +0100 fix(deps): update npm non-major dependencies (#4445) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oddbjørn Øvernes <oddbjorn.overnes@gmail.com> Co-authored-by: Michael Marszalek <mimarz@gmail.com> commit 850e9cc Author: Michael Marszalek <mimarz@gmail.com> Date: Wed Feb 4 08:32:54 2026 +0100 docs: new CSS variable/token preview tables (#4395) Co-authored-by: Oddbjørn Øvernes <oddbjorn.overnes@gmail.com> commit 6051733 Author: Marianne Røsvik <marianne.rosvik@digdir.no> Date: Wed Feb 4 08:08:36 2026 +0100 docs: english version of required and optional form fields (#4459) commit 7ea081e Author: Frank Dahle <frankdahle@gmail.com> Date: Tue Feb 3 13:55:37 2026 +0100 docs: fixed mispelling (#4462) commit 0b03881 Author: stianmorsund <stian.rm@gmail.com> Date: Fri Jan 30 12:15:32 2026 +0100 fix(www): broken redirects (#4457) commit 7276fdb Author: Oddbjørn Øvernes <oddbjorn.overnes@gmail.com> Date: Fri Jan 30 08:52:15 2026 +0100 chore(www): add dpg-logo to footer (#4452)




resolves #4387
resolves #4362
After meeting on 27 jan we decided to hide the variables tab until we can dedicated more resources on designing it how we want in themebuilder. Still want to merge changes for future work
colorsystemoverviewtab to beexamples@internal/componentswwwandthemebuilderthemebuilderto make it more descriptive what components are used for and added missing layout for themebuilder page.www, all this code now live in@internal/components3001onthemebuilderso its possible to run boththemebuilderanwwwat the same time locally. ( can move this to different PR if desirable)Know bug/limitation:
border-radiusvariables does not update according to selectedborde-radius-basein preview inthemebuilder. Didn't get this to work properly, needs to be looked at closer in a different PR