@jobber/components 6.95.1-JOB-124062-569fcb4.5 → 6.97.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.
@@ -9,7 +9,6 @@ export declare function useAtlantisReactHookForm({ actionsRef, name, defaultValu
9
9
  inputRefs: import("react").RefCallback<any>;
10
10
  useControllerField: {
11
11
  value: any;
12
- disabled?: boolean;
13
12
  name: string;
14
13
  };
15
14
  setValue: import("react-hook-form").UseFormSetValue<import("react-hook-form").FieldValues>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.95.1-JOB-124062-569fcb4.5+569fcb4b6",
3
+ "version": "6.97.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -489,7 +489,7 @@
489
489
  "react-countdown": "^2.3.2",
490
490
  "react-datepicker": "^8.7.0",
491
491
  "react-dropzone": "^11.0.2",
492
- "react-hook-form": "^7.52.0",
492
+ "react-hook-form": "^7.43.7",
493
493
  "react-markdown": "^10.1.0",
494
494
  "react-router-dom": "^5.3.4",
495
495
  "ts-xor": "^1.0.8"
@@ -533,7 +533,7 @@
533
533
  "lodash": "^4",
534
534
  "react": "^18.2.0",
535
535
  "react-dom": "^18",
536
- "react-hook-form": "^7.52.0",
536
+ "react-hook-form": "^7",
537
537
  "react-router-dom": "^6"
538
538
  },
539
539
  "browserslist": [
@@ -541,5 +541,5 @@
541
541
  "> 1%",
542
542
  "IE 10"
543
543
  ],
544
- "gitHead": "569fcb4b6d2ef0068470ad901519b1a01de00ba5"
544
+ "gitHead": "97acbc782183d33ebe879429a123169031b7092a"
545
545
  }