@mindly/ui-components 3.63.1 → 3.64.0

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;
package/dist/index.d.ts CHANGED
@@ -355,9 +355,15 @@ declare type AvatarProps = {
355
355
  dimensions?: number;
356
356
  width?: number;
357
357
  height?: number;
358
+ /**
359
+ * @deprecated
360
+ */
358
361
  fontSize?: number;
359
362
  borderRadius?: string;
360
363
  src?: string;
364
+ /**
365
+ * @deprecated
366
+ */
361
367
  firstName?: string;
362
368
  style?: CSSProperties;
363
369
  className?: string;
@@ -1168,6 +1174,7 @@ declare const FlagTypes: {
1168
1174
  declare type FlagProps = {
1169
1175
  name: keyof typeof FlagTypes;
1170
1176
  dimensions?: number;
1177
+ className?: string;
1171
1178
  };
1172
1179
  declare const _default$3: React.NamedExoticComponent<FlagProps>;
1173
1180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.63.1",
3
+ "version": "3.64.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",