Skip to content

Commit 597b3b6

Browse files
style: breadcrumb navigation tokens amsterdam community component (#1277)
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 86bcbf7 commit 597b3b6

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/start-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/start-design-tokens/figma/start.tokens.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,6 +3179,82 @@
31793179
}
31803180
}
31813181
},
3182+
"components/breadcrumb-nav/amsterdam": {
3183+
"ams": {
3184+
"breadcrumb": {
3185+
"font-family": {
3186+
"$type": "fontFamilies",
3187+
"$value": "{basis.text.font-family.default}"
3188+
},
3189+
"font-size": {
3190+
"$type": "fontSizes",
3191+
"$value": "{basis.text.font-size.md}"
3192+
},
3193+
"font-weight": {
3194+
"$type": "fontWeights",
3195+
"$value": "{basis.text.font-weight.default}"
3196+
},
3197+
"line-height": {
3198+
"$type": "lineHeights",
3199+
"$value": "{basis.text.line-height.md}"
3200+
},
3201+
"separator": {
3202+
"background-image": {
3203+
"$type": "other",
3204+
"$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>\")",
3205+
"$description": "[code-only]"
3206+
},
3207+
"block-size": {
3208+
"$type": "dimension",
3209+
"$value": "0.750rem"
3210+
},
3211+
"inline-size": {
3212+
"$type": "dimension",
3213+
"$value": "0.750rem"
3214+
},
3215+
"margin-inline": {
3216+
"$type": "dimension",
3217+
"$value": "{basis.space.column.lg}"
3218+
}
3219+
},
3220+
"link": {
3221+
"color": {
3222+
"$type": "color",
3223+
"$value": "{basis.color.action-2.color-default}"
3224+
},
3225+
"outline-offset": {
3226+
"$type": "other",
3227+
"$value": "auto",
3228+
"$description": "[code-only]"
3229+
},
3230+
"text-decoration-line": {
3231+
"$type": "textDecoration",
3232+
"$value": "underline"
3233+
},
3234+
"text-underline-offset": {
3235+
"$type": "other",
3236+
"$value": "auto",
3237+
"$description": "[code-only]"
3238+
},
3239+
"text-decoration-thickness": {
3240+
"$type": "other",
3241+
"$value": "auto",
3242+
"$description": "[code-only]"
3243+
},
3244+
"hover": {
3245+
"color": {
3246+
"$type": "color",
3247+
"$value": "{basis.color.action-2.color-hover}"
3248+
},
3249+
"text-decoration-line": {
3250+
"$type": "textDecoration",
3251+
"$value": "None"
3252+
}
3253+
}
3254+
}
3255+
}
3256+
}
3257+
},
31823258
"components/breadcrumb-nav/utrecht": {
31833259
"utrecht": {
31843260
"breadcrumb-nav": {
@@ -14443,6 +14519,7 @@
1444314519
"components/avatar",
1444414520
"components/backdrop",
1444514521
"components/blockquote",
14522+
"components/breadcrumb-nav/amsterdam",
1444614523
"components/breadcrumb-nav/utrecht",
1444714524
"components/breadcrumb-nav/todo",
1444814525
"components/button/nl",

0 commit comments

Comments
 (0)