@jobber/components 3.5.6-pre.2 → 3.5.7

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,6 +1,6 @@
1
1
  import { CivilTime } from "@std-proposal/temporal";
2
2
  import { CommonFormFieldProps, FormFieldProps } from "../FormField";
3
- export interface InputTimeProps extends Pick<CommonFormFieldProps, "align" | "disabled" | "invalid" | "inline" | "loading" | "name" | "onValidation" | "placeholder" | "size">, Pick<FormFieldProps, "maxLength" | "readonly" | "autocomplete" | "max" | "min" | "onEnter" | "onFocus" | "onBlur" | "inputRef" | "validations"> {
3
+ export interface InputTimeProps extends Pick<CommonFormFieldProps, "align" | "description" | "disabled" | "invalid" | "inline" | "loading" | "name" | "onValidation" | "placeholder" | "size">, Pick<FormFieldProps, "maxLength" | "readonly" | "autocomplete" | "max" | "min" | "onEnter" | "onFocus" | "onBlur" | "inputRef" | "validations"> {
4
4
  /**
5
5
  * Intial value of the input. Only use this when you need to prepopulate the
6
6
  * field with a data that is not controlled by the components state. If a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "3.5.6-pre.2+4283b81c",
3
+ "version": "3.5.7",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,9 +17,9 @@
17
17
  "dist/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@jobber/design": "^0.29.4-pre.51+4283b81c",
21
- "@jobber/formatters": "^0.2.2-pre.51+4283b81c",
22
- "@jobber/hooks": "^1.13.3-pre.9+4283b81c",
20
+ "@jobber/design": "^0.29.4",
21
+ "@jobber/formatters": "^0.2.1",
22
+ "@jobber/hooks": "^1.13.2",
23
23
  "@popperjs/core": "^2.0.6",
24
24
  "@std-proposal/temporal": "0.0.1",
25
25
  "@tanstack/react-table": "8.5.13",
@@ -83,5 +83,5 @@
83
83
  "> 1%",
84
84
  "IE 10"
85
85
  ],
86
- "gitHead": "4283b81c1012981fc5198a4f835b6d3a2159d2b2"
86
+ "gitHead": "94558a0a6480fa07b101c997a7b12f040b8128bc"
87
87
  }