Skip to content

Commit

Permalink
Action: Build style-dictionary from tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bstevens authored and github-actions[bot] committed Jan 17, 2024
1 parent 0058eda commit 54b2ea1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build/_generated_variables.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* Do not edit directly
* Generated on Fri, 12 Jan 2024 14:43:16 GMT
* Generated on Wed, 17 Jan 2024 15:49:26 GMT
*/

:root {
--color-operating-structure: #3a3daa;
--color-action-primary-default: #4d51c9;
--color-action-primary-hover: #7d7df4;
--color-action-secondary-default: #fed7c4;
--color-action-secondary-hover: #ffeae1;
--color-action-secondary-default: #ececff;
--color-action-secondary-hover: #f8f8ff;
--color-action-neutral-disabled: #dfdfdf;
--color-action-neutral-default: #a5a5a5;
--color-action-neutral-hover: #c5c5c5;
Expand Down
6 changes: 3 additions & 3 deletions build/_generated_variables.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

// Do not edit directly
// Generated on Fri, 12 Jan 2024 14:43:16 GMT
// Generated on Wed, 17 Jan 2024 15:49:26 GMT

$color-operating-structure: #3a3daa;
$color-action-primary-default: #4d51c9;
$color-action-primary-hover: #7d7df4;
$color-action-secondary-default: #fed7c4;
$color-action-secondary-hover: #ffeae1;
$color-action-secondary-default: #ececff;
$color-action-secondary-hover: #f8f8ff;
$color-action-neutral-disabled: #dfdfdf;
$color-action-neutral-default: #a5a5a5;
$color-action-neutral-hover: #c5c5c5;
Expand Down
4 changes: 2 additions & 2 deletions tokens/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"secondary": {
"default": {
"value": "#fed7c4",
"value": "#ececff",
"type": "color",
"description": "The secondary colour for interactive elements"
},
"hover": {
"value": "#ffeae1",
"value": "#f8f8ff",
"type": "color",
"description": "The colour used for the secondary interactive elements when in a hover state"
}
Expand Down

0 comments on commit 54b2ea1

Please sign in to comment.