Skip to content

Commit

Permalink
feat: add avatar and separator
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 10, 2024
1 parent fa8b9dc commit 870188b
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 123 deletions.
289 changes: 169 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-focus-scope": "^1.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
Expand Down Expand Up @@ -115,9 +117,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@chromatic-com/storybook": "^1.6.0",
"@esbuild/linux-x64": "^0.22.0",
"@biomejs/biome": "1.8.3",
"@hookform/devtools": "^4.3.0",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
Expand All @@ -139,14 +141,14 @@
"cypress": "^13.3.2",
"dotenv-cli": "^7.4.1",
"dpdm": "^3.14.0",
"husky": "^8.0.3",
"lint-staged": "^13.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"storybook": "^8.1.11",
"tailwindcss": "^3.4.4",
"husky": "^8.0.3",
"lint-staged": "^13.0.0",
"typescript": "^5.5.3",
"webpack-bugsnag-plugins": "^1.8.0"
},
Expand Down
Loading

0 comments on commit 870188b

Please sign in to comment.