Skip to content

Commit

Permalink
Merge pull request #13 from kodai3/feat/update-design-token
Browse files Browse the repository at this point in the history
feat: 🎸 update design token
  • Loading branch information
takanorip authored Jan 8, 2025
2 parents fa0014b + 8eeee82 commit 3338222
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -35,7 +35,7 @@
"package": "vsce package"
},
"dependencies": {
"@ubie/design-tokens": "0.1.3",
"@ubie/design-tokens": "^0.3.2",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.5"
Expand Down
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const groupedCompletionItemPatterns: GroupedCompletionItemPatterns = {
size: /margin|padding|gap|top|left|right|bottom/,
text: /font|line-height/,
radius: /border-radius/,
icon: /height|width/,
};

const tokens: { [key: string]: { value: string; note: string | undefined; groupKey: string } } = {};
Expand Down

0 comments on commit 3338222

Please sign in to comment.