@helpwave/hightide 0.8.11 → 0.8.12

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/dist/index.d.mts CHANGED
@@ -2432,7 +2432,6 @@ declare const DateTimePicker: ({ value: controlledValue, initialValue, start, en
2432
2432
  interface DateTimePickerDialogProps extends Partial<FormFieldDataHandling<Date | null>>, Pick<DateTimePickerProps, 'start' | 'end' | 'weekStart' | 'markToday' | 'is24HourFormat' | 'minuteIncrement' | 'secondIncrement' | 'millisecondIncrement' | 'precision'> {
2433
2433
  initialValue?: Date | null;
2434
2434
  allowRemove?: boolean;
2435
- onEditComplete?: (value: Date | null) => void;
2436
2435
  pickerProps: Omit<DateTimePickerProps, 'value' | 'onValueChange' | 'onEditComplete' | 'start' | 'end' | 'weekStart' | 'markToday' | 'is24HourFormat' | 'minuteIncrement' | 'secondIncrement' | 'millisecondIncrement' | 'precision'>;
2437
2436
  mode?: DateTimeFormat;
2438
2437
  label?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -2432,7 +2432,6 @@ declare const DateTimePicker: ({ value: controlledValue, initialValue, start, en
2432
2432
  interface DateTimePickerDialogProps extends Partial<FormFieldDataHandling<Date | null>>, Pick<DateTimePickerProps, 'start' | 'end' | 'weekStart' | 'markToday' | 'is24HourFormat' | 'minuteIncrement' | 'secondIncrement' | 'millisecondIncrement' | 'precision'> {
2433
2433
  initialValue?: Date | null;
2434
2434
  allowRemove?: boolean;
2435
- onEditComplete?: (value: Date | null) => void;
2436
2435
  pickerProps: Omit<DateTimePickerProps, 'value' | 'onValueChange' | 'onEditComplete' | 'start' | 'end' | 'weekStart' | 'markToday' | 'is24HourFormat' | 'minuteIncrement' | 'secondIncrement' | 'millisecondIncrement' | 'precision'>;
2437
2436
  mode?: DateTimeFormat;
2438
2437
  label?: ReactNode;