Skip to content

Commit

Permalink
đź”– released new version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
temmiland committed May 2, 2024
1 parent 70a50f5 commit f534990
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Tom Pietsch
# Copyright 2024 Temmi Pietsch
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Tom Pietsch
# Copyright 2024 Temmi Pietsch
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Tom Pietsch
# Copyright 2024 Temmi Pietsch
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Tom Pietsch
# Copyright 2024 Temmi Pietsch
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand All @@ -21,20 +21,20 @@
OTHER DEALINGS IN THE SOFTWARE.
-->

# react-expandable-grid - [![npm](https://img.shields.io/npm/v/@tomxpcvx/react-expandable-grid.svg?color=%2345bf17&style=popout)](https://www.npmjs.com/package/@tomxpcvx/react-expandable-grid)
# react-expandable-grid - [![npm](https://img.shields.io/npm/v/@temmiland/react-expandable-grid.svg?color=%2345bf17&style=popout)](https://www.npmjs.com/package/@temmiland/react-expandable-grid)

react-expandable-grid is a simple-to-use component designed to create grids with an expanding detail view. It provides an easy solution for quickly setting up galleries and portfolios in your React applications. With this component, when a user clicks on an element of your choice, a preview window opens up, displaying a larger (or smaller, depending on the settings) area where you can customize and showcase your content as desired.

Trying it out is always simpler than just reading about it. Take a look at the demo!

## Demo

You can reach the Demo here: [`https://ghp.pietsch.earth/react-expandable-grid`](https://ghp.pietsch.earth/react-expandable-grid)
You can reach the Demo here: [`https://demo.temmi.land/react-expandable-grid`](https://demo.temmi.land/react-expandable-grid)

To try it locally, run:

```bash
git clone git@github.com:tomxpcvx/react-expandable-grid.git
git clone git@github.com:temmiland/react-expandable-grid.git
cd react-expandable-grid
bun i
bun run dev
Expand All @@ -47,12 +47,12 @@ Then open [`localhost:6006`](http://localhost:6006) in a browser.
A straightforward method for using react-expandable-grid involves installing it from the NPM registry and integrating it into your React build process.

```bash
bun i @tomxpcvx/react-expandable-grid
bun i @temmiland/react-expandable-grid

# or for those living under a rock :D
npm i @tomxpcvx/react-expandable-grid
pnpm i @tomxpcvx/react-expandable-grid
yarn i @tomxpcvx/react-expandable-grid
npm i @temmiland/react-expandable-grid
pnpm i @temmiland/react-expandable-grid
yarn i @temmiland/react-expandable-grid
```

## Usage
Expand Down Expand Up @@ -120,7 +120,7 @@ To build, watch and serve the examples (which will also watch the component sour
### (MIT License)

```text
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion lib/components/ExpandableGrid/ExpandableGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietschchch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion lib/components/ExpandableGrid/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion lib/hooks/useElementWidth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion lib/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tomxpcvx/react-expandable-grid",
"version": "1.1.1",
"description": "A React grid component with an expanding detail view",
"name": "@temmiland/react-expandable-grid",
"version": "1.1.2",
"description": "react-expandable-grid is a simple-to-use component designed to create grids with an expanding detail view.",
"repository": {
"type": "git",
"url": "https://github.com/tomxpcvx/react-expandable-grid.git"
"url": "https://github.com/temmiland/react-expandable-grid.git"
},
"bugs": {
"url": "https://github.com/tomxpcvx/react-expandable-grid.git"
"url": "https://github.com/temmiland/react-expandable-grid.git"
},
"homepage": "https://tomxpcvx.dev/react-expandable-grid",
"homepage": "https://temmi.land/projects/react-expandable-grid",
"type": "module",
"main": "dist/react-expandable-grid.js",
"types": "dist/main.d.ts",
Expand All @@ -26,7 +26,7 @@
"thumbnail"
],
"private": false,
"author": "Tom Pietsch <hello@tomxpcvx.dev>",
"author": "Temmi Pietsch <welcome@temmi.land>",
"license": "MIT",
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/Gallery/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/examples/Simple/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/stories/GalleryExample.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/stories/SimpleExample.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
6 changes: 3 additions & 3 deletions src/stories/Welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietsch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down Expand Up @@ -61,7 +61,7 @@ export const RightArrow = () => <svg
Discover my projects.

<a
href="https://github.com/tomxpcvx"
href="https://github.com/temmiland"
target="_blank"
>GitHub<RightArrow /></a>
</div>
Expand Down Expand Up @@ -92,7 +92,7 @@ export const RightArrow = () => <svg
<p>Visit and discover my website.</p>

<a
href="https://tom-pietsch.de/blog"
href="https://temmi.land/blog"
target="_blank"
>Blog<RightArrow /></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietschch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 Tom Pietsch
Copyright 2024 Temmi Pietschch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down

0 comments on commit f534990

Please sign in to comment.