Skip to content

Commit

Permalink
[Tech] add cta component, hide eligibility and hide claim props (#39)
Browse files Browse the repository at this point in the history
* add cta component prop

* bump

* add ssr support, fix quest types

* fix build alias

* remove quest ssr, add hide eligibility and hide claim

* pretty

* rm disabled from get quest query

* bump version

* use pnpm v9
  • Loading branch information
BrettCleary authored Dec 5, 2024
1 parent 2b814b5 commit 88dcb79
Show file tree
Hide file tree
Showing 6 changed files with 2,978 additions and 6,479 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/quests-ui",
"version": "0.1.0",
"version": "0.1.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@hyperplay/chains": "^0.3.0",
"@hyperplay/ui": "^1.8.18",
"@hyperplay/ui": "^1.8.21",
"@hyperplay/utils": "^0.3.4",
"@mantine/core": "^7.5.1",
"@storybook/addon-essentials": "^8.3.4",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"peerDependencies": {
"@hyperplay/chains": "^0.3.0",
"@hyperplay/ui": "^1.7.17",
"@hyperplay/ui": "^1.8.21",
"@hyperplay/utils": "^0.3.4",
"@tanstack/query-core": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
Expand All @@ -92,5 +92,6 @@
"extends": [
"plugin:storybook/recommended"
]
}
},
"packageManager": "[email protected]+sha256.26a726b633b629a3fabda006f696ae4260954a3632c8054112d7ae89779e5f9a"
}
Loading

0 comments on commit 88dcb79

Please sign in to comment.