@gfazioli/mantine-split-pane 0.3.4 → 0.3.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,10 +19,6 @@
19
19
 
20
20
  </p>
21
21
 
22
- <p align="center">
23
- <a href="https://www.buymeacoffee.com/johnfazioli"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=johnfazioli&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>
24
- </p>
25
-
26
22
  ## Overview
27
23
 
28
24
  This component is created on top of the [Mantine](https://mantine.dev/) library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-split-pane",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
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",