Skip to content

Commit

Permalink
Added Candidate Heading tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylauwers committed Nov 12, 2024
1 parent 1301b93 commit 9482074
Showing 1 changed file with 213 additions and 75 deletions.
288 changes: 213 additions & 75 deletions packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3043,6 +3043,30 @@
"$value": "{utrecht.document.line-height}"
}
}
},
"nl": {
"code": {
"background-color": {
"$type": "color",
"$value": "{voorbeeld.color.gray.100}"
},
"color": {
"$type": "color",
"$value": "{utrecht.document.color}"
},
"font-family": {
"$type": "fontFamilies",
"$value": "{voorbeeld.code.font-family}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{utrecht.document.font-size}"
}
}
}
},
"components/code-block": {
Expand Down Expand Up @@ -3085,6 +3109,42 @@
"$value": "{voorbeeld.space.inline.mouse}"
}
}
},
"nl": {
"code-block": {
"padding-block": {
"$type": "spacing",
"$value": "{voorbeeld.space.block.mouse}"
},
"padding-inline": {
"$type": "spacing",
"$value": "{voorbeeld.space.inline.mouse}"
},
"background-color": {
"$type": "color",
"$value": "{voorbeeld.color.gray.100}"
},
"color": {
"$type": "color",
"$value": "{utrecht.document.color}"
},
"font-family": {
"$type": "fontFamilies",
"$value": "{voorbeeld.code.font-family}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{utrecht.document.font-size}"
},
"border-radius": {
"$type": "borderRadius",
"$value": "{voorbeeld.border-radius.sm}"
}
}
}
},
"components/color-sample": {
Expand Down Expand Up @@ -3169,6 +3229,64 @@
}
}
},
"components/data-badge": {
"nl": {
"data-badge": {
"background-color": {
"$type": "color",
"$value": "{voorbeeld.color.violet.100}"
},
"color": {
"$type": "color",
"$value": "{utrecht.document.color}"
},
"border-radius": {
"$type": "borderRadius",
"$value": "{voorbeeld.border-radius.sm}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{utrecht.document.font-size}"
},
"font-weight": {
"$type": "fontWeights",
"$value": "{voorbeeld.document.strong.font-weight}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"min-block-size": {
"$type": "sizing",
"$value": "{voorbeeld.size.xs}"
},
"min-inline-size": {
"$type": "sizing",
"$value": "{voorbeeld.size.sm}"
},
"padding-block": {
"$type": "spacing",
"$value": "None"
},
"padding-inline": {
"$type": "spacing",
"$value": "{voorbeeld.space.inline.ant}"
},
"font-family": {
"$type": "fontFamilies",
"$value": "{utrecht.document.font-family}"
},
"border-color": {
"$type": "color",
"$value": "transparent"
},
"border-width": {
"$type": "borderWidth",
"$value": "{voorbeeld.border-width.sm}"
}
}
}
},
"components/drawer": {
"todo": {
"drawer": {
Expand Down Expand Up @@ -3769,6 +3887,56 @@
}
}
},
"components/heading-group": {
"nl": {
"heading-group": {
"pre-heading": {
"color": {
"$type": "color",
"$value": "{utrecht.document.color}"
},
"font-weight": {
"$type": "fontWeights",
"$value": "{voorbeeld.document.strong.font-weight}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{voorbeeld.typography.font-size.sm}"
},
"font-family": {
"$type": "fontFamilies",
"$value": "{utrecht.document.font-family}"
}
},
"subheading": {
"color": {
"$type": "color",
"$value": "{voorbeeld.color.gray.700}"
},
"font-weight": {
"$type": "fontWeights",
"$value": "{utrecht.document.font-weight}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{utrecht.document.font-size}"
},
"font-family": {
"$type": "fontFamilies",
"$value": "{utrecht.document.font-family}"
}
}
}
}
},
"components/icon-only-button": {
"todo": {
"icon-only-button": {
Expand Down Expand Up @@ -3874,16 +4042,20 @@
},
"nl": {
"link": {
"icon": {
"size": {
"$type": "sizing",
"$value": "{voorbeeld.icon.functional.size}"
"active": {
"text-decoration-thickness": {
"$type": "other",
"$value": "auto"
},
"color": {
"$type": "color",
"$value": "{voorbeeld.interaction.active.color}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "None"
}
},
"column-gap": {
"$type": "spacing",
"$value": "{voorbeeld.space.text.beetle}"
},
"color": {
"$type": "color",
"$value": "{voorbeeld.interaction.color}"
Expand All @@ -3892,26 +4064,14 @@
"$type": "color",
"$value": "{voorbeeld.interaction.color}"
},
"active": {
"color": {
"$type": "color",
"$value": "{voorbeeld.interaction.active.color}"
}
},
"focus": {
"focus-visible": {
"background-color": {
"$type": "color",
"$value": "{utrecht.focus.background-color}"
},
"color": {
"$type": "color",
"$value": "{utrecht.focus.color}"
}
},
"hover": {
"color": {
"$type": "color",
"$value": "{voorbeeld.interaction.hover.color}"
},
"text-decoration": {
"$type": "textDecoration",
Expand All @@ -3922,17 +4082,11 @@
"$value": "auto"
}
},
"visited": {
"hover": {
"color": {
"$type": "color",
"$value": "{voorbeeld.interaction.color}"
}
},
"text-decoration": {
"$type": "textDecoration",
"$value": "underline"
},
"focus-visible": {
"$value": "{voorbeeld.interaction.hover.color}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "None"
Expand All @@ -3942,6 +4096,10 @@
"$value": "auto"
}
},
"text-decoration": {
"$type": "textDecoration",
"$value": "underline"
},
"text-decoration-thickness": {
"$type": "other",
"$value": "auto"
Expand Down Expand Up @@ -5055,6 +5213,18 @@
"$value": "{voorbeeld.space.block.snail}"
}
}
},
"nl": {
"separator": {
"block-size": {
"$type": "sizing",
"$value": "{voorbeeld.size.4xs}"
},
"color": {
"$type": "color",
"$value": "{utrecht.document.color}"
}
}
}
},
"components/side-nav": {
Expand Down Expand Up @@ -5246,55 +5416,21 @@
},
"todo": {
"skip-link": {
"font-weight": {
"$type": "fontWeights",
"$value": "{voorbeeld.document.strong.font-weight}"
}
}
},
"nl": {
"skip-link": {
"background-color": {
"$type": "color",
"$value": "{voorbeeld.document.inverse.background-color}"
},
"color": {
"border-color": {
"$type": "color",
"$value": "{voorbeeld.document.inverse.color}"
},
"padding-block": {
"$type": "spacing",
"$value": "{voorbeeld.space.block.snail}"
},
"padding-inline": {
"$type": "spacing",
"$value": "{voorbeeld.space.inline.mouse}"
},
"min-block-size": {
"$type": "sizing",
"$value": "{utrecht.pointer-target.min-size}"
"$value": "transparent"
},
"min-inline-size": {
"$type": "sizing",
"$value": "{utrecht.pointer-target.min-size}"
"border-width": {
"$type": "borderWidth",
"$value": "{voorbeeld.border-width.sm}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "underline"
"box-shadow": {
"$type": "boxShadow",
"$value": "{voorbeeld.box-shadow.lg}"
},
"focus-visible": {
"background-color": {
"$type": "color",
"$value": "{utrecht.focus.background-color}"
},
"color": {
"$type": "color",
"$value": "{utrecht.focus.color}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "None"
}
"font-weight": {
"$type": "fontWeights",
"$value": "{voorbeeld.document.strong.font-weight}"
}
}
}
Expand Down Expand Up @@ -6911,6 +7047,7 @@
"components/code",
"components/code-block",
"components/color-sample",
"components/data-badge",
"components/drawer",
"components/form-field",
"components/form-field-checkbox-option",
Expand All @@ -6920,6 +7057,7 @@
"components/form-field-option-label",
"components/form-field-radio-option",
"components/heading",
"components/heading-group",
"components/icon-only-button",
"components/link",
"components/link-list",
Expand Down

0 comments on commit 9482074

Please sign in to comment.