@6thbridge/hexa 0.0.84 → 0.0.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/dist/index.d.mts CHANGED
@@ -578,8 +578,10 @@ type CalendarInputProps = {
578
578
  maxDate?: Date | string;
579
579
  closeOnSelect?: boolean;
580
580
  modal?: boolean;
581
+ minDate?: Date | string;
582
+ showTime?: boolean;
581
583
  };
582
- declare const CalendarInput: ({ label, optional, onChange, error, helpText, value, maxDate, closeOnSelect, modal, }: CalendarInputProps) => react_jsx_runtime.JSX.Element;
584
+ declare const CalendarInput: ({ label, optional, onChange, error, helpText, value, maxDate, closeOnSelect, modal, minDate, showTime, }: CalendarInputProps) => react_jsx_runtime.JSX.Element;
583
585
 
584
586
  declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
585
587
  className?: string;
package/dist/index.d.ts CHANGED
@@ -578,8 +578,10 @@ type CalendarInputProps = {
578
578
  maxDate?: Date | string;
579
579
  closeOnSelect?: boolean;
580
580
  modal?: boolean;
581
+ minDate?: Date | string;
582
+ showTime?: boolean;
581
583
  };
582
- declare const CalendarInput: ({ label, optional, onChange, error, helpText, value, maxDate, closeOnSelect, modal, }: CalendarInputProps) => react_jsx_runtime.JSX.Element;
584
+ declare const CalendarInput: ({ label, optional, onChange, error, helpText, value, maxDate, closeOnSelect, modal, minDate, showTime, }: CalendarInputProps) => react_jsx_runtime.JSX.Element;
583
585
 
584
586
  declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
585
587
  className?: string;