|
2 | 2 | "wpds-color": { |
3 | 3 | "$type": "color", |
4 | 4 | "primitive": { |
| 5 | + "transparent": { |
| 6 | + "$value": { |
| 7 | + "colorSpace": "srgb", |
| 8 | + "components": [ 0, 0, 0 ], |
| 9 | + "alpha": 0 |
| 10 | + } |
| 11 | + }, |
5 | 12 | "primary": { |
6 | 13 | "bgFill1": { |
7 | 14 | "$value": { |
|
1168 | 1175 | "$description": "Background color for interactive elements with neutral tone and strong emphasis, in their disabled state." |
1169 | 1176 | }, |
1170 | 1177 | "neutral-weak": { |
1171 | | - "$value": { |
1172 | | - "colorSpace": "srgb", |
1173 | | - "components": [ 0, 0, 0 ], |
1174 | | - "alpha": 0 |
1175 | | - }, |
| 1178 | + "$value": "{wpds-color.primitive.transparent}", |
1176 | 1179 | "$description": "Background color for interactive elements with neutral tone and weak emphasis." |
1177 | 1180 | }, |
1178 | 1181 | "neutral-weak-active": { |
1179 | 1182 | "$value": "{wpds-color.primitive.bg.surface4}", |
1180 | 1183 | "$description": "Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active." |
1181 | 1184 | }, |
1182 | 1185 | "neutral-weak-disabled": { |
1183 | | - "$value": { |
1184 | | - "colorSpace": "srgb", |
1185 | | - "components": [ 0, 0, 0 ], |
1186 | | - "alpha": 0 |
1187 | | - }, |
| 1186 | + "$value": "{wpds-color.primitive.transparent}", |
1188 | 1187 | "$description": "Background color for interactive elements with neutral tone and weak emphasis, in their disabled state." |
1189 | 1188 | }, |
1190 | 1189 | "brand-strong": { |
|
1200 | 1199 | "$description": "Background color for interactive elements with brand tone and strong emphasis, in their disabled state." |
1201 | 1200 | }, |
1202 | 1201 | "brand-weak": { |
1203 | | - "$value": { |
1204 | | - "colorSpace": "srgb", |
1205 | | - "components": [ 0, 0, 0 ], |
1206 | | - "alpha": 0 |
1207 | | - }, |
| 1202 | + "$value": "{wpds-color.primitive.transparent}", |
1208 | 1203 | "$description": "Background color for interactive elements with brand tone and weak emphasis." |
1209 | 1204 | }, |
1210 | 1205 | "brand-weak-active": { |
1211 | 1206 | "$value": "{wpds-color.primitive.primary.surface4}", |
1212 | 1207 | "$description": "Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active." |
1213 | 1208 | }, |
1214 | 1209 | "brand-weak-disabled": { |
1215 | | - "$value": { |
1216 | | - "colorSpace": "srgb", |
1217 | | - "components": [ 0, 0, 0 ], |
1218 | | - "alpha": 0 |
1219 | | - }, |
| 1210 | + "$value": "{wpds-color.primitive.transparent}", |
1220 | 1211 | "$description": "Background color for interactive elements with brand tone and weak emphasis, in their disabled state." |
1221 | 1212 | }, |
1222 | 1213 | "error": { |
1223 | | - "$value": { |
1224 | | - "colorSpace": "srgb", |
1225 | | - "components": [ 0, 0, 0 ], |
1226 | | - "alpha": 0 |
1227 | | - }, |
| 1214 | + "$value": "{wpds-color.primitive.transparent}", |
1228 | 1215 | "$description": "Background color for interactive elements with error tone and normal emphasis." |
1229 | 1216 | }, |
1230 | 1217 | "error-active": { |
1231 | 1218 | "$value": "{wpds-color.primitive.error.surface2}", |
1232 | 1219 | "$description": "Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active." |
1233 | 1220 | }, |
1234 | 1221 | "error-disabled": { |
1235 | | - "$value": { |
1236 | | - "colorSpace": "srgb", |
1237 | | - "components": [ 0, 0, 0 ], |
1238 | | - "alpha": 0 |
1239 | | - }, |
| 1222 | + "$value": "{wpds-color.primitive.transparent}", |
1240 | 1223 | "$description": "Background color for interactive elements with error tone and normal emphasis, in their disabled state." |
1241 | 1224 | }, |
1242 | 1225 | "error-strong": { |
|
1252 | 1235 | "$description": "Background color for interactive elements with error tone and strong emphasis, in their disabled state." |
1253 | 1236 | }, |
1254 | 1237 | "error-weak": { |
1255 | | - "$value": { |
1256 | | - "colorSpace": "srgb", |
1257 | | - "components": [ 0, 0, 0 ], |
1258 | | - "alpha": 0 |
1259 | | - }, |
| 1238 | + "$value": "{wpds-color.primitive.transparent}", |
1260 | 1239 | "$description": "Background color for interactive elements with error tone and weak emphasis." |
1261 | 1240 | }, |
1262 | 1241 | "error-weak-active": { |
1263 | 1242 | "$value": "{wpds-color.primitive.error.surface4}", |
1264 | 1243 | "$description": "Background color for interactive elements with error tone and weak emphasis that are hovered, focused, or active." |
1265 | 1244 | }, |
1266 | 1245 | "error-weak-disabled": { |
1267 | | - "$value": { |
1268 | | - "colorSpace": "srgb", |
1269 | | - "components": [ 0, 0, 0 ], |
1270 | | - "alpha": 0 |
1271 | | - }, |
| 1246 | + "$value": "{wpds-color.primitive.transparent}", |
1272 | 1247 | "$description": "Background color for interactive elements with error tone and weak emphasis, in their disabled state." |
1273 | 1248 | } |
1274 | 1249 | }, |
|
0 commit comments