@negative-space/radio 1.0.0 → 1.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 +1 -1
  2. package/package.json +8 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @negative-space/radio
2
2
 
3
- React component for creating radio buttons.
3
+ A lightweight Radio 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/radio",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Radio button component",
7
+ "description": "Headless Radio component by Negative Space, providing accessible behavior without visual constraints",
8
8
  "keywords": [
9
9
  "components",
10
- "data entry",
11
- "radio",
10
+ "data-entry",
11
+ "negative-space",
12
12
  "nsui",
13
+ "radio",
14
+ "react",
13
15
  "ui"
14
16
  ],
15
17
  "license": "MIT",
@@ -29,8 +31,8 @@
29
31
  },
30
32
  "dependencies": {
31
33
  "clsx": "^2.1.1",
32
- "@negative-space/flex": "1.0.1",
33
- "@negative-space/provider": "1.3.0"
34
+ "@negative-space/flex": "1.0.3",
35
+ "@negative-space/provider": "1.6.0"
34
36
  },
35
37
  "peerDependencies": {
36
38
  "react": "^19.2.1"