@jobber/components 4.23.43 → 4.23.45

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.
@@ -51,6 +51,9 @@ interface DatePickerModalProps extends BaseDatePickerProps {
51
51
  readonly readonly?: boolean;
52
52
  }
53
53
  interface DatePickerInlineProps extends BaseDatePickerProps {
54
+ /**
55
+ * Determines if the DatePicker should be shown without needing to trigger the Activator.
56
+ */
54
57
  readonly inline?: boolean;
55
58
  }
56
59
  type DatePickerProps = XOR<DatePickerModalProps, DatePickerInlineProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.23.43",
3
+ "version": "4.23.45",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -83,5 +83,5 @@
83
83
  "> 1%",
84
84
  "IE 10"
85
85
  ],
86
- "gitHead": "571870c447d971c65e3026bca8413ec69204d9a8"
86
+ "gitHead": "21554c2d56cb41a49377ca5e0bcaee8def82f8ed"
87
87
  }