Skip to content

Commit 420ad8d

Browse files
committed
style: password input tokens amsterdam community component
1 parent be0ba7c commit 420ad8d

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9765,6 +9765,115 @@
97659765
}
97669766
}
97679767
},
9768+
"components/password-input": {
9769+
"ams": {
9770+
"password-input": {
9771+
"background-color": {
9772+
"$type": "color",
9773+
"$value": "{basis.form-control.background-color}"
9774+
},
9775+
"border-color": {
9776+
"$type": "color",
9777+
"$value": "{basis.form-control.border-color}"
9778+
},
9779+
"border-style": {
9780+
"$type": "other",
9781+
"$value": "solid",
9782+
"$description": "[code-only]"
9783+
},
9784+
"border-width": {
9785+
"$type": "dimension",
9786+
"$value": "{basis.form-control.border-width}"
9787+
},
9788+
"color": {
9789+
"$type": "color",
9790+
"$value": "{basis.form-control.color}"
9791+
},
9792+
"font-family": {
9793+
"$type": "fontFamilies",
9794+
"$value": "{basis.form-control.font-family}"
9795+
},
9796+
"font-size": {
9797+
"$type": "fontSizes",
9798+
"$value": "{basis.form-control.font-size}"
9799+
},
9800+
"font-weight": {
9801+
"$type": "fontWeights",
9802+
"$value": "{basis.form-control.font-weight}"
9803+
},
9804+
"line-height": {
9805+
"$type": "lineHeights",
9806+
"$value": "{basis.form-control.line-height}"
9807+
},
9808+
"outline-offset": {
9809+
"$type": "other",
9810+
"$value": "auto",
9811+
"$description": "[code-only]"
9812+
},
9813+
"padding-block": {
9814+
"$type": "dimension",
9815+
"$value": "{basis.form-control.padding-block-start}"
9816+
},
9817+
"padding-inline": {
9818+
"$type": "dimension",
9819+
"$value": "{basis.form-control.padding-inline-start}"
9820+
},
9821+
"placeholder": {
9822+
"color": {
9823+
"$type": "color",
9824+
"$value": "{basis.form-control.placeholder.color}"
9825+
}
9826+
},
9827+
"disabled": {
9828+
"color": {
9829+
"$type": "color",
9830+
"$value": "{basis.form-control.disabled.color}"
9831+
},
9832+
"cursor": {
9833+
"$type": "other",
9834+
"$value": "disabled",
9835+
"$description": "[code-only]"
9836+
}
9837+
},
9838+
"hover": {
9839+
"box-shadow": {
9840+
"$type": "boxShadow",
9841+
"$value": {
9842+
"x": "0",
9843+
"y": "0",
9844+
"blur": "0",
9845+
"color": "{basis.form-control.hover.border-color}",
9846+
"spread": "{basis.form-control.hover.border-width}",
9847+
"type": "innerShadow"
9848+
}
9849+
}
9850+
},
9851+
"invalid": {
9852+
"border-color": {
9853+
"$type": "color",
9854+
"$value": "{basis.form-control.invalid.border-color}"
9855+
},
9856+
"hover": {
9857+
"border-color": {
9858+
"$type": "color",
9859+
"$value": "{basis.color.negative.border-hover}"
9860+
},
9861+
"box-shadow": {
9862+
"$type": "boxShadow",
9863+
"$value": {
9864+
"x": "0",
9865+
"y": "0",
9866+
"blur": "0",
9867+
"color": "{basis.color.negative.border-hover}",
9868+
"spread": "{basis.form-control.hover.border-width}",
9869+
"type": "innerShadow"
9870+
}
9871+
}
9872+
}
9873+
}
9874+
}
9875+
}
9876+
},
97689877
"components/pre-heading": {
97699878
"utrecht": {
97709879
"pre-heading": {
@@ -15260,6 +15369,7 @@
1526015369
"components/page-number-navigation/todo",
1526115370
"components/paragraph/nl",
1526215371
"components/paragraph/utrecht",
15372+
"components/password-input",
1526315373
"components/pre-heading",
1526415374
"components/progress-list/den-haag",
1526515375
"components/progress-list/todo",

0 commit comments

Comments
 (0)