@mindly/ui-components 0.1.19 → 0.1.20

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.
Files changed (72) hide show
  1. package/dist/cjs/index.js +2 -0
  2. package/dist/cjs/index.js.map +1 -0
  3. package/dist/cjs/types/index.d.ts +14 -0
  4. package/dist/cjs/types/lib/Theme/mindly_constants.d.ts +21 -0
  5. package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +7 -0
  6. package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
  7. package/dist/cjs/types/lib/button/Button.d.ts +9 -0
  8. package/dist/cjs/types/lib/button/Button.style.d.ts +6 -0
  9. package/dist/cjs/types/lib/consultation-card/ConsultationCard.d.ts +11 -0
  10. package/dist/cjs/types/lib/consultation-card/ConsultationCard.style.d.ts +6 -0
  11. package/dist/cjs/types/lib/content-card/ContentCard.d.ts +13 -0
  12. package/dist/cjs/types/lib/content-card/ContentCard.style.d.ts +11 -0
  13. package/dist/cjs/types/lib/date-picker/DatePicker.d.ts +9 -0
  14. package/dist/cjs/types/lib/date-picker/DatePicker.style.d.ts +5 -0
  15. package/dist/cjs/types/lib/floating-button/FloatingButton.d.ts +6 -0
  16. package/dist/cjs/types/lib/floating-button/FloatingButton.style.d.ts +6 -0
  17. package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.d.ts +8 -0
  18. package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
  19. package/dist/cjs/types/lib/input/Input.d.ts +12 -0
  20. package/dist/cjs/types/lib/input/Input.style.d.ts +7 -0
  21. package/dist/cjs/types/lib/list-button/ListButton.d.ts +8 -0
  22. package/dist/cjs/types/lib/list-button/ListButton.style.d.ts +2 -0
  23. package/dist/cjs/types/lib/navigation-bar/NavigationBar.d.ts +8 -0
  24. package/dist/cjs/types/lib/navigation-bar/NavigationBar.style.d.ts +7 -0
  25. package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
  26. package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
  27. package/dist/cjs/types/lib/scroll-tabs/ScrollTabs.d.ts +6 -0
  28. package/dist/cjs/types/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  29. package/dist/cjs/types/lib/tab-bar/TabBar.d.ts +6 -0
  30. package/dist/cjs/types/lib/tab-bar/TabBar.style.d.ts +17 -0
  31. package/dist/cjs/types/lib/therapist-card/TherapistCard.d.ts +13 -0
  32. package/dist/cjs/types/lib/therapist-card/TherapistCard.style.d.ts +21 -0
  33. package/dist/cjs/types/lib/therapist-information-component/TherapistInformationComponent.d.ts +8 -0
  34. package/dist/cjs/types/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  35. package/dist/cjs/types/lib/toast/toast.d.ts +5 -0
  36. package/dist/esm/index.js +16 -0
  37. package/dist/esm/index.js.map +1 -0
  38. package/dist/esm/types/index.d.ts +14 -0
  39. package/dist/esm/types/lib/Theme/mindly_constants.d.ts +21 -0
  40. package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +7 -0
  41. package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
  42. package/dist/esm/types/lib/button/Button.d.ts +9 -0
  43. package/dist/esm/types/lib/button/Button.style.d.ts +6 -0
  44. package/dist/esm/types/lib/consultation-card/ConsultationCard.d.ts +11 -0
  45. package/dist/esm/types/lib/consultation-card/ConsultationCard.style.d.ts +6 -0
  46. package/dist/esm/types/lib/content-card/ContentCard.d.ts +13 -0
  47. package/dist/esm/types/lib/content-card/ContentCard.style.d.ts +11 -0
  48. package/dist/esm/types/lib/date-picker/DatePicker.d.ts +9 -0
  49. package/dist/esm/types/lib/date-picker/DatePicker.style.d.ts +5 -0
  50. package/dist/esm/types/lib/floating-button/FloatingButton.d.ts +6 -0
  51. package/dist/esm/types/lib/floating-button/FloatingButton.style.d.ts +6 -0
  52. package/dist/esm/types/lib/footer-for-booking/FooterForBooking.d.ts +8 -0
  53. package/dist/esm/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
  54. package/dist/esm/types/lib/input/Input.d.ts +12 -0
  55. package/dist/esm/types/lib/input/Input.style.d.ts +7 -0
  56. package/dist/esm/types/lib/list-button/ListButton.d.ts +8 -0
  57. package/dist/esm/types/lib/list-button/ListButton.style.d.ts +2 -0
  58. package/dist/esm/types/lib/navigation-bar/NavigationBar.d.ts +8 -0
  59. package/dist/esm/types/lib/navigation-bar/NavigationBar.style.d.ts +7 -0
  60. package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
  61. package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
  62. package/dist/esm/types/lib/scroll-tabs/ScrollTabs.d.ts +6 -0
  63. package/dist/esm/types/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  64. package/dist/esm/types/lib/tab-bar/TabBar.d.ts +6 -0
  65. package/dist/esm/types/lib/tab-bar/TabBar.style.d.ts +17 -0
  66. package/dist/esm/types/lib/therapist-card/TherapistCard.d.ts +13 -0
  67. package/dist/esm/types/lib/therapist-card/TherapistCard.style.d.ts +21 -0
  68. package/dist/esm/types/lib/therapist-information-component/TherapistInformationComponent.d.ts +8 -0
  69. package/dist/esm/types/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  70. package/dist/esm/types/lib/toast/toast.d.ts +5 -0
  71. package/dist/index.d.ts +109 -0
  72. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import { Button } from './lib/button/Button';
