@mindly/ui-components 6.0.0-dev.4 → 6.0.0-dev.6

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.
@@ -18,7 +18,4 @@ export type AvatarProps = {
18
18
  withBorder?: boolean;
19
19
  onClick?: () => void;
20
20
  };
21
- /**
22
- * @deprecated
23
- */
24
21
  export declare const Avatar: FC<AvatarProps>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ListTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
3
- export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "mode" | "fill" | "href" | "target" | "lines" | "routerAnimation" | "download" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
3
+ export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "mode" | "fill" | "lines" | "routerAnimation" | "href" | "target" | "download" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
4
4
  routerLink?: string | undefined;
5
5
  routerDirection?: "root" | "none" | "forward" | "back" | undefined;
6
6
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
@@ -5,5 +5,8 @@ type SkeletonProps = {
5
5
  heightPx?: number;
6
6
  style?: React.CSSProperties;
7
7
  } & Omit<JSX.IonSkeletonText, 'animated'>;
8
+ /**
9
+ * @deprecated
10
+ */
8
11
  declare const Skeleton: React.FC<SkeletonProps>;
9
12
  export default Skeleton;
@@ -1,2 +1,5 @@
1
+ /**
2
+ * @deprecated
3
+ */
1
4
  declare const Spinner: () => JSX.Element;
2
5
  export default Spinner;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "href" | "target" | "expand" | "routerAnimation" | "download" | "shape"> & {
2
+ export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "expand" | "routerAnimation" | "href" | "target" | "download" | "shape"> & {
3
3
  routerLink?: string | undefined;
4
4
  routerDirection?: "root" | "none" | "forward" | "back" | undefined;
5
5
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
@@ -1,19 +1,10 @@
1
1
  import { Button } from './deprecated/button/Button';
2
- import { NavigationBar } from './lib/navigation-bar/NavigationBar';
3
2
  import { toast } from './deprecated/toast/toast';
3
+ import { DatePicker } from './lib/date-picker/DatePicker';
4
4
  import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
5
- import { TherapistInformationComponent } from './lib/therapist-information-component/TherapistInformationComponent';
6
5
  import { Input } from './deprecated/input/Input';
7
- import { ScrollTabs } from './lib/scroll-tabs/ScrollTabs';
8
- import { TabBar } from './lib/tab-bar/TabBar';
9
- import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlock';
10
- import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
11
6
  import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
12
7
  import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
13
- import PersonDateTimeCard from './lib/PersonDateTimeCard/PersonDateTimeCard';
14
- import { UsersPsychologistScrollList } from './lib/UsersPsychologistScrollList/UsersPsychologistScrollList';
15
- import NotesEditor from './lib/notes-editor/NotesEditor';
16
- import NotesCardText from './lib/notes-card-text/NotesCardText';
17
8
  import Range from './lib/Filters/Range';
18
9
  import Toggle from './lib/Filters/Toggle';
19
10
  import './lib2/shared/css/fonts';
@@ -22,17 +13,14 @@ import '@ionic/react/css/ionic-swiper.css';
22
13
  import './lib2/shared/css/variables.css';
23
14
  import './lib2/shared/css/tailwind.css';
24
15
  import './lib2/shared/css/ionic.css';
25
- export { Button, NavigationBar, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, Range, Toggle, };
16
+ export { DatePicker, Button, toast, NoInternetConnection, Input, LetterAvatar, ImageWithFallback, Range, Toggle, };
17
+ export * from './lib/Avatar';
26
18
  export { default as AppHeader } from './lib/AppHeader';
27
19
  export * from './lib/AppHeader';
28
20
  export { default as Container } from './lib/Container';
29
21
  export * from './lib/Container';
30
22
  export { default as Segment } from './lib/Segment';
31
23
  export * from './lib/Segment';
32
- export { default as SelectImpressionEmoji } from './lib/SelectImpressionEmoji';
33
- export * from './lib/SelectImpressionEmoji/SelectImpressionEmojiProps';
34
- export { default as StatusTag } from './lib/StatusTag';
35
- export * from './lib/StatusTag';
36
24
  export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
37
25
  export * from './lib/AgoraMediaPlayer';
38
26
  export { default as RoundButton } from './lib/RoundButton';
@@ -134,6 +122,8 @@ export { default as LineFileInput } from './lib/Inputs/LineFileInput';
134
122
  export * from './lib/Inputs/LineFileInput';
135
123
  export { default as SuccessScreen } from './lib/SuccessScreen';
136
124
  export * from './lib/SuccessScreen';
125
+ export { default as Flag } from './lib/Flag';
126
+ export * from './lib/Flag';
137
127
  export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
138
128
  export * from './lib/SpecialistProfile/SpecialistLangs';
139
129
  export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';