prizmux 1.4.12 → 1.4.13

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 +12 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,20 +45,26 @@ npm install prizmux
45
45
  Visual previews of Prizmux components in action. Click on any preview to see it in high resolution.
46
46
 
47
47
  ### 📱 Phone Input
48
+
48
49
  International phone input with searchable country picker, dial-code auto-detection, and premium translucent selection styling.
49
50
 
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
+ <div align="center">
52
+ <a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif">
53
+ <img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif" width="350" alt="PhoneInput Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" />
54
+ </a>
55
+ </div>
53
56
 
54
57
  ---
55
58
 
56
59
  ### 🖼️ Image Preview
60
+
57
61
  High-performance gallery viewer with smooth pinch-to-zoom, swipe gestures, and pagination.
58
62
 
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>
63
+ <div align="center">
64
+ <a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif">
65
+ <img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif" width="350" alt="ImagePreview Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" />
66
+ </a>
67
+ </div>
62
68
 
63
69
  ---
64
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmux",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
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",