Skip to content

Commit

Permalink
Fix issue with pseudo class (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin authored Jul 19, 2024
2 parents 2e8bfc1 + 4c517c1 commit cc33e0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/mean-oranges-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@hopper-ui/icons": patch
"@hopper-ui/components": patch
---

update @hopper-ui/styled-system package
1 change: 1 addition & 0 deletions apps/docs/content/getting-started/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ root.render(
You will also need to import the Hopper styles in your project. You can do this by importing the following CSS files:

```css
@import "@hopper-ui/styled-system/index.css";
@import "@hopper-ui/components/index.css";
@import "@hopper-ui/icons/index.css";
```
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"peerDependencies": {
"@hopper-ui/styled-system": "^2.0.0",
"@hopper-ui/styled-system": "^2.1.0",
"react": "^18",
"react-aria": "^3.32",
"react-aria-components": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"generate-icons": "tsx scripts/build.ts"
},
"peerDependencies": {
"@hopper-ui/styled-system": "^2.0.0",
"@hopper-ui/styled-system": "^2.1.0",
"react": "^18",
"react-aria-components": "^1.1.0",
"react-dom": "^18"
Expand Down

0 comments on commit cc33e0d

Please sign in to comment.