@mindly/ui-components 3.63.2 → 3.64.1

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.
@@ -16,7 +16,7 @@ import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlo
16
16
  import { ModalCalendar } from './lib/ModalCalendar/ModalCalendar';
17
17
  import { HorizontalCalendar } from './lib/HorisontalCalendar';
18
18
  import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
19
- import LetterAvatar from './lib/LetterAvatar/LetterAvatar';
19
+ import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
20
20
  import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
21
21
  import PersonDateTimeCard from './lib/PersonDateTimeCard/PersonDateTimeCard';
22
22
  import { UsersPsychologistScrollList } from './lib/UsersPsychologistScrollList/UsersPsychologistScrollList';
@@ -3,9 +3,15 @@ export declare type AvatarProps = {
3
3
  dimensions?: number;
4
4
  width?: number;
5
5
  height?: number;
6
+ /**
7
+ * @deprecated
8
+ */
6
9
  fontSize?: number;
7
10
  borderRadius?: string;
8
11
  src?: string;
12
+ /**
13
+ * @deprecated
14
+ */
9
15
  firstName?: string;
10
16
  style?: CSSProperties;
11
17
  className?: string;
@@ -4,6 +4,7 @@ declare type AvatarWrapperProps = {
4
4
  height?: number;
5
5
  withBorder: boolean;
6
6
  borderRadius?: string;
7
+ isLoading: boolean;
7
8
  };
8
9
  export declare const AvatarWrapper: import("styled-components").StyledComponent<"div", any, AvatarWrapperProps, never>;
9
10
  export {};
@@ -10,6 +10,7 @@ export declare const FlagTypes: {
10
10
  declare type FlagProps = {
11
11
  name: keyof typeof FlagTypes;
12
12
  dimensions?: number;
13
+ className?: string;
13
14
  };
14
15
  declare const _default: React.NamedExoticComponent<FlagProps>;
15
16
  export default _default;