Skip to content

Commit

Permalink
feat(data): adding pill radius override to legacy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 24, 2024
1 parent 2d2011c commit 8a97267
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 0 additions & 4 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,6 @@
"status.radius.none": "ae1c2a14cd729be50e10ccb0ffdb08aaa2f2387e",
"status.radius.message": "082bc47e08439f748e809006e4466fab73ae32c0",
"status.radius.pill": "028e1fde18003517cf91bc31b1a8eb281d51ce2f",
"status.radius.tooltip": "e535ce3f190d6e132eb18e32a72adec95f3d84ff",
"status.borderwidth.pill": "dc5a0b0dc614f18f0be2aee4f4d8eb6d0a929e74",
"status.borderwidth.message": "8f19cd590f8c685b29aa44da7c7b11489cfab133",
"status.space.none": "83ea3a764d445f10b60a9ab44190a3ed18e5539b",
Expand Down Expand Up @@ -3512,7 +3511,6 @@
"status.radius.none": "ae1c2a14cd729be50e10ccb0ffdb08aaa2f2387e",
"status.radius.message": "082bc47e08439f748e809006e4466fab73ae32c0",
"status.radius.pill": "028e1fde18003517cf91bc31b1a8eb281d51ce2f",
"status.radius.tooltip": "e535ce3f190d6e132eb18e32a72adec95f3d84ff",
"status.borderwidth.pill": "dc5a0b0dc614f18f0be2aee4f4d8eb6d0a929e74",
"status.borderwidth.message": "8f19cd590f8c685b29aa44da7c7b11489cfab133",
"status.space.none": "83ea3a764d445f10b60a9ab44190a3ed18e5539b",
Expand Down Expand Up @@ -5075,7 +5073,6 @@
"status.radius.none": "ae1c2a14cd729be50e10ccb0ffdb08aaa2f2387e",
"status.radius.message": "082bc47e08439f748e809006e4466fab73ae32c0",
"status.radius.pill": "028e1fde18003517cf91bc31b1a8eb281d51ce2f",
"status.radius.tooltip": "e535ce3f190d6e132eb18e32a72adec95f3d84ff",
"status.borderwidth.pill": "dc5a0b0dc614f18f0be2aee4f4d8eb6d0a929e74",
"status.borderwidth.message": "8f19cd590f8c685b29aa44da7c7b11489cfab133",
"status.space.none": "83ea3a764d445f10b60a9ab44190a3ed18e5539b",
Expand Down Expand Up @@ -6662,7 +6659,6 @@
"status.radius.none": "ae1c2a14cd729be50e10ccb0ffdb08aaa2f2387e",
"status.radius.message": "082bc47e08439f748e809006e4466fab73ae32c0",
"status.radius.pill": "028e1fde18003517cf91bc31b1a8eb281d51ce2f",
"status.radius.tooltip": "e535ce3f190d6e132eb18e32a72adec95f3d84ff",
"status.borderwidth.pill": "dc5a0b0dc614f18f0be2aee4f4d8eb6d0a929e74",
"status.borderwidth.message": "8f19cd590f8c685b29aa44da7c7b11489cfab133",
"status.space.none": "83ea3a764d445f10b60a9ab44190a3ed18e5539b",
Expand Down
5 changes: 0 additions & 5 deletions data/tokens/components/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,6 @@
"value": "{global.radius.container.M}",
"type": "borderRadius",
"description": "Pill (outer corners)"
},
"tooltip": {
"value": "{global.radius.container.S}",
"type": "borderRadius",
"description": "Tooltip\n"
}
},
"borderwidth": {
Expand Down
9 changes: 9 additions & 0 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,14 @@
}
}
}
},
"status": {
"radius": {
"pill": {
"value": "{global.radius.container.XS}",
"type": "borderRadius",
"description": "Pill (outer corners)"
}
}
}
}

0 comments on commit 8a97267

Please sign in to comment.