negative-space 2.2.0 → 2.4.0

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 +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # negative-space
2
2
 
3
- The main package for NSUI, exporting all components for React applications. Import and use any NSUI component directly from here.
3
+ Negative Space: a lightweight foundation for building fully custom, flexible, and accessible UI components.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "negative-space",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Main React package exporting all NSUI components for easy use in your app",
7
+ "description": "Negative Space core, providing flexible building blocks for custom and accessible UI development",
8
8
  "keywords": [
9
9
  "components",
10
10
  "design-system",
11
11
  "react",
12
+ "negative-space",
12
13
  "nsui",
13
14
  "ui"
14
15
  ],