TODO: PageHeader

Hoofdmenu

Figma changelog

Op deze pagina vind je een overzicht van alle wijzigingen in onze Figma bibliotheken.

Ben je afnemer van de bibliotheken? Dan zie je hier welke updates zijn doorgevoerd, zodat je ze waar nodig ook kunt doorvoeren in de bibliotheek van jouw organisatie. Zo blijf je up-to-date met de laatste versie van de bibliotheek.

Wil je meer weten over hoe je deze changelog gebruikt? Bekijk dan de uitleg over de changelog voor Figma bibliotheken. En wil je weten wat de versienummers precies betekenen? Lees dan over versiebeheer.

Hulpvideo’s

12.0.0

5 maart 2026

Community component ‘Switch’ van Utrecht toegevoegd

Community component ‘Switch’ (Form Toggle) van gemeente Utrecht is toegevoegd aan de bibliotheek.

Daarnaast is todo-switch verwijderd uit de ToDo Bibliotheek, inclusief alle bijbehorende design tokens.

Wat moet je doen?

{
  "utrecht": {
    "form-toggle": {
      "accent-color": {
        "$type": "color",
        "$value": "{basis.color.default-inverse.bg-default}"
      },
      "background-color": {
        "$type": "color",
        "$value": "{utrecht.form-toggle.accent-color}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.transparent}"
      },
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.round}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "height": {
        "$type": "dimension",
        "$value": "2.5rem"
      },
      "padding-block-end": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-block-start": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-inline-end": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-inline-start": {
        "$type": "dimension",
        "$value": "0px"
      },
      "width": {
        "$type": "dimension",
        "$value": "5rem"
      },
      "checked": {
        "accent-color": {
          "$type": "color",
          "$value": "{basis.color.positive-inverse.bg-default}"
        }
      },
      "disabled": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-style": {
          "$type": "other",
          "$value": "solid",
          "$description": "[code-only]"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.sm}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.disabled.color-document}"
        }
      },
      "hover": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default-inverse.bg-hover}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        }
      },
      "focus": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-style": {
          "$type": "other",
          "$value": "solid",
          "$description": "[code-only]"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.sm}"
        }
      },
      "thumb": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default.bg-default}"
        },
        "border-radius": {
          "$type": "dimension",
          "$value": "{basis.border-radius.round}"
        },
        "box-shadow": {
          "$type": "boxShadow",
          "$value": "{basis.box-shadow.sm}"
        },
        "margin-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.sm}"
        },
        "margin-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.sm}"
        },
        "min-inline-size": {
          "$type": "dimension",
          "$value": "{basis.size.sm}"
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.bg-default}"
          },
          "box-shadow": {
            "$type": "boxShadow",
            "$value": "{basis.box-shadow.sm}"
          }
        }
      },
      "track": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-radius": {
          "$type": "dimension",
          "$value": "{basis.border-radius.round}"
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.disabled-inverse.color-subtle}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          }
        }
      }
    }
  }
}

11.4.0

2 maart 2026

Property ‘Container’ verwijderd bij componenten waar dit niet nodig is

De property Container is verwijderd uit Community componenten waar deze niet van toepassing is. Het betreft de componenten: Heading Group, Heading 1 tot 6, Ordered List en Unordered List.

Bekijk de video ‘Changelog: Property ‘Container’ verwijderen’(zonder geluid) waarin wordt uitgelegd hoe je dit zelf kunt doen. Als je de ‘Large’ varianten van deze componenten in een Figma-bestand hebt gebruikt, zul je deze opnieuw aan de bibliotheek moeten koppelen. Aan het einde van de video wordt uitgelegd hoe je dit gemakkelijk in 1 keer kunt doen.

Tip: Heb je een Figma-bestand waarin je deze componenten gebruikt? Zorg er dan voor dat je de huidige versie van dat bestand opslaat voordat je de update met wijzigingen vanuit de bibliotheek accepteert. Dit doe je door de huidige versie toe te voegen aan de Version History en deze een duidelijke naam te geven, bijvoorbeeld: ‘Voorafgaand aan release 11.4.0’. Daarna kun je zonder zorgen de update accepteren en je bestand up-to-date brengen met de nieuwe versie.

11.3.0

25 februari 2026

Waarde van enkele basis-tokens aangepast

Controleer of deze wijzigingen ook wenselijk zijn voor het thema van jouw organisatie. Zo niet, dan hoef je deze niet over te nemen.

11.2.0

16 februari 2026

Type toegevoegd aan Community component ‘Note’ van Utrecht

Community component ‘Note’ (Spotlight Section) van Utrecht is uitgebreid met Type ‘Default’. Hiermee is dit component meer in lijn met de mogelijkheden in code en de weergave in Storybook.

Bekijk de video ‘Changelog: Type toegevoegd aan Community component ‘Note’ van Utrecht’ waarin wordt uitgelegd hoe je dit zelf kunt doen.

11.1.0

16 februari 2026

Type toegevoegd aan Community component ‘Alert’ van Utrecht

Community component ‘Alert’ van Utrecht is uitgebreid met Type ‘Default’. Hiermee is dit component meer in lijn met de mogelijkheden in code en de weergave in Storybook.

Bekijk de video ‘Changelog: Type toegevoegd aan Community component ‘Alert’ van Utrecht’ waarin wordt uitgelegd hoe je dit zelf kunt doen.

11.0.0

12 februari 2026

Community component ‘Paragraph’ van Utrecht aangepast

Community component ‘Paragraph’ van Utrecht is in lijn gebracht met de opbouw van andere componenten in de Figma bibliotheek. Hiermee is dit component ook meer in lijn met de weergave in Storybook.

Bekijk de video ‘Changelog: Community component ‘Paragraph’ van Utrecht aangepast’ waarin wordt uitgelegd hoe je dit zelf kunt doen.

Tip: Heb je een Figma-bestand waarin je dit component gebruikt? Zorg er dan voor dat je de huidige versie van dat bestand opslaat voordat je de update met wijzigingen vanuit de bibliotheek accepteert. Dit doe je door de huidige versie toe te voegen aan de Version History en deze een duidelijke naam te geven, bijvoorbeeld: ‘Voorafgaand aan release 11.0.0’. Daarna kun je zonder zorgen de update accepteren en je bestand up-to-date brengen met de nieuwe versie.

10.0.1

11 februari 2026

Tokenset hernoemd van Community component ‘Data Summary’ van Den Haag

Tokenset data-list is hernoemd naar data-summary.

Wat moet je doen?

10.0.0

9 februari 2026

Verschillende formulier componenten toegevoegd en opgeschoond

Er zijn meerdere formuliergerelateerde componenten en tokens opgeschoond en op elkaar afgestemd. Wat begon bij de toevoeging van de Checkbox Group component, heeft geleid tot meerdere verbeteringen in verschillende componenten. Omdat er veel samenhangende wijzigingen zijn gedaan, lichten we deze release toe in een video.

Bekijk de video ‘Changelog: Update verschillende formulier componenten’ waarin wordt uitgelegd hoe je dit zelf kunt doen.

Hieronder vind je een overzicht van alle componenten en de bijbehorende design tokens die je nodig hebt om deze wijzigingen correct over te nemen.

ToDo component ‘Form Field Label Suffix’ is gewijzigd in de ToDo bibliotheek.

