Skip to content

Commit

Permalink
feat(colors-json): add correct warning colors syntax
Browse files Browse the repository at this point in the history
since it is a breaking change to remove the `color-warning*` tokens, we're adding in addition the correct `warning-color*` and not replacing
  • Loading branch information
YossiSaadi committed May 1, 2024
1 parent a87dea4 commit cc58e7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/style/src/files/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
"color-pecan": "#563e3e",
"color-pecan-hover": "#453232",
"color-pecan-selected": "#ab9f9f",
"warning-color": "#ffcb00",
"warning-color-hover": "#eaaa15",
"warning-color-selected": "#fceba1",
"warning-color-selected-hover": "#f2d973",
"color-warning": "#ffcb00",
"color-warning-hover": "#eaaa15",
"color-warning-select": "#fceba1",
Expand Down Expand Up @@ -332,6 +336,10 @@
"color-pecan": "#786565",
"color-pecan-hover": "#605151",
"color-pecan-selected": "#4a4148",
"warning-color": "#ffcb00",
"warning-color-hover": "#eaaa15",
"warning-color-selected": "#503e02",
"warning-color-selected-hover": "#402f00",
"color-warning": "#ffcb00",
"color-warning-hover": "#eaaa15",
"color-warning-select": "#503e02",
Expand Down Expand Up @@ -491,6 +499,10 @@
"color-pecan": "#786565",
"color-pecan-hover": "#605151",
"color-pecan-selected": "#433939",
"warning-color": "#ffcb00",
"warning-color-hover": "#eaaa15",
"warning-color-selected": "#503e02",
"warning-color-selected-hover": "#402f00",
"color-warning": "#ffcb00",
"color-warning-hover": "#eaaa15",
"color-warning-select": "#503e02",
Expand Down Expand Up @@ -671,6 +683,10 @@
"color-pecan": "#786565",
"color-pecan-hover": "#605151",
"color-pecan-selected": "#433939",
"warning-color": "#ffcb00",
"warning-color-hover": "#eaaa15",
"warning-color-selected": "#503e02",
"warning-color-selected-hover": "#402f00",
"color-warning": "#ffcb00",
"color-warning-hover": "#eaaa15",
"color-warning-select": "#503e02",
Expand Down

0 comments on commit cc58e7c

Please sign in to comment.