Skip to content

Commit

Permalink
Update design tokens
Browse files Browse the repository at this point in the history
We have new icons and design tokens available, so we should update the Storybook to show them.
  • Loading branch information
robintown committed Feb 1, 2024
1 parent 414369b commit b71cff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@vector-im/compound-design-tokens": "https://github.com/vector-im/compound-design-tokens#0.1.0",
"@vector-im/compound-design-tokens": "github:element-hq/compound-design-tokens",
"deepmerge": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2702,9 +2702,9 @@
"@typescript-eslint/types" "5.59.5"
eslint-visitor-keys "^3.3.0"

"@vector-im/compound-design-tokens@https://github.com/vector-im/compound-design-tokens#0.1.0":
version "0.0.7"
resolved "https://github.com/vector-im/compound-design-tokens#920f164856a586e7d3bbb1c0e4fd0107de381e33"
"@vector-im/compound-design-tokens@github:element-hq/compound-design-tokens":
version "1.0.0"
resolved "https://codeload.github.com/element-hq/compound-design-tokens/tar.gz/e7fb20f8d38821a7c3082d26d2f0f097731d776c"
dependencies:
svg2vectordrawable "^2.9.1"

Expand Down

0 comments on commit b71cff4

Please sign in to comment.