@jobber/hooks 2.12.3 → 2.12.4

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.
@@ -6,7 +6,7 @@ export declare const BREAKPOINT_SIZES: {
6
6
  };
7
7
  /**
8
8
  * Hook equivalent of CSS media queries with our
9
- * [supported breakpoints](https://atlantis.getjobber.com/?path=/docs/design-breakpoints--docs).
9
+ * [supported breakpoints](https://atlantis.getjobber.com/design/breakpoints).
10
10
  */
11
11
  export declare function useBreakpoints(): {
12
12
  smallAndUp: boolean;
@@ -6,7 +6,7 @@ const useMediaQuery_1 = require("./useMediaQuery");
6
6
  exports.BREAKPOINT_SIZES = { sm: 490, md: 768, lg: 1080, xl: 1440 };
7
7
  /**
8
8
  * Hook equivalent of CSS media queries with our
9
- * [supported breakpoints](https://atlantis.getjobber.com/?path=/docs/design-breakpoints--docs).
9
+ * [supported breakpoints](https://atlantis.getjobber.com/design/breakpoints).
10
10
  */
11
11
  function useBreakpoints() {
12
12
  const { sm, md, lg, xl } = exports.BREAKPOINT_SIZES;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
- "version": "2.12.3",
3
+ "version": "2.12.4",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -40,5 +40,5 @@
40
40
  "@apollo/client": "^3.0.0",
41
41
  "react": "^18.2.0"
42
42
  },
43
- "gitHead": "baec68accebefa70b2f1234d757473e67a713ced"
43
+ "gitHead": "e8e0e9a420fe04096880fdc264a6a74975a0078a"
44
44
  }