@6thbridge/hexa 0.0.0-pr67-112 → 0.0.0-pr69-114

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