Skip to content

Commit f52a1e3

Browse files
committed
fix: restore global input tokens accidentally removed in PR #91
1 parent 25b262c commit f52a1e3

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

data/goa-global-design-tokens.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,120 @@
10571057
}
10581058
}
10591059
},
1060+
"input": {
1061+
"color": {
1062+
"text": {
1063+
"default": {
1064+
"value": "{color.text.default}",
1065+
"type": "color"
1066+
},
1067+
"secondary": {
1068+
"value": "{color.greyscale.800}",
1069+
"type": "color"
1070+
},
1071+
"helper": {
1072+
"value": "{color.greyscale.800}",
1073+
"type": "color"
1074+
},
1075+
"error": {
1076+
"value": "{color.emergency.dark}",
1077+
"type": "color"
1078+
},
1079+
"disabled": {
1080+
"value": "{color.greyscale.500}",
1081+
"type": "color"
1082+
},
1083+
"placeholder": {
1084+
"value": "{color.greyscale.400}",
1085+
"type": "color"
1086+
}
1087+
},
1088+
"border": {
1089+
"default": {
1090+
"value": "{color.greyscale.500}",
1091+
"type": "color"
1092+
},
1093+
"default-light": {
1094+
"value": "{color.greyscale.200}",
1095+
"type": "color"
1096+
},
1097+
"hover": {
1098+
"value": "{color.greyscale.black}",
1099+
"type": "color"
1100+
},
1101+
"focus": {
1102+
"value": "{color.interactive.default}",
1103+
"type": "color"
1104+
},
1105+
"disabled": {
1106+
"value": "{color.greyscale.300}",
1107+
"type": "color"
1108+
},
1109+
"error": {
1110+
"value": "{color.interactive.error}",
1111+
"type": "color"
1112+
},
1113+
"error-hover": {
1114+
"value": "{color.interactive.error-hover}",
1115+
"type": "color"
1116+
},
1117+
"readonly": {
1118+
"value": "#e1dedd",
1119+
"type": "color"
1120+
}
1121+
},
1122+
"background": {
1123+
"default": {
1124+
"value": "{color.greyscale.white}",
1125+
"type": "color"
1126+
},
1127+
"disabled": {
1128+
"value": "{color.greyscale.150}",
1129+
"type": "color"
1130+
},
1131+
"error": {
1132+
"value": "{color.emergency.light}",
1133+
"type": "color"
1134+
},
1135+
"error-hover": {
1136+
"value": "#f4c8c5",
1137+
"type": "color"
1138+
},
1139+
"readonly": {
1140+
"value": "{color.greyscale.100}",
1141+
"type": "color"
1142+
},
1143+
"readonly-content": {
1144+
"value": "{color.greyscale.150}",
1145+
"type": "color"
1146+
}
1147+
}
1148+
},
1149+
"borderWidth": {
1150+
"default": {
1151+
"value": "{borderWidth.s}",
1152+
"type": "borderWidth"
1153+
},
1154+
"hover": {
1155+
"value": "{borderWidth.m}",
1156+
"type": "borderWidth"
1157+
},
1158+
"focus": {
1159+
"value": "{borderWidth.l}",
1160+
"type": "borderWidth"
1161+
}
1162+
},
1163+
"borderRadius": {
1164+
"checkbox": {
1165+
"value": "{borderRadius.xs}",
1166+
"type": "borderRadius"
1167+
},
1168+
"input": {
1169+
"value": "{borderRadius.m}",
1170+
"type": "borderRadius"
1171+
}
1172+
}
1173+
},
10601174
"border-none": {
10611175
"value": {
10621176
"color": "rgba(0,0,0,0)",

0 commit comments

Comments
 (0)