@gfazioli/mantine-picker 2.3.10 → 2.3.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mantine Picker Component
2
2
 
3
- <img width="2752" height="1536" alt="Mantine Picker" src="https://github.com/user-attachments/assets/826ce341-e7e9-47c7-b94e-f401d291e967" />
3
+ <img alt="Mantine Picker" src="https://github.com/gfazioli/mantine-picker/blob/master/logo.png" />
4
4
 
5
5
  <div align="center">
6
6
 
@@ -69,10 +69,10 @@ function Demo() {
69
69
 
70
70
  Your support helps me:
71
71
 
72
- - Keep the project actively maintained with timely bug fixes and security updates
73
- - Add new features, improve performance, and refine the developer experience
74
- - Expand test coverage and documentation for smoother adoption
75
- - Ensure long‑term sustainability without relying on ad hoc free time
72
+ - Keep the project actively maintained with timely bug fixes and security updates
73
+ - Add new features, improve performance, and refine the developer experience
74
+ - Expand test coverage and documentation for smoother adoption
75
+ - Ensure long‑term sustainability without relying on ad hoc free time
76
76
  - Prioritize community requests and roadmap items that matter most
77
77
 
78
78
  Open source thrives when those who benefit can give back—even a small monthly contribution makes a real difference. Sponsorships help cover maintenance time, infrastructure, and the countless invisible tasks that keep a project healthy.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-picker",
3
- "version": "2.3.10",
3
+ "version": "2.3.12",
4
4
  "description": "Picker 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-picker/",
6
6
  "packageManager": "yarn@4.0.1",