diff --git a/tokens.json b/tokens.json index eea6c4c..63c100e 100644 --- a/tokens.json +++ b/tokens.json @@ -2029,31 +2029,31 @@ }, "space": { "xxl": { - "value": "{space.breakpoint-sm.xxl}", + "value": "{space.600}", "type": "spacing" }, "xl": { - "value": "{space.breakpoint-sm.xl}", + "value": "{space.400}", "type": "spacing" }, "lg": { - "value": "{space.breakpoint-sm.lg}", + "value": "{space.300}", "type": "spacing" }, "md": { - "value": "{space.breakpoint-sm.md}", + "value": "{space.200}", "type": "spacing" }, "sm": { - "value": "{space.breakpoint-sm.sm}", + "value": "{space.150}", "type": "spacing" }, "xs": { - "value": "{space.breakpoint-sm.xs}", + "value": "{space.100}", "type": "spacing" }, "xxs": { - "value": "{space.breakpoint-sm.xxs}", + "value": "{space.050}", "type": "spacing" } },