Skip to content

Commit f0e24c1

Browse files
style: breadcrumb navigation tokens amsterdam community component - Voorbeeld (#1278)
De volgende tokens zijn toegevoegd voor de Breadcrumb Navigation component van Amsterdam: - `ams.breadcrumb.font-family` - `ams.breadcrumb.font-size` - `ams.breadcrumb.font-weight` - `ams.breadcrumb.line-height` - `ams.breadcrumb.separator.background-image` - `ams.breadcrumb.separator.block-size` - `ams.breadcrumb.separator.inline-size` - `ams.breadcrumb.separator.margin-inline` - `ams.breadcrumb.link.color` - `ams.breadcrumb.link.outline-offset` - `ams.breadcrumb.link.text-decoration-line` - `ams.breadcrumb.link.text-underline-offset` - `ams.breadcrumb.link.text-decoration-thickness` - `ams.breadcrumb.link.hover.color` - `ams.breadcrumb.link.hover.text-decoration-line`
1 parent 597b3b6 commit f0e24c1

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@nl-design-system-unstable/voorbeeld-design-tokens": minor
3+
---
4+
5+
De volgende tokens zijn toegevoegd voor de Breadcrumb Navigation component van Amsterdam:
6+
7+
- `ams.breadcrumb.font-family`
8+
- `ams.breadcrumb.font-size`
9+
- `ams.breadcrumb.font-weight`
10+
- `ams.breadcrumb.line-height`
11+
- `ams.breadcrumb.separator.background-image`
12+
- `ams.breadcrumb.separator.block-size`
13+
- `ams.breadcrumb.separator.inline-size`
14+
- `ams.breadcrumb.separator.margin-inline`
15+
- `ams.breadcrumb.link.color`
16+
- `ams.breadcrumb.link.outline-offset`
17+
- `ams.breadcrumb.link.text-decoration-line`
18+
- `ams.breadcrumb.link.text-underline-offset`
19+
- `ams.breadcrumb.link.text-decoration-thickness`
20+
- `ams.breadcrumb.link.hover.color`
21+
- `ams.breadcrumb.link.hover.text-decoration-line`

packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,6 +3426,82 @@
34263426
}
34273427
}
34283428
},
3429+
"components/breadcrumb-nav/amsterdam": {
3430+
"ams": {
3431+
"breadcrumb": {
3432+
"font-family": {
3433+
"$type": "fontFamilies",
3434+
"$value": "{basis.text.font-family.default}"
3435+
},
3436+
"font-size": {
3437+
"$type": "fontSizes",
3438+
"$value": "{basis.text.font-size.md}"
3439+
},
3440+
"font-weight": {
3441+
"$type": "fontWeights",
3442+
"$value": "{basis.text.font-weight.default}"
3443+
},
3444+
"line-height": {
3445+
"$type": "lineHeights",
3446+
"$value": "{basis.text.line-height.md}"
3447+
},
3448+
"separator": {
3449+
"background-image": {
3450+
"$type": "other",
3451+
"$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>\")",
3452+
"$description": "[code-only]"
3453+
},
3454+
"block-size": {
3455+
"$type": "dimension",
3456+
"$value": "0.750rem"
3457+
},
3458+
"inline-size": {
3459+
"$type": "dimension",
3460+
"$value": "0.750rem"
3461+
},
3462+
"margin-inline": {
3463+
"$type": "dimension",
3464+
"$value": "{basis.space.column.lg}"
3465+
}
3466+
},
3467+
"link": {
3468+
"color": {
3469+
"$type": "color",
3470+
"$value": "{basis.color.action-2.color-default}"
3471+
},
3472+
"outline-offset": {
3473+
"$type": "other",
3474+
"$value": "auto",
3475+
"$description": "[code-only]"
3476+
},
3477+
"text-decoration-line": {
3478+
"$type": "textDecoration",
3479+
"$value": "underline"
3480+
},
3481+
"text-underline-offset": {
3482+
"$type": "other",
3483+
"$value": "auto",
3484+
"$description": "[code-only]"
3485+
},
3486+
"text-decoration-thickness": {
3487+
"$type": "other",
3488+
"$value": "auto",
3489+
"$description": "[code-only]"
3490+
},
3491+
"hover": {
3492+
"color": {
3493+
"$type": "color",
3494+
"$value": "{basis.color.action-2.color-hover}"
3495+
},
3496+
"text-decoration-line": {
3497+
"$type": "textDecoration",
3498+
"$value": "None"
3499+
}
3500+
}
3501+
}
3502+
}
3503+
}
3504+
},
34293505
"components/breadcrumb-nav/utrecht": {
34303506
"utrecht": {
34313507
"breadcrumb-nav": {
@@ -14690,6 +14766,7 @@
1469014766
"components/avatar",
1469114767
"components/backdrop",
1469214768
"components/blockquote",
14769+
"components/breadcrumb-nav/amsterdam",
1469314770
"components/breadcrumb-nav/utrecht",
1469414771
"components/breadcrumb-nav/todo",
1469514772
"components/button/nl",

0 commit comments

Comments
 (0)