@gfazioli/mantine-split-pane 2.5.7 → 2.5.9

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 Split Pane Component
2
2
 
3
- <img width="2752" height="1536" alt="Mantine Split Pane" src="https://github.com/user-attachments/assets/e4577e9a-b301-49f7-b4d4-62568c1fd69c" />
3
+ <img alt="Mantine Split Pane" src="https://github.com/gfazioli/mantine-split-pane/blob/master/logo.png" />
4
4
 
5
5
  <div align="center">
6
6
 
@@ -83,10 +83,10 @@ function Demo() {
83
83
 
84
84
  Your support helps me:
85
85
 
86
- - Keep the project actively maintained with timely bug fixes and security updates
87
- - Add new features, improve performance, and refine the developer experience
88
- - Expand test coverage and documentation for smoother adoption
89
- - Ensure long‑term sustainability without relying on ad hoc free time
86
+ - Keep the project actively maintained with timely bug fixes and security updates
87
+ - Add new features, improve performance, and refine the developer experience
88
+ - Expand test coverage and documentation for smoother adoption
89
+ - Ensure long‑term sustainability without relying on ad hoc free time
90
90
  - Prioritize community requests and roadmap items that matter most
91
91
 
92
92
  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-split-pane",
3
- "version": "2.5.7",
3
+ "version": "2.5.9",
4
4
  "description": "A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-split-pane/",
6
6
  "packageManager": "yarn@4.0.1",