@negative-space/grid 1.0.1 → 1.1.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 +5 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @negative-space/grid
2
2
 
3
- A flexible grid layout component for React applications.
3
+ A lightweight Grid component from Negative Space, enabling fully custom UI layouts.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "@negative-space/grid",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "A flexible grid layout component for React applications",
7
+ "description": "Headless Grid component by Negative Space, providing layout behavior without visual constraints",
8
8
  "keywords": [
9
9
  "components",
10
10
  "grid",
11
11
  "layout",
12
+ "negative-space",
12
13
  "nsui",
14
+ "react",
13
15
  "ui"
14
16
  ],
15
17
  "license": "MIT",
@@ -28,8 +30,7 @@
28
30
  "url": "https://github.com/negative-space-ui/nsui/issues"
29
31
  },
30
32
  "dependencies": {
31
- "clsx": "^2.1.1",
32
- "@negative-space/provider": "1.5.0"
33
+ "@negative-space/system": "1.0.0"
33
34
  },
34
35
  "peerDependencies": {
35
36
  "react": "^19.2.1"