@usespaceui/squircle 0.1.0 → 0.1.1

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 -3
  2. package/package.json +34 -12
package/README.md CHANGED
@@ -23,9 +23,6 @@
23
23
  </p>
24
24
 
25
25
  <p align="center">
26
- <a href="https://github.com/usespaceui/squircle/blob/main/LICENSE">
27
- <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License" />
28
- </a>
29
26
  <a href="https://twitter.com/intent/follow?screen_name=usespaceui">
30
27
  <img src="https://img.shields.io/twitter/follow/usespaceui.svg?label=Follow%20@usespaceui" alt="Follow @usespaceui" />
31
28
  </a>
package/package.json CHANGED
@@ -1,10 +1,33 @@
1
1
  {
2
2
  "name": "@usespaceui/squircle",
3
- "version": "0.1.0",
4
- "files": [
5
- "dist"
3
+ "version": "0.1.1",
4
+ "description": "Flawless math-driven squircle masking and geometry rendering for modern UIs.",
5
+ "author": {
6
+ "name": "SpaceUI",
7
+ "email": "hello@spaceui.one",
8
+ "url": "https://www.spaceui.one"
9
+ },
10
+ "contributors": [
11
+ {
12
+ "name": "SpaceUI Team",
13
+ "email": "hello@spaceui.one",
14
+ "url": "https://www.spaceui.one"
15
+ }
6
16
  ],
7
- "description": "Squircle geometry generator",
17
+ "funding": {
18
+ "type": "github",
19
+ "url": "https://github.com/sponsors/usespaceui"
20
+ },
21
+ "license": "MIT",
22
+ "homepage": "https://squircle.spaceui.one",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/usespaceui/squircle.git"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/usespaceui/squircle/issues",
29
+ "email": "hello@spaceui.one"
30
+ },
8
31
  "keywords": [
9
32
  "react",
10
33
  "squircle",
@@ -15,9 +38,16 @@
15
38
  "corners",
16
39
  "smooth"
17
40
  ],
41
+ "engines": {
42
+ "node": ">=18.0.0"
43
+ },
44
+ "sideEffects": false,
18
45
  "main": "./dist/index.js",
19
46
  "module": "./dist/index.mjs",
20
47
  "types": "./dist/index.d.ts",
48
+ "files": [
49
+ "dist"
50
+ ],
21
51
  "exports": {
22
52
  ".": {
23
53
  "import": {
@@ -39,14 +69,6 @@
39
69
  "publishConfig": {
40
70
  "access": "public"
41
71
  },
42
- "repository": {
43
- "type": "git",
44
- "url": "git+https://github.com/usespaceui/squircle.git"
45
- },
46
- "homepage": "https://squircle.spaceui.one",
47
- "bugs": {
48
- "url": "https://github.com/usespaceui/squircle/issues"
49
- },
50
72
  "devDependencies": {
51
73
  "@types/react": "^19.2.18",
52
74
  "react": "^19.2.8",