@negative-space/action 1.0.3 → 1.0.5

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 +6 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @negative-space/action
2
2
 
3
- Action components kit.
3
+ A lightweight set of Action components from Negative Space, crafted for fully custom interactive UI experiences.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,14 +1,17 @@
1
1
  {
2
2
  "name": "@negative-space/action",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Action components kit",
7
+ "description": "Action components by Negative Space, providing flexible and accessible interactive elements",
8
8
  "keywords": [
9
9
  "action",
10
10
  "components",
11
+ "kit",
12
+ "negative-space",
11
13
  "nsui",
14
+ "react",
12
15
  "ui"
13
16
  ],
14
17
  "license": "MIT",
@@ -27,7 +30,7 @@
27
30
  "url": "https://github.com/negative-space-ui/nsui/issues"
28
31
  },
29
32
  "dependencies": {
30
- "@negative-space/button": "2.2.1"
33
+ "@negative-space/button": "2.3.0"
31
34
  },
32
35
  "clean-package": "../../../clean-package.config.json",
33
36
  "exports": {