{
  "todo": {
    "form-field-label-suffix": {
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.text.font-weight.default}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "margin-inline-start": {
        "$type": "dimension",
        "$value": "{basis.space.inline.sm}"
      }
    }
  }
}

De volgende tokens zijn toegevoegd:

De waarde van de volgende tokens zijn gewijzigd:

Controleer of deze wijzigingen ook wenselijk zijn voor het thema van jouw organisatie. Zo niet, dan hoef je deze niet over te nemen.

De description [code-only] is bij de volgende tokens verwijderd:

Community component ‘Fieldset’ van gemeente Utrecht is toegevoegd aan de bibliotheek.

{
  "utrecht": {
    "form-fieldset": {
      "margin-block-end": {
        "$type": "dimension",
        "$value": "0px",
        "$description": "[code-only]"
      },
      "margin-block-start": {
        "$type": "dimension",
        "$value": "0px",
        "$description": "[code-only]"
      },
      "invalid": {
        "border-inline-start-color": {
          "$type": "color",
          "$value": "{basis.color.negative.border-default}"
        },
        "border-inline-start-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.md}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        }
      },
      "legend": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.bold}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "margin-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "margin-block-start": {
          "$type": "dimension",
          "$value": "0px"
        },
        "disabled": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          }
        }
      },
      "section": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        }
      }
    }
  }
}

9.1.0

27 januari 2026

Community component ‘Password Input’ van Amsterdam toegevoegd

Community component ‘Password Input’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "password-input": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.form-control.background-color}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.form-control.border-color}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.form-control.border-width}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.form-control.color}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.form-control.font-family}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.form-control.font-size}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.form-control.font-weight}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.form-control.line-height}"
      },
      "outline-offset": {
        "$type": "other",
        "$value": "auto",
        "$description": "[code-only]"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "{basis.form-control.padding-block-start}"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.form-control.padding-inline-start}"
      },
      "placeholder": {
        "color": {
          "$type": "color",
          "$value": "{basis.form-control.placeholder.color}"
        }
      },
      "disabled": {
        "color": {
          "$type": "color",
          "$value": "{basis.form-control.disabled.color}"
        },
        "cursor": {
          "$type": "other",
          "$value": "disabled",
          "$description": "[code-only]"
        }
      },
      "hover": {
        "box-shadow": {
          "$type": "boxShadow",
          "$value": {
            "x": "0",
            "y": "0",
            "blur": "0",
            "color": "{basis.form-control.hover.border-color}",
            "spread": "{basis.form-control.hover.border-width}",
            "type": "innerShadow"
          }
        }
      },
      "invalid": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.form-control.invalid.border-color}"
        },
        "hover": {
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.negative.border-hover}"
          },
          "box-shadow": {
            "$type": "boxShadow",
            "$value": {
              "x": "0",
              "y": "0",
              "blur": "0",
              "color": "{basis.color.negative.border-hover}",
              "spread": "{basis.form-control.hover.border-width}",
              "type": "innerShadow"
            }
          }
        }
      }
    }
  }
}

9.0.0

27 januari 2026

Community componenten ‘Task Card’ en ‘Task Navigation’ van Den Haag aangepast

Community componenten ‘Task Card’ (Action Multiple) en ‘Task Navigation’ (Action Single) van gemeente Den Haag zijn aangepast.

De volgende tokens zijn toegevoegd:

Token denhaag.action.border-style is aangevuld met description [code-only].

De volgende tokens zijn hernoemd:

De volgende tokens zijn verwijderd:

De waarde van de volgende tokens zijn gewijzigd:

Daarnaast is de opzet van deze Figma componenten aangepast en uitgebreid. Daarom adviseren we om deze componenten over te nemen alsof het nieuwe componenten zijn.

Controleer hierbij wel of de wijzigingen van design token waarden ook wenselijk zijn voor het thema van jouw organisatie. Zo niet, dan kun je hier je huidige waarden invullen.

:::warning[Let op!]

Heb je de ‘oude’ versie van deze componenten gebruikt in een prototype? Plaats de nieuwe versie ernaast en neem tekstuele ‘overrides’ over. Vervolgens kun je de ‘oude’ versie verwijderen uit je prototype.

:::

{
  "denhaag": {
    "action": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.transparent}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.default.border-subtle}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "gap": {
        "$type": "dimension",
        "$value": "{basis.space.row.md}"
      },
      "padding-block-end": {
        "$type": "dimension",
        "$value": "{basis.space.block.xl}"
      },
      "padding-block-start": {
        "$type": "dimension",
        "$value": "{basis.space.block.xl}"
      },
      "padding-inline-end": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "padding-inline-start": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "lg": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.xl}"
        },
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.xl}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.xl}"
        }
      },
      "actions": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.md}"
        }
      },
      "content": {
        "bold": {
          "font-weight": {
            "$type": "fontWeights",
            "$value": "{basis.text.font-weight.bold}"
          }
        }
      },
      "context": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.md}"
        },
        "lg": {
          "gap": {
            "$type": "dimension",
            "$value": "{basis.space.column.xl}"
          }
        }
      },
      "date": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.md}"
        },
        "warning": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.negative.color-default}"
          },
          "font-weight": {
            "$type": "fontWeights",
            "$value": "{basis.text.font-weight.bold}"
          },
          "gap": {
            "$type": "dimension",
            "$value": "{basis.space.column.md}"
          }
        }
      },
      "details": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.md}"
        },
        "lg": {
          "gap": {
            "$type": "dimension",
            "$value": "{basis.space.column.xl}"
          }
        }
      },
      "link-icon": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "width": {
          "$type": "dimension",
          "$value": "{basis.size.icon.md}"
        }
      },
      "warning-icon": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.negative.color-default}"
        },
        "width": {
          "$type": "dimension",
          "$value": "{basis.size.icon.md}"
        }
      }
    }
  }
}
{
  "denhaag": {
    "action": {
      "single": {
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-hover}"
          }
        },
        "details": {
          "gap": {
            "$type": "dimension",
            "$value": "{basis.space.column.md}"
          },
          "lg": {
            "gap": {
              "$type": "dimension",
              "$value": "{basis.space.column.xl}"
            }
          }
        }
      }
    }
  }
}

8.4.0

26 januari 2026

Community component ‘Navigation Bar’ van Utrecht aangepast

Community component ‘Navigation Bar’ van gemeente Utrecht is aangepast.

De volgende tokens zijn toegevoegd:

De waarden van de volgende tokens zijn gewijzigd:

Daarnaast is de opzet van de Figma component aangepast en uitgebreid. Daarom adviseren we om de component over te nemen alsof het een nieuw component betreft.

Controleer hierbij wel of de wijzigingen van design token waarden ook wenselijk zijn voor het thema van jouw organisatie. Zo niet, dan kun je hier je huidige waarden invullen.

{
  "utrecht": {
    "nav-bar": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.default.bg-subtle}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "content": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default.bg-subtle}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "max-inline-size": {
          "$type": "dimension",
          "$value": "{basis.page.max-inline-size}"
        }
      },
      "link": {
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        }
      }
    }
  }
}

8.3.1

22 januari 2026

Helper componenten hernoemd

Helper componenten zijn hernoemd naar ‘Helper_*’.

