Skip to content

Commit

Permalink
feat(utils/sui-tokens): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Dec 18, 2024
1 parent d432230 commit 92df388
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 31 deletions.
46 changes: 23 additions & 23 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 utils/sui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/tokens",
"version": "0.0.0-beta.11",
"version": "0.0.0-beta.12",
"description": "Tool for manipulate @s-ui tokens.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 1 addition & 7 deletions utils/sui-tokens/src/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,12 @@ $${key}: var(${getTokenKey(key)});`
add('spacing', prefix)

return `// This file is auto-generated by sui-tokens
${selector} {
${semanticTokens.color}
${selector} {${semanticTokens.color}
${semanticTokens.font}
${semanticTokens.opacity}
${semanticTokens.elevation}
${semanticTokens.spacing}
}
${scssTokens.color}
${scssTokens.font}
${scssTokens.opacity}
Expand Down

0 comments on commit 92df388

Please sign in to comment.