Skip to content

Commit

Permalink
add smart core tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-lim committed Jul 22, 2024
1 parent 1d008bd commit 64f3c00
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
20 changes: 19 additions & 1 deletion src/data/core-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,28 @@
}
}
},
"smart": {
"400": {
"value": "#8FA7C1",
"type": "color"
},
"500": {
"value": "#B0C1D4",
"type": "color"
},
"600": {
"value": "#C8D6E4",
"type": "color"
},
"700": {
"value": "#DDE5EE",
"type": "color"
}
},
"opacity": {
"subtle": {
"value": "50%",
"type": "opacity"
}
}
}
}
20 changes: 19 additions & 1 deletion src/data/core-emerson.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,24 @@
"type": "color"
}
},
"smart": {
"400": {
"value": "#7495B9",
"type": "color"
},
"500": {
"value": "#4D7199",
"type": "color"
},
"600": {
"value": "#2E5988",
"type": "color"
},
"700": {
"value": "#264A6E",
"type": "color"
}
},
"shades": {
"white": {
"value": "#FFFFFF",
Expand All @@ -249,4 +267,4 @@
}
}
}
}
}
20 changes: 19 additions & 1 deletion src/data/core-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,24 @@
"value": "#3E3114",
"type": "color"
}
},
"smart": {
"400": {
"value": "#7495B9",
"type": "color"
},
"500": {
"value": "#4D7199",
"type": "color"
},
"600": {
"value": "#2E5988",
"type": "color"
},
"700": {
"value": "#264A6E",
"type": "color"
}
}
}
}
}
3 changes: 3 additions & 0 deletions src/data/themes/lightDS3.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@
"type": "color"
}
}
},
"smart": {

}
},
"boxShadows": {
Expand Down

0 comments on commit 64f3c00

Please sign in to comment.