@gfazioli/mantine-reflection 1.1.4 → 1.1.5

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,8 @@ This component is created on top of the [Mantine](https://mantine.dev/) library.
27
27
 
28
28
  Adds a reflection effect to a component. It simply wraps the content to be reflected.
29
29
 
30
+ [![Mantine Extensions](https://img.shields.io/badge/-Watch_the_Video-blue?style=for-the-badge&labelColor=black&logo=youtube
31
+ )](https://www.youtube.com/playlist?list=PL85tTROKkZrWyqCcmNCdWajpx05-cTal4)
30
32
  [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
31
33
  )](https://gfazioli.github.io/mantine-reflection/)
32
34
  [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-reflection",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Mantine Reflection is a React component that allows you to create a reflection effect on an image or any other component.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-reflection/",
6
6
  "packageManager": "yarn@4.0.1",