2
+ import { FloatingButton } from './lib/floating-button/FloatingButton';
3
+ import { FooterForBooking } from './lib/footer-for-booking/FooterForBooking';
4
+ import { ListButton } from './lib/list-button/ListButton';
5
+ import { NavigationBar } from './lib/navigation-bar/NavigationBar';
6
+ import { TabBar } from './lib/tab-bar/TabBar';
7
+ import { ConsultationCard } from './lib/consultation-card/ConsultationCard';
8
+ import { ContentCard } from './lib/content-card/ContentCard';
9
+ import { TherapistCard } from './lib/therapist-card/TherapistCard';
10
+ import { toast } from './lib/toast/toast';
11
+ import { ArchivedConsultationCard } from './lib/archived-consultation-card/ArchivedConsultationCard';
12
+ import { DatePicker } from './lib/date-picker/DatePicker';
13
+ import { NoInternetConnection } from './lib/no-internet-connection/NoInternetConnection';
14
+ export { ArchivedConsultationCard, DatePicker, Button, FloatingButton, FooterForBooking, ListButton, NavigationBar, TabBar, ConsultationCard, ContentCard, TherapistCard, toast, NoInternetConnection, };
@@ -0,0 +1,21 @@
1
+ export declare const colorConstants: {
2
+ primaryColor: string;
3
+ secondaryColor: string;
4
+ primaryTextColor: string;
5
+ secondaryTextColor: string;
6
+ AccentStrokeColor: string;
7
+ AccentDisabledColor: string;
8
+ AccentCrossColor: string;
9
+ AccentTickColor: string;
10
+ AccentInputBgColor: string;
11
+ AccentTabsBgColor: string;
12
+ AccentCross: string;
13
+ White: string;
14
+ AccentAchieveBgNew: string;
15
+ StrokeGray: string;
16
+ AccentSurveyButton: string;
17
+ AccentCancelActive: string;
18
+ AccentActiveButtonBG: string;
19
+ AccentDivider: string;
20
+ AccentGrayBlue: string;
21
+ };
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface ArchivedConsultationCardProps {
3
+ nameAndSurname: string;
4
+ date: string;
5
+ avatar: string;
6
+ }
7
+ export declare const ArchivedConsultationCard: React.FC<ArchivedConsultationCardProps>;
@@ -0,0 +1,3 @@
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const TextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Avatar: import("styled-components").StyledComponent<"img", any, {}, never>;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import '../Theme/global.css';
3
+ export interface ButtonProps {
4
+ buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive';
5
+ isDisabled: boolean;
6
+ children: React.ReactNode;
7
+ onClick: React.MouseEventHandler;
8
+ }
9
+ export declare const Button: React.FC<ButtonProps>;
@@ -0,0 +1,6 @@
1
+ interface ContainerProps {
2
+ buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive';
3
+ isDisabled: boolean;
4
+ }
5
+ export declare const Container: import("styled-components").StyledComponent<"button", any, ContainerProps, never>;
6
+ export {};
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface ConsultationCardProps {
3
+ startConsultation: React.MouseEventHandler;
4
+ handleReschedule: React.MouseEventHandler;
5
+ handleRefund: React.MouseEventHandler;
6
+ consultationWith: string;
7
+ day: string;
8
+ time: string;
9
+ avatar: string;
10
+ }
11
+ export declare const ConsultationCard: React.FC<ConsultationCardProps>;
@@ -0,0 +1,6 @@
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const TextInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const Photo: import("styled-components").StyledComponent<"img", any, {}, never>;
5
+ export declare const DividersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const ButtonContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface ContentCardProps {
3
+ contentVideo?: {
4
+ title: string;
5
+ url: string;
6
+ };
7
+ contentArticle?: {
8
+ link: string;
9
+ photoURL: string;
10
+ title: string;
11
+ };
12
+ }
13
+ export declare const ContentCard: React.FC<ContentCardProps>;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const ContentArticle: import("styled-components").StyledComponent<"a", any, {}, never>;
4
+ export declare const ContentVideo: import("styled-components").StyledComponent<"iframe", any, {}, never>;
5
+ export declare const Title: import("styled-components").StyledComponent<"h3", any, {}, never>;
6
+ interface SkeletonProps {
7
+ isLoading: boolean;
8
+ }
9
+ export declare const SkeletonWrapper: import("styled-components").StyledComponent<"div", any, SkeletonProps, never>;
10
+ export declare const Skeleton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSkeletonText & Pick<import("react").HTMLAttributes<HTMLIonSkeletonTextElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonSkeletonTextElement>>, any, {}, never>;
11
+ export {};
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface DatePickerProps {
3
+ day: string;
4
+ date: string;
5
+ month: string;
6
+ isActive: boolean;
7
+ onClick: React.MouseEventHandler;
8
+ }
9
+ export declare const DatePicker: React.FC<DatePickerProps>;
@@ -0,0 +1,5 @@
1
+ interface ContainerProps {
2
+ isActive: boolean;
3
+ }
4
+ export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>;
5
+ export {};
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface FloatingButtonType {
3
+ bottomHeight: number;
4
+ rightWidth: number;
5
+ }
6
+ export declare const FloatingButton: React.FC<FloatingButtonType>;
@@ -0,0 +1,6 @@
1
+ interface ContainerProps {
2
+ bottomHeight: number;
3
+ rightWidth: number;
4
+ }
5
+ export declare const Container: import("styled-components").StyledComponent<"a", any, ContainerProps, never>;
6
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface FooterForBookingProps {
3
+ eventHandler: React.MouseEventHandler;
4
+ duration: number;
5
+ price: string;
6
+ isIos: boolean;
7
+ }
8
+ export declare const FooterForBooking: React.FC<FooterForBookingProps>;
@@ -0,0 +1,7 @@
1
+ interface ContainerProps {
2
+ isIos: boolean;
3
+ }
4
+ export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>;
5
+ export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const SmallIcon: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
7
+ export {};
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface InputProps {
3
+ isActive: boolean;
4
+ name: string;
5
+ type: 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url' | 'time' | 'week' | 'month' | 'datetime-local';
6
+ placeholder: string;
7
+ value: string;
8
+ ['data-cy']: string;
9
+ onIonChange: (e: any) => void;
10
+ icon: string;
11
+ }
12
+ export declare const Input: React.FC<InputProps>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const InputIonIcon: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
3
+ interface CustomIonInputProps {
4
+ isActive: boolean;
5
+ }
6
+ export declare const CustomIonInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonInput & Pick<import("react").HTMLAttributes<HTMLIonInputElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonInputElement>>, any, CustomIonInputProps, never>;
7
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import '../Theme/global.css';
3
+ export interface ListButtonProps {
4
+ children: React.ReactNode;
5
+ icon: string;
6
+ onClick: React.MouseEventHandler;
7
+ }
8
+ export declare const ListButton: React.FC<ListButtonProps>;
@@ -0,0 +1,2 @@
1
+ export declare const Container: import("styled-components").StyledComponent<"button", any, {}, never>;
2
+ export declare const CustomIonIcon: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
@@ -0,0 +1,8 @@
1
+ import React, { ReactNode } from 'react';
2
+ import '../Theme/global.css';
3
+ export interface NavigationBarProps {
4
+ isInternetConnected: boolean;
5
+ children?: ReactNode | undefined;
6
+ isIos: boolean;
7
+ }
8
+ export declare const NavigationBar: React.FC<NavigationBarProps>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ interface ContainerProps {
3
+ isIos: boolean;
4
+ isInternetConnected: boolean;
5
+ }
6
+ export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonHeader & Pick<import("react").HTMLAttributes<HTMLIonHeaderElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonHeaderElement>>, any, ContainerProps, never>;
7
+ export {};
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface NoInternetConnectionProps {
3
+ isInternetConnected: boolean;
4
+ isIos: boolean;
5
+ }
6
+ export declare const NoInternetConnection: React.FC<NoInternetConnectionProps>;
@@ -0,0 +1,6 @@
1
+ interface ContainerProps {
2
+ isInternetConnected: boolean;
3
+ isIos: boolean;
4
+ }
5
+ export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface ScrollTabsProps {
3
+ setActiveTab: (e?: string) => void;
4
+ value: 'profile' | 'video' | 'articles';
5
+ }
6
+ export declare const ScrollTabs: React.FC<ScrollTabsProps>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSegment & Pick<import("react").HTMLAttributes<HTMLIonSegmentElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonSegmentElement>>, any, {}, never>;
3
+ export declare const Button: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSegmentButton & Pick<import("react").HTMLAttributes<HTMLIonSegmentButtonElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonSegmentButtonElement>>, any, {}, never>;
@@ -0,0 +1,6 @@
1
+ import React, { ReactNode } from 'react';
2
+ export interface TabBarProps {
3
+ isIos: boolean;
4
+ children: ReactNode;
5
+ }
6
+ export declare const TabBar: React.FC<TabBarProps>;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ interface ContainerProps {
3
+ isIos: boolean;
4
+ }
5
+ export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonTabBar & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & {
6
+ onIonTabsDidChange?: ((event: CustomEvent<{
7
+ tab: string;
8
+ }>) => void) | undefined;
9
+ onIonTabsWillChange?: ((event: CustomEvent<{
10
+ tab: string;
11
+ }>) => void) | undefined;
12
+ slot?: "bottom" | "top" | undefined;
13
+ style?: {
14
+ [key: string]: string;
15
+ } | undefined;
16
+ } & Pick<import("react").HTMLAttributes<HTMLIonTabBarElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("react").RefAttributes<HTMLIonTabBarElement>>, any, ContainerProps, never>;
17
+ export {};
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface TherapistCardProps {
3
+ psychologistName: string;
4
+ psychologistLastName: string;
5
+ psychologistType: string;
6
+ psychologistPhoto: string;
7
+ psychologistPrice: number;
8
+ psychologistDuration: number;
9
+ psychologistExperience: number;
10
+ handleClick: React.MouseEventHandler;
11
+ isIos: boolean;
12
+ }
13
+ export declare const TherapistCard: React.FC<TherapistCardProps>;
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ interface ContainerProps {
3
+ isIos: boolean;
4
+ }
5
+ export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>;
6
+ declare type SkeletonProps = {
7
+ isLoading: boolean;
8
+ };
9
+ export declare const Skeleton: import("styled-components").StyledComponent<"div", any, SkeletonProps, never>;
10
+ declare type HideProps = {
11
+ isLoading: boolean;
12
+ };
13
+ export declare const Hide: import("styled-components").StyledComponent<"div", any, HideProps, never>;
14
+ export declare const PsychologistCardIcons: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
15
+ export declare const IconsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
16
+ export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
17
+ interface SkeletonTextProps {
18
+ height: number;
19
+ }
20
+ export declare const SkeletonText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSkeletonText & Pick<import("react").HTMLAttributes<HTMLIonSkeletonTextElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonSkeletonTextElement>>, any, SkeletonTextProps, never>;
21
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface TherapistInformationComponentProps {
3
+ avatar: string;
4
+ experience: string;
5
+ duration: string;
6
+ price: string;
7
+ }
8
+ export declare const TherapistInformationComponent: React.FC<TherapistInformationComponentProps>;
@@ -0,0 +1,2 @@
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const Info: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,5 @@
1
+ import './index.css';
2
+ /**
3
+ * Toast that work line an API, we can call it anywhere, need message text and duration(default 3 seconds)
4
+ */
5
+ export declare const toast: (message: string, duration?: number) => Promise<void>;
@@ -0,0 +1,109 @@
1
+ import React, { ReactNode } from 'react';
2
+
3
+ interface ButtonProps {
4
+ buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive';
5
+ isDisabled: boolean;
6
+ children: React.ReactNode;
7
+ onClick: React.MouseEventHandler;
8
+ }
9
+ declare const Button: React.FC<ButtonProps>;
10
+
11
+ interface FloatingButtonType {
12
+ bottomHeight: number;
13
+ rightWidth: number;
14
+ }
15
+ declare const FloatingButton: React.FC<FloatingButtonType>;
16
+
17
+ interface FooterForBookingProps {
18
+ eventHandler: React.MouseEventHandler;
19
+ duration: number;
20
+ price: string;
21
+ isIos: boolean;
22
+ }
23
+ declare const FooterForBooking: React.FC<FooterForBookingProps>;
24
+
25
+ interface ListButtonProps {
26
+ children: React.ReactNode;
27
+ icon: string;
28
+ onClick: React.MouseEventHandler;
29
+ }
30
+ declare const ListButton: React.FC<ListButtonProps>;
31
+
32
+ interface NavigationBarProps {
33
+ isInternetConnected: boolean;
34
+ children?: ReactNode | undefined;
35
+ isIos: boolean;
36
+ }
37
+ declare const NavigationBar: React.FC<NavigationBarProps>;
38
+
39
+ interface TabBarProps {
40
+ isIos: boolean;
41
+ children: ReactNode;
42
+ }
43
+ declare const TabBar: React.FC<TabBarProps>;
44
+
45
+ interface ConsultationCardProps {
46
+ startConsultation: React.MouseEventHandler;
47
+ handleReschedule: React.MouseEventHandler;
48
+ handleRefund: React.MouseEventHandler;
49
+ consultationWith: string;
50
+ day: string;
51
+ time: string;
52
+ avatar: string;
53
+ }
54
+ declare const ConsultationCard: React.FC<ConsultationCardProps>;
55
+
56
+ interface ContentCardProps {
57
+ contentVideo?: {
58
+ title: string;
59
+ url: string;
60
+ };
61
+ contentArticle?: {
62
+ link: string;
63
+ photoURL: string;
64
+ title: string;
65
+ };
66
+ }
67
+ declare const ContentCard: React.FC<ContentCardProps>;
68
+
69
+ interface TherapistCardProps {
70
+ psychologistName: string;
71
+ psychologistLastName: string;
72
+ psychologistType: string;
73
+ psychologistPhoto: string;
74
+ psychologistPrice: number;
75
+ psychologistDuration: number;
76
+ psychologistExperience: number;
77
+ handleClick: React.MouseEventHandler;
78
+ isIos: boolean;
79
+ }
80
+ declare const TherapistCard: React.FC<TherapistCardProps>;
81
+
82
+ /**
83
+ * Toast that work line an API, we can call it anywhere, need message text and duration(default 3 seconds)
84
+ */
85
+ declare const toast: (message: string, duration?: number) => Promise<void>;
86
+
87
+ interface ArchivedConsultationCardProps {
88
+ nameAndSurname: string;
89
+ date: string;
90
+ avatar: string;
91
+ }
92
+ declare const ArchivedConsultationCard: React.FC<ArchivedConsultationCardProps>;
93
+
94
+ interface DatePickerProps {
95
+ day: string;
96
+ date: string;
97
+ month: string;
98
+ isActive: boolean;
99
+ onClick: React.MouseEventHandler;
100
+ }
101
+ declare const DatePicker: React.FC<DatePickerProps>;
102
+
103
+ interface NoInternetConnectionProps {
104
+ isInternetConnected: boolean;
105
+ isIos: boolean;
106
+ }
107
+ declare const NoInternetConnection: React.FC<NoInternetConnectionProps>;
108
+
109
+ export { ArchivedConsultationCard, Button, ConsultationCard, ContentCard, DatePicker, FloatingButton, FooterForBooking, ListButton, NavigationBar, NoInternetConnection, TabBar, TherapistCard, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@babel/polyfill": "^7.12.1",