@mindly/ui-components 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,5 @@
1
- /// <reference types="react" />
2
1
  export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- declare type SkeletonProps = {
4
- isLoading: boolean;
5
- };
6
- export declare const Skeleton: import("styled-components").StyledComponent<"div", any, SkeletonProps, never>;
7
- declare type HideProps = {
8
- isLoading: boolean;
9
- };
10
- export declare const Hide: import("styled-components").StyledComponent<"div", any, HideProps, never>;
2
+ export declare const Card: import("styled-components").StyledComponent<"div", any, {}, never>;
11
3
  export declare const PsychologistCardIcons: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
12
4
  export declare const IconsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
13
5
  export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
14
- interface SkeletonTextProps {
15
- height: number;
16
- }
17
- 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>;
18
- export {};
package/dist/esm/index.js CHANGED
@@ -12,5 +12,5 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */var f=function(){return f=Object.assign||function(n){for(var i,e=1,t=arguments.length;e<t;e++)for(var o in i=arguments[e])Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o]);return n},f.apply(this,arguments)};function m(n,i){return Object.defineProperty?Object.defineProperty(n,"raw",{value:i}):n.raw=i,n}var u,b,w,v,y,k,z,C,B="#21ABD2",F="#F0FBFF",j="#1D201F",L="#5B5B5B",D="#C1C1C1",E="#478862",I="#F5F9FF",N="#D6F2F9",A="#f1646f",M="#FFFFFF",S="#F2F4F7",T="#E9F7FB",R="#F5939A",V="#90D5E8",O="#E5E5E5",q="#E8ECF2",H=t.button(C||(C=m(["\n padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n max-height: 40px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2),\n 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 padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n max-height: 40px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2),\n 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"])),B,M,(function(n){return"secondary"===n.buttonType&&o(u||(u=m(["\n background: inherit;\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n }\n "],["\n background: inherit;\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n }\n "])),B,V)}),(function(n){return"secondaryWithStroke"===n.buttonType&&o(b||(b=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &: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,\n &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 1px solid ",";\n }\n "])),B,B,V,V)}),(function(n){return"secondaryCancel"===n.buttonType&&o(w||(w=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 0;\n\n &:hover,\n &: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,\n &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 0;\n }\n "])),A,R)}),(function(n){return"actionButton"===n.buttonType&&o(v||(v=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &:active {\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n }\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &:active {\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n }\n "])),D,D,D,D)}),(function(n){return n.isDisabled&&o(y||(y=m(["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover,\n &:active {\n box-shadow: none;\n background: ",";\n color: ",";\n }\n "],["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover,\n &:active {\n box-shadow: none;\n background: ",";\n color: ",";\n }\n "])),D,M,D,M)}),(function(n){return"actionButtonDisabled"===n.buttonType&&o(k||(k=m(["\n color: ",";\n background: inherit;\n box-shadow: none !important;\n border: 1px solid ",";\n text-decoration: line-through;\n "],["\n color: ",";\n background: inherit;\n box-shadow: none !important;\n border: 1px solid ",";\n text-decoration: line-through;\n "])),D,D)}),(function(n){return"actionButtonActive"===n.buttonType&&o(z||(z=m(["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "],["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "])),B,T,B,B,T,B)}));function P(n,i){void 0===i&&(i={});var e=i.insertAt;if(n&&"undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===e&&t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.styleSheet?o.styleSheet.cssText=n:o.appendChild(document.createTextNode(n))}}P("@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,\np {\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,\np.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,\np.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 _,W,Z,J,Y=function(i){return n(H,f({"data-testid":i["data-testid"],onClick:i.onClick,disabled:i.isDisabled,isDisabled:i.isDisabled,buttonType:i.buttonType},{children:n("h4",{children:i.children})}))},U=t.a(_||(_=m(["\n display: block;\n width: 54px;\n height: 54px;\n position: fixed;\n bottom: ","px;\n right: ","px;\n z-index: 10000000000000;\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: 10000000000000;\n\n img {\n background: none;\n border-radius: 50%;\n }\n"])),(function(n){return n.bottomHeight}),(function(n){return n.rightWidth})),G=function(i){return n(U,f({href:"https://t.me/MindlySupport",bottomHeight:i.bottomHeight,rightWidth:i.rightWidth},{children:n("img",{"data-testid":i["data-testid"],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"})}))},K=t.div(W||(W=m(["\n padding: ",";\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);\n display: flex;\n position: fixed;\n z-index: 10000000000000;\n background: ",";\n bottom: -1px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n button {\n min-height: 44px !important;\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 z-index: 10000000000000;\n background: ",";\n bottom: -1px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n button {\n min-height: 44px !important;\n width: 132px;\n }\n"])),(function(n){return n.isIos?"16px 24px 50px":"16px 24px"}),M),Q=t.div(Z||(Z=m(["\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"])),j),X=t(d)(J||(J=m(["\n // #skipcq\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"],["\n // #skipcq\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"])),B);const $="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>",nn="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>",en="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 tn,on,rn,an,dn,ln,pn,sn,cn,hn,xn,gn,fn,mn,un,bn,wn,vn,yn,kn,zn,Cn,Bn,Fn,jn=function(t){return i(K,f({isIos:t.isIos},{children:[i(Q,{children:[i("h4",{children:[n(X,{icon:en,color:"primary"}),i(e,{children:[t.duration," хв"]})]}),i("h4",{children:[n(X,{icon:nn,color:"primary"}),t.price]})]}),n(Y,f({buttonType:"primary",isDisabled:!1,"data-testid":t["data-testid"],onClick:t.eventHandler},{children:"Записатися"}))]}))},Ln=t.button(tn||(tn=m(["\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"])),j,O),Dn=t(d)(on||(on=m(["\n // #skipcq\n font-size: 24px;\n"],["\n // #skipcq\n font-size: 24px;\n"]))),En=function(e){return i(Ln,f({"data-testid":e["data-testid"],onClick:e.onClick},{children:[n("h4",{children:e.children}),n(Dn,{src:e.icon})]}))},In=t(l)(an||(an=m(["\n padding: ",";\n background: #ffffff;\n position: fixed;\n z-index: 1000;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n color: ",";\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 0;\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 0;\n }\n\n &:after {\n background-image: none;\n }\n\n ","\n"],["\n padding: ",";\n background: #ffffff;\n position: fixed;\n z-index: 1000;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n color: ",";\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 0;\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 0;\n }\n\n &:after {\n background-image: none;\n }\n\n ","\n"])),(function(n){return n.isInternetConnected?"10px 16px":"40px 16px 16px"}),(function(n){return n.isInternetConnected?"44px":"74px"}),L,B,B,(function(n){return n.isIos&&o(rn||(rn=m(["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 0;\n }\n\n .right {\n position: absolute;\n right: 0;\n }\n "],["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 0;\n }\n\n .right {\n position: absolute;\n right: 0;\n }\n "])),n.isInternetConnected?"54px 16px 10px":"64px 16px 10px",n.isInternetConnected?"88px":"98px")})),Nn=t.div(dn||(dn=m(["\n position: relative;\n display: flex;\n text-align: center;\n justify-content: center;\n\n @media (min-width: 600px) {\n width: 468px;\n }\n\n @media (min-width: 1024px) {\n width: 960px;\n }\n"],["\n position: relative;\n display: flex;\n text-align: center;\n justify-content: center;\n\n @media (min-width: 600px) {\n width: 468px;\n }\n\n @media (min-width: 1024px) {\n width: 960px;\n }\n"]))),An=function(i){return n(In,f({isIos:i.isIos,isInternetConnected:i.isInternetConnected},{children:n(Nn,{children:i.children})}))},Mn=t.div(ln||(ln=m(["\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"])),S),Sn=t.div(pn||(pn=m(["\n display: flex;\n justify-content: space-between;\n margin-bottom: 24px;\n"],["\n display: flex;\n justify-content: space-between;\n margin-bottom: 24px;\n"]))),Tn=t.div(sn||(sn=m(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n font-weight: 400;\n font-size: 18px;\n line-height: 24px;\n }\n\n h2.time {\n margin-top: 8px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n div.is-free {\n margin-top: 12px;\n padding: 2px 7px;\n border-radius: 12px;\n max-width: max-content;\n text-align: center;\n &.greeny {\n background-color: #cfe2d7;\n }\n &.reddy {\n background-color: #ffc7c7;\n }\n h2 {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n }\n }\n"],["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n font-weight: 400;\n font-size: 18px;\n line-height: 24px;\n }\n\n h2.time {\n margin-top: 8px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n div.is-free {\n margin-top: 12px;\n padding: 2px 7px;\n border-radius: 12px;\n max-width: max-content;\n text-align: center;\n &.greeny {\n background-color: #cfe2d7;\n }\n &.reddy {\n background-color: #ffc7c7;\n }\n h2 {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n }\n }\n"])),L,j),Rn=t.img(cn||(cn=m(["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"],["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"]))),Vn=t.div(hn||(hn=m(["\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"])),D,D),On=t.div(xn||(xn=m(["\n display: flex;\n"],["\n display: flex;\n"]))),qn=function(e){return i(Mn,f({"data-testid":e["data-container-testid"]},{children:[i(Sn,{children:[i(Tn,{children:[i("h3",{children:["Консультація з ",e.consultationWith]}),i("h2",f({className:"time"},{children:[e.day," о ",e.time]})),"boolean"==typeof e.isFree&&(e.isFree?n("div",f({className:"is-free reddy"},{children:n("h2",{children:"Безкоштовна"})})):n("div",f({className:"is-free greeny"},{children:n("h2",{children:"Платна - ".concat(e.price," грн")})})))]}),n(Rn,{src:e.avatar,alt:"avatar"})]}),n(Y,f({buttonType:"primary",isDisabled:!1,"data-testid":e["data-start-testid"],onClick:e.startConsultation},{children:"Почати консультацію"})),i(Vn,{children:[n("div",{className:"divider"}),n("h4",{children:"або"}),n("div",{className:"divider"})]}),n(On,{children:n(Y,f({buttonType:"secondaryCancel",isDisabled:!1,onClick:e.handleRefund,"data-testid":e["data-refund-testid"]},{children:"Скасувати"}))})]}))},Hn=t.div(gn||(gn=m(["\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 text-align: left;\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 text-align: left;\n"])),S),Pn=t.a(fn||(fn=m(["\n width: 100%;\n min-height: 192px;\n max-height: 192px;\n display: block;\n\n img {\n border-radius: 8px 8px 0 0;\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 border-radius: 8px 8px 0 0;\n width: 100%;\n height: 192px;\n }\n"]))),_n=t.iframe(mn||(mn=m(["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n border-radius: 8px 8px 0 0;\n"],["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n border-radius: 8px 8px 0 0;\n"]))),Wn=t.h3(un||(un=m(["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"],["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"])),j),Zn=t.div(bn||(bn=m(["\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"})),Jn=t(p)(wn||(wn=m(["\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"]))),Yn=function(e){var t,o,r,d=a(!0),l=d[0],p=d[1],s=(null===(t=e.contentVideo)||void 0===t?void 0:t.title)||(null===(o=e.contentArticle)||void 0===o?void 0:o.title),c=e.contentArticle?n(Pn,f({"data-testID":e["data-testid"],href:e.contentArticle.link},{children:n("img",{src:e.contentArticle.photoURL,alt:"article-img",onLoad:function(){p(!1)}})})):n(_n,{"data-testid":e["data-testid"],src:"https://www.youtube.com/embed/".concat(null===(r=e.contentVideo)||void 0===r?void 0:r.url),title:"YouTube video player",frameBorder:"0",onLoad:function(){p(!1)},allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0});return i(Hn,{children:[c,n(Zn,f({isLoading:l},{children:n(Jn,{animated:!0})})),i(Wn,f({className:"semiBold"},{children:[" ",s]}))]})},Un=t.div(vn||(vn=m(["\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n @media (min-width: 600px) {\n max-width: 468px;\n }\n"],["\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n @media (min-width: 600px) {\n max-width: 468px;\n }\n"]))),Gn=t.div(yn||(yn=m(["\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"})),Kn=t.div(kn||(kn=m(["\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 @media (min-width: 600px) {\n height: 256px;\n }\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 @media (min-width: 600px) {\n height: 256px;\n }\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"}),j,L),Qn=t(d)(zn||(zn=m(["\n // #skipcq\n color: ",";\n font-size: 20px;\n margin: 0;\n\n @media (max-width: 320px) {\n font-size: 19px;\n }\n"],["\n // #skipcq\n color: ",";\n font-size: 20px;\n margin: 0;\n\n @media (max-width: 320px) {\n font-size: 19px;\n }\n"])),B),Xn=t.div(Cn||(Cn=m(["\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: 4px;\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: 4px;\n margin: 0;\n font-family: 'Lato Regular', sans-serif;\n\n @media (max-width: 320px) {\n font-size: 11.5px;\n }\n }\n"])),j),$n=t.div(Bn||(Bn=m(["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"],["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"]))),ni=t(p)(Fn||(Fn=m(["\n width: 100%;\n height: ","; // #skipcq\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: ","; // #skipcq\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"})),ii=function(e){var t=a(!0),o=t[0],r=t[1];return i(Un,f({"data-testid":e["data-testid"],onClick:e.handleClick},{children:[i(Kn,f({isLoading:o},{children:[n("img",{src:e.psychologistPhoto,onLoad:function(){return r(!1)},alt:"psychologistPhoto"}),n("h1",f({className:"bold"},{children:"".concat(e.psychologistName," ").concat(e.psychologistLastName)})),n("h3",f({className:"semiBold"},{children:e.psychologistType})),i($n,{children:[i(Xn,{children:[n(Qn,{icon:en}),n("p",f({className:"semiBold"},{children:"".concat(e.psychologistDuration," хвилин")}))]}),i(Xn,{children:[n(Qn,{icon:nn}),n("p",f({className:"semiBold"},{children:"".concat(e.psychologistPrice," грн")}))]}),i(Xn,{children:[n(Qn,{icon:$}),n("p",f({className:"semiBold"},{children:e.psychologistExperience>=5?"".concat(e.psychologistExperience," років досвіду"):1===e.psychologistExperience?"".concat(e.psychologistExperience," рік досвіду"):"".concat(e.psychologistExperience," роки досвіду")}))]})]})]})),i(Gn,f({isLoading:o},{children:[n(ni,{height:222,animated:!0}),n(ni,{animated:!0,height:60}),n(ni,{animated:!0,height:22})]}))]}))};P(".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}\n");var ei,ti,oi,ri,ai=function(n,i){var e;void 0===i&&(i=4500);var t=document.createElement("ion-toast");return t.message=n,t.duration=i,t.position="top",t.cssClass=s("ios")?"toast_classes toast_classes_ios":"toast_classes",null===(e=document.getElementById("root"))||void 0===e||e.appendChild(t),t.present()},di=t.div(ei||(ei=m(["\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n"],["\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n"])),q),li=t.div(ti||(ti=m(["\n h3 {\n padding-top: 5px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n h5 {\n color: ",";\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n\n h5.isFreeStatus {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n text-align: center;\n padding: 2px 8px;\n color: ",";\n }\n\n .greeny-bg {\n max-width: max-content;\n background: #cfe2d7;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n .reddy-bg {\n max-width: max-content;\n background: #f6dfdf;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n h5.check {\n margin-top: 5px;\n display: flex;\n align-items: center;\n color: ",";\n font-weight: 400;\n font-size: 14px;\n line-height: 16px;\n }\n\n svg {\n margin-right: 4px;\n }\n"],["\n h3 {\n padding-top: 5px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n h5 {\n color: ",";\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n\n h5.isFreeStatus {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n text-align: center;\n padding: 2px 8px;\n color: ",";\n }\n\n .greeny-bg {\n max-width: max-content;\n background: #cfe2d7;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n .reddy-bg {\n max-width: max-content;\n background: #f6dfdf;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n h5.check {\n margin-top: 5px;\n display: flex;\n align-items: center;\n color: ",";\n font-weight: 400;\n font-size: 14px;\n line-height: 16px;\n }\n\n svg {\n margin-right: 4px;\n }\n"])),j,L,j,E),pi=t.img(oi||(oi=m(["\n max-width: 94px;\n max-height: 94px;\n border-radius: 8px;\n"],["\n max-width: 94px;\n max-height: 94px;\n border-radius: 8px;\n"])));function si(){return si=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var e=arguments[i];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}return n},si.apply(this,arguments)}function ci(n){return r.createElement("svg",si({width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),ri||(ri=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 hi,xi,gi,fi,mi,ui=function(e){return i(di,f({"data-testid":e["data-testid"]},{children:[i(li,{children:["boolean"==typeof e.isFree&&(e.isFree?n("div",f({className:"reddy-bg"},{children:n("h5",f({className:"isFreeStatus"},{children:"Безкоштовна"}))})):n("div",f({className:"greeny-bg"},{children:n("h5",f({className:"isFreeStatus"},{children:"Платна - ".concat(e.price," грн")}))}))),n("h3",{children:e.nameAndSurname}),n("h5",f({className:"semiBold"},{children:e.date})),i("h5",f({className:"check"},{children:[n(ci,{}),"Завершена"]}))]}),n(pi,{src:e.avatar,alt:"user-avatar"})]}))},bi=t.div(hi||(hi=m(["\n padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n width: 100%;\n min-width: 86px;\n max-height: 108px;\n box-sizing: border-box;\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 padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n width: 100%;\n min-width: 86px;\n max-height: 108px;\n box-sizing: border-box;\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"])),(function(n){return n.isActive?B:S}),(function(n){return n.isActive?F:M}),(function(n){return n.isActive?B:L}),(function(n){return n.isActive?B:j}),(function(n){return n.isActive?B:L})),wi=t.h1(xi||(xi=m(["\n line-height: 76px;\n font-weight: 700;\n margin: 0;\n"],["\n line-height: 76px;\n font-weight: 700;\n margin: 0;\n"]))),vi=function(t){return n(bi,f({"data-testid":t["data-testid"],isActive:t.isActive,onClick:function(){return t.onClick()}},{children:"weekday"===t.type?n(wi,{children:t.weekday}):i(e,{children:[n("h4",{children:t.day}),n("h1",f({className:"bold"},{children:t.date})),n("h5",{children:t.month})]})}))};function yi(){return yi=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var e=arguments[i];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}return n},yi.apply(this,arguments)}function ki(n){return r.createElement("svg",yi({width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),gi||(gi=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"})),fi||(fi=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"})),mi||(mi=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 zi,Ci,Bi,Fi,ji,Li,Di,Ei,Ii,Ni,Ai=t.div(zi||(zi=m(["\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"])),A,(function(n){return n.isInternetConnected?"none":"flex"}),(function(n){return n.isIos?"32px 0 8px":"8px 0"}),M),Mi=function(e){return i(Ai,f({isInternetConnected:e.isInternetConnected,isIos:e.isIos},{children:[n(ki,{}),n("span",{children:"Інтернет підключення відсутнє"})]}))},Si=t.div(Ci||(Ci=m(["\n width: 100%;\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n border-radius: 8px;\n object-fit: cover;\n\n @media (min-width: 600px) {\n height: auto;\n }\n\n @media (min-width: 1024px) {\n height: auto;\n }\n }\n"],["\n width: 100%;\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n border-radius: 8px;\n object-fit: cover;\n\n @media (min-width: 600px) {\n height: auto;\n }\n\n @media (min-width: 1024px) {\n height: auto;\n }\n }\n"]))),Ti=t.div(Bi||(Bi=m(["\n display: flex;\n justify-content: space-between;\n margin-top: 16px;\n\n h3 {\n color: ",";\n display: flex;\n align-items: center;\n\n ion-icon {\n margin-right: 4px;\n font-size: 24px;\n }\n }\n"],["\n display: flex;\n justify-content: space-between;\n margin-top: 16px;\n\n h3 {\n color: ",";\n display: flex;\n align-items: center;\n\n ion-icon {\n margin-right: 4px;\n font-size: 24px;\n }\n }\n"])),j),Ri=function(e){return i(Si,f({"data-testid":e["data-testid"]},{children:[n("img",{src:e.avatar,alt:"therapist avatar"}),i(Ti,{children:[i("h3",f({className:"semiBold"},{children:[n(d,{icon:$,color:"primary"}),e.experience]})),i("h3",f({className:"semiBold"},{children:[n(d,{icon:en,color:"primary"}),e.duration]})),i("h3",f({className:"semiBold"},{children:[n(d,{icon:nn,color:"primary"}),e.price]}))]})]}))},Vi=t(d)(Fi||(Fi=m(["\n // skipcq JS-0323\n width: 20px;\n z-index: 3;\n height: 20px;\n position: absolute;\n top: calc(50% - 10px);\n left: 20px;\n color: "," !important;\n"],["\n // skipcq JS-0323\n width: 20px;\n z-index: 3;\n height: 20px;\n position: absolute;\n top: calc(50% - 10px);\n left: 20px;\n color: "," !important;\n"])),j),Oi=t(c)(ji||(ji=m(["\n position: relative;\n border: none;\n border-radius: 4px;\n font-size: 14px;\n font-family: 'Lato Regular', sans-serif;\n --padding-start: 55px !important;\n --background: "," !important;\n min-height: 36px;\n line-height: 20px;\n color: ",";\n --placeholder-color: ",";\n --placeholder-opacity: 1;\n"],["\n position: relative;\n border: none;\n border-radius: 4px;\n font-size: 14px;\n font-family: 'Lato Regular', sans-serif;\n --padding-start: 55px !important;\n --background: "," !important;\n min-height: 36px;\n line-height: 20px;\n color: ",";\n --placeholder-color: ",";\n --placeholder-opacity: 1;\n"])),I,(function(n){return n.isActive?j:D}),D),qi=function(i){return n(Oi,f({name:i.name,placeholder:i.placeholder,value:i.value,"data-testid":i["data-testid"],onIonChange:function(n){return i.onIonChange(n)},isActive:i.isActive,type:i.type},{children:n(Vi,{icon:i.icon})}))},Hi=t(h)(Li||(Li=m(["\n --background: ",";\n"],["\n --background: ",";\n"])),N),Pi=t(x)(Di||(Di=m(["\n --background-checked: ",";\n --background-focused: ",";\n --background-hover: ",";\n --color: ",";\n --color-checked: ",";\n --color-focused: ",";\n --color-hover: ",";\n --transition: 0;\n --indicator-transform: 0;\n"],["\n --background-checked: ",";\n --background-focused: ",";\n --background-hover: ",";\n --color: ",";\n --color-checked: ",";\n --color-focused: ",";\n --color-hover: ",";\n --transition: 0;\n --indicator-transform: 0;\n"])),M,M,M,j,j,j,j),_i=function(e){return i(Hi,f({value:e.value,mode:"ios",onIonChange:function(n){return e.setActiveTab(n.detail.value)}},{children:[n(Pi,f({value:"profile","data-testid":"profile"},{children:n(g,{children:n("h5",{children:"Профіль"})})})),n(Pi,f({value:"video","data-testid":"video"},{children:n(g,{children:n("h5",{children:"Відео"})})})),n(Pi,f({value:"articles","data-testid":"articles"},{children:n(g,{children:n("h5",{children:"Статті"})})}))]}))},Wi=t.div(Ei||(Ei=m(["\n display: flex;\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n position: fixed;\n bottom: -1px;\n width: 100vw;\n border: none;\n padding-bottom: ",";\n color: ",";\n padding-top: 10px;\n justify-content: center;\n background: white;\n\n div {\n display: flex;\n flex-direction: column;\n align-items: center;\n max-width: 150px;\n flex-grow: 1;\n cursor: pointer;\n }\n\n ion-icon {\n font-size: 28px;\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 display: flex;\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n position: fixed;\n bottom: -1px;\n width: 100vw;\n border: none;\n padding-bottom: ",";\n color: ",";\n padding-top: 10px;\n justify-content: center;\n background: white;\n\n div {\n display: flex;\n flex-direction: column;\n align-items: center;\n max-width: 150px;\n flex-grow: 1;\n cursor: pointer;\n }\n\n ion-icon {\n font-size: 28px;\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"])),(function(n){return n.isIos?"34px":"10px"}),L),Zi=function(i){return n(Wi,f({isIos:i.isIos},{children:i.children}))},Ji=t.div(Ii||(Ii=m(["\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #d6f2f9;\n border-radius: 4px;\n"],["\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #d6f2f9;\n border-radius: 4px;\n"]))),Yi=t.div(Ni||(Ni=m(["\n padding: 8px 0;\n overflow: hidden;\n display: flex;\n align-items: center;\n img {\n width: 20px;\n margin-right: 10px;\n }\n span {\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n max-width: 200px;\n overflow-wrap: break-word;\n }\n"],["\n padding: 8px 0;\n overflow: hidden;\n display: flex;\n align-items: center;\n img {\n width: 20px;\n margin-right: 10px;\n }\n span {\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n max-width: 200px;\n overflow-wrap: break-word;\n }\n"]))),Ui=function(e){var t=e.text,o=void 0===t?"За Вашим місцевим часом":t;return n(Ji,{children:i(Yi,{children:[n("img",{src:"./YourLocalTimeBlock.png",alt:"clock"}),n("span",{children:o})]})})};export{ui as ArchivedConsultationCard,Y as Button,qn as ConsultationCard,Yn as ContentCard,vi as DatePicker,G as FloatingButton,jn as FooterForBooking,qi as Input,En as ListButton,An as NavigationBar,Mi as NoInternetConnection,_i as ScrollTabs,Zi as TabBar,ii as TherapistCard,Ri as TherapistInformationComponent,Ui as YourLocalTimeBlock,ai as toast};
15
+ ***************************************************************************** */var f=function(){return f=Object.assign||function(n){for(var i,e=1,t=arguments.length;e<t;e++)for(var o in i=arguments[e])Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o]);return n},f.apply(this,arguments)};function m(n,i){return Object.defineProperty?Object.defineProperty(n,"raw",{value:i}):n.raw=i,n}var u,b,w,v,y,k,z,C,B="#21ABD2",F="#F0FBFF",j="#1D201F",L="#5B5B5B",D="#C1C1C1",E="#478862",I="#F5F9FF",N="#D6F2F9",A="#f1646f",M="#FFFFFF",S="#F2F4F7",T="#E9F7FB",R="#F5939A",V="#90D5E8",O="#E5E5E5",q="#E8ECF2",H=t.button(C||(C=m(["\n padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n max-height: 40px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2),\n 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 padding: 8px 0;\n width: 100%;\n border-radius: 4px;\n max-height: 40px;\n border: 0;\n background: ",";\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2),\n 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"])),B,M,(function(n){return"secondary"===n.buttonType&&o(u||(u=m(["\n background: inherit;\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n }\n "],["\n background: inherit;\n color: ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n }\n "])),B,V)}),(function(n){return"secondaryWithStroke"===n.buttonType&&o(b||(b=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &: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,\n &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 1px solid ",";\n }\n "])),B,B,V,V)}),(function(n){return"secondaryCancel"===n.buttonType&&o(w||(w=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 0;\n\n &:hover,\n &: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,\n &:active {\n box-shadow: none;\n color: ",";\n background: inherit;\n border: 0;\n }\n "])),A,R)}),(function(n){return"actionButton"===n.buttonType&&o(v||(v=m(["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &:active {\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n }\n "],["\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n\n &:hover,\n &:active {\n color: ",";\n background: inherit;\n box-shadow: none;\n border: 1px solid ",";\n }\n "])),D,D,D,D)}),(function(n){return n.isDisabled&&o(y||(y=m(["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover,\n &:active {\n box-shadow: none;\n background: ",";\n color: ",";\n }\n "],["\n background: ",";\n color: ",";\n box-shadow: none;\n\n &:hover,\n &:active {\n box-shadow: none;\n background: ",";\n color: ",";\n }\n "])),D,M,D,M)}),(function(n){return"actionButtonDisabled"===n.buttonType&&o(k||(k=m(["\n color: ",";\n background: inherit;\n box-shadow: none !important;\n border: 1px solid ",";\n text-decoration: line-through;\n "],["\n color: ",";\n background: inherit;\n box-shadow: none !important;\n border: 1px solid ",";\n text-decoration: line-through;\n "])),D,D)}),(function(n){return"actionButtonActive"===n.buttonType&&o(z||(z=m(["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "],["\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n\n &:hover,\n &:active {\n box-shadow: none;\n color: ",";\n background: ",";\n border: 1px solid ",";\n }\n "])),B,T,B,B,T,B)}));function P(n,i){void 0===i&&(i={});var e=i.insertAt;if(n&&"undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===e&&t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.styleSheet?o.styleSheet.cssText=n:o.appendChild(document.createTextNode(n))}}P("@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,\np {\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,\np.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,\np.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 _,W,Z,J,Y=function(i){return n(H,f({"data-testid":i["data-testid"],onClick:i.onClick,disabled:i.isDisabled,isDisabled:i.isDisabled,buttonType:i.buttonType},{children:n("h4",{children:i.children})}))},U=t.a(_||(_=m(["\n display: block;\n width: 54px;\n height: 54px;\n position: fixed;\n bottom: ","px;\n right: ","px;\n z-index: 10000000000000;\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: 10000000000000;\n\n img {\n background: none;\n border-radius: 50%;\n }\n"])),(function(n){return n.bottomHeight}),(function(n){return n.rightWidth})),G=function(i){return n(U,f({href:"https://t.me/MindlySupport",bottomHeight:i.bottomHeight,rightWidth:i.rightWidth},{children:n("img",{"data-testid":i["data-testid"],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"})}))},K=t.div(W||(W=m(["\n padding: ",";\n box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);\n display: flex;\n position: fixed;\n z-index: 10000000000000;\n background: ",";\n bottom: -1px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n button {\n min-height: 44px !important;\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 z-index: 10000000000000;\n background: ",";\n bottom: -1px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n button {\n min-height: 44px !important;\n width: 132px;\n }\n"])),(function(n){return n.isIos?"16px 24px 50px":"16px 24px"}),M),Q=t.div(Z||(Z=m(["\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"])),j),X=t(d)(J||(J=m(["\n // #skipcq\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"],["\n // #skipcq\n margin: 0 5px -4px 0;\n font-size: 18px;\n\n &.ion-color {\n --ion-color-base: "," !important;\n }\n"])),B);const $="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>",nn="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>",en="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 tn,on,rn,an,dn,ln,pn,sn,cn,hn,xn,gn,fn,mn,un,bn,wn,vn,yn,kn,zn,Cn,Bn=function(t){return i(K,f({isIos:t.isIos},{children:[i(Q,{children:[i("h4",{children:[n(X,{icon:en,color:"primary"}),i(e,{children:[t.duration," хв"]})]}),i("h4",{children:[n(X,{icon:nn,color:"primary"}),t.price]})]}),n(Y,f({buttonType:"primary",isDisabled:!1,"data-testid":t["data-testid"],onClick:t.eventHandler},{children:"Записатися"}))]}))},Fn=t.button(tn||(tn=m(["\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"])),j,O),jn=t(d)(on||(on=m(["\n // #skipcq\n font-size: 24px;\n"],["\n // #skipcq\n font-size: 24px;\n"]))),Ln=function(e){return i(Fn,f({"data-testid":e["data-testid"],onClick:e.onClick},{children:[n("h4",{children:e.children}),n(jn,{src:e.icon})]}))},Dn=t(l)(an||(an=m(["\n padding: ",";\n background: #ffffff;\n position: fixed;\n z-index: 1000;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n color: ",";\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 0;\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 0;\n }\n\n &:after {\n background-image: none;\n }\n\n ","\n"],["\n padding: ",";\n background: #ffffff;\n position: fixed;\n z-index: 1000;\n min-height: ",";\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n color: ",";\n\n @media (min-width: 600px) {\n padding-left: calc((100vw - 468px) / 2);\n padding-right: calc((100vw - 468px) / 2);\n }\n\n @media (min-width: 1024px) {\n padding-left: calc((100vw - 960px) / 2);\n padding-right: calc((100vw - 960px) / 2);\n }\n\n .left {\n cursor: pointer;\n position: absolute;\n color: ",";\n left: 0;\n }\n\n .right {\n cursor: pointer;\n color: ",";\n position: absolute;\n right: 0;\n }\n\n &:after {\n background-image: none;\n }\n\n ","\n"])),(function(n){return n.isInternetConnected?"10px 16px":"40px 16px 16px"}),(function(n){return n.isInternetConnected?"44px":"74px"}),L,B,B,(function(n){return n.isIos&&o(rn||(rn=m(["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 0;\n }\n\n .right {\n position: absolute;\n right: 0;\n }\n "],["\n padding: ",";\n min-height: ",";\n\n .left {\n position: absolute;\n left: 0;\n }\n\n .right {\n position: absolute;\n right: 0;\n }\n "])),n.isInternetConnected?"54px 16px 10px":"64px 16px 10px",n.isInternetConnected?"88px":"98px")})),En=t.div(dn||(dn=m(["\n position: relative;\n display: flex;\n text-align: center;\n justify-content: center;\n\n @media (min-width: 600px) {\n width: 468px;\n }\n\n @media (min-width: 1024px) {\n width: 960px;\n }\n"],["\n position: relative;\n display: flex;\n text-align: center;\n justify-content: center;\n\n @media (min-width: 600px) {\n width: 468px;\n }\n\n @media (min-width: 1024px) {\n width: 960px;\n }\n"]))),In=function(i){return n(Dn,f({isIos:i.isIos,isInternetConnected:i.isInternetConnected},{children:n(En,{children:i.children})}))},Nn=t.div(ln||(ln=m(["\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"])),S),An=t.div(pn||(pn=m(["\n display: flex;\n justify-content: space-between;\n margin-bottom: 24px;\n"],["\n display: flex;\n justify-content: space-between;\n margin-bottom: 24px;\n"]))),Mn=t.div(sn||(sn=m(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n font-weight: 400;\n font-size: 18px;\n line-height: 24px;\n }\n\n h2.time {\n margin-top: 8px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n div.is-free {\n margin-top: 12px;\n padding: 2px 7px;\n border-radius: 12px;\n max-width: max-content;\n text-align: center;\n &.greeny {\n background-color: #cfe2d7;\n }\n &.reddy {\n background-color: #ffc7c7;\n }\n h2 {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n }\n }\n"],["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-right: 8px;\n\n h3 {\n color: ",";\n font-weight: 400;\n font-size: 18px;\n line-height: 24px;\n }\n\n h2.time {\n margin-top: 8px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n div.is-free {\n margin-top: 12px;\n padding: 2px 7px;\n border-radius: 12px;\n max-width: max-content;\n text-align: center;\n &.greeny {\n background-color: #cfe2d7;\n }\n &.reddy {\n background-color: #ffc7c7;\n }\n h2 {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n }\n }\n"])),L,j),Sn=t.img(cn||(cn=m(["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"],["\n width: 104px;\n height: 104px;\n border-radius: 8px;\n"]))),Tn=t.div(hn||(hn=m(["\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"])),D,D),Rn=t.div(xn||(xn=m(["\n display: flex;\n"],["\n display: flex;\n"]))),Vn=function(e){return i(Nn,f({"data-testid":e["data-container-testid"]},{children:[i(An,{children:[i(Mn,{children:[i("h3",{children:["Консультація з ",e.consultationWith]}),i("h2",f({className:"time"},{children:[e.day," о ",e.time]})),"boolean"==typeof e.isFree&&(e.isFree?n("div",f({className:"is-free reddy"},{children:n("h2",{children:"Безкоштовна"})})):n("div",f({className:"is-free greeny"},{children:n("h2",{children:"Платна - ".concat(e.price," грн")})})))]}),n(Sn,{src:e.avatar,alt:"avatar"})]}),n(Y,f({buttonType:"primary",isDisabled:!1,"data-testid":e["data-start-testid"],onClick:e.startConsultation},{children:"Почати консультацію"})),i(Tn,{children:[n("div",{className:"divider"}),n("h4",{children:"або"}),n("div",{className:"divider"})]}),n(Rn,{children:n(Y,f({buttonType:"secondaryCancel",isDisabled:!1,onClick:e.handleRefund,"data-testid":e["data-refund-testid"]},{children:"Скасувати"}))})]}))},On=t.div(gn||(gn=m(["\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 text-align: left;\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 text-align: left;\n"])),S),qn=t.a(fn||(fn=m(["\n width: 100%;\n min-height: 192px;\n max-height: 192px;\n display: block;\n\n img {\n border-radius: 8px 8px 0 0;\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 border-radius: 8px 8px 0 0;\n width: 100%;\n height: 192px;\n }\n"]))),Hn=t.iframe(mn||(mn=m(["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n border-radius: 8px 8px 0 0;\n"],["\n width: 100%;\n height: 192px;\n margin: 0;\n padding: 0;\n border-radius: 8px 8px 0 0;\n"]))),Pn=t.h3(un||(un=m(["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"],["\n padding: 16px !important;\n height: 104px;\n color: ",";\n"])),j),_n=t.div(bn||(bn=m(["\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"})),Wn=t(p)(wn||(wn=m(["\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"]))),Zn=function(e){var t,o,r,d=a(!0),l=d[0],p=d[1],s=(null===(t=e.contentVideo)||void 0===t?void 0:t.title)||(null===(o=e.contentArticle)||void 0===o?void 0:o.title),c=e.contentArticle?n(qn,f({"data-testID":e["data-testid"],href:e.contentArticle.link},{children:n("img",{src:e.contentArticle.photoURL,alt:"article-img",onLoad:function(){p(!1)}})})):n(Hn,{"data-testid":e["data-testid"],src:"https://www.youtube.com/embed/".concat(null===(r=e.contentVideo)||void 0===r?void 0:r.url),title:"YouTube video player",frameBorder:"0",onLoad:function(){p(!1)},allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0});return i(On,{children:[c,n(_n,f({isLoading:l},{children:n(Wn,{animated:!0})})),i(Pn,f({className:"semiBold"},{children:[" ",s]}))]})},Jn=t.div(vn||(vn=m(["\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n @media (min-width: 600px) {\n max-width: 452px;\n }\n"],["\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);\n position: relative;\n\n @media (min-width: 600px) {\n max-width: 452px;\n }\n"]))),Yn=t.div(yn||(yn=m(["\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 @media (min-width: 600px) {\n height: 256px;\n }\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 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 @media (min-width: 600px) {\n height: 256px;\n }\n }\n\n h1 {\n margin: 16px 16px 0;\n color: ",";\n }\n\n h3 {\n margin: 4px 16px 0;\n color: ",";\n }\n"])),j,L),Un=t(d)(kn||(kn=m(["\n // #skipcq\n color: ",";\n font-size: 20px;\n margin: 0;\n\n @media (max-width: 320px) {\n font-size: 19px;\n }\n"],["\n // #skipcq\n color: ",";\n font-size: 20px;\n margin: 0;\n\n @media (max-width: 320px) {\n font-size: 19px;\n }\n"])),B),Gn=t.div(zn||(zn=m(["\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: 4px;\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: 4px;\n margin: 0;\n font-family: 'Lato Regular', sans-serif;\n\n @media (max-width: 320px) {\n font-size: 11.5px;\n }\n }\n"])),j),Kn=t.div(Cn||(Cn=m(["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"],["\n display: flex;\n justify-content: space-between;\n margin: 16px;\n"]))),Qn=function(e){return n(Jn,f({"data-testid":e["data-testid"],onClick:e.handleClick},{children:i(Yn,{children:[n("img",{src:e.psychologistPhoto,alt:"psychologistPhoto"}),n("h1",f({className:"bold"},{children:"".concat(e.psychologistName," ").concat(e.psychologistLastName)})),n("h3",f({className:"semiBold"},{children:e.psychologistType})),i(Kn,{children:[i(Gn,{children:[n(Un,{icon:en}),n("p",f({className:"semiBold"},{children:"".concat(e.psychologistDuration," хвилин")}))]}),i(Gn,{children:[n(Un,{icon:nn}),n("p",f({className:"semiBold"},{children:"".concat(e.psychologistPrice," грн")}))]}),i(Gn,{children:[n(Un,{icon:$}),n("p",f({className:"semiBold"},{children:e.psychologistExperience>=5?"".concat(e.psychologistExperience," років досвіду"):1===e.psychologistExperience?"".concat(e.psychologistExperience," рік досвіду"):"".concat(e.psychologistExperience," роки досвіду")}))]})]})]})}))};P(".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}\n");var Xn,$n,ni,ii,ei=function(n,i){var e;void 0===i&&(i=4500);var t=document.createElement("ion-toast");return t.message=n,t.duration=i,t.position="top",t.cssClass=s("ios")?"toast_classes toast_classes_ios":"toast_classes",null===(e=document.getElementById("root"))||void 0===e||e.appendChild(t),t.present()},ti=t.div(Xn||(Xn=m(["\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n"],["\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n background: ",";\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n"])),q),oi=t.div($n||($n=m(["\n h3 {\n padding-top: 5px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n h5 {\n color: ",";\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n\n h5.isFreeStatus {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n text-align: center;\n padding: 2px 8px;\n color: ",";\n }\n\n .greeny-bg {\n max-width: max-content;\n background: #cfe2d7;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n .reddy-bg {\n max-width: max-content;\n background: #f6dfdf;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n h5.check {\n margin-top: 5px;\n display: flex;\n align-items: center;\n color: ",";\n font-weight: 400;\n font-size: 14px;\n line-height: 16px;\n }\n\n svg {\n margin-right: 4px;\n }\n"],["\n h3 {\n padding-top: 5px;\n font-weight: 700;\n font-size: 18px;\n line-height: 24px;\n color: ",";\n }\n\n h5 {\n color: ",";\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n\n h5.isFreeStatus {\n font-weight: 700;\n font-size: 12px;\n line-height: 16px;\n text-align: center;\n padding: 2px 8px;\n color: ",";\n }\n\n .greeny-bg {\n max-width: max-content;\n background: #cfe2d7;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n .reddy-bg {\n max-width: max-content;\n background: #f6dfdf;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\n border-radius: 12px;\n }\n\n h5.check {\n margin-top: 5px;\n display: flex;\n align-items: center;\n color: ",";\n font-weight: 400;\n font-size: 14px;\n line-height: 16px;\n }\n\n svg {\n margin-right: 4px;\n }\n"])),j,L,j,E),ri=t.img(ni||(ni=m(["\n max-width: 94px;\n max-height: 94px;\n border-radius: 8px;\n"],["\n max-width: 94px;\n max-height: 94px;\n border-radius: 8px;\n"])));function ai(){return ai=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var e=arguments[i];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}return n},ai.apply(this,arguments)}function di(n){return r.createElement("svg",ai({width:16,height:16,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),ii||(ii=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 li,pi,si,ci,hi,xi=function(e){return i(ti,f({"data-testid":e["data-testid"]},{children:[i(oi,{children:["boolean"==typeof e.isFree&&(e.isFree?n("div",f({className:"reddy-bg"},{children:n("h5",f({className:"isFreeStatus"},{children:"Безкоштовна"}))})):n("div",f({className:"greeny-bg"},{children:n("h5",f({className:"isFreeStatus"},{children:"Платна - ".concat(e.price," грн")}))}))),n("h3",{children:e.nameAndSurname}),n("h5",f({className:"semiBold"},{children:e.date})),i("h5",f({className:"check"},{children:[n(di,{}),"Завершена"]}))]}),n(ri,{src:e.avatar,alt:"user-avatar"})]}))},gi=t.div(li||(li=m(["\n padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n width: 100%;\n min-width: 86px;\n max-height: 108px;\n box-sizing: border-box;\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 padding: 16px 8px;\n border-radius: 4px;\n border: 1px solid;\n width: 100%;\n min-width: 86px;\n max-height: 108px;\n box-sizing: border-box;\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"])),(function(n){return n.isActive?B:S}),(function(n){return n.isActive?F:M}),(function(n){return n.isActive?B:L}),(function(n){return n.isActive?B:j}),(function(n){return n.isActive?B:L})),fi=t.h1(pi||(pi=m(["\n line-height: 76px;\n font-weight: 700;\n margin: 0;\n"],["\n line-height: 76px;\n font-weight: 700;\n margin: 0;\n"]))),mi=function(t){return n(gi,f({"data-testid":t["data-testid"],isActive:t.isActive,onClick:function(){return t.onClick()}},{children:"weekday"===t.type?n(fi,{children:t.weekday}):i(e,{children:[n("h4",{children:t.day}),n("h1",f({className:"bold"},{children:t.date})),n("h5",{children:t.month})]})}))};function ui(){return ui=Object.assign||function(n){for(var i=1;i<arguments.length;i++){var e=arguments[i];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}return n},ui.apply(this,arguments)}function bi(n){return r.createElement("svg",ui({width:14,height:14,fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),si||(si=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"})),ci||(ci=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"})),hi||(hi=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 wi,vi,yi,ki,zi,Ci,Bi,Fi,ji,Li,Di=t.div(wi||(wi=m(["\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"])),A,(function(n){return n.isInternetConnected?"none":"flex"}),(function(n){return n.isIos?"32px 0 8px":"8px 0"}),M),Ei=function(e){return i(Di,f({isInternetConnected:e.isInternetConnected,isIos:e.isIos},{children:[n(bi,{}),n("span",{children:"Інтернет підключення відсутнє"})]}))},Ii=t.div(vi||(vi=m(["\n width: 100%;\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n border-radius: 8px;\n object-fit: cover;\n\n @media (min-width: 600px) {\n height: auto;\n }\n\n @media (min-width: 1024px) {\n height: auto;\n }\n }\n"],["\n width: 100%;\n display: flex;\n flex-direction: column;\n\n img {\n width: 100%;\n height: 222px;\n border-radius: 8px;\n object-fit: cover;\n\n @media (min-width: 600px) {\n height: auto;\n }\n\n @media (min-width: 1024px) {\n height: auto;\n }\n }\n"]))),Ni=t.div(yi||(yi=m(["\n display: flex;\n justify-content: space-between;\n margin-top: 16px;\n\n h3 {\n color: ",";\n display: flex;\n align-items: center;\n\n ion-icon {\n margin-right: 4px;\n font-size: 24px;\n }\n }\n"],["\n display: flex;\n justify-content: space-between;\n margin-top: 16px;\n\n h3 {\n color: ",";\n display: flex;\n align-items: center;\n\n ion-icon {\n margin-right: 4px;\n font-size: 24px;\n }\n }\n"])),j),Ai=function(e){return i(Ii,f({"data-testid":e["data-testid"]},{children:[n("img",{src:e.avatar,alt:"therapist avatar"}),i(Ni,{children:[i("h3",f({className:"semiBold"},{children:[n(d,{icon:$,color:"primary"}),e.experience]})),i("h3",f({className:"semiBold"},{children:[n(d,{icon:en,color:"primary"}),e.duration]})),i("h3",f({className:"semiBold"},{children:[n(d,{icon:nn,color:"primary"}),e.price]}))]})]}))},Mi=t(d)(ki||(ki=m(["\n // skipcq JS-0323\n width: 20px;\n z-index: 3;\n height: 20px;\n position: absolute;\n top: calc(50% - 10px);\n left: 20px;\n color: "," !important;\n"],["\n // skipcq JS-0323\n width: 20px;\n z-index: 3;\n height: 20px;\n position: absolute;\n top: calc(50% - 10px);\n left: 20px;\n color: "," !important;\n"])),j),Si=t(c)(zi||(zi=m(["\n position: relative;\n border: none;\n border-radius: 4px;\n font-size: 14px;\n font-family: 'Lato Regular', sans-serif;\n --padding-start: 55px !important;\n --background: "," !important;\n min-height: 36px;\n line-height: 20px;\n color: ",";\n --placeholder-color: ",";\n --placeholder-opacity: 1;\n"],["\n position: relative;\n border: none;\n border-radius: 4px;\n font-size: 14px;\n font-family: 'Lato Regular', sans-serif;\n --padding-start: 55px !important;\n --background: "," !important;\n min-height: 36px;\n line-height: 20px;\n color: ",";\n --placeholder-color: ",";\n --placeholder-opacity: 1;\n"])),I,(function(n){return n.isActive?j:D}),D),Ti=function(i){return n(Si,f({name:i.name,placeholder:i.placeholder,value:i.value,"data-testid":i["data-testid"],onIonChange:function(n){return i.onIonChange(n)},isActive:i.isActive,type:i.type},{children:n(Mi,{icon:i.icon})}))},Ri=t(h)(Ci||(Ci=m(["\n --background: ",";\n"],["\n --background: ",";\n"])),N),Vi=t(x)(Bi||(Bi=m(["\n --background-checked: ",";\n --background-focused: ",";\n --background-hover: ",";\n --color: ",";\n --color-checked: ",";\n --color-focused: ",";\n --color-hover: ",";\n --transition: 0;\n --indicator-transform: 0;\n"],["\n --background-checked: ",";\n --background-focused: ",";\n --background-hover: ",";\n --color: ",";\n --color-checked: ",";\n --color-focused: ",";\n --color-hover: ",";\n --transition: 0;\n --indicator-transform: 0;\n"])),M,M,M,j,j,j,j),Oi=function(e){return i(Ri,f({value:e.value,mode:"ios",onIonChange:function(n){return e.setActiveTab(n.detail.value)}},{children:[n(Vi,f({value:"profile","data-testid":"profile"},{children:n(g,{children:n("h5",{children:"Профіль"})})})),n(Vi,f({value:"video","data-testid":"video"},{children:n(g,{children:n("h5",{children:"Відео"})})})),n(Vi,f({value:"articles","data-testid":"articles"},{children:n(g,{children:n("h5",{children:"Статті"})})}))]}))},qi=t.div(Fi||(Fi=m(["\n display: flex;\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n position: fixed;\n bottom: -1px;\n width: 100vw;\n border: none;\n padding-bottom: ",";\n color: ",";\n padding-top: 10px;\n justify-content: center;\n background: white;\n\n div {\n display: flex;\n flex-direction: column;\n align-items: center;\n max-width: 150px;\n flex-grow: 1;\n cursor: pointer;\n }\n\n ion-icon {\n font-size: 28px;\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 display: flex;\n box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);\n position: fixed;\n bottom: -1px;\n width: 100vw;\n border: none;\n padding-bottom: ",";\n color: ",";\n padding-top: 10px;\n justify-content: center;\n background: white;\n\n div {\n display: flex;\n flex-direction: column;\n align-items: center;\n max-width: 150px;\n flex-grow: 1;\n cursor: pointer;\n }\n\n ion-icon {\n font-size: 28px;\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"])),(function(n){return n.isIos?"34px":"10px"}),L),Hi=function(i){return n(qi,f({isIos:i.isIos},{children:i.children}))},Pi=t.div(ji||(ji=m(["\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #d6f2f9;\n border-radius: 4px;\n"],["\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #d6f2f9;\n border-radius: 4px;\n"]))),_i=t.div(Li||(Li=m(["\n padding: 8px 0;\n overflow: hidden;\n display: flex;\n align-items: center;\n img {\n width: 20px;\n margin-right: 10px;\n }\n span {\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n max-width: 200px;\n overflow-wrap: break-word;\n }\n"],["\n padding: 8px 0;\n overflow: hidden;\n display: flex;\n align-items: center;\n img {\n width: 20px;\n margin-right: 10px;\n }\n span {\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n max-width: 200px;\n overflow-wrap: break-word;\n }\n"]))),Wi=function(e){var t=e.text,o=void 0===t?"За Вашим місцевим часом":t;return n(Pi,{children:i(_i,{children:[n("img",{src:"./YourLocalTimeBlock.png",alt:"clock"}),n("span",{children:o})]})})};export{xi as ArchivedConsultationCard,Y as Button,Vn as ConsultationCard,Zn as ContentCard,mi as DatePicker,G as FloatingButton,Bn as FooterForBooking,Ti as Input,Ln as ListButton,In as NavigationBar,Ei as NoInternetConnection,Oi as ScrollTabs,Hi as TabBar,Qn as TherapistCard,Ai as TherapistInformationComponent,Wi as YourLocalTimeBlock,ei as toast};
16
16
  //# sourceMappingURL=index.js.map