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.
- package/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# negative-space
|
|
2
2
|
|
|
3
|
-
|
|
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.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"description": "
|
|
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
|
],
|