@jobber/components 6.7.0 → 6.7.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,7 +4,7 @@ import { GroupOption, Option } from "./Option";
4
4
  import { InputTextRef } from "../InputText";
5
5
  import { FormFieldProps } from "../FormField";
6
6
  type OptionCollection = XOR<Option[], GroupOption[]>;
7
- interface AutocompleteProps extends Pick<FormFieldProps, "clearable" | "invalid" | "name" | "onBlur" | "onFocus" | "prefix" | "size" | "suffix" | "validations"> {
7
+ interface AutocompleteProps extends Pick<FormFieldProps, "clearable" | "description" | "invalid" | "name" | "onBlur" | "onFocus" | "prefix" | "size" | "suffix" | "validations"> {
8
8
  /**
9
9
  * @deprecated
10
10
  * Use `ref` instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -487,5 +487,5 @@
487
487
  "> 1%",
488
488
  "IE 10"
489
489
  ],
490
- "gitHead": "79e357ec4d4fa986b23ef2337525ab34d0f4b471"
490
+ "gitHead": "4db5eb71d8b2cbd35e392c2e1186f30473b54b17"
491
491
  }