@jobber/hooks 2.9.8 → 2.10.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.mdx → README.md} +4 -4
- package/package.json +3 -3
- package/readme.stories.mdx +0 -6
package/{README.mdx → README.md}
RENAMED
|
@@ -4,8 +4,8 @@ Shared hooks for components in Atlantis.
|
|
|
4
4
|
|
|
5
5
|
## Hooks
|
|
6
6
|
|
|
7
|
-
- [useAssert](../?path=/docs/hooks-useassert--
|
|
8
|
-
- [useBool](../?path=/docs/hooks-usebool--
|
|
7
|
+
- [useAssert](../?path=/docs/hooks-useassert--docs)
|
|
8
|
+
- [useBool](../?path=/docs/hooks-usebool--docs)
|
|
9
9
|
- [useCollectionQuery](../?path=/docs/hooks-usecollectionquery--use-collection-query)
|
|
10
10
|
- [useFormState](../?path=/docs/hooks-useformstate--use-form-state)
|
|
11
11
|
- [useIsMounted](../?path=/docs/hooks-useismounted--use-is-mounted)
|
|
@@ -13,8 +13,8 @@ Shared hooks for components in Atlantis.
|
|
|
13
13
|
- [useOnKeyDown](../?path=/docs/hooks-useonkeydown--use-on-key-down)
|
|
14
14
|
- [usePasswordStrength](../?path=/docs/hooks-usepasswordstrength--use-password-strength)
|
|
15
15
|
- [useRefocusOnActivator](../?path=/docs/hooks-userefocusonactivator--use-refocus-on-activator)
|
|
16
|
-
- [useResizeObserver](../?path=/docs/packages-hooks--
|
|
17
|
-
- [useWindowDimensions](../?path=/docs/hooks-usewindowdimensions--
|
|
16
|
+
- [useResizeObserver](../?path=/docs/packages-hooks--docs)
|
|
17
|
+
- [useWindowDimensions](../?path=/docs/hooks-usewindowdimensions--docs)
|
|
18
18
|
|
|
19
19
|
## Installing
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/hooks",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@apollo/client": "^3.0.0",
|
|
45
|
-
"react": "
|
|
45
|
+
"react": "18.2.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "b69f5c75e0cb27addc532f24a526dcb861bf3821"
|
|
48
48
|
}
|