diff --git a/data/tokens/components/progress.json b/data/tokens/components/progress.json index fb373c03..e3cfdf41 100644 --- a/data/tokens/components/progress.json +++ b/data/tokens/components/progress.json @@ -2,11 +2,6 @@ "progress": { "size": { "bar": { - "XS": { - "value": "{global.size.micro.XS}", - "type": "sizing", - "description": "S progress tracker bar" - }, "S": { "value": "{global.size.micro.S}", "type": "sizing", @@ -21,11 +16,6 @@ "value": "{global.size.micro.XL}", "type": "sizing", "description": "L loader bar" - }, - "XL": { - "value": "{global.size.micro.XXL}", - "type": "sizing", - "description": "XL loader bar, L progress tracker bar" } }, "spinner": { @@ -294,18 +284,28 @@ "description": "gap between loader visual and loading text" }, "M": { - "value": "{global.space.macro.XS}", + "value": "{global.space.micro.XXL}", "type": "spacing", "description": "gap between loader visual and loading text" }, "L": { - "value": "{global.space.macro.M}", + "value": "{global.space.macro.XS}", "type": "spacing", "description": "gap between loader visual and loading text" } }, "xg": { + "S": { + "value": "{global.space.micro.L}", + "type": "spacing", + "description": "Gap between loader graphic and label." + }, "M": { + "value": "{global.space.micro.XXL}", + "type": "spacing", + "description": "Gap between loader graphic and label." + }, + "L": { "value": "{global.space.macro.XS}", "type": "spacing", "description": "Gap between loader graphic and label."