Skip to content

Commit

Permalink
feat(data): Rename evolutive to progressive and re-order code
Browse files Browse the repository at this point in the history
BREAKING CHANGE: renames evolutive to progressive
  • Loading branch information
clairedenning authored and edleeks87 committed Jan 4, 2023
1 parent d8996e6 commit 832749f
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5070,38 +5070,6 @@
}
}
},
"evolutive": {
"positive": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).jade.050}",
"type": "color"
}
},
"neutral": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).navy.050}",
"type": "color"
}
},
"negative": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).amber.050}",
"type": "color"
}
}
},
"gap": {
"core": {
"border": {
Expand Down Expand Up @@ -5190,6 +5158,38 @@
}
}
},
"progressive": {
"positive": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).jade.050}",
"type": "color"
}
},
"neutral": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).navy.050}",
"type": "color"
}
},
"negative": {
"border": {
"value": "{origin-colors (reference only).gray.000}",
"type": "color"
},
"fill": {
"value": "{origin-colors (reference only).amber.050}",
"type": "color"
}
}
},
"qualitative": {
"fill-1": {
"value": "{origin-colors (reference only).jade.400}",
Expand Down

0 comments on commit 832749f

Please sign in to comment.