Proposal
Need implementation command for apply patches when design-system library updates.
Use case
command
themekit patch ./patch-0001.json
themekit apply ./patch-0001.json
project tokens
component:
depth:
token:
value: 100
patch
[
{
"oldPath": ["component", "depth", "token"],
"newPath": ["component", "token"]
}
]
result
component:
token:
value: 100
Proposal
Need implementation command for apply patches when design-system library updates.
Use case
command
project tokens
patch
[ { "oldPath": ["component", "depth", "token"], "newPath": ["component", "token"] } ]result