In de Figma bibliotheek zitten enkele handige ‘Helper’ componenten. Tot nu toe waren veel van deze componenten verborgen, omdat hun naam met een ’.’ begon. Dit zorgde er echter ook voor dat deze componenten niet naar voren kwamen bij het gebruik van de ‘Swap Library’ functionaliteit. En die stap heb je juist nodig wanneer je een nieuw component wilt overnemen uit de NL Design System - Bibliotheek. Daarom hebben we ze niet langer verborgen én de naamgeving van deze componenten aangepast.

:::info[Goed om te weten]

Het viel ons op dat de meeste Helper componenten in de ToDo Bibliotheek keurig de nieuwe naam kregen, met uitzondering van ’.Page Heading’. Deze zul je daarom handmatig via de ‘Swap Instance’ functionaliteit moeten inwisselen voor ‘Helper_Page-Heading’. Tip: zoek in de ToDo Bibliotheek op de term ’.Page Heading’ om deze snel te vinden en in te wisselen.

:::

Laat het ons vooral weten als je hier hulp bij kunt gebruiken.

8.3.0

21 januari 2026

Community component ‘Calendar’ van Utrecht toegevoegd

Community component ‘Calendar’ van gemeente Utrecht is toegevoegd aan de bibliotheek.

{
  "utrecht": {
    "calendar": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.default.bg-document}"
      },
      "width": {
        "$type": "dimension",
        "$value": "fit-content",
        "$description": "[code-only]"
      },
      "icon": {
        "size": {
          "$type": "dimension",
          "$value": "{basis.size.icon.md}"
        }
      },
      "navigation": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "padding-block-end": {
          "$type": "dimension",
          "$value": "0px"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "label": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-document}"
          },
          "font-size": {
            "$type": "fontSizes",
            "$value": "{basis.text.font-size.md}"
          }
        }
      },
      "table": {
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "days-item-day": {
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-width": {
            "$type": "dimension",
            "$value": "{basis.border-width.sm}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-default}"
          },
          "size": {
            "$type": "dimension",
            "$value": "{basis.pointer-target.min-inline-size}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1.color-active}"
            }
          },
          "disabled": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled.color-default}"
            }
          },
          "emphasis": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.highlight.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.highlight.color-default}"
            },
            "font-weight": {
              "$type": "fontWeights",
              "$value": "{basis.text.font-weight.bold}"
            }
          },
          "focus": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.focus.background-color}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.focus.color}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1.color-hover}"
            }
          },
          "is-today": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.border-default}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1.color-default}"
            },
            "font-weight": {
              "$type": "fontWeights",
              "$value": "{basis.text.font-weight.bold}"
            }
          },
          "out-of-the-month": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled.color-subtle}"
            }
          },
          "selected": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.color-default}"
            },
            "font-weight": {
              "$type": "fontWeights",
              "$value": "{basis.text.font-weight.bold}"
            }
          }
        },
        "weeks-item": {
          "width": {
            "$type": "dimension",
            "$value": "{basis.pointer-target.min-inline-size}"
          }
        }
      }
    }
  },
  "todo": {
    "calendar": {
      "table": {
        "days-item-day": {
          "disabled": {
            "font-weight": {
              "$type": "fontWeights",
              "$value": "{basis.text.font-weight.default}"
            }
          }
        }
      }
    }
  }
}

8.2.0

21 januari 2026

Community component ‘Date Input’ van Amsterdam toegevoegd

Community component ‘Date Input’ van Amsterdam is toegevoegd aan de bibliotheek.

:::info[Goed om te weten]

Voor de tokens ams.date-input.padding-block en ams.date-input.padding-inline is gekozen voor een waarde uit de speciale groep ‘form-control’. Het gaat om de waarden basis.form-control.padding-block-start en basis.form-control.padding-inline-start. Uiteraard mag je hier zelf een keuze in maken.

:::

{
  "ams": {
    "date-input": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.form-control.background-color}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.form-control.border-color}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.form-control.border-width}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.form-control.color}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.form-control.font-size}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.form-control.font-family}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.form-control.font-weight}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.form-control.line-height}"
      },
      "min-block-size": {
        "$type": "dimension",
        "$value": "{basis.pointer-target.min-block-size}"
      },
      "min-inline-size": {
        "$type": "dimension",
        "$value": "10rem"
      },
      "outline-offset": {
        "$type": "other",
        "$value": "auto",
        "$description": "[code-only]"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "{basis.form-control.padding-block-start}"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.form-control.padding-inline-start}"
      },
      "calendar-picker-indicator": {
        "background-image": {
          "$type": "other",
          "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
          "$description": "[code-only]"
        },
        "cursor": {
          "$type": "other",
          "$value": "default",
          "$description": "[code-only]"
        }
      },
      "disabled": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.form-control.disabled.border-color}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.form-control.disabled.color}"
        },
        "cursor": {
          "$type": "other",
          "$value": "disabled",
          "$description": "[code-only]"
        },
        "calendar-picker-indicator": {
          "background-image": {
            "$type": "other",
            "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
            "$description": "[code-only]"
          }
        }
      },
      "hover": {
        "box-shadow": {
          "$type": "boxShadow",
          "$value": "None"
        },
        "calendar-picker-indicator": {
          "background-image": {
            "$type": "other",
            "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
            "$description": "[code-only]"
          }
        }
      },
      "invalid": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.form-control.invalid.border-color}"
        },
        "hover": {
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.negative.border-hover}"
          },
          "box-shadow": {
            "$type": "boxShadow",
            "$value": "None"
          }
        }
      }
    }
  }
}

8.1.0

16 januari 2026

Number Badge ingewisseld bij Community component ‘Side Navigation’ van Den Haag

Number Badge component is ingewisseld bij Community component ‘Side Navigation’ van gemeente Den Haag.

Bekijk de video ‘Changelog: Number Badge inwisselen bij Side Navigation’ waarin we laten zien hoe je dit zelf kunt doen.

8.0.0

15 januari 2026

Bugfix: design token hernoemd van Community component ‘Heading’

Token ams.heading.inverse-color is hernoemd naar ams.heading.inverse.color bij Community component ‘Heading’ van gemeente Amsterdam.

Bekijk de video ‘Changelog: Heading token hernoemen’ waarin we laten zien hoe je dit zelf kunt doen.

7.0.0

14 januari 2025

Community component ‘Modal Dialog’ van Amsterdam toegevoegd

Community component ‘Modal Dialog’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

Daarnaast is de todo-modal-dialog verwijderd uit de ToDo Bibliotheek, inclusief alle bijbehorende design tokens.

Wat moet je doen?

{
  "ams": {
    "dialog": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.default.bg-document}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.default.border-subtle}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "gap": {
        "$type": "dimension",
        "$value": "0px"
      },
      "inline-size": {
        "$type": "dimension",
        "$value": "328px"
      },
      "max-block-size": {
        "$type": "dimension",
        "$value": "80vh",
        "$description": "[code-only]"
      },
      "max-inline-size": {
        "$type": "dimension",
        "$value": "640px"
      },
      "medium": {
        "inline-size": {
          "$type": "dimension",
          "$value": "640px"
        },
        "max-block-size": {
          "$type": "dimension",
          "$value": "80vh",
          "$description": "[code-only]"
        }
      },
      "backdrop": {
        "background-color": {
          "$type": "color",
          "$value": "rgba(36,36,36,0.2)"
        }
      },
      "header": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.xl}"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.xl}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "medium": {
          "padding-block": {
            "$type": "dimension",
            "$value": "{basis.space.block.xl}"
          },
          "padding-inline": {
            "$type": "dimension",
            "$value": "{basis.space.inline.xl}"
          }
        }
      },
      "body": {
        "padding-block": {
          "$type": "dimension",
          "$value": "0px"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "medium": {
          "padding-inline": {
            "$type": "dimension",
            "$value": "{basis.space.inline.xl}"
          }
        }
      },
      "footer": {
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.3xl}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "medium": {
          "padding-block": {
            "$type": "dimension",
            "$value": "{basis.space.block.3xl}"
          },
          "padding-inline": {
            "$type": "dimension",
            "$value": "{basis.space.inline.xl}"
          }
        }
      }
    }
  },
  "todo": {
    "dialog": {
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.lg}"
      },
      "box-shadow": {
        "$type": "boxShadow",
        "$value": "{basis.box-shadow.lg}"
      }
    }
  }
}

