@negative-space/link 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 +5 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @negative-space/link
2
2
 
3
- Navigation link component for React applications.
3
+ A lightweight Link component from Negative Space, crafted for fully custom UI experiences.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "@negative-space/link",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Navigation link component for React applications",
7
+ "description": "Headless Link component by Negative Space, providing accessible behavior without visual constraints",
8
8
  "keywords": [
9
9
  "component",
10
10
  "link",
11
11
  "navigation",
12
+ "negative-space",
12
13
  "nsui",
14
+ "react",
13
15
  "ui"
14
16
  ],
15
17
  "license": "MIT",
@@ -29,7 +31,7 @@
29
31
  },
30
32
  "dependencies": {
31
33
  "clsx": "^2.1.1",
32
- "@negative-space/provider": "1.5.0"
34
+ "@negative-space/provider": "1.6.0"
33
35
  },
34
36
  "peerDependencies": {
35
37
  "react": "^19.2.1"