Skip to content

Commit

Permalink
fix for quote block border token reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dohajnal committed Oct 16, 2024
1 parent aed2afb commit f93f4be
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
11 changes: 4 additions & 7 deletions packages/genesys-spark-tokens/data/semantic/mode/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,10 @@
"type": "color",
"description": "This is used for default border for datatables"
}
},
"low_emphasis": {
"value": "{theme.border.edges.emphasis.default}",
"type": "color"
}
},
"high_constrast": {
Expand All @@ -881,13 +885,6 @@
"type": "color",
"description": "The color for the edge borders of high contrast surfaces that are on the active state."
}
},
"emphasis": {
"default": {
"value": "{color.lavenderhaze.700}",
"type": "color",
"description": "This border color can be used for subtle emphasis on containers, such as the quote block for the Rich Text Editor."
}
}
},
"system": {
Expand Down
4 changes: 4 additions & 0 deletions packages/genesys-spark-tokens/data/semantic/mode/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,10 @@
"type": "color",
"description": "This is used for default border for datatables"
}
},
"low_emphasis": {
"value": "{theme.border.edges.emphasis.default}",
"type": "color"
}
},
"high_constrast": {
Expand Down
6 changes: 6 additions & 0 deletions packages/genesys-spark-tokens/data/semantic/theme/flare.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,12 @@
"value": "{color.blueberry.700}",
"type": "color"
}
},
"emphasis": {
"default": {
"value": "{color.lavenderhaze.700}",
"type": "color"
}
}
},
"system": {
Expand Down
6 changes: 6 additions & 0 deletions packages/genesys-spark-tokens/data/semantic/theme/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,12 @@
"value": "{color_legacy.blue.60}",
"type": "color"
}
},
"emphasis": {
"default": {
"value": "{color.lavenderhaze.700}",
"type": "color"
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
},
"border_left": {
"color": {
"value": "{border.container.emphasis.default}",
"value": "{border.container.edges.low_emphasis}",
"type": "color"
},
"width": {
Expand Down

0 comments on commit f93f4be

Please sign in to comment.