6.8.0

14 januari 2025

Community component ‘Description List’ van Amsterdam toegevoegd

Community component ‘Description List’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "description-list": {
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "column-gap": {
        "$type": "dimension",
        "$value": "{basis.space.column.3xl}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "grid-template-columns": {
        "$type": "other",
        "$value": "auto 1fr",
        "$description": "[code-only]"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "row-gap": {
        "$type": "dimension",
        "$value": "{basis.space.row.xl}"
      },
      "description": {
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        }
      },
      "inverse": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default-inverse.color-document}"
        }
      },
      "medium": {
        "grid-template-columns": {
          "$type": "other",
          "$value": "1fr 2fr",
          "$description": "[code-only]"
        }
      },
      "narrow": {
        "grid-template-columns": {
          "$type": "other",
          "$value": "1fr 4fr",
          "$description": "[code-only]"
        }
      },
      "section": {
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.xl}"
        }
      },
      "term": {
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.bold}"
        }
      },
      "wide": {
        "grid-template-columns": {
          "$type": "other",
          "$value": "1fr 1fr",
          "$description": "[code-only]"
        }
      }
    }
  }
}

6.7.1

23 december 2025

Dit is uiteraard niet nodig als je een eigen iconenset gebruikt.

6.7.0

23 december 2025

Candidate component ‘Button’ toegevoegd

Candidate component ‘Button’ is toegevoegd aan de bibliotheek.

{
  "nl": {
    "button": {
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.md}"
      },
      "column-gap": {
        "$type": "dimension",
        "$value": "{basis.space.text.xs}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "min-block-size": {
        "$type": "dimension",
        "$value": "{basis.pointer-target.min-block-size}"
      },
      "min-inline-size": {
        "$type": "dimension",
        "$value": "{basis.pointer-target.min-inline-size}"
      },
      "padding-block-end": {
        "$type": "dimension",
        "$value": "{basis.space.block.md}"
      },
      "padding-block-start": {
        "$type": "dimension",
        "$value": "{basis.space.block.md}"
      },
      "padding-inline-end": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "padding-inline-start": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "focus": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.focus.background-color}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.focus.color}"
        }
      },
      "icon": {
        "size": {
          "$type": "dimension",
          "$value": "{basis.size.icon.md}"
        }
      },
      "icon-only": {
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.md}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.md}"
        },
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.md}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.md}"
        }
      },
      "default": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.default.border-default}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.sm}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.bold}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-active}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.default.border-active}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-active}"
          }
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.border-subtle}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-hover}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.default.border-hover}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-hover}"
          }
        },
        "pressed": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default-inverse.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.default-inverse.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.default-inverse.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.default-inverse.color-active}"
            }
          },
          "disabled": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.color-subtle}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.default-inverse.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.default-inverse.color-hover}"
            }
          }
        }
      },
      "primary": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.action-1-inverse.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{nl.button.default.border-width}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1-inverse.color-default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{nl.button.default.font-size}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{nl.button.default.font-weight}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{nl.button.default.line-height}"
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.bg-active}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.color-active}"
          }
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.border-subtle}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.bg-hover}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.color-hover}"
          }
        },
        "pressed": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.border-default}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.border-active}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1.color-active}"
            }
          },
          "disabled": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.disabled.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.disabled.border-subtle}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled.color-subtle}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.action-1.border-hover}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1.color-hover}"
            }
          }
        },
        "negative": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.negative-inverse.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.negative-inverse.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.negative.border-default}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.negative.border-active}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.negative.border-hover}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative.color-hover}"
              }
            }
          }
        },
        "positive": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.positive-inverse.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.positive-inverse.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.positive.border-default}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.positive.border-active}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.positive.border-hover}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive.color-hover}"
              }
            }
          }
        }
      },
      "secondary": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.action-1.border-default}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{nl.button.default.border-width}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{nl.button.default.font-size}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{nl.button.default.font-weight}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{nl.button.default.line-height}"
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.bg-active}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.border-active}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-active}"
          }
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.disabled.border-subtle}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.bg-hover}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.border-hover}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-hover}"
          }
        },
        "pressed": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.color-active}"
            }
          },
          "disabled": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.color-subtle}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.color-hover}"
            }
          }
        },
        "negative": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.negative.border-default}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.negative.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.negative.border-active}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.negative.border-hover}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.color-hover}"
              }
            }
          }
        },
        "positive": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.positive.border-default}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.positive.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.positive.border-active}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.positive.border-hover}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.color-hover}"
              }
            }
          }
        }
      },
      "subtle": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "0px"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{nl.button.default.font-size}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{nl.button.default.font-weight}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{nl.button.default.line-height}"
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.bg-active}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-active}"
          }
        },
        "disabled": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1.bg-hover}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-hover}"
          }
        },
        "pressed": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.bg-default}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1-inverse.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.color-active}"
            }
          },
          "disabled": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.disabled-inverse.color-subtle}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.action-1-inverse.color-hover}"
            }
          }
        },
        "negative": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.negative.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.negative-inverse.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.negative-inverse.color-hover}"
              }
            }
          }
        },
        "positive": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "border-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.positive.color-default}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive.bg-active}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive.color-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive.bg-hover}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive.color-hover}"
            }
          },
          "pressed": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.bg-default}"
            },
            "border-color": {
              "$type": "color",
              "$value": "{basis.color.transparent}"
            },
            "color": {
              "$type": "color",
              "$value": "{basis.color.positive-inverse.color-default}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.bg-active}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.color-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.bg-hover}"
              },
              "border-color": {
                "$type": "color",
                "$value": "{basis.color.transparent}"
              },
              "color": {
                "$type": "color",
                "$value": "{basis.color.positive-inverse.color-hover}"
              }
            }
          }
        }
      }
    }
  }
}

6.6.1

19 december 2025

Bugfix: schaduw hersteld bij Community component ‘Table’ van Utrecht

Schaduw bij Table component is hersteld.

6.6.0

18 december 2025

Community component ‘Status Badge’ van Utrecht toegevoegd

Community component ‘Status Badge’ van gemeente Utrecht is toegevoegd aan de bibliotheek.

