@negative-space/data-entry 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 +7 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @negative-space/data-entry
2
2
 
3
- A data entry kit for Negative Space UI.
3
+ A lightweight set of Data Entry components from Negative Space, built for fully custom UI input experiences.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "@negative-space/data-entry",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Data entry components kit",
7
+ "description": "Data Entry components by Negative Space, providing flexible and accessible input elements",
8
8
  "keywords": [
9
9
  "components",
10
10
  "data-entry",
11
11
  "kit",
12
+ "negative-space",
12
13
  "nsui",
14
+ "react",
13
15
  "ui"
14
16
  ],
15
17
  "license": "MIT",
@@ -28,8 +30,9 @@
28
30
  "url": "https://github.com/negative-space-ui/nsui/issues"
29
31
  },
30
32
  "dependencies": {
31
- "@negative-space/checkbox": "1.0.0",
32
- "@negative-space/radio": "1.0.0"
33
+ "@negative-space/checkbox": "1.1.1",
34
+ "@negative-space/listbox": "1.0.1",
35
+ "@negative-space/radio": "1.1.1"
33
36
  },
34
37
  "clean-package": "../../../clean-package.config.json",
35
38
  "exports": {