@mindly/ui-components 6.0.0-dev.5 → 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.
@@ -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,20 +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';
4
3
  import { DatePicker } from './lib/date-picker/DatePicker';
5
4
  import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
6
- import { TherapistInformationComponent } from './lib/therapist-information-component/TherapistInformationComponent';
7
5
  import { Input } from './deprecated/input/Input';
8
- import { ScrollTabs } from './lib/scroll-tabs/ScrollTabs';
9
- import { TabBar } from './lib/tab-bar/TabBar';
10
- import { YourLocalTimeBlock } from './lib/your-local-time-block/YourLocalTimeBlock';
11
- import ImpressionEmojiEnum from './lib/SelectImpressionEmoji/ImpressionEmojiEnum';
12
6
  import LetterAvatar from './deprecated/LetterAvatar/LetterAvatar';
13
7
  import ImageWithFallback from './lib/ImageWithFallback/ImageWithFallback';
14
- import PersonDateTimeCard from './lib/PersonDateTimeCard/PersonDateTimeCard';
15
- import { UsersPsychologistScrollList } from './lib/UsersPsychologistScrollList/UsersPsychologistScrollList';
16
- import NotesEditor from './lib/notes-editor/NotesEditor';
17
- import NotesCardText from './lib/notes-card-text/NotesCardText';
18
8
  import Range from './lib/Filters/Range';
19
9
  import Toggle from './lib/Filters/Toggle';
20
10
  import './lib2/shared/css/fonts';
@@ -23,7 +13,7 @@ import '@ionic/react/css/ionic-swiper.css';
23
13
  import './lib2/shared/css/variables.css';
24
14
  import './lib2/shared/css/tailwind.css';
25
15
  import './lib2/shared/css/ionic.css';
26
- export { DatePicker, 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, };
27
17
  export * from './lib/Avatar';
28
18
  export { default as AppHeader } from './lib/AppHeader';
29
19
  export * from './lib/AppHeader';
@@ -31,10 +21,6 @@ export { default as Container } from './lib/Container';
31
21
  export * from './lib/Container';
32
22
  export { default as Segment } from './lib/Segment';
33
23
  export * from './lib/Segment';
34
- export { default as SelectImpressionEmoji } from './lib/SelectImpressionEmoji';
35
- export * from './lib/SelectImpressionEmoji/SelectImpressionEmojiProps';
36
- export { default as StatusTag } from './lib/StatusTag';
37
- export * from './lib/StatusTag';
38
24
  export { default as MediaPlayer } from './lib/AgoraMediaPlayer';
39
25
  export * from './lib/AgoraMediaPlayer';
40
26
  export { default as RoundButton } from './lib/RoundButton';