{
  "utrecht": {
    "status-badge": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.default.bg-default}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.transparent}"
      },
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.sm}"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-default}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.text.font-weight.bold}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "letter-spacing": {
        "$type": "letterSpacing",
        "$value": "0px"
      },
      "min-block-size": {
        "$type": "dimension",
        "$value": "{basis.size.xs}"
      },
      "min-inline-size": {
        "$type": "dimension",
        "$value": "{basis.size.sm}"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.space.inline.sm}"
      },
      "text-transform": {
        "$type": "textCase",
        "$value": "None"
      },
      "active": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.positive.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.positive.color-default}"
        }
      },
      "danger": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.negative.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.negative.color-default}"
        }
      },
      "error": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.negative.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.negative.color-default}"
        }
      },
      "inactive": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-default}"
        }
      },
      "invalid": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.negative.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.negative.color-default}"
        }
      },
      "neutral": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.info.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.info.color-default}"
        }
      },
      "safe": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.positive.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.positive.color-default}"
        }
      },
      "success": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.positive.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.positive.color-default}"
        }
      },
      "valid": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.positive.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.positive.color-default}"
        }
      },
      "warning": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.warning.bg-default}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.warning.color-default}"
        }
      }
    }
  }
}

6.5.0

17 december 2025

Community component ‘Breadcrumb Navigation’ van Amsterdam toegevoegd

Community component ‘Breadcrumb Navigation’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "breadcrumb": {
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.text.font-weight.default}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "separator": {
        "background-image": {
          "$type": "other",
          "$value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")",
          "$description": "[code-only]"
        },
        "block-size": {
          "$type": "dimension",
          "$value": "0.750rem"
        },
        "inline-size": {
          "$type": "dimension",
          "$value": "0.750rem"
        },
        "margin-inline": {
          "$type": "dimension",
          "$value": "{basis.space.column.lg}"
        }
      },
      "link": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "outline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-decoration-line": {
          "$type": "textDecoration",
          "$value": "underline"
        },
        "text-underline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-decoration-thickness": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-2.color-hover}"
          },
          "text-decoration-line": {
            "$type": "textDecoration",
            "$value": "None"
          }
        }
      }
    }
  }
}

6.4.0

16 december 2025

Community component ‘Navigation List’ van Rijkshuisstijl Community toegevoegd

Community component ‘Navigation List’ van de Rijkshuisstijl Community is toegevoegd aan de bibliotheek.

{
  "rhc": {
    "navigation-list": {
      "item": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.default.border-subtle}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.sm}"
        },
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.xl}"
        },
        "min-height": {
          "$type": "dimension",
          "$value": "{basis.pointer-target.min-block-size}"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-active}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-hover}"
          }
        },
        "focus": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.transparent}"
          }
        },
        "content": {
          "column-gap": {
            "$type": "dimension",
            "$value": "{basis.space.column.md}",
            "$description": "[code-only]"
          },
          "row-gap": {
            "$type": "dimension",
            "$value": "{basis.space.row.sm}",
            "$description": "[code-only]"
          }
        },
        "description": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-subtle}"
          },
          "font-size": {
            "$type": "fontSizes",
            "$value": "{basis.text.font-size.md}"
          },
          "line-height": {
            "$type": "lineHeights",
            "$value": "{basis.text.line-height.md}"
          }
        },
        "icon-end": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-2.color-default}"
          }
        },
        "icon-start": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.accent-1-inverse.bg-default}"
          },
          "border-radius": {
            "$type": "dimension",
            "$value": "{basis.border-radius.round}"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.accent-1-inverse.color-default}"
          },
          "padding-block": {
            "$type": "dimension",
            "$value": "{basis.space.block.md}"
          },
          "padding-inline": {
            "$type": "dimension",
            "$value": "{basis.space.inline.md}"
          },
          "size": {
            "$type": "dimension",
            "$value": "{basis.size.icon.md}"
          }
        },
        "label": {
          "color": {
            "$type": "color",
            "$value": "{basis.heading.color}"
          },
          "font-family": {
            "$type": "fontFamilies",
            "$value": "{basis.text.font-family.default}"
          },
          "font-size": {
            "$type": "fontSizes",
            "$value": "{basis.text.font-size.md}"
          },
          "font-weight": {
            "$type": "fontWeights",
            "$value": "{basis.text.font-weight.bold}"
          },
          "line-height": {
            "$type": "lineHeights",
            "$value": "{basis.text.line-height.md}"
          }
        }
      }
    }
  }
}

6.3.0

8 december 2025

Community component ‘File Input’ van Amsterdam toegevoegd

Community component ‘File Input’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "file-input": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.form-control.background-color}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.form-control.border-color}"
      },
      "border-style": {
        "$type": "other",
        "$value": "dashed",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.form-control.border-width}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.form-control.color}"
      },
      "cursor": {
        "$type": "other",
        "$value": "default",
        "$description": "[code-only]"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.form-control.font-family}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.form-control.font-size}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.form-control.font-weight}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.form-control.line-height}"
      },
      "outline-offset": {
        "$type": "other",
        "$value": "auto",
        "$description": "[code-only]"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "{basis.space.block.xl}"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "disabled": {
        "color": {
          "$type": "color",
          "$value": "{basis.form-control.disabled.color}"
        },
        "cursor": {
          "$type": "other",
          "$value": "disabled",
          "$description": "[code-only]"
        }
      },
      "button": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.action-1.border-default}"
        },
        "border-style": {
          "$type": "other",
          "$value": "solid",
          "$description": "[code-only]"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.sm}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "cursor": {
          "$type": "other",
          "$value": "default",
          "$description": "[code-only]"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "margin-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}",
          "$description": "[code-only]"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "disabled": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          },
          "cursor": {
            "$type": "other",
            "$value": "disabled",
            "$description": "[code-only]"
          }
        },
        "hover": {
          "box-shadow": {
            "$type": "boxShadow",
            "$value": "None"
          },
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-hover}"
          }
        }
      }
    }
  }
}

6.2.0

8 december 2025

Community component ‘Figure’ van Amsterdam toegevoegd

Community component ‘Figure’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "figure": {
      "gap": {
        "$type": "dimension",
        "$value": "{basis.space.row.md}"
      },
      "caption": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "inverse": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default-inverse.color-document}"
          }
        }
      }
    }
  }
}

6.1.0

8 december 2025

Community component ‘Dot Badge’ van Rijkshuisstijl Community toegevoegd

Community component ‘Dot Badge’ van de Rijkshuisstijl Community is toegevoegd aan de bibliotheek.

{
  "rhc": {
    "dot-badge": {
      "block-size": {
        "$type": "dimension",
        "$value": "{basis.size.3xs}"
      },
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.round}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.accent-1-inverse.bg-default}"
      },
      "inline-size": {
        "$type": "dimension",
        "$value": "{basis.size.3xs}"
      }
    }
  }
}

6.0.0

8 december 2025

Community component ‘Avatar’ van Amsterdam toegevoegd

Community component ‘Avatar’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

Daarnaast is de todo-avatar verwijderd uit de ToDo Bibliotheek, inclusief alle bijbehorende design tokens.

Wat moet je doen?

{
  "ams": {
    "avatar": {
      "aspect-ratio": {
        "$type": "other",
        "$value": "1 / 1",
        "$description": "[code-only]"
      },
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.accent-1-inverse.bg-default}"
      },
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.transparent}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.accent-1-inverse.color-default}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "inline-size": {
        "$type": "dimension",
        "$value": "{basis.pointer-target.min-inline-size}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "0px"
      },
      "has-image": {
        "inline-size": {
          "$type": "dimension",
          "$value": "{basis.pointer-target.min-inline-size}"
        }
      }
    }
  }
}

5.2.2

1 december 2025

