prizmux 1.4.11 → 1.4.12

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,14 +47,18 @@ Visual previews of Prizmux components in action. Click on any preview to see it
47
47
  ### 📱 Phone Input
48
48
  International phone input with searchable country picker, dial-code auto-detection, and premium translucent selection styling.
49
49
 
50
- [![PhoneInput Demo](https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif)](https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif)
50
+ <a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif">
51
+ <img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif" alt="PhoneInput Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" width="100%" />
52
+ </a>
51
53
 
52
54
  ---
53
55
 
54
56
  ### 🖼️ Image Preview
55
57
  High-performance gallery viewer with smooth pinch-to-zoom, swipe gestures, and pagination.
56
58
 
57
- [![ImagePreview Demo](https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif)](https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif)
59
+ <a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif">
60
+ <img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif" alt="ImagePreview Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" width="100%" />
61
+ </a>
58
62
 
59
63
  ---
60
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmux",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "A smooth and modern UI component library for React Native",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",