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