Skip to content

Commit

Permalink
Merge pull request #12 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 0.4.4
  • Loading branch information
philippebeck authored Oct 12, 2024
2 parents ee15dd5 + b30bcdf commit 11fdd01
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dist/index.es.js

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

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions lib/molecules/button/_button-var.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
//! ********** BUTTON VARIABLES **********

$buttons: (
"codepen": #1E1F26,
"github": #010409,
"linkedin-in": #0077B5,
"medium": #00AB6C,
"npm": #EA2039,
"x-twitter": #1D9BF0
"paper-plane": #8A2BE2
) !default;
2 changes: 1 addition & 1 deletion lib/molecules/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Footer =
React.ReactElement<HTMLElement> => {

return (
<footer className="footer">
<footer id="contact">
<List
array={links.map((item) =>
<Button
Expand Down
7 changes: 3 additions & 4 deletions lib/molecules/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

//! ********** FOOTER **********

.footer {
[id=contact] {
display: flex;
place-content: center;
position: fixed;
z-index: 1000;
bottom: 5px;
padding: 20px 0;
width: 100%;
background-color: $gray;

li {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactoms",
"version": "0.4.3",
"version": "0.4.4",
"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":[
Expand Down

0 comments on commit 11fdd01

Please sign in to comment.