@medplum/react 5.1.35 → 5.1.37

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.
@@ -517,7 +517,7 @@ export declare interface CalendarDateInputProps {
517
517
  /** Called with the day picked. */
518
518
  readonly onClick: (date: Date) => void;
519
519
  readonly month?: Date;
520
- /** The day chosen. Ignored while a range is given. */
520
+ /** An extra day to mark as picked, alongside any `range`. Ignored while a drag is under way. */
521
521
  readonly selected?: Date;
522
522
  readonly allowUnavailableDates?: boolean;
523
523
  readonly earliestDate?: Date;
@@ -517,7 +517,7 @@ export declare interface CalendarDateInputProps {
517
517
  /** Called with the day picked. */
518
518
  readonly onClick: (date: Date) => void;
519
519
  readonly month?: Date;
520
- /** The day chosen. Ignored while a range is given. */
520
+ /** An extra day to mark as picked, alongside any `range`. Ignored while a drag is under way. */
521
521
  readonly selected?: Date;
522
522
  readonly allowUnavailableDates?: boolean;
523
523
  readonly earliestDate?: Date;