diff --git a/data/tokens/Components/feedback.json b/data/tokens/Components/feedback.json index d479ac81..f6e449aa 100644 --- a/data/tokens/Components/feedback.json +++ b/data/tokens/Components/feedback.json @@ -362,6 +362,10 @@ "M": { "value": "{global.space.micro.L}", "type": "spacing" + }, + "L": { + "value": "{global.space.micro.XXL}", + "type": "spacing" } } } diff --git a/data/tokens/Components/form.json b/data/tokens/Components/form.json index d34982c7..3a7f7141 100644 --- a/data/tokens/Components/form.json +++ b/data/tokens/Components/form.json @@ -5,7 +5,7 @@ "value": "0", "type": "spacing" }, - "inside": { + "inner": { "XXS": { "value": "{global.space.micro.XS}", "type": "spacing" @@ -31,7 +31,7 @@ "type": "spacing" } }, - "stack": { + "outer": { "S": { "value": "{global.space.macro.XS}", "type": "spacing" @@ -74,7 +74,7 @@ } }, "switch": { - "inside": { + "handle": { "M": { "value": "{global.size.macro.XXS}", "type": "sizing", @@ -86,7 +86,7 @@ "description": "L switch knob" } }, - "outside": { + "container": { "M": { "value": "{global.size.macro.S}", "type": "sizing", @@ -117,7 +117,7 @@ } }, "radio": { - "outside": { + "circle": { "S": { "value": "{global.size.macro.XXS}", "type": "sizing", @@ -134,7 +134,7 @@ "description": "L radios" } }, - "inside": { + "dot": { "S": { "value": "{global.size.micro.M}", "type": "sizing",