@jobber/hooks 2.0.1 → 2.0.2-pre.14

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Traps the focus within the children of the ref element.
3
4
  *
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare function useFormState(): readonly [{
2
3
  isDirty: boolean;
3
4
  isValid: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Breakpoints: {
2
3
  base: number;
3
4
  small: number;
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-pre.14+3d589ee2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
7
7
  "scripts": {
8
8
  "build": "tsc --project . --skipLibCheck",
9
9
  "clean": "rm -rf dist/* tsconfig.tsbuildinfo",
10
- "prepare": "npm run clean; npm run build"
10
+ "bootstrap": "npm run clean; npm run build"
11
11
  },
12
12
  "files": [
13
13
  "dist/*"
14
14
  ],
15
15
  "devDependencies": {
16
16
  "@apollo/react-testing": "^4.0.0",
17
- "@jobber/formatters": "^0.2.2",
17
+ "@jobber/formatters": "^0.2.3-pre.38+3d589ee2",
18
18
  "@testing-library/react": "^14.0.0",
19
19
  "@testing-library/react-hooks": "^7.0.0",
20
20
  "@testing-library/user-event": "^12.0.2",
@@ -38,5 +38,5 @@
38
38
  "@apollo/client": "^3.7.10",
39
39
  "react": "^18"
40
40
  },
41
- "gitHead": "514a966ad2c394e4b88de2b5af98ad61017a16fe"
41
+ "gitHead": "3d589ee2f7c9c319ee0e32e3bbf88e795ff290e8"
42
42
  }