@jobber/hooks 2.10.0 → 2.10.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.
@@ -4,8 +4,8 @@ Shared hooks for components in Atlantis.
4
4
 
5
5
  ## Hooks
6
6
 
7
- - [useAssert](../?path=/docs/hooks-useassert--docs)
8
- - [useBool](../?path=/docs/hooks-usebool--docs)
7
+ - [useAssert](../?path=/docs/hooks-useassert--page)
8
+ - [useBool](../?path=/docs/hooks-usebool--page)
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--docs)
17
- - [useWindowDimensions](../?path=/docs/hooks-usewindowdimensions--docs)
16
+ - [useResizeObserver](../?path=/docs/packages-hooks--page)
17
+ - [useWindowDimensions](../?path=/docs/hooks-usewindowdimensions--page)
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.10.0",
3
+ "version": "2.10.1",
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": "18.2.0"
45
+ "react": "^18"
46
46
  },
47
- "gitHead": "b69f5c75e0cb27addc532f24a526dcb861bf3821"
47
+ "gitHead": "a91af7d8d57e09c43c28ad9b7739d96afae6ed45"
48
48
  }
@@ -0,0 +1,6 @@
1
+ import { Meta } from "@storybook/addon-docs";
2
+ import Readme from "./README.mdx";
3
+
4
+ <Meta title="Packages/Hooks" />
5
+
6
+ <Readme />