Bugfix: waarde van design tokens aangepast van Community component ‘Data Badge’ van Utrecht

De waarde van design tokens utrecht.data-badge.padding-block en nl.data-badge.padding-block is aangepast van ‘None’ naar ‘0px’.

5.2.1

1 december 2025

Bugfix: design token juist gekoppeld aan Candidate component ‘Heading’

Juiste font-weight token is gekoppeld aan Candidate component ‘Heading’ level 4.

5.2.0

24 november 2025

Community component ‘Tabs’ van Amsterdam en Den Haag toegevoegd

Community componenten ‘Tabs’ van gemeente Amsterdam en Den Haag zijn toegevoegd aan de bibliotheek.

Amsterdam:

{
  "ams": {
    "tabs": {
      "gap": {
        "$type": "dimension",
        "$value": "{basis.space.row.3xl}"
      },
      "button": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "cursor": {
          "$type": "other",
          "$value": "pointer",
          "$description": "[code-only]"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "outline-offset": {
          "$type": "other",
          "$value": "0px",
          "$description": "[code-only]"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-2.color-hover}"
          },
          "box-shadow": {
            "$type": "boxShadow",
            "$value": {
              "x": "0",
              "y": "-{basis.border-width.lg}",
              "blur": "0",
              "spread": "0",
              "color": "{ams.tabs.button.color}",
              "type": "innerShadow"
            }
          }
        },
        "disabled": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.disabled.color-subtle}"
          },
          "cursor": {
            "$type": "other",
            "$value": "not-allowed",
            "$description": "[code-only]"
          }
        },
        "selected": {
          "box-shadow": {
            "$type": "boxShadow",
            "$value": {
              "x": "0",
              "y": "-{basis.border-width.lg}",
              "blur": "0",
              "spread": "0",
              "color": "{ams.tabs.button.color}",
              "type": "innerShadow"
            }
          },
          "font-weight": {
            "$type": "fontWeights",
            "$value": "{basis.text.font-weight.bold}"
          }
        }
      },
      "list": {
        "box-shadow": {
          "$type": "boxShadow",
          "$value": {
            "x": "0",
            "y": "-{basis.border-width.sm}",
            "blur": "0",
            "spread": "0",
            "color": "{basis.color.default.border-subtle}",
            "type": "innerShadow"
          }
        }
      }
    }
  }
}

Den Haag:

{
  "denhaag": {
    "tabs": {
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.default.border-subtle}"
      },
      "border-width": {
        "$type": "dimension",
        "$value": "{basis.border-width.sm}"
      },
      "border-style": {
        "$type": "other",
        "$value": "solid",
        "$description": "[code-only]"
      },
      "width": {
        "$type": "dimension",
        "$value": "100%",
        "$description": "[code-only]"
      },
      "tab": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.transparent}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "cursor": {
          "$type": "other",
          "$value": "pointer",
          "$description": "[code-only]"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "outline": {
          "$type": "other",
          "$value": "0px",
          "$description": "[code-only]"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-2.color-hover}"
          }
        },
        "focus": {
          "color": {
            "$type": "color",
            "$value": "{basis.focus.color}"
          }
        },
        "selected": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-document}"
          },
          "font-weight": {
            "$type": "fontWeights",
            "$value": "{basis.text.font-weight.bold}"
          }
        }
      },
      "tab-indicator": {
        "border-color": {
          "$type": "color",
          "$value": "{basis.color.default.border-active}"
        },
        "border-width": {
          "$type": "dimension",
          "$value": "{basis.border-width.lg}"
        },
        "bottom": {
          "$type": "other",
          "$value": "0px",
          "$description": "[code-only]"
        }
      },
      "tab-panel": {
        "outline": {
          "$type": "other",
          "$value": "0px",
          "$description": "[code-only]"
        },
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.3xl}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.3xl}"
        },
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "0px"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "0px"
        }
      }
    }
  }
}

5.0.1

21 november 2025

Bugfix: waarde van design token aangepast van Community component ‘Page Number Navigation’ van Utrecht

‘curly-braces’ zijn toegevoegd aan de waarde van design token utrecht.pagination.relative-link.disabled.color.

5.0.0

19 november 2025

ToDo component ‘Case Card’ aangepast

Met deze aanpassingen is het gemakkelijker om de oude Case Card te verwijderen en in te wisselen voor de aangepaste versie uit de Figma bibliotheek.

{
  "todo": {
    "case-card": {
      "background-color": {
        "$type": "color",
        "$value": "{basis.color.action-2.bg-default}"
      },
      "border-radius": {
        "$type": "dimension",
        "$value": "{basis.border-radius.sm}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "min-block-size": {
        "$type": "dimension",
        "$value": "192px"
      },
      "min-inline-size": {
        "$type": "dimension",
        "$value": "328px"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "{basis.space.block.2xl}"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.space.inline.3xl}"
      },
      "row-gap": {
        "$type": "dimension",
        "$value": "{basis.space.row.lg}"
      },
      "description": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        }
      },
      "heading": {
        "color": {
          "$type": "color",
          "$value": "{basis.heading.color}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.heading.font-family}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.xl}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.heading.font-weight}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.xl}"
        }
      },
      "metadata": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        }
      },
      "icon": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "size": {
          "$type": "dimension",
          "$value": "{basis.size.icon.md}"
        }
      },
      "active": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.action-2.bg-active}"
        }
      },
      "focus": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.focus.background-color}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.focus.color}"
        }
      },
      "hover": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.action-2.bg-hover}"
        }
      },
      "decoration": {
        "folder": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.action-2.bg-active}"
          },
          "active": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-2.bg-active}"
            }
          },
          "hover": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.action-2.bg-active}"
            }
          },
          "focus": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.focus.background-color}"
            }
          }
        },
        "paper": {
          "background-color": {
            "$type": "color",
            "$value": "#ffffff"
          }
        }
      },
      "archived": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.default.bg-default}"
        },
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "description": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-document}"
          }
        },
        "heading": {
          "color": {
            "$type": "color",
            "$value": "{basis.heading.color}"
          }
        },
        "metadata": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.default.color-document}"
          }
        },
        "active": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-active}"
          }
        },
        "hover": {
          "background-color": {
            "$type": "color",
            "$value": "{basis.color.default.bg-hover}"
          }
        },
        "decoration": {
          "folder": {
            "background-color": {
              "$type": "color",
              "$value": "{basis.color.default.bg-active}"
            },
            "active": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.default.bg-active}"
              }
            },
            "hover": {
              "background-color": {
                "$type": "color",
                "$value": "{basis.color.default.bg-active}"
              }
            }
          }
        }
      }
    }
  }
}

4.2.1

14 november 2025

Bugfix: layernaam hersteld naar originele naam

Eerder maakten we gebruik van een script om de documentatie van de design tokens te automatiseren. Dit script paste ook de namen van de layers aan. Het script is niet langer beschikbaar. Daarnaast zijn er verkeerde layernamen bij componenten terechtgekomen… oeps. We hebben alle layernamen voor de documentatie van de design tokens (links van de componenten) hersteld naar de originele naam: Design Token Documentation Item.

Bekijk de video ‘Changelog: Lagen hernoemen’ waarin we laten zien hoe je dit zelf kunt doen.

4.2.0

3 november 2025

Community component ‘Image’ van Utrecht toegevoegd

Community component ‘Image’ van gemeente Utrecht is toegevoegd aan de bibliotheek.

