Skip to content

Commit

Permalink
refactor(tokens):removed old tokens for buttons as they now all have …
Browse files Browse the repository at this point in the history
…their own set
  • Loading branch information
Vandapanda committed Oct 17, 2024
1 parent a98ab1c commit 0ee9408
Showing 1 changed file with 0 additions and 227 deletions.
227 changes: 0 additions & 227 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4240,232 +4240,6 @@
}
}
},
"Components/Button_old": {
"post": {
"button": {
"color": {
"primary": {
"enabled-bg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.enabled.bg1}"
},
"enabled-fg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.enabled.fg1}"
},
"hover-bg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.hover.bg}"
},
"hover-fg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.hover.fg1}"
},
"disabled-bg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.disabled.bg}"
},
"disabled-fg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.disabled.fg1}"
},
"selected-bg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.selected.bg1}"
},
"selected-fg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.selected.fg1}"
},
"helptext-fg": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.enabled.fg2}"
},
"enabled-stroke": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.enabled.stroke}"
},
"hover-stroke": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.hover.stroke}"
},
"disabled-stroke": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.disabled.stroke}"
},
"selected-stroke": {
"$type": "color",
"$value": "{post.mode.color.interactive.primary.selected.stroke1}"
}
},
"signal": {
"error": {
"$type": "color",
"$value": "{post.mode.color.signal.error-dark}"
},
"success": {
"$type": "color",
"$value": "{post.mode.color.signal.success-dark}"
}
},
"focus": {
"stroke": {
"$type": "color",
"$value": "{post.mode.color.interactive.focus.stroke}"
},
"stroke-inverted": {
"$type": "color",
"$value": "{post.mode.color.interactive.focus.stroke-inverted}"
}
}
},
"spacing": {
"gap": {
"block": {
"1": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.4}"
},
"2": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.block.2}"
}
},
"inline": {
"1": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.inline.1}"
},
"switch": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.inline.3}"
}
}
},
"padding": {
"block": {
"icon-inner": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.1}"
}
},
"inline": {
"icon-inner": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.1}"
}
}
}
},
"sizing": {
"icon": {
"width-inner": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.icon.width}"
},
"height-inner": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.icon.height}"
}
}
},
"segmented": {
"sizing": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.1}"
}
},
"spacing": {
"padding": {
"inline": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.11}"
}
}
}
},
"small": {
"sizing": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.1}"
}
},
"spacing": {
"gap": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.inline.9}"
},
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.14}"
}
}
},
"large": {
"sizing": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.2}"
}
},
"spacing": {
"gap": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.inline.8}"
},
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.13}"
}
}
},
"appstore": {
"sizing": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.2}"
},
"width-google": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.appstore.width.google}"
},
"width-apple": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.appstore.width.apple}"
}
}
},
"socialmedia": {
"sizing": {
"large": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.1}"
},
"small": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.height.3}"
},
"icon-large": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.icon.1}"
},
"icon-small": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.button.icon.2}"
}
}
},
"border-radius": {
"round": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.round}"
}
}
}
}
},
"Components/Button": {
"post": {
"button": {
Expand Down Expand Up @@ -10227,7 +10001,6 @@
"Components/Badge",
"Components/Banner",
"Components/Breadcrumb",
"Components/Button_old",
"Components/Button",
"Components/Checkbox",
"Components/Dropdown",
Expand Down

0 comments on commit 0ee9408

Please sign in to comment.