Skip to content

Commit

Permalink
Adding chart label tokens (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones authored Jan 8, 2025
1 parent 86ed503 commit 54afef0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3013,6 +3013,10 @@
"teal": string,
"sunrise": string,
"slate": string
},
"label": {
"default": string,
"deselected": string
}
}
},
Expand Down Expand Up @@ -3152,6 +3156,10 @@
"sunrise": string,
"slate": string,
"red": string
},
"label": {
"default": string,
"deselected": string
}
},
"iconButton": {
Expand Down
8 changes: 8 additions & 0 deletions src/styles/variables.classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,10 @@
"teal": "#089B83",
"sunrise": "#FFC300",
"slate": "#9a9ea7"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
}
},
Expand Down Expand Up @@ -955,6 +959,10 @@
"sunrise": "#FFC300",
"slate": "#9a9ea7",
"red": "#ff2323"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
},
"iconButton": {
Expand Down
8 changes: 8 additions & 0 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,10 @@
"teal": "#6DF8E1",
"sunrise": "#FFC300",
"slate": "#9a9ea7"
},
"label": {
"default": "#ffffff",
"deselected": "lch(100 0 0 / 0.3)"
}
}
},
Expand Down Expand Up @@ -1712,6 +1716,10 @@
"teal": "#6DF8E1",
"sunrise": "#FFC300",
"slate": "#9a9ea7"
},
"label": {
"default": "#ffffff",
"deselected": "lch(100 0 0 / 0.3)"
}
},
"iconButton": {
Expand Down
8 changes: 8 additions & 0 deletions src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,10 @@
"teal": "#089B83",
"sunrise": "#FFC300",
"slate": "#9a9ea7"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
}
},
Expand Down Expand Up @@ -3151,6 +3155,10 @@
"sunrise": "#FFC300",
"slate": "#9a9ea7",
"red": "#ff2323"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
},
"iconButton": {
Expand Down
8 changes: 8 additions & 0 deletions src/styles/variables.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,10 @@
"teal": "#089B83",
"sunrise": "#FFC300",
"slate": "#9a9ea7"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
}
},
Expand Down Expand Up @@ -1700,6 +1704,10 @@
"sunrise": "#FFC300",
"slate": "#9a9ea7",
"red": "#ff2323"
},
"label": {
"default": "#161517",
"deselected": "lch(6.94 1.44 305 / 0.3)"
}
},
"iconButton": {
Expand Down

0 comments on commit 54afef0

Please sign in to comment.