Skip to content

Commit

Permalink
Merge pull request #14 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 0.4.6
  • Loading branch information
philippebeck authored Dec 3, 2024
2 parents a3c548c + 6b770f4 commit 06184fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions lib/molecules/slider/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
margin: 0;
padding: 0 20px 32px;

& + * {
display: flex;
flex-flow: column;
place-content: center;
place-items: center;
}

nav {
i {
position: absolute;
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "reactoms",
"version": "0.4.5",
"version": "0.4.6",
"description": "A React Components Library made with TypeScript, Sass, Vite & Atomic Design : Card, Collapse, Icon, Image, Link, List for Atoms & Button, Footer, Gallery, Navbar, Slider, Title for Molecules",
"type": "module",
"keywords":[
"keywords": [
"react",
"components",
"library",
Expand Down Expand Up @@ -44,7 +44,7 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@fortawesome/fontawesome-free": "^6.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -65,7 +65,7 @@
},
"repository": "github:philippebeck/reactoms",
"license": "Apache-2.0",
"author":{
"author": {
"name": "Philippe Beck",
"email": "[email protected]",
"url": "https://philippebeck.github.io"
Expand Down

0 comments on commit 06184fb

Please sign in to comment.