@mindly/ui-components 5.91.7 → 5.91.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.
@@ -12,6 +12,7 @@ export type SpecialistCardListWidgetProps = {
12
12
  onCardClick?(id: string): void;
13
13
  isLoading?: boolean;
14
14
  currentUser?: UserType;
15
+ isBookingLoading?: boolean;
15
16
  };
16
17
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
17
18
  export default SpecialistCardListWidget;
@@ -16,6 +16,7 @@ export type SpecialistCardWidgetProps = {
16
16
  onToggleFavourite(): void;
17
17
  onCardClick(): void;
18
18
  currentUser?: UserType;
19
+ isBookingLoading?: boolean;
19
20
  };
20
21
  export type SpecialistCard = {
21
22
  id: string;