Skip to content

Commit 445c2d0

Browse files
fix(separator): token order
1 parent e0b35c5 commit 445c2d0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

proprietary/basis-design-tokens/figma/basis.tokens.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9913,6 +9913,10 @@
99139913
"$type": "fontWeights",
99149914
"$value": "{basis.form-control.font-weight}"
99159915
},
9916+
"line-height": {
9917+
"$type": "lineHeights",
9918+
"$value": "{basis.form-control.line-height}"
9919+
},
99169920
"max-inline-size": {
99179921
"$type": "dimension",
99189922
"$value": "{basis.form-control.max-inline-size}"
@@ -9966,14 +9970,14 @@
99669970
}
99679971
},
99689972
"invalid": {
9969-
"border-block-end-width": {
9970-
"$type": "dimension",
9971-
"$value": "{utrecht.select.invalid.border-width}"
9972-
},
99739973
"background-color": {
99749974
"$type": "color",
99759975
"$value": "{basis.form-control.invalid.background-color}"
99769976
},
9977+
"border-block-end-width": {
9978+
"$type": "dimension",
9979+
"$value": "{utrecht.select.invalid.border-width}"
9980+
},
99779981
"border-color": {
99789982
"$type": "color",
99799983
"$value": "{basis.form-control.invalid.border-color}"
@@ -9983,10 +9987,6 @@
99839987
"$value": "{basis.form-control.invalid.border-width}"
99849988
}
99859989
},
9986-
"line-height": {
9987-
"$type": "lineHeights",
9988-
"$value": "{basis.form-control.line-height}"
9989-
},
99909990
"hover": {
99919991
"background-color": {
99929992
"$type": "color",
@@ -10007,13 +10007,13 @@
1000710007
"components/separator": {
1000810008
"utrecht": {
1000910009
"separator": {
10010-
"color": {
10011-
"$type": "color",
10012-
"$value": "{basis.color.default.border-default}"
10013-
},
1001410010
"block-size": {
1001510011
"$type": "dimension",
1001610012
"$value": "{basis.size.4xs}"
10013+
},
10014+
"color": {
10015+
"$type": "color",
10016+
"$value": "{basis.color.default.border-default}"
1001710017
}
1001810018
}
1001910019
}

0 commit comments

Comments
 (0)