@gfazioli/mantine-spinner 1.0.1 → 1.0.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ https://github.com/user-attachments/assets/2401bfe1-e829-4057-a654-7d0a895a9605
23
23
 
24
24
  This component is created on top of the [Mantine](https://mantine.dev/) library.
25
25
 
26
- It allows to create a spinner effect with any content.
26
+ It allows to create a spinner effect.
27
27
 
28
28
  You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
29
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
3
3
  "bugs": "https://github.com/gfazioli/mantine-spinner/issues",
4
- "description": "Spinner component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.",
4
+ "description": "A Mantine React component offers customizable loading animations to enhance the user experience in React applications.",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": {
@@ -41,5 +41,5 @@
41
41
  },
42
42
  "repository": "https://github.com/gfazioli/mantine-spinner.git",
43
43
  "types": "./dist/types/index.d.ts",
44
- "version": "1.0.1"
44
+ "version": "1.0.2"
45
45
  }