Skip to content

Commit a96846c

Browse files
style: breadcrumb navigation tokens amsterdam community component
1 parent 73a6511 commit a96846c

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

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

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8261,6 +8261,140 @@
82618261
}
82628262
}
82638263
},
8264+
"components/navigation-list": {
8265+
"rhc": {
8266+
"navigation-list": {
8267+
"item": {
8268+
"background-color": {
8269+
"$type": "color",
8270+
"$value": "{basis.color.transparent}"
8271+
},
8272+
"border-color": {
8273+
"$type": "color",
8274+
"$value": "{basis.color.default.border-subtle}"
8275+
},
8276+
"border-width": {
8277+
"$type": "dimension",
8278+
"$value": "{basis.border-width.sm}"
8279+
},
8280+
"column-gap": {
8281+
"$type": "dimension",
8282+
"$value": "{basis.space.column.xl}"
8283+
},
8284+
"min-height": {
8285+
"$type": "dimension",
8286+
"$value": "{basis.pointer-target.min-block-size}"
8287+
},
8288+
"padding-block": {
8289+
"$type": "dimension",
8290+
"$value": "{basis.space.block.lg}"
8291+
},
8292+
"padding-inline": {
8293+
"$type": "dimension",
8294+
"$value": "{basis.space.inline.xl}"
8295+
},
8296+
"active": {
8297+
"background-color": {
8298+
"$type": "color",
8299+
"$value": "{basis.color.default.bg-active}"
8300+
}
8301+
},
8302+
"hover": {
8303+
"background-color": {
8304+
"$type": "color",
8305+
"$value": "{basis.color.default.bg-hover}"
8306+
}
8307+
},
8308+
"focus": {
8309+
"background-color": {
8310+
"$type": "color",
8311+
"$value": "{basis.color.transparent}"
8312+
}
8313+
},
8314+
"content": {
8315+
"column-gap": {
8316+
"$type": "dimension",
8317+
"$value": "{basis.space.column.md}",
8318+
"$description": "[code-only]"
8319+
},
8320+
"row-gap": {
8321+
"$type": "dimension",
8322+
"$value": "{basis.space.row.sm}",
8323+
"$description": "[code-only]"
8324+
}
8325+
},
8326+
"description": {
8327+
"color": {
8328+
"$type": "color",
8329+
"$value": "{basis.color.default.color-subtle}"
8330+
},
8331+
"font-size": {
8332+
"$type": "fontSizes",
8333+
"$value": "{basis.text.font-size.md}"
8334+
},
8335+
"line-height": {
8336+
"$type": "lineHeights",
8337+
"$value": "{basis.text.line-height.md}"
8338+
}
8339+
},
8340+
"icon-end": {
8341+
"color": {
8342+
"$type": "color",
8343+
"$value": "{basis.color.action-2.color-default}"
8344+
}
8345+
},
8346+
"icon-start": {
8347+
"background-color": {
8348+
"$type": "color",
8349+
"$value": "{basis.color.accent-1-inverse.bg-default}"
8350+
},
8351+
"border-radius": {
8352+
"$type": "dimension",
8353+
"$value": "{basis.border-radius.round}"
8354+
},
8355+
"color": {
8356+
"$type": "color",
8357+
"$value": "{basis.color.accent-1-inverse.color-default}"
8358+
},
8359+
"padding-block": {
8360+
"$type": "dimension",
8361+
"$value": "{basis.space.block.md}"
8362+
},
8363+
"padding-inline": {
8364+
"$type": "dimension",
8365+
"$value": "{basis.space.inline.md}"
8366+
},
8367+
"size": {
8368+
"$type": "dimension",
8369+
"$value": "{basis.size.icon.md}"
8370+
}
8371+
},
8372+
"label": {
8373+
"color": {
8374+
"$type": "color",
8375+
"$value": "{basis.heading.color}"
8376+
},
8377+
"font-family": {
8378+
"$type": "fontFamilies",
8379+
"$value": "{basis.text.font-family.default}"
8380+
},
8381+
"font-size": {
8382+
"$type": "fontSizes",
8383+
"$value": "{basis.text.font-size.md}"
8384+
},
8385+
"font-weight": {
8386+
"$type": "fontWeights",
8387+
"$value": "{basis.text.font-weight.bold}"
8388+
},
8389+
"line-height": {
8390+
"$type": "lineHeights",
8391+
"$value": "{basis.text.line-height.md}"
8392+
}
8393+
}
8394+
}
8395+
}
8396+
}
8397+
},
82648398
"components/note": {
82658399
"utrecht": {
82668400
"spotlight-section": {
@@ -14441,6 +14575,7 @@
1444114575
"components/mark/utrecht",
1444214576
"components/modal-dialog",
1444314577
"components/navigation-bar",
14578+
"components/navigation-list",
1444414579
"components/note",
1444514580
"components/number-badge/nl",
1444614581
"components/number-badge/utrecht",

0 commit comments

Comments
 (0)