Skip to content

Commit

Permalink
Merge pull request #50 from vrk-kpa/feature/warninglight1-and-success…
Browse files Browse the repository at this point in the history
…dark1

[Feature] Add warningLight1 and successDark1 color tokens
  • Loading branch information
ketsappi authored Feb 7, 2022
2 parents 7b0e908 + 40cea70 commit 5a36ce9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suomifi-design-tokens",
"version": "3.1.1",
"version": "3.2.0",
"description": "Design tokens for Suomifi design system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,18 @@
"desc": "",
"comments": []
},
"successDark1": {
"category": "colors",
"version": "1.0",
"value": {
"h": 165,
"s": 90,
"l": 27
},
"type": "hsl",
"desc": "",
"comments": []
},
"successBase": {
"category": "colors",
"version": "2.0",
Expand Down Expand Up @@ -324,6 +336,18 @@
"desc": "",
"comments": []
},
"warningLight1": {
"category": "colors",
"version": "1.0",
"value": {
"h": 42,
"s": 100,
"l": 94
},
"type": "hsl",
"desc": "",
"comments": []
},
"alertBase": {
"category": "colors",
"version": "1.0",
Expand Down

0 comments on commit 5a36ce9

Please sign in to comment.