Skip to content

Commit

Permalink
chore: update monorepo tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Feb 7, 2024
1 parent d57f005 commit 32d0caf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@dlc-link/dlc-tools": "1.1.1",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather-wallet/tokens": "0.0.5",
"@leather-wallet/tokens": "0.0.6",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.3.2",
"@noble/secp256k1": "2.0.0",
Expand Down
4 changes: 0 additions & 4 deletions theme/semantic-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ import { defineSemanticTokens } from '@pandacss/dev';
// ts-unused-exports:disable-next-line
export const semanticTokens = defineSemanticTokens({
...leatherSemanticTokens,
// TODO: Move to mono repo
focus: {
value: { base: '{colors.lightModeBlue.500}', _dark: '{colors.darkModeBlue.500}' },
},
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2484,10 +2484,10 @@
"@trivago/prettier-plugin-sort-imports" "^4.2.0"
prettier "^3.0.3"

"@leather-wallet/tokens@0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.5.tgz#075daf05a3d65451731a26f870058ec41b6b42b9"
integrity sha512-ljs4kSFEkTWtRa1+fEB1+mBQJgqYmoF1o/zbNOP23pjUCCgqLxTViOwZcFStqnTgf0hfu7JenGSsS/GV7HI21g==
"@leather-wallet/tokens@0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.6.tgz#9a26a30d431f3074cb7ea01e27c961bc29c1676b"
integrity sha512-77xEFIsucUoz8NPB7NVCuMi2wZpU5guNyfTUSlaCgKn6E1+9Vz2Jk1VEw+qXK1xuesDD7byCRuID6lohDHyL8A==

"@ledgerhq/devices@^8.0.7", "@ledgerhq/devices@^8.2.0":
version "8.2.0"
Expand Down

0 comments on commit 32d0caf

Please sign in to comment.