Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Oct 21, 2024
1 parent 6226033 commit f204aef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions playground/nextjs-app-router/onchainkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@
"import": "./esm/api/index.js",
"default": "./esm/api/index.js"
},
"./checkout": {
"types": "./esm/checkout/index.d.ts",
"module": "./esm/checkout/index.js",
"import": "./esm/checkout/index.js",
"default": "./esm/checkout/index.js"
},
"./core": {
"types": "./esm/core/index.d.ts",
"module": "./esm/core/index.js",
Expand Down Expand Up @@ -155,6 +149,12 @@
"import": "./esm/identity/index.js",
"default": "./esm/identity/index.js"
},
"./pay": {
"types": "./esm/pay/index.d.ts",
"module": "./esm/pay/index.js",
"import": "./esm/pay/index.js",
"default": "./esm/pay/index.js"
},
"./swap": {
"types": "./esm/swap/index.d.ts",
"module": "./esm/swap/index.js",
Expand Down
1 change: 1 addition & 0 deletions playground/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "^0.34.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion site/docs/pages/guides/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If no mode is specified, `auto` mode will be applied by default.
config={{
appearance: {
mode: 'auto', // 'auto' | 'light' | 'dark' // [!code focus]
theme: 'default', // 'default' | 'base' | 'cyberpunk' | 'hacker' | 'custom'
theme: 'default', // 'default' | 'base' | 'cyberpunk' | 'hacker' | 'your-custom-theme'
},
}}
>
Expand Down

0 comments on commit f204aef

Please sign in to comment.