Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Nov 4, 2024
1 parent 5a9e7f8 commit fe52c61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 38 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-inwoner/design-tokens",
"version": "0.0.7-alpha.0",
"version": "0.0.7-alpha.1",
"description": "Design tokens for Open Inwoner",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
48 changes: 13 additions & 35 deletions src/community/utrecht/skiplink.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,48 +31,26 @@
"z-index": {
"value": "5000"
},
"visible-on-focus": {
"inset-block-start": {
"value": "-200%"
"focus": {
"background-color": {
"value": "{oip.color.accent}"
},
"position": {
"value": "fixed"
"color": {
"value": "#fff"
},
"focus": {
"inset-block-start": {
"value": "0"
},
"background-color": {
"value": "{oip.color.accent}"
},
"color": {
"value": "#fff"
},
"text-decoration": {
"value": "underline"
}
"text-decoration": {
"value": "underline"
}
},
"focus-visible": {
"inset-block-start": {
"value": "-200%"
"background-color": {
"value": "{oip.color.accent}"
},
"position": {
"value": "fixed"
"color": {
"value": "#fff"
},
"focus-visible": {
"inset-block-start": {
"value": "0"
},
"background-color": {
"value": "{oip.color.accent}"
},
"color": {
"value": "#fff"
},
"text-decoration": {
"value": "underline"
}
"text-decoration": {
"value": "underline"
}
}
}
Expand Down

0 comments on commit fe52c61

Please sign in to comment.