Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/changelog-1500-disabled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@nl-design-system-unstable/groningen-design-tokens": minor
---
Veranderingen conform changelog versie NL Design System 15.0.0 doorgevoerd

### Icon-button component van Den Haag toegevoegd
components/icon-button hernoemd naar components/icon-button/amsterdam
components/icon-button/den-haag toegevoegd, met bijbehorende design tokens

### Side navigation tokens Den Haag toegevoegd en aangepast
Oude side navigation van bibliotheek vervangen door figma weergave starthema bibliotheek en met bijbehorende design tokens
Kleur expand-separator van 'basis.color.default.border-subte' naar 'transparent' gewijzigd
269 changes: 222 additions & 47 deletions proprietary/groningen-design-tokens/figma/groningen.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8512,6 +8512,149 @@
}
}
},
"components/icon-button/amsterdam": {
"ams": {
"icon-button": {
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-default}"
},
"cursor": {
"$type": "other",
"$value": "default",
"$description": "[code-only]"
},
"outline-offset": {
"$type": "other",
"$value": "auto",
"$description": "[code-only]"
},
"disabled": {
"color": {
"$type": "color",
"$value": "{basis.color.disabled.color-subtle}"
},
"cursor": {
"$type": "other",
"$value": "disabled",
"$description": "[code-only]"
}
},
"hover": {
"background-color": {
"$type": "color",
"$value": "{basis.color.action-1.bg-hover}"
},
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-hover}"
}
},
"contrast": {
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-default}"
},
"disabled": {
"color": {
"$type": "color",
"$value": "{basis.color.disabled.color-subtle}"
}
},
"hover": {
"background-color": {
"$type": "color",
"$value": "{basis.color.action-1.bg-hover}"
},
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-hover}"
}
}
},
"inverse": {
"background-color": {
"$type": "color",
"$value": "transparent"
},
"color": {
"$type": "color",
"$value": "{basis.color.action-1-inverse.color-default}"
},
"disabled": {
"background-color": {
"$type": "color",
"$value": "{basis.color.disabled-inverse.bg-subtle}"
},
"color": {
"$type": "color",
"$value": "{basis.color.disabled-inverse.color-subtle}"
}
},
"hover": {
"background-color": {
"$type": "color",
"$value": "{basis.color.action-1-inverse.bg-hover}"
},
"color": {
"$type": "color",
"$value": "{basis.color.action-1-inverse.color-hover}"
}
}
}
}
}
},
"components/icon-button/den-haag": {
"denhaag": {
"icon-button": {
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-default}"
},
"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.lg}"
},
"padding-inline-start": {
"$type": "dimension",
"$value": "{basis.space.inline.lg}"
},
"focus": {
"outline-color": {
"$type": "color",
"$value": "{basis.focus.outline-color}"
},
"outline-offset": {
"$type": "dimension",
"$value": "{basis.focus.outline-offset}"
},
"outline-style": {
"$type": "other",
"$value": "{basis.focus.outline-style}"
},
"outline-width": {
"$type": "dimension",
"$value": "{basis.focus.outline-width}"
}
},
"hover": {
"color": {
"$type": "color",
"$value": "{basis.color.action-1.color-hover}"
}
}
}
}
},
"components/icon-only-button": {
"todo": {
"icon-only-button": {
Expand Down Expand Up @@ -11857,6 +12000,14 @@
"components/side-navigation": {
"denhaag": {
"side-navigation": {
"display": {
"$type": "other",
"$value": "flex"
},
"flex-direction": {
"$type": "other",
"$value": "column"
},
"min-width": {
"$type": "dimension",
"$value": "240px"
Expand All @@ -11865,6 +12016,62 @@
"$type": "dimension",
"$value": "{basis.space.row.3xl}"
},
"mobile": {
"display": {
"$type": "other",
"$value": "None"
}
},
"expand-button": {
"block-size": {
"$type": "dimension",
"$value": "{basis.pointer-target.min-block-size}"
},
"inline-size": {
"$type": "dimension",
"$value": "{basis.pointer-target.min-block-size}"
},
"transform": {
"$type": "other",
"$value": "rotate(0deg)"
},
"transition": {
"$type": "other",
"$value": "None"
},
"expanded": {
"transform": {
"$type": "other",
"$value": "rotate(180deg)"
}
}
},
"expand-separator": {
"color": {
"$type": "color",
"$value": "{basis.color.default.border-subtle}"
},
"inline-size": {
"$type": "dimension",
"$value": "{basis.border-width.sm}"
},
"margin-inline-end": {
"$type": "dimension",
"$value": "{basis.space.column.md}"
},
"margin-inline-start": {
"$type": "dimension",
"$value": "{basis.space.column.md}"
},
"padding-block-end": {
"$type": "dimension",
"$value": "{basis.space.block.md}"
},
"padding-block-start": {
"$type": "dimension",
"$value": "{basis.space.block.md}"
}
},
"item": {
"font-family": {
"$type": "fontFamilies",
Expand All @@ -11884,22 +12091,22 @@
},
"margin-block-end": {
"$type": "dimension",
"$value": "0px",
"$value": "{basis.space.none}",
"$description": "[code-only]"
},
"margin-block-start": {
"$type": "dimension",
"$value": "0px",
"$value": "{basis.space.none}",
"$description": "[code-only]"
},
"margin-inline-end": {
"$type": "dimension",
"$value": "0px",
"$value": "{basis.space.none}",
"$description": "[code-only]"
},
"margin-inline-start": {
"$type": "dimension",
"$value": "0px",
"$value": "{basis.space.none}",
"$description": "[code-only]"
}
},
Expand All @@ -11908,10 +12115,6 @@
"$type": "color",
"$value": "{basis.color.action-2.color-default}"
},
"column-gap": {
"$type": "dimension",
"$value": "{basis.space.column.max.md}"
},
"padding-block-end": {
"$type": "dimension",
"$value": "{basis.space.block.lg}"
Expand All @@ -11927,56 +12130,26 @@
},
"font-weight": {
"$type": "fontWeights",
"$value": "{basis.text.font-weight.medium}"
}
},
"current": {
"color": {
"$type": "color",
"$value": "{basis.color.default.color-document}"
},
"font-weight": {
"$type": "fontWeights",
"$value": "{basis.text.font-weight.medium}"
"$value": "{basis.text.font-weight.bold}"
}
},
"hover": {
"color": {
"$type": "color",
"$value": "{basis.color.action-2.color-hover}"
}
},
"label": {
"gap": {
"$type": "dimension",
"$value": "{basis.space.column.md}"
}
}
},
"list": {
"padding-block-end": {
"$type": "dimension",
"$value": "0px"
},
"padding-block-start": {
"$type": "dimension",
"$value": "0px"
},
"padding-inline-start": {
"margin-inline-start": {
"$type": "dimension",
"$value": "0px"
}
}
}
},
"todo": {
"side-navigation": {
"link": {
"hover": {
"text-decoration": {
"$type": "textDecoration",
"$value": "underline"
}
},
"icon": {
"size": {
"$type": "dimension",
"$value": "{basis.size.icon.md}"
}
"$value": "{basis.space.inline.4xl}"
}
}
}
Expand Down Expand Up @@ -15733,6 +15906,8 @@
"components/image",
"components/icon",
"components/icon-button",
"components/icon-button/amsterdam",
"components/icon-button/den-haag",
"components/icon-only-button",
"components/link/nl",
"components/link/utrecht",
Expand Down