diff --git a/packages/figma-design-tokens/input/tokens/semantics/BLR_SEM.json b/packages/figma-design-tokens/input/tokens/semantics/BLR_SEM.json index 5a1125f5f..373ea06fb 100644 --- a/packages/figma-design-tokens/input/tokens/semantics/BLR_SEM.json +++ b/packages/figma-design-tokens/input/tokens/semantics/BLR_SEM.json @@ -1373,6 +1373,10 @@ "Hover": { "value": "{q.content.onerror.alpha}", "type": "color" + }, + "Pressed": { + "value": "{q.content.onerror.alpha}", + "type": "color" } } }, @@ -1536,6 +1540,14 @@ }, "type": "border" }, + "Pressed": { + "value": { + "color": "{Forms.SurfaceStroke.Default.Pressed}", + "width": "{core.dimensionPX.1}", + "style": "solid" + }, + "type": "border" + }, "Focus": { "value": { "color": "{Global.Focus}", @@ -1578,6 +1590,14 @@ }, "type": "border" }, + "Pressed": { + "value": { + "color": "{Forms.SurfaceStroke.Error.Pressed}", + "width": "{core.dimensionPX.1}", + "style": "solid" + }, + "type": "border" + }, "Focus": { "value": { "color": "{Forms.SurfaceStroke.Error.Focus}",