Skip to content

Commit

Permalink
Generated build output
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 9, 2024
1 parent 597c40a commit 27f9881
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 4 additions & 2 deletions converted/js/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@
fontWeight: "Medium",
lineHeight: "150%",
fontSize: 12,
letterSpacing: "0px"
letterSpacing: "0px",
textCase: "Uppercase"
}
},
menuNavigation: {
Expand Down Expand Up @@ -1463,7 +1464,8 @@
fontWeight: "Medium",
lineHeight: "150%",
fontSize: 12,
letterSpacing: "0px"
letterSpacing: "0px",
textCase: "Uppercase"
}
},
menuNavigation: {
Expand Down
3 changes: 2 additions & 1 deletion converted/js/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@
"fontWeight": "Medium",
"lineHeight": "150%",
"fontSize": 12,
"letterSpacing": "0px"
"letterSpacing": "0px",
"textCase": "Uppercase"
}
},
"menu-navigation": {
Expand Down
3 changes: 2 additions & 1 deletion dist/converted/js/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@
"fontWeight": "Medium",
"lineHeight": "150%",
"fontSize": 12,
"letterSpacing": "0px"
"letterSpacing": "0px",
"textCase": "Uppercase"
}
},
"menu-navigation": {
Expand Down
4 changes: 4 additions & 0 deletions tokens/converted-tokens-w3c.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,10 @@
"letterSpacing": {
"$value": "0px",
"$type": "letterSpacing"
},
"textCase": {
"$value": "Uppercase",
"$type": "textCase"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions tokens/converted-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,10 @@
"letterSpacing": {
"value": "0px",
"type": "letterSpacing"
},
"textCase": {
"value": "Uppercase",
"type": "textCase"
}
}
},
Expand Down

0 comments on commit 27f9881

Please sign in to comment.