@gfazioli/mantine-spinner 1.0.2 → 1.0.4

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 -0
  2. package/package.json +26 -26
package/README.md CHANGED
@@ -12,6 +12,7 @@ https://github.com/user-attachments/assets/2401bfe1-e829-4057-a654-7d0a895a9605
12
12
 
13
13
  [![NPM version](https://img.shields.io/npm/v/%40gfazioli%2Fmantine-spinner?style=for-the-badge)](https://www.npmjs.com/package/@gfazioli/mantine-spinner)
14
14
  [![NPM Downloads](https://img.shields.io/npm/dm/%40gfazioli%2Fmantine-spinner?style=for-the-badge)](https://www.npmjs.com/package/@gfazioli/mantine-spinner)
15
+ [![NPM Downloads](https://img.shields.io/npm/dy/%40gfazioli%2Fmantine-spinner?style=for-the-badge&label=%20&color=f90)](https://www.npmjs.com/package/@gfazioli/mantine-spinner)
15
16
  ![NPM License](https://img.shields.io/npm/l/%40gfazioli%2Fmantine-spinner?style=for-the-badge)
16
17
 
17
18
  </div>
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
- "author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
3
- "bugs": "https://github.com/gfazioli/mantine-spinner/issues",
2
+ "name": "@gfazioli/mantine-spinner",
3
+ "version": "1.0.4",
4
4
  "description": "A Mantine React component offers customizable loading animations to enhance the user experience in React applications.",
5
- "exports": {
6
- ".": {
7
- "import": {
8
- "default": "./dist/esm/index.mjs",
9
- "types": "./dist/types/index.d.mts"
10
- },
11
- "require": {
12
- "default": "./dist/cjs/index.cjs",
13
- "types": "./dist/types/index.d.ts"
14
- }
15
- },
16
- "./styles.css": "./dist/styles.css",
17
- "./styles.layer.css": "./dist/styles.layer.css"
18
- },
19
5
  "homepage": "https://gfazioli.github.io/mantine-spinner/",
6
+ "packageManager": "yarn@4.0.1",
7
+ "license": "MIT",
8
+ "author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
20
9
  "keywords": [
10
+ "animation",
11
+ "branding",
21
12
  "extension",
22
13
  "mantine",
23
14
  "react",
24
- "typescript",
25
15
  "react-component",
26
- "animation",
27
- "spinner",
28
16
  "scroll",
29
- "branding"
17
+ "spinner",
18
+ "typescript"
30
19
  ],
31
- "license": "MIT",
32
20
  "main": "./dist/cjs/index.cjs",
33
21
  "module": "./dist/esm/index.mjs",
34
- "name": "@gfazioli/mantine-spinner",
35
- "packageManager": "yarn@4.0.1",
22
+ "types": "./dist/types/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "import": {
26
+ "types": "./dist/types/index.d.mts",
27
+ "default": "./dist/esm/index.mjs"
28
+ },
29
+ "require": {
30
+ "types": "./dist/types/index.d.ts",
31
+ "default": "./dist/cjs/index.cjs"
32
+ }
33
+ },
34
+ "./styles.css": "./dist/styles.css",
35
+ "./styles.layer.css": "./dist/styles.layer.css"
36
+ },
37
+ "repository": "https://github.com/gfazioli/mantine-spinner.git",
36
38
  "peerDependencies": {
37
39
  "@mantine/core": ">=7.0.0",
38
40
  "@mantine/hooks": ">=7.0.0",
39
41
  "react": "^18.x || ^19.x",
40
42
  "react-dom": "^18.x || ^19.x"
41
43
  },
42
- "repository": "https://github.com/gfazioli/mantine-spinner.git",
43
- "types": "./dist/types/index.d.ts",
44
- "version": "1.0.2"
44
+ "bugs": "https://github.com/gfazioli/mantine-spinner/issues"
45
45
  }