Skip to content

Commit 54afef0

Browse files
authored
Adding chart label tokens (#515)
1 parent 86ed503 commit 54afef0

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

src/styles/types.ts

+8
Original file line numberDiff line numberDiff line change
@@ -3013,6 +3013,10 @@
30133013
"teal": string,
30143014
"sunrise": string,
30153015
"slate": string
3016+
},
3017+
"label": {
3018+
"default": string,
3019+
"deselected": string
30163020
}
30173021
}
30183022
},
@@ -3152,6 +3156,10 @@
31523156
"sunrise": string,
31533157
"slate": string,
31543158
"red": string
3159+
},
3160+
"label": {
3161+
"default": string,
3162+
"deselected": string
31553163
}
31563164
},
31573165
"iconButton": {

src/styles/variables.classic.json

+8
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,10 @@
858858
"teal": "#089B83",
859859
"sunrise": "#FFC300",
860860
"slate": "#9a9ea7"
861+
},
862+
"label": {
863+
"default": "#161517",
864+
"deselected": "lch(6.94 1.44 305 / 0.3)"
861865
}
862866
}
863867
},
@@ -955,6 +959,10 @@
955959
"sunrise": "#FFC300",
956960
"slate": "#9a9ea7",
957961
"red": "#ff2323"
962+
},
963+
"label": {
964+
"default": "#161517",
965+
"deselected": "lch(6.94 1.44 305 / 0.3)"
958966
}
959967
},
960968
"iconButton": {

src/styles/variables.dark.json

+8
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,10 @@
16151615
"teal": "#6DF8E1",
16161616
"sunrise": "#FFC300",
16171617
"slate": "#9a9ea7"
1618+
},
1619+
"label": {
1620+
"default": "#ffffff",
1621+
"deselected": "lch(100 0 0 / 0.3)"
16181622
}
16191623
}
16201624
},
@@ -1712,6 +1716,10 @@
17121716
"teal": "#6DF8E1",
17131717
"sunrise": "#FFC300",
17141718
"slate": "#9a9ea7"
1719+
},
1720+
"label": {
1721+
"default": "#ffffff",
1722+
"deselected": "lch(100 0 0 / 0.3)"
17151723
}
17161724
},
17171725
"iconButton": {

src/styles/variables.json

+8
Original file line numberDiff line numberDiff line change
@@ -3012,6 +3012,10 @@
30123012
"teal": "#089B83",
30133013
"sunrise": "#FFC300",
30143014
"slate": "#9a9ea7"
3015+
},
3016+
"label": {
3017+
"default": "#161517",
3018+
"deselected": "lch(6.94 1.44 305 / 0.3)"
30153019
}
30163020
}
30173021
},
@@ -3151,6 +3155,10 @@
31513155
"sunrise": "#FFC300",
31523156
"slate": "#9a9ea7",
31533157
"red": "#ff2323"
3158+
},
3159+
"label": {
3160+
"default": "#161517",
3161+
"deselected": "lch(6.94 1.44 305 / 0.3)"
31543162
}
31553163
},
31563164
"iconButton": {

src/styles/variables.light.json

+8
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,10 @@
16021602
"teal": "#089B83",
16031603
"sunrise": "#FFC300",
16041604
"slate": "#9a9ea7"
1605+
},
1606+
"label": {
1607+
"default": "#161517",
1608+
"deselected": "lch(6.94 1.44 305 / 0.3)"
16051609
}
16061610
}
16071611
},
@@ -1700,6 +1704,10 @@
17001704
"sunrise": "#FFC300",
17011705
"slate": "#9a9ea7",
17021706
"red": "#ff2323"
1707+
},
1708+
"label": {
1709+
"default": "#161517",
1710+
"deselected": "lch(6.94 1.44 305 / 0.3)"
17031711
}
17041712
},
17051713
"iconButton": {

0 commit comments

Comments
 (0)