4.1.1

31 oktober 2025

Bugfix: verouderde Figma Style weggewerkt

Verouderde Figma Style uit Todo Bibliotheek weggewerkt.

Avatar

Form Field Label

Page Footer

4.1.0

14 oktober 2025

Community component ‘Card as Link’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "card": {
      "outline-offset": {
        "$type": "other",
        "$value": "auto",
        "$description": "[code-only]"
      },
      "heading": {
        "margin-block-end": {
          "$type": "dimension",
          "$value": "0px",
          "$description": "[code-only]"
        }
      },
      "heading-group": {
        "gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.sm}"
        },
        "margin-block-end": {
          "$type": "dimension",
          "$value": "0px",
          "$description": "[code-only]"
        }
      },
      "image": {
        "margin-block-end": {
          "$type": "dimension",
          "$value": "0px",
          "$description": "[code-only]"
        }
      },
      "link": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-2.color-default}"
        },
        "text-decoration-line": {
          "$type": "textDecoration",
          "$value": "None"
        },
        "text-decoration-thickness": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-underline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-2.color-hover}"
          },
          "text-decoration-line": {
            "$type": "textDecoration",
            "$value": "underline"
          }
        }
      }
    }
  }
}

4.0.0

19 september 2025

Community component ‘Side Navigation’ van Den Haag hernoemd

‘Side Navigation’ Community component van gemeente Den Haag is, inclusief design tokens, hernoemd van sidenav naar side-navigation.

3.2.0

17 september 2025

Community component ‘Data Summary’ van Den Haag toegevoegd

Community component ‘Data Summary’ van gemeente Den Haag is toegevoegd aan de bibliotheek.

{
  "denhaag": {
    "description-list": {
      "border-color": {
        "$type": "color",
        "$value": "{basis.color.default.border-subtle}"
      },
      "color": {
        "$type": "color",
        "$value": "{basis.color.default.color-document}"
      },
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "font-size": {
        "$type": "fontSizes",
        "$value": "{basis.text.font-size.md}"
      },
      "font-weight": {
        "$type": "fontWeights",
        "$value": "{basis.text.font-weight.default}"
      },
      "line-height": {
        "$type": "lineHeights",
        "$value": "{basis.text.line-height.md}"
      },
      "margin-block-end": {
        "$type": "dimension",
        "$value": "0px",
        "$description": "[code-only]"
      },
      "margin-block-start": {
        "$type": "dimension",
        "$value": "0px",
        "$description": "[code-only]"
      },
      "padding-inline-end": {
        "$type": "dimension",
        "$value": "0px"
      },
      "padding-inline-start": {
        "$type": "dimension",
        "$value": "0px"
      },
      "caption": {
        "color": {
          "$type": "color",
          "$value": "{basis.heading.color}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.xl}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.heading.font-family}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.xl}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.heading.font-weight}"
        },
        "margin-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.row.xl}"
        }
      },
      "detail": {
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.sm}"
        }
      },
      "title": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.default.color-document}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.bold}"
        },
        "padding-block-end": {
          "$type": "dimension",
          "$value": "{basis.space.block.sm}"
        },
        "padding-block-start": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        }
      },
      "lg": {
        "padding-inline-end": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "padding-inline-start": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "detail": {
          "padding-block-end": {
            "$type": "dimension",
            "$value": "{basis.space.block.lg}"
          },
          "padding-block-start": {
            "$type": "dimension",
            "$value": "{basis.space.block.lg}"
          }
        },
        "title": {
          "padding-block-end": {
            "$type": "dimension",
            "$value": "{basis.space.block.lg}"
          },
          "padding-block-start": {
            "$type": "dimension",
            "$value": "{basis.space.block.lg}"
          }
        }
      }
    }
  }
}

3.1.0

16 september 2025

Design tokens voor margin toegevoegd aan Tokens frame

Design tokens voor ‘margin’ zijn toegevoegd aan de design token documentatie in Figma.

Om een completer beeld te geven van de beschikbare design tokens per component, zijn er design tokens voor ‘margin’ toegevoegd aan de design token documentatie in Figma.

Hieronder staat een lijst van componenten waaraan design tokens voor margin zijn toegevoegd. Bij de meeste componenten zijn twee design tokens voor margin toegevoegd. Hiervoor kun je onderstaande code gebruiken:

"margin-block-end": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},
"margin-block-start": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},

Er zijn enkele componenten waar vier design tokens voor margin zijn toegevoegd. Achter die componenten staat tussen haakjes (4). Hiervoor kun je onderstaande code gebruiken:

"margin-block-end": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},
"margin-block-start": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},
"margin-inline-end": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},
"margin-inline-start": {
  "$type": "dimension",
  "$value": "0px",
  "$description": "[code-only]"
},

Lijst van componenten die van margin tokens zijn voorzien. Elk component linkt naar een omgeving waar de design tokens te bekijken zijn.

3.0.0

15 september 2025

Community component ‘Icon’ van Utrecht toegepast binnen Utrecht componenten

utrecht-icon community component is toegepast binnen enkele Utrecht componenten.

De Icon component is later aan de Figma bibliotheek toegevoegd en is nu met terugwerkende kracht verwerkt in de Utrecht componenten die deze in de code gebruiken.

Let op!
Door deze wijziging worden ‘property overrides’ waarbij een ander icoon is gekozen, teruggezet. Heb je in een prototype de Button of Link van Utrecht gebruikt en daar een specifiek icoon aan toegevoegd? Dan moet je dit na de update opnieuw instellen. Maak daarom eerst een back-up door in Figma een versie toe te voegen aan de Version History van het bestand, voordat je de bibliotheek-update accepteert.

2.12.0

11 september 2025

Design token description voor Link component is omgewisseld en juist gekoppeld.

Klein foutje ontdekt voor de Link component. De description [code-only] was aan de verkeerde design token toegevoegd. Daarnaast waren nog niet alle descriptions aan de design token documentatie lijst gekoppeld.

2.11.0

10 september 2025

Bugfix: design token gelijkgetrokken met code bij Community component ‘Note’ van Utrecht

Note (Spotlight Section) border-width is gelijkgetrokken met code.

Community component Note (Spotlight Section) van Utrecht heeft wel design tokens voor border-width en border-color. Maar deze zijn niet specifiek voor 1 zijde. In Figma was dit wel zo opgezet. Vooralsnog trekken we dit gelijk door de Figma component meer in lijn te brengen met de huidige situatie in code.

Mocht je voor jouw organisatie wel aan 1 zijde een border willen plaatsen, maak dit dan kenbaar in de GitHub Discussion voor Note. In de tussentijd kun je een design token met de prefix van jouw organisatie toevoegen. Denk daarbij aan een design tokens zoals voorbeeld.spotlight-section.border-inline-start-width (linkerzijde) of voorbeeld.spotlight-section.border-block-start-width (bovenzijde).

2.10.0

8 september 2025

Figma property gelijkgetrokken voor tekst

Figma-property voor tekst is op zoveel mogelijk plekken gelijkgetrokken.

In Figma kun je componenten voor elkaar inwisselen via de ‘Swap Instance’ functionaliteit. Als de propertynaam voor tekst niet overeenkomt tussen twee componenten, springt deze terug naar de standaardtekst die meekomt vanuit de bibliotheek. Hierdoor kun je geschreven teksten in prototypes verliezen.

Om dit te voorkomen willen we de naam van de property voor tekst zoveel mogelijk gelijk trekken. Hiervoor gebruiken we de term ‘Text’. Zo blijven teksten netjes op hun plek bij het inwisselen van componenten. Daarnaast is er dan een eenduidige manier van naamgeving voor dit propertytype, wat eerder al is vastgelegd in de Figma hygiene.

2.9.0

4 september 2025

Community component ‘Image’ van Amsterdam toegevoegd

Community component ‘Image’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "image": {
      "aspect-ratio": {
        "$type": "other",
        "$value": "16 / 9",
        "$description": "[code-only]"
      }
    }
  }
}

2.8.0

3 september 2025

Community component ‘Button Group’ van Utrecht hernoemd

‘Button Group’ Community component (incl. design tokens) hernoemd naar ‘Action Group’.

2.7.0

1 september 2025

Design token utrecht.link-list.font-weight hernoemd naar utrecht.link-list.link.font-weight in Link List component.

2.6.0

1 september 2025

Bugfix: waarde van design tokens omgeruild

Waarde van ‘focus-outline-color’ en ‘box-shadow-color’ omgekeerd.

2.5.0

27 augustus 2025

Design tokens toegevoegd aan Community component ‘Icon’ van Utrecht

Ontbrekende design tokens zijn toegevoegd aan Community component ‘Icon’.

De volgende tokens zijn toegevoegd aan Icon (community) component:

- `utrecht.icon.color`
- `utrecht.icon.inset-block-start`
- `utrecht.icon.baseline.inset-block-start`

2.4.0

25 augustus 2025

State toegevoegd aan Community component ‘Button’ van Utrecht

Pressed state is toegevoegd aan Community component ‘Button’.

De volgende tokens zijn toegevoegd aan Button component:

- `utrecht.button.pressed.background-color`
- `utrecht.button.pressed.border-color`
- `utrecht.button.pressed.color`
- `utrecht.button.primary-action.pressed.background-color`
- `utrecht.button.primary-action.pressed.border-color`
- `utrecht.button.primary-action.pressed.color`
- `utrecht.button.secondary-action.pressed.background-color`
- `utrecht.button.secondary-action.pressed.border-color`
- `utrecht.button.secondary-action.pressed.color`
- `utrecht.button.subtle.pressed.background-color`
- `utrecht.button.subtle.pressed.border-color`
- `utrecht.button.subtle.pressed.color`

2.3.0

22 augustus 2025

Verschillende bugfixes doorgevoerd

Focus state is verwijderd uit Link component.

‘Settings’ icoon in lijn gebracht met de andere iconen (is niet langer een stroke).

‘Line-height’ tokens toegepast om visuele voorbeelden van ‘Icon’ sizing.

Design token todo.form-field-label.column-gap toegepast op juiste layer.

‘Line-height’ aangepast voor Number Badge component.

Toepassing van design tokens op Focus-ring component aangepast.

NL Design System - Bibliotheek

NL Design System - ToDo Bibliotheek

Bij componenten aangeduid met een * zal ook een design token voor border-radius toegepast moeten worden.

2.2.0

20 augustus 2025

Community component ‘Page Header’ van Amsterdam toegevoegd

Community component ‘Page Header’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "page-header": {
      "font-family": {
        "$type": "fontFamilies",
        "$value": "{basis.text.font-family.default}"
      },
      "padding-block": {
        "$type": "dimension",
        "$value": "{basis.space.block.3xl}"
      },
      "padding-inline": {
        "$type": "dimension",
        "$value": "{basis.space.inline.xl}"
      },
      "medium": {
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.5xl}"
        }
      },
      "wide": {
        "padding-inline": {
          "$type": "dimension",
          "$value": "96px"
        }
      },
      "brand-name": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.accent-1.color-document}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.xl}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.heading.font-weight}"
        },
        "text-wrap": {
          "$type": "other",
          "$value": "nowrap",
          "$description": "[code-only]"
        }
      },
      "logo-link": {
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.xl}"
        },
        "outline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        }
      },
      "mega-menu-button": {
        "cursor": {
          "$type": "other",
          "$value": "default",
          "$description": "[code-only]"
        },
        "label": {
          "open": {
            "font-weight": {
              "$type": "fontWeights",
              "$value": "{basis.text.font-weight.bold}"
            }
          }
        }
      },
      "menu": {
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.3xl}"
        },
        "row-gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.3xl}"
        }
      },
      "menu-item": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.text.xs}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "outline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.lg}"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-hover}"
          }
        }
      },
      "menu-link": {
        "text-decoration-line": {
          "$type": "textDecoration",
          "$value": "None"
        },
        "text-decoration-thickness": {
          "$type": "textDecoration",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-underline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "hover": {
          "text-decoration-line": {
            "$type": "textDecoration",
            "$value": "underline"
          }
        }
      },
      "navigation": {
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.4xl}"
        },
        "row-gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.xl}"
        }
      }
    }
  }
}

2.1.0

19 augustus 2025

Community component ‘Page Footer’ van gemeente Amsterdam is toegevoegd aan de bibliotheek.

{
  "ams": {
    "page-footer": {
      "menu": {
        "column-gap": {
          "$type": "dimension",
          "$value": "{basis.space.column.4xl}"
        },
        "padding-block": {
          "$type": "dimension",
          "$value": "{basis.space.block.xl}"
        },
        "padding-inline": {
          "$type": "dimension",
          "$value": "{basis.space.inline.xl}"
        },
        "row-gap": {
          "$type": "dimension",
          "$value": "{basis.space.row.md}"
        },
        "medium": {
          "padding-inline": {
            "$type": "dimension",
            "$value": "{basis.space.inline.5xl}"
          }
        },
        "wide": {
          "padding-inline": {
            "$type": "dimension",
            "$value": "96px"
          }
        }
      },
      "menu-link": {
        "color": {
          "$type": "color",
          "$value": "{basis.color.action-1.color-default}"
        },
        "font-family": {
          "$type": "fontFamilies",
          "$value": "{basis.text.font-family.default}"
        },
        "font-size": {
          "$type": "fontSizes",
          "$value": "{basis.text.font-size.md}"
        },
        "font-weight": {
          "$type": "fontWeights",
          "$value": "{basis.text.font-weight.default}"
        },
        "line-height": {
          "$type": "lineHeights",
          "$value": "{basis.text.line-height.md}"
        },
        "outline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-decoration-line": {
          "$type": "textDecoration",
          "$value": "underline"
        },
        "text-decoration-thickness": {
          "$type": "textDecoration",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "text-underline-offset": {
          "$type": "other",
          "$value": "auto",
          "$description": "[code-only]"
        },
        "hover": {
          "color": {
            "$type": "color",
            "$value": "{basis.color.action-1.color-hover}"
          },
          "text-decoration-line": {
            "$type": "textDecoration",
            "$value": "None"
          }
        }
      },
      "spotlight": {
        "background-color": {
          "$type": "color",
          "$value": "{basis.color.accent-1-inverse.bg-default}"
        }
      }
    }
  }
}

2.0.0

3 juli 2025

Allereerste Figma release gedaan :tada:

Zoals je ziet is er zoveel veranderd dat een verse installatie sneller is dan alles aan jouw kant stap voor stap aanpassen. We hebben een Figma migratie-stappenplan geschreven waarmee we je helpen om stap voor stap te migreren.