@onehat/ui 0.4.84 → 0.4.85

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.84",
3
+ "version": "0.4.85",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -240,7 +240,7 @@ export const DateElement = forwardRef((props, ref) => {
240
240
  }, [value]);
241
241
 
242
242
  // Format the display date/time/datetime
243
- let placeholder = 'Select';
243
+ let placeholder = 'Select',
244
244
  pickerValue = null,
245
245
  height = null,
246
246
  width = null;