diff --git a/tokens.json b/tokens.json index 7e20c4d..04a3d1d 100644 --- a/tokens.json +++ b/tokens.json @@ -23,10 +23,6 @@ "value": "#15a045", "type": "color", "description": "Not part of design system, only used for annotating page templates for designers" - }, - "test": { - "value": "#f8ff00", - "type": "color" } }, "grey": { @@ -942,6 +938,10 @@ } }, "dimension": { + "99": { + "value": "99px", + "type": "dimension" + }, "base-8": { "25": { "value": "{dimension.base-8.100}*0.25", @@ -1005,22 +1005,6 @@ "type": "dimension" } } - }, - "border": { - "radius": { - "circle": { - "value": "50%", - "type": "borderRadius" - }, - "xs": { - "value": "{dimension.base-8.25}", - "type": "borderRadius" - }, - "sm": { - "value": "{dimension.base-8.50}", - "type": "borderRadius" - } - } } }, "01 Semantic": { @@ -1544,6 +1528,22 @@ "type": "spacing" } } + }, + "border": { + "radius": { + "circle": { + "value": "{dimension.99}", + "type": "borderRadius" + }, + "xs": { + "value": "{dimension.base-8.25}", + "type": "borderRadius" + }, + "sm": { + "value": "{dimension.base-8.50}", + "type": "borderRadius" + } + } } }, "BREAKPOINTS/large breakpoint": {