@bigbinary/neetoui 6.5.8 → 6.5.9

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/index.d.ts CHANGED
@@ -742,6 +742,8 @@ export type TimePickerInputProps = {
742
742
  clearIcon?: string | Function | ReactNode;
743
743
  disabled?: boolean;
744
744
  type?: "range" | "date";
745
+ minTime?: string;
746
+ maxTime?: string;
745
747
  };
746
748
 
747
749
  // components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "6.5.8",
3
+ "version": "6.5.9",
4
4
  "author": "BigBinary",
5
5
  "license": "MIT",
6
6
  "description": "neetoUI drives the experience at all neeto products",