@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,16 @@
1
+ import{jsx as n,jsxs as i,Fragment as o}from"react/jsx-runtime";import e,{css as t}from"styled-components";import*as r from"react";import{useState as d}from"react";import{IonIcon as a,IonHeader as l,IonTabBar as s,IonSkeletonText as p,isPlatform as c}from"@ionic/react";
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */var h=function(){return h=Object.assign||function(n){for(var i,o=1,e=arguments.length;o<e;o++)for(var t in i=arguments[o])Object.prototype.hasOwnProperty.call(i,t)&&(n[t]=i[t]);return n},h.apply(this,arguments)};function x(n,i){return Object.defineProperty?Object.defineProperty(n,"raw",{value:i}):n.raw=i,n}var g,f,u,b,m,v,w,y,k="#21ABD2",C="#F0FBFF",B="#1D201F",z="#5B5B5B",L="#C1C1C1",j="#478862",F="#f1646f",I="#FFFFFF",D="#F2F4F7",E="#E9F7FB",M="#F5939A",T="#90D5E8",A="#E5E5E5",N="#E8ECF2",R=e.button(y||(y=x(["\n padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover, &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 -4px 15px rgba(0, 0, 0, 0.2);\n }\n\n ","\n\n ","\n\n ","\n\n ","\n\n\n ","\n\n ","\n\n ","\n\n\n"],["\n padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover, &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 -4px 15px rgba(0, 0, 0, 0.2);\n }\n\n ","\n\n ","\n\n ","\n\n ","\n\n\n ","\n\n ","\n\n ","\n\n\n"])),k,I,(function(n){return"secondary"===n.buttonType&&t(g||(g=x(["\n background: inherit;\n color: ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n }\n "],["\n background: inherit;\n color: ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n }\n "])),k,T)}),(function(n){return"secondaryWithStroke"===n.buttonType&&t(f||(f=x(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 1px solid ",";\n }\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 1px solid ",";\n }\n "])),k,k,T,T)}),(function(n){return"secondaryCancel"===n.buttonType&&t(u||(u=x(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 0;\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 0;\n }\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 0;\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 0;\n }\n "])),F,M)}),(function(n){return"actionButton"===n.buttonType&&t(b||(b=x(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "])),L,L,L,E,L)}),(function(n){return n.isDisabled&&t(m||(m=x(["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover, &:active {\n box-shadow: none;\n }\n "],["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover, &:active {\n box-shadow: none;\n }\n "])),L,I)}),(function(n){return"actionButtonDisabled"===n.buttonType&&t(v||(v=x(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n text-decoration: line-through;\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n text-decoration: line-through;\n "])),L,L)}),(function(n){return"actionButtonActive"===n.buttonType&&t(w||(w=x(["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n }\n "],["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover, &:active {\n box-shadow: none;\n }\n "])),k,E,k)}));function S(n,i){void 0===i&&(i={});var o=i.insertAt;if(n&&"undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===o&&e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}S('@font-face {\n font-family: \'Lato Regular\';\n src: url(\'../../fonts/Lato-Regular.ttf\');\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: \'Lato SemiBold\';\n src: url(\'../../fonts/Lato-Semibold.ttf\');\n font-weight: 600;\n font-style: normal;\n}\n\n@font-face {\n font-family: \'Lato Bold\';\n src: url(\'../../fonts/Lato-Bold.ttf\');\n font-weight: bold;\n font-style: normal;\n}\n\n* {\n box-sizing: border-box;\n}\n\nbody{\n margin: 0;\n padding: 0;\n}\n\nspan, p {\n font-family: "Lato Regular", sans-serif;\n font-size: 10px;\n line-height: 14px;\n margin: 0;\n font-weight: 400;\n padding: 0;\n}\n\nh5 {\n font-family: "Lato Regular", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 14px;\n font-weight: 400;\n line-height: 16px;\n}\n\nh4 {\n font-family: "Lato Regular", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n\nh3 {\n font-family: "Lato Regular", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 18px;\n font-weight: 400;\n line-height: 24px;\n}\n\nh2 {\n font-family: "Lato Regular", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 20px;\n font-weight: 400;\n line-height: 24px;\n}\n\nh1 {\n font-family: "Lato Regular", sans-serif;\n margin: 0;\n padding: 0;\n font-weight: 400;\n font-size: 24px;\n line-height: 32px;\n}\n\nspan.semiBold, p.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n font-size: 10px;\n line-height: 14px;\n margin: 0;\n padding: 0;\n font-weight: 600;\n}\n\nh5.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 14px;\n line-height: 16px;\n font-weight: 600;\n}\n\nh4.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 16px;\n line-height: 24px;\n font-weight: 600;\n}\n\nh3.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 18px;\n line-height: 24px;\n font-weight: 600;\n}\n\nh2.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 20px;\n line-height: 24px;\n font-weight: 600;\n}\n\nh1.semiBold {\n font-family: "Lato SemiBold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 24px;\n line-height: 32px;\n font-weight: 600;\n}\n\nspan.bold, p.bold {\n font-family: "Lato Bold", sans-serif;\n font-size: 10px;\n line-height: 14px;\n margin: 0;\n padding: 0;\n font-weight: 700;\n}\n\nh5.bold {\n font-family: "Lato Bold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 14px;\n line-height: 16px;\n font-weight: 700;\n}\n\nh4.bold {\n font-family: "Lato Bold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 16px;\n line-height: 24px;\n font-weight: 700;\n}\n\nh3.bold {\n font-family: "Lato Bold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 18px;\n line-height: 24px;\n font-weight: 700;\n}\n\nh2.bold {\n font-family: "Lato Bold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 20px;\n line-height: 24px;\n font-weight: 700;\n}\n\nh1.bold {\n font-family: "Lato Bold", sans-serif;\n margin: 0;\n padding: 0;\n font-size: 24px;\n line-height: 32px;\n font-weight: 700;\n}\n');var O,V,H,P,_=function(i){return n(R,h({onClick:i.onClick,disabled:i.isDisabled,isDisabled:i.isDisabled,buttonType:i.buttonType},{children:n("h4",{children:i.children},void 0)}),void 0)},W=e.a(O||(O=x(["\n display: block;\n width: 54px;\n height: 54px;\n position: fixed;\n bottom: ","px;\n right: ","px;\n z-index: 100000000;\n \n img {\n background: none;\n border-radius: 50%;\n }\n"],["\n display: block;\n width: 54px;\n height: 54px;\n position: fixed;\n bottom: ","px;\n right: ","px;\n z-index: 100000000;\n \n img {\n background: none;\n border-radius: 50%;\n }\n"])),(function(n){return n.bottomHeight}),(function(n){return n.rightWidth})),Z=function(i){var o=i.bottomHeight,e=void 0===o?0:o,t=i.rightWidth;return n(W,h({href:"https://t.me/MindlySupport",bottomHeight:e,rightWidth:void 0===t?0:t},{children:n("img",{src:"data:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%200%2054%2054%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2254%22%20height%3D%2254%22%20fill%3D%22%2321ABD2%22%2F%3E%3Cpath%20d%3D%22M27.0002%2015C21.9405%2015%2017.8237%2019.1168%2017.8237%2024.1765V32.647C17.8237%2033.8148%2018.7737%2034.7648%2019.9413%2034.7648C21.1092%2034.7648%2022.0591%2033.8148%2022.0591%2032.647V25.5883C22.0591%2024.4206%2021.1092%2023.4706%2019.9413%2023.4706C19.7037%2023.4706%2019.4788%2023.5188%2019.2651%2023.5913C19.5663%2019.5829%2022.9168%2016.4117%2027.0002%2016.4117C31.0815%2016.4117%2034.431%2019.58%2034.735%2023.5856C34.5226%2023.5129%2034.2964%2023.4706%2034.0591%2023.4706C32.8913%2023.4706%2031.9413%2024.4206%2031.9413%2025.5883V32.647C31.9413%2033.8148%2032.8913%2034.7648%2034.0591%2034.7648C34.3078%2034.7648%2034.5431%2034.7139%2034.765%2034.6348V35.4706C34.765%2035.8601%2034.4479%2036.1765%2034.0591%2036.1765H28.9879C28.6954%2035.3566%2027.9192%2034.7648%2027.0002%2034.7648C25.8326%2034.7648%2024.8826%2035.7147%2024.8826%2036.8824C24.8826%2038.05%2025.8326%2039%2027.0002%2039C27.9192%2039%2028.6954%2038.408%2028.9879%2037.5883H34.0591C35.2268%2037.5883%2036.1768%2036.6383%2036.1768%2035.4706C36.1768%2031.2248%2036.1768%2028.4269%2036.1768%2024.1765C36.1768%2019.1168%2032.06%2015%2027.0002%2015V15Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M37.5884%2025.0122V33.2227C38.4081%2032.9304%2039.0001%2032.1542%2039.0001%2031.235V26.9998C39.0001%2026.0808%2038.4081%2025.3046%2037.5884%2025.0122Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M15%2026.9998V31.235C15%2032.1542%2015.592%2032.9304%2016.4117%2033.2227V25.0122C15.592%2025.3046%2015%2026.0808%2015%2026.9998Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E",alt:"support mindly"},void 0)}),void 0)},U=e.div(V||(V=x(["\n padding: ",";\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);\n display: flex;\n position: fixed;\n background: ",";\n bottom: 0;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n button {\n height: 44px;\n width: 132px;\n }\n"],["\n padding: ",";\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);\n display: flex;\n position: fixed;\n background: ",";\n bottom: 0;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n button {\n height: 44px;\n width: 132px;\n }\n"])),(function(n){return n.isIos?"16px 24px 50px":"16px 24px"}),I),Y=e.div(H||(H=x(["\n h4 {\n color: ",";\n }\n\n h4:first-child {\n margin-bottom: 4px;\n }\n"],["\n h4 {\n color: ",";\n }\n\n h4:first-child {\n margin-bottom: 4px;\n }\n"])),B),q=e(a)(P||(P=x(["\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"],["\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"])),k);const G="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Card</title><rect x='48' y='96' width='416' height='320' rx='56' ry='56' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linejoin='round' stroke-width='60' d='M48 192h416M128 300h48v20h-48z' class='ionicon-fill-none'/></svg>",J="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Time</title><path d='M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-linejoin='round' d='M256 128v144h96' class='ionicon-fill-none ionicon-stroke-width'/></svg>";var K,Q,X,$,nn,on,en,tn,rn,dn,an,ln,sn,pn,cn,hn,xn,gn,fn,un,bn,mn,vn,wn,yn=function(e){return i(U,h({isIos:e.isIos},{children:[i(Y,{children:[i("h4",{children:[n(q,{icon:J,color:"primary"},void 0),i(o,{children:[e.duration," мин"]},void 0)]},void 0),i("h4",{children:[n(q,{icon:G,color:"primary"},void 0),n(o,{children:e.price},void 0)]},void 0)]},void 0),n(_,h({buttonType:"primary",isDisabled:!1,onClick:e.eventHandler},{children:"Записаться"}),void 0)]}),void 0)},kn=e.button(K||(K=x(["\n display: flex;\n justify-content: space-between;\n color: ",";\n border: 0;\n border-bottom: 1px solid ",";\n width: 100%;\n padding: 10px 16px;\n background: inherit;\n align-items: center;\n"],["\n display: flex;\n justify-content: space-between;\n color: ",";\n border: 0;\n border-bottom: 1px solid ",";\n width: 100%;\n padding: 10px 16px;\n background: inherit;\n align-items: center;\n"])),B,A),Cn=e(a)(Q||(Q=x(["\n width: 21px;\n height: 21px;\n"],["\n width: 21px;\n height: 21px;\n"]))),Bn=function(o){return i(kn,h({onClick:o.onClick},{children:[n("h4",{children:o.children},void 0),n(Cn,{src:o.icon},void 0)]}),void 0)},zn=e(l)($||($=x(["\n padding: ",";\n background: #ffffff;\n position: fixed;\n display: flex;\n z-index: 1000;\n text-align: center;\n justify-content: center;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12); \n color: ",";\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 10px;\n top: ",";\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 10px;\n top: ",";\n }\n \n &:after {\n background-image: none;\n }\n\n ","\n"],["\n padding: ",";\n background: #ffffff;\n position: fixed;\n display: flex;\n z-index: 1000;\n text-align: center;\n justify-content: center;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12); \n color: ",";\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 10px;\n top: ",";\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 10px;\n top: ",";\n }\n \n &:after {\n background-image: none;\n }\n\n ","\n"])),(function(n){return n.isInternetConnected?"10px":"40px 10px 10px"}),(function(n){return n.isInternetConnected?"44px":"74px"}),z,k,(function(n){return n.isInternetConnected?"calc(50% - 12px)":"calc(50% + 3px)"}),k,(function(n){return n.isInternetConnected?"calc(50% - 12px)":"calc(50% + 3px)"}),(function(n){return n.isIos&&t(X||(X=x(["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 10px;\n top: ",";\n }\n\n .right {\n position: absolute;\n right: 10px;\n top: ",";\n }\n "],["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 10px;\n top: ",";\n }\n\n .right {\n position: absolute;\n right: 10px;\n top: ",";\n }\n "])),n.isInternetConnected?"54px 10px 10px":"64px 10px 10px",n.isInternetConnected?"88px":"98px",n.isInternetConnected?"calc(50% + 10px)":"calc(50% + 15px)",n.isInternetConnected?"calc(50% + 10px)":"calc(50% + 15px)")})),Ln=function(i){return n(zn,h({isIos:i.isIos,isInternetConnected:i.isInternetConnected},{children:i.children}),void 0)},jn=e(s)(nn||(nn=x(["\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n height: 49px;\n position: fixed;\n bottom: 0;\n width: 100%;\n border: none;\n padding-bottom: ",";\n --color: ",';\n \n ion-icon {\n font-size: 24px;\n margin: 0;\n }\n\n ion-label {\n font-weight: 700;\n font-size: 10px;\n margin: 0;\n line-height: 14px;\n font-family: "Lato Bold", sans-serif;\n }\n\n ion-tab-button {\n --padding-top: 10px;\n }\n'],["\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n height: 49px;\n position: fixed;\n bottom: 0;\n width: 100%;\n border: none;\n padding-bottom: ",";\n --color: ",';\n \n ion-icon {\n font-size: 24px;\n margin: 0;\n }\n\n ion-label {\n font-weight: 700;\n font-size: 10px;\n margin: 0;\n line-height: 14px;\n font-family: "Lato Bold", sans-serif;\n }\n\n ion-tab-button {\n --padding-top: 10px;\n }\n'])),(function(n){return n.isIos?"34px":"0"}),z),Fn=function(i){return n(o,{children:n(jn,h({isIos:i.isIos,slot:"bottom"},{children:i.children}),void 0)},void 0)},In=e.div(on||(on=x(["\n width: 100%;\n padding: 16px;\n border: 1px solid ",";\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n border-radius: 4px;\n"],["\n width: 100%;\n padding: 16px;\n border: 1px solid ",";\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n border-radius: 4px;\n"])),D),Dn=e.div(en||(en=x(["\n display: flex;\n justify-content: space-between;\n height: 104px;\n margin-bottom: 16px;\n"],["\n display: flex;\n justify-content: space-between;\n height: 104px;\n margin-bottom: 16px;\n"]))),En=e.div(tn||(tn=x(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n }\n\n h3.semiBold {\n color: ",";\n }\n"],["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n }\n\n h3.semiBold {\n color: ",";\n }\n"])),z,B),Mn=e.img(rn||(rn=x(["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"],["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"]))),Tn=e.div(dn||(dn=x(["\n margin: 4px 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n div.divider {\n height: 1px;\n flex-grow: 1;\n background: ",";\n }\n \n h4{\n color: ",";\n margin: 0 4px;\n }\n"],["\n margin: 4px 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n div.divider {\n height: 1px;\n flex-grow: 1;\n background: ",";\n }\n \n h4{\n color: ",";\n margin: 0 4px;\n }\n"])),L,L),An=e.div(an||(an=x(["\n display: flex;\n"],["\n display: flex;\n"]))),Nn=function(o){return i(In,{children:[i(Dn,{children:[i(En,{children:[i("h3",{children:["Консультация с ",o.consultationWith]},void 0),n("h3",h({className:"semiBold"},{children:o.day}),void 0),i("h3",h({className:"semiBold"},{children:["в ",o.time]}),void 0)]},void 0),n(Mn,{src:o.avatar,alt:"avatar"},void 0)]},void 0),n(_,h({buttonType:"primary",isDisabled:!1,onClick:o.startConsultation},{children:"Начать консультацию"}),void 0),i(Tn,{children:[n("div",{className:"divider"},void 0),n("h4",{children:"или"},void 0),n("div",{className:"divider"},void 0)]},void 0),i(An,{children:[n(_,h({buttonType:"secondary",isDisabled:!1,onClick:o.handleReschedule},{children:"Перенести"}),void 0),n(_,h({buttonType:"secondaryCancel",isDisabled:!1,onClick:o.handleRefund},{children:"Отменить"}),void 0)]},void 0)]},void 0)},Rn=e.div(ln||(ln=x(["\n border: 1px solid ",";\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n position: relative;\n display: flex;\n flex-direction: column;\n"],["\n border: 1px solid ",";\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n position: relative;\n display: flex;\n flex-direction: column;\n"])),D),Sn=e.a(sn||(sn=x(["\n width: 100%;\n min-height: 192px;\n max-height: 192px;\n display: block;\n\n img {\n width: 100%;\n height: 192px;\n }\n"],["\n width: 100%;\n min-height: 192px;\n max-height: 192px;\n display: block;\n\n img {\n width: 100%;\n height: 192px;\n }\n"]))),On=e.iframe(pn||(pn=x(["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n"],["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n"]))),Vn=e.h3(cn||(cn=x(["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"],["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"])),B),Hn=e.div(hn||(hn=x(["\n visibility: ",";\n position: absolute;\n width: 100%;\n top: 0;\n"],["\n visibility: ",";\n position: absolute;\n width: 100%;\n top: 0;\n"])),(function(n){return n.isLoading?"visible":"hidden"})),Pn=e(p)(xn||(xn=x(["\n height: 192px;\n border-radius: 4px 4px 0 0;\n border: none;\n margin: 0;\n padding: 0;\n"],["\n height: 192px;\n border-radius: 4px 4px 0 0;\n border: none;\n margin: 0;\n padding: 0;\n"]))),_n=function(o){var e=o.contentVideo,t=o.contentArticle,r=d(!0),a=r[0],l=r[1],s=(null==e?void 0:e.title)||(null==t?void 0:t.title),p=t?n(Sn,h({href:t.link},{children:n("img",{src:t.photoURL,alt:"article-img",onLoad:function(){l(!1)}},void 0)}),void 0):n(On,{src:"https://www.youtube.com/embed/"+(null==e?void 0:e.url),title:"YouTube video player",frameBorder:"0",onLoad:function(){l(!1)},allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0},void 0);return i(Rn,{children:[p,n(Hn,h({isLoading:a},{children:n(Pn,{animated:!0},void 0)}),void 0),n(Vn,h({className:"semiBold"},{children:s}),void 0)]},void 0)},Wn=e.div(gn||(gn=x(["\n margin: 0 16px 24px;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n &:first-child {\n margin-top: ",";\n }\n\n &:last-of-type {\n margin-bottom: 80px;\n }\n\n"],["\n margin: 0 16px 24px;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n &:first-child {\n margin-top: ",";\n }\n\n &:last-of-type {\n margin-bottom: 80px;\n }\n\n"])),(function(n){return n.isIos?"28px":"20px"})),Zn=e.div(fn||(fn=x(["\n visibility: ",";\n position: absolute;\n width: 100%;\n top: 0;\n"],["\n visibility: ",";\n position: absolute;\n width: 100%;\n top: 0;\n"])),(function(n){return n.isLoading?"visible":"hidden"})),Un=e.div(un||(un=x(["\n visibility: ",";\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n object-fit: cover;\n border-radius: 8px 8px 0 0;\n }\n\n h1 {\n margin: 16px 16px 0;\n color: ",";\n }\n\n h3 {\n margin: 4px 16px 0;\n color: ",";\n }\n"],["\n visibility: ",";\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n object-fit: cover;\n border-radius: 8px 8px 0 0;\n }\n\n h1 {\n margin: 16px 16px 0;\n color: ",";\n }\n\n h3 {\n margin: 4px 16px 0;\n color: ",";\n }\n"])),(function(n){return n.isLoading?"hidden":"visible"}),B,z),Yn=e(a)(bn||(bn=x(["\n color: ",";\n width: 22px;\n height: 22px;\n margin: 0;\n\n @media (max-width: 320px) {\n width: 19px;\n }\n"],["\n color: ",";\n width: 22px;\n height: 22px;\n margin: 0;\n\n @media (max-width: 320px) {\n width: 19px;\n }\n"])),k),qn=e.div(mn||(mn=x(["\n display: flex;\n align-items: center;\n padding: 0;\n margin: 0;\n\n p {\n color: ",';\n font-size: 14px;\n padding-left: 5px;\n margin: 0;\n font-family: "Lato Regular", sans-serif;\n\n @media (max-width: 320px) {\n font-size: 11.5px;\n }\n }\n'],["\n display: flex;\n align-items: center;\n padding: 0;\n margin: 0;\n\n p {\n color: ",';\n font-size: 14px;\n padding-left: 5px;\n margin: 0;\n font-family: "Lato Regular", sans-serif;\n\n @media (max-width: 320px) {\n font-size: 11.5px;\n }\n }\n'])),B),Gn=e.div(vn||(vn=x(["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"],["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"]))),Jn=e(p)(wn||(wn=x(["\n width: 100%;\n height: ",";\n\n &:first-child {\n margin-bottom: 16px;\n margin-top: 0;\n }\n\n &:last-child {\n margin-top: 16px;\n }\n"],["\n width: 100%;\n height: ",";\n\n &:first-child {\n margin-bottom: 16px;\n margin-top: 0;\n }\n\n &:last-child {\n margin-top: 16px;\n }\n"])),(function(n){return n.height+"px"})),Kn=function(o){var e=o.psychologistName,t=o.psychologistLastName,r=o.psychologistType,a=o.psychologistPhoto,l=o.psychologistPrice,s=o.psychologistDuration,p=o.psychologistExperience,c=o.handleClick,x=o.isIos,g=d(!0),f=g[0],u=g[1];return i(Wn,h({isIos:x,"data-testid":"container",onClick:c},{children:[i(Un,h({isLoading:f},{children:[n("img",{src:a,onLoad:function(){return u(!1)},alt:"psychologistPhoto"},void 0),n("h1",h({className:"bold"},{children:e+" "+t}),void 0),n("h3",h({className:"semiBold"},{children:r}),void 0),i(Gn,{children:[i(qn,{children:[n(Yn,{icon:J},void 0),n("p",h({className:"semiBold"},{children:s+" минут"}),void 0)]},void 0),i(qn,{children:[n(Yn,{icon:G},void 0),n("p",h({className:"semiBold"},{children:l+" грн"}),void 0)]},void 0),i(qn,{children:[n(Yn,{icon:"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><title>Briefcase</title><rect x='32' y='128' width='448' height='320' rx='48' ry='48' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/><path d='M144 128V96a32 32 0 0132-32h160a32 32 0 0132 32v32M480 240H32M320 240v24a8 8 0 01-8 8H200a8 8 0 01-8-8v-24' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>"},void 0),n("p",h({className:"semiBold"},{children:p>=5?p+" лет опыта":1===p?p+" год опыта":p+" года опыта"}),void 0)]},void 0)]},void 0)]}),void 0),i(Zn,h({isLoading:f},{children:[n(Jn,{height:222,animated:!0},void 0),n(Jn,{animated:!0,height:60},void 0),n(Jn,{animated:!0,height:22},void 0)]}),void 0)]}),void 0)};S(".toast_classes {\n color: #ffffff;\n --background: #1d201f;\n font-weight: 400;\n font-size: 14px;\n line-height: 16px;\n margin-top: 30px;\n border-radius: 4px;\n}\n\n.toast_classes_ios {\n top: -36px;\n}");var Qn,Xn,$n,ni,ii=function(n,i){var o;void 0===i&&(i=3e3);var e=document.createElement("ion-toast");return e.message=n,e.duration=i,e.position="top",e.cssClass=c("ios")?"toast_classes toast_classes_ios":"toast_classes",null===(o=document.getElementById("root"))||void 0===o||o.appendChild(e),e.present()},oi=e.div(Qn||(Qn=x(["\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px 16px;\n width: 100%;\n border-radius: 4px;\n"],["\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px 16px;\n width: 100%;\n border-radius: 4px;\n"])),N),ei=e.div(Xn||(Xn=x(["\n h3 {\n color: ",";\n }\n\n h4 {\n color: ",";\n }\n\n h5 {\n display: flex;\n align-items: center;\n color: ",";\n }\n\n svg {\n margin-right: 4px;\n }\n"],["\n h3 {\n color: ",";\n }\n\n h4 {\n color: ",";\n }\n\n h5 {\n display: flex;\n align-items: center;\n color: ",";\n }\n\n svg {\n margin-right: 4px;\n }\n"])),z,B,j),ti=e.img($n||($n=x(["\n width: 64px;\n height: 64px;\n border-radius: 8px;\n"],["\n width: 64px;\n height: 64px;\n border-radius: 8px;\n"])));function ri(){return ri=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var o=arguments[i];for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e])}return n},ri.apply(this,arguments)}function di(n){return r.createElement("svg",ri({width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),ni||(ni=r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.624 3.67a.5.5 0 01.76.65l-.008.01-7 8a.5.5 0 01-.722.031l-.008-.007-3-3a.5.5 0 01.7-.716l.008.008 2.622 2.622 6.648-7.597z",fill:"#478862"})))}var ai,li,si,pi,ci=function(o){return i(oi,{children:[i(ei,{children:[n("h3",{children:o.nameAndSurname},void 0),n("h4",h({className:"semiBold"},{children:o.date}),void 0),i("h5",{children:[n(di,{},void 0),"Завершена"]},void 0)]},void 0),n(ti,{src:o.avatar,alt:"user-avatar"},void 0)]},void 0)},hi=e.div(ai||(ai=x(["\n padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n border-color: ",";\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);\n \n h4 {\n margin-bottom: 4px;\n color: ",";\n }\n\n h1 {\n color: ",";\n }\n\n h5 {\n color: ",";\n }\n\n"],["\n padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n border-color: ",";\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);\n \n h4 {\n margin-bottom: 4px;\n color: ",";\n }\n\n h1 {\n color: ",";\n }\n\n h5 {\n color: ",";\n }\n\n"])),(function(n){return n.isActive?k:D}),(function(n){return n.isActive?C:I}),(function(n){return n.isActive?k:z}),(function(n){return n.isActive?k:B}),(function(n){return n.isActive?k:z})),xi=function(o){return i(hi,h({isActive:o.isActive},{children:[n("h4",{children:o.day},void 0),n("h1",h({className:"bold"},{children:o.date}),void 0),n("h5",{children:o.month},void 0)]}),void 0)};function gi(){return gi=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var o=arguments[i];for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e])}return n},gi.apply(this,arguments)}function fi(n){return r.createElement("svg",gi({width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),li||(li=r.createElement("path",{d:"M7 13.563A6.57 6.57 0 01.437 7 6.57 6.57 0 017 .437 6.57 6.57 0 0113.563 7 6.57 6.57 0 017 13.563z",fill:"#F1646F"})),si||(si=r.createElement("path",{d:"M7 14c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zM7 .875A6.132 6.132 0 00.875 7 6.132 6.132 0 007 13.125 6.132 6.132 0 0013.125 7 6.132 6.132 0 007 .875z",fill:"#fff"})),pi||(pi=r.createElement("path",{d:"M11.509 6.253a.437.437 0 01-.31-.127 5.925 5.925 0 00-.851-.707.436.436 0 01-.117-.607.435.435 0 01.608-.116c.347.235.676.508.98.81a.439.439 0 01-.31.747zM2.49 6.253a.437.437 0 01-.31-.747c1.611-1.617 3.851-2.33 6.187-1.87a.439.439 0 01.346.514.441.441 0 01-.514.345c-2.052-.404-3.995.22-5.399 1.63a.435.435 0 01-.31.128zM9.94 7.828a.437.437 0 01-.31-.127 3.905 3.905 0 00-.86-.651.438.438 0 01.427-.765c.383.214.738.482 1.053.795a.439.439 0 01-.31.748zM4.06 7.829a.438.438 0 01-.31-.747 4.513 4.513 0 012.23-1.233.437.437 0 01.187.855c-.67.146-1.29.49-1.797.996a.437.437 0 01-.31.129zM7 10.5a1.264 1.264 0 01-1.223-.939.438.438 0 01.847-.222c.045.17.196.286.376.286a.397.397 0 00.397-.397c0-.18-.115-.33-.286-.376a.438.438 0 01.222-.847c.552.146.939.648.939 1.223 0 .701-.57 1.272-1.272 1.272zM2.36 12.076a.438.438 0 01-.31-.747l9.28-9.278a.438.438 0 11.619.62l-9.28 9.277a.434.434 0 01-.308.128z",fill:"#fff"})))}var ui,bi=e.div(ui||(ui=x(["\n position: fixed;\n box-sizing: border-box;\n background: ",";\n width: 100%;\n display: ",";\n justify-content: center;\n align-items: center;\n padding: ",";\n\n span {\n font-size: 10px;\n line-height: 14px;\n margin-left: 8px;\n color: ",";\n }\n"],["\n position: fixed;\n box-sizing: border-box;\n background: ",";\n width: 100%;\n display: ",";\n justify-content: center;\n align-items: center;\n padding: ",";\n\n span {\n font-size: 10px;\n line-height: 14px;\n margin-left: 8px;\n color: ",";\n }\n"])),F,(function(n){return n.isInternetConnected?"none":"flex"}),(function(n){return n.isIos?"32px 0 8px":"8px 0"}),I),mi=function(o){return i(bi,h({isInternetConnected:o.isInternetConnected,isIos:o.isIos},{children:[n(fi,{},void 0),n("span",{children:"Интернет подключение отсутствует"},void 0)]}),void 0)};export{ci as ArchivedConsultationCard,_ as Button,Nn as ConsultationCard,_n as ContentCard,xi as DatePicker,Z as FloatingButton,yn as FooterForBooking,Bn as ListButton,Ln as NavigationBar,mi as NoInternetConnection,Fn as TabBar,Kn as TherapistCard,ii as toast};
16
+ //# sourceMappingURL=index.js.map