@gfazioli/mantine-flip 2.5.2 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Mantine Flip Component
2
2
 
3
- https://github.com/user-attachments/assets/cc968450-9d8c-4b16-be58-a6766597742e
4
-
5
- ---
3
+ <img width="2752" height="1536" alt="Mantine Flip" src="https://github.com/user-attachments/assets/81a00eee-c1f2-40f1-8ad4-4357619cf855" />
6
4
 
7
5
  <div align="center">
8
6
 
@@ -87,3 +85,5 @@ The `Flip.Target` component is used to define the trigger for the flip animation
87
85
  [![Star History Chart](https://api.star-history.com/svg?repos=gfazioli/mantine-flip&type=Timeline)](https://www.star-history.com/#gfazioli/mantine-flip&Timeline)
88
86
 
89
87
  </div>
88
+
89
+ https://github.com/user-attachments/assets/cc968450-9d8c-4b16-be58-a6766597742e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-flip",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-flip/",
6
6
  "packageManager": "yarn@4.0.1",