Skip to content

Commit

Permalink
feat: define cursor token metadata for activate and inert
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 4, 2024
1 parent 97d66a0 commit 7c44f3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions components/common/src/action/tokens.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"utrecht": {
"action": {
"activate": {
"cursor": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "*",
"inherits": true
}
}
}
},
"busy": {
"cursor": {
"$extensions": {
Expand All @@ -21,6 +31,16 @@
}
}
},
"inert": {
"cursor": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "*",
"inherits": true
}
}
}
},
"navigate": {
"cursor": {
"$extensions": {
Expand Down

0 comments on commit 7c44f3f

Please sign in to comment.