Skip to content

Commit

Permalink
ListGroup component (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Jan 19, 2023
1 parent cfbff8e commit fdf749f
Show file tree
Hide file tree
Showing 21 changed files with 4,352 additions and 9,030 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module.exports = {
pattern: "~/**",
group: "internal",
},
{
pattern: "./*.css",
group: "index",
},
],
groups: [
"external",
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
legacy-peer-deps=true
// TODO: remove when upgrade storybook to v7
// TODO: #210 remove when upgrade storybook to v7
public-hoist-pattern[]=*storybook*
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
"@vanilla-extract/recipes": "^0.3.0",
"@vanilla-extract/sprinkles": "^1.5.1",
"@dessert-box/react": "^0.4.0",
"vitest": "^0.27.2"
"vitest": "^0.27.2",
"@radix-ui/react-accordion": "^1.0.1"
},
"dependencies": {},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fdf749f

Please sign in to comment.