@onehat/ui 0.4.86 → 0.4.87

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.4.86",
3
+ "version": "0.4.87",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -242,6 +242,7 @@ export const DateElement = forwardRef((props, ref) => {
242
242
  // Format the display date/time/datetime
243
243
  let placeholder = 'Select',
244
244
  pickerValue = null,
245
+ title = null,
245
246
  height = null,
246
247
  width = null;
247
248
  switch(mode) {