@huin-core/react-select 1.1.0 → 1.1.2

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # `react-select`
2
2
 
3
+ Displays a list of options for the user to pick from—triggered by a button.
4
+
3
5
  ## Installation
4
6
 
5
7
  ```sh
@@ -10,4 +12,4 @@ $ yarn add @huin-core/react-select
10
12
 
11
13
  ## Usage
12
14
 
13
- View docs [here](https://huinhub.com/primitives/docs/components/select).
15
+ Full documentation: [huinhub.com](https://huinhub.com/hub/components/select).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huin-core/react-select",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -48,7 +48,7 @@
48
48
  "@huin-core/react-use-previous": "latest",
49
49
  "@huin-core/react-visually-hidden": "latest",
50
50
  "aria-hidden": "^1.1.1",
51
- "react-remove-scroll": "2.5.7"
51
+ "react-remove-scroll": "^2.6.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@types/react": "*",
@@ -64,7 +64,7 @@
64
64
  "optional": true
65
65
  }
66
66
  },
67
- "homepage": "https://huinhub.com/primitives",
67
+ "homepage": "https://huinhub.com/hub/components/select",
68
68
  "repository": {
69
69
  "type": "git",
70
70
  "url": "git+https://github.com/firatorhan/huin-core.git"