{"version":3,"file":"bundle.b7dade8ab3fc2d2afc26.js","mappings":";;;;;;;;;;;AAkCA;;;;;;;;AASA;;;;;;;;;;;;AAaA;;;;AAwBA;;;AAGA;AACA;AACA;;;AAGA;AACA;;;AAGA;;;;;;;;;AASA;;AAEA;AACA;AACA;;;AAGA;;;;;AAKA;;AAEA;;;;AAIA;;;;;;;;ACxFA;;;;;;;;;;;;;;;AA8BA;AAqBA;AACA;AA+BA;AACA;;;;;;;;;;;;;;;ACzEA;;;;;;;;;;;;;;;AAgBA;;;;;;;;;;;;;;;AA8BA;AA4EA;AACA;;AA+BA;AACA;;AAgCA;AACA;;;;;;;;;;;;ACvLA;;;;;;;;;;;;;AAcA;AA8CA;AACA;;;;;;;;AAWA;;;;AAIA;;;;;;;;;;;AAWA;;;;;;;;;;;;;ACrIA;;;;;;;;;;;;;;;;;ACAA;;;;;;;;;;;;;ACAA;;;;;;;;;;;;;;;;;;;;;;;;;;;ACwJA;;;AClJA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ADoKA;;;;;;;;;;;;;;;;;;;;;;;;AEjFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA;AACA;;;;;;AAMA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA;AACA;;;;;;;;;;;;AAgHA;;;;;;AApGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+CA;;;;;;AAMA;AACA;;;;;;;AAOA;AAsBA;;;;;;AArBA;;;;;;;;;;;;;;;;;;;;;;AA4BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqBA;;;;;;;;;;;;;;AArBA;;;;;;;;;;;;;;;;;;;;;;;AAuEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgHA;;;;;;;;;;;;;;;;;;;;AA0GA;;;;;;;;;;;;;;;;;AAqCA;;;;;;AAAA;;;;;;;;;;;;;;AAoBA;;;;;;;;;;;AAiCA;;;;;;;;;;;;;;;AAAA;;;;;;;;AAQA;;;;;;;AAOA;;;;;;;AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8CA;AACA;;;;;;;;;;;;;AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyEA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkIA","sources":["webpack://voyacust/./node_modules/@mui/material/ButtonBase/TouchRipple.js","webpack://voyacust/./node_modules/@mui/material/CircularProgress/CircularProgress.js","webpack://voyacust/./node_modules/@mui/material/LinearProgress/LinearProgress.js","webpack://voyacust/./node_modules/@mui/material/Skeleton/Skeleton.js","webpack://voyacust/./core-lib/gql/hasura/mutation/requestSupportCall.ts","webpack://voyacust/./core-lib/gql/hasura/mutation/unlinkSocialAccount.ts","webpack://voyacust/./core-lib/gql/hasura/mutation/upsertOnboardingIntent.ts","webpack://voyacust/./core-lib/features/contentful/ContentfulActions.ts","webpack://voyacust/./core-lib/features/contentful/contenfulClient.ts","webpack://voyacust/./node_modules/@healthie/sdk/dist/index.mjs"],"sourcesContent":["'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"center\", \"classes\", \"className\"];\nlet _ = t => t,\n _t,\n _t2,\n _t3,\n _t4;\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { TransitionGroup } from 'react-transition-group';\nimport clsx from 'clsx';\nimport { keyframes } from '@mui/system';\nimport useTimeout from '@mui/utils/useTimeout';\nimport styled from '../styles/styled';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport Ripple from './Ripple';\nimport touchRippleClasses from './touchRippleClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst DURATION = 550;\nexport const DELAY_RIPPLE = 80;\nconst enterKeyframe = keyframes(_t || (_t = _`\n 0% {\n transform: scale(0);\n opacity: 0.1;\n }\n\n 100% {\n transform: scale(1);\n opacity: 0.3;\n }\n`));\nconst exitKeyframe = keyframes(_t2 || (_t2 = _`\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n`));\nconst pulsateKeyframe = keyframes(_t3 || (_t3 = _`\n 0% {\n transform: scale(1);\n }\n\n 50% {\n transform: scale(0.92);\n }\n\n 100% {\n transform: scale(1);\n }\n`));\nexport const TouchRippleRoot = styled('span', {\n name: 'MuiTouchRipple',\n slot: 'Root'\n})({\n overflow: 'hidden',\n pointerEvents: 'none',\n position: 'absolute',\n zIndex: 0,\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n borderRadius: 'inherit'\n});\n\n// This `styled()` function invokes keyframes. `styled-components` only supports keyframes\n// in string templates. Do not convert these styles in JS object as it will break.\nexport const TouchRippleRipple = styled(Ripple, {\n name: 'MuiTouchRipple',\n slot: 'Ripple'\n})(_t4 || (_t4 = _`\n opacity: 0;\n position: absolute;\n\n &.${0} {\n opacity: 0.3;\n transform: scale(1);\n animation-name: ${0};\n animation-duration: ${0}ms;\n animation-timing-function: ${0};\n }\n\n &.${0} {\n animation-duration: ${0}ms;\n }\n\n & .${0} {\n opacity: 1;\n display: block;\n width: 100%;\n height: 100%;\n border-radius: 50%;\n background-color: currentColor;\n }\n\n & .${0} {\n opacity: 0;\n animation-name: ${0};\n animation-duration: ${0}ms;\n animation-timing-function: ${0};\n }\n\n & .${0} {\n position: absolute;\n /* @noflip */\n left: 0px;\n top: 0;\n animation-name: ${0};\n animation-duration: 2500ms;\n animation-timing-function: ${0};\n animation-iteration-count: infinite;\n animation-delay: 200ms;\n }\n`), touchRippleClasses.rippleVisible, enterKeyframe, DURATION, ({\n theme\n}) => theme.transitions.easing.easeInOut, touchRippleClasses.ripplePulsate, ({\n theme\n}) => theme.transitions.duration.shorter, touchRippleClasses.child, touchRippleClasses.childLeaving, exitKeyframe, DURATION, ({\n theme\n}) => theme.transitions.easing.easeInOut, touchRippleClasses.childPulsate, pulsateKeyframe, ({\n theme\n}) => theme.transitions.easing.easeInOut);\n\n/**\n * @ignore - internal component.\n *\n * TODO v5: Make private\n */\nconst TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiTouchRipple'\n });\n const {\n center: centerProp = false,\n classes = {},\n className\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const [ripples, setRipples] = React.useState([]);\n const nextKey = React.useRef(0);\n const rippleCallback = React.useRef(null);\n React.useEffect(() => {\n if (rippleCallback.current) {\n rippleCallback.current();\n rippleCallback.current = null;\n }\n }, [ripples]);\n\n // Used to filter out mouse emulated events on mobile.\n const ignoringMouseDown = React.useRef(false);\n // We use a timer in order to only show the ripples for touch \"click\" like events.\n // We don't want to display the ripple for touch scroll events.\n const startTimer = useTimeout();\n\n // This is the hook called once the previous timeout is ready.\n const startTimerCommit = React.useRef(null);\n const container = React.useRef(null);\n const startCommit = React.useCallback(params => {\n const {\n pulsate,\n rippleX,\n rippleY,\n rippleSize,\n cb\n } = params;\n setRipples(oldRipples => [...oldRipples, /*#__PURE__*/_jsx(TouchRippleRipple, {\n classes: {\n ripple: clsx(classes.ripple, touchRippleClasses.ripple),\n rippleVisible: clsx(classes.rippleVisible, touchRippleClasses.rippleVisible),\n ripplePulsate: clsx(classes.ripplePulsate, touchRippleClasses.ripplePulsate),\n child: clsx(classes.child, touchRippleClasses.child),\n childLeaving: clsx(classes.childLeaving, touchRippleClasses.childLeaving),\n childPulsate: clsx(classes.childPulsate, touchRippleClasses.childPulsate)\n },\n timeout: DURATION,\n pulsate: pulsate,\n rippleX: rippleX,\n rippleY: rippleY,\n rippleSize: rippleSize\n }, nextKey.current)]);\n nextKey.current += 1;\n rippleCallback.current = cb;\n }, [classes]);\n const start = React.useCallback((event = {}, options = {}, cb = () => {}) => {\n const {\n pulsate = false,\n center = centerProp || options.pulsate,\n fakeElement = false // For test purposes\n } = options;\n if ((event == null ? void 0 : event.type) === 'mousedown' && ignoringMouseDown.current) {\n ignoringMouseDown.current = false;\n return;\n }\n if ((event == null ? void 0 : event.type) === 'touchstart') {\n ignoringMouseDown.current = true;\n }\n const element = fakeElement ? null : container.current;\n const rect = element ? element.getBoundingClientRect() : {\n width: 0,\n height: 0,\n left: 0,\n top: 0\n };\n\n // Get the size of the ripple\n let rippleX;\n let rippleY;\n let rippleSize;\n if (center || event === undefined || event.clientX === 0 && event.clientY === 0 || !event.clientX && !event.touches) {\n rippleX = Math.round(rect.width / 2);\n rippleY = Math.round(rect.height / 2);\n } else {\n const {\n clientX,\n clientY\n } = event.touches && event.touches.length > 0 ? event.touches[0] : event;\n rippleX = Math.round(clientX - rect.left);\n rippleY = Math.round(clientY - rect.top);\n }\n if (center) {\n rippleSize = Math.sqrt((2 * rect.width ** 2 + rect.height ** 2) / 3);\n\n // For some reason the animation is broken on Mobile Chrome if the size is even.\n if (rippleSize % 2 === 0) {\n rippleSize += 1;\n }\n } else {\n const sizeX = Math.max(Math.abs((element ? element.clientWidth : 0) - rippleX), rippleX) * 2 + 2;\n const sizeY = Math.max(Math.abs((element ? element.clientHeight : 0) - rippleY), rippleY) * 2 + 2;\n rippleSize = Math.sqrt(sizeX ** 2 + sizeY ** 2);\n }\n\n // Touche devices\n if (event != null && event.touches) {\n // check that this isn't another touchstart due to multitouch\n // otherwise we will only clear a single timer when unmounting while two\n // are running\n if (startTimerCommit.current === null) {\n // Prepare the ripple effect.\n startTimerCommit.current = () => {\n startCommit({\n pulsate,\n rippleX,\n rippleY,\n rippleSize,\n cb\n });\n };\n // Delay the execution of the ripple effect.\n // We have to make a tradeoff with this delay value.\n startTimer.start(DELAY_RIPPLE, () => {\n if (startTimerCommit.current) {\n startTimerCommit.current();\n startTimerCommit.current = null;\n }\n });\n }\n } else {\n startCommit({\n pulsate,\n rippleX,\n rippleY,\n rippleSize,\n cb\n });\n }\n }, [centerProp, startCommit, startTimer]);\n const pulsate = React.useCallback(() => {\n start({}, {\n pulsate: true\n });\n }, [start]);\n const stop = React.useCallback((event, cb) => {\n startTimer.clear();\n\n // The touch interaction occurs too quickly.\n // We still want to show ripple effect.\n if ((event == null ? void 0 : event.type) === 'touchend' && startTimerCommit.current) {\n startTimerCommit.current();\n startTimerCommit.current = null;\n startTimer.start(0, () => {\n stop(event, cb);\n });\n return;\n }\n startTimerCommit.current = null;\n setRipples(oldRipples => {\n if (oldRipples.length > 0) {\n return oldRipples.slice(1);\n }\n return oldRipples;\n });\n rippleCallback.current = cb;\n }, [startTimer]);\n React.useImperativeHandle(ref, () => ({\n pulsate,\n start,\n stop\n }), [pulsate, start, stop]);\n return /*#__PURE__*/_jsx(TouchRippleRoot, _extends({\n className: clsx(touchRippleClasses.root, classes.root, className),\n ref: container\n }, other, {\n children: /*#__PURE__*/_jsx(TransitionGroup, {\n component: null,\n exit: true,\n children: ripples\n })\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? TouchRipple.propTypes = {\n /**\n * If `true`, the ripple starts at the center of the component\n * rather than at the point of interaction.\n */\n center: PropTypes.bool,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string\n} : void 0;\nexport default TouchRipple;","'use client';\n\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"className\", \"color\", \"disableShrink\", \"size\", \"style\", \"thickness\", \"value\", \"variant\"];\nlet _ = t => t,\n _t,\n _t2,\n _t3,\n _t4;\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport chainPropTypes from '@mui/utils/chainPropTypes';\nimport composeClasses from '@mui/utils/composeClasses';\nimport { keyframes, css } from '@mui/system';\nimport capitalize from '../utils/capitalize';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport styled from '../styles/styled';\nimport { getCircularProgressUtilityClass } from './circularProgressClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst SIZE = 44;\nconst circularRotateKeyframe = keyframes(_t || (_t = _`\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n`));\nconst circularDashKeyframe = keyframes(_t2 || (_t2 = _`\n 0% {\n stroke-dasharray: 1px, 200px;\n stroke-dashoffset: 0;\n }\n\n 50% {\n stroke-dasharray: 100px, 200px;\n stroke-dashoffset: -15px;\n }\n\n 100% {\n stroke-dasharray: 100px, 200px;\n stroke-dashoffset: -125px;\n }\n`));\nconst useUtilityClasses = ownerState => {\n const {\n classes,\n variant,\n color,\n disableShrink\n } = ownerState;\n const slots = {\n root: ['root', variant, `color${capitalize(color)}`],\n svg: ['svg'],\n circle: ['circle', `circle${capitalize(variant)}`, disableShrink && 'circleDisableShrink']\n };\n return composeClasses(slots, getCircularProgressUtilityClass, classes);\n};\nconst CircularProgressRoot = styled('span', {\n name: 'MuiCircularProgress',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, styles[ownerState.variant], styles[`color${capitalize(ownerState.color)}`]];\n }\n})(({\n ownerState,\n theme\n}) => _extends({\n display: 'inline-block'\n}, ownerState.variant === 'determinate' && {\n transition: theme.transitions.create('transform')\n}, ownerState.color !== 'inherit' && {\n color: (theme.vars || theme).palette[ownerState.color].main\n}), ({\n ownerState\n}) => ownerState.variant === 'indeterminate' && css(_t3 || (_t3 = _`\n animation: ${0} 1.4s linear infinite;\n `), circularRotateKeyframe));\nconst CircularProgressSVG = styled('svg', {\n name: 'MuiCircularProgress',\n slot: 'Svg',\n overridesResolver: (props, styles) => styles.svg\n})({\n display: 'block' // Keeps the progress centered\n});\nconst CircularProgressCircle = styled('circle', {\n name: 'MuiCircularProgress',\n slot: 'Circle',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.circle, styles[`circle${capitalize(ownerState.variant)}`], ownerState.disableShrink && styles.circleDisableShrink];\n }\n})(({\n ownerState,\n theme\n}) => _extends({\n stroke: 'currentColor'\n}, ownerState.variant === 'determinate' && {\n transition: theme.transitions.create('stroke-dashoffset')\n}, ownerState.variant === 'indeterminate' && {\n // Some default value that looks fine waiting for the animation to kicks in.\n strokeDasharray: '80px, 200px',\n strokeDashoffset: 0 // Add the unit to fix a Edge 16 and below bug.\n}), ({\n ownerState\n}) => ownerState.variant === 'indeterminate' && !ownerState.disableShrink && css(_t4 || (_t4 = _`\n animation: ${0} 1.4s ease-in-out infinite;\n `), circularDashKeyframe));\n\n/**\n * ## ARIA\n *\n * If the progress bar is describing the loading progress of a particular region of a page,\n * you should use `aria-describedby` to point to the progress bar, and set the `aria-busy`\n * attribute to `true` on that region until it has finished loading.\n */\nconst CircularProgress = /*#__PURE__*/React.forwardRef(function CircularProgress(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiCircularProgress'\n });\n const {\n className,\n color = 'primary',\n disableShrink = false,\n size = 40,\n style,\n thickness = 3.6,\n value = 0,\n variant = 'indeterminate'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const ownerState = _extends({}, props, {\n color,\n disableShrink,\n size,\n thickness,\n value,\n variant\n });\n const classes = useUtilityClasses(ownerState);\n const circleStyle = {};\n const rootStyle = {};\n const rootProps = {};\n if (variant === 'determinate') {\n const circumference = 2 * Math.PI * ((SIZE - thickness) / 2);\n circleStyle.strokeDasharray = circumference.toFixed(3);\n rootProps['aria-valuenow'] = Math.round(value);\n circleStyle.strokeDashoffset = `${((100 - value) / 100 * circumference).toFixed(3)}px`;\n rootStyle.transform = 'rotate(-90deg)';\n }\n return /*#__PURE__*/_jsx(CircularProgressRoot, _extends({\n className: clsx(classes.root, className),\n style: _extends({\n width: size,\n height: size\n }, rootStyle, style),\n ownerState: ownerState,\n ref: ref,\n role: \"progressbar\"\n }, rootProps, other, {\n children: /*#__PURE__*/_jsx(CircularProgressSVG, {\n className: classes.svg,\n ownerState: ownerState,\n viewBox: `${SIZE / 2} ${SIZE / 2} ${SIZE} ${SIZE}`,\n children: /*#__PURE__*/_jsx(CircularProgressCircle, {\n className: classes.circle,\n style: circleStyle,\n ownerState: ownerState,\n cx: SIZE,\n cy: SIZE,\n r: (SIZE - thickness) / 2,\n fill: \"none\",\n strokeWidth: thickness\n })\n })\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? CircularProgress.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).\n * @default 'primary'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * If `true`, the shrink animation is disabled.\n * This only works if variant is `indeterminate`.\n * @default false\n */\n disableShrink: chainPropTypes(PropTypes.bool, props => {\n if (props.disableShrink && props.variant && props.variant !== 'indeterminate') {\n return new Error('MUI: You have provided the `disableShrink` prop ' + 'with a variant other than `indeterminate`. This will have no effect.');\n }\n return null;\n }),\n /**\n * The size of the component.\n * If using a number, the pixel unit is assumed.\n * If using a string, you need to provide the CSS unit, for example '3rem'.\n * @default 40\n */\n size: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n /**\n * @ignore\n */\n style: PropTypes.object,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * The thickness of the circle.\n * @default 3.6\n */\n thickness: PropTypes.number,\n /**\n * The value of the progress indicator for the determinate variant.\n * Value between 0 and 100.\n * @default 0\n */\n value: PropTypes.number,\n /**\n * The variant to use.\n * Use indeterminate when there is no progress value.\n * @default 'indeterminate'\n */\n variant: PropTypes.oneOf(['determinate', 'indeterminate'])\n} : void 0;\nexport default CircularProgress;","'use client';\n\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"className\", \"color\", \"value\", \"valueBuffer\", \"variant\"];\nlet _ = t => t,\n _t,\n _t2,\n _t3,\n _t4,\n _t5,\n _t6;\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport composeClasses from '@mui/utils/composeClasses';\nimport { keyframes, css } from '@mui/system';\nimport { darken, lighten } from '@mui/system/colorManipulator';\nimport { useRtl } from '@mui/system/RtlProvider';\nimport capitalize from '../utils/capitalize';\nimport styled from '../styles/styled';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport { getLinearProgressUtilityClass } from './linearProgressClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst TRANSITION_DURATION = 4; // seconds\nconst indeterminate1Keyframe = keyframes(_t || (_t = _`\n 0% {\n left: -35%;\n right: 100%;\n }\n\n 60% {\n left: 100%;\n right: -90%;\n }\n\n 100% {\n left: 100%;\n right: -90%;\n }\n`));\nconst indeterminate2Keyframe = keyframes(_t2 || (_t2 = _`\n 0% {\n left: -200%;\n right: 100%;\n }\n\n 60% {\n left: 107%;\n right: -8%;\n }\n\n 100% {\n left: 107%;\n right: -8%;\n }\n`));\nconst bufferKeyframe = keyframes(_t3 || (_t3 = _`\n 0% {\n opacity: 1;\n background-position: 0 -23px;\n }\n\n 60% {\n opacity: 0;\n background-position: 0 -23px;\n }\n\n 100% {\n opacity: 1;\n background-position: -200px -23px;\n }\n`));\nconst useUtilityClasses = ownerState => {\n const {\n classes,\n variant,\n color\n } = ownerState;\n const slots = {\n root: ['root', `color${capitalize(color)}`, variant],\n dashed: ['dashed', `dashedColor${capitalize(color)}`],\n bar1: ['bar', `barColor${capitalize(color)}`, (variant === 'indeterminate' || variant === 'query') && 'bar1Indeterminate', variant === 'determinate' && 'bar1Determinate', variant === 'buffer' && 'bar1Buffer'],\n bar2: ['bar', variant !== 'buffer' && `barColor${capitalize(color)}`, variant === 'buffer' && `color${capitalize(color)}`, (variant === 'indeterminate' || variant === 'query') && 'bar2Indeterminate', variant === 'buffer' && 'bar2Buffer']\n };\n return composeClasses(slots, getLinearProgressUtilityClass, classes);\n};\nconst getColorShade = (theme, color) => {\n if (color === 'inherit') {\n return 'currentColor';\n }\n if (theme.vars) {\n return theme.vars.palette.LinearProgress[`${color}Bg`];\n }\n return theme.palette.mode === 'light' ? lighten(theme.palette[color].main, 0.62) : darken(theme.palette[color].main, 0.5);\n};\nconst LinearProgressRoot = styled('span', {\n name: 'MuiLinearProgress',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, styles[`color${capitalize(ownerState.color)}`], styles[ownerState.variant]];\n }\n})(({\n ownerState,\n theme\n}) => _extends({\n position: 'relative',\n overflow: 'hidden',\n display: 'block',\n height: 4,\n zIndex: 0,\n // Fix Safari's bug during composition of different paint.\n '@media print': {\n colorAdjust: 'exact'\n },\n backgroundColor: getColorShade(theme, ownerState.color)\n}, ownerState.color === 'inherit' && ownerState.variant !== 'buffer' && {\n backgroundColor: 'none',\n '&::before': {\n content: '\"\"',\n position: 'absolute',\n left: 0,\n top: 0,\n right: 0,\n bottom: 0,\n backgroundColor: 'currentColor',\n opacity: 0.3\n }\n}, ownerState.variant === 'buffer' && {\n backgroundColor: 'transparent'\n}, ownerState.variant === 'query' && {\n transform: 'rotate(180deg)'\n}));\nconst LinearProgressDashed = styled('span', {\n name: 'MuiLinearProgress',\n slot: 'Dashed',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.dashed, styles[`dashedColor${capitalize(ownerState.color)}`]];\n }\n})(({\n ownerState,\n theme\n}) => {\n const backgroundColor = getColorShade(theme, ownerState.color);\n return _extends({\n position: 'absolute',\n marginTop: 0,\n height: '100%',\n width: '100%'\n }, ownerState.color === 'inherit' && {\n opacity: 0.3\n }, {\n backgroundImage: `radial-gradient(${backgroundColor} 0%, ${backgroundColor} 16%, transparent 42%)`,\n backgroundSize: '10px 10px',\n backgroundPosition: '0 -23px'\n });\n}, css(_t4 || (_t4 = _`\n animation: ${0} 3s infinite linear;\n `), bufferKeyframe));\nconst LinearProgressBar1 = styled('span', {\n name: 'MuiLinearProgress',\n slot: 'Bar1',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.bar, styles[`barColor${capitalize(ownerState.color)}`], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar1Indeterminate, ownerState.variant === 'determinate' && styles.bar1Determinate, ownerState.variant === 'buffer' && styles.bar1Buffer];\n }\n})(({\n ownerState,\n theme\n}) => _extends({\n width: '100%',\n position: 'absolute',\n left: 0,\n bottom: 0,\n top: 0,\n transition: 'transform 0.2s linear',\n transformOrigin: 'left',\n backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main\n}, ownerState.variant === 'determinate' && {\n transition: `transform .${TRANSITION_DURATION}s linear`\n}, ownerState.variant === 'buffer' && {\n zIndex: 1,\n transition: `transform .${TRANSITION_DURATION}s linear`\n}), ({\n ownerState\n}) => (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && css(_t5 || (_t5 = _`\n width: auto;\n animation: ${0} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n `), indeterminate1Keyframe));\nconst LinearProgressBar2 = styled('span', {\n name: 'MuiLinearProgress',\n slot: 'Bar2',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.bar, styles[`barColor${capitalize(ownerState.color)}`], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar2Indeterminate, ownerState.variant === 'buffer' && styles.bar2Buffer];\n }\n})(({\n ownerState,\n theme\n}) => _extends({\n width: '100%',\n position: 'absolute',\n left: 0,\n bottom: 0,\n top: 0,\n transition: 'transform 0.2s linear',\n transformOrigin: 'left'\n}, ownerState.variant !== 'buffer' && {\n backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main\n}, ownerState.color === 'inherit' && {\n opacity: 0.3\n}, ownerState.variant === 'buffer' && {\n backgroundColor: getColorShade(theme, ownerState.color),\n transition: `transform .${TRANSITION_DURATION}s linear`\n}), ({\n ownerState\n}) => (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && css(_t6 || (_t6 = _`\n width: auto;\n animation: ${0} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;\n `), indeterminate2Keyframe));\n\n/**\n * ## ARIA\n *\n * If the progress bar is describing the loading progress of a particular region of a page,\n * you should use `aria-describedby` to point to the progress bar, and set the `aria-busy`\n * attribute to `true` on that region until it has finished loading.\n */\nconst LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiLinearProgress'\n });\n const {\n className,\n color = 'primary',\n value,\n valueBuffer,\n variant = 'indeterminate'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const ownerState = _extends({}, props, {\n color,\n variant\n });\n const classes = useUtilityClasses(ownerState);\n const isRtl = useRtl();\n const rootProps = {};\n const inlineStyles = {\n bar1: {},\n bar2: {}\n };\n if (variant === 'determinate' || variant === 'buffer') {\n if (value !== undefined) {\n rootProps['aria-valuenow'] = Math.round(value);\n rootProps['aria-valuemin'] = 0;\n rootProps['aria-valuemax'] = 100;\n let transform = value - 100;\n if (isRtl) {\n transform = -transform;\n }\n inlineStyles.bar1.transform = `translateX(${transform}%)`;\n } else if (process.env.NODE_ENV !== 'production') {\n console.error('MUI: You need to provide a value prop ' + 'when using the determinate or buffer variant of LinearProgress .');\n }\n }\n if (variant === 'buffer') {\n if (valueBuffer !== undefined) {\n let transform = (valueBuffer || 0) - 100;\n if (isRtl) {\n transform = -transform;\n }\n inlineStyles.bar2.transform = `translateX(${transform}%)`;\n } else if (process.env.NODE_ENV !== 'production') {\n console.error('MUI: You need to provide a valueBuffer prop ' + 'when using the buffer variant of LinearProgress.');\n }\n }\n return /*#__PURE__*/_jsxs(LinearProgressRoot, _extends({\n className: clsx(classes.root, className),\n ownerState: ownerState,\n role: \"progressbar\"\n }, rootProps, {\n ref: ref\n }, other, {\n children: [variant === 'buffer' ? /*#__PURE__*/_jsx(LinearProgressDashed, {\n className: classes.dashed,\n ownerState: ownerState\n }) : null, /*#__PURE__*/_jsx(LinearProgressBar1, {\n className: classes.bar1,\n ownerState: ownerState,\n style: inlineStyles.bar1\n }), variant === 'determinate' ? null : /*#__PURE__*/_jsx(LinearProgressBar2, {\n className: classes.bar2,\n ownerState: ownerState,\n style: inlineStyles.bar2\n })]\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? LinearProgress.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).\n * @default 'primary'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary']), PropTypes.string]),\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * The value of the progress indicator for the determinate and buffer variants.\n * Value between 0 and 100.\n */\n value: PropTypes.number,\n /**\n * The value for the buffer variant.\n * Value between 0 and 100.\n */\n valueBuffer: PropTypes.number,\n /**\n * The variant to use.\n * Use indeterminate or query when there is no progress value.\n * @default 'indeterminate'\n */\n variant: PropTypes.oneOf(['buffer', 'determinate', 'indeterminate', 'query'])\n} : void 0;\nexport default LinearProgress;","'use client';\n\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"animation\", \"className\", \"component\", \"height\", \"style\", \"variant\", \"width\"];\nlet _ = t => t,\n _t,\n _t2,\n _t3,\n _t4;\nimport * as React from 'react';\nimport clsx from 'clsx';\nimport PropTypes from 'prop-types';\nimport { keyframes, css } from '@mui/system';\nimport composeClasses from '@mui/utils/composeClasses';\nimport { alpha, unstable_getUnit as getUnit, unstable_toUnitless as toUnitless } from '../styles';\nimport styled from '../styles/styled';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport { getSkeletonUtilityClass } from './skeletonClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n classes,\n variant,\n animation,\n hasChildren,\n width,\n height\n } = ownerState;\n const slots = {\n root: ['root', variant, animation, hasChildren && 'withChildren', hasChildren && !width && 'fitContent', hasChildren && !height && 'heightAuto']\n };\n return composeClasses(slots, getSkeletonUtilityClass, classes);\n};\nconst pulseKeyframe = keyframes(_t || (_t = _`\n 0% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.4;\n }\n\n 100% {\n opacity: 1;\n }\n`));\nconst waveKeyframe = keyframes(_t2 || (_t2 = _`\n 0% {\n transform: translateX(-100%);\n }\n\n 50% {\n /* +0.5s of delay between each loop */\n transform: translateX(100%);\n }\n\n 100% {\n transform: translateX(100%);\n }\n`));\nconst SkeletonRoot = styled('span', {\n name: 'MuiSkeleton',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, styles[ownerState.variant], ownerState.animation !== false && styles[ownerState.animation], ownerState.hasChildren && styles.withChildren, ownerState.hasChildren && !ownerState.width && styles.fitContent, ownerState.hasChildren && !ownerState.height && styles.heightAuto];\n }\n})(({\n theme,\n ownerState\n}) => {\n const radiusUnit = getUnit(theme.shape.borderRadius) || 'px';\n const radiusValue = toUnitless(theme.shape.borderRadius);\n return _extends({\n display: 'block',\n // Create a \"on paper\" color with sufficient contrast retaining the color\n backgroundColor: theme.vars ? theme.vars.palette.Skeleton.bg : alpha(theme.palette.text.primary, theme.palette.mode === 'light' ? 0.11 : 0.13),\n height: '1.2em'\n }, ownerState.variant === 'text' && {\n marginTop: 0,\n marginBottom: 0,\n height: 'auto',\n transformOrigin: '0 55%',\n transform: 'scale(1, 0.60)',\n borderRadius: `${radiusValue}${radiusUnit}/${Math.round(radiusValue / 0.6 * 10) / 10}${radiusUnit}`,\n '&:empty:before': {\n content: '\"\\\\00a0\"'\n }\n }, ownerState.variant === 'circular' && {\n borderRadius: '50%'\n }, ownerState.variant === 'rounded' && {\n borderRadius: (theme.vars || theme).shape.borderRadius\n }, ownerState.hasChildren && {\n '& > *': {\n visibility: 'hidden'\n }\n }, ownerState.hasChildren && !ownerState.width && {\n maxWidth: 'fit-content'\n }, ownerState.hasChildren && !ownerState.height && {\n height: 'auto'\n });\n}, ({\n ownerState\n}) => ownerState.animation === 'pulse' && css(_t3 || (_t3 = _`\n animation: ${0} 2s ease-in-out 0.5s infinite;\n `), pulseKeyframe), ({\n ownerState,\n theme\n}) => ownerState.animation === 'wave' && css(_t4 || (_t4 = _`\n position: relative;\n overflow: hidden;\n\n /* Fix bug in Safari https://bugs.webkit.org/show_bug.cgi?id=68196 */\n -webkit-mask-image: -webkit-radial-gradient(white, black);\n\n &::after {\n animation: ${0} 2s linear 0.5s infinite;\n background: linear-gradient(\n 90deg,\n transparent,\n ${0},\n transparent\n );\n content: '';\n position: absolute;\n transform: translateX(-100%); /* Avoid flash during server-side hydration */\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n }\n `), waveKeyframe, (theme.vars || theme).palette.action.hover));\nconst Skeleton = /*#__PURE__*/React.forwardRef(function Skeleton(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiSkeleton'\n });\n const {\n animation = 'pulse',\n className,\n component = 'span',\n height,\n style,\n variant = 'text',\n width\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const ownerState = _extends({}, props, {\n animation,\n component,\n variant,\n hasChildren: Boolean(other.children)\n });\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsx(SkeletonRoot, _extends({\n as: component,\n ref: ref,\n className: clsx(classes.root, className),\n ownerState: ownerState\n }, other, {\n style: _extends({\n width,\n height\n }, style)\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? Skeleton.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * The animation.\n * If `false` the animation effect is disabled.\n * @default 'pulse'\n */\n animation: PropTypes.oneOf(['pulse', 'wave', false]),\n /**\n * Optional children to infer width and height from.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * Height of the skeleton.\n * Useful when you don't want to adapt the skeleton to a text element but for instance a card.\n */\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n /**\n * @ignore\n */\n style: PropTypes.object,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * The type of content that will be rendered.\n * @default 'text'\n */\n variant: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['circular', 'rectangular', 'rounded', 'text']), PropTypes.string]),\n /**\n * Width of the skeleton.\n * Useful when the skeleton is inside an inline element with no width of its own.\n */\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string])\n} : void 0;\nexport default Skeleton;","import { gql } from '@apollo/client';\nexport const requestSupportCall = gql `\n mutation requestSupportCall(\n $method: ContactMethod\n $preferredTime: ContactPreferredTime\n $type: RequestType\n ) {\n commands {\n requestCall(method: $method, preferredTime: $preferredTime, type: $type) {\n status\n aggregateId\n errors {\n message\n details\n }\n }\n }\n }\n`;\n","import { gql } from '@apollo/client';\nexport const unlinkSocialAccount = gql `\n mutation UnlinkSocialAccount($connectionType: ConnectionType!) {\n commands {\n unlinkSocialAccount(connectionType: $connectionType) {\n aggregateId\n status\n errors {\n message\n details\n }\n }\n }\n }\n`;\n","import { gql } from '@apollo/client';\nexport const upsertOnboardingIntent = gql `\n mutation upsertOnboardingIntent($input: OnboardingIntentInput!) {\n commands {\n upsertOnboardingIntent(input: $input) {\n status\n aggregateId\n errors {\n message\n details\n }\n }\n }\n }\n`;\n","import { __awaiter } from \"tslib\";\nimport { documentToHtmlString } from '@contentful/rich-text-html-renderer';\nimport { BLOCKS, MARKS } from '@contentful/rich-text-types';\nimport { LOG } from '../../log';\nimport { i18n } from '../i18next';\nimport { contentfulGraphQLClient, contentfulRestClient, contentfulRestPreviewClient, queries } from './contenfulClient';\nimport { ContentfulContentType } from './types';\nconst getLocaleFromLang = (lang) => {\n return lang === 'es' ? 'es-US' : 'en-US';\n};\nfunction convertToMarkdown(document) {\n return documentToHtmlString(document, {\n renderMark: {\n [MARKS.BOLD]: text => `*${text}*`,\n [MARKS.ITALIC]: text => `__${text}__`\n },\n renderNode: {\n [BLOCKS.HEADING_1]: (node, next) => `# ${next(node.content)}`,\n [BLOCKS.PARAGRAPH]: (node, next) => `${next(node.content)}\\n`,\n [BLOCKS.OL_LIST]: (node, next) => `${next(node.content)}\\n`,\n [BLOCKS.UL_LIST]: (node, next) => `${next(node.content)}\\n`,\n [BLOCKS.LIST_ITEM]: (node, next) => `* ${next(node.content)}`\n }\n }).trim();\n}\nconst TAG_OPERATOR = 'metadata.tags.sys.id[in]';\nfunction queryByTag(content_type, tag) {\n return __awaiter(this, void 0, void 0, function* () {\n return contentfulRestClient.getEntries({\n [TAG_OPERATOR]: [tag || ''],\n content_type: content_type || ''\n });\n });\n}\nexport default class ContentfulActions {\n constructor(sdk) {\n Object.defineProperty(this, \"sdk\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: sdk\n });\n }\n get store() {\n return this.sdk.contentful.S;\n }\n loadClinicianBioContent() {\n return __awaiter(this, void 0, void 0, function* () {\n const entries = yield contentfulRestClient.getEntries({\n content_type: ContentfulContentType.ClinicianBio,\n locale: getLocaleFromLang(i18n.language)\n });\n const result = entries.items\n .map((val) => {\n var _a, _b, _c;\n if (!(val === null || val === void 0 ? void 0 : val.fields)) {\n return null;\n }\n const { clinicianName, headshot, jobTitle, certificationsTitle, headlineText, about, specialties, previousAffiliations, timePracticing, scopeOfExperience, educationAndAwards, professionalMembership, languages, pronouns, npiNumber, overallRating, providerCognitoUuid, healthieId } = val.fields;\n return {\n clinicianName,\n headshotUri: (_c = (_b = (_a = headshot === null || headshot === void 0 ? void 0 : headshot.fields) === null || _a === void 0 ? void 0 : _a.file) === null || _b === void 0 ? void 0 : _b.url) !== null && _c !== void 0 ? _c : '',\n jobTitle,\n certificationsTitle,\n headlineText: documentToHtmlString(headlineText),\n headlineTextMarkdown: convertToMarkdown(headlineText),\n about: documentToHtmlString(about),\n aboutMarkdown: convertToMarkdown(about),\n specialties: documentToHtmlString(specialties),\n specialtiesMarkdown: convertToMarkdown(specialties),\n previousAffiliations: documentToHtmlString(previousAffiliations),\n previousAffiliationsMarkdown: convertToMarkdown(previousAffiliations),\n timePracticing: documentToHtmlString(timePracticing),\n timePracticingMarkdown: convertToMarkdown(timePracticing),\n scopeOfExperience: documentToHtmlString(scopeOfExperience),\n scopeOfExperienceMarkdown: convertToMarkdown(scopeOfExperience),\n educationAndAwards: documentToHtmlString(educationAndAwards),\n educationAndAwardsMarkdown: convertToMarkdown(educationAndAwards),\n professionalMembership: documentToHtmlString(professionalMembership),\n professionalMembershipMarkdown: convertToMarkdown(professionalMembership),\n languages: documentToHtmlString(languages),\n languagesMarkdown: convertToMarkdown(languages),\n pronouns,\n npiNumber,\n overallRating,\n uuid: providerCognitoUuid,\n healthieId: healthieId\n };\n })\n .filter((item) => item !== null);\n this.store.setClinicianBios(result);\n return result;\n });\n }\n fetchContentType(contentType, locale) {\n return __awaiter(this, void 0, void 0, function* () {\n return yield contentfulRestClient\n .getEntries({\n content_type: contentType,\n locale: locale !== null && locale !== void 0 ? locale : getLocaleFromLang(i18n.language)\n })\n .then((entries) => {\n return entries.items;\n });\n });\n }\n fetchAllContentType(contentType) {\n return __awaiter(this, void 0, void 0, function* () {\n return yield contentfulRestClient.withAllLocales\n .getEntries({\n content_type: contentType\n })\n .then((entries) => {\n return entries.items;\n });\n });\n }\n fetchByType(contentType) {\n return __awaiter(this, void 0, void 0, function* () {\n const entries = yield contentfulRestClient.getEntries({\n content_type: ContentfulContentType.CTACard,\n locale: getLocaleFromLang(i18n.language)\n });\n return entries;\n });\n }\n fetchPreviewByID(id) {\n return __awaiter(this, void 0, void 0, function* () {\n return yield contentfulRestPreviewClient.getEntry(id).then((entry) => {\n this.store.setEntry(entry);\n return entry;\n });\n });\n }\n load(refetch = false) {\n return __awaiter(this, void 0, void 0, function* () {\n try {\n (!this.store.isLoaded || refetch) &&\n (yield Promise.all([\n this.loadClinicianBioContent(),\n this.loadAppointmentTypes(),\n this.loadProviderTypes()\n ]));\n (!this.store.isLoaded || refetch) && this.store.setIsLoaded(true);\n }\n catch (e) {\n LOG.error('ContentfulActions: load', e);\n }\n });\n }\n getStripeSignupPlans() {\n return __awaiter(this, void 0, void 0, function* () {\n const query = queries.getSignupStripeProducts();\n const data = yield contentfulGraphQLClient.request(query);\n try {\n if (data.availableSignUpPlansCollection.items.length == 0) {\n return [];\n }\n const products = data.availableSignUpPlansCollection.items[0].stripePlansCollection.items.map((x) => ({\n productId: x.stripeId,\n zeroPriceLabel: x.zeroPriceLabel\n }));\n return products;\n }\n catch (e) {\n LOG.error('Could not get signup stripe products', e);\n return [];\n }\n });\n }\n getExercises(contentfulIds, useSpanishFlag) {\n return __awaiter(this, void 0, void 0, function* () {\n const query = queries.getContentfulExercisesByIds(contentfulIds, useSpanishFlag);\n const data = yield contentfulGraphQLClient.request(query);\n const items = data.carePlanExerciseCollection.items;\n return items;\n });\n }\n loadAppointmentTypes() {\n return __awaiter(this, void 0, void 0, function* () {\n try {\n this.store.setLoading(true);\n const entries = yield this.fetchContentType(ContentfulContentType.AppointmentType);\n if (entries.error) {\n throw new Error(`${entries.error}`);\n }\n const results = entries.map((e) => {\n return Object.assign({}, e.fields);\n });\n this.store.setAppointmentTypes(results);\n return results;\n }\n catch (e) {\n LOG.error('ContentfulActions: loadAppointmentTypes', e);\n this.store.setError(true);\n }\n finally {\n this.store.setLoading(false);\n }\n });\n }\n loadProviderTypes() {\n return __awaiter(this, void 0, void 0, function* () {\n try {\n this.store.setLoading(true);\n const entries = yield this.fetchContentType(ContentfulContentType.ProviderType);\n if (entries.errors) {\n throw new Error(`${entries.errors}`);\n }\n const results = entries.map((e) => (Object.assign({}, e.fields)));\n LOG.debug(`ContentfulActions: loadProviderTypes results`, results);\n this.store.setProviderTypes(results);\n return results;\n }\n catch (e) {\n LOG.error('ContentfulActions: loadProviderTypes', e);\n this.store.setError(true);\n }\n finally {\n this.store.setLoading(false);\n }\n return;\n });\n }\n refresh() {\n return __awaiter(this, void 0, void 0, function* () { });\n }\n}\n","import { createClient } from 'contentful';\nimport { gql, GraphQLClient } from 'graphql-request';\nimport { getEnv } from '../../config';\nexport const queries = {\n getContentfulExercisesByIds: (contentfulIds, fetchSpanish) => gql `\n query {\n carePlanExerciseCollection(\n ${fetchSpanish ? 'locale: \"es-US\",' : ''}\n where: { sys: { id_in: ${JSON.stringify(contentfulIds)} } }\n ) {\n items {\n exerciseTitle\n exerciseDescription {\n json\n }\n defaultPortraitIntroAsset {\n introVideoName\n introVideoAsset {\n url\n }\n lengthInSeconds\n }\n defaultPortraitLoopAsset {\n loopVideoName\n loopVideoAsset {\n url\n }\n durationInSeconds\n }\n defaultLandscapeIntroAsset {\n introVideoName\n introVideoAsset {\n url\n }\n lengthInSeconds\n }\n defaultLandscapeLoopAsset {\n loopVideoName\n loopVideoAsset {\n url\n }\n durationInSeconds\n }\n\n rightPortraitIntroAsset {\n introVideoName\n introVideoAsset {\n url\n }\n lengthInSeconds\n }\n rightPortraitLoopAsset {\n loopVideoName\n loopVideoAsset {\n url\n }\n durationInSeconds\n }\n rightLandscapeIntroAsset {\n introVideoName\n introVideoAsset {\n url\n }\n lengthInSeconds\n }\n rightLandscapeLoopAsset {\n loopVideoName\n loopVideoAsset {\n url\n }\n durationInSeconds\n }\n\n isTwoSided\n exerciseThumbnail {\n url\n }\n startingPosition {\n positionName\n id\n }\n internalId\n flip\n carePathTagsCollection(limit: 10) {\n items {\n tag\n }\n }\n sys {\n id\n }\n }\n }\n }\n `,\n getSignupStripeProducts: () => gql `\n query {\n availableSignUpPlansCollection {\n items {\n stripePlansCollection {\n items {\n planDisplayName\n stripeId\n zeroPriceLabel\n }\n }\n }\n }\n }\n `\n};\nconst contentfulConfig = getEnv().contentfulConfig;\nconst ContentfulPreviewConfigTemp = Object.assign({}, contentfulConfig);\nexport const contentfulRestClient = createClient(contentfulConfig);\nContentfulPreviewConfigTemp.accessToken = 'i6bCTLzxeL5o_ab8B4vFG8cgejxWsK9GZsFDOzJkdEk';\nconst ContentfulPreviewConfig = Object.assign({ host: 'preview.contentful.com' }, ContentfulPreviewConfigTemp);\nexport const contentfulRestPreviewClient = createClient(ContentfulPreviewConfig);\nexport const contentfulGraphQLClient = new GraphQLClient(`https://graphql.contentful.com/content/v1/spaces/${contentfulConfig.space}/environments/${contentfulConfig.environment}`, {\n headers: {\n authorization: `Bearer ${contentfulConfig.accessToken}`\n }\n});\n","var Zm=Object.create;var pl=Object.defineProperty;var Km=Object.getOwnPropertyDescriptor;var Xm=Object.getOwnPropertyNames;var ef=Object.getPrototypeOf,tf=Object.prototype.hasOwnProperty;var rf=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var nf=(e,t,r,n)=>{if(t&&typeof t==\"object\"||typeof t==\"function\")for(let i of Xm(t))!tf.call(e,i)&&i!==r&&pl(e,i,{get:()=>t[i],enumerable:!(n=Km(t,i))||n.enumerable});return e};var of=(e,t,r)=>(r=e!=null?Zm(ef(e)):{},nf(t||!e||!e.__esModule?pl(r,\"default\",{value:e,enumerable:!0}):r,e));var Ml=rf((A_,_n)=>{var dl,ml,fl,yl,hl,gl,_l,vl,bl,hn,bi,Cl,xl,wl,Qt,Sl,kl,Tl,Fl,Il,Nl,Al,El,Dl,gn;(function(e){var t=typeof global==\"object\"?global:typeof self==\"object\"?self:typeof this==\"object\"?this:{};typeof define==\"function\"&&define.amd?define(\"tslib\",[\"exports\"],function(n){e(r(t,r(n)))}):typeof _n==\"object\"&&typeof _n.exports==\"object\"?e(r(t,r(_n.exports))):e(r(t));function r(n,i){return n!==t&&(typeof Object.create==\"function\"?Object.defineProperty(n,\"__esModule\",{value:!0}):n.__esModule=!0),function(o,a){return n[o]=i?i(o,a):a}}})(function(e){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])};dl=function(n,i){if(typeof i!=\"function\"&&i!==null)throw new TypeError(\"Class extends value \"+String(i)+\" is not a constructor or null\");t(n,i);function o(){this.constructor=n}n.prototype=i===null?Object.create(i):(o.prototype=i.prototype,new o)},ml=Object.assign||function(n){for(var i,o=1,a=arguments.length;o=0;c--)(u=n[c])&&(l=(s<3?u(l):s>3?u(i,o,l):u(i,o))||l);return s>3&&l&&Object.defineProperty(i,o,l),l},hl=function(n,i){return function(o,a){i(o,a,n)}},gl=function(n,i){if(typeof Reflect==\"object\"&&typeof Reflect.metadata==\"function\")return Reflect.metadata(n,i)},_l=function(n,i,o,a){function s(l){return l instanceof o?l:new o(function(u){u(l)})}return new(o||(o=Promise))(function(l,u){function c(f){try{d(a.next(f))}catch(v){u(v)}}function p(f){try{d(a.throw(f))}catch(v){u(v)}}function d(f){f.done?l(f.value):s(f.value).then(c,p)}d((a=a.apply(n,i||[])).next())})},vl=function(n,i){var o={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},a,s,l,u;return u={next:c(0),throw:c(1),return:c(2)},typeof Symbol==\"function\"&&(u[Symbol.iterator]=function(){return this}),u;function c(d){return function(f){return p([d,f])}}function p(d){if(a)throw new TypeError(\"Generator is already executing.\");for(;u&&(u=0,d[0]&&(o=0)),o;)try{if(a=1,s&&(l=d[0]&2?s.return:d[0]?s.throw||((l=s.return)&&l.call(s),0):s.next)&&!(l=l.call(s,d[1])).done)return l;switch(s=0,l&&(d=[d[0]&2,l.value]),d[0]){case 0:case 1:l=d;break;case 4:return o.label++,{value:d[1],done:!1};case 5:o.label++,s=d[1],d=[0];continue;case 7:d=o.ops.pop(),o.trys.pop();continue;default:if(l=o.trys,!(l=l.length>0&&l[l.length-1])&&(d[0]===6||d[0]===2)){o=0;continue}if(d[0]===3&&(!l||d[1]>l[0]&&d[1]=n.length&&(n=void 0),{value:n&&n[a++],done:!n}}};throw new TypeError(i?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")},bi=function(n,i){var o=typeof Symbol==\"function\"&&n[Symbol.iterator];if(!o)return n;var a=o.call(n),s,l=[],u;try{for(;(i===void 0||i-- >0)&&!(s=a.next()).done;)l.push(s.value)}catch(c){u={error:c}}finally{try{s&&!s.done&&(o=a.return)&&o.call(a)}finally{if(u)throw u.error}}return l},Cl=function(){for(var n=[],i=0;i1||c(h,g)})})}function c(h,g){try{p(a[h](g))}catch(_){v(l[0][3],_)}}function p(h){h.value instanceof Qt?Promise.resolve(h.value.v).then(d,f):v(l[0][2],h)}function d(h){c(\"next\",h)}function f(h){c(\"throw\",h)}function v(h,g){h(g),l.shift(),l.length&&c(l[0][0],l[0][1])}},kl=function(n){var i,o;return i={},a(\"next\"),a(\"throw\",function(s){throw s}),a(\"return\"),i[Symbol.iterator]=function(){return this},i;function a(s,l){i[s]=n[s]?function(u){return(o=!o)?{value:Qt(n[s](u)),done:s===\"return\"}:l?l(u):u}:l}},Tl=function(n){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var i=n[Symbol.asyncIterator],o;return i?i.call(n):(n=typeof hn==\"function\"?hn(n):n[Symbol.iterator](),o={},a(\"next\"),a(\"throw\"),a(\"return\"),o[Symbol.asyncIterator]=function(){return this},o);function a(l){o[l]=n[l]&&function(u){return new Promise(function(c,p){u=n[l](u),s(c,p,u.done,u.value)})}}function s(l,u,c,p){Promise.resolve(p).then(function(d){l({value:d,done:c})},u)}},Fl=function(n,i){return Object.defineProperty?Object.defineProperty(n,\"raw\",{value:i}):n.raw=i,n};var r=Object.create?function(n,i){Object.defineProperty(n,\"default\",{enumerable:!0,value:i})}:function(n,i){n.default=i};Il=function(n){if(n&&n.__esModule)return n;var i={};if(n!=null)for(var o in n)o!==\"default\"&&Object.prototype.hasOwnProperty.call(n,o)&&gn(i,n,o);return r(i,n),i},Nl=function(n){return n&&n.__esModule?n:{default:n}},Al=function(n,i,o,a){if(o===\"a\"&&!a)throw new TypeError(\"Private accessor was defined without a getter\");if(typeof i==\"function\"?n!==i||!a:!i.has(n))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return o===\"m\"?a:o===\"a\"?a.call(n):a?a.value:i.get(n)},El=function(n,i,o,a,s){if(a===\"m\")throw new TypeError(\"Private method is not writable\");if(a===\"a\"&&!s)throw new TypeError(\"Private accessor was defined without a setter\");if(typeof i==\"function\"?n!==i||!s:!i.has(n))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return a===\"a\"?s.call(n,o):s?s.value=o:i.set(n,o),o},Dl=function(n,i){if(i===null||typeof i!=\"object\"&&typeof i!=\"function\")throw new TypeError(\"Cannot use 'in' operator on non-object\");return typeof n==\"function\"?i===n:n.has(i)},e(\"__extends\",dl),e(\"__assign\",ml),e(\"__rest\",fl),e(\"__decorate\",yl),e(\"__param\",hl),e(\"__metadata\",gl),e(\"__awaiter\",_l),e(\"__generator\",vl),e(\"__exportStar\",bl),e(\"__createBinding\",gn),e(\"__values\",hn),e(\"__read\",bi),e(\"__spread\",Cl),e(\"__spreadArrays\",xl),e(\"__spreadArray\",wl),e(\"__await\",Qt),e(\"__asyncGenerator\",Sl),e(\"__asyncDelegator\",kl),e(\"__asyncValues\",Tl),e(\"__makeTemplateObject\",Fl),e(\"__importStar\",Il),e(\"__importDefault\",Nl),e(\"__classPrivateFieldGet\",Al),e(\"__classPrivateFieldSet\",El),e(\"__classPrivateFieldIn\",Dl)})});import{useCallback as Eh,useMemo as Dh,useState as Mh}from\"react\";var Ol=of(Ml(),1),{__extends:Te,__assign:w,__rest:wr,__decorate:E_,__param:D_,__metadata:M_,__awaiter:De,__generator:Me,__exportStar:O_,__createBinding:R_,__values:L_,__read:P_,__spread:Q_,__spreadArrays:V_,__spreadArray:wt,__await:$_,__asyncGenerator:q_,__asyncDelegator:G_,__asyncValues:B_,__makeTemplateObject:z_,__importStar:H_,__importDefault:U_,__classPrivateFieldGet:W_,__classPrivateFieldSet:j_,__classPrivateFieldIn:Y_}=Ol.default;var Ci=\"Invariant Violation\",Rl=Object.setPrototypeOf,af=Rl===void 0?function(e,t){return e.__proto__=t,e}:Rl,j=function(e){Te(t,e);function t(r){r===void 0&&(r=Ci);var n=e.call(this,typeof r==\"number\"?Ci+\": \"+r+\" (see https://github.com/apollographql/invariant-packages)\":r)||this;return n.framesToPop=1,n.name=Ci,af(n,t.prototype),n}return t}(Error);function T(e,t){if(!e)throw new j(t)}var bn=[\"debug\",\"log\",\"warn\",\"error\",\"silent\"],xi=bn.indexOf(\"log\");function vn(e){return function(){if(bn.indexOf(e)>=xi){var t=console[e]||console.log;return t.apply(console,arguments)}}}(function(e){e.debug=vn(\"debug\"),e.log=vn(\"log\"),e.warn=vn(\"warn\"),e.error=vn(\"error\")})(T||(T={}));function Ll(e){var t=bn[xi];return xi=Math.max(0,bn.indexOf(e)),t}function ue(e){try{return e()}catch{}}var Cn=ue(function(){return globalThis})||ue(function(){return window})||ue(function(){return self})||ue(function(){return global})||ue(function(){return ue.constructor(\"return this\")()});var Pl=\"__\",Ql=[Pl,Pl].join(\"DEV\");function sf(){try{return Boolean(__DEV__)}catch{return Object.defineProperty(Cn,Ql,{value:ue(function(){return process.env.NODE_ENV})!==\"production\",enumerable:!1,configurable:!0,writable:!0}),Cn[Ql]}}var St=sf();function tt(e){try{return e()}catch{}}var wi=tt(function(){return globalThis})||tt(function(){return window})||tt(function(){return self})||tt(function(){return global})||tt(function(){return tt.constructor(\"return this\")()}),Si=!1;function lf(){wi&&!tt(function(){return process.env.NODE_ENV})&&!tt(function(){return process})&&(Object.defineProperty(wi,\"process\",{value:{env:{NODE_ENV:\"production\"}},configurable:!0,enumerable:!1,writable:!0}),Si=!0)}lf();function ki(){Si&&(delete wi.process,Si=!1)}function Vt(e,t){if(!Boolean(e))throw new Error(t)}function Vl(e){return typeof e==\"object\"&&e!==null}function $l(e,t){if(!Boolean(e))throw new Error(t??\"Unexpected invariant triggered.\")}var uf=/\\r\\n|[\\n\\r]/g;function $t(e,t){let r=0,n=1;for(let i of e.body.matchAll(uf)){if(typeof i.index==\"number\"||$l(!1),i.index>=t)break;r=i.index+i[0].length,n+=1}return{line:n,column:t+1-r}}function Ti(e){return xn(e.source,$t(e.source,e.start))}function xn(e,t){let r=e.locationOffset.column-1,n=\"\".padStart(r)+e.body,i=t.line-1,o=e.locationOffset.line-1,a=t.line+o,s=t.line===1?r:0,l=t.column+s,u=`${e.name}:${a}:${l}\n`,c=n.split(/\\r\\n|[\\n\\r]/g),p=c[i];if(p.length>120){let d=Math.floor(l/80),f=l%80,v=[];for(let h=0;h[\"|\",h]),[\"|\",\"^\".padStart(f)],[\"|\",v[d+1]]])}return u+ql([[`${a-1} |`,c[i-1]],[`${a} |`,p],[\"|\",\"^\".padStart(l)],[`${a+1} |`,c[i+1]]])}function ql(e){let t=e.filter(([n,i])=>i!==void 0),r=Math.max(...t.map(([n])=>n.length));return t.map(([n,i])=>n.padStart(r)+(i?\" \"+i:\"\")).join(`\n`)}function cf(e){let t=e[0];return t==null||\"kind\"in t||\"length\"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}var qt=class extends Error{constructor(t,...r){var n,i,o;let{nodes:a,source:s,positions:l,path:u,originalError:c,extensions:p}=cf(r);super(t),this.name=\"GraphQLError\",this.path=u??void 0,this.originalError=c??void 0,this.nodes=Gl(Array.isArray(a)?a:a?[a]:void 0);let d=Gl((n=this.nodes)===null||n===void 0?void 0:n.map(v=>v.loc).filter(v=>v!=null));this.source=s??(d==null||(i=d[0])===null||i===void 0?void 0:i.source),this.positions=l??(d==null?void 0:d.map(v=>v.start)),this.locations=l&&s?l.map(v=>$t(s,v)):d==null?void 0:d.map(v=>$t(v.source,v.start));let f=Vl(c==null?void 0:c.extensions)?c==null?void 0:c.extensions:void 0;this.extensions=(o=p??f)!==null&&o!==void 0?o:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),c!=null&&c.stack?Object.defineProperty(this,\"stack\",{value:c.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,qt):Object.defineProperty(this,\"stack\",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return\"GraphQLError\"}toString(){let t=this.message;if(this.nodes)for(let r of this.nodes)r.loc&&(t+=`\n\n`+Ti(r.loc));else if(this.source&&this.locations)for(let r of this.locations)t+=`\n\n`+xn(this.source,r);return t}toJSON(){let t={message:this.message};return this.locations!=null&&(t.locations=this.locations),this.path!=null&&(t.path=this.path),this.extensions!=null&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}};function Gl(e){return e===void 0||e.length===0?void 0:e}function ie(e,t,r){return new qt(`Syntax Error: ${r}`,{source:e,positions:[t]})}var Sr=class{constructor(t,r,n){this.start=t.start,this.end=r.end,this.startToken=t,this.endToken=r,this.source=n}get[Symbol.toStringTag](){return\"Location\"}toJSON(){return{start:this.start,end:this.end}}},Gt=class{constructor(t,r,n,i,o,a){this.kind=t,this.start=r,this.end=n,this.line=i,this.column=o,this.value=a,this.prev=null,this.next=null}get[Symbol.toStringTag](){return\"Token\"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}},Fi={Name:[],Document:[\"definitions\"],OperationDefinition:[\"name\",\"variableDefinitions\",\"directives\",\"selectionSet\"],VariableDefinition:[\"variable\",\"type\",\"defaultValue\",\"directives\"],Variable:[\"name\"],SelectionSet:[\"selections\"],Field:[\"alias\",\"name\",\"arguments\",\"directives\",\"selectionSet\"],Argument:[\"name\",\"value\"],FragmentSpread:[\"name\",\"directives\"],InlineFragment:[\"typeCondition\",\"directives\",\"selectionSet\"],FragmentDefinition:[\"name\",\"variableDefinitions\",\"typeCondition\",\"directives\",\"selectionSet\"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:[\"values\"],ObjectValue:[\"fields\"],ObjectField:[\"name\",\"value\"],Directive:[\"name\",\"arguments\"],NamedType:[\"name\"],ListType:[\"type\"],NonNullType:[\"type\"],SchemaDefinition:[\"description\",\"directives\",\"operationTypes\"],OperationTypeDefinition:[\"type\"],ScalarTypeDefinition:[\"description\",\"name\",\"directives\"],ObjectTypeDefinition:[\"description\",\"name\",\"interfaces\",\"directives\",\"fields\"],FieldDefinition:[\"description\",\"name\",\"arguments\",\"type\",\"directives\"],InputValueDefinition:[\"description\",\"name\",\"type\",\"defaultValue\",\"directives\"],InterfaceTypeDefinition:[\"description\",\"name\",\"interfaces\",\"directives\",\"fields\"],UnionTypeDefinition:[\"description\",\"name\",\"directives\",\"types\"],EnumTypeDefinition:[\"description\",\"name\",\"directives\",\"values\"],EnumValueDefinition:[\"description\",\"name\",\"directives\"],InputObjectTypeDefinition:[\"description\",\"name\",\"directives\",\"fields\"],DirectiveDefinition:[\"description\",\"name\",\"arguments\",\"locations\"],SchemaExtension:[\"directives\",\"operationTypes\"],ScalarTypeExtension:[\"name\",\"directives\"],ObjectTypeExtension:[\"name\",\"interfaces\",\"directives\",\"fields\"],InterfaceTypeExtension:[\"name\",\"interfaces\",\"directives\",\"fields\"],UnionTypeExtension:[\"name\",\"directives\",\"types\"],EnumTypeExtension:[\"name\",\"directives\",\"values\"],InputObjectTypeExtension:[\"name\",\"directives\",\"fields\"]},pf=new Set(Object.keys(Fi));function Ii(e){let t=e==null?void 0:e.kind;return typeof t==\"string\"&&pf.has(t)}var rt;(function(e){e.QUERY=\"query\",e.MUTATION=\"mutation\",e.SUBSCRIPTION=\"subscription\"})(rt||(rt={}));var kr;(function(e){e.QUERY=\"QUERY\",e.MUTATION=\"MUTATION\",e.SUBSCRIPTION=\"SUBSCRIPTION\",e.FIELD=\"FIELD\",e.FRAGMENT_DEFINITION=\"FRAGMENT_DEFINITION\",e.FRAGMENT_SPREAD=\"FRAGMENT_SPREAD\",e.INLINE_FRAGMENT=\"INLINE_FRAGMENT\",e.VARIABLE_DEFINITION=\"VARIABLE_DEFINITION\",e.SCHEMA=\"SCHEMA\",e.SCALAR=\"SCALAR\",e.OBJECT=\"OBJECT\",e.FIELD_DEFINITION=\"FIELD_DEFINITION\",e.ARGUMENT_DEFINITION=\"ARGUMENT_DEFINITION\",e.INTERFACE=\"INTERFACE\",e.UNION=\"UNION\",e.ENUM=\"ENUM\",e.ENUM_VALUE=\"ENUM_VALUE\",e.INPUT_OBJECT=\"INPUT_OBJECT\",e.INPUT_FIELD_DEFINITION=\"INPUT_FIELD_DEFINITION\"})(kr||(kr={}));var P;(function(e){e.NAME=\"Name\",e.DOCUMENT=\"Document\",e.OPERATION_DEFINITION=\"OperationDefinition\",e.VARIABLE_DEFINITION=\"VariableDefinition\",e.SELECTION_SET=\"SelectionSet\",e.FIELD=\"Field\",e.ARGUMENT=\"Argument\",e.FRAGMENT_SPREAD=\"FragmentSpread\",e.INLINE_FRAGMENT=\"InlineFragment\",e.FRAGMENT_DEFINITION=\"FragmentDefinition\",e.VARIABLE=\"Variable\",e.INT=\"IntValue\",e.FLOAT=\"FloatValue\",e.STRING=\"StringValue\",e.BOOLEAN=\"BooleanValue\",e.NULL=\"NullValue\",e.ENUM=\"EnumValue\",e.LIST=\"ListValue\",e.OBJECT=\"ObjectValue\",e.OBJECT_FIELD=\"ObjectField\",e.DIRECTIVE=\"Directive\",e.NAMED_TYPE=\"NamedType\",e.LIST_TYPE=\"ListType\",e.NON_NULL_TYPE=\"NonNullType\",e.SCHEMA_DEFINITION=\"SchemaDefinition\",e.OPERATION_TYPE_DEFINITION=\"OperationTypeDefinition\",e.SCALAR_TYPE_DEFINITION=\"ScalarTypeDefinition\",e.OBJECT_TYPE_DEFINITION=\"ObjectTypeDefinition\",e.FIELD_DEFINITION=\"FieldDefinition\",e.INPUT_VALUE_DEFINITION=\"InputValueDefinition\",e.INTERFACE_TYPE_DEFINITION=\"InterfaceTypeDefinition\",e.UNION_TYPE_DEFINITION=\"UnionTypeDefinition\",e.ENUM_TYPE_DEFINITION=\"EnumTypeDefinition\",e.ENUM_VALUE_DEFINITION=\"EnumValueDefinition\",e.INPUT_OBJECT_TYPE_DEFINITION=\"InputObjectTypeDefinition\",e.DIRECTIVE_DEFINITION=\"DirectiveDefinition\",e.SCHEMA_EXTENSION=\"SchemaExtension\",e.SCALAR_TYPE_EXTENSION=\"ScalarTypeExtension\",e.OBJECT_TYPE_EXTENSION=\"ObjectTypeExtension\",e.INTERFACE_TYPE_EXTENSION=\"InterfaceTypeExtension\",e.UNION_TYPE_EXTENSION=\"UnionTypeExtension\",e.ENUM_TYPE_EXTENSION=\"EnumTypeExtension\",e.INPUT_OBJECT_TYPE_EXTENSION=\"InputObjectTypeExtension\"})(P||(P={}));function wn(e){return e===9||e===32}function Bt(e){return e>=48&&e<=57}function Bl(e){return e>=97&&e<=122||e>=65&&e<=90}function Ni(e){return Bl(e)||e===95}function zl(e){return Bl(e)||Bt(e)||e===95}function Hl(e){var t;let r=Number.MAX_SAFE_INTEGER,n=null,i=-1;for(let a=0;as===0?a:a.slice(r)).slice((t=n)!==null&&t!==void 0?t:0,i+1)}function df(e){let t=0;for(;t1&&n.slice(1).every(f=>f.length===0||wn(f.charCodeAt(0))),a=r.endsWith('\\\\\"\"\"'),s=e.endsWith('\"')&&!a,l=e.endsWith(\"\\\\\"),u=s||l,c=!(t!=null&&t.minimize)&&(!i||e.length>70||u||o||a),p=\"\",d=i&&wn(e.charCodeAt(0));return(c&&!d||o)&&(p+=`\n`),p+=r,(c||u)&&(p+=`\n`),'\"\"\"'+p+'\"\"\"'}var x;(function(e){e.SOF=\"\",e.EOF=\"\",e.BANG=\"!\",e.DOLLAR=\"$\",e.AMP=\"&\",e.PAREN_L=\"(\",e.PAREN_R=\")\",e.SPREAD=\"...\",e.COLON=\":\",e.EQUALS=\"=\",e.AT=\"@\",e.BRACKET_L=\"[\",e.BRACKET_R=\"]\",e.BRACE_L=\"{\",e.PIPE=\"|\",e.BRACE_R=\"}\",e.NAME=\"Name\",e.INT=\"Int\",e.FLOAT=\"Float\",e.STRING=\"String\",e.BLOCK_STRING=\"BlockString\",e.COMMENT=\"Comment\"})(x||(x={}));var Fr=class{constructor(t){let r=new Gt(x.SOF,0,0,0,0);this.source=t,this.lastToken=r,this.token=r,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return\"Lexer\"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==x.EOF)do if(t.next)t=t.next;else{let r=mf(this,t.end);t.next=r,r.prev=t,t=r}while(t.kind===x.COMMENT);return t}};function jl(e){return e===x.BANG||e===x.DOLLAR||e===x.AMP||e===x.PAREN_L||e===x.PAREN_R||e===x.SPREAD||e===x.COLON||e===x.EQUALS||e===x.AT||e===x.BRACKET_L||e===x.BRACKET_R||e===x.BRACE_L||e===x.PIPE||e===x.BRACE_R}function zt(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Sn(e,t){return Yl(e.charCodeAt(t))&&Jl(e.charCodeAt(t+1))}function Yl(e){return e>=55296&&e<=56319}function Jl(e){return e>=56320&&e<=57343}function kt(e,t){let r=e.source.body.codePointAt(t);if(r===void 0)return x.EOF;if(r>=32&&r<=126){let n=String.fromCodePoint(r);return n==='\"'?`'\"'`:`\"${n}\"`}return\"U+\"+r.toString(16).toUpperCase().padStart(4,\"0\")}function oe(e,t,r,n,i){let o=e.line,a=1+r-e.lineStart;return new Gt(t,r,n,o,a,i)}function mf(e,t){let r=e.source.body,n=r.length,i=t;for(;i=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function vf(e,t){let r=e.source.body;switch(r.charCodeAt(t+1)){case 34:return{value:'\"',size:2};case 92:return{value:\"\\\\\",size:2};case 47:return{value:\"/\",size:2};case 98:return{value:\"\\b\",size:2};case 102:return{value:\"\\f\",size:2};case 110:return{value:`\n`,size:2};case 114:return{value:\"\\r\",size:2};case 116:return{value:\"\t\",size:2}}throw ie(e.source,t,`Invalid character escape sequence: \"${r.slice(t,t+2)}\".`)}function bf(e,t){let r=e.source.body,n=r.length,i=e.lineStart,o=t+3,a=o,s=\"\",l=[];for(;o2?\"[\"+Tf(e)+\"]\":\"{ \"+r.map(([i,o])=>i+\": \"+kn(o,t)).join(\", \")+\" }\"}function kf(e,t){if(e.length===0)return\"[]\";if(t.length>2)return\"[Array]\";let r=Math.min(10,e.length),n=e.length-r,i=[];for(let o=0;o1&&i.push(`... ${n} more items`),\"[\"+i.join(\", \")+\"]\"}function Tf(e){let t=Object.prototype.toString.call(e).replace(/^\\[object /,\"\").replace(/]$/,\"\");if(t===\"Object\"&&typeof e.constructor==\"function\"){let r=e.constructor.name;if(typeof r==\"string\"&&r!==\"\")return r}return t}var Zl=process.env.NODE_ENV===\"production\"?function(t,r){return t instanceof r}:function(t,r){if(t instanceof r)return!0;if(typeof t==\"object\"&&t!==null){var n;let i=r.prototype[Symbol.toStringTag],o=Symbol.toStringTag in t?t[Symbol.toStringTag]:(n=t.constructor)===null||n===void 0?void 0:n.name;if(i===o){let a=Ht(t);throw new Error(`Cannot use ${i} \"${a}\" from another module or realm.\n\nEnsure that there is only one instance of \"graphql\" in the node_modules\ndirectory. If different versions of \"graphql\" are the dependencies of other\nrelied on modules, use \"resolutions\" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate \"graphql\" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.`)}}return!1};var Ue=class{constructor(t,r=\"GraphQL request\",n={line:1,column:1}){typeof t==\"string\"||Vt(!1,`Body must be a string. Received: ${Ht(t)}.`),this.body=t,this.name=r,this.locationOffset=n,this.locationOffset.line>0||Vt(!1,\"line in locationOffset is 1-indexed and must be positive.\"),this.locationOffset.column>0||Vt(!1,\"column in locationOffset is 1-indexed and must be positive.\")}get[Symbol.toStringTag](){return\"Source\"}};function Kl(e){return Zl(e,Ue)}function Fn(e,t){return new Ei(e,t).parseDocument()}var Ei=class{constructor(t,r={}){let n=Kl(t)?t:new Ue(t);this._lexer=new Fr(n),this._options=r,this._tokenCounter=0}parseName(){let t=this.expectToken(x.NAME);return this.node(t,{kind:P.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:P.DOCUMENT,definitions:this.many(x.SOF,this.parseDefinition,x.EOF)})}parseDefinition(){if(this.peek(x.BRACE_L))return this.parseOperationDefinition();let t=this.peekDescription(),r=t?this._lexer.lookahead():this._lexer.token;if(r.kind===x.NAME){switch(r.value){case\"schema\":return this.parseSchemaDefinition();case\"scalar\":return this.parseScalarTypeDefinition();case\"type\":return this.parseObjectTypeDefinition();case\"interface\":return this.parseInterfaceTypeDefinition();case\"union\":return this.parseUnionTypeDefinition();case\"enum\":return this.parseEnumTypeDefinition();case\"input\":return this.parseInputObjectTypeDefinition();case\"directive\":return this.parseDirectiveDefinition()}if(t)throw ie(this._lexer.source,this._lexer.token.start,\"Unexpected description, descriptions are supported only on type definitions.\");switch(r.value){case\"query\":case\"mutation\":case\"subscription\":return this.parseOperationDefinition();case\"fragment\":return this.parseFragmentDefinition();case\"extend\":return this.parseTypeSystemExtension()}}throw this.unexpected(r)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(x.BRACE_L))return this.node(t,{kind:P.OPERATION_DEFINITION,operation:rt.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let r=this.parseOperationType(),n;return this.peek(x.NAME)&&(n=this.parseName()),this.node(t,{kind:P.OPERATION_DEFINITION,operation:r,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(x.NAME);switch(t.value){case\"query\":return rt.QUERY;case\"mutation\":return rt.MUTATION;case\"subscription\":return rt.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(x.PAREN_L,this.parseVariableDefinition,x.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:P.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(x.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(x.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let t=this._lexer.token;return this.expectToken(x.DOLLAR),this.node(t,{kind:P.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:P.SELECTION_SET,selections:this.many(x.BRACE_L,this.parseSelection,x.BRACE_R)})}parseSelection(){return this.peek(x.SPREAD)?this.parseFragment():this.parseField()}parseField(){let t=this._lexer.token,r=this.parseName(),n,i;return this.expectOptionalToken(x.COLON)?(n=r,i=this.parseName()):i=r,this.node(t,{kind:P.FIELD,alias:n,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(x.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let r=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(x.PAREN_L,r,x.PAREN_R)}parseArgument(t=!1){let r=this._lexer.token,n=this.parseName();return this.expectToken(x.COLON),this.node(r,{kind:P.ARGUMENT,name:n,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(x.SPREAD);let r=this.expectOptionalKeyword(\"on\");return!r&&this.peek(x.NAME)?this.node(t,{kind:P.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:P.INLINE_FRAGMENT,typeCondition:r?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token;return this.expectKeyword(\"fragment\"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:P.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword(\"on\"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(t,{kind:P.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword(\"on\"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if(this._lexer.token.value===\"on\")throw this.unexpected();return this.parseName()}parseValueLiteral(t){let r=this._lexer.token;switch(r.kind){case x.BRACKET_L:return this.parseList(t);case x.BRACE_L:return this.parseObject(t);case x.INT:return this.advanceLexer(),this.node(r,{kind:P.INT,value:r.value});case x.FLOAT:return this.advanceLexer(),this.node(r,{kind:P.FLOAT,value:r.value});case x.STRING:case x.BLOCK_STRING:return this.parseStringLiteral();case x.NAME:switch(this.advanceLexer(),r.value){case\"true\":return this.node(r,{kind:P.BOOLEAN,value:!0});case\"false\":return this.node(r,{kind:P.BOOLEAN,value:!1});case\"null\":return this.node(r,{kind:P.NULL});default:return this.node(r,{kind:P.ENUM,value:r.value})}case x.DOLLAR:if(t)if(this.expectToken(x.DOLLAR),this._lexer.token.kind===x.NAME){let n=this._lexer.token.value;throw ie(this._lexer.source,r.start,`Unexpected variable \"$${n}\" in constant value.`)}else throw this.unexpected(r);return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:P.STRING,value:t.value,block:t.kind===x.BLOCK_STRING})}parseList(t){let r=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:P.LIST,values:this.any(x.BRACKET_L,r,x.BRACKET_R)})}parseObject(t){let r=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:P.OBJECT,fields:this.any(x.BRACE_L,r,x.BRACE_R)})}parseObjectField(t){let r=this._lexer.token,n=this.parseName();return this.expectToken(x.COLON),this.node(r,{kind:P.OBJECT_FIELD,name:n,value:this.parseValueLiteral(t)})}parseDirectives(t){let r=[];for(;this.peek(x.AT);)r.push(this.parseDirective(t));return r}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let r=this._lexer.token;return this.expectToken(x.AT),this.node(r,{kind:P.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,r;if(this.expectOptionalToken(x.BRACKET_L)){let n=this.parseTypeReference();this.expectToken(x.BRACKET_R),r=this.node(t,{kind:P.LIST_TYPE,type:n})}else r=this.parseNamedType();return this.expectOptionalToken(x.BANG)?this.node(t,{kind:P.NON_NULL_TYPE,type:r}):r}parseNamedType(){return this.node(this._lexer.token,{kind:P.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(x.STRING)||this.peek(x.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"schema\");let n=this.parseConstDirectives(),i=this.many(x.BRACE_L,this.parseOperationTypeDefinition,x.BRACE_R);return this.node(t,{kind:P.SCHEMA_DEFINITION,description:r,directives:n,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,r=this.parseOperationType();this.expectToken(x.COLON);let n=this.parseNamedType();return this.node(t,{kind:P.OPERATION_TYPE_DEFINITION,operation:r,type:n})}parseScalarTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"scalar\");let n=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:P.SCALAR_TYPE_DEFINITION,description:r,name:n,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"type\");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(t,{kind:P.OBJECT_TYPE_DEFINITION,description:r,name:n,interfaces:i,directives:o,fields:a})}parseImplementsInterfaces(){return this.expectOptionalKeyword(\"implements\")?this.delimitedMany(x.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(x.BRACE_L,this.parseFieldDefinition,x.BRACE_R)}parseFieldDefinition(){let t=this._lexer.token,r=this.parseDescription(),n=this.parseName(),i=this.parseArgumentDefs();this.expectToken(x.COLON);let o=this.parseTypeReference(),a=this.parseConstDirectives();return this.node(t,{kind:P.FIELD_DEFINITION,description:r,name:n,arguments:i,type:o,directives:a})}parseArgumentDefs(){return this.optionalMany(x.PAREN_L,this.parseInputValueDef,x.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,r=this.parseDescription(),n=this.parseName();this.expectToken(x.COLON);let i=this.parseTypeReference(),o;this.expectOptionalToken(x.EQUALS)&&(o=this.parseConstValueLiteral());let a=this.parseConstDirectives();return this.node(t,{kind:P.INPUT_VALUE_DEFINITION,description:r,name:n,type:i,defaultValue:o,directives:a})}parseInterfaceTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"interface\");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(t,{kind:P.INTERFACE_TYPE_DEFINITION,description:r,name:n,interfaces:i,directives:o,fields:a})}parseUnionTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"union\");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseUnionMemberTypes();return this.node(t,{kind:P.UNION_TYPE_DEFINITION,description:r,name:n,directives:i,types:o})}parseUnionMemberTypes(){return this.expectOptionalToken(x.EQUALS)?this.delimitedMany(x.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"enum\");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();return this.node(t,{kind:P.ENUM_TYPE_DEFINITION,description:r,name:n,directives:i,values:o})}parseEnumValuesDefinition(){return this.optionalMany(x.BRACE_L,this.parseEnumValueDefinition,x.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,r=this.parseDescription(),n=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:P.ENUM_VALUE_DEFINITION,description:r,name:n,directives:i})}parseEnumValueName(){if(this._lexer.token.value===\"true\"||this._lexer.token.value===\"false\"||this._lexer.token.value===\"null\")throw ie(this._lexer.source,this._lexer.token.start,`${Tn(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"input\");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();return this.node(t,{kind:P.INPUT_OBJECT_TYPE_DEFINITION,description:r,name:n,directives:i,fields:o})}parseInputFieldsDefinition(){return this.optionalMany(x.BRACE_L,this.parseInputValueDef,x.BRACE_R)}parseTypeSystemExtension(){let t=this._lexer.lookahead();if(t.kind===x.NAME)switch(t.value){case\"schema\":return this.parseSchemaExtension();case\"scalar\":return this.parseScalarTypeExtension();case\"type\":return this.parseObjectTypeExtension();case\"interface\":return this.parseInterfaceTypeExtension();case\"union\":return this.parseUnionTypeExtension();case\"enum\":return this.parseEnumTypeExtension();case\"input\":return this.parseInputObjectTypeExtension()}throw this.unexpected(t)}parseSchemaExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"schema\");let r=this.parseConstDirectives(),n=this.optionalMany(x.BRACE_L,this.parseOperationTypeDefinition,x.BRACE_R);if(r.length===0&&n.length===0)throw this.unexpected();return this.node(t,{kind:P.SCHEMA_EXTENSION,directives:r,operationTypes:n})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"scalar\");let r=this.parseName(),n=this.parseConstDirectives();if(n.length===0)throw this.unexpected();return this.node(t,{kind:P.SCALAR_TYPE_EXTENSION,name:r,directives:n})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"type\");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:P.OBJECT_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"interface\");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:P.INTERFACE_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"union\");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:P.UNION_TYPE_EXTENSION,name:r,directives:n,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"enum\");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:P.ENUM_TYPE_EXTENSION,name:r,directives:n,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword(\"extend\"),this.expectKeyword(\"input\");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:P.INPUT_OBJECT_TYPE_EXTENSION,name:r,directives:n,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword(\"directive\"),this.expectToken(x.AT);let n=this.parseName(),i=this.parseArgumentDefs(),o=this.expectOptionalKeyword(\"repeatable\");this.expectKeyword(\"on\");let a=this.parseDirectiveLocations();return this.node(t,{kind:P.DIRECTIVE_DEFINITION,description:r,name:n,arguments:i,repeatable:o,locations:a})}parseDirectiveLocations(){return this.delimitedMany(x.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,r=this.parseName();if(Object.prototype.hasOwnProperty.call(kr,r.value))return r;throw this.unexpected(t)}node(t,r){return this._options.noLocation!==!0&&(r.loc=new Sr(t,this._lexer.lastToken,this._lexer.source)),r}peek(t){return this._lexer.token.kind===t}expectToken(t){let r=this._lexer.token;if(r.kind===t)return this.advanceLexer(),r;throw ie(this._lexer.source,r.start,`Expected ${Xl(t)}, found ${Tn(r)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let r=this._lexer.token;if(r.kind===x.NAME&&r.value===t)this.advanceLexer();else throw ie(this._lexer.source,r.start,`Expected \"${t}\", found ${Tn(r)}.`)}expectOptionalKeyword(t){let r=this._lexer.token;return r.kind===x.NAME&&r.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let r=t??this._lexer.token;return ie(this._lexer.source,r.start,`Unexpected ${Tn(r)}.`)}any(t,r,n){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(n);)i.push(r.call(this));return i}optionalMany(t,r,n){if(this.expectOptionalToken(t)){let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}return[]}many(t,r,n){this.expectToken(t);let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}delimitedMany(t,r){this.expectOptionalToken(t);let n=[];do n.push(r.call(this));while(this.expectOptionalToken(t));return n}advanceLexer(){let{maxTokens:t}=this._options,r=this._lexer.advance();if(t!==void 0&&r.kind!==x.EOF&&(++this._tokenCounter,this._tokenCounter>t))throw ie(this._lexer.source,r.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function Tn(e){let t=e.value;return Xl(e.kind)+(t!=null?` \"${t}\"`:\"\")}function Xl(e){return jl(e)?`\"${e}\"`:e}function eu(e){return`\"${e.replace(Ff,If)}\"`}var Ff=/[\\x00-\\x1f\\x22\\x5c\\x7f-\\x9f]/g;function If(e){return Nf[e.charCodeAt(0)]}var Nf=[\"\\\\u0000\",\"\\\\u0001\",\"\\\\u0002\",\"\\\\u0003\",\"\\\\u0004\",\"\\\\u0005\",\"\\\\u0006\",\"\\\\u0007\",\"\\\\b\",\"\\\\t\",\"\\\\n\",\"\\\\u000B\",\"\\\\f\",\"\\\\r\",\"\\\\u000E\",\"\\\\u000F\",\"\\\\u0010\",\"\\\\u0011\",\"\\\\u0012\",\"\\\\u0013\",\"\\\\u0014\",\"\\\\u0015\",\"\\\\u0016\",\"\\\\u0017\",\"\\\\u0018\",\"\\\\u0019\",\"\\\\u001A\",\"\\\\u001B\",\"\\\\u001C\",\"\\\\u001D\",\"\\\\u001E\",\"\\\\u001F\",\"\",\"\",'\\\\\"',\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\\\\\\\\\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\\\\u007F\",\"\\\\u0080\",\"\\\\u0081\",\"\\\\u0082\",\"\\\\u0083\",\"\\\\u0084\",\"\\\\u0085\",\"\\\\u0086\",\"\\\\u0087\",\"\\\\u0088\",\"\\\\u0089\",\"\\\\u008A\",\"\\\\u008B\",\"\\\\u008C\",\"\\\\u008D\",\"\\\\u008E\",\"\\\\u008F\",\"\\\\u0090\",\"\\\\u0091\",\"\\\\u0092\",\"\\\\u0093\",\"\\\\u0094\",\"\\\\u0095\",\"\\\\u0096\",\"\\\\u0097\",\"\\\\u0098\",\"\\\\u0099\",\"\\\\u009A\",\"\\\\u009B\",\"\\\\u009C\",\"\\\\u009D\",\"\\\\u009E\",\"\\\\u009F\"];var Tt=Object.freeze({});function de(e,t,r=Fi){let n=new Map;for(let _ of Object.values(P))n.set(_,Di(t,_));let i,o=Array.isArray(e),a=[e],s=-1,l=[],u=e,c,p,d=[],f=[];do{s++;let _=s===a.length,N=_&&l.length!==0;if(_){if(c=f.length===0?void 0:d[d.length-1],u=p,p=f.pop(),N)if(o){u=u.slice();let F=0;for(let[k,y]of l){let M=k-F;y===null?(u.splice(M,1),F++):u[M]=y}}else{u=Object.defineProperties({},Object.getOwnPropertyDescriptors(u));for(let[F,k]of l)u[F]=k}s=i.index,a=i.keys,l=i.edits,o=i.inArray,i=i.prev}else if(p){if(c=o?s:a[s],u=p[c],u==null)continue;d.push(c)}let S;if(!Array.isArray(u)){var v,h;Ii(u)||Vt(!1,`Invalid AST Node: ${Ht(u)}.`);let F=_?(v=n.get(u.kind))===null||v===void 0?void 0:v.leave:(h=n.get(u.kind))===null||h===void 0?void 0:h.enter;if(S=F==null?void 0:F.call(t,u,c,p,d,f),S===Tt)break;if(S===!1){if(!_){d.pop();continue}}else if(S!==void 0&&(l.push([c,S]),!_))if(Ii(S))u=S;else{d.pop();continue}}if(S===void 0&&N&&l.push([c,u]),_)d.pop();else{var g;i={inArray:o,index:s,keys:a,edits:l,prev:i},o=Array.isArray(u),a=o?u:(g=r[u.kind])!==null&&g!==void 0?g:[],s=-1,l=[],p&&f.push(p),p=u}}while(i!==void 0);return l.length!==0?l[l.length-1][1]:e}function Di(e,t){let r=e[t];return typeof r==\"object\"?r:typeof r==\"function\"?{enter:r,leave:void 0}:{enter:e.enter,leave:e.leave}}function Nn(e){return de(e,Ef)}var Af=80,Ef={Name:{leave:e=>e.value},Variable:{leave:e=>\"$\"+e.name},Document:{leave:e=>D(e.definitions,`\n\n`)},OperationDefinition:{leave(e){let t=B(\"(\",D(e.variableDefinitions,\", \"),\")\"),r=D([e.operation,D([e.name,t]),D(e.directives,\" \")],\" \");return(r===\"query\"?\"\":r+\" \")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:r,directives:n})=>e+\": \"+t+B(\" = \",r)+B(\" \",D(n,\" \"))},SelectionSet:{leave:({selections:e})=>Oe(e)},Field:{leave({alias:e,name:t,arguments:r,directives:n,selectionSet:i}){let o=B(\"\",e,\": \")+t,a=o+B(\"(\",D(r,\", \"),\")\");return a.length>Af&&(a=o+B(`(\n`,In(D(r,`\n`)),`\n)`)),D([a,D(n,\" \"),i],\" \")}},Argument:{leave:({name:e,value:t})=>e+\": \"+t},FragmentSpread:{leave:({name:e,directives:t})=>\"...\"+e+B(\" \",D(t,\" \"))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:r})=>D([\"...\",B(\"on \",e),D(t,\" \"),r],\" \")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:r,directives:n,selectionSet:i})=>`fragment ${e}${B(\"(\",D(r,\", \"),\")\")} on ${t} ${B(\"\",D(n,\" \"),\" \")}`+i},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?Ul(e):eu(e)},BooleanValue:{leave:({value:e})=>e?\"true\":\"false\"},NullValue:{leave:()=>\"null\"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>\"[\"+D(e,\", \")+\"]\"},ObjectValue:{leave:({fields:e})=>\"{\"+D(e,\", \")+\"}\"},ObjectField:{leave:({name:e,value:t})=>e+\": \"+t},Directive:{leave:({name:e,arguments:t})=>\"@\"+e+B(\"(\",D(t,\", \"),\")\")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>\"[\"+e+\"]\"},NonNullType:{leave:({type:e})=>e+\"!\"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:r})=>B(\"\",e,`\n`)+D([\"schema\",D(t,\" \"),Oe(r)],\" \")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+\": \"+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:r})=>B(\"\",e,`\n`)+D([\"scalar\",t,D(r,\" \")],\" \")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:r,directives:n,fields:i})=>B(\"\",e,`\n`)+D([\"type\",t,B(\"implements \",D(r,\" & \")),D(n,\" \"),Oe(i)],\" \")},FieldDefinition:{leave:({description:e,name:t,arguments:r,type:n,directives:i})=>B(\"\",e,`\n`)+t+(tu(r)?B(`(\n`,In(D(r,`\n`)),`\n)`):B(\"(\",D(r,\", \"),\")\"))+\": \"+n+B(\" \",D(i,\" \"))},InputValueDefinition:{leave:({description:e,name:t,type:r,defaultValue:n,directives:i})=>B(\"\",e,`\n`)+D([t+\": \"+r,B(\"= \",n),D(i,\" \")],\" \")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:r,directives:n,fields:i})=>B(\"\",e,`\n`)+D([\"interface\",t,B(\"implements \",D(r,\" & \")),D(n,\" \"),Oe(i)],\" \")},UnionTypeDefinition:{leave:({description:e,name:t,directives:r,types:n})=>B(\"\",e,`\n`)+D([\"union\",t,D(r,\" \"),B(\"= \",D(n,\" | \"))],\" \")},EnumTypeDefinition:{leave:({description:e,name:t,directives:r,values:n})=>B(\"\",e,`\n`)+D([\"enum\",t,D(r,\" \"),Oe(n)],\" \")},EnumValueDefinition:{leave:({description:e,name:t,directives:r})=>B(\"\",e,`\n`)+D([t,D(r,\" \")],\" \")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:r,fields:n})=>B(\"\",e,`\n`)+D([\"input\",t,D(r,\" \"),Oe(n)],\" \")},DirectiveDefinition:{leave:({description:e,name:t,arguments:r,repeatable:n,locations:i})=>B(\"\",e,`\n`)+\"directive @\"+t+(tu(r)?B(`(\n`,In(D(r,`\n`)),`\n)`):B(\"(\",D(r,\", \"),\")\"))+(n?\" repeatable\":\"\")+\" on \"+D(i,\" | \")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>D([\"extend schema\",D(e,\" \"),Oe(t)],\" \")},ScalarTypeExtension:{leave:({name:e,directives:t})=>D([\"extend scalar\",e,D(t,\" \")],\" \")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:r,fields:n})=>D([\"extend type\",e,B(\"implements \",D(t,\" & \")),D(r,\" \"),Oe(n)],\" \")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:r,fields:n})=>D([\"extend interface\",e,B(\"implements \",D(t,\" & \")),D(r,\" \"),Oe(n)],\" \")},UnionTypeExtension:{leave:({name:e,directives:t,types:r})=>D([\"extend union\",e,D(t,\" \"),B(\"= \",D(r,\" | \"))],\" \")},EnumTypeExtension:{leave:({name:e,directives:t,values:r})=>D([\"extend enum\",e,D(t,\" \"),Oe(r)],\" \")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:r})=>D([\"extend input\",e,D(t,\" \"),Oe(r)],\" \")}};function D(e,t=\"\"){var r;return(r=e==null?void 0:e.filter(n=>n).join(t))!==null&&r!==void 0?r:\"\"}function Oe(e){return B(`{\n`,In(D(e,`\n`)),`\n}`)}function B(e,t,r=\"\"){return t!=null&&t!==\"\"?e+t+r:\"\"}function In(e){return B(\" \",e.replace(/\\n/g,`\n `))}function tu(e){var t;return(t=e==null?void 0:e.some(r=>r.includes(`\n`)))!==null&&t!==void 0?t:!1}function ru(){return typeof Ue==\"function\"?ki():ki()}function Pf(){__DEV__?T(typeof St==\"boolean\",St):T(typeof St==\"boolean\",38)}ru();Pf();function Mi(e,t){var r=e.directives;return!r||!r.length?!0:nu(r).every(function(n){var i=n.directive,o=n.ifArgument,a=!1;return o.value.kind===\"Variable\"?(a=t&&t[o.value.name.value],__DEV__?T(a!==void 0,\"Invalid variable referenced in @\".concat(i.name.value,\" directive.\")):T(a!==void 0,39)):a=o.value.value,i.name.value===\"skip\"?!a:a})}function Ut(e,t,r){var n=new Set(e),i=n.size;return de(t,{Directive:function(o){if(n.delete(o.name.value)&&(!r||!n.size))return Tt}}),r?!n.size:n.size0){var n=r.connection.filter?r.connection.filter:[];n.sort();var i={};return n.forEach(function(s){i[s]=t[s]}),\"\".concat(r.connection.key,\"(\").concat(Nr(i),\")\")}else return r.connection.key;var o=e;if(t){var a=Nr(t);o+=\"(\".concat(a,\")\")}return r&&Object.keys(r).forEach(function(s){jf.indexOf(s)===-1&&(r[s]&&Object.keys(r[s]).length?o+=\"@\".concat(s,\"(\").concat(Nr(r[s]),\")\"):o+=\"@\".concat(s))}),o},{setStringify:function(e){var t=Nr;return Nr=e,t}}),Nr=function(t){return JSON.stringify(t,Jf)};function Jf(e,t){return se(t)&&!Array.isArray(t)&&(t=Object.keys(t).sort().reduce(function(r,n){return r[n]=t[n],r},{})),t}function Li(e,t){if(e.arguments&&e.arguments.length){var r={};return e.arguments.forEach(function(n){var i=n.name,o=n.value;return Wt(r,i,o,t)}),r}return null}function An(e){return e.alias?e.alias.value:e.name.value}function nt(e){return e.kind===\"Field\"}function Ar(e){return e.kind===\"InlineFragment\"}function jt(e){__DEV__?T(e&&e.kind===\"Document\",'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a \"gql\" tag? http://docs.apollostack.com/apollo-client/core.html#gql'):T(e&&e.kind===\"Document\",46);var t=e.definitions.filter(function(r){return r.kind!==\"FragmentDefinition\"}).map(function(r){if(r.kind!==\"OperationDefinition\")throw __DEV__?new j('Schema type definitions not allowed in queries. Found: \"'.concat(r.kind,'\"')):new j(47);return r});return __DEV__?T(t.length<=1,\"Ambiguous GraphQL document: contains \".concat(t.length,\" operations\")):T(t.length<=1,48),e}function it(e){return jt(e),e.definitions.filter(function(t){return t.kind===\"OperationDefinition\"})[0]}function Yt(e){return e.definitions.filter(function(t){return t.kind===\"OperationDefinition\"&&t.name}).map(function(t){return t.name.value})[0]||null}function Er(e){return e.definitions.filter(function(t){return t.kind===\"FragmentDefinition\"})}function Pi(e){var t=it(e);return __DEV__?T(t&&t.operation===\"query\",\"Must contain a query definition.\"):T(t&&t.operation===\"query\",49),t}function Qi(e){__DEV__?T(e.kind===\"Document\",'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a \"gql\" tag? http://docs.apollostack.com/apollo-client/core.html#gql'):T(e.kind===\"Document\",50),__DEV__?T(e.definitions.length<=1,\"Fragment must have exactly one definition.\"):T(e.definitions.length<=1,51);var t=e.definitions[0];return __DEV__?T(t.kind===\"FragmentDefinition\",\"Must be a fragment definition.\"):T(t.kind===\"FragmentDefinition\",52),t}function Dr(e){jt(e);for(var t,r=0,n=e.definitions;r1)for(var n=new Mr,i=1;i=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ny(e,t){if(!!e){if(typeof e==\"string\")return cu(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r===\"Object\"&&e.constructor&&(r=e.constructor.name),r===\"Map\"||r===\"Set\")return Array.from(e);if(r===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return cu(e,t)}}function cu(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r1,s=!1,l=arguments[1],u=l;return new o(function(c){return i.subscribe({next:function(p){var d=!s;if(s=!0,!d||a)try{u=n(u,p)}catch(f){return c.error(f)}else u=p},error:function(p){c.error(p)},complete:function(){if(!s&&!a)return c.error(new TypeError(\"Cannot reduce an empty sequence\"));c.next(u),c.complete()}})})},t.concat=function(){for(var n=this,i=arguments.length,o=new Array(i),a=0;a=0&&s.splice(d,1),u()}});s.push(p)},error:function(c){a.error(c)},complete:function(){u()}});function u(){l.closed&&s.length===0&&a.complete()}return function(){s.forEach(function(c){return c.unsubscribe()}),l.unsubscribe()}})},t[Yi]=function(){return this},e.from=function(n){var i=typeof this==\"function\"?this:e;if(n==null)throw new TypeError(n+\" is not an object\");var o=Dn(n,Yi);if(o){var a=o.call(n);if(Object(a)!==a)throw new TypeError(a+\" is not an object\");return oy(a)&&a.constructor===i?a:new i(function(s){return a.subscribe(s)})}if(Xi(\"iterator\")&&(o=Dn(n,iy),o))return new i(function(s){En(function(){if(!s.closed){for(var l=ry(o.call(n)),u;!(u=l()).done;){var c=u.value;if(s.next(c),s.closed)return}s.complete()}})});if(Array.isArray(n))return new i(function(s){En(function(){if(!s.closed){for(var l=0;l=0})||!1,_u=dy&&!my;function Rn(e){function t(r){Object.defineProperty(e,r,{value:H})}return Rr&&Symbol.species&&t(Symbol.species),t(\"@@species\"),e}function vu(e){return e&&typeof e.then==\"function\"}var Kt=function(e){Te(t,e);function t(r){var n=e.call(this,function(i){return n.addObserver(i),function(){return n.removeObserver(i)}})||this;return n.observers=new Set,n.promise=new Promise(function(i,o){n.resolve=i,n.reject=o}),n.handlers={next:function(i){n.sub!==null&&(n.latest=[\"next\",i],n.notify(\"next\",i),Ft(n.observers,\"next\",i))},error:function(i){var o=n.sub;o!==null&&(o&&setTimeout(function(){return o.unsubscribe()}),n.sub=null,n.latest=[\"error\",i],n.reject(i),n.notify(\"error\",i),Ft(n.observers,\"error\",i))},complete:function(){var i=n.sub;if(i!==null){var o=n.sources.shift();o?vu(o)?o.then(function(a){return n.sub=a.subscribe(n.handlers)}):n.sub=o.subscribe(n.handlers):(i&&setTimeout(function(){return i.unsubscribe()}),n.sub=null,n.latest&&n.latest[0]===\"next\"?n.resolve(n.latest[1]):n.resolve(),n.notify(\"complete\"),Ft(n.observers,\"complete\"))}}},n.nextResultListeners=new Set,n.cancel=function(i){n.reject(i),n.sources=[],n.handlers.complete()},n.promise.catch(function(i){}),typeof r==\"function\"&&(r=[new H(r)]),vu(r)?r.then(function(i){return n.start(i)},n.handlers.error):n.start(r),n}return t.prototype.start=function(r){this.sub===void 0&&(this.sources=Array.from(r),this.handlers.complete())},t.prototype.deliverLastMessage=function(r){if(this.latest){var n=this.latest[0],i=r[n];i&&i.call(r,this.latest[1]),this.sub===null&&n===\"next\"&&r.complete&&r.complete()}},t.prototype.addObserver=function(r){this.observers.has(r)||(this.deliverLastMessage(r),this.observers.add(r))},t.prototype.removeObserver=function(r){this.observers.delete(r)&&this.observers.size<1&&this.handlers.complete()},t.prototype.notify=function(r,n){var i=this.nextResultListeners;i.size&&(this.nextResultListeners=new Set,i.forEach(function(o){return o(r,n)}))},t.prototype.beforeNext=function(r){var n=!1;this.nextResultListeners.add(function(i,o){n||(n=!0,r(i,o))})},t}(H);Rn(Kt);function ce(e){return Array.isArray(e)&&e.length>0}function at(e){return\"incremental\"in e}function fy(e){return\"hasNext\"in e&&\"data\"in e}function bu(e){return at(e)||fy(e)}function Ln(e,t){var r=e,n=new Mr;return at(t)&&ce(t.incremental)&&t.incremental.forEach(function(i){for(var o=i.data,a=i.path,s=a.length-1;s>=0;--s){var l=a[s],u=!isNaN(+l),c=u?[]:{};c[l]=o,o=c}r=n.merge(r,o)}),r}function Xt(e){var t=Pn(e);return ce(t)}function Pn(e){var t=ce(e.errors)?e.errors.slice(0):[];return at(e)&&ce(e.incremental)&&e.incremental.forEach(function(r){r.errors&&t.push.apply(t,r.errors)}),t}function er(){for(var e=[],t=0;t-1;){if(N=void 0,O=[c.slice(0,_),c.slice(_+u.length)],N=O[0],c=O[1],N.trim()){if(S=N.indexOf(`\\r\n\\r\n`),F=hy(N.slice(0,S)),k=F[\"content-type\"],k&&k.toLowerCase().indexOf(\"application/json\")===-1)throw new Error(\"Unsupported patch content type: application/json is required.\");y=N.slice(S);try{M=Mu(e,y.replace(`\\r\n`,\"\")),(Object.keys(M).length>1||\"data\"in M||\"incremental\"in M||\"errors\"in M)&&((n=t.next)===null||n===void 0||n.call(t,M))}catch(Y){qn(Y,t)}}_=c.indexOf(u)}return[3,1];case 3:return(i=t.complete)===null||i===void 0||i.call(t),[2]}})})}function hy(e){var t={};return e.split(`\n`).forEach(function(r){var n=r.indexOf(\":\");if(n>-1){var i=r.slice(0,n).trim().toLowerCase(),o=r.slice(n+1).trim();t[i]=o}}),t}function Mu(e,t){if(e.status>=300){var r=function(){try{return JSON.parse(t)}catch{return t}};Lr(e,r(),\"Response not successful: Received status code \".concat(e.status))}try{return JSON.parse(t)}catch(i){var n=i;throw n.name=\"ServerParseError\",n.response=e,n.statusCode=e.status,n.bodyText=t,n}}function qn(e,t){var r,n;e.name!==\"AbortError\"&&(e.result&&e.result.errors&&e.result.data&&((r=t.next)===null||r===void 0||r.call(t,e.result)),(n=t.error)===null||n===void 0||n.call(t,e))}function Ou(e,t,r){gy(t)(e).then(function(n){var i,o;(i=r.next)===null||i===void 0||i.call(r,n),(o=r.complete)===null||o===void 0||o.call(r)}).catch(function(n){return qn(n,r)})}function gy(e){return function(t){return t.text().then(function(r){return Mu(t,r)}).then(function(r){return t.status>=300&&Lr(t,r,\"Response not successful: Received status code \".concat(t.status)),!Array.isArray(r)&&!Eu.call(r,\"data\")&&!Eu.call(r,\"errors\")&&Lr(t,r,\"Server response was missing for query '\".concat(Array.isArray(e)?e.map(function(n){return n.operationName}):e.operationName,\"'.\")),r})}}var Qr=function(e,t){var r;try{r=JSON.stringify(e)}catch(i){var n=__DEV__?new j(\"Network request failed. \".concat(t,\" is not serializable: \").concat(i.message)):new j(23);throw n.parseError=i,n}return r};var _y={includeQuery:!0,includeExtensions:!1,preserveHeaderCase:!1},vy={accept:\"*/*\",\"content-type\":\"application/json\"},by={method:\"POST\"},Ru={http:_y,headers:vy,options:by},Lu=function(e,t){return t(e)};function Pu(e,t){for(var r=[],n=2;n\"u\")throw __DEV__?new j(`\n\"fetch\" has not been found globally and no fetcher has been configured. To fix this, install a fetch package (like https://www.npmjs.com/package/cross-fetch), instantiate the fetcher, and pass it into your HttpLink constructor. For example:\n\nimport fetch from 'cross-fetch';\nimport { ApolloClient, HttpLink } from '@apollo/client';\nconst client = new ApolloClient({\n link: new HttpLink({ uri: '/graphql', fetch })\n});\n `):new j(22)};var Vu=function(){if(typeof AbortController>\"u\")return{controller:!1,signal:!1};var e=new AbortController,t=e.signal;return{controller:e,signal:t}};var $u=function(e,t){var r=e.getContext(),n=r.uri;return n||(typeof t==\"function\"?t(e):t||\"/graphql\")};function qu(e,t){var r=[],n=function(p,d){r.push(\"\".concat(p,\"=\").concat(encodeURIComponent(d)))};if(\"query\"in t&&n(\"query\",t.query),t.operationName&&n(\"operationName\",t.operationName),t.variables){var i=void 0;try{i=Qr(t.variables,\"Variables map\")}catch(p){return{parseError:p}}n(\"variables\",i)}if(t.extensions){var o=void 0;try{o=Qr(t.extensions,\"Extensions map\")}catch(p){return{parseError:p}}n(\"extensions\",o)}var a=\"\",s=e,l=e.indexOf(\"#\");l!==-1&&(a=e.substr(l),s=e.substr(0,l));var u=s.indexOf(\"?\")===-1?\"?\":\"&\",c=s+u+r.join(\"&\")+a;return{newURI:c}}var Gu=ue(function(){return fetch}),Bu=function(e){e===void 0&&(e={});var t=e.uri,r=t===void 0?\"/graphql\":t,n=e.fetch,i=e.print,o=i===void 0?Lu:i,a=e.includeExtensions,s=e.preserveHeaderCase,l=e.useGETForQueries,u=e.includeUnusedVariables,c=u===void 0?!1:u,p=wr(e,[\"uri\",\"fetch\",\"print\",\"includeExtensions\",\"preserveHeaderCase\",\"useGETForQueries\",\"includeUnusedVariables\"]);__DEV__&&Qu(n||Gu);var d={http:{includeExtensions:a,preserveHeaderCase:s},options:p.fetchOptions,credentials:p.credentials,headers:p.headers};return new qe(function(f){var v=$u(f,r),h=f.getContext(),g={};if(h.clientAwareness){var _=h.clientAwareness,N=_.name,S=_.version;N&&(g[\"apollographql-client-name\"]=N),S&&(g[\"apollographql-client-version\"]=S)}var F=w(w({},g),h.headers),k={http:h.http,options:h.fetchOptions,credentials:h.credentials,headers:F},y=Pu(f,o,Ru,d,k),M=y.options,O=y.body;if(O.variables&&!c){var L=new Set(Object.keys(O.variables));de(f.query,{Variable:function(ge,mn,be){be&&be.kind!==\"VariableDefinition\"&&L.delete(ge.name.value)}}),L.size&&(O.variables=w({},O.variables),L.forEach(function(ge){delete O.variables[ge]}))}var Y;if(!M.signal){var Lt=Vu(),we=Lt.controller,he=Lt.signal;Y=we,Y&&(M.signal=he)}var Se=function(ge){return ge.kind===\"OperationDefinition\"&&ge.operation===\"mutation\"};if(l&&!f.query.definitions.some(Se)&&(M.method=\"GET\"),Ut([\"defer\"],f.query)&&(M.headers.accept=\"multipart/mixed; deferSpec=20220824, application/json\"),M.method===\"GET\"){var xt=qu(v,O),Xe=xt.newURI,Pt=xt.parseError;if(Pt)return Qn(Pt);v=Xe}else try{M.body=Qr(O,\"Payload\")}catch(ge){return Qn(ge)}return new H(function(ge){var mn=n||ue(function(){return fetch})||Gu;return mn(v,M).then(function(be){var xr;f.setContext({response:be});var fn=(xr=be.headers)===null||xr===void 0?void 0:xr.get(\"content-type\");return fn!==null&&/^multipart\\/mixed/i.test(fn)?Du(be,ge):Ou(be,f,ge)}).catch(function(be){return qn(be,ge)}),function(){Y&&Y.abort()}})})};var po=function(e){Te(t,e);function t(r){r===void 0&&(r={});var n=e.call(this,Bu(r).request)||this;return n.options=r,n}return t}(qe);var ju=Object.prototype,zu=ju.toString,xy=ju.hasOwnProperty,Hu=Function.prototype.toString,mo=new Map;function ee(e,t){try{return fo(e,t)}finally{mo.clear()}}function fo(e,t){if(e===t)return!0;var r=zu.call(e),n=zu.call(t);if(r!==n)return!1;switch(r){case\"[object Array]\":if(e.length!==t.length)return!1;case\"[object Object]\":{if(Wu(e,t))return!0;var i=Uu(e),o=Uu(t),a=i.length;if(a!==o.length)return!1;for(var s=0;s=0&&e.indexOf(t,r)===r}function Wu(e,t){var r=mo.get(e);if(r){if(r.has(t))return!0}else mo.set(e,r=new Set);return r.add(t),!1}var Ty=function(){return Object.create(null)},Yu=Array.prototype,Fy=Yu.forEach,Iy=Yu.slice,Vr=function(){function e(t,r){t===void 0&&(t=!0),r===void 0&&(r=Ty),this.weakness=t,this.makeData=r}return e.prototype.lookup=function(){for(var t=[],r=0;rthis.max;)this.delete(this.oldest.key)},e.prototype.delete=function(t){var r=this.map.get(t);return r?(r===this.newest&&(this.newest=r.older),r===this.oldest&&(this.oldest=r.newer),r.newer&&(r.newer.older=r.older),r.older&&(r.older.newer=r.newer),this.map.delete(t),this.dispose(r.value,t),!0):!1},e}(),ec=new rr,ho;var tc=(ho=Array.from,ho===void 0?function(e){var t=[];return e.forEach(function(r){return t.push(r)}),t}:ho);function rc(e){var t=e.unsubscribe;typeof t==\"function\"&&(e.unsubscribe=void 0,t())}var $r=[],Ly=100;function nr(e,t){if(!e)throw new Error(t||\"assertion failure\")}function Py(e,t){var r=e.length;return r>0&&r===t.length&&e[r-1]===t[r-1]}function nc(e){switch(e.length){case 0:throw new Error(\"unknown value\");case 1:return e[0];case 2:throw e[1]}}function Qy(e){return e.slice(0)}var Z3=function(){function e(t){this.fn=t,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++e.count}return e.prototype.peek=function(){if(this.value.length===1&&!st(this))return Xu(this),this.value[0]},e.prototype.recompute=function(t){return nr(!this.recomputing,\"already recomputing\"),Xu(this),st(this)?Vy(this,t):nc(this.value)},e.prototype.setDirty=function(){this.dirty||(this.dirty=!0,this.value.length=0,ic(this),rc(this))},e.prototype.dispose=function(){var t=this;this.setDirty(),uc(this),go(this,function(r,n){r.setDirty(),cc(r,t)})},e.prototype.forget=function(){this.dispose()},e.prototype.dependOn=function(t){t.add(this),this.deps||(this.deps=$r.pop()||new Set),this.deps.add(t)},e.prototype.forgetDeps=function(){var t=this;this.deps&&(tc(this.deps).forEach(function(r){return r.delete(t)}),this.deps.clear(),$r.push(this.deps),this.deps=null)},e.count=0,e}();function Xu(e){var t=ec.getValue();if(t)return e.parents.add(t),t.childValues.has(e)||t.childValues.set(e,[]),st(e)?ac(t,e):sc(t,e),t}function Vy(e,t){return uc(e),ec.withValue(e,$y,[e,t]),Gy(e,t)&&qy(e),nc(e.value)}function $y(e,t){e.recomputing=!0,e.value.length=0;try{e.value[0]=e.fn.apply(null,t)}catch(r){e.value[1]=r}e.recomputing=!1}function st(e){return e.dirty||!!(e.dirtyChildren&&e.dirtyChildren.size)}function qy(e){e.dirty=!1,!st(e)&&oc(e)}function ic(e){go(e,ac)}function oc(e){go(e,sc)}function go(e,t){var r=e.parents.size;if(r)for(var n=tc(e.parents),i=0;i0&&e.childValues.forEach(function(t,r){cc(e,r)}),e.forgetDeps(),nr(e.dirtyChildren===null)}function cc(e,t){t.parents.delete(e),e.childValues.delete(t),lc(e,t)}function Gy(e,t){if(typeof e.subscribe==\"function\")try{rc(e),e.unsubscribe=e.subscribe.apply(null,t)}catch{return e.setDirty(),!1}return!0}function By(){var e=new Vr(typeof WeakMap==\"function\");return function(){return e.lookupArray(arguments)}}var K3=By();var pc=Array.isArray;function zy(e){return se(e)?pc(e)?e.slice(0):w({__proto__:Object.getPrototypeOf(e)},e):e}var Hy=function(){function e(){this.known=new(On?WeakSet:Set),this.pool=new Vr(We),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}return e.prototype.isKnown=function(t){return se(t)&&this.known.has(t)},e.prototype.pass=function(t){if(se(t)){var r=zy(t);return this.passes.set(r,t),r}return t},e.prototype.admit=function(t){var r=this;if(se(t)){var n=this.passes.get(t);if(n)return n;var i=Object.getPrototypeOf(t);switch(i){case Array.prototype:{if(this.known.has(t))return t;var o=t.map(this.admit,this),a=this.pool.lookupArray(o);return a.array||(this.known.add(a.array=o),__DEV__&&Object.freeze(o)),a.array}case null:case Object.prototype:{if(this.known.has(t))return t;var s=Object.getPrototypeOf(t),l=[s],u=this.sortedKeys(t);l.push(u.json);var c=l.length;u.sorted.forEach(function(f){l.push(r.admit(t[f]))});var a=this.pool.lookupArray(l);if(!a.object){var p=a.object=Object.create(s);this.known.add(p),u.sorted.forEach(function(f,v){p[f]=l[c+v]}),__DEV__&&Object.freeze(p)}return a.object}}}return t},e.prototype.sortedKeys=function(t){var r=Object.keys(t),n=this.pool.lookupArray(r);if(!n.keys){r.sort();var i=JSON.stringify(r);(n.keys=this.keysByJSON.get(i))||this.keysByJSON.set(i,n.keys={sorted:r,json:i})}return n.keys},e}();var bo=Object.assign(function(e){if(se(e)){_o===void 0&&dc();var t=_o.admit(e),r=vo.get(t);return r===void 0&&vo.set(t,r=JSON.stringify(t)),r}return JSON.stringify(e)},{reset:dc}),_o,vo;function dc(){_o=new Hy,vo=new(We?WeakMap:Map)}var Co=new rr;function mc(e){return e.hasOwnProperty(\"graphQLErrors\")}var Uy=function(e){var t=\"\";if(ce(e.graphQLErrors)||ce(e.clientErrors)){var r=(e.graphQLErrors||[]).concat(e.clientErrors||[]);r.forEach(function(n){var i=n?n.message:\"Error message not found.\";t+=\"\".concat(i,`\n`)})}return e.networkError&&(t+=\"\".concat(e.networkError.message,`\n`)),t=t.replace(/\\n$/,\"\"),t},Le=function(e){Te(t,e);function t(r){var n=r.graphQLErrors,i=r.clientErrors,o=r.networkError,a=r.errorMessage,s=r.extraInfo,l=e.call(this,a)||this;return l.name=\"ApolloError\",l.graphQLErrors=n||[],l.clientErrors=i||[],l.networkError=o||null,l.message=a||Uy(l),l.extraInfo=s,l.__proto__=t.prototype,l}return t}(Error);var z;(function(e){e[e.loading=1]=\"loading\",e[e.setVariables=2]=\"setVariables\",e[e.fetchMore=3]=\"fetchMore\",e[e.refetch=4]=\"refetch\",e[e.poll=6]=\"poll\",e[e.ready=7]=\"ready\",e[e.error=8]=\"error\"})(z||(z={}));function lt(e){return e?e<7:!1}var Wy=Object.assign,jy=Object.hasOwnProperty,Gn=function(e){Te(t,e);function t(r){var n=r.queryManager,i=r.queryInfo,o=r.options,a=e.call(this,function(g){try{var _=g._subscription._observer;_&&!_.error&&(_.error=Yy)}catch{}var N=!a.observers.size;a.observers.add(g);var S=a.last;return S&&S.error?g.error&&g.error(S.error):S&&S.result&&g.next&&g.next(S.result),N&&a.reobserve().catch(function(){}),function(){a.observers.delete(g)&&!a.observers.size&&a.tearDownQuery()}})||this;a.observers=new Set,a.subscriptions=new Set,a.queryInfo=i,a.queryManager=n,a.isTornDown=!1;var s=n.defaultOptions.watchQuery,l=s===void 0?{}:s,u=l.fetchPolicy,c=u===void 0?\"cache-first\":u,p=o.fetchPolicy,d=p===void 0?c:p,f=o.initialFetchPolicy,v=f===void 0?d===\"standby\"?c:d:f;a.options=w(w({},o),{initialFetchPolicy:v,fetchPolicy:d}),a.queryId=i.queryId||n.generateQueryId();var h=it(a.query);return a.queryName=h&&h.name&&h.name.value,a}return Object.defineProperty(t.prototype,\"query\",{get:function(){return this.queryManager.transform(this.options.query).document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,\"variables\",{get:function(){return this.options.variables},enumerable:!1,configurable:!0}),t.prototype.result=function(){var r=this;return new Promise(function(n,i){var o={next:function(s){n(s),r.observers.delete(o),r.observers.size||r.queryManager.removeQuery(r.queryId),setTimeout(function(){a.unsubscribe()},0)},error:i},a=r.subscribe(o)})},t.prototype.getCurrentResult=function(r){r===void 0&&(r=!0);var n=this.getLastResult(!0),i=this.queryInfo.networkStatus||n&&n.networkStatus||z.ready,o=w(w({},n),{loading:lt(i),networkStatus:i}),a=this.options.fetchPolicy,s=a===void 0?\"cache-first\":a;if(!(s===\"network-only\"||s===\"no-cache\"||s===\"standby\"||this.queryManager.transform(this.options.query).hasForcedResolvers)){var l=this.queryInfo.getDiff();(l.complete||this.options.returnPartialData)&&(o.data=l.result),ee(o.data,{})&&(o.data=void 0),l.complete?(delete o.partial,l.complete&&o.networkStatus===z.loading&&(s===\"cache-first\"||s===\"cache-only\")&&(o.networkStatus=z.ready,o.loading=!1)):o.partial=!0,__DEV__&&!l.complete&&!this.options.partialRefetch&&!o.loading&&!o.data&&!o.error&&wo(l.missing)}return r&&this.updateLastResult(o),o},t.prototype.isDifferentFromLastResult=function(r,n){return!this.last||!ee(this.last.result,r)||n&&!ee(this.last.variables,n)},t.prototype.getLast=function(r,n){var i=this.last;if(i&&i[r]&&(!n||ee(i.variables,this.variables)))return i[r]},t.prototype.getLastResult=function(r){return this.getLast(\"result\",r)},t.prototype.getLastError=function(r){return this.getLast(\"error\",r)},t.prototype.resetLastResults=function(){delete this.last,this.isTornDown=!1},t.prototype.resetQueryStoreErrors=function(){this.queryManager.resetErrors(this.queryId)},t.prototype.refetch=function(r){var n,i={pollInterval:0},o=this.options.fetchPolicy;if(o===\"cache-and-network\"?i.fetchPolicy=o:o===\"no-cache\"?i.fetchPolicy=\"no-cache\":i.fetchPolicy=\"network-only\",__DEV__&&r&&jy.call(r,\"variables\")){var a=Pi(this.query),s=a.variableDefinitions;(!s||!s.some(function(l){return l.variable.name.value===\"variables\"}))&&__DEV__&&T.warn(\"Called refetch(\".concat(JSON.stringify(r),\") for query \").concat(((n=a.name)===null||n===void 0?void 0:n.value)||JSON.stringify(a),`, which does not declare a $variables variable.\nDid you mean to call refetch(variables) instead of refetch({ variables })?`))}return r&&!ee(this.options.variables,r)&&(i.variables=this.options.variables=w(w({},this.options.variables),r)),this.queryInfo.resetLastWrite(),this.reobserve(i,z.refetch)},t.prototype.fetchMore=function(r){var n=this,i=w(w({},r.query?r:w(w(w(w({},this.options),{query:this.query}),r),{variables:w(w({},this.options.variables),r.variables)})),{fetchPolicy:\"no-cache\"}),o=this.queryManager.generateQueryId(),a=this.queryInfo,s=a.networkStatus;a.networkStatus=z.fetchMore,i.notifyOnNetworkStatusChange&&this.observe();var l=new Set;return this.queryManager.fetchQuery(o,i,z.fetchMore).then(function(u){return n.queryManager.removeQuery(o),a.networkStatus===z.fetchMore&&(a.networkStatus=s),n.queryManager.cache.batch({update:function(c){var p=r.updateQuery;p?c.updateQuery({query:n.query,variables:n.variables,returnPartialData:!0,optimistic:!1},function(d){return p(d,{fetchMoreResult:u.data,variables:i.variables})}):c.writeQuery({query:i.query,variables:i.variables,data:u.data})},onWatchUpdated:function(c){l.add(c.query)}}),u}).finally(function(){l.has(n.query)||xo(n)})},t.prototype.subscribeToMore=function(r){var n=this,i=this.queryManager.startGraphQLSubscription({query:r.document,variables:r.variables,context:r.context}).subscribe({next:function(o){var a=r.updateQuery;a&&n.updateQuery(function(s,l){var u=l.variables;return a(s,{subscriptionData:o,variables:u})})},error:function(o){if(r.onError){r.onError(o);return}__DEV__&&T.error(\"Unhandled GraphQL subscription error\",o)}});return this.subscriptions.add(i),function(){n.subscriptions.delete(i)&&i.unsubscribe()}},t.prototype.setOptions=function(r){return this.reobserve(r)},t.prototype.setVariables=function(r){return ee(this.variables,r)?this.observers.size?this.result():Promise.resolve():(this.options.variables=r,this.observers.size?this.reobserve({fetchPolicy:this.options.initialFetchPolicy,variables:r},z.setVariables):Promise.resolve())},t.prototype.updateQuery=function(r){var n=this.queryManager,i=n.cache.diff({query:this.options.query,variables:this.variables,returnPartialData:!0,optimistic:!1}).result,o=r(i,{variables:this.variables});o&&(n.cache.writeQuery({query:this.options.query,data:o,variables:this.variables}),n.broadcastQueries())},t.prototype.startPolling=function(r){this.options.pollInterval=r,this.updatePolling()},t.prototype.stopPolling=function(){this.options.pollInterval=0,this.updatePolling()},t.prototype.applyNextFetchPolicy=function(r,n){if(n.nextFetchPolicy){var i=n.fetchPolicy,o=i===void 0?\"cache-first\":i,a=n.initialFetchPolicy,s=a===void 0?o:a;o===\"standby\"||(typeof n.nextFetchPolicy==\"function\"?n.fetchPolicy=n.nextFetchPolicy(o,{reason:r,options:n,observable:this,initialFetchPolicy:s}):r===\"variables-changed\"?n.fetchPolicy=s:n.fetchPolicy=n.nextFetchPolicy)}return n.fetchPolicy},t.prototype.fetch=function(r,n){return this.queryManager.setObservableQuery(this),this.queryManager.fetchQueryObservable(this.queryId,r,n)},t.prototype.updatePolling=function(){var r=this;if(!this.queryManager.ssrMode){var n=this,i=n.pollingInfo,o=n.options.pollInterval;if(!o){i&&(clearTimeout(i.timeout),delete this.pollingInfo);return}if(!(i&&i.interval===o)){__DEV__?T(o,\"Attempted to start a polling query without a polling interval.\"):T(o,12);var a=i||(this.pollingInfo={});a.interval=o;var s=function(){r.pollingInfo&&(lt(r.queryInfo.networkStatus)?l():r.reobserve({fetchPolicy:r.options.initialFetchPolicy===\"no-cache\"?\"no-cache\":\"network-only\"},z.poll).then(l,l))},l=function(){var u=r.pollingInfo;u&&(clearTimeout(u.timeout),u.timeout=setTimeout(s,u.interval))};l()}}},t.prototype.updateLastResult=function(r,n){return n===void 0&&(n=this.variables),this.last=w(w({},this.last),{result:this.queryManager.assumeImmutableResults?r:gu(r),variables:n}),ce(r.errors)||delete this.last.error,this.last},t.prototype.reobserve=function(r,n){var i=this;this.isTornDown=!1;var o=n===z.refetch||n===z.fetchMore||n===z.poll,a=this.options.variables,s=this.options.fetchPolicy,l=er(this.options,r||{}),u=o?l:Wy(this.options,l);o||(this.updatePolling(),r&&r.variables&&!ee(r.variables,a)&&u.fetchPolicy!==\"standby\"&&u.fetchPolicy===s&&(this.applyNextFetchPolicy(\"variables-changed\",u),n===void 0&&(n=z.setVariables)));var c=u.variables&&w({},u.variables),p=this.fetch(u,n),d={next:function(f){i.reportResult(f,c)},error:function(f){i.reportError(f,c)}};return o||(this.concast&&this.observer&&this.concast.removeObserver(this.observer),this.concast=p,this.observer=d),p.addObserver(d),p.promise},t.prototype.observe=function(){this.reportResult(this.getCurrentResult(!1),this.variables)},t.prototype.reportResult=function(r,n){var i=this.getLastError();(i||this.isDifferentFromLastResult(r,n))&&((i||!r.partial||this.options.returnPartialData)&&this.updateLastResult(r,n),Ft(this.observers,\"next\",r))},t.prototype.reportError=function(r,n){var i=w(w({},this.getLastResult()),{error:r,errors:r.graphQLErrors,networkStatus:z.error,loading:!1});this.updateLastResult(i,n),Ft(this.observers,\"error\",this.last.error=r)},t.prototype.hasObservers=function(){return this.observers.size>0},t.prototype.tearDownQuery=function(){this.isTornDown||(this.concast&&this.observer&&(this.concast.removeObserver(this.observer),delete this.concast,delete this.observer),this.stopPolling(),this.subscriptions.forEach(function(r){return r.unsubscribe()}),this.subscriptions.clear(),this.queryManager.stopQuery(this.queryId),this.observers.clear(),this.isTornDown=!0)},t}(H);Rn(Gn);function xo(e){var t=e.options,r=t.fetchPolicy,n=t.nextFetchPolicy;return r===\"cache-and-network\"||r===\"network-only\"?e.reobserve({fetchPolicy:\"cache-first\",nextFetchPolicy:function(){return this.nextFetchPolicy=n,typeof n==\"function\"?n.apply(this,arguments):r}}):e.reobserve()}function Yy(e){__DEV__&&T.error(\"Unhandled error\",e.message,e.stack)}function wo(e){__DEV__&&e&&__DEV__&&T.debug(\"Missing cache result fields: \".concat(JSON.stringify(e)),e)}var Bn=function(){function e(t){var r=t.cache,n=t.client,i=t.resolvers,o=t.fragmentMatcher;this.cache=r,n&&(this.client=n),i&&this.addResolvers(i),o&&this.setFragmentMatcher(o)}return e.prototype.addResolvers=function(t){var r=this;this.resolvers=this.resolvers||{},Array.isArray(t)?t.forEach(function(n){r.resolvers=Ui(r.resolvers,n)}):this.resolvers=Ui(this.resolvers,t)},e.prototype.setResolvers=function(t){this.resolvers={},this.addResolvers(t)},e.prototype.getResolvers=function(){return this.resolvers||{}},e.prototype.runResolvers=function(t){var r=t.document,n=t.remoteResult,i=t.context,o=t.variables,a=t.onlyRunForcedResolvers,s=a===void 0?!1:a;return De(this,void 0,void 0,function(){return Me(this,function(l){return r?[2,this.resolveDocument(r,n.data,i,o,this.fragmentMatcher,s).then(function(u){return w(w({},n),{data:u.result})})]:[2,n]})})},e.prototype.setFragmentMatcher=function(t){this.fragmentMatcher=t},e.prototype.getFragmentMatcher=function(){return this.fragmentMatcher},e.prototype.clientQuery=function(t){return Ut([\"client\"],t)&&this.resolvers?t:null},e.prototype.serverQuery=function(t){return Hi(t)},e.prototype.prepareContext=function(t){var r=this.cache;return w(w({},t),{cache:r,getCacheKey:function(n){return r.identify(n)}})},e.prototype.addExportedVariables=function(t,r,n){return r===void 0&&(r={}),n===void 0&&(n={}),De(this,void 0,void 0,function(){return Me(this,function(i){return t?[2,this.resolveDocument(t,this.buildRootValueFromCache(t,r)||{},this.prepareContext(n),r).then(function(o){return w(w({},r),o.exportedVariables)})]:[2,w({},r)]})})},e.prototype.shouldForceResolvers=function(t){var r=!1;return de(t,{Directive:{enter:function(n){if(n.name.value===\"client\"&&n.arguments&&(r=n.arguments.some(function(i){return i.name.value===\"always\"&&i.value.kind===\"BooleanValue\"&&i.value.value===!0}),r))return Tt}}}),r},e.prototype.buildRootValueFromCache=function(t,r){return this.cache.diff({query:zi(t),variables:r,returnPartialData:!0,optimistic:!1}).result},e.prototype.resolveDocument=function(t,r,n,i,o,a){return n===void 0&&(n={}),i===void 0&&(i={}),o===void 0&&(o=function(){return!0}),a===void 0&&(a=!1),De(this,void 0,void 0,function(){var s,l,u,c,p,d,f,v,h;return Me(this,function(g){return s=Dr(t),l=Er(t),u=Ir(l),c=s.operation,p=c?c.charAt(0).toUpperCase()+c.slice(1):\"Query\",d=this,f=d.cache,v=d.client,h={fragmentMap:u,context:w(w({},n),{cache:f,client:v}),variables:i,fragmentMatcher:o,defaultOperationType:p,exportedVariables:{},onlyRunForcedResolvers:a},[2,this.resolveSelectionSet(s.selectionSet,r,h).then(function(_){return{result:_,exportedVariables:h.exportedVariables}})]})})},e.prototype.resolveSelectionSet=function(t,r,n){return De(this,void 0,void 0,function(){var i,o,a,s,l,u=this;return Me(this,function(c){return i=n.fragmentMap,o=n.context,a=n.variables,s=[r],l=function(p){return De(u,void 0,void 0,function(){var d,f;return Me(this,function(v){return Mi(p,a)?nt(p)?[2,this.resolveField(p,r,n).then(function(h){var g;typeof h<\"u\"&&s.push((g={},g[An(p)]=h,g))})]:(Ar(p)?d=p:(d=i[p.name.value],__DEV__?T(d,\"No fragment named \".concat(p.name.value)):T(d,11)),d&&d.typeCondition&&(f=d.typeCondition.name.value,n.fragmentMatcher(r,f,o))?[2,this.resolveSelectionSet(d.selectionSet,r,n).then(function(h){s.push(h)})]:[2]):[2]})})},[2,Promise.all(t.selections.map(l)).then(function(){return Wi(s)})]})})},e.prototype.resolveField=function(t,r,n){return De(this,void 0,void 0,function(){var i,o,a,s,l,u,c,p,d,f=this;return Me(this,function(v){return i=n.variables,o=t.name.value,a=An(t),s=o!==a,l=r[a]||r[o],u=Promise.resolve(l),(!n.onlyRunForcedResolvers||this.shouldForceResolvers(t))&&(c=r.__typename||n.defaultOperationType,p=this.resolvers&&this.resolvers[c],p&&(d=p[s?o:a],d&&(u=Promise.resolve(Co.withValue(this.cache,d,[r,Li(t,i),n.context,{field:t,fragmentMap:n.fragmentMap}]))))),[2,u.then(function(h){if(h===void 0&&(h=l),t.directives&&t.directives.forEach(function(g){g.name.value===\"export\"&&g.arguments&&g.arguments.forEach(function(_){_.name.value===\"as\"&&_.value.kind===\"StringValue\"&&(n.exportedVariables[_.value.value]=h)})}),!t.selectionSet||h==null)return h;if(Array.isArray(h))return f.resolveSubSelectedArray(t,h,n);if(t.selectionSet)return f.resolveSelectionSet(t.selectionSet,h,n)})]})})},e.prototype.resolveSubSelectedArray=function(t,r,n){var i=this;return Promise.all(r.map(function(o){if(o===null)return null;if(Array.isArray(o))return i.resolveSubSelectedArray(t,o,n);if(t.selectionSet)return i.resolveSelectionSet(t.selectionSet,o,n)}))},e}();var ir=new(We?WeakMap:Map);function So(e,t){var r=e[t];typeof r==\"function\"&&(e[t]=function(){return ir.set(e,(ir.get(e)+1)%1e15),r.apply(this,arguments)})}function fc(e){e.notifyTimeout&&(clearTimeout(e.notifyTimeout),e.notifyTimeout=void 0)}var zn=function(){function e(t,r){r===void 0&&(r=t.generateQueryId()),this.queryId=r,this.listeners=new Set,this.document=null,this.lastRequestId=1,this.subscriptions=new Set,this.stopped=!1,this.dirty=!1,this.observableQuery=null;var n=this.cache=t.cache;ir.has(n)||(ir.set(n,0),So(n,\"evict\"),So(n,\"modify\"),So(n,\"reset\"))}return e.prototype.init=function(t){var r=t.networkStatus||z.loading;return this.variables&&this.networkStatus!==z.loading&&!ee(this.variables,t.variables)&&(r=z.setVariables),ee(t.variables,this.variables)||(this.lastDiff=void 0),Object.assign(this,{document:t.document,variables:t.variables,networkError:null,graphQLErrors:this.graphQLErrors||[],networkStatus:r}),t.observableQuery&&this.setObservableQuery(t.observableQuery),t.lastRequestId&&(this.lastRequestId=t.lastRequestId),this},e.prototype.reset=function(){fc(this),this.dirty=!1},e.prototype.getDiff=function(t){t===void 0&&(t=this.variables);var r=this.getDiffOptions(t);if(this.lastDiff&&ee(r,this.lastDiff.options))return this.lastDiff.diff;this.updateWatch(this.variables=t);var n=this.observableQuery;if(n&&n.options.fetchPolicy===\"no-cache\")return{complete:!1};var i=this.cache.diff(r);return this.updateLastDiff(i,r),i},e.prototype.updateLastDiff=function(t,r){this.lastDiff=t?{diff:t,options:r||this.getDiffOptions()}:void 0},e.prototype.getDiffOptions=function(t){var r;return t===void 0&&(t=this.variables),{query:this.document,variables:t,returnPartialData:!0,optimistic:!0,canonizeResults:(r=this.observableQuery)===null||r===void 0?void 0:r.options.canonizeResults}},e.prototype.setDiff=function(t){var r=this,n=this.lastDiff&&this.lastDiff.diff;this.updateLastDiff(t),!this.dirty&&!ee(n&&n.result,t&&t.result)&&(this.dirty=!0,this.notifyTimeout||(this.notifyTimeout=setTimeout(function(){return r.notify()},0)))},e.prototype.setObservableQuery=function(t){var r=this;t!==this.observableQuery&&(this.oqListener&&this.listeners.delete(this.oqListener),this.observableQuery=t,t?(t.queryInfo=this,this.listeners.add(this.oqListener=function(){var n=r.getDiff();n.fromOptimisticTransaction?t.observe():xo(t)})):delete this.oqListener)},e.prototype.notify=function(){var t=this;fc(this),this.shouldNotify()&&this.listeners.forEach(function(r){return r(t)}),this.dirty=!1},e.prototype.shouldNotify=function(){if(!this.dirty||!this.listeners.size)return!1;if(lt(this.networkStatus)&&this.observableQuery){var t=this.observableQuery.options.fetchPolicy;if(t!==\"cache-only\"&&t!==\"cache-and-network\")return!1}return!0},e.prototype.stop=function(){if(!this.stopped){this.stopped=!0,this.reset(),this.cancel(),this.cancel=e.prototype.cancel,this.subscriptions.forEach(function(r){return r.unsubscribe()});var t=this.observableQuery;t&&t.stopPolling()}},e.prototype.cancel=function(){},e.prototype.updateWatch=function(t){var r=this;t===void 0&&(t=this.variables);var n=this.observableQuery;if(!(n&&n.options.fetchPolicy===\"no-cache\")){var i=w(w({},this.getDiffOptions(t)),{watcher:this,callback:function(o){return r.setDiff(o)}});(!this.lastWatch||!ee(i,this.lastWatch))&&(this.cancel(),this.cancel=this.cache.watch(this.lastWatch=i))}},e.prototype.resetLastWrite=function(){this.lastWrite=void 0},e.prototype.shouldWrite=function(t,r){var n=this.lastWrite;return!(n&&n.dmCount===ir.get(this.cache)&&ee(r,n.variables)&&ee(t.data,n.result.data))},e.prototype.markResult=function(t,r,n,i){var o=this,a=new Mr,s=ce(t.errors)?t.errors.slice(0):[];if(this.reset(),\"incremental\"in t&&ce(t.incremental)){var l=Ln(this.getDiff().result,t);t.data=l}else if(\"hasNext\"in t&&t.hasNext){var u=this.getDiff();t.data=a.merge(u.result,t.data)}this.graphQLErrors=s,n.fetchPolicy===\"no-cache\"?this.updateLastDiff({result:t.data,complete:!0},this.getDiffOptions(n.variables)):i!==0&&(Hn(t,n.errorPolicy)?this.cache.performTransaction(function(c){if(o.shouldWrite(t,n.variables))c.writeQuery({query:r,data:t.data,variables:n.variables,overwrite:i===1}),o.lastWrite={result:t,variables:n.variables,dmCount:ir.get(o.cache)};else if(o.lastDiff&&o.lastDiff.diff.complete){t.data=o.lastDiff.diff.result;return}var p=o.getDiffOptions(n.variables),d=c.diff(p);o.stopped||o.updateWatch(n.variables),o.updateLastDiff(d,p),d.complete&&(t.data=d.result)}):this.lastWrite=void 0)},e.prototype.markReady=function(){return this.networkError=null,this.networkStatus=z.ready},e.prototype.markError=function(t){return this.networkStatus=z.error,this.lastWrite=void 0,this.reset(),t.graphQLErrors&&(this.graphQLErrors=t.graphQLErrors),t.networkError&&(this.networkError=t.networkError),t},e}();function Hn(e,t){t===void 0&&(t=\"none\");var r=t===\"ignore\"||t===\"all\",n=!Xt(e);return!n&&r&&e.data&&(n=!0),n}var Jy=Object.prototype.hasOwnProperty,yc=function(){function e(t){var r=t.cache,n=t.link,i=t.defaultOptions,o=t.queryDeduplication,a=o===void 0?!1:o,s=t.onBroadcast,l=t.ssrMode,u=l===void 0?!1:l,c=t.clientAwareness,p=c===void 0?{}:c,d=t.localState,f=t.assumeImmutableResults;this.clientAwareness={},this.queries=new Map,this.fetchCancelFns=new Map,this.transformCache=new(We?WeakMap:Map),this.queryIdCounter=1,this.requestIdCounter=1,this.mutationIdCounter=1,this.inFlightLinkObservables=new Map,this.cache=r,this.link=n,this.defaultOptions=i||Object.create(null),this.queryDeduplication=a,this.clientAwareness=p,this.localState=d||new Bn({cache:r}),this.ssrMode=u,this.assumeImmutableResults=!!f,(this.onBroadcast=s)&&(this.mutationStore=Object.create(null))}return e.prototype.stop=function(){var t=this;this.queries.forEach(function(r,n){t.stopQueryNoBroadcast(n)}),this.cancelPendingFetches(__DEV__?new j(\"QueryManager stopped while query was in flight\"):new j(13))},e.prototype.cancelPendingFetches=function(t){this.fetchCancelFns.forEach(function(r){return r(t)}),this.fetchCancelFns.clear()},e.prototype.mutate=function(t){var r,n,i=t.mutation,o=t.variables,a=t.optimisticResponse,s=t.updateQueries,l=t.refetchQueries,u=l===void 0?[]:l,c=t.awaitRefetchQueries,p=c===void 0?!1:c,d=t.update,f=t.onQueryUpdated,v=t.fetchPolicy,h=v===void 0?((r=this.defaultOptions.mutate)===null||r===void 0?void 0:r.fetchPolicy)||\"network-only\":v,g=t.errorPolicy,_=g===void 0?((n=this.defaultOptions.mutate)===null||n===void 0?void 0:n.errorPolicy)||\"none\":g,N=t.keepRootFields,S=t.context;return De(this,void 0,void 0,function(){var F,k,y,M,O,L;return Me(this,function(Y){switch(Y.label){case 0:return __DEV__?T(i,\"mutation option is required. You must specify your GraphQL document in the mutation option.\"):T(i,14),__DEV__?T(h===\"network-only\"||h===\"no-cache\",\"Mutations support only 'network-only' or 'no-cache' fetchPolicy strings. The default `network-only` behavior automatically writes mutation results to the cache. Passing `no-cache` skips the cache write.\"):T(h===\"network-only\"||h===\"no-cache\",15),F=this.generateMutationId(),k=this.transform(i),y=k.document,M=k.hasClientExports,i=this.cache.transformForLink(y),o=this.getVariables(i,o),M?[4,this.localState.addExportedVariables(i,o,S)]:[3,2];case 1:o=Y.sent(),Y.label=2;case 2:return O=this.mutationStore&&(this.mutationStore[F]={mutation:i,variables:o,loading:!0,error:null}),a&&this.markMutationOptimistic(a,{mutationId:F,document:i,variables:o,fetchPolicy:h,errorPolicy:_,context:S,updateQueries:s,update:d,keepRootFields:N}),this.broadcastQueries(),L=this,[2,new Promise(function(Lt,we){return Mn(L.getObservableFromLink(i,w(w({},S),{optimisticResponse:a}),o,!1),function(he){if(Xt(he)&&_===\"none\")throw new Le({graphQLErrors:Pn(he)});O&&(O.loading=!1,O.error=null);var Se=w({},he);return typeof u==\"function\"&&(u=u(Se)),_===\"ignore\"&&Xt(Se)&&delete Se.errors,L.markMutationResult({mutationId:F,result:Se,document:i,variables:o,fetchPolicy:h,errorPolicy:_,context:S,update:d,updateQueries:s,awaitRefetchQueries:p,refetchQueries:u,removeOptimistic:a?F:void 0,onQueryUpdated:f,keepRootFields:N})}).subscribe({next:function(he){L.broadcastQueries(),(!(\"hasNext\"in he)||he.hasNext===!1)&&Lt(he)},error:function(he){O&&(O.loading=!1,O.error=he),a&&L.cache.removeOptimistic(F),L.broadcastQueries(),we(he instanceof Le?he:new Le({networkError:he}))}})})]}})})},e.prototype.markMutationResult=function(t,r){var n=this;r===void 0&&(r=this.cache);var i=t.result,o=[],a=t.fetchPolicy===\"no-cache\";if(!a&&Hn(i,t.errorPolicy)){if(at(i)||o.push({result:i.data,dataId:\"ROOT_MUTATION\",query:t.document,variables:t.variables}),at(i)&&ce(i.incremental)){var s=r.diff({id:\"ROOT_MUTATION\",query:this.transform(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0}),l=Ln(s.result,i);typeof l<\"u\"&&(i.data=l,o.push({result:l,dataId:\"ROOT_MUTATION\",query:t.document,variables:t.variables}))}var u=t.updateQueries;u&&this.queries.forEach(function(p,d){var f=p.observableQuery,v=f&&f.queryName;if(!(!v||!Jy.call(u,v))){var h=u[v],g=n.queries.get(d),_=g.document,N=g.variables,S=r.diff({query:_,variables:N,returnPartialData:!0,optimistic:!1}),F=S.result,k=S.complete;if(k&&F){var y=h(F,{mutationResult:i,queryName:_&&Yt(_)||void 0,queryVariables:N});y&&o.push({result:y,dataId:\"ROOT_QUERY\",query:_,variables:N})}}})}if(o.length>0||t.refetchQueries||t.update||t.onQueryUpdated||t.removeOptimistic){var c=[];if(this.refetchQueries({updateCache:function(p){a||o.forEach(function(h){return p.write(h)});var d=t.update,f=!bu(i)||at(i)&&!i.hasNext;if(d){if(!a){var v=p.diff({id:\"ROOT_MUTATION\",query:n.transform(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0});v.complete&&(i=w(w({},i),{data:v.result}),\"incremental\"in i&&delete i.incremental,\"hasNext\"in i&&delete i.hasNext)}f&&d(p,i,{context:t.context,variables:t.variables})}!a&&!t.keepRootFields&&f&&p.modify({id:\"ROOT_MUTATION\",fields:function(h,g){var _=g.fieldName,N=g.DELETE;return _===\"__typename\"?h:N}})},include:t.refetchQueries,optimistic:!1,removeOptimistic:t.removeOptimistic,onQueryUpdated:t.onQueryUpdated||null}).forEach(function(p){return c.push(p)}),t.awaitRefetchQueries||t.onQueryUpdated)return Promise.all(c).then(function(){return i})}return Promise.resolve(i)},e.prototype.markMutationOptimistic=function(t,r){var n=this,i=typeof t==\"function\"?t(r.variables):t;return this.cache.recordOptimisticTransaction(function(o){try{n.markMutationResult(w(w({},r),{result:{data:i}}),o)}catch(a){__DEV__&&T.error(a)}},r.mutationId)},e.prototype.fetchQuery=function(t,r,n){return this.fetchQueryObservable(t,r,n).promise},e.prototype.getQueryStore=function(){var t=Object.create(null);return this.queries.forEach(function(r,n){t[n]={variables:r.variables,networkStatus:r.networkStatus,networkError:r.networkError,graphQLErrors:r.graphQLErrors}}),t},e.prototype.resetErrors=function(t){var r=this.queries.get(t);r&&(r.networkError=void 0,r.graphQLErrors=[])},e.prototype.transform=function(t){var r=this.transformCache;if(!r.has(t)){var n=this.cache.transformDocument(t),i=Bi(n),o=this.localState.clientQuery(n),a=i&&this.localState.serverQuery(i),s={document:n,hasClientExports:Oi(n),hasForcedResolvers:this.localState.shouldForceResolvers(n),clientQuery:o,serverQuery:a,defaultVars:Vi(it(n)),asQuery:w(w({},n),{definitions:n.definitions.map(function(u){return u.kind===\"OperationDefinition\"&&u.operation!==\"query\"?w(w({},u),{operation:\"query\"}):u})})},l=function(u){u&&!r.has(u)&&r.set(u,s)};l(t),l(n),l(o),l(a)}return r.get(t)},e.prototype.getVariables=function(t,r){return w(w({},this.transform(t).defaultVars),r)},e.prototype.watchQuery=function(t){t=w(w({},t),{variables:this.getVariables(t.query,t.variables)}),typeof t.notifyOnNetworkStatusChange>\"u\"&&(t.notifyOnNetworkStatusChange=!1);var r=new zn(this),n=new Gn({queryManager:this,queryInfo:r,options:t});return this.queries.set(n.queryId,r),r.init({document:n.query,observableQuery:n,variables:n.variables}),n},e.prototype.query=function(t,r){var n=this;return r===void 0&&(r=this.generateQueryId()),__DEV__?T(t.query,\"query option is required. You must specify your GraphQL document in the query option.\"):T(t.query,16),__DEV__?T(t.query.kind===\"Document\",'You must wrap the query string in a \"gql\" tag.'):T(t.query.kind===\"Document\",17),__DEV__?T(!t.returnPartialData,\"returnPartialData option only supported on watchQuery.\"):T(!t.returnPartialData,18),__DEV__?T(!t.pollInterval,\"pollInterval option only supported on watchQuery.\"):T(!t.pollInterval,19),this.fetchQuery(r,t).finally(function(){return n.stopQuery(r)})},e.prototype.generateQueryId=function(){return String(this.queryIdCounter++)},e.prototype.generateRequestId=function(){return this.requestIdCounter++},e.prototype.generateMutationId=function(){return String(this.mutationIdCounter++)},e.prototype.stopQueryInStore=function(t){this.stopQueryInStoreNoBroadcast(t),this.broadcastQueries()},e.prototype.stopQueryInStoreNoBroadcast=function(t){var r=this.queries.get(t);r&&r.stop()},e.prototype.clearStore=function(t){return t===void 0&&(t={discardWatches:!0}),this.cancelPendingFetches(__DEV__?new j(\"Store reset while query was in flight (not completed in link chain)\"):new j(20)),this.queries.forEach(function(r){r.observableQuery?r.networkStatus=z.loading:r.stop()}),this.mutationStore&&(this.mutationStore=Object.create(null)),this.cache.reset(t)},e.prototype.getObservableQueries=function(t){var r=this;t===void 0&&(t=\"active\");var n=new Map,i=new Map,o=new Set;return Array.isArray(t)&&t.forEach(function(a){typeof a==\"string\"?i.set(a,!1):Ri(a)?i.set(r.transform(a).document,!1):se(a)&&a.query&&o.add(a)}),this.queries.forEach(function(a,s){var l=a.observableQuery,u=a.document;if(l){if(t===\"all\"){n.set(s,l);return}var c=l.queryName,p=l.options.fetchPolicy;if(p===\"standby\"||t===\"active\"&&!l.hasObservers())return;(t===\"active\"||c&&i.has(c)||u&&i.has(u))&&(n.set(s,l),c&&i.set(c,!0),u&&i.set(u,!0))}}),o.size&&o.forEach(function(a){var s=io(\"legacyOneTimeQuery\"),l=r.getQuery(s).init({document:a.query,variables:a.variables}),u=new Gn({queryManager:r,queryInfo:l,options:w(w({},a),{fetchPolicy:\"network-only\"})});T(u.queryId===s),l.setObservableQuery(u),n.set(s,u)}),__DEV__&&i.size&&i.forEach(function(a,s){a||__DEV__&&T.warn(\"Unknown query \".concat(typeof s==\"string\"?\"named \":\"\").concat(JSON.stringify(s,null,2),\" requested in refetchQueries options.include array\"))}),n},e.prototype.reFetchObservableQueries=function(t){var r=this;t===void 0&&(t=!1);var n=[];return this.getObservableQueries(t?\"all\":\"active\").forEach(function(i,o){var a=i.options.fetchPolicy;i.resetLastResults(),(t||a!==\"standby\"&&a!==\"cache-only\")&&n.push(i.refetch()),r.getQuery(o).setDiff(null)}),this.broadcastQueries(),Promise.all(n)},e.prototype.setObservableQuery=function(t){this.getQuery(t.queryId).setObservableQuery(t)},e.prototype.startGraphQLSubscription=function(t){var r=this,n=t.query,i=t.fetchPolicy,o=t.errorPolicy,a=t.variables,s=t.context,l=s===void 0?{}:s;n=this.transform(n).document,a=this.getVariables(n,a);var u=function(p){return r.getObservableFromLink(n,l,p).map(function(d){if(i!==\"no-cache\"&&(Hn(d,o)&&r.cache.write({query:n,result:d.data,dataId:\"ROOT_SUBSCRIPTION\",variables:p}),r.broadcastQueries()),Xt(d))throw new Le({graphQLErrors:d.errors});return d})};if(this.transform(n).hasClientExports){var c=this.localState.addExportedVariables(n,a,l).then(u);return new H(function(p){var d=null;return c.then(function(f){return d=f.subscribe(p)},p.error),function(){return d&&d.unsubscribe()}})}return u(a)},e.prototype.stopQuery=function(t){this.stopQueryNoBroadcast(t),this.broadcastQueries()},e.prototype.stopQueryNoBroadcast=function(t){this.stopQueryInStoreNoBroadcast(t),this.removeQuery(t)},e.prototype.removeQuery=function(t){this.fetchCancelFns.delete(t),this.queries.has(t)&&(this.getQuery(t).stop(),this.queries.delete(t))},e.prototype.broadcastQueries=function(){this.onBroadcast&&this.onBroadcast(),this.queries.forEach(function(t){return t.notify()})},e.prototype.getLocalState=function(){return this.localState},e.prototype.getObservableFromLink=function(t,r,n,i){var o=this,a;i===void 0&&(i=(a=r==null?void 0:r.queryDeduplication)!==null&&a!==void 0?a:this.queryDeduplication);var s,l=this.transform(t).serverQuery;if(l){var u=this,c=u.inFlightLinkObservables,p=u.link,d={query:l,variables:n,operationName:Yt(l)||void 0,context:this.prepareContext(w(w({},r),{forceFetch:!i}))};if(r=d.context,i){var f=c.get(l)||new Map;c.set(l,f);var v=bo(n);if(s=f.get(v),!s){var h=new Kt([tr(p,d)]);f.set(v,s=h),h.beforeNext(function(){f.delete(v)&&f.size<1&&c.delete(l)})}}else s=new Kt([tr(p,d)])}else s=new Kt([H.of({data:{}})]),r=this.prepareContext(r);var g=this.transform(t).clientQuery;return g&&(s=Mn(s,function(_){return o.localState.runResolvers({document:g,remoteResult:_,context:r,variables:n})})),s},e.prototype.getResultsFromLink=function(t,r,n){var i=t.lastRequestId=this.generateRequestId(),o=this.cache.transformForLink(this.transform(t.document).document);return Mn(this.getObservableFromLink(o,n.context,n.variables),function(a){var s=Pn(a),l=s.length>0;if(i>=t.lastRequestId){if(l&&n.errorPolicy===\"none\")throw t.markError(new Le({graphQLErrors:s}));t.markResult(a,o,n,r),t.markReady()}var u={data:a.data,loading:!1,networkStatus:z.ready};return l&&n.errorPolicy!==\"ignore\"&&(u.errors=s,u.networkStatus=z.error),u},function(a){var s=mc(a)?a:new Le({networkError:a});throw i>=t.lastRequestId&&t.markError(s),s})},e.prototype.fetchQueryObservable=function(t,r,n){var i=this;n===void 0&&(n=z.loading);var o=this.transform(r.query).document,a=this.getVariables(o,r.variables),s=this.getQuery(t),l=this.defaultOptions.watchQuery,u=r.fetchPolicy,c=u===void 0?l&&l.fetchPolicy||\"cache-first\":u,p=r.errorPolicy,d=p===void 0?l&&l.errorPolicy||\"none\":p,f=r.returnPartialData,v=f===void 0?!1:f,h=r.notifyOnNetworkStatusChange,g=h===void 0?!1:h,_=r.context,N=_===void 0?{}:_,S=Object.assign({},r,{query:o,variables:a,fetchPolicy:c,errorPolicy:d,returnPartialData:v,notifyOnNetworkStatusChange:g,context:N}),F=function(M){S.variables=M;var O=i.fetchQueryByPolicy(s,S,n);return S.fetchPolicy!==\"standby\"&&O.length>0&&s.observableQuery&&s.observableQuery.applyNextFetchPolicy(\"after-fetch\",r),O},k=function(){return i.fetchCancelFns.delete(t)};this.fetchCancelFns.set(t,function(M){k(),setTimeout(function(){return y.cancel(M)})});var y=new Kt(this.transform(S.query).hasClientExports?this.localState.addExportedVariables(S.query,S.variables,S.context).then(F):F(S.variables));return y.promise.then(k,k),y},e.prototype.refetchQueries=function(t){var r=this,n=t.updateCache,i=t.include,o=t.optimistic,a=o===void 0?!1:o,s=t.removeOptimistic,l=s===void 0?a?io(\"refetchQueries\"):void 0:s,u=t.onQueryUpdated,c=new Map;i&&this.getObservableQueries(i).forEach(function(d,f){c.set(f,{oq:d,lastDiff:r.getQuery(f).getDiff()})});var p=new Map;return n&&this.cache.batch({update:n,optimistic:a&&l||!1,removeOptimistic:l,onWatchUpdated:function(d,f,v){var h=d.watcher instanceof zn&&d.watcher.observableQuery;if(h){if(u){c.delete(h.queryId);var g=u(h,f,v);return g===!0&&(g=h.refetch()),g!==!1&&p.set(h,g),g}u!==null&&c.set(h.queryId,{oq:h,lastDiff:v,diff:f})}}}),c.size&&c.forEach(function(d,f){var v=d.oq,h=d.lastDiff,g=d.diff,_;if(u){if(!g){var N=v.queryInfo;N.reset(),g=N.getDiff()}_=u(v,g,h)}(!u||_===!0)&&(_=v.refetch()),_!==!1&&p.set(v,_),f.indexOf(\"legacyOneTimeQuery\")>=0&&r.stopQueryNoBroadcast(f)}),l&&this.cache.removeOptimistic(l),p},e.prototype.fetchQueryByPolicy=function(t,r,n){var i=this,o=r.query,a=r.variables,s=r.fetchPolicy,l=r.refetchWritePolicy,u=r.errorPolicy,c=r.returnPartialData,p=r.context,d=r.notifyOnNetworkStatusChange,f=t.networkStatus;t.init({document:this.transform(o).document,variables:a,networkStatus:n});var v=function(){return t.getDiff(a)},h=function(F,k){k===void 0&&(k=t.networkStatus||z.loading);var y=F.result;__DEV__&&!c&&!ee(y,{})&&wo(F.missing);var M=function(O){return H.of(w({data:O,loading:lt(k),networkStatus:k},F.complete?null:{partial:!0}))};return y&&i.transform(o).hasForcedResolvers?i.localState.runResolvers({document:o,remoteResult:{data:y},context:p,variables:a,onlyRunForcedResolvers:!0}).then(function(O){return M(O.data||void 0)}):M(y)},g=s===\"no-cache\"?0:n===z.refetch&&l!==\"merge\"?1:2,_=function(){return i.getResultsFromLink(t,g,{variables:a,context:p,fetchPolicy:s,errorPolicy:u})},N=d&&typeof f==\"number\"&&f!==n&<(n);switch(s){default:case\"cache-first\":{var S=v();return S.complete?[h(S,t.markReady())]:c||N?[h(S),_()]:[_()]}case\"cache-and-network\":{var S=v();return S.complete||c||N?[h(S),_()]:[_()]}case\"cache-only\":return[h(v(),t.markReady())];case\"network-only\":return N?[h(v()),_()]:[_()];case\"no-cache\":return N?[h(t.getDiff()),_()]:[_()];case\"standby\":return[]}},e.prototype.getQuery=function(t){return t&&!this.queries.has(t)&&this.queries.set(t,new zn(this,t)),this.queries.get(t)},e.prototype.prepareContext=function(t){t===void 0&&(t={});var r=this.localState.prepareContext(t);return w(w({},r),{clientAwareness:this.clientAwareness})},e}();var hc=!1;var Zy=function(){function e(t){var r=this;this.resetStoreCallbacks=[],this.clearStoreCallbacks=[];var n=t.uri,i=t.credentials,o=t.headers,a=t.cache,s=t.ssrMode,l=s===void 0?!1:s,u=t.ssrForceFetchDelay,c=u===void 0?0:u,p=t.connectToDevTools,d=p===void 0?typeof window==\"object\"&&!window.__APOLLO_CLIENT__&&__DEV__:p,f=t.queryDeduplication,v=f===void 0?!0:f,h=t.defaultOptions,g=t.assumeImmutableResults,_=g===void 0?!1:g,N=t.resolvers,S=t.typeDefs,F=t.fragmentMatcher,k=t.name,y=t.version,M=t.link;if(M||(M=n?new po({uri:n,credentials:i,headers:o}):qe.empty()),!a)throw __DEV__?new j(`To initialize Apollo Client, you must specify a 'cache' property in the options object. \nFor more information, please visit: https://go.apollo.dev/c/docs`):new j(9);if(this.link=M,this.cache=a,this.disableNetworkFetches=l||c>0,this.queryDeduplication=v,this.defaultOptions=h||Object.create(null),this.typeDefs=S,c&&setTimeout(function(){return r.disableNetworkFetches=!1},c),this.watchQuery=this.watchQuery.bind(this),this.query=this.query.bind(this),this.mutate=this.mutate.bind(this),this.resetStore=this.resetStore.bind(this),this.reFetchObservableQueries=this.reFetchObservableQueries.bind(this),d&&typeof window==\"object\"&&(window.__APOLLO_CLIENT__=this),!hc&&d&&__DEV__&&(hc=!0,typeof window<\"u\"&&window.document&&window.top===window.self&&!window.__APOLLO_DEVTOOLS_GLOBAL_HOOK__)){var O=window.navigator,L=O&&O.userAgent,Y=void 0;typeof L==\"string\"&&(L.indexOf(\"Chrome/\")>-1?Y=\"https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm\":L.indexOf(\"Firefox/\")>-1&&(Y=\"https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/\")),Y&&__DEV__&&T.log(\"Download the Apollo DevTools for a better development experience: \"+Y)}this.version=wu,this.localState=new Bn({cache:a,client:this,resolvers:N,fragmentMatcher:F}),this.queryManager=new yc({cache:this.cache,link:this.link,defaultOptions:this.defaultOptions,queryDeduplication:v,ssrMode:l,clientAwareness:{name:k,version:y},localState:this.localState,assumeImmutableResults:_,onBroadcast:d?function(){r.devToolsHookCb&&r.devToolsHookCb({action:{},state:{queries:r.queryManager.getQueryStore(),mutations:r.queryManager.mutationStore||{}},dataWithOptimisticResults:r.cache.extract(!0)})}:void 0})}return e.prototype.stop=function(){this.queryManager.stop()},e.prototype.watchQuery=function(t){return this.defaultOptions.watchQuery&&(t=Re(this.defaultOptions.watchQuery,t)),this.disableNetworkFetches&&(t.fetchPolicy===\"network-only\"||t.fetchPolicy===\"cache-and-network\")&&(t=w(w({},t),{fetchPolicy:\"cache-first\"})),this.queryManager.watchQuery(t)},e.prototype.query=function(t){return this.defaultOptions.query&&(t=Re(this.defaultOptions.query,t)),__DEV__?T(t.fetchPolicy!==\"cache-and-network\",\"The cache-and-network fetchPolicy does not work with client.query, because client.query can only return a single result. Please use client.watchQuery to receive multiple results from the cache and the network, or consider using a different fetchPolicy, such as cache-first or network-only.\"):T(t.fetchPolicy!==\"cache-and-network\",10),this.disableNetworkFetches&&t.fetchPolicy===\"network-only\"&&(t=w(w({},t),{fetchPolicy:\"cache-first\"})),this.queryManager.query(t)},e.prototype.mutate=function(t){return this.defaultOptions.mutate&&(t=Re(this.defaultOptions.mutate,t)),this.queryManager.mutate(t)},e.prototype.subscribe=function(t){return this.queryManager.startGraphQLSubscription(t)},e.prototype.readQuery=function(t,r){return r===void 0&&(r=!1),this.cache.readQuery(t,r)},e.prototype.readFragment=function(t,r){return r===void 0&&(r=!1),this.cache.readFragment(t,r)},e.prototype.writeQuery=function(t){this.cache.writeQuery(t),this.queryManager.broadcastQueries()},e.prototype.writeFragment=function(t){this.cache.writeFragment(t),this.queryManager.broadcastQueries()},e.prototype.__actionHookForDevTools=function(t){this.devToolsHookCb=t},e.prototype.__requestRaw=function(t){return tr(this.link,t)},e.prototype.resetStore=function(){var t=this;return Promise.resolve().then(function(){return t.queryManager.clearStore({discardWatches:!1})}).then(function(){return Promise.all(t.resetStoreCallbacks.map(function(r){return r()}))}).then(function(){return t.reFetchObservableQueries()})},e.prototype.clearStore=function(){var t=this;return Promise.resolve().then(function(){return t.queryManager.clearStore({discardWatches:!0})}).then(function(){return Promise.all(t.clearStoreCallbacks.map(function(r){return r()}))})},e.prototype.onResetStore=function(t){var r=this;return this.resetStoreCallbacks.push(t),function(){r.resetStoreCallbacks=r.resetStoreCallbacks.filter(function(n){return n!==t})}},e.prototype.onClearStore=function(t){var r=this;return this.clearStoreCallbacks.push(t),function(){r.clearStoreCallbacks=r.clearStoreCallbacks.filter(function(n){return n!==t})}},e.prototype.reFetchObservableQueries=function(t){return this.queryManager.reFetchObservableQueries(t)},e.prototype.refetchQueries=function(t){var r=this.queryManager.refetchQueries(t),n=[],i=[];r.forEach(function(a,s){n.push(s),i.push(a)});var o=Promise.all(i);return o.queries=n,o.results=i,o.catch(function(a){__DEV__&&T.debug(\"In client.refetchQueries, Promise.all promise rejected with error \".concat(a))}),o},e.prototype.getObservableQueries=function(t){return t===void 0&&(t=\"active\"),this.queryManager.getObservableQueries(t)},e.prototype.extract=function(t){return this.cache.extract(t)},e.prototype.restore=function(t){return this.cache.restore(t)},e.prototype.addResolvers=function(t){this.localState.addResolvers(t)},e.prototype.setResolvers=function(t){this.localState.setResolvers(t)},e.prototype.getResolvers=function(){return this.localState.getResolvers()},e.prototype.setLocalStateFragmentMatcher=function(t){this.localState.setFragmentMatcher(t)},e.prototype.setLink=function(t){this.link=this.queryManager.link=t},e}();var Un=new Map,ko=new Map,gc=!0,Wn=!1;function _c(e){return e.replace(/[\\s,]+/g,\" \").trim()}function Ky(e){return _c(e.source.body.substring(e.start,e.end))}function Xy(e){var t=new Set,r=[];return e.definitions.forEach(function(n){if(n.kind===\"FragmentDefinition\"){var i=n.name.value,o=Ky(n.loc),a=ko.get(i);a&&!a.has(o)?gc&&console.warn(\"Warning: fragment with name \"+i+` already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`):a||ko.set(i,a=new Set),a.add(o),t.has(o)||(t.add(o),r.push(n))}else r.push(n)}),w(w({},e),{definitions:r})}function eh(e){var t=new Set(e.definitions);t.forEach(function(n){n.loc&&delete n.loc,Object.keys(n).forEach(function(i){var o=n[i];o&&typeof o==\"object\"&&t.add(o)})});var r=e.loc;return r&&(delete r.startToken,delete r.endToken),e}function th(e){var t=_c(e);if(!Un.has(t)){var r=Fn(e,{experimentalFragmentVariables:Wn,allowLegacyFragmentVariables:Wn});if(!r||r.kind!==\"Document\")throw new Error(\"Not a valid GraphQL document.\");Un.set(t,eh(Xy(r)))}return Un.get(t)}function E(e){for(var t=[],r=1;r, or pass an ApolloClient instance in via options.'):T(!!r,31),r}import{useCallback as mh,useMemo as fh,useRef as yh}from\"react\";import{useCallback as ah,useContext as sh,useMemo as lh,useRef as uh,useState as ch}from\"react\";import*as It from\"react\";var Sc=!1,nh=\"useSyncExternalStore\",ih=It[nh],kc=ih||function(e,t,r){var n=t();__DEV__&&!Sc&&n!==t()&&(Sc=!0,__DEV__&&T.error(\"The result of getSnapshot should be cached to avoid an infinite loop\"));var i=It.useState({inst:{value:n,getSnapshot:t}}),o=i[0].inst,a=i[1];return _u?It.useLayoutEffect(function(){Object.assign(o,{value:n,getSnapshot:t}),To(o)&&a({inst:o})},[e,n,t]):Object.assign(o,{value:n,getSnapshot:t}),It.useEffect(function(){return To(o)&&a({inst:o}),e(function(){To(o)&&a({inst:o})})},[e]),n};function To(e){var t=e.value,r=e.getSnapshot;try{return t!==r()}catch{return!0}}var Fe;(function(e){e[e.Query=0]=\"Query\",e[e.Mutation=1]=\"Mutation\",e[e.Subscription=2]=\"Subscription\"})(Fe||(Fe={}));var Tc=new Map;function Fc(e){var t;switch(e){case Fe.Query:t=\"Query\";break;case Fe.Mutation:t=\"Mutation\";break;case Fe.Subscription:t=\"Subscription\";break}return t}function oh(e){var t=Tc.get(e);if(t)return t;var r,n,i;__DEV__?T(!!e&&!!e.kind,\"Argument of \".concat(e,\" passed to parser was not a valid GraphQL \")+\"DocumentNode. You may need to use 'graphql-tag' or another method to convert your operation into a document\"):T(!!e&&!!e.kind,32);for(var o=[],a=[],s=[],l=[],u=0,c=e.definitions;u0?new Le({graphQLErrors:y}):void 0;if(h===a.current.mutationId&&!g.ignoreResults){var O={called:!0,loading:!1,data:k,error:M,client:p};a.current.isMounted&&!ee(a.current.result,O)&&o(a.current.result=O)}return(S=(N=a.current.options)===null||N===void 0?void 0:N.onCompleted)===null||S===void 0||S.call(N,_.data,g),(F=u.onCompleted)===null||F===void 0||F.call(u,_.data,g),_}).catch(function(_){var N,S,F,k;if(h===a.current.mutationId&&a.current.isMounted){var y={loading:!1,error:_,data:void 0,called:!0,client:p};ee(a.current.result,y)||o(a.current.result=y)}if(((N=a.current.options)===null||N===void 0?void 0:N.onError)||g.onError)return(F=(S=a.current.options)===null||S===void 0?void 0:S.onError)===null||F===void 0||F.call(S,_,g),(k=u.onError)===null||k===void 0||k.call(u,_,g),{data:void 0,errors:_};throw _})},[]),l=Ic(function(){a.current.isMounted&&o({called:!1,loading:!1,client:r})},[]);return gh(function(){return a.current.isMounted=!0,function(){a.current.isMounted=!1}},[]),[s,w({reset:l},i)]}var Ch={},Jn=E`\n fragment NoteFragment on Note {\n id\n content\n user_id\n conversation_id\n attached_image_url\n attached_audio_url\n document_id\n created_at\n updated_at\n is_autoresponse\n deleted_by_user\n scheduled_at\n image_name\n document_name\n creator {\n id\n full_name\n avatar_url\n is_patient\n first_name_last_initial\n }\n }\n`,xh=E`\n query GetNotes(\n $offset: Int\n $keywords: String\n $conversation_id: ID\n $sort_by: String\n $scheduled_notes: Boolean\n $provider_id: ID\n $org_chat: Boolean\n ) {\n notesCount(\n keywords: $keywords\n conversation_id: $conversation_id\n scheduled_notes: $scheduled_notes\n provider_id: $provider_id\n org_chat: $org_chat\n )\n notes(\n offset: $offset\n keywords: $keywords\n conversation_id: $conversation_id\n sort_by: $sort_by\n scheduled_notes: $scheduled_notes\n provider_id: $provider_id\n org_chat: $org_chat\n ) {\n ...NoteFragment\n }\n }\n ${Jn}\n`;function Nc(e){let t={...Ch,...e};return U(xh,t)}var Ac=E`\n subscription NoteAddedSubscription($conversation_id: String) {\n noteAddedSubscription(conversationId: $conversation_id) {\n ...NoteFragment\n }\n }\n ${Jn}\n`;import{createContext as wh,useContext as Sh,useState as kh}from\"react\";import{jsx as Th}from\"react/jsx-runtime\";var Ec=wh(null),xe=()=>Sh(Ec),T6=({userId:e,children:t,brandedUrl:r,brandedBackendUrl:n})=>{let[i,o]=kh(null);return Th(Ec.Provider,{value:{userId:e,activeConversationId:i,setActiveConversationId:o,brandedUrl:r??\"https://secure.gethealthie.com\",brandedBackendUrl:n??\"https://api.gethealthie.com\"},children:t})};import{useEffect as Ih}from\"react\";import{format as Dc,isSameDay as Fh,parse as Io}from\"date-fns\";var A6=e=>e[e.length-1],re=e=>Io(e.replace(\"UTC\",\"+0000\"),\"yyyy-MM-dd HH:mm:ss XXXX\",new Date),Zn=e=>Dc(Io(e.replace(\"UTC\",\"+0000\"),\"yyyy-MM-dd HH:mm:ss XXXX\",new Date),\"hh:mm a\"),E6=e=>{let t=Io(e.replace(\"UTC\",\"+0000\"),\"yyyy-MM-dd HH:mm:ss XXXX\",new Date);return Dc(t,\"MMM dd, yyyy\")},D6=(e,t)=>Fh(re(e),re(t)),M6=(e,t,r)=>{let n=e??t;return r?`${n||\"\"}*`:n},O6=e=>e?void 0:\"Can't be blank\",Mc=e=>e?e.charAt(0).toUpperCase()+e.slice(1):\"\",Gr=e=>`${e.getMonth()+1}-${e.getDate()}-${e.getFullYear()}`,No=e=>new Date(Date.parse(e)),J=e=>({value:e.toLowerCase(),label:e.replace(\"_\",\" \")}),Ao=e=>e.trim().replace(/[^a-zA-Z0-9-]/g,\"-\").toLowerCase(),ct=e=>{switch(e?e.toUpperCase():null){case\"EUR\":return\"\\u20AC\";case\"AUD\":return\"A$\";case\"GBP\":return\"\\xA3\";case\"CAD\":return\"C$\";case\"NZD\":return\"NZ$\";case\"CZK\":return\"K\\u010D\";case\"SEK\":return\"kr\";case\"DKK\":return\"Kr.\";case\"CHF\":return\"Fr.\";case\"ZAR\":return\"R\";case null:return\"$\";default:return\"$\"}},Eo=(e,t)=>{if(!t)return;let{quantity:r,isRepeating:n}=t;if(!e||e===\"One-Time\"||!n)return r;let i=`${r} per`;switch(e){case\"Bi-Weekly\":i+=\" every 2 weeks\";break;case\"Every 4 Weeks\":i+=\" every 4 weeks\";break;case\"Every 8 Weeks\":i+=\" every 8 weeks\";break;case\"Quarterly\":i+=\" quarter\";break;case\"Monthly\":i+=\" month\";break;case\"Weekly\":i+=\" week\";break;default:i=`${r}`}return i};var Oc=(e,t,r=!0)=>{Ih(()=>{if(!r)return;let n=t.subscribeToMore({document:Ac,variables:{conversation_id:e},updateQuery:(i,{subscriptionData:o})=>{var a;return((a=o==null?void 0:o.data)==null?void 0:a.noteAddedSubscription)==null?i:{...i,notes:[o.data.noteAddedSubscription,...i.notes??[]]}}});return()=>{n()}},[t.subscribeToMore,r,e])},Rc=(e,t,r)=>{var n,i,o;if(!(t||e.loading||((n=e.data)==null?void 0:n.notes)==null)&&!(((i=e.data)==null?void 0:i.notes)!=null&&((o=e.data)==null?void 0:o.notes.length)>=(e.data.notesCount??0)))return r(!0),e.fetchMore({variables:{offset:e.data.notes.length},updateQuery:(a,{fetchMoreResult:s})=>({...a,notes:[...a.notes??[],...s.notes??[]]})}).finally(()=>{r(!1)})},Nh=(e,t)=>e==null||t==null||e.created_at==null||t.created_at==null?!1:re(e.created_at).getTime()-re(t.created_at).getTime()>=Pc,Ah=(e,t)=>t==null||e==null||t.created_at==null||e.created_at==null?!1:re(e.created_at).getTime()-re(t.created_at).getTime()>=Qc,Lc=(e,t)=>{var i;if(((i=e.data)==null?void 0:i.notes)==null)return[];let r=[...e.data.notes??[]].reverse();return r.filter(o=>o!=null).map((o,a,s)=>{var c,p;let l=Nh(s[a+1],o),u=a===0||Ah(o,s[a-1]);return{...o,isOwnMessage:(o==null?void 0:o.user_id)===t,isFirstInGroupOrSingle:a===0||(o==null?void 0:o.user_id)!==((c=r[a-1])==null?void 0:c.user_id),isLastInGroupOrSingle:(o==null?void 0:o.user_id)!==((p=r[a+1])==null?void 0:p.user_id),isAfterTimeThreshold:l,isOnNewDay:u}})};var Pc=60*1e3,Qc=24*60*60*1e3,Vc=(e,t)=>{var l;let r=xe(),[n,i]=Mh(!1),o=Nc({variables:{conversation_id:e},fetchPolicy:\"network-only\",nextFetchPolicy:\"network-only\"}),a=Dh(()=>Lc(o,r==null?void 0:r.userId),[o]),s=Eh(()=>Rc(o,n,i),[n,o]);return Oc(e,o,t==null?void 0:t.withSubscription),{notes:a,totalNotesCount:((l=o==null?void 0:o.data)==null?void 0:l.notesCount)??void 0,loadMoreNotes:s,...o}};import{useCallback as Vh,useState as $h}from\"react\";var Oh={},Rh=E`\n mutation CreateNote(\n $user_id: String\n $content: String\n $conversation_id: String\n $attached_image: Upload\n $attached_document: Upload\n $attached_audio: Upload\n $scheduled_at: String\n $org_chat: Boolean\n $hide_org_chat_confirmation: Boolean\n ) {\n createNote(\n input: {\n user_id: $user_id\n content: $content\n conversation_id: $conversation_id\n attached_image: $attached_image\n attached_document: $attached_document\n attached_audio: $attached_audio\n scheduled_at: $scheduled_at\n org_chat: $org_chat\n hide_org_chat_confirmation: $hide_org_chat_confirmation\n }\n ) {\n newNote: note {\n ...NoteFragment\n }\n messages {\n field\n message\n }\n }\n }\n ${Jn}\n`;function $c(e){let t={...Oh,...e};return ut(Rh,t)}var Lh={},qc=E`\n fragment ConversationFragment on Conversation {\n id\n name\n community_chat_prefix\n conversation_memberships {\n display_avatar\n display_name\n user_id\n conversation_role\n }\n }\n`,Ph=E`\n fragment ConversationFullFragment on Conversation {\n id\n conversation_memberships_count\n name\n community_chat_prefix\n includes_multiple_clients\n last_message_content\n last_note_viewed_id\n conversation_memberships {\n user_id\n display_name\n display_avatar\n viewed\n }\n owner {\n id\n full_name\n in_org\n email\n avatar_url\n is_patient\n active\n }\n invitees {\n id\n full_name\n allow_direct_chat\n allow_community_chat\n active\n timezone\n }\n current_user_conversation_membership {\n id\n display_name\n archived\n display_other_user_name\n user_list_as_display_name\n display_other_user_first_name\n }\n closed_by {\n id\n full_name\n }\n closed_date\n }\n`,t8=E`\n query GetFullConversation($id: ID, $provider_id: ID) {\n conversation(id: $id) {\n ...ConversationFullFragment\n }\n }\n ${Ph}\n`;var r8=E`\n query GetUserConversations($userId: ID) {\n conversations(user_id: $userId) {\n id\n conversation_memberships_count\n name\n community_chat_prefix\n includes_multiple_clients\n last_message_content\n last_note_viewed_id\n conversation_memberships {\n user_id\n display_name\n display_avatar\n viewed\n }\n owner {\n id\n full_name\n in_org\n email\n avatar_url\n is_patient\n active\n }\n invitees {\n id\n full_name\n allow_direct_chat\n allow_community_chat\n active\n timezone\n }\n current_user_conversation_membership {\n id\n display_name\n archived\n display_other_user_name\n display_other_user_first_name\n }\n closed_by {\n id\n full_name\n }\n closed_date\n }\n }\n`;var Qh=E`\n query GetConversation($id: ID, $provider_id: ID) {\n conversation(id: $id, provider_id: $provider_id) {\n ...ConversationFragment\n }\n }\n ${qc}\n`;function Gc(e){let t={...Lh,...e};return U(Qh,t)}var n8=E`\n subscription ConversationChangedSubscription($id: ID) {\n conversationChangedSubscription(id: $id) {\n ...ConversationFragment\n __typename\n }\n }\n ${qc}\n`;var Bc=e=>{let[t,r]=$h(!1),{data:n,loading:i}=Gc({variables:{id:e},fetchPolicy:\"network-only\",nextFetchPolicy:\"network-only\"}),{notes:o,loading:a,totalNotesCount:s,loadMoreNotes:l}=Vc(e),[u]=$c({variables:{conversation_id:e}}),c=Vh(p=>{if(!t)return r(!0),u({variables:{content:p}}).finally(()=>{r(!1)})},[u,t]);return{loadMore:l,isLoading:a||i,totalNotesCount:s,conversation:(n==null?void 0:n.conversation)!=null?n.conversation:null,sendMessage:c,notes:o,isSendingMessage:t}};var qh={},Gh=E`\n fragment ConversationMembershipFragment on ConversationMembership {\n id\n display_name\n display_avatar\n display_other_user_name\n display_other_user_first_name\n conversation_role\n conversation_id\n convo {\n last_message_content\n conversation_memberships_count\n first_four_invitees {\n id\n full_name\n avatar_url\n active\n }\n updated_at\n }\n }\n`,Bh=E`\n query conversationMemberships {\n conversationMemberships {\n ...ConversationMembershipFragment\n }\n }\n ${Gh}\n`;function zc(e){let t={...qh,...e};return U(Bh,t)}var Hc=e=>{let{loading:t,data:r,...n}=zc(),i=((r==null?void 0:r.conversationMemberships)??[]).filter(o=>o!=null);return{isLoading:t,conversationMemberships:i,...n}};import{useEffect as f1,useRef as y1,useState as dp}from\"react\";import{SpinnerCircularFixed as h1}from\"spinners-react\";import{Virtuoso as g1}from\"react-virtuoso\";import{forwardRef as e1,useMemo as t1}from\"react\";import{useState as Uh}from\"react\";import{Dialog as Wc}from\"@headlessui/react\";import Do from\"anchorme\";var zh=typeof Do.default<\"u\"?Do.default:Do;function sr(e){return zh({input:e,options:{attributes:{target:\"_blank\"}}})}import Uc from\"dompurify\";import{jsx as Kn}from\"react/jsx-runtime\";var Hh=({htmlContent:e,type:t=\"span\",className:r=\"\",id:n=\"\",dataTestId:i=\"\",styles:o={},htmlProps:a,onMouseEnter:s,allowVideoContent:l=!1})=>{let u=l?Uc.sanitize(e,{ADD_TAGS:[\"iframe\"],ADD_ATTR:[\"allow\",\"allowfullscreen\",\"frameborder\",\"scrolling\",\"target\"]}):Uc.sanitize(e,{ADD_ATTR:[\"target\"]});return t===\"style\"?Kn(\"style\",{dangerouslySetInnerHTML:{__html:u}}):t===\"p\"?Kn(\"p\",{dangerouslySetInnerHTML:{__html:u},className:r,id:n,\"data-testid\":i,style:{...o},...a}):t===\"div\"?Kn(\"div\",{onMouseEnter:s,dangerouslySetInnerHTML:{__html:u},className:r,id:n,\"data-testid\":i,style:{...o},...a}):Kn(\"span\",{dangerouslySetInnerHTML:{__html:u},className:r,id:n,\"data-testid\":i,style:{...o},...a})},Pe=Hh;import{jsx as lr,jsxs as jc}from\"react/jsx-runtime\";var Yc=({note:e})=>{let[t,r]=Uh(!1),n=sr(e.content??\"\");return jc(\"div\",{className:\"chat-message-image-wrapper\",children:[e.content!=null&&lr(Pe,{htmlContent:n,className:\"chat-message-image-text\",type:\"div\",allowVideoContent:!0}),lr(\"img\",{className:\"chat-message-image\",src:e.attached_image_url,alt:\"image\",onClick:()=>{r(!0)}}),jc(Wc,{open:t,onClose:()=>{r(!1)},className:\"healthie-dialog\",children:[lr(\"div\",{className:\"backdrop\",\"aria-hidden\":\"true\"}),lr(\"div\",{className:\"inner\",children:lr(Wc.Panel,{className:\"panel\",children:lr(\"img\",{src:e.attached_image_url,alt:\"image\"})})})]})]})};import{jsx as Wh,jsxs as Jc}from\"react/jsx-runtime\";var Br=({participant:e})=>{var r;let t=e.first_name_last_initial.split(\" \");return Jc(\"div\",{className:\"avatar\",\"data-test-id\":\"avatar\",children:[e.avatar_url!=null&&e.avatar_url!==\"original/missing.png\"&&Wh(\"img\",{src:e.avatar_url,alt:\"avatar\"}),(e.avatar_url==null||e.avatar_url===\"original/missing.png\")&&Jc(\"span\",{className:\"initials\",children:[t[0].charAt(0),(r=t[1])==null?void 0:r.charAt(0)]})]})};import{format as ap}from\"date-fns\";import{useState as tp,useEffect as Jh}from\"react\";import{jsx as Nt}from\"react/jsx-runtime\";var Mo=({width:e=\"12px\",height:t=\"14px\",color:r=\"#FFFFFF\"})=>Nt(\"svg\",{width:e,height:t,viewBox:\"0 0 12 14\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:Nt(\"g\",{id:\"Desktop---Chat\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:Nt(\"g\",{id:\"D->-Video-and-Voice-Message-Permutations\",transform:\"translate(-383.000000, -1682.000000)\",children:Nt(\"g\",{id:\"Message\",transform:\"translate(367.000000, 1671.000000)\",children:Nt(\"g\",{id:\"pause-circle\",transform:\"translate(15.000000, 11.000000)\",children:Nt(\"g\",{transform:\"translate(1.166667, 0.000000)\",children:Nt(\"path\",{d:\"M2.04166667,0 C0.914085302,0 0,0.62680135 0,1.4 L0,12.6 C0,13.3731986 0.914085302,14 2.04166667,14 C3.16924803,14 4.08333333,13.3731986 4.08333333,12.6 L4.08333333,1.4 C4.08333333,0.62680135 3.16924803,0 2.04166667,0 Z M9.625,0 C8.49741864,0 7.58333333,0.62680135 7.58333333,1.4 L7.58333333,12.6 C7.58333333,13.3731986 8.49741864,14 9.625,14 C10.7525814,14 11.6666667,13.3731986 11.6666667,12.6 L11.6666667,1.4 C11.6666667,0.62680135 10.7525814,0 9.625,0 Z\",id:\"Shape\",fill:r,fillRule:\"nonzero\"})})})})})})});import{jsx as Zc}from\"react/jsx-runtime\";var Oo=({width:e=\"12px\",height:t=\"14px\",color:r=\"#FFFFFF\"})=>Zc(\"svg\",{width:e,height:t,xmlns:\"http://www.w3.org/2000/svg\",children:Zc(\"path\",{d:\"M11.28 6.225 1.848.366C1.502.194 1.093.13.813.366.468.474.23.818.23 1.228v11.781c0 .345.237.69.517.862.173.064.345.107.517.107.172 0 .41-.064.582-.172L11.28 7.97c.28-.172.452-.517.452-.861 0-.345-.172-.711-.452-.883Z\",fill:r,fillRule:\"evenodd\"})});import{jsx as Ro}from\"react/jsx-runtime\";var jh=({isPlaying:e,svgColor:t,play:r})=>{let n={width:\"9px\",height:\"10px\",color:t??\"#4a90e2\"};return Ro(\"div\",{className:\"audio-playback-btn\",onClick:r,children:e===!0?Ro(Mo,{...n}):Ro(Oo,{...n})})},Kc=jh;import{jsx as Xc}from\"react/jsx-runtime\";var Yh=({progress:e,setProgress:t})=>Xc(\"div\",{className:\"audio-progress-container\",onClick:t,children:Xc(\"div\",{className:\"audio-progress-container__inner\",style:{left:e}})}),ep=Yh;import{jsx as rp,jsxs as Kh}from\"react/jsx-runtime\";var Zh=({url:e,svgColor:t,calculatedDuration:r})=>{let[n]=tp(new Audio(e)),[i,o]=tp(0);Jh(()=>(n.addEventListener(\"timeupdate\",s),n.addEventListener(\"ended\",l),()=>{n.pause(),n.removeEventListener(\"timeupdate\",s),n.removeEventListener(\"ended\",l),n.remove()}),[]);let a=()=>(isFinite(n.duration)?n.duration:r)||0,s=f=>{if(!a()||n.ended)return o(0);let v=f.currentTarget.currentTime*100/a();o(v)},l=f=>{let v=f.currentTarget;v.currentTime=0},u=()=>n.currentTime>0&&!n.paused&&!n.ended&&n.readyState>n.HAVE_CURRENT_DATA,c=()=>{u()?n.pause():n.play()},p=f=>{let h=(f.pageX-f.currentTarget.getBoundingClientRect().left)/f.currentTarget.offsetWidth*100,g=h<0?0:h>100?100:h;n.currentTime=a()*g/100,o(g)},d=()=>`calc(${i}% - 5px)`;return Kh(\"div\",{className:\"audio-player-box\",children:[rp(Kc,{play:c,isPlaying:u(),svgColor:t}),rp(ep,{setProgress:p,progress:d()})]})},np=Zh;import{jsx as ip,jsxs as Xh}from\"react/jsx-runtime\";var op=({note:e})=>{let t=sr(e.content??\"\");return Xh(\"div\",{className:\"audio-note\",children:[ip(Pe,{htmlContent:t,type:\"div\",allowVideoContent:!0}),ip(np,{url:e.attached_audio_url,svgColor:e!=null&&e.isOwnMessage?\"#fff\":void 0})]})};import{jsx as pt,jsxs as At}from\"react/jsx-runtime\";var sp=e1(({note:e},t)=>{var n,i,o;let r=t1(()=>{switch(!0){case(e.deleted_by_user&&e.updated_at!=null):return At(\"p\",{className:\"deleted-message\",children:[\"Message deleted on\",\" \",ap(re(e.updated_at),\"MMM dd, hh:mm aa\")]});case e.attached_image_url!=null:return pt(Yc,{note:e});case e.attached_audio_url!=null:return pt(op,{note:e});default:{let a=sr(e.content??\"\");return pt(Pe,{htmlContent:a,type:\"div\",allowVideoContent:!0})}}},[e!=null]);return At(\"div\",{children:[e.isOnNewDay&&pt(\"div\",{className:\"chat-message-divider\",\"data-test-id\":\"message-divider\",children:ap(re(e.created_at),\"MMM dd, yyyy\")}),At(\"div\",{className:`chat-message ${e.isOwnMessage?\"outgoing\":\"incoming\"} ${e.isFirstInGroupOrSingle?\"\":\"grouped\"}`,ref:t,children:[e.isFirstInGroupOrSingle&&pt(Br,{participant:{first_name_last_initial:((n=e.creator)==null?void 0:n.first_name_last_initial)??\"\",full_name:((i=e.creator)==null?void 0:i.full_name)??\"\",avatar_url:(o=e.creator)==null?void 0:o.avatar_url}}),At(\"div\",{className:\"chat-message-container\",children:[e.isFirstInGroupOrSingle&&!e.isOwnMessage&&pt(\"div\",{className:\"chat-message-footer\",children:At(\"p\",{children:[\" \",e.creator.full_name]})}),At(\"div\",{className:\"chat-message-wrapper\",children:[pt(\"div\",{className:\"chat-message-content\",\"data-test-id\":e.isOwnMessage?\"outgoing\":\"incoming\",children:r}),(e.isLastInGroupOrSingle||e.isAfterTimeThreshold)&&pt(\"div\",{className:\"chat-message-footer\",\"data-test-id\":\"message-footer\",children:At(\"p\",{children:[\" \",Zn(e.created_at)]})})]})]})]})]})});import{useMemo as c1,useState as p1}from\"react\";import{useEditor as n1,EditorContent as i1}from\"@tiptap/react\";import o1 from\"@tiptap/starter-kit\";import a1 from\"@tiptap/extension-placeholder\";import s1 from\"@tiptap/extension-underline\";import{Fragment as r1,jsx as Ie,jsxs as zr}from\"react/jsx-runtime\";var lp=({editor:e})=>e==null?null:zr(r1,{children:[Ie(\"button\",{onClick:()=>e.chain().focus().toggleBold().run(),disabled:!e.can().chain().focus().toggleBold().run(),className:e.isActive(\"bold\")?\"is-active\":\"\",children:zr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ie(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ie(\"path\",{d:\"M8 11h4.5a2.5 2.5 0 1 0 0-5H8v5zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5zM8 13v5h5.5a2.5 2.5 0 1 0 0-5H8z\",fill:\"currentcolor\"})]})}),Ie(\"button\",{onClick:()=>e.chain().focus().toggleItalic().run(),disabled:!e.can().chain().focus().toggleItalic().run(),className:e.isActive(\"italic\")?\"is-active\":\"\",children:zr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ie(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ie(\"path\",{d:\"M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z\",fill:\"currentcolor\"})]})}),Ie(\"button\",{onClick:()=>e.chain().focus().toggleUnderline().run(),disabled:!e.can().chain().focus().toggleUnderline().run(),className:e.isActive(\"underline\")?\"is-active\":\"\",children:zr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ie(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ie(\"path\",{fill:\"currentcolor\",d:\"M8 3v9a4 4 0 1 0 8 0V3h2v9a6 6 0 1 1-12 0V3h2zM4 20h16v2H4v-2z\"})]})}),Ie(\"button\",{onClick:()=>e.chain().focus().toggleBulletList().run(),className:e.isActive(\"bulletList\")?\"is-active\":\"\",children:zr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ie(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ie(\"path\",{fill:\"currentcolor\",d:\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\"})]})})]});import{useEffect as l1}from\"react\";import{jsx as Xn,jsxs as u1}from\"react/jsx-runtime\";var up=({value:e,onChange:t})=>{let r=n1({onUpdate:({editor:n})=>{t(n.getHTML())},extensions:[o1.configure({history:!1,heading:!1,code:!1,codeBlock:!1,blockquote:!1,horizontalRule:!1,orderedList:!1,strike:!1}),a1.configure({placeholder:\"Enter a message here...\",showOnlyCurrent:!1}),s1]});return l1(()=>{e===\"\"&&(r==null||r.commands.setContent(\"\"))},[e]),r==null?null:u1(\"div\",{className:\"editor-wrapper\",children:[Xn(\"div\",{className:\"editor-toolbar-container\",children:Xn(lp,{editor:r})}),Xn(\"div\",{className:\"editor-container\",children:Xn(i1,{editor:r})})]})};import{jsx as Lo,jsxs as d1}from\"react/jsx-runtime\";var cp=({sendMessage:e})=>{let[t,r]=p1(\"\"),n=c1(()=>{if(t===\"\")return\"\";let a=document.createElement(\"div\");return a.innerHTML=t,a.innerText??a.textContent??\"\"},[t]);return d1(\"div\",{className:\"chat-input-wrapper\",children:[Lo(up,{value:t,onChange:a=>{r(a)}}),Lo(\"div\",{className:\"chat-input-toolbox\",children:Lo(\"button\",{className:\"chat-input-button primary-button\",onClick:()=>{var a;(a=e(t))==null||a.finally(()=>{r(\"\")})},disabled:n.length===0,children:\"Send\"})})]})};import{jsx as X,jsxs as Po}from\"react/jsx-runtime\";function Qo({width:e=\"390px\",height:t=\"253px\"}){return X(\"div\",{children:X(\"svg\",{width:e,height:t,viewBox:\"0 0 370 160\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xlinkHref:\"http://www.w3.org/1999/xlink\",children:X(\"g\",{id:\"Page-1\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:X(\"g\",{id:\"empty-state-when-create-a-new-conversation\",transform:\"translate(-638.000000, -260.000000)\",children:Po(\"g\",{id:\"Group-63\",transform:\"translate(641.000000, 262.000000)\",children:[Po(\"g\",{id:\"Group-62\",transform:\"translate(0.500000, 0.000000)\",opacity:\"0.502418155\",children:[X(\"path\",{d:\"M14.2015316,5.38983051 L14.2015316,17.8511186 L0,28.2660678 L14.2015316,36.2771525 L14.2015316,47.6101695 C14.2015316,50.5871525 16.6179331,53 19.5993011,53 L236.60223,53 C239.583599,53 242,50.5871525 242,47.6101695 L242,5.38983051 C242,2.41284746 239.583599,0 236.60223,0 L19.5993011,0 C16.6179331,0 14.2015316,2.41284746 14.2015316,5.38983051 Z\",id:\"Stroke-5\",stroke:\"#D0D0D0\",strokeWidth:\"3.546\"}),X(\"polygon\",{id:\"Fill-7\",fill:\"#D0D0D0\",points:\"23.960396 15.6590909 130.584158 15.6590909 130.584158 9.63636364 23.960396 9.63636364\"}),X(\"polygon\",{id:\"Fill-9\",fill:\"#D0D0D0\",points:\"138.970297 15.6590909 153.346535 15.6590909 153.346535 9.63636364 138.970297 9.63636364\"}),X(\"polygon\",{id:\"Fill-10\",fill:\"#D0D0D0\",points:\"160.534653 15.6590909 231.217822 15.6590909 231.217822 9.63636364 160.534653 9.63636364\"}),X(\"polygon\",{id:\"Fill-11\",fill:\"#D0D0D0\",points:\"23.960396 30.1136364 56.3069307 30.1136364 56.3069307 24.0909091 23.960396 24.0909091\"}),X(\"polygon\",{id:\"Fill-12\",fill:\"#D0D0D0\",points:\"63.4950495 30.1136364 174.910891 30.1136364 174.910891 24.0909091 63.4950495 24.0909091\"}),X(\"polygon\",{id:\"Fill-13\",fill:\"#D0D0D0\",points:\"182.09901 30.1136364 231.217822 30.1136364 231.217822 24.0909091 182.09901 24.0909091\"}),X(\"polygon\",{id:\"Fill-14\",fill:\"#D0D0D0\",points:\"23.960396 44.5681818 95.8415842 44.5681818 95.8415842 38.5454545 23.960396 38.5454545\"}),X(\"polygon\",{id:\"Fill-15\",fill:\"#D0D0D0\",points:\"101.831683 44.5681818 119.80198 44.5681818 119.80198 38.5454545 101.831683 38.5454545\"}),X(\"polygon\",{id:\"Fill-16\",fill:\"#D0D0D0\",points:\"124.594059 44.5681818 206.059406 44.5681818 206.059406 38.5454545 124.594059 38.5454545\"}),X(\"polygon\",{id:\"Fill-17\",fill:\"#D0D0D0\",points:\"213.247525 44.5681818 231.217822 44.5681818 231.217822 38.5454545 213.247525 38.5454545\"})]}),Po(\"g\",{id:\"Group-56\",transform:\"translate(121.500000, 103.000000)\",children:[X(\"path\",{d:\"M14.2015316,5.38983051 L14.2015316,17.8511186 L0,28.2660678 L14.2015316,36.2771525 L14.2015316,47.6101695 C14.2015316,50.5871525 16.6179331,53 19.5993011,53 L236.60223,53 C239.583599,53 242,50.5871525 242,47.6101695 L242,5.38983051 C242,2.41284746 239.583599,0 236.60223,0 L19.5993011,0 C16.6179331,0 14.2015316,2.41284746 14.2015316,5.38983051 Z\",id:\"Stroke-5-Copy\",stroke:\"#E9F0FC\",strokeWidth:\"3.546\",transform:\"translate(121.000000, 26.500000) scale(-1, 1) translate(-121.000000, -26.500000) \"}),X(\"polygon\",{id:\"Fill-7-Copy\",fill:\"#E9F0FC\",transform:\"translate(62.896040, 11.443182) scale(-1, 1) translate(-62.896040, -11.443182) \",points:\"9.58415842 14.4545455 116.207921 14.4545455 116.207921 8.43181818 9.58415842 8.43181818\"}),X(\"polygon\",{id:\"Fill-9-Copy\",fill:\"#E9F0FC\",transform:\"translate(131.782178, 11.443182) scale(-1, 1) translate(-131.782178, -11.443182) \",points:\"124.594059 14.4545455 138.970297 14.4545455 138.970297 8.43181818 124.594059 8.43181818\"}),X(\"polygon\",{id:\"Fill-10-Copy\",fill:\"#E9F0FC\",transform:\"translate(181.500000, 11.443182) scale(-1, 1) translate(-181.500000, -11.443182) \",points:\"146.158416 14.4545455 216.841584 14.4545455 216.841584 8.43181818 146.158416 8.43181818\"}),X(\"polygon\",{id:\"Fill-11-Copy\",fill:\"#E9F0FC\",transform:\"translate(25.757426, 25.897727) scale(-1, 1) translate(-25.757426, -25.897727) \",points:\"9.58415842 28.9090909 41.9306931 28.9090909 41.9306931 22.8863636 9.58415842 22.8863636\"}),X(\"polygon\",{id:\"Fill-12-Copy\",fill:\"#E9F0FC\",transform:\"translate(104.826733, 25.897727) scale(-1, 1) translate(-104.826733, -25.897727) \",points:\"49.1188119 28.9090909 160.534653 28.9090909 160.534653 22.8863636 49.1188119 22.8863636\"}),X(\"polygon\",{id:\"Fill-13-Copy\",fill:\"#E9F0FC\",transform:\"translate(192.282178, 25.897727) scale(-1, 1) translate(-192.282178, -25.897727) \",points:\"167.722772 28.9090909 216.841584 28.9090909 216.841584 22.8863636 167.722772 22.8863636\"}),X(\"polygon\",{id:\"Fill-14-Copy\",fill:\"#E9F0FC\",transform:\"translate(45.524752, 40.352273) scale(-1, 1) translate(-45.524752, -40.352273) \",points:\"9.58415842 43.3636364 81.4653465 43.3636364 81.4653465 37.3409091 9.58415842 37.3409091\"}),X(\"polygon\",{id:\"Fill-15-Copy\",fill:\"#E9F0FC\",transform:\"translate(96.440594, 40.352273) scale(-1, 1) translate(-96.440594, -40.352273) \",points:\"87.4554455 43.3636364 105.425743 43.3636364 105.425743 37.3409091 87.4554455 37.3409091\"}),X(\"polygon\",{id:\"Fill-16-Copy\",fill:\"#E9F0FC\",transform:\"translate(150.950495, 40.352273) scale(-1, 1) translate(-150.950495, -40.352273) \",points:\"110.217822 43.3636364 191.683168 43.3636364 191.683168 37.3409091 110.217822 37.3409091\"}),X(\"polygon\",{id:\"Fill-17-Copy\",fill:\"#E9F0FC\",transform:\"translate(207.856436, 40.352273) scale(-1, 1) translate(-207.856436, -40.352273) \",points:\"198.871287 43.3636364 216.841584 43.3636364 216.841584 37.3409091 198.871287 37.3409091\"})]})]})})})})})}import{jsx as ei,jsxs as m1}from\"react/jsx-runtime\";var pp=()=>ei(\"div\",{className:\"empty-placeholder\",children:m1(\"div\",{children:[ei(Qo,{}),ei(\"p\",{children:\"You haven\\u2019t sent or received a message yet.\"}),ei(\"p\",{children:\"Enter a message below and press \\u201CSend.\\u201D\"})]})});import{Fragment as x1,jsx as dt,jsxs as C1}from\"react/jsx-runtime\";var _1=10**7;function v1({conversationId:e}){let{notes:t,isLoading:r,sendMessage:n,loadMore:i,totalNotesCount:o}=Bc(e),[a,s]=dp(!1),[l,u]=dp(0),c=y1(null);f1(()=>{u(0)},[e]);let p=()=>{var d;a||t.length>=(o??0)||(s(!0),(d=i())==null||d.then(f=>{u(v=>{var h;return v+(((h=f.data.notes)==null?void 0:h.length)??0)})}).catch(f=>{console.error(\"Error when loading more notes\",f)}).finally(()=>{s(!1)}))};return C1(\"div\",{className:\"healthie-container chat-container\",children:[dt(g1,{className:\"chat-message-list\",data:t,followOutput:()=>{var d,f;return c.current!==((d=t[t.length-1])==null?void 0:d.id)?(c.current=(f=t[t.length-1])==null?void 0:f.id,\"smooth\"):!1},alignToBottom:!0,totalCount:t.length,initialTopMostItemIndex:t.length>0?t.length-1:0,firstItemIndex:_1-l,startReached:p,overscan:300,itemContent:(d,f)=>dt(sp,{note:f},f.id),components:{EmptyPlaceholder:()=>r?null:dt(pp,{})}}),dt(cp,{sendMessage:n}),dt(\"div\",{className:`chat-loading-spinner ${a?\"\":\"hidden\"}`,children:dt(h1,{size:22,thickness:180,speed:180,color:\"#4A90E2\",secondaryColor:\"rgba(0, 0, 0, 0.15)\"})})]})}var b1=({conversationId:e})=>{let{activeConversationId:t}=xe(),r=e??t;return r==null?null:dt(x1,{children:[r].map(n=>dt(v1,{conversationId:n},n))})};import{format as w1,isSameDay as S1}from\"date-fns\";import{jsx as Et,jsxs as Vo}from\"react/jsx-runtime\";var k1=({conversation:e})=>{var i,o,a;let t=e.display_name,r=((i=e==null?void 0:e.convo)==null?void 0:i.conversation_memberships_count)??0,n=`has-${r-1>4?4:r-1}`;return r>=3?Et(\"div\",{className:`conversation-list-avatar-group ${n}`,children:(a=(o=e.convo)==null?void 0:o.first_four_invitees)==null?void 0:a.slice(0,4).map(s=>Et(Br,{participant:{first_name_last_initial:s==null?void 0:s.full_name,full_name:s==null?void 0:s.full_name,avatar_url:s==null?void 0:s.avatar_url}},s==null?void 0:s.id))}):Et(Br,{participant:{first_name_last_initial:(e==null?void 0:e.display_other_user_name)??t,full_name:t,avatar_url:e==null?void 0:e.display_avatar}})},mp=({conversation:e,isActive:t,onClick:r})=>{var s,l,u;let n=e.display_name,i=re((s=e.convo)==null?void 0:s.updated_at),a=S1(i,new Date)?Zn((l=e.convo)==null?void 0:l.updated_at):w1(i,\"MMM dd\");return Vo(\"div\",{className:`conversation-list-item ${t===!0?\"active\":\"\"}`,onClick:r,children:[Et(k1,{conversation:e}),Vo(\"div\",{className:\"conversation-list-item-inner\",children:[Et(\"div\",{className:\"conversation-title\",children:n}),Vo(\"div\",{className:\"conversation-description\",children:[Et(\"p\",{children:(u=e==null?void 0:e.convo)==null?void 0:u.last_message_content}),Et(\"p\",{className:\"conversation-list-item-timestamp\",children:a})]})]})]})};import{useEffect as T1}from\"react\";import{jsx as fp}from\"react/jsx-runtime\";var F1=({onConversationClick:e,activeId:t})=>{let{conversationMemberships:r}=Hc(),{setActiveConversationId:n,activeConversationId:i}=xe(),o=s=>{e!=null?e(s):n(s)},a=t!==void 0?t:i;return T1(()=>{if(t===void 0&&r.length>0&&i==null){let s=r[0];n(s.conversation_id)}},[r]),fp(\"div\",{className:\"healthie-container conversation-list\",children:r.map(s=>fp(mp,{onClick:()=>{o(s.conversation_id)},isActive:a===s.conversation_id,conversation:s},s.conversation_id))})};import{Form as C0}from\"react-final-form\";import x0 from\"final-form-arrays\";var I1={},N1=E`\n mutation createFormAnswerGroup(\n $course_item_id: ID\n $name: String\n $date: String\n $time: String\n $appointment_id: ID\n $finished: Boolean\n $created_at: String\n $custom_module_form_id: String\n $user_id: String\n $form_answers: [FormAnswerInput!]!\n $formatted_date: String\n $course_id: String\n $set_initial_answers: Boolean\n $marked_complete: Boolean\n $marked_locked: Boolean\n $dismissed_lock_charting_note_warning: Boolean\n $individual_client_notes: [IndividualClientNoteInput]\n $requested_form_completion_id: ID\n ) {\n createFormAnswerGroup(\n input: {\n course_item_id: $course_item_id\n name: $name\n created_at: $created_at\n custom_module_form_id: $custom_module_form_id\n appointment_id: $appointment_id\n user_id: $user_id\n course_id: $course_id\n form_answers: $form_answers\n date: $date\n time: $time\n finished: $finished\n formatted_date: $formatted_date\n set_initial_answers: $set_initial_answers\n marked_complete: $marked_complete\n marked_locked: $marked_locked\n dismissed_lock_charting_note_warning: $dismissed_lock_charting_note_warning\n individual_client_notes: $individual_client_notes\n requested_form_completion_id: $requested_form_completion_id\n }\n ) {\n newFormAnswerGroup: form_answer_group {\n id\n name\n created_at\n updated_at\n finished\n user {\n id\n next_required_step\n }\n is_group_appt_note\n custom_module_form {\n id\n }\n individual_client_notes {\n id\n content\n user {\n id\n full_name\n }\n }\n }\n messages {\n field\n message\n }\n }\n }\n`;function yp(e){let t={...I1,...e};return ut(N1,t)}var A1={},E1=E`\n fragment CustomModuleFragment on CustomModule {\n id\n options\n custom_module_form_section_id\n other_module_ids_to_autoscore_on\n required\n label\n sublabel\n mod_type\n custom_module_form_id\n options_array\n hipaa_name\n parent_custom_module_id\n custom_module_condition {\n id\n conditional_custom_module_id\n filter_type\n value_to_filter\n }\n }\n`,D1=E`\n fragment CustomModuleFormFragment on CustomModuleForm {\n id\n name\n created_at\n prefill\n use_for_charting\n use_for_program\n is_video\n has_non_readonly_modules\n custom_modules {\n ...CustomModuleFragment\n }\n }\n ${E1}\n`,M1=E`\n query initialFormAnswers(\n $user_id: ID\n $custom_module_form_id: ID\n $incomplete_form_id: ID\n $appointment_id: ID\n $is_group_appt: Boolean = false\n ) {\n initialFormAnswers(\n user_id: $user_id\n custom_module_form_id: $custom_module_form_id\n incomplete_form_id: $incomplete_form_id\n ) {\n answer\n custom_module_id\n conditional_custom_module_id\n filter_type\n value_to_filter\n user_id\n label\n }\n customModuleForm(id: $custom_module_form_id) {\n ...CustomModuleFormFragment\n }\n intitialServiceDate(user_id: $user_id, appointment_id: $appointment_id)\n appointment(id: $appointment_id) @include(if: $is_group_appt) {\n id\n is_group\n attendees {\n id\n full_name\n }\n }\n }\n ${D1}\n`;function hp(e){let t={...A1,...e};return U(M1,t)}var O1={},R1=E`\n fragment FormAnswerGroupForEditingFragment on FormAnswerGroup {\n name\n id\n created_at\n updated_at\n user_id\n finished\n locked_at\n locked_by {\n id\n full_name\n avatar_url\n qualifications\n }\n is_group_appt_note\n charting_note_addendums {\n id\n content\n created_at\n user {\n id\n full_name\n avatar_url\n qualifications\n }\n }\n custom_module_form {\n id\n has_matrix_field\n use_for_charting\n use_for_program\n has_non_readonly_modules\n }\n form_answers(is_for_editing: true) {\n id\n answer\n user_id\n label\n displayed_answer\n custom_module {\n id\n options\n label\n sublabel\n mod_type\n other_module_ids_to_autoscore_on\n custom_module_form_section_id\n custom_module_form_id\n required\n custom_module_condition {\n id\n conditional_custom_module_id\n filter_type\n value_to_filter\n }\n }\n }\n group_appointment_attendees {\n id\n full_name\n }\n individual_client_notes {\n id\n content\n user {\n id\n full_name\n }\n }\n }\n`,L1=E`\n mutation updateFormAnswerGroup(\n $id: ID\n $course_item_id: ID\n $name: String\n $date: String\n $finished: Boolean\n $time: String\n $form_answers: [FormAnswerInput!]!\n $formatted_date: String\n $marked_complete: Boolean\n $marked_locked: Boolean\n $dismissed_lock_charting_note_warning: Boolean\n $individual_client_notes: [IndividualClientNoteInput]\n ) {\n updateFormAnswerGroup(\n input: {\n id: $id\n course_item_id: $course_item_id\n finished: $finished\n name: $name\n form_answers: $form_answers\n date: $date\n time: $time\n formatted_date: $formatted_date\n marked_complete: $marked_complete\n marked_locked: $marked_locked\n dismissed_lock_charting_note_warning: $dismissed_lock_charting_note_warning\n individual_client_notes: $individual_client_notes\n }\n ) {\n formAnswerGroup: form_answer_group {\n ...FormAnswerGroupForEditingFragment\n }\n messages {\n field\n message\n }\n }\n }\n ${R1}\n`;function gp(e){let t={...O1,...e};return ut(L1,t)}var _p=e=>{let t=xe(),{loading:r,data:n,...i}=hp({variables:{custom_module_form_id:e,is_group_appt:!1,user_id:t.userId}}),[o,{loading:a,data:s,error:l}]=yp({variables:{custom_module_form_id:e,user_id:t.userId,form_answers:[]}}),[u]=gp({variables:{form_answers:[]}});return{loading:r,data:n,mutationStatus:{loading:a,data:s,error:l},saveFormAnswers:o,updateFormAnswers:u,...i}};import{useEffect as ia,useState as w0}from\"react\";import{FieldArray as S0}from\"react-final-form-arrays\";import{Field as P1,useField as Q1}from\"react-final-form\";import{jsx as vp,jsxs as V1}from\"react/jsx-runtime\";function Q({name:e,render:t,required:r,customModule:n,...i}){let{meta:o}=Q1(e);return vp(P1,{name:e,...i,validate:(a,s,l)=>{if(r&&!a)return\"Can't be blank\";if(i.validate)return i.validate(a,s,l)},render:a=>V1(\"div\",{className:`${a.meta.touched&&a.meta.invalid?\"has-error\":\"\"}`,children:[t(a),o.touched&&o.invalid&&vp(\"div\",{className:\"form-field-error\",children:o.error})]})})}import{jsx as ur,jsxs as bp}from\"react/jsx-runtime\";var cr=({onSelect:e,label:t,value:r,id:n,name:i,disabled:o,required:a})=>bp(\"div\",{className:\"checkbox-wrapper\",children:[ur(\"input\",{name:i,checked:r,onChange:s=>e(s.target.checked),id:n,disabled:o,className:\"\",type:\"checkbox\"}),t&&bp(\"label\",{htmlFor:n,children:[ur(\"span\",{className:\"label-text\",children:t}),a?ur(\"span\",{className:\"label-text-required\",children:\"*\"}):\"\"]})]}),Cp=({name:e,...t})=>e?ur(Q,{name:e,render:({input:{value:r,onChange:n,onBlur:i}})=>ur(cr,{...t,value:r??!1,onSelect:n})},e):ur(cr,{...t});import{jsx as $o}from\"react/jsx-runtime\";var xp=({name:e,customModule:t})=>t==null?null:$o(Q,{name:e,required:t.required??void 0,parse:r=>r===!0?\"true\":void 0,format:r=>!!r,render:({input:r})=>$o(\"div\",{className:\"agree_to_above-field\",children:$o(cr,{onSelect:n=>{r.onChange(n),r.onBlur()},value:r.value,name:r.name,label:\"I hereby agree to the document above.\"})})});import*as Ur from\"react\";import K1 from\"react-canvas-draw\";import{jsx as ti,jsxs as q1}from\"react/jsx-runtime\";var $1=({width:e=\"600px\",height:t=\"421px\"})=>ti(\"svg\",{width:e,height:t,viewBox:\"0 148 595.3 848\",version:\"1.1\",id:\"Layer_1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",x:\"0px\",y:\"0px\",xmlSpace:\"preserve\",children:q1(\"g\",{children:[ti(\"path\",{d:`M469.4,595.9c-0.3-1.9-4.3-2.9-7.4-6.2c-3.1-3.3-7.4-7.7-11.7-14.6c-1.7-2.8-5.8-6.7-9.7-8.2\n c-3.9-1.5-8.5-2.3-9.1-3.2c-0.6-0.9-3.9-10.4-5.2-14.5c-1.3-4.1-4.9-18.3-6.5-25c-2-8.3-3.7-18.9-3.9-26\n c-0.2-7.1-1.3-18.4-2.2-24.7c-0.9-6.3-2.4-11.6-4.7-18.1c-1.6-4.5-4.5-9.1-6.2-11.5c-0.7-1.1-1-2.9-0.8-4.9\n c0.7-5.2,1.9-15.2,2-19.9c0.1-6.5-0.3-15.5-0.8-20.2c-0.2-1.7-0.4-3.2-0.5-4.4c-0.3-2.1,0.3-4.5,1.3-6.7c1.7-3.7,3.4-10,4.8-19.7\n c0.7-5.1,1.6-15.9,0.9-22c-1.1-9.4-2.8-13.8-6.1-20.3c-2.7-5.2-5.6-9.2-12.1-12.6c-5.8-3-13.5-6.5-17.4-8.1s-14.3-5.9-22.2-10.2\n c-9.3-5-13.2-6.7-18.8-12.6c-1.9-2-4.9-7.5-5.8-12.1c-0.9-4.6-1.1-10.8-0.7-14.8c0.3-2.8,2.8-4.1,3.2-6.1c1-5.1,2-14.1,2-14.1\n s1,0.7,2.7,0.1c1.8-0.6,3-2.4,3.9-4.1c0.9-1.9,1.7-4,3.6-11.1c0.8-2.8,1.6-8.6,0.2-10.8c-1.9-3.2-4.1-2.8-4.1-2.8s0.7-5.9,0.9-7.4\n c0.6-5.2,0.4-8-0.8-13.5c-1.9-8.6-7.2-17.1-11-20.9c-3.8-3.8-13.6-11.2-24.6-12.2c-2.4-0.2-8.4-0.5-14.9,0.7\n c-6.5,1.2-11.7,4.7-17.2,8.8c-3.8,2.9-9.3,8.6-12.9,19.6c-3,8.9-2.1,24.3-2.1,24.3s-1.6,0.3-2.8,2c-1.2,1.7-1.4,4.2-1.4,5.7\n c0,2.2,0.6,6.1,1.7,10.1c0.6,2.2,1.3,5.4,2.6,8c0.7,1.3,2.7,3.7,4.7,4.5c1.5,0.6,2.9-0.7,2.9-0.7s1.2,10.4,2.6,15.8\n c0.6,2.2,2.4,2.3,2.7,5.7c0.4,4.2,0.2,12-3.9,19.9c-4.1,7.9-11.6,11.7-19.9,16.8c-7.6,4.7-20,10-23.9,11.6\n c-3.9,1.6-11.6,5.1-17.4,8.1c-6.4,3.3-9.4,7.4-12.1,12.6c-3.3,6.4-5,10.9-6.1,20.3c-0.7,6.1,0.1,16.8,0.9,22\n c1.4,9.7,3.1,16,4.8,19.7c1,2.2,1.6,4.6,1.3,6.7c-0.1,1.2-0.3,2.7-0.5,4.4c-0.5,4.7-1,13.7-0.8,20.2c0.1,4.7,1.3,14.7,2,19.9\n c0.3,1.9-0.1,3.8-0.8,4.9c-1.7,2.4-4.6,6.9-6.2,11.5c-2.3,6.6-3.7,11.8-4.7,18.1c-0.9,6.3-2,17.6-2.2,24.7\n c-0.2,7.1-1.9,17.7-3.9,26c-1.6,6.7-5.2,20.9-6.5,25c-1.3,4.1-4.6,13.6-5.2,14.5c-0.6,0.9-5.2,1.6-9.1,3.2c-3.9,1.5-8,5.4-9.7,8.2\n c-4.3,7-8.6,11.3-11.7,14.6c-3.1,3.3-7.2,4.4-7.4,6.2c-0.3,1.9,0.9,2.4,1.8,2.7c1.3,0.5,4.4-0.2,6.2-0.9c3.1-1.2,5.6-3.3,6.5-4.1\n c2.9-2.8,4.8-6.2,5.8-5.5c1,0.6,1.1,7.8,1.2,9.7c0.1,4.4-0.1,6.7-0.5,14c-0.2,4.5-0.2,6.1-0.6,10.8c-0.2,1.9-0.5,6.8-0.8,10.4\n c-0.3,3.5-0.8,10.8-0.8,12.5c0,1.7,0.4,3.2,1.7,3.4c1.3,0.2,1.6-0.2,2-1.6c0.3-1.1,1.1-3.9,1.7-7.4c1.1-6.4,1.6-10.8,1.8-11.9\n c0.2-1.2,1.4-10.2,2.8-9.8c1.4,0.4,1.3,0.7,1.3,2.1c0,1.4-0.8,5.7-1.4,9.6c-0.3,1.9-1.1,6.3-1.4,8.2c-0.3,1.9-2.3,9.8-2.5,11.2\n c-0.2,1.4-0.4,2.9,1.5,3.5c2,0.6,2.6-2.1,3.2-4.6c0.6-2.5,3.5-12.8,4.1-15.3c0.6-2.5,2.1-12.2,3.7-12.1c0.9,0,0.6,1.8,0.6,3.2\n c0,1.4-1.4,9.6-2.3,12.5c-0.9,3-4,12.5-4.1,14.4c-0.1,1.9,1.7,2,2.5,1.5c1.6-1,2.1-3,3.6-6.1c1.5-3.1,3.1-8.6,4-11.6\n c1.2-3.9,3.3-12.9,4.1-13.3c1.4-0.7,1.8,0.4,1.9,1.1c0.1,0.7-0.8,6.4-2.1,13.1c-0.7,3.2-2,9.2-2.2,10.1c-0.1,0.9-0.6,2.9,1.8,2.9\n c1.6,0,2.5-3.4,2.9-5.1c1-4.3,1.9-7.6,2.3-9c0.4-1.4,3.1-10.6,3.1-10.6s3.1-9.8,4.2-15.3c1.5-6.9,3-14.9,3.8-22.6\n c0.2-1.9,0.4-5.7,0.6-7.1c1.4-8.9,5.4-15.3,8-20.3c6.2-12.1,10.1-20.8,13.3-27.4c3.9-8,9.8-23.1,11.8-31.8c2.7-11.7,2-18.9,1.7-26\n c-0.2-4.5,1.3-8.2,2.7-12.3c2.4-6.8,3.5-8.6,4.4-19.5c0.1-0.9-0.2-3.7,0.3-5.3c2.1,6.2,3.1,8.5,3.8,12.4\n c3.7,18.4,3.4,34.4,2.4,44.9c-0.4,4.7-5.3,14.5-8.9,36.1c-0.6,3.6-0.8,13.3-1.8,20c-1.5,9.9-3.8,17.5-4.1,24.6\n c-0.3,5.8-1.4,18.9-1,35.8h-0.1c0.2,4.3,0.5,8.9,0.9,13.7c1,11.4,3.1,33.8,9.1,60.1c5.3,23,9.5,49.4,9.9,53.5\n c0.8,8.1-1.6,16.4-1.1,24.9c0.6,8.6,2.7,19.6,2.2,23.6c-0.5,4-5.1,26.5-4.8,44.9c0.1,8.1,0.6,14.2,1.3,19.6h-0.1\n c1.3,9.6,4,22.4,5.3,26.7c1.8,6,12.6,41.7,14.7,53.2c3.2,16.8,5.8,23.7,4.2,27.7c-2.1,4.9-1.5,9-1.5,9s-0.8-0.6-1.8-0.3\n c-2,0.4-2.2,1.4-2.4,1.5c-0.2,0.1-0.9-0.4-2-0.1c-1.1,0.3-1.5,0.8-2,1c-0.9,0.4-1.2,0.3-2.1,1c-1.3,1-1.3,2.1-1.1,3.2\n c0.1,0.9,1.2,1.4,1.2,1.4s-0.2,1.7,0.4,2.7c1,1.8,4.6,4.8,7.5,7c3.8,3,5.4,4.3,7.2,5.5c4.4,2.9,9.1,4.4,15.5,3.1\n c6.2-1.2,8-6.4,7.9-10.3c-0.1-3.9-1.1-9.8-0.6-12.4c1.4-7-0.2-8.6-1.2-13.3c-0.9-4.7-4.2-50.7-3-58.8c1.1-8.2,4-33.9,4.7-42.1\n c1-12.1-3.7-33.8-2.4-27.6c0.8,4-3.3-16.3-2.8-26.4c0.5-8.4,2.4-14.1,4.3-21.6c2.5-10.1,2.1-23,1.5-34.3\n c-0.5-11.3,0.7-28.4,1.3-41.8c0.5-11.1,3.1-63.7,4.9-89.8c0.6-8.7,1.5-14.5,1.8-14.7c1.2,1,1.6,8.5,1.8,12.9h0\n c1,29.9,3.7,76.8,4.8,92c1.1,15.9,1.9,30.2,1.4,41.5c-0.5,11.3,0.3,24.4,2.2,31.4c2,7.5,4.6,16.1,5,24.5\n c0.6,10.1-3.3,22.4-4.1,26.4c-1.4,6.9-2.9,12.2-2.4,27.6c0.4,11.6,4.3,39.2,4.7,42.1c1.1,8.2-2.1,54.1-3,58.8\n c-0.9,4.7-2.5,6.3-1.2,13.3c0.5,2.7-0.5,8.5-0.6,12.4c-0.1,3.9,1,9.6,7.3,10.4c6.3,0.9,9.1,1,15.5-2.8c1.8-1.1,6.7-5.9,9.7-7.7\n c1.9-1.1,4.7-3.5,5.7-5.3c0.6-1,0.4-2.7,0.4-2.7s1.1-0.5,1.2-1.4c0.2-1.1,0.2-2.2-1.1-3.2c-0.9-0.7-1.2-0.6-2.1-1\n c-0.5-0.2-0.9-0.8-2-1c-1.1-0.1-2.5,0.3-2.6,0c0-0.1-0.6-0.8-1.3-0.9c-1-0.3-1.9-0.1-1.9-0.1s0.8-2.9-1.2-7.9\n c-1.7-3.9,0.3-12.2,3.5-29c2.2-11.5,13-47.2,14.7-53.2c1.3-4.2,3.9-17.1,5.3-26.7h-0.1c0.7-5.4,1.2-11.5,1.3-19.6\n c0.3-18.4-5.1-40.9-5.6-44.9c-0.5-4,2.4-15,3-23.6c0.6-8.6-1.9-16.8-1.1-24.9c0.4-4.1,4.6-30.5,9.9-53.5\n c6.1-26.3,8.1-48.7,9.1-60.1c0.4-4.8,0.7-9.3,0.9-13.7h-0.1c0.3-16.9-0.7-30-1-35.8c-0.3-6.4-2.7-15.3-4-24.6\n c-1.1-7.7-1.2-16-1.9-20c-3.5-21.6-8.3-35.2-8.8-39.9c-1-10.5-1.4-22.5,2.3-41c0.8-3.9,1.8-6.2,3.8-12.4c0.5,1.6,0.2,4.4,0.3,5.3\n c0.9,10.9,2.1,12.7,4.4,19.5c1.4,4.1,2.9,7.8,2.7,12.3c-0.3,7.1-1,14.3,1.7,26c2,8.7,7.9,23.8,11.8,31.8\n c3.2,6.6,7.1,15.3,13.3,27.4c2.6,5,6.6,11.3,8,20.3c0.2,1.4,0.4,5.2,0.6,7.1c0.8,7.7,2.3,15.7,3.8,22.6c1.2,5.5,4.2,15.3,4.2,15.3\n s2.7,9.3,3.1,10.6c0.4,1.4,1.4,4.7,2.3,9c0.4,1.7,1.4,5.1,2.9,5.1c2.4,0,1.9-2,1.8-2.9c-0.1-0.9-1.5-6.9-2.2-10.1\n c-1.4-6.7-2.2-12.4-2.1-13.1c0.1-0.7,0.5-1.8,1.9-1.1c0.8,0.4,2.9,9.4,4.1,13.3c0.9,3,2.5,8.5,4,11.6c1.5,3.1,2.1,5.1,3.6,6.1\n c0.8,0.5,2.5,0.4,2.5-1.5c-0.1-1.9-3.2-11.4-4.1-14.4c-0.9-3-2.3-11.1-2.3-12.5c0-1.4-0.3-3.2,0.6-3.2c1.6-0.1,3.1,9.6,3.7,12.1\n c0.6,2.5,3.5,12.8,4.1,15.3c0.6,2.5,1.2,5.2,3.2,4.6s1.8-2.1,1.5-3.5c-0.2-1.4-2.2-9.4-2.5-11.2c-0.3-1.9-1.1-6.3-1.4-8.2\n c-0.6-3.9-1.4-8.2-1.4-9.6c0-1.4-0.1-1.7,1.3-2.1c1.5-0.4,2.7,8.6,2.8,9.8c0.2,1.2,0.7,5.6,1.8,11.9c0.6,3.5,1.4,6.3,1.7,7.4\n c0.4,1.4,0.7,1.8,2,1.6c1.3-0.2,1.7-1.7,1.7-3.4c0-1.7-0.5-9-0.8-12.5c-0.3-3.5-0.6-8.5-0.8-10.4c-0.4-4.7-0.3-6.2-0.6-10.8\n c-0.4-7.2-0.6-9.6-0.5-14c0-1.9,0.2-9.1,1.2-9.7c1-0.6,2.9,2.8,5.8,5.5c0.8,0.8,3.3,2.9,6.5,4.1c1.8,0.7,5.4,1.2,6.2,0.9\n C468.5,598.2,469.7,597.7,469.4,595.9z`,style:{fill:\"none\",stroke:\"#666666\",strokeWidth:\"1.8983\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),ti(\"path\",{className:\"st1\",d:`M232.7,443c0,0-1.3-5.9-1.6-6.8c-1-3-4.8-14.8-6.5-23.7c-1.1-5.9-5.1-30.3-5.1-30.3s1.4,16.6,3.8,31.9\n c0,0.1,5,24,5.5,25C229.7,441.6,232.7,443,232.7,443z`,style:{fill:\"#666666\"}}),ti(\"path\",{className:\"st1\",d:`M362.7,443c0,0,1.3-5.9,1.6-6.8c1-3,4.8-14.8,6.5-23.7c1.1-5.9,5.1-30.3,5.1-30.3s-1.4,16.6-3.8,31.9\n c0,0.1-5,24-5.5,25C365.7,441.6,362.7,443,362.7,443z`,style:{fill:\"#666666\"}})]})}),wp=$1;import{jsx as ri,jsxs as B1}from\"react/jsx-runtime\";var G1=({width:e=\"600px\",height:t=\"421px\"})=>ri(\"svg\",{width:e,height:t,viewBox:\"0 145 595.3 848\",version:\"1.1\",id:\"Layer_1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",x:\"0px\",y:\"0px\",xmlSpace:\"preserve\",children:B1(\"g\",{children:[ri(\"path\",{d:`M469.4,597.4c-0.3-1.9-4.3-2.9-7.4-6.2c-3.1-3.3-7.4-7.6-11.7-14.6c-1.7-2.8-5.8-6.6-9.7-8.2\n c-3.9-1.5-8.5-2.3-9.1-3.2c-0.6-0.9-3.9-10.3-5.2-14.4c-1.3-4.1-4.9-18.3-6.5-24.9c-2-8.3-3.7-18.8-3.9-25.9\n c-0.2-7.1-1.3-18.3-2.2-24.6c-0.9-6.3-2.4-11.5-4.7-18.1c-1.6-4.5-4.5-9.1-6.2-11.4c-0.7-1.1-1-2.9-0.8-4.9\n c0.7-5.1,1.9-15.1,2-19.8c0.1-6.4-0.3-15.4-0.8-20.1c-0.2-1.7-0.4-3.2-0.5-4.4c-0.3-2.1,0.3-4.5,1.3-6.7c1.7-3.7,3.4-10,4.8-19.6\n c0.7-5.1,1.6-15.8,0.9-21.9c-1.1-9.4-2.8-13.8-6.1-20.2c-2.7-5.2-5.6-9.2-12.1-12.5c-5.8-3-13.5-6.5-17.4-8.1\n c-3.9-1.6-16.3-6.9-23.9-11.6c-8.4-5.1-10.2-5.2-18.3-12c-4.4-3.7-4.9-8.5-4.9-11.6c0-6,2.3-24.7,2.6-28c0.5-4.6,2.3-12,2.3-12\n s0.3,0.8,3-0.3c2.7-1.1,7.1-6.9,7.8-15.1c0.5-6.1,1.8-11.9,1.2-14.8c-0.6-2.8-2.8-3.2-4.5-1.2c-3,3.5-3,1.4-2.3-1.9\n c0.3-1.4,1.2-4.3,1.3-8.6c0.5-30.9-22.8-40.7-26.4-41.7c-8.4-2.5-22.4-3.2-29.1,0c-3.3,1.6-24.6,7.1-25.8,39\n c-0.2,4.3,0.4,9.8,0.7,11.3c0.8,3.3,0.8,5.4-2.3,1.9c-1.8-2-3.9-1.6-4.5,1.2c-0.6,2.9,0.6,8.7,1.2,14.8c0.7,8.2,5.2,14,7.8,15.1\n c2.7,1.1,3,0.3,3,0.3s1.8,7.4,2.3,12c0.4,3.3,2.6,22,2.6,28c0,3.1-0.5,7.9-4.9,11.6c-8.1,6.8-10,6.9-18.3,12\n c-7.6,4.6-20,9.9-23.9,11.6c-3.9,1.6-11.6,5.1-17.4,8.1c-6.4,3.3-9.4,7.4-12.1,12.5c-3.3,6.4-5,10.8-6.1,20.2\n c-0.7,6.1,0.1,16.8,0.9,21.9c1.4,9.6,3.1,15.9,4.8,19.6c1,2.2,1.6,4.6,1.3,6.7c-0.1,1.2-0.3,2.7-0.5,4.4c-0.5,4.7-1,13.7-0.8,20.1\n c0.1,4.7,1.3,14.7,2,19.8c0.3,1.9-0.1,3.8-0.8,4.9c-1.7,2.4-4.6,6.9-6.2,11.4c-2.3,6.5-3.7,11.8-4.7,18.1c-0.9,6.3-2,17.5-2.2,24.6\n c-0.2,7.1-1.9,17.6-3.9,25.9c-1.6,6.6-5.2,20.8-6.5,24.9c-1.3,4.1-4.6,13.6-5.2,14.4c-0.6,0.9-5.2,1.6-9.1,3.2\n c-3.9,1.5-8,5.4-9.7,8.2c-4.3,6.9-8.6,11.3-11.7,14.6c-3.1,3.3-7.2,4.4-7.4,6.2c-0.3,1.9,1,2.3,1.8,2.7c0.8,0.4,4.4-0.2,6.2-0.9\n c3.1-1.2,5.6-3.3,6.5-4.1c2.9-2.7,4.8-6.1,5.8-5.5c1,0.6,1.1,7.8,1.2,9.7c0.1,4.4-0.1,6.7-0.5,13.9c-0.2,4.5-0.2,6-0.6,10.7\n c-0.2,1.9-0.5,6.8-0.8,10.3c-0.3,3.5-0.8,10.8-0.8,12.5c0,1.7,0.4,3.2,1.7,3.4c1.3,0.2,1.6-0.2,2-1.6c0.3-1.1,1.1-3.9,1.7-7.4\n c1.1-6.4,1.6-10.7,1.8-11.9c0.2-1.2,1.4-10.1,2.8-9.7c1.4,0.4,1.3,0.7,1.3,2.1c0,1.4-0.8,5.6-1.4,9.5c-0.3,1.9-1.1,6.3-1.4,8.2\n c-0.3,1.9-2.3,9.8-2.5,11.2c-0.2,1.4-0.4,2.9,1.5,3.4c2,0.6,2.6-2.1,3.2-4.6c0.6-2.5,3.5-12.7,4.1-15.3c0.6-2.5,2.1-12.1,3.7-12.1\n c0.9,0,0.6,1.8,0.6,3.2c0,1.4-1.4,9.5-2.3,12.5c-0.9,3-4,12.5-4.1,14.4c-0.1,1.9,1.7,2,2.5,1.5c1.6-1,2.1-3,3.6-6\n c1.5-3.1,3.1-8.6,4-11.6c1.2-3.9,3.3-12.8,4.1-13.2c1.4-0.7,1.8,0.4,1.9,1.1c0.1,0.7-0.8,6.4-2.1,13c-0.7,3.2-2,9.2-2.2,10.1\n c-0.1,0.9-0.6,2.9,1.8,2.9c1.6,0,2.5-3.3,2.9-5.1c1-4.3,1.9-7.6,2.3-9c0.4-1.4,3.1-10.6,3.1-10.6s3.1-9.8,4.2-15.3\n c1.5-6.9,3-14.8,3.8-22.5c0.2-1.9,0.4-5.6,0.6-7c1.4-8.9,5.4-15.2,8-20.2c6.2-12.1,10.1-20.7,13.3-27.3c3.9-8,9.8-23,11.8-31.6\n c2.7-11.7,2-18.8,1.7-25.9c-0.2-4.5,1.3-8.2,2.7-12.2c2.4-6.8,3.5-8.5,4.4-19.4c0.1-0.9-0.2-3.7,0.3-5.3c2.1,6.2,3.1,8.5,3.8,12.4\n c3.7,18.4,1.6,26.9,0.6,37.3c-0.4,4.7-3.6,21.7-7.1,43.2c-1.4,8.8-5.3,32.6-5.9,44.4c-0.4,7.6-2.1,27.3-0.3,51.8\n c0.8,11.3,2.5,33.5,8.1,59.4c4.9,22.8,12.6,48.8,12.9,52.9c0.7,8-1.9,16.2-1.5,24.7c0.4,8.5,1.6,19.3,1,23.3\n c-0.6,4-8.7,26.3-8.7,44.4c0,15.7,1.2,23.7,3.7,34.2c1,4.2,4.2,16.2,8.7,29.6c6.2,18.5,10.3,27.9,13.3,40.6\n c2.9,12.5-0.3,22.9-0.4,24.7c-0.1,2,0.8,2.9,0.5,5.1c-0.3,2.2-2.6,5.8-5.1,8.2c-1.5,1.5-6,5.2-8.2,8.8c-0.7,1.1-0.1,3.3,1.1,4.4\n c1.2,1.1,2.6,1.1,3.8,0.9c0.8-0.1,1.6,1.2,3.1,1.5c2.5,0.4,3.2-1.1,4.7-0.1c3.4,2.4,5.8-0.7,5.8-0.7s1.4,1.7,4.3,1.8\n c2.8,0.1,5.2-1.4,5.2-1.4s2.4,2.7,6.5,2.5c4.1-0.2,5.8-1.4,7-2.7c1.2-1.4,1.7-3,1.8-5.8c0.2-2.8-0.9-8.7-1.1-10.9\n c-0.3-4.7,0.5-14.7,0.2-17.8c-0.3-3.1-1.7-8.5-3.6-11.3c-1.9-2.8-2.4-10.8-3-15.3c-0.9-6.3-0.4-34.4,0.5-44.8\n c0.8-9.4,1.9-18.5,2.8-30.2c0.3-3.5-0.3-15.7-1.8-23.6c-0.7-4-2-15.4-1.3-25.3c0.6-8.3,4.3-19.4,6.5-26.8c2-6.9,3.6-18.1,3.2-29.2\n c-0.3-11.1-2-27.7-1.9-41c0.2-13.3,4.9-61.5,6.4-91.1c0.1-1.8,0.1-7.8,1.7-9.1c1.6,1.4,1.8,7.8,1.9,9.6c1.5,29.6,6.1,77.2,6.3,90.5\n c0.2,13.3-1.5,29.9-1.9,41c-0.3,11.1,1.2,22.4,3.2,29.2c2.2,7.4,5.9,18.5,6.5,26.8c0.7,10-0.6,21.4-1.3,25.3\n c-1.5,7.9-2.1,20.1-1.8,23.6c0.9,11.7,2,20.8,2.8,30.2c0.9,10.5,1.4,38.5,0.5,44.8c-0.6,4.5-1.1,12.5-3,15.3\n c-1.9,2.8-3.3,8.2-3.6,11.3c-0.3,3.1,0.5,13.1,0.2,17.8c-0.1,2.3-1.3,8.1-1.1,10.9c0.2,2.8,0.7,4.5,1.8,5.8c1.2,1.4,2.9,2.5,7,2.7\n c4.1,0.2,6.5-2.5,6.5-2.5s2.3,1.5,5.2,1.4c2.8-0.1,4.3-1.8,4.3-1.8s2.4,3.1,5.8,0.7c1.5-1,2.1,0.5,4.7,0.1c1.5-0.2,2.3-1.6,3.1-1.5\n c1.2,0.2,2.6,0.2,3.8-0.9c1.2-1.1,1.8-3.2,1.1-4.4c-2.2-3.6-6.7-7.3-8.2-8.8c-2.4-2.4-4.8-6-5.1-8.2c-0.3-2.2,0.6-3.2,0.5-5.1\n c-0.1-1.8-3.4-12.2-0.4-24.7c3-12.8,7.1-22.2,13.3-40.6c4.5-13.3,7.7-25.3,8.7-29.6c2.5-10.5,3.7-18.5,3.7-34.2\n c0-18.2-8.2-40.4-8.7-44.4c-0.6-4,0.6-14.8,1-23.3c0.4-8.5-2.2-16.6-1.5-24.7c0.3-4.1,8-30.1,12.9-52.9c5.6-26,7.3-48.2,8.1-59.4\n c1.8-24.4,0.1-44.2-0.3-51.8c-0.6-11.8-4.5-35.6-5.9-44.4c-3.5-21.5-6.7-38.5-7.1-43.2c-1-10.4-3.1-19,0.6-37.3\n c0.8-3.9,1.8-6.2,3.8-12.4c0.5,1.6,0.2,4.4,0.3,5.3c0.9,10.9,2.1,12.6,4.4,19.4c1.4,4,2.9,7.8,2.7,12.2c-0.3,7.1-1,14.3,1.7,25.9\n c2,8.6,7.9,23.7,11.8,31.6c3.2,6.6,7.1,15.2,13.3,27.3c2.6,5,6.6,11.3,8,20.2c0.2,1.4,0.4,5.2,0.6,7c0.8,7.6,2.3,15.6,3.8,22.5\n c1.2,5.5,4.2,15.3,4.2,15.3s2.7,9.2,3.1,10.6c0.4,1.4,1.4,4.7,2.3,9c0.4,1.7,1.4,5.1,2.9,5.1c2.4,0,1.9-1.9,1.8-2.9\n c-0.1-0.9-1.5-6.9-2.2-10.1c-1.4-6.6-2.2-12.3-2.1-13c0.1-0.7,0.5-1.8,1.9-1.1c0.8,0.4,2.9,9.3,4.1,13.2c0.9,3,2.5,8.5,4,11.6\n c1.5,3.1,2.1,5.1,3.6,6c0.8,0.5,2.5,0.4,2.5-1.5c-0.1-1.9-3.2-11.4-4.1-14.4c-0.9-3-2.3-11.1-2.3-12.5c0-1.4-0.3-3.1,0.6-3.2\n c1.6-0.1,3.1,9.5,3.7,12.1c0.6,2.5,3.5,12.7,4.1,15.3c0.6,2.5,1.2,5.2,3.2,4.6c2-0.6,1.8-2,1.5-3.4c-0.2-1.4-2.2-9.3-2.5-11.2\n c-0.3-1.9-1.1-6.3-1.4-8.2c-0.6-3.9-1.4-8.1-1.4-9.5c0-1.4-0.1-1.7,1.3-2.1c1.5-0.4,2.7,8.6,2.8,9.7c0.2,1.2,0.7,5.5,1.8,11.9\n c0.6,3.5,1.4,6.3,1.7,7.4c0.4,1.4,0.7,1.8,2,1.6c1.3-0.2,1.7-1.7,1.7-3.4c0-1.7-0.5-8.9-0.8-12.5c-0.3-3.5-0.6-8.5-0.8-10.3\n c-0.4-4.7-0.3-6.2-0.6-10.7c-0.4-7.2-0.6-9.5-0.5-13.9c0-1.9,0.2-9.1,1.2-9.7c1-0.6,2.9,2.8,5.8,5.5c0.8,0.8,3.3,2.9,6.5,4.1\n c1.8,0.7,5.4,1.2,6.2,0.9C468.5,599.7,469.7,599.2,469.4,597.4z`,style:{fill:\"none\",stroke:\"#666666\",strokeWidth:\"1.9052\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),ri(\"path\",{d:`M232.6,444.5c0,0-1.3-5.9-1.6-6.8c-1-3-5-14.8-6.5-23.6c-3.1-17.5-7.8-53.8-7.8-53.8s1,21.6,6.5,55.3\n c0,0.1,5,23.9,5.5,24.9C229.7,443,232.6,444.5,232.6,444.5z`,style:{fill:\"#666666\"}}),ri(\"path\",{d:`M362.7,444.5c0,0,1.3-5.9,1.6-6.8c1-3,4.8-14.8,6.5-23.6c5-26.1,8.4-53.3,8.4-53.3s-1.5,28.2-7.1,54.9\n c0,0.1-5,23.9-5.5,24.9C365.6,443,362.7,444.5,362.7,444.5z`,style:{fill:\"#666666\"}})]})}),Sp=G1;import{jsx as qo}from\"react/jsx-runtime\";var z1=({tabs:e,onClick:t,fixedWidth:r,activeTab:n,withBorderStyles:i})=>{let o=a=>{a.disabled||t(a.tabId)};return e?qo(\"div\",{id:\"tab-container\",\"data-testid\":\"tab-container\",className:`tabsContainer ${i?\"withBorder\":\"\"}`,children:e.map((a,s)=>qo(\"div\",{\"data-testid\":`${a.tabId===n?\"active\":\"\"}tab-${a.tabId}`,id:a.tabId===n?`activeTab-${a.tabId}`:`tab-${a.tabId}`,className:`tab ${a.tabId===n?\"isActive\":\"\"} ${a.disabled?\"disabled\":\"\"} ${a.disabled?\"disabled\":\"\"} ${r?\"fixedWidth\":\"\"} column`,onClick:l=>{a.disabled||(l.preventDefault(),l.stopPropagation(),o(a))},children:qo(\"span\",{className:\"tabLabel\",children:a.label})},s))}):null},ni=z1;import{DebounceInput as Ip}from\"react-debounce-input\";import{isMobile as Np}from\"react-device-detect\";import J1 from\"react-custom-scrollbars\";import{jsx as ii,jsxs as U1}from\"react/jsx-runtime\";var H1=({confirmButton:e,cancelButton:t,contentBelowButtons:r,onClose:n})=>U1(\"div\",{\"data-testid\":\"modal-actions\",className:\"modalActions\",children:[e&&ii(\"button\",{onClick:e.callback,children:e.text}),t&&ii(\"button\",{onClick:t.callback,children:t.text}),r&&ii(\"div\",{className:\"confirmPopupBottomContent\",children:typeof r==\"string\"?ii(\"span\",{className:\"confirmPopupBottomContentTip\",children:r}):r})]}),Go=H1;import{jsx as pr,jsxs as j1}from\"react/jsx-runtime\";var W1=({width:e=15,height:t=15,stroke:r=\"#333333\",strokeWidth:n=1,onClick:i})=>pr(\"div\",{id:\"close-icon\",children:pr(\"svg\",{onClick:i,width:e,height:t,viewBox:\"0 0 12 12\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xlinkHref:\"http://www.w3.org/1999/xlink\",children:pr(\"g\",{id:\"Page-1\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:pr(\"g\",{id:\"client-2\",transform:\"translate(-1184.000000, -633.000000)\",fillRule:\"nonzero\",stroke:r,strokeWidth:n,children:j1(\"g\",{id:\"Group-28\",transform:\"translate(1185.000000, 634.000000)\",children:[pr(\"path\",{d:\"M0,0 L10,10\",id:\"Path-9\"}),pr(\"path\",{d:\"M0,0 L10,10\",id:\"Path-9-Copy\",transform:\"translate(5.000000, 5.000000) scale(1, -1) translate(-5.000000, -5.000000) \"})]})})})})}),dr=W1;import{jsx as Hr,jsxs as kp}from\"react/jsx-runtime\";var Y1=({hasCloseButton:e=!1,hasBackButton:t=!1,title:r,onClose:n,onBackClick:i})=>kp(\"header\",{\"data-testid\":\"modal-header\",className:`modalHeader ${!e&&!t?\"textOnly\":\"\"}`,children:[t?kp(\"div\",{className:\"leftContent\",children:[Hr(\"span\",{onClick:i}),Hr(\"h5\",{className:\"modalHeaderTitle\",children:r})]}):Hr(\"h5\",{className:\"modalHeaderTitle\",children:r}),e?Hr(\"span\",{\"data-testid\":\"close-modal\",className:\"closeModal\",onClick:n,children:Hr(dr,{width:16,height:16,stroke:\"#4A90E2\"})}):null]}),Tp=Y1;import{jsx as je,jsxs as oi}from\"react/jsx-runtime\";var Fp={},Z1=({show:e=!1,onClose:t,minHeight:r,minWidth:n,maxWidth:i,maxHeight:o,width:a,height:s,title:l,subtitle:u,overflow:c,position:p,classNames:d,useVerticalScrollbars:f,confirmButton:v,cancelButton:h,contentBelowButtons:g,hasCloseButton:_,hasBackButton:N,onBackClick:S,children:F,preventBackgroundClose:k})=>{let y={minWidth:n??\"none\",width:a??\"60%\",height:s??\"auto\",overflow:c??\"auto\",maxWidth:i??\"100%\"};return o&&(y.maxHeight=o),r&&(y.minHeight=r),e?oi(\"div\",{id:\"modal\",\"data-testid\":\"modal\",className:`modal ${p??\"fixed\"} ${d??\"\"}`,children:[je(\"div\",{className:\"modalBackground\",...!k&&{onClick:t}}),je(\"div\",{id:\"modal-content\",\"data-testid\":\"modal-content\",className:`modalContent ${d??\"\"}`,style:y,children:oi(\"section\",{className:\"section\",children:[l&&je(Tp,{title:l,hasCloseButton:_,hasBackButton:N,onClose:t,onBackClick:S}),f?je(J1,{autoHide:!0,className:\"modal-scrollbar\",renderTrackHorizontal:M=>je(\"div\",{...M,className:\"track-horizontal\",style:{display:\"none\"}}),style:{height:\"75vh\"},children:oi(\"div\",{\"data-testid\":\"main-content\",id:\"main-content\",className:\"mainContent\",children:[F,(v??h)&&je(Go,{confirmButton:v,cancelButton:h})]})}):oi(\"div\",{\"data-testid\":\"main-content\",id:\"main-content\",className:Fp.mainContent,children:[F??je(\"div\",{className:Fp.confirmMessageContent,children:u&&je(\"h3\",{className:\"has-text-centered medium-subtitle\",children:u})}),(v??h)&&je(Go,{contentBelowButtons:g,confirmButton:v,cancelButton:h})]})]})})]}):null},Bo=Z1;import{Field as X1}from\"react-final-form\";import{Fragment as zo,jsx as q,jsxs as fe}from\"react/jsx-runtime\";var Ho=class extends Ur.Component{constructor(r){super(r);this.canvasDraw=Ur.createRef();this.textArea=Ur.createRef();this.formatAnatomicalValue=r=>{let{customModule:n}=this.props,i=r??(n==null?void 0:n.options);return JSON.parse(i??\"{}\")};this.updateAnswer=()=>{let{answer:r}=this.state,n={...r,answerData:{description:this.state.description??\"\",front:this.state.front??\"\",back:this.state.back??\"\",frontImage:this.state.frontImage??\"\",backImage:this.state.backImage??\"\"}};this.setState({answer:n}),this.props.onChange(JSON.stringify(n))};this.changeView=r=>{this.setState({activeTab:r})};this.handleCanvasChange=r=>{let{activeTab:n}=this.state,i=r.canvas.drawing.toDataURL();this.updateViewData(n,r.getSaveData(),i)};this.handleCanvasTempChange=r=>{let{activeTab:n}=this.state,i=r.canvas.drawing.toDataURL(),o={[`${n}Temp`]:r.getSaveData(),[`${n}ImageTemp`]:i};this.setState({...o})};this.updateViewData=(r,n,i)=>{let o={[r]:n,[`${r}Image`]:i};this.setState({...o,clearModal:!1},()=>{this.updateAnswer()})};this.saveTempData=()=>{let{frontTemp:r,backTemp:n,frontImageTemp:i,backImageTemp:o}=this.state;this.setState({front:r,back:n,frontImage:i,backImage:o,canvasDisabled:!0},()=>{var a;(a=this.textArea.current)==null||a.focus(),this.updateAnswer()})};this.handleDescriptionChange=r=>{this.setState({description:r.target.value},()=>{this.updateAnswer()})};this.availableTabs=r=>Object.keys(r).filter(i=>r[i]);this.getTabs=()=>{let{answer:{view:r}}=this.state;return this.availableTabs(r).map(n=>({label:Mc(n),tabId:n}))};this.clearCanvasData=()=>{var n,i;let{activeTab:r}=this.state;(n=this.canvasDraw.current)==null||n.clear(),this.updateViewData(r,(i=this.canvasDraw.current)==null?void 0:i.getSaveData(),void 0)};this.openCanvasDrawMode=r=>{r.currentTarget.blur(),this.setState({canvasDisabled:!1})};this.getView=r=>{switch(r){case\"back\":return q(wp,{});case\"front\":return q(Sp,{});default:return null}};this.getDrawContent=(r,n)=>{let{canvasDisabled:i}=this.state;return fe(zo,{children:[fe(\"div\",{className:`tabable anatomical-field-pano__item${i?\" read-only\":\"\"}`,children:[q(\"div\",{className:\"anatomical-field-pano__background\",children:this.getView(r)}),q(\"div\",{className:\"canvas-draw-container\",children:q(K1,{ref:this.canvasDraw,immediateLoading:!0,hideGrid:!0,hideInterface:!0,brushRadius:2,brushColor:\"#e02020\",lazyRadius:0,onChange:n?this.handleCanvasTempChange:this.handleCanvasChange,backgroundColor:\"transparent\",canvasWidth:299,canvasHeight:485,disabled:i,saveData:this.state[r]},r)})]}),i?null:fe(\"div\",{className:\"pano-footer\",children:[q(\"span\",{className:\"pano-draw-hint\",children:n?\"Use your finger to draw\":\"Use your mouse to draw\"}),q(\"div\",{children:q(\"button\",{className:\"clear-button\",onClick:()=>this.setState({clearModal:!0}),children:\"Clear\"})})]})]})};this.closeDrawingMode=()=>{this.setState({canvasDisabled:!0})};this.getMobileView=()=>{let{customModule:r,originalLabel:n}=this.props,{answer:i}=this.state;return fe(zo,{children:[q(\"div\",{className:\"anatomical-field-wrapper mobile tabable tabable-anchor top-anchor\",children:fe(\"div\",{className:\"anatomical-field-container\",children:[fe(\"div\",{className:\"anatomical-field-pano\",children:[fe(\"div\",{className:\"anatomical-field-pano__header\",children:[fe(\"div\",{className:\"anatomical-field-text__header\",children:[q(\"p\",{children:n??(r==null?void 0:r.label)}),q(\"p\",{className:\"anatomical-field-text__label\",children:i.notes.label})]}),q(\"div\",{className:\"anatomical-field-pano-actions\",children:q(\"button\",{onClick:this.openCanvasDrawMode,children:\"Draw\"})})]}),q(ni,{tabs:this.getTabs(),fixedWidth:!1,onClick:o=>{o===\"front\"&&this.changeView(o)},activeTab:this.state.activeTab}),this.getDrawContent(this.state.activeTab,!0)]}),q(\"div\",{className:\"anatomical-field-text\",children:q(\"div\",{className:\"anatomical-field-text-box\",children:fe(\"div\",{className:\"next-text-area-field-button-container\",children:[q(Ip,{id:\"anatomical-description-mobile\",inputRef:this.textArea,debounceTimeout:100,className:`tabable tabable-anchor textarea anatomical-charting-description${this.state.description?\" has-value\":\"\"}`,name:\"description\",value:this.state.description,placeholder:\"Type in any relevant additional information\",element:\"textarea\",onChange:o=>{this.handleDescriptionChange(o)}}),q(\"div\",{style:this.props.lastField?{display:\"none\"}:{},children:q(\"button\",{type:\"button\",id:\"anatomical-description-mobile-button\",onClick:()=>{},className:\"healthie-button primary-button next-field-button is-hidden-tablet\",children:\"OK\"})})]})})})]})}),fe(Bo,{show:!this.state.canvasDisabled,onClose:this.closeDrawingMode,width:\"100%\",classNames:\"standard-modal-padding anatomical-charting-draw-modal\",hasCloseButton:!0,title:\"Drawing Mode\",children:[fe(\"div\",{className:\"draw-modal-header\",children:[q(\"div\",{className:\"draw-modal-header__save\",children:q(\"button\",{onClick:this.saveTempData,children:\"Save\"})}),q(\"div\",{className:\"draw-modal-header__close\",children:q(\"span\",{onClick:this.closeDrawingMode,children:q(dr,{width:15,height:15})})})]}),fe(\"div\",{className:\"anatomical-field-pano\",children:[q(ni,{tabs:this.getTabs(),fixedWidth:!1,onClick:o=>{(o===\"front\"||o===\"back\")&&this.changeView(o)},activeTab:this.state.activeTab}),this.getDrawContent(this.state.activeTab,!0)]})]})]})};this.getDesktopView=()=>{let{customModule:r,originalLabel:n}=this.props,{answer:i}=this.state;return q(\"div\",{className:\"anatomical-field-wrapper\",children:fe(\"div\",{className:\"anatomical-field-container\",children:[fe(\"div\",{className:\"anatomical-field-text\",children:[q(\"div\",{className:\"anatomical-field-text__header\",children:q(\"p\",{children:n??(r==null?void 0:r.label)})}),fe(\"div\",{className:\"anatomical-field-text-box\",children:[q(\"p\",{className:\"anatomical-field-text__label\",children:i.notes.label}),q(Ip,{className:`textarea anatomical-charting-description${this.state.description?\" has-value\":\"\"}`,name:\"description\",value:this.state.description,placeholder:\"Type in any relevant additional information\",debounceTimeout:100,element:\"textarea\",onChange:this.handleDescriptionChange})]})]}),fe(\"div\",{className:\"anatomical-field-pano\",children:[q(\"div\",{children:q(ni,{tabs:this.getTabs(),fixedWidth:!1,onClick:o=>{(o===\"front\"||o===\"back\")&&this.changeView(o)},activeTab:this.state.activeTab})}),this.getDrawContent(this.state.activeTab)]})]})})};let n=this.formatAnatomicalValue(this.props.value),{front:i,back:o,description:a,backImage:s,frontImage:l}=n.answerData??{},u=this.availableTabs(n.view);this.state={answer:n,activeTab:u[0]??\"front\",canvasDisabled:Np,clearModal:!1,frontTemp:i,backTemp:o,back:o,front:i,description:a,backImage:s,frontImage:l,backImageTemp:s,frontImageTemp:l}}render(){let{customModule:r,name:n}=this.props;return r?fe(zo,{children:[Np?this.getMobileView():this.getDesktopView(),q(Bo,{show:this.state.clearModal,confirmButton:{text:\"Yes, Clear\",callback:this.clearCanvasData},cancelButton:{text:\"No, Do Not Clear\",callback:()=>this.setState({clearModal:!1})},classNames:\"standard-modal-padding\",maxHeight:\"350px\",maxWidth:\"475px\",title:\"Are you sure you want to clear all drawings?\"}),q(Q,{name:n,render:({input:i,meta:o})=>q(\"input\",{value:JSON.stringify(this.state.answer),type:\"hidden\"})})]}):null}},Ap=e=>{let{name:t}=e;return q(X1,{name:t,render:({input:r})=>q(Ho,{...e,value:r.value,onChange:r.onChange})})};import{jsx as Ep,jsxs as eg}from\"react/jsx-runtime\";var mt=({label:e,required:t})=>e?eg(\"label\",{className:\"label\",children:[Ep(\"span\",{className:\"label-text\",children:e}),t?Ep(\"span\",{className:\"label-text-required\",children:\"*\"}):\"\"]}):null;import Dp from\"clsx\";import{jsx as Mp,jsxs as tg}from\"react/jsx-runtime\";var V=({fieldClassName:e,childrenLayout:t=\"none\",className:r,children:n,innerWrapperClassName:i,...o})=>{let a=`input-inner-${t}`;return tg(\"div\",{className:Dp(\"input-wrapper\",r,e),children:[Mp(mt,{...o}),Mp(\"div\",{className:Dp(a,e,i),children:n})]})};import{jsx as Wr}from\"react/jsx-runtime\";var Dt=({onChange:e,label:t,type:r=\"text\",placeholder:n,required:i,customModule:o,...a})=>Wr(V,{label:t,required:i,fieldClassName:\"text-field\",children:Wr(\"input\",{placeholder:n??\"Type something\",onChange:s=>e==null?void 0:e(s.target.value),className:\"input input-text\",type:r,...a})}),le=({name:e,...t})=>e?Wr(Q,{name:e,required:t.required,render:({input:r})=>Wr(Dt,{...t,...r,type:\"text\"})}):Wr(Dt,{...t});import{parse as rg}from\"date-fns\";import{jsx as mr,jsxs as ng}from\"react/jsx-runtime\";var Op=({label:e,value:t,onChange:r,required:n,onFocus:i,onBlur:o})=>{let a=l=>u=>{r==null||r({...t,[l]:u})},s={onBlur:o,onFocus:i};return ng(V,{label:e,required:n,fieldClassName:\"date-field\",childrenLayout:\"row\",innerWrapperClassName:\"datepicker-wrapper\",children:[mr(le,{...s,placeholder:\"MM\",type:\"number\",onChange:a(\"month\"),value:(t==null?void 0:t.month)??\"\"}),mr(le,{...s,placeholder:\"DD\",type:\"number\",onChange:a(\"day\"),value:(t==null?void 0:t.day)??\"\"}),mr(le,{...s,placeholder:\"YYYY\",type:\"number\",onChange:a(\"year\"),value:(t==null?void 0:t.year)??\"\"})]})},Rp=({name:e,...t})=>e?mr(Q,{name:e,required:t.required,format:r=>{let n=r.split(\"-\");return{day:n[2]??\"\",month:n[1]??\"\",year:n[0]??\"\"}},parse:r=>`${r.year}-${r.month}-${r.day}`,validate:r=>{if(r&&rg(r,\"yyyy-MM-dd\",new Date).toString()===\"Invalid Date\")return\"Not a valid date\"},render:({input:r})=>mr(Op,{...r,...t})},e):mr(Op,{...t});var ig={},og=E`\n fragment DocumentFragment on Document {\n id\n created_at\n display_name\n file_content_type\n extension\n expiring_url\n internal_notes\n description\n rel_user_id\n owner {\n id\n full_name\n }\n }\n`,ag=E`\n query getDocument(\n $id: ID\n $course_id: ID\n $custom_module_id: ID\n $care_plan_id: ID\n ) {\n document(\n id: $id\n course_id: $course_id\n custom_module_id: $custom_module_id\n care_plan_id: $care_plan_id\n ) {\n ...DocumentFragment\n }\n currentUser {\n id\n is_patient\n }\n }\n ${og}\n`;function Lp(e){let t={...ig,...e};return _e(ag,t)}import{jsx as Ye,jsxs as Pp}from\"react/jsx-runtime\";var Qp=({label:e,customModule:t,required:r})=>{let{brandedUrl:n}=xe(),[i]=Lp({variables:{id:t.options,custom_module_id:t.id}}),o=()=>{i({onCompleted(a){var s;!((s=a.document)!=null&&s.expiring_url)||window.open(a.document.expiring_url,\"_blank\")}})};return Ye(V,{label:e,required:r,fieldClassName:\"document-field\",children:Pp(\"div\",{className:\"control\",children:[Ye(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"8\",height:\"18\",viewBox:\"0 0 8 18\",children:Ye(\"g\",{fill:\"none\",fillRule:\"evenodd\",stroke:\"none\",strokeWidth:\"1\",children:Ye(\"g\",{transform:\"translate(-25 -2682)\",children:Ye(\"g\",{transform:\"translate(20 2642)\",children:Ye(\"g\",{transform:\"translate(0 39)\",children:Pp(\"g\",{transform:\"translate(0 1)\",children:[Ye(\"path\",{fill:\"#999\",fillRule:\"nonzero\",d:\"M13 14c0 2.21-1.79 4-4 4s-4-1.79-4-4V3c0-1.66 1.34-3 3-3s3 1.34 3 3v9c0 1.1-.9 2-2 2s-2-.9-2-2V4h1v8c0 .55.45 1 1 1s1-.45 1-1V3c0-1.1-.9-2-2-2s-2 .9-2 2v11c0 1.66 1.34 3 3 3s3-1.34 3-3V4h1v10z\"}),Ye(\"path\",{d:\"M0 0L18 0 18 18 0 18z\"})]})})})})})}),Ye(\"a\",{target:\"_blank\",rel:\"noreferer noopener\",style:{textDecoration:\"none\",marginLeft:4},onClick:a=>{a.preventDefault(),o()},href:`${String(n)}/documents/${t.options}/download`,className:\"button is-primary document-button\",children:\"Test file\"})]})})};var sg={},lg=E`\n fragment FolderFragment on Folder {\n id\n created_at\n name\n description\n folder_id\n rel_user_id\n owner {\n id\n full_name\n }\n }\n`,ug=E`\n query getFolder($id: String, $custom_module_id: ID) {\n folder(id: $id, custom_module_id: $custom_module_id) {\n ...FolderFragment\n }\n }\n ${lg}\n`;function Vp(e){let t={...sg,...e};return U(ug,t)}import{jsx as Ge,jsxs as $p}from\"react/jsx-runtime\";var qp=({label:e,customModule:t,required:r})=>{var o;let{brandedUrl:n}=xe(),{data:i}=Vp({variables:{id:t.options,custom_module_id:t?t.id:null}});return i?Ge(V,{label:e,required:r,fieldClassName:\"folder-field\",children:$p(\"div\",{className:\"control\",children:[Ge(\"svg\",{width:\"14px\",height:\"12px\",viewBox:\"0 0 14 12\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:Ge(\"g\",{id:\"Wireframes---Web---Mobile\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:Ge(\"g\",{id:\"Form->-Field-Components\",transform:\"translate(-22.000000, -2767.000000)\",children:Ge(\"g\",{id:\"Folder\",transform:\"translate(20.000000, 2723.000000)\",children:Ge(\"g\",{id:\"Group-7-Copy\",transform:\"translate(0.000000, 39.000000)\",children:Ge(\"g\",{id:\"Stacked-Group\",children:$p(\"g\",{id:\"ic-folder-18px\",transform:\"translate(0.000000, 2.000000)\",children:[Ge(\"polygon\",{id:\"Path\",points:\"0 0 18 0 18 18 0 18\"}),Ge(\"path\",{d:\"M10,5 L8,3 L3,3 C2.45,3 2,3.45 2,4 L2,14 C2,14.55 2.45,15 3,15 L15,15 C15.55,15 16,14.55 16,14 L16,6 C16,5.45 15.55,5 15,5 L10,5 Z\",id:\"Path\",fill:\"#999999\",fillRule:\"nonzero\"})]})})})})})})}),Ge(\"a\",{target:\"_blank\",rel:\"noreferer noopener\",style:{textDecoration:\"none\",marginLeft:4},onClick:a=>{},href:`${String(n)}/folders/${t.options}`,className:\"button is-primary document-button\",children:(o=i==null?void 0:i.folder)==null?void 0:o.name})]})}):null};import cg from\"react-select\";import pg from\"react-select/creatable\";var Gp=e=>e?\"value\"in e?e.value:e.map(t=>t.value).join(\"/\"):\"\",Bp=(e,t,r)=>{if(!r)return t.find(i=>i.value===e)??null;let n=e.split(\"/\");return t.filter(i=>n.includes(i.value))};import{jsx as Mt}from\"react/jsx-runtime\";var Ot=({label:e,value:t,onChange:r,disabled:n,type:i=\"simple\",required:o,options:a,isMulti:s,...l})=>Mt(V,{label:e,required:o,fieldClassName:\"dropdown-field\",children:Mt(i===\"simple\"?cg:pg,{...l,classNames:{control:({menuIsOpen:c})=>`dropdown-control ${c?\"dropdown-control-open\":\"\"}`,indicatorsContainer:()=>\"dropdown-indicators-container\",clearIndicator:()=>\"dropdown-clear-indicator\",menu:()=>\"dropdown-menu\",menuList:()=>\"dropdown-menu-list\"},classNamePrefix:\"dropdown-field\",components:{DropdownIndicator:()=>Mt(\"span\",{className:\"dropdown-indicator-wrapper\",children:Mt(\"span\",{className:\"dropdown-indicator\"})})},options:a,isMulti:s,isDisabled:n,value:typeof t==\"string\"&&Bp(t,a,s),onChange:c=>{r==null||r(Gp(c))}})}),Be=({name:e,...t})=>e?Mt(Q,{name:e,required:t.required,render:({input:r})=>Mt(Ot,{...t,...r,isClearable:!0,type:\"simple\"})}):Mt(Ot,{...t});import{useState as zp}from\"react\";import{useField as yg,useFormState as hg}from\"react-final-form\";import{useState as dg}from\"react\";import{Fragment as fg,jsx as fr,jsxs as mg}from\"react/jsx-runtime\";function ai({rowIndex:e,colIndex:t,isMobile:r=!1,value:n,fieldName:i,required:o,fieldTouched:a,cell:s,updateMatrixCell:l,setTouched:u,hasError:c}){let[p,d]=dg({value:s.value,type:s.type}),f=h=>{if(p.type===\"checkbox\"){let g=h.target.checked;d(_=>({value:g,type:_.type})),l(g,p.type,e,t)}else d(g=>({value:h.target.value,type:g.type})),l(h.target.value,p.type,e,t)},v=()=>{u(!0)};return fr(fg,{children:e===0||t===0?fr(\"span\",{className:\"matrix-cell-row-title\",children:p.value}):p.type===\"checkbox\"?fr(\"div\",{className:`${r?\"mobile-checkbox-container\":\"desktop-checkbox-container\"}`,children:mg(\"label\",{className:\"custom-checkbox-container\",children:[fr(\"input\",{type:\"checkbox\",className:c?\"has-error\":\"\",onChange:f,onBlur:v}),fr(\"span\",{className:\"checkmark\"})]})}):fr(\"input\",{type:\"text\",onBlur:v,className:`input ${c&&p.value.length===0?\"input-error\":\"\"}`,value:p.value,onChange:f})})}import{jsx as ke,jsxs as Uo}from\"react/jsx-runtime\";var Hp=({name:e,label:t,type:r=\"text\",onClick:n,placeholder:i,customModule:o,setTouched:a})=>{var S;let{values:s}=hg(),l=yg(e,{validate:o.required?gg:void 0}),u=(S=s.form_answers.find(F=>F.custom_module_id===o.id))==null?void 0:S.answer,[c,p]=zp(f());function d(F){let k=[];return F.forEach((y,M)=>{k[M]=[],y.forEach((O,L)=>{k[M][L]=JSON.stringify(O)})}),JSON.stringify(k)}function f(){if(o==null&&u==null)return[];let F=u||o.options;if(F===\"\"||F==null)return[];let k=[];try{k=JSON.parse(F)}catch{k=JSON.parse(o.options)}let y=[];return k.forEach((M,O)=>{y[O]=[],M.forEach((L,Y)=>{y[O][Y]=JSON.parse(L)})}),y}let[v,h]=zp(\"\"),g=!1,_=o.required?`${o.label} *`:o.label,N=(F,k,y,M)=>{let[...O]=c;O[y][M]={value:F,type:k},p(O),h(`${e}-${y}-${M}`),l.input.onChange(d(O))};return Uo(\"div\",{className:\"matrix-field-wrapper\",children:[ke(\"label\",{className:\"label\",children:ke(\"span\",{className:\"label-text\",children:t})}),o.sublabel?ke(\"p\",{className:\"sublabel\",children:o.sublabel}):null,Uo(\"div\",{className:\"matrix-table-wrapper\",children:[Uo(\"table\",{className:\"table matrix-field\",id:e,children:[ke(\"thead\",{className:\"matrix-table-thead\",children:c[0]?ke(\"tr\",{children:c[0].map((F,k)=>ke(\"th\",{children:ke(ai,{updateMatrixCell:N,rowIndex:0,colIndex:k,cell:F})},k))}):null}),ke(\"tbody\",{className:\"matrix-table-tbody\",children:c.slice(1).map((F,k)=>ke(\"tr\",{className:\"matrix-table-row\",children:F.map((y,M)=>ke(\"td\",{className:\"matrix-table-cell\",children:M===0?ke(ai,{rowIndex:k+1,colIndex:M,updateMatrixCell:N,cell:y,fieldName:e,required:o.required,setTouched:a,hasError:l.meta.touched&&l.meta.invalid}):y.type?ke(ai,{rowIndex:k+1,colIndex:M,updateMatrixCell:N,cell:y,fieldName:e,required:o.required,setTouched:a,hasError:l.meta.touched&&l.meta.invalid}):\"Checkbox\"},M))},k))})]}),l.meta.touched&&l.meta.invalid&&ke(\"div\",{className:\"form-field-error\",children:l.meta.error})]})]})},gg=e=>{if(!e)return\"Can't be blank\";let t=JSON.parse(e);if(!Array.isArray(t))return;if(t.slice(1).some(n=>n.slice(1).some(i=>{let o=JSON.parse(i);return o.type!==\"text\"?!1:!o.value})))return\"Can't be blank\"};import{jsx as si,jsxs as vg}from\"react/jsx-runtime\";function _g({value:e,onChange:t,label:r,required:n,onFocus:i,onBlur:o}){let a={onFocus:i,onBlur:o};return vg(V,{label:r,required:n,fieldClassName:\"name-field\",innerWrapperClassName:\"checkbox-group-options\",childrenLayout:\"row\",children:[si(le,{...a,placeholder:\"First Name\",value:(e==null?void 0:e.firstName)??\"\",onChange:s=>t==null?void 0:t({lastName:(e==null?void 0:e.lastName)??\"\",firstName:s})}),si(le,{...a,placeholder:\"Last Name\",value:(e==null?void 0:e.lastName)??\"\",onChange:s=>t==null?void 0:t({firstName:(e==null?void 0:e.firstName)??\"\",lastName:s})})]})}var Wo=({name:e,required:t,label:r})=>si(Q,{name:e,required:t,parse:n=>`${String(n.firstName)},${String(n.lastName)}`,format:n=>n&&n.split(\",\").length>1?{firstName:n.split(\",\")[0],lastName:n.split(\",\")[1]}:{firstName:\"\",lastName:\"\"},render:({input:n})=>si(_g,{...n,required:t,label:r})});import{jsx as jr}from\"react/jsx-runtime\";var Up=({label:e,preventNegatives:t,onClick:r,onChange:n,required:i,customModule:o,...a})=>jr(V,{label:e,required:i,fieldClassName:\"number-field\",children:jr(\"input\",{...a,onChange:s=>n==null?void 0:n(s.target.value),className:\"input input-number\",type:\"number\",onClick:r,onKeyDown:s=>{let l=s.key;if((l===\"-\"&&t)??!/[0-9.-]/.test(l))return s.preventDefault()}})}),Ne=({name:e,...t})=>e?jr(Q,{name:e,required:t.required,render:({input:r})=>jr(Up,{...t,...r})}):jr(Up,{...t});import{useRef as bg,useState as Cg}from\"react\";import jo from\"react-signature-canvas\";import{jsx as ft,jsxs as li}from\"react/jsx-runtime\";var xg=typeof jo.default<\"u\"?jo.default:jo,Wp=({name:e,label:t,customModule:r,required:n,value:i})=>{let[a]=Cg(!(i&&i!==\"\")),s=bg();if(r==null)return null;if(!a&&i)return li(\"div\",{children:[ft(mt,{label:t,required:n}),ft(\"img\",{alt:\"Signature\",src:i})]});let l=500,u=200;return ft(\"div\",{className:\"signature-field-wrapper\",children:ft(Q,{name:e,className:\"\",required:n,render:({input:c})=>li(\"div\",{className:\"signatureInput\",children:[li(\"div\",{className:\"labelRow\",children:[li(\"div\",{className:\"signature-label\",children:[ft(mt,{label:t,required:n}),ft(\"p\",{className:\"label-description\",children:\"Drag your mouse to e-sign\"})]}),c.value&&ft(\"button\",{onClick:()=>{s.current.clear(),c.onChange(\"\"),c.onBlur()},className:\"secondary-button\",children:\"Reset\"})]}),ft(xg,{ref:s,penColor:\"black\",onEnd:()=>c.onChange(s.current.toDataURL()),canvasProps:{id:\"signature-canvas\",width:l,height:u,className:c.value?\"emptySignature\":\"\"}})]})})})};import{EditorContent as Sg,useEditor as kg}from\"@tiptap/react\";import Tg from\"@tiptap/starter-kit\";import Fg from\"@tiptap/extension-placeholder\";import Ig from\"@tiptap/extension-underline\";import{Fragment as wg,jsx as Ae,jsxs as Yr}from\"react/jsx-runtime\";function jp({editor:e}){return e?Yr(wg,{children:[Ae(\"button\",{role:\"button\",type:\"button\",onClick:()=>e.chain().focus().toggleBold().run(),disabled:!e.can().chain().focus().toggleBold().run(),className:e.isActive(\"bold\")?\"is-active\":\"\",children:Yr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ae(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ae(\"path\",{d:\"M8 11h4.5a2.5 2.5 0 1 0 0-5H8v5zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5zM8 13v5h5.5a2.5 2.5 0 1 0 0-5H8z\",fill:\"currentcolor\"})]})}),Ae(\"button\",{role:\"button\",type:\"button\",onClick:()=>e.chain().focus().toggleItalic().run(),disabled:!e.can().chain().focus().toggleItalic().run(),className:e.isActive(\"italic\")?\"is-active\":\"\",children:Yr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ae(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ae(\"path\",{d:\"M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z\",fill:\"currentcolor\"})]})}),Ae(\"button\",{role:\"button\",type:\"button\",onClick:()=>e.chain().focus().toggleUnderline().run(),disabled:!e.can().chain().focus().toggleUnderline().run(),className:e.isActive(\"underline\")?\"is-active\":\"\",children:Yr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ae(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ae(\"path\",{fill:\"currentcolor\",d:\"M8 3v9a4 4 0 1 0 8 0V3h2v9a6 6 0 1 1-12 0V3h2zM4 20h16v2H4v-2z\"})]})}),Ae(\"button\",{role:\"button\",type:\"button\",onClick:()=>e.chain().focus().toggleBulletList().run(),className:e.isActive(\"bulletList\")?\"is-active\":\"\",children:Yr(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"20\",height:\"20\",children:[Ae(\"path\",{fill:\"none\",d:\"M0 0h24v24H0z\"}),Ae(\"path\",{fill:\"currentcolor\",d:\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\"})]})})]}):null}import{jsx as yt,jsxs as Ag}from\"react/jsx-runtime\";function Ng({input:{value:e,onChange:t,onBlur:r,onFocus:n}}){let i=kg({onUpdate:({editor:o})=>{t==null||t(o.getHTML())},onFocus:()=>{n==null||n()},onBlur:()=>{r==null||r()},content:e,extensions:[Tg.configure({history:!1,heading:!1,code:!1,codeBlock:!1,blockquote:!1,horizontalRule:!1,orderedList:!1,strike:!1}),Fg.configure({placeholder:\"\",showOnlyCurrent:!1}),Ig]});return i?Ag(\"div\",{className:\"editor-wrapper\",children:[yt(\"div\",{className:\"editor-toolbar-container\",children:yt(jp,{editor:i})}),yt(\"div\",{className:\"editor-container\",children:yt(Sg,{editor:i})})]}):null}function Yp({label:e,name:t,required:r}){return yt(\"div\",{className:\"control\",children:yt(Q,{name:t,required:r,render:({input:n})=>yt(V,{label:e,required:r,fieldClassName:\"textarea-field\",children:yt(Ng,{input:n})})})})}import{jsx as Jr}from\"react/jsx-runtime\";var Jp=({label:e,onClick:t,onChange:r,required:n,customModule:i,...o})=>Jr(V,{label:e,required:n,fieldClassName:\"time-field\",children:Jr(\"input\",{...o,onChange:a=>r==null?void 0:r(a.target.value),className:\"input input-time\",type:\"time\",onClick:t})}),Zp=({name:e,...t})=>e?Jr(Q,{name:e,required:t.required,render:({input:r})=>Jr(Jp,{...t,...r})}):Jr(Jp,{...t});import{jsx as Zr}from\"react/jsx-runtime\";var Kp=({checkedOptions:e,options:t,onOptionClick:r,label:n,required:i})=>Zr(V,{label:n,required:i,fieldClassName:\"checkbox-group\",innerWrapperClassName:\"checkbox-group-options\",children:t.map(o=>{var a;return Zr(cr,{onSelect:s=>r==null?void 0:r(o.name,s),value:e==null?void 0:e.includes(o.name??\"\"),label:o.label,name:`${(a=String(n))==null?void 0:a.replace(/ /,\"\")}-checkbox-${o.name}`},o.name)})}),Xp=({name:e,...t})=>e?Zr(Q,{name:e,required:t.required,parse:r=>r.join(`\n`),format:r=>r?r.split(`\n`):[],render:({input:{value:r,onChange:n,onBlur:i}})=>Zr(Kp,{...t,checkedOptions:r??[],onOptionClick:(o,a)=>{i(),n(a?[...r??[],o]:(r==null?void 0:r.filter(s=>s!==o))??[])}})},e):Zr(Kp,{...t});import{Field as SS}from\"react-final-form\";import{jsx as Yo,jsxs as Eg}from\"react/jsx-runtime\";var ed=({value:e,id:t,label:r,name:n,onSelect:i})=>Eg(\"div\",{className:\"radio-wrapper\",children:[Yo(\"input\",{name:n,checked:e,onChange:o=>i(o.target.checked),id:t??n,className:\"input-radio\",type:\"radio\"}),r&&Yo(\"label\",{htmlFor:t??n,children:Yo(\"span\",{className:\"label-text\",children:r})})]});import{jsx as Kr}from\"react/jsx-runtime\";var yr=({label:e,options:t,selectedOption:r,onSelect:n,orientation:i=\"vertical\",required:o,name:a})=>Kr(V,{label:e,required:o,fieldClassName:\"radio-group\",innerWrapperClassName:`checkbox-group-options ${i}`,children:t.map(s=>Kr(ed,{onSelect:()=>n==null?void 0:n(s.value),value:r===(s.value??\"\"),label:s.label,id:`${Ao(String(e))}-radio-${Ao(s.value)}`,name:a},s.value))}),Jo=({name:e,...t})=>e?Kr(Q,{name:e,required:t.required,render:({input:r})=>Kr(yr,{...t,name:e,selectedOption:r.value,onSelect:n=>{r.onBlur(),r.onChange(n)}})},e):Kr(yr,{...t});import{jsx as Xr,jsxs as Dg}from\"react/jsx-runtime\";var td=({name:e,label:t,required:r})=>Xr(Q,{name:e,required:r,parse:n=>(n==null?void 0:n.join(`\\r\n`))??\"\",format:n=>{let i=n==null?void 0:n.split(`\\r\n`);return i.length===2?i:[\"\",\"\"]},render:({input:n})=>Dg(V,{label:t,required:r,fieldClassName:\"blood-pressure-field\",childrenLayout:\"row\",children:[Xr(Ne,{...n,value:n.value[0],onChange:i=>{n.onChange([i,n.value[1]])},name:void 0}),Xr(mt,{label:\"Systolic (Upper)\"}),Xr(Ne,{...n,value:n.value[1],onChange:i=>{n.onChange([n.value[0],i])},name:void 0}),Xr(mt,{label:\"Diastolic (Lower)\"})]})});import Mg,{useEffect as Og,useMemo as Rg}from\"react\";import Zo from\"react-datepicker\";import Lg from\"moment\";import hr from\"clsx\";import{Fragment as Qg,jsx as ne,jsxs as en}from\"react/jsx-runtime\";var Pg=typeof Zo.default<\"u\"?Zo.default:Zo,rd=({rowIndex:e,fields:t,value:r,handleRemove:n,onChange:i,name:o})=>{let a=(r==null?void 0:r.split(`\\r\n`))||[],s=(u,c,p)=>{p&&p.forEach(d=>{a[d]=\"\"}),a[u]=c,i(a.join(`\\r\n`))},l=Rg(()=>{let u=t.findIndex(p=>p.type===\"static\"),c=t[u];return(c==null?void 0:c.type)===\"static\"?[u,c.value]:null},[t.length]);return Og(()=>{l&&s(l[0],l[1])},[l]),en(Qg,{children:[t.map((u,c)=>{switch(u.type){case\"boolean\":return en(\"td\",{className:hr(\"table-field-column-boolean\",u.className),children:[u.isRadio&&en(\"div\",{children:[ne(\"input\",{type:\"radio\",value:\"true\",name:`${o}-${c}`,id:`${o}-${e}-${c}-true`,onChange:p=>{s(u.index??c,p.target.value)}}),ne(\"label\",{htmlFor:`${o}-${e}-${c}-true`,children:ne(\"span\",{className:\"label-text\",children:\"Yes\"})}),ne(\"input\",{type:\"radio\",value:\"false\",name:`${o}-${c}`,id:`${o}-${e}-${c}-false`,onChange:p=>{s(u.index??c,p.target.value)}}),ne(\"label\",{htmlFor:`${o}-${e}-${c}-false`,children:ne(\"span\",{className:\"label-text\",children:\"No\"})})]}),!u.isRadio&&ne(Cp,{onSelect:p=>s(u.index??c,p?\"true\":\"false\",u.dependencies),value:a[u.index??c]===\"true\",label:u.label,id:`${o}-${e}-active-${c}`})]},c);case\"select\":return en(\"td\",{className:hr(\"table-field-column-select\",u.className),children:[ne(Ot,{...u,type:\"simple\",value:a[u.index??c],onChange:p=>{s(u.index??c,p,u.dependencies)}}),u.customFieldIndex!=null&&a[u.index??c]===\"custom\"&&ne(\"input\",{type:\"text\",value:a[u.customFieldIndex],onChange:p=>{s(u.customFieldIndex,p.target.value)}})]},c);case\"customSelect\":return en(\"td\",{className:hr(\"table-field-column-select\",u.className),children:[ne(Ot,{...u,type:\"creatable\",value:a[u.index??c],onChange:p=>{s(u.index??c,p,u.dependencies)}}),u.customFieldIndex!=null&&a[u.index??c]===\"custom\"&&ne(\"input\",{type:\"text\",value:a[u.customFieldIndex]??\"\",onChange:p=>{s(u.customFieldIndex,p.target.value)}})]},c);case\"input\":return ne(\"td\",{className:hr(\"table-field-column-text\",u.className),children:ne(\"input\",{...u,type:\"text\",value:a[u.index??c],onChange:p=>{s(u.index??c,p.target.value,u.dependencies)}})},c);case\"datepicker\":return ne(\"td\",{className:hr(\"table-field-column-datepicker\",u.className),children:ne(Pg,{...u,selected:a[u.index??c]?Lg(a[u.index??c]).toDate():null,onChange:p=>{p&&s(u.index??c,Gr(p),u.dependencies)}})},c);case\"textarea\":return ne(\"td\",{className:hr(\"table-field-column-textarea\",u.className),children:ne(\"textarea\",{...u,rows:3,className:\"input tabable comments-field\",value:a[u.index??c],onChange:p=>{s(u.index??c,p.target.value,u.dependencies)},style:{resize:\"none\"}})},c);case\"custom\":return ne(Mg.Fragment,{children:u.children},c);default:return null}}),ne(\"td\",{className:\"table-field-column-remove\",children:ne(\"button\",{className:\"x-button\",type:\"button\",onClick:n,children:ne(dr,{})})})]})};import Vg from\"clsx\";import{jsx as ze,jsxs as nd}from\"react/jsx-runtime\";var ht=({name:e,label:t,buttonText:r,tableHeaders:n,fields:i,validate:o,required:a,fieldClassName:s})=>ze(Q,{validate:o,name:e,required:a,render:({input:{onChange:l,value:u}})=>{let c=u?u==null?void 0:u.split(\"\\\\\\\\\"):[];return nd(V,{label:t,required:a,fieldClassName:\"table-field-wrapper\",children:[c.length?nd(\"table\",{className:Vg(\"table-field\",s),children:[ze(\"thead\",{className:\"table-field-thead\",children:ze(\"tr\",{children:n.map(p=>ze(\"th\",{children:p},p))})}),ze(\"tbody\",{className:\"table-field-tbody\",children:c.map((p,d)=>ze(\"tr\",{className:\"table-field-row\",children:ze(rd,{rowIndex:d,fields:typeof i==\"function\"?i({value:p,onChange:f=>{c[d]=f,l(c.join(\"\\\\\\\\\"))}}):i,name:e,onChange:f=>{c[d]=f,l(c.join(\"\\\\\\\\\"))},handleRemove:()=>l(c.filter(f=>f!==p).join(\"\\\\\\\\\")),value:p})},d))})]}):null,ze(\"div\",{className:\"buttons\",children:ze(\"button\",{className:\"secondary-button utility-button add-item-button\",type:\"button\",onClick:()=>l([...c,`\\r\n`].join(\"\\\\\\\\\")),children:ze(\"span\",{children:r})})})]})}});var tn={},$g=E`\n fragment LocationFragment on Location {\n id\n name\n line1\n line2\n city\n state\n country\n zip\n }\n`,ik=E`\n query GetForm($ID: ID) {\n customModuleForm(id: $ID) {\n id\n custom_modules {\n id\n mod_type\n label\n hipaa_name\n options\n options_array\n required\n }\n }\n }\n`;var qg=E`\n query medicationOptions($keywords: String) {\n medication_options(keywords: $keywords) {\n id\n name\n dosages\n }\n }\n`;function id(e){let t={...tn,...e};return U(qg,t)}var Gg=E`\n query allergySuggestions {\n foodAllergies: allergySuggestions(category: \"food\")\n drugAllergies: allergySuggestions(category: \"drug\")\n environmentalAllergies: allergySuggestions(category: \"environmental\")\n reactions: allergySuggestions(category: \"reactions\")\n }\n`;function od(e){let t={...tn,...e};return U(Gg,t)}var Bg=E`\n query cptCodes {\n cptCodes {\n id\n display_name\n }\n }\n`;function ad(e){let t={...tn,...e};return U(Bg,t)}var zg=E`\n query icdCodes(\n $should_paginate: Boolean\n $is_billable: Boolean\n $offset: Int\n $keywords: String\n $is_favorited: Boolean\n ) {\n icdCodes(\n is_billable: $is_billable\n offset: $offset\n should_paginate: $should_paginate\n keywords: $keywords\n is_favorited: $is_favorited\n ) {\n id\n display_name\n is_favorite\n code\n description\n }\n icdCodesCount(\n is_billable: $is_billable\n keywords: $keywords\n is_favorited: $is_favorited\n )\n }\n`;function sd(e){let t={...tn,...e};return U(zg,t)}var Hg=E`\n query getInsurancePlans(\n $ids: String\n $offset: Int\n $keywords: String\n $is_accepted: Boolean\n $should_paginate: Boolean\n ) {\n insurancePlans(\n ids: $ids\n keywords: $keywords\n is_accepted: $is_accepted\n offset: $offset\n should_paginate: $should_paginate\n ) {\n id\n name_and_id\n payer_id\n payer_name\n is_accepted(known_value: $is_accepted)\n default_payer_location(ids: $ids) {\n ...LocationFragment\n }\n }\n insurancePlansCount(\n ids: $ids\n keywords: $keywords\n is_accepted: $is_accepted\n )\n otherInsurancePlans: insurancePlans(\n ids: $ids\n keywords: $keywords\n is_accepted: $is_accepted\n offset: $offset\n should_paginate: $should_paginate\n ) {\n id\n name_and_id\n payer_id\n payer_name\n is_accepted(known_value: $is_accepted)\n default_payer_location(ids: $ids) {\n ...LocationFragment\n }\n }\n }\n ${$g}\n`;function ld(e){let t={...tn,...e};return U(Hg,t)}import{useCallback as Ug}from\"react\";var gr=()=>{let{data:e}=od();return Ug(t=>{if(e){let{environmentalAllergies:r,drugAllergies:n,foodAllergies:i,reactions:o}=e;if(t===\"food\"&&i)return i.map(a=>J(a??\"\"));if(t===\"environmental\"&&r)return r.map(a=>J(a??\"\"));if(t===\"drug\"&&n)return n.map(a=>J(a??\"\"));if(t===\"latex\")return[J(\"latex\")];if(t===\"reaction\"&&o)return o.map(a=>J(a??\"\"))}return[]},[e])};import{jsx as jg}from\"react/jsx-runtime\";var Wg=[\"Type\",\"Food\",\"\"],ud=({name:e,label:t,required:r})=>{let n=gr();return jg(ht,{label:\"List any food preferences.\",name:e,required:r,tableHeaders:Wg,buttonText:\"Add a Food Preference\",fieldClassName:\"food-preferences-field\",fields:[{type:\"static\",value:\"preference\"},{type:\"select\",className:\"food-preferences-column-type\",options:[J(\"Like\"),J(\"Dislike\")],placeholder:\"Pick a type\"},{type:\"customSelect\",className:\"food-preferences-column-food\",placeholder:\"Select a food type\",isMulti:!0,options:n(\"food\"),formatCreateLabel:i=>`Create ${i} as a custom food type`}]})};import{useMemo as Yg,useState as cd}from\"react\";import Ko from\"react-datepicker\";import Jg from\"moment\";import Zg from\"react-select/creatable\";import Kg from\"react-select\";import{jsx as gt,jsxs as dd}from\"react/jsx-runtime\";var pd=typeof Ko.default<\"u\"?Ko.default:Ko,Xg=[\"Name and Dosage*\",\"Active\",\"Instructions\",\"Start/End Date\",\"Comments\",\"\"],ui=e=>Jg(e,\"ddd MMM D YYYY\").toDate(),md=({name:e,label:t,required:r})=>{let[n,i]=cd([]),[o,a]=cd(\"\"),{data:s,loading:l}=id({variables:{keywords:o}}),u=Yg(()=>{var p;return s!=null&&s.medication_options?(p=s==null?void 0:s.medication_options)==null?void 0:p.map(d=>{var f;return{label:(d==null?void 0:d.name)??\"\",value:(d==null?void 0:d.name)??\"\",dosages:(f=d==null?void 0:d.dosages)!=null&&f.length?[...d.dosages,\"Not sure\"]:[]}}):[]},[s==null?void 0:s.medication_options]),c=p=>{let d=p.value||p||\"\";a(d)};return gt(ht,{label:t,name:e,tableHeaders:Xg,buttonText:\"Add Medication\",required:r,validate:p=>{var f;if(!p)return;let d=p.split(\"\\\\\\\\\");for(let v=0;vN)return`Start date must be lower than end date in medication no. ${v+1}`}}},fieldClassName:\"medications-field\",fields:p=>{var h;let d=((h=p.value)==null?void 0:h.split(`\\r\n`))||[],f=!!d[7],v=(g,_)=>{d[g]=_,p.onChange(d.join(`\\r\n`))};return[{type:\"custom\",children:dd(\"td\",{className:\"name-and-dosage medication-column-name\",\"data-tip\":!0,children:[f?gt(\"input\",{type:\"text\",name:\"name\",className:\"medication-name-disabled\",value:d[0],placeholder:\"E-Prescription\",disabled:!0}):gt(Zg,{options:u,onChange:g=>{var _;v(0,(g==null?void 0:g.value)??\"\"),v(1,\"\"),i(((_=g==null?void 0:g.dosages)==null?void 0:_.map(N=>J(N)))??[])},onInputChange:c,classNames:{container:()=>\"medication-search squared-search-input with-inline-search-icon\",control:()=>\"medication-search-control\",indicatorSeparator:()=>\"medication-search-indicator-separator\",indicatorsContainer:()=>\"medication-search-indicator-container\",menu:()=>\"medication-search-menu\",valueContainer:()=>\"medication-search-value-container\"},value:u.find(g=>g.value===d[0]),placeholder:\"Search medications\",formatCreateLabel:g=>gt(\"div\",{children:`Create ${g} as a custom medication`}),isLoading:l}),d[0]?!n||n.length<1?gt(\"input\",{type:\"text\",name:\"dosage\",className:\"dosage-field\",value:d[1],placeholder:\"Enter Dosage\",onChange:g=>{v(1,g.target.value)},disabled:f||d[0].length<1}):gt(Kg,{name:\"dosage\",options:n,className:\"dosage-field-select\",placeholder:\"Select Dosage\",value:n.find(g=>g.value===d[1])??null,onChange:g=>v(1,g==null?void 0:g.value),isDisabled:f||d[0].length<1}):null]})},{type:\"boolean\",label:\"Active\",index:2,className:\"medications-column-active\"},{type:\"textarea\",placeholder:\"Ex: Take 2 tablets by mouth daily\",index:3,className:\"medications-column-instructions\"},{type:\"custom\",children:dd(\"td\",{className:\"medications-column-start-end-date\",children:[gt(pd,{name:\"start_date\",dateFormat:\"MM/dd/yy\",placeholderText:\"Start Date\",selected:d[4]?ui(d[4]):null,maxDate:d[5]?ui(d[5]):null,onChange:g=>{g&&(d[4]=Gr(g),p.onChange(d.join(`\\r\n`)))}}),gt(pd,{name:\"end_date\",dateFormat:\"MM/dd/yy\",placeholderText:\"End Date\",selected:d[5]?ui(d[5]):null,minDate:d[4]?ui(d[4]):null,onChange:g=>{g&&(d[5]=Gr(g),p.onChange(d.join(`\\r\n`)))}})]})},{type:\"textarea\",placeholder:\"Reason for taking\",index:6,className:\"medications-column-comments\"}]}})};import{jsx as t0}from\"react/jsx-runtime\";var e0=[\"Type*\",\"Food*\",\"Reactions\",\"\"],fd=({name:e,label:t,required:r})=>{let n=gr();return t0(ht,{label:\"List any food intolerances/sensitivities you experience.\",name:e,required:r,tableHeaders:e0,buttonText:\"Add a Food Intolerance/Sensitivity\",fieldClassName:\"food-intolerance-field\",fields:[{type:\"static\",value:\"intolerance/sensitivity\"},{type:\"select\",className:\"food-intolerance-column-type\",options:[J(\"Intolerance\"),J(\"Sensitivity\")],placeholder:\"Pick a type\"},{type:\"customSelect\",className:\"food-intolerance-column-food\",placeholder:\"Select a food type\",options:n(\"food\"),formatCreateLabel:i=>`Create ${i} as a custom food type`},{type:\"static\",value:\"true\"},{type:\"select\",className:\"food-intolerance-column-reactions\",placeholder:\"Select reactions\",isMulti:!0,options:n(\"reaction\")}]})};import{jsx as n0}from\"react/jsx-runtime\";var r0=[\"Type*\",\"Allergy*\",\"Active*\",\"Reactions\",\"Severity\",\"\"],yd=({name:e,label:t,required:r})=>{let n=gr();return n0(ht,{label:\"List any allergies you experience.\",name:e,tableHeaders:r0,buttonText:\"Add an Allergy\",required:r,fieldClassName:\"allergy-field\",fields:i=>[{type:\"static\",value:\"allergy\"},{type:\"select\",className:\"allergy-column-type\",options:[J(\"Food\"),J(\"Drug\"),J(\"Environmental\"),J(\"Latex\")],placeholder:\"Pick a type\",dependencies:[2]},{type:\"customSelect\",className:\"allergy-column-allergy\",placeholder:\"Select\",options:[{label:\"+ Add Custom\",value:\"custom\"},...n(i.value.split(`\\r\n`)[1])],customFieldIndex:6,formatCreateLabel:o=>`Create ${o} as a custom allergy name`},{type:\"boolean\",className:\"allergy-column-active\",label:\"Active\",isRadio:!0},{type:\"select\",className:\"allergy-column-reactions\",placeholder:\"Select reactions\",isMulti:!0,options:[{label:\"+ Add Custom Reaction\",value:\"custom\"},...n(\"reaction\")],customFieldIndex:7},{className:\"allergy-column-severity\",type:\"select\",placeholder:\"Select\",options:[J(\"Unknown\"),J(\"Mild\"),J(\"Moderate\"),J(\"Severe\")]}]})};import{jsx as ci,jsxs as i0}from\"react/jsx-runtime\";var hd=({name:e,required:t,label:r})=>{let{data:n}=ad();return ci(Q,{name:e,required:t,render:({input:i})=>{let o=i.value.split(`\\r\n`)??[\"\",\"\",\"\"],a=l=>u=>{o[l]=u,i.onChange(o.join(`\\r\n`))},s={onBlur:i.onBlur,onFocus:i.onFocus};return i0(V,{label:r,required:t,fieldClassName:\"billing-item-field\",children:[ci(Ot,{...s,options:n!=null&&n.cptCodes?n.cptCodes.map(l=>({label:(l==null?void 0:l.display_name)??\"\",value:(l==null?void 0:l.id)??\"\"})):[],label:\"CPT Code\",isClearable:!0,value:o[0],onChange:a(0)}),ci(Dt,{...s,label:\"Units\",value:o[1]??\"\",onChange:a(1)}),ci(Dt,{...s,label:\"Fee per Unit\",value:o[2]??\"\",onChange:a(2)})]})}})};import{useState as gd}from\"react\";import{jsx as _t,jsxs as o0}from\"react/jsx-runtime\";var _d=({isMetric:e,onChange:t,value:r,label:n,required:i,name:o,...a})=>{let s=r&&r.length>0?r:\"0\",[l,u]=gd(Math.floor(parseInt(s,10)/12)),[c,p]=gd(parseFloat((parseFloat(s)%12).toFixed(2))),d=(f,v)=>{let h=parseFloat(f.length>0?f:\"0\");if(h&&v===\"inches\"&&h>11)return;let g=h??0,_=parseInt(s,10);if(v===\"feet\"){let N=Math.abs(+g*12+_%12);return u(h),t==null?void 0:t(`${N}`)}else{let N=Math.abs(+g+_-_%12);return p(h),t==null?void 0:t(`${N}`)}};return e?_t(Ne,{...a,required:i,label:n,value:r,onChange:t}):o0(V,{label:n,required:i,fieldClassName:\"height-field\",childrenLayout:\"row\",children:[_t(Ne,{...a,value:String(l),onChange:f=>d(f,\"feet\")}),_t(\"span\",{className:\"label\",children:\"ft\"}),_t(Ne,{...a,value:String(c),onChange:f=>d(f,\"inches\")}),\" \",_t(\"span\",{className:\"label\",children:\"in\"})]})},pi=({name:e,...t})=>e?_t(Q,{name:e,required:t.required,render:({input:r})=>_t(_d,{...t,...r})}):_t(_d,{...t});import{jsx as rn,jsxs as a0}from\"react/jsx-runtime\";var vd=({isMetric:e,name:t,required:r,label:n})=>{let i=(o,a)=>{if(!o||!a)return\"BMI can not be auto calculated because the client's weight or height has not been recorded\";let s=e?o/100:o;return(a/(s*s)*(e?1:703)).toFixed(2)};return rn(Q,{name:t,required:r,render:({input:o})=>{let a=o.value.split(`\\r\n`)??[\"\",\"\",\"\"],s=u=>c=>{a[u]=c,o.onChange(a.join(`\\r\n`))},l={onBlur:o.onBlur,onFocus:o.onFocus};return a0(V,{label:n,required:r,fieldClassName:\"bmi-outer-wrapper\",children:[rn(pi,{...l,label:`Height (${e?\"cm\":\"in.\"})`,value:a[0],onChange:s(0),isMetric:e,required:r}),rn(Ne,{...l,label:\"Weight\",onChange:s(1),value:a[1],required:r}),rn(V,{label:n,required:r,fieldClassName:\"bmi-value-field\",children:rn(\"div\",{className:\"bmi-field-result\",children:i(...a)})})]})}})};import Xo from\"states-us\";var ea=typeof Xo.default<\"u\"?Xo.default:Xo,bd=(e=[],t)=>{let r=[];switch(t){case\"contigious\":r=ea.filter(n=>n.contiguous);break;case\"territories\":r=ea.filter(n=>n.territory);break;default:r=ea;break}return e&&(r=r.filter(n=>!e.includes(n.abbreviation))),r},Cd=[{alpha2:\"AF\",name:\"Afghanistan\"},{alpha2:\"AX\",name:\"\\xC5land Islands\"},{alpha2:\"AL\",name:\"Albania\"},{alpha2:\"DZ\",name:\"Algeria\"},{alpha2:\"AS\",name:\"American Samoa\"},{alpha2:\"AD\",name:\"Andorra\"},{alpha2:\"AO\",name:\"Angola\"},{alpha2:\"AI\",name:\"Anguilla\"},{alpha2:\"AQ\",name:\"Antarctica\"},{alpha2:\"AG\",name:\"Antigua and Barbuda\"},{alpha2:\"AR\",name:\"Argentina\"},{alpha2:\"AM\",name:\"Armenia\"},{alpha2:\"AW\",name:\"Aruba\"},{alpha2:\"AU\",name:\"Australia\"},{alpha2:\"AT\",name:\"Austria\"},{alpha2:\"AZ\",name:\"Azerbaijan\"},{alpha2:\"BS\",name:\"Bahamas\"},{alpha2:\"BH\",name:\"Bahrain\"},{alpha2:\"BD\",name:\"Bangladesh\"},{alpha2:\"BB\",name:\"Barbados\"},{alpha2:\"BY\",name:\"Belarus\"},{alpha2:\"BE\",name:\"Belgium\"},{alpha2:\"BZ\",name:\"Belize\"},{alpha2:\"BJ\",name:\"Benin\"},{alpha2:\"BM\",name:\"Bermuda\"},{alpha2:\"BT\",name:\"Bhutan\"},{alpha2:\"BO\",name:\"Bolivia, Plurinational State of\"},{alpha2:\"BQ\",name:\"Bonaire, Sint Eustatius and Saba\"},{alpha2:\"BA\",name:\"Bosnia and Herzegovina\"},{alpha2:\"BW\",name:\"Botswana\"},{alpha2:\"BV\",name:\"Bouvet Island\"},{alpha2:\"BR\",name:\"Brazil\"},{alpha2:\"IO\",name:\"British Indian Ocean Territory\"},{alpha2:\"BN\",name:\"Brunei Darussalam\"},{alpha2:\"BG\",name:\"Bulgaria\"},{alpha2:\"BF\",name:\"Burkina Faso\"},{alpha2:\"BI\",name:\"Burundi\"},{alpha2:\"KH\",name:\"Cambodia\"},{alpha2:\"CM\",name:\"Cameroon\"},{alpha2:\"CA\",name:\"Canada\"},{alpha2:\"CV\",name:\"Cape Verde\"},{alpha2:\"KY\",name:\"Cayman Islands\"},{alpha2:\"CF\",name:\"Central African Republic\"},{alpha2:\"TD\",name:\"Chad\"},{alpha2:\"CL\",name:\"Chile\"},{alpha2:\"CN\",name:\"China\"},{alpha2:\"CX\",name:\"Christmas Island\"},{alpha2:\"CC\",name:\"Cocos (Keeling) Islands\"},{alpha2:\"CO\",name:\"Colombia\"},{alpha2:\"KM\",name:\"Comoros\"},{alpha2:\"CG\",name:\"Congo\"},{alpha2:\"CD\",name:\"Congo, the Democratic Republic of the\"},{alpha2:\"CK\",name:\"Cook Islands\"},{alpha2:\"CR\",name:\"Costa Rica\"},{alpha2:\"CI\",name:\"C\\xF4te d'Ivoire\"},{alpha2:\"HR\",name:\"Croatia\"},{alpha2:\"CU\",name:\"Cuba\"},{alpha2:\"CW\",name:\"Cura\\xE7ao\"},{alpha2:\"CY\",name:\"Cyprus\"},{alpha2:\"CZ\",name:\"Czech Republic\"},{alpha2:\"DK\",name:\"Denmark\"},{alpha2:\"DJ\",name:\"Djibouti\"},{alpha2:\"DM\",name:\"Dominica\"},{alpha2:\"DO\",name:\"Dominican Republic\"},{alpha2:\"EC\",name:\"Ecuador\"},{alpha2:\"EG\",name:\"Egypt\"},{alpha2:\"SV\",name:\"El Salvador\"},{alpha2:\"GQ\",name:\"Equatorial Guinea\"},{alpha2:\"ER\",name:\"Eritrea\"},{alpha2:\"EE\",name:\"Estonia\"},{alpha2:\"ET\",name:\"Ethiopia\"},{alpha2:\"FK\",name:\"Falkland Islands (Malvinas)\"},{alpha2:\"FO\",name:\"Faroe Islands\"},{alpha2:\"FJ\",name:\"Fiji\"},{alpha2:\"FI\",name:\"Finland\"},{alpha2:\"FR\",name:\"France\"},{alpha2:\"GF\",name:\"French Guiana\"},{alpha2:\"PF\",name:\"French Polynesia\"},{alpha2:\"TF\",name:\"French Southern Territories\"},{alpha2:\"GA\",name:\"Gabon\"},{alpha2:\"GM\",name:\"Gambia\"},{alpha2:\"GE\",name:\"Georgia\"},{alpha2:\"DE\",name:\"Germany\"},{alpha2:\"GH\",name:\"Ghana\"},{alpha2:\"GI\",name:\"Gibraltar\"},{alpha2:\"GR\",name:\"Greece\"},{alpha2:\"GL\",name:\"Greenland\"},{alpha2:\"GD\",name:\"Grenada\"},{alpha2:\"GP\",name:\"Guadeloupe\"},{alpha2:\"GU\",name:\"Guam\"},{alpha2:\"GT\",name:\"Guatemala\"},{alpha2:\"GG\",name:\"Guernsey\"},{alpha2:\"GN\",name:\"Guinea\"},{alpha2:\"GW\",name:\"Guinea-Bissau\"},{alpha2:\"GY\",name:\"Guyana\"},{alpha2:\"HT\",name:\"Haiti\"},{alpha2:\"HM\",name:\"Heard Island and McDonald Islands\"},{alpha2:\"VA\",name:\"Holy See (Vatican City State)\"},{alpha2:\"HN\",name:\"Honduras\"},{alpha2:\"HK\",name:\"Hong Kong\"},{alpha2:\"HU\",name:\"Hungary\"},{alpha2:\"IS\",name:\"Iceland\"},{alpha2:\"IN\",name:\"India\"},{alpha2:\"ID\",name:\"Indonesia\"},{alpha2:\"IR\",name:\"Iran, Islamic Republic of\"},{alpha2:\"IQ\",name:\"Iraq\"},{alpha2:\"IE\",name:\"Ireland\"},{alpha2:\"IM\",name:\"Isle of Man\"},{alpha2:\"IL\",name:\"Israel\"},{alpha2:\"IT\",name:\"Italy\"},{alpha2:\"JM\",name:\"Jamaica\"},{alpha2:\"JP\",name:\"Japan\"},{alpha2:\"JE\",name:\"Jersey\"},{alpha2:\"JO\",name:\"Jordan\"},{alpha2:\"KZ\",name:\"Kazakhstan\"},{alpha2:\"KE\",name:\"Kenya\"},{alpha2:\"KI\",name:\"Kiribati\"},{alpha2:\"KP\",name:\"Korea, Democratic People's Republic of\"},{alpha2:\"KR\",name:\"Korea, Republic of\"},{alpha2:\"KW\",name:\"Kuwait\"},{alpha2:\"KG\",name:\"Kyrgyzstan\"},{alpha2:\"LA\",name:\"Lao People's Democratic Republic\"},{alpha2:\"LV\",name:\"Latvia\"},{alpha2:\"LB\",name:\"Lebanon\"},{alpha2:\"LS\",name:\"Lesotho\"},{alpha2:\"LR\",name:\"Liberia\"},{alpha2:\"LY\",name:\"Libya\"},{alpha2:\"LI\",name:\"Liechtenstein\"},{alpha2:\"LT\",name:\"Lithuania\"},{alpha2:\"LU\",name:\"Luxembourg\"},{alpha2:\"MO\",name:\"Macao\"},{alpha2:\"MK\",name:\"Macedonia, the Former Yugoslav Republic of\"},{alpha2:\"MG\",name:\"Madagascar\"},{alpha2:\"MW\",name:\"Malawi\"},{alpha2:\"MY\",name:\"Malaysia\"},{alpha2:\"MV\",name:\"Maldives\"},{alpha2:\"ML\",name:\"Mali\"},{alpha2:\"MT\",name:\"Malta\"},{alpha2:\"MH\",name:\"Marshall Islands\"},{alpha2:\"MQ\",name:\"Martinique\"},{alpha2:\"MR\",name:\"Mauritania\"},{alpha2:\"MU\",name:\"Mauritius\"},{alpha2:\"YT\",name:\"Mayotte\"},{alpha2:\"MX\",name:\"Mexico\"},{alpha2:\"FM\",name:\"Micronesia, Federated States of\"},{alpha2:\"MD\",name:\"Moldova, Republic of\"},{alpha2:\"MC\",name:\"Monaco\"},{alpha2:\"MN\",name:\"Mongolia\"},{alpha2:\"ME\",name:\"Montenegro\"},{alpha2:\"MS\",name:\"Montserrat\"},{alpha2:\"MA\",name:\"Morocco\"},{alpha2:\"MZ\",name:\"Mozambique\"},{alpha2:\"MM\",name:\"Myanmar\"},{alpha2:\"NA\",name:\"Namibia\"},{alpha2:\"NR\",name:\"Nauru\"},{alpha2:\"NP\",name:\"Nepal\"},{alpha2:\"NL\",name:\"Netherlands\"},{alpha2:\"NC\",name:\"New Caledonia\"},{alpha2:\"NZ\",name:\"New Zealand\"},{alpha2:\"NI\",name:\"Nicaragua\"},{alpha2:\"NE\",name:\"Niger\"},{alpha2:\"NG\",name:\"Nigeria\"},{alpha2:\"NU\",name:\"Niue\"},{alpha2:\"NF\",name:\"Norfolk Island\"},{alpha2:\"MP\",name:\"Northern Mariana Islands\"},{alpha2:\"NO\",name:\"Norway\"},{alpha2:\"OM\",name:\"Oman\"},{alpha2:\"PK\",name:\"Pakistan\"},{alpha2:\"PW\",name:\"Palau\"},{alpha2:\"PS\",name:\"Palestine, State of\"},{alpha2:\"PA\",name:\"Panama\"},{alpha2:\"PG\",name:\"Papua New Guinea\"},{alpha2:\"PY\",name:\"Paraguay\"},{alpha2:\"PE\",name:\"Peru\"},{alpha2:\"PH\",name:\"Philippines\"},{alpha2:\"PN\",name:\"Pitcairn\"},{alpha2:\"PL\",name:\"Poland\"},{alpha2:\"PT\",name:\"Portugal\"},{alpha2:\"PR\",name:\"Puerto Rico\"},{alpha2:\"QA\",name:\"Qatar\"},{alpha2:\"RE\",name:\"R\\xE9union\"},{alpha2:\"RO\",name:\"Romania\"},{alpha2:\"RU\",name:\"Russian Federation\"},{alpha2:\"RW\",name:\"Rwanda\"},{alpha2:\"BL\",name:\"Saint Barth\\xE9lemy\"},{alpha2:\"SH\",name:\"Saint Helena, Ascension and Tristan da Cunha\"},{alpha2:\"KN\",name:\"Saint Kitts and Nevis\"},{alpha2:\"LC\",name:\"Saint Lucia\"},{alpha2:\"MF\",name:\"Saint Martin (French part)\"},{alpha2:\"PM\",name:\"Saint Pierre and Miquelon\"},{alpha2:\"VC\",name:\"Saint Vincent and the Grenadines\"},{alpha2:\"WS\",name:\"Samoa\"},{alpha2:\"SM\",name:\"San Marino\"},{alpha2:\"ST\",name:\"Sao Tome and Principe\"},{alpha2:\"SA\",name:\"Saudi Arabia\"},{alpha2:\"SN\",name:\"Senegal\"},{alpha2:\"RS\",name:\"Serbia\"},{alpha2:\"SC\",name:\"Seychelles\"},{alpha2:\"SL\",name:\"Sierra Leone\"},{alpha2:\"SG\",name:\"Singapore\"},{alpha2:\"SX\",name:\"Sint Maarten (Dutch part)\"},{alpha2:\"SK\",name:\"Slovakia\"},{alpha2:\"SI\",name:\"Slovenia\"},{alpha2:\"SB\",name:\"Solomon Islands\"},{alpha2:\"SO\",name:\"Somalia\"},{alpha2:\"ZA\",name:\"South Africa\"},{alpha2:\"GS\",name:\"South Georgia and the South Sandwich Islands\"},{alpha2:\"SS\",name:\"South Sudan\"},{alpha2:\"ES\",name:\"Spain\"},{alpha2:\"LK\",name:\"Sri Lanka\"},{alpha2:\"SD\",name:\"Sudan\"},{alpha2:\"SR\",name:\"Suriname\"},{alpha2:\"SJ\",name:\"Svalbard and Jan Mayen\"},{alpha2:\"SZ\",name:\"Swaziland\"},{alpha2:\"SE\",name:\"Sweden\"},{alpha2:\"CH\",name:\"Switzerland\"},{alpha2:\"SY\",name:\"Syrian Arab Republic\"},{alpha2:\"TW\",name:\"Taiwan, Province of China\"},{alpha2:\"TJ\",name:\"Tajikistan\"},{alpha2:\"TZ\",name:\"Tanzania, United Republic of\"},{alpha2:\"TH\",name:\"Thailand\"},{alpha2:\"TL\",name:\"Timor-Leste\"},{alpha2:\"TG\",name:\"Togo\"},{alpha2:\"TK\",name:\"Tokelau\"},{alpha2:\"TO\",name:\"Tonga\"},{alpha2:\"TT\",name:\"Trinidad and Tobago\"},{alpha2:\"TN\",name:\"Tunisia\"},{alpha2:\"TR\",name:\"Turkey\"},{alpha2:\"TM\",name:\"Turkmenistan\"},{alpha2:\"TC\",name:\"Turks and Caicos Islands\"},{alpha2:\"TV\",name:\"Tuvalu\"},{alpha2:\"UG\",name:\"Uganda\"},{alpha2:\"UA\",name:\"Ukraine\"},{alpha2:\"AE\",name:\"United Arab Emirates\"},{alpha2:\"GB\",name:\"United Kingdom\"},{alpha2:\"US\",name:\"United States\"},{alpha2:\"UM\",name:\"United States Minor Outlying Islands\"},{alpha2:\"UY\",name:\"Uruguay\"},{alpha2:\"UZ\",name:\"Uzbekistan\"},{alpha2:\"VU\",name:\"Vanuatu\"},{alpha2:\"VE\",name:\"Venezuela, Bolivarian Republic of\"},{alpha2:\"VN\",name:\"Viet Nam\"},{alpha2:\"VG\",name:\"Virgin Islands, British\"},{alpha2:\"VI\",name:\"Virgin Islands, U.S.\"},{alpha2:\"WF\",name:\"Wallis and Futuna\"},{alpha2:\"EH\",name:\"Western Sahara\"},{alpha2:\"YE\",name:\"Yemen\"},{alpha2:\"ZM\",name:\"Zambia\"},{alpha2:\"ZW\",name:\"Zimbabwe\"}];import{jsx as He,jsxs as s0}from\"react/jsx-runtime\";var xd=({value:e,onChange:t,label:r,required:n,onFocus:i,onBlur:o})=>{let a=(e==null?void 0:e.split(`\\r\n`))??[\"\",\"\",\"\",\"\",\"\",\"\"],s=u=>c=>{a[u]=c,t==null||t(a.join(`\\r\n`))},l={onFocus:i,onBlur:o};return s0(V,{label:r,required:n,fieldClassName:\"location-field\",innerWrapperClassName:\"location-inner\",children:[He(le,{...l,label:\"Line 1\",value:a[0]??\"\",onChange:s(0)}),He(le,{...l,label:\"Line 2\",value:a[1]??\"\",onChange:s(1)}),He(le,{...l,label:\"City\",value:a[3]??\"\",onChange:s(3)}),He(Be,{...l,options:Cd.map(u=>({label:u.name,value:u.alpha2})),label:\"Country\",value:a[4],onChange:s(4)}),a[4]===\"US\"?He(Be,{...l,options:bd().map(u=>({label:u.name,value:u.abbreviation})),label:\"State/Province\",value:a[2]??\"\",onChange:s(2)}):He(le,{...l,label:\"State/Province\",value:a[2]??\"\",onChange:s(2)}),He(le,{...l,label:\"Zip Code\",value:a[5]??\"\",onChange:s(5)})]})},wd=({name:e,...t})=>e?He(Q,{name:e,required:t.required,render:({input:r})=>He(xd,{...t,...r})}):He(xd,{...t});import{useState as l0}from\"react\";import{jsx as Sd}from\"react/jsx-runtime\";var kd=({name:e,label:t,required:r})=>{let[n,i]=l0(\"\"),{data:o}=sd({variables:{keywords:n,should_paginate:!1}});return Sd(Q,{name:e,required:r,render:({input:{name:a,...s}})=>{var l;return Sd(Be,{...s,options:o!=null&&o.icdCodes?(l=o.icdCodes)==null?void 0:l.map(u=>({value:(u==null?void 0:u.code)??\"\",label:(u==null?void 0:u.display_name)??\"\"})):[],onInputChange:i,type:\"simple\",label:t,required:r})}})};var Td=[{label:\"Referring Provider\",value:\"referring_provider\"},{label:\"Ad\",value:\"ad\"},{label:\"Website\",value:\"website\"},{label:\"Client Referral\",value:\"client_referral\"},{label:\"Insurance Company\",value:\"insurance_company\"},{label:\"Online Directory\",value:\"online_directory\"},{label:\"Other\",value:\"other\"}],Fd=(e,t,r)=>{switch(e){case\"ad\":return[{label:\"Facebook\",value:\"Facebook\"},{label:\"Google\",value:\"Google\"},{label:\"Twitter\",value:\"Twitter\"},{label:\"ZocDoc\",value:\"ZocDoc\"},{label:\"Other\",value:\"Other\"}];case\"insurance_company\":return t;case\"client_referral\":return(r||[]).map(n=>({label:n.full_name,value:n.id}));default:return[]}},ta=e=>{switch(e){case\"client_referral\":return\"Client Name\";case\"referring_provider\":return\"Provider Name\";case\"ad\":return\"Ad Name\";case\"insurance_company\":return\"Insurance Company\";case\"website\":case\"online_directory\":return\"Website URL (optional)\";default:return\"Enter source (optional)\"}};import{useState as u0}from\"react\";import{jsx as nn,jsxs as Id}from\"react/jsx-runtime\";var c0=[\"ad\",\"insurance_company\"],Nd=({name:e,label:t,required:r})=>{let[n,i]=u0(\"\"),{data:o}=ld({variables:{keywords:n}});return nn(Q,{name:e,required:r,parse:a=>JSON.stringify(a),format:a=>a?JSON.parse(a):{ref_type:\"\",ref_source:\"\"},render:({input:a})=>{var c;let s=a.value??{ref_type:\"\",ref_source:\"\"},l=p=>d=>{let f={...s,[p]:d};p===\"ref_source\"&&\"ref_source_other\"in f&&delete f.ref_source_other,a.onChange(f)},u={onBlur:a.onBlur,onFocus:a.onFocus};return Id(V,{label:t,required:r,fieldClassName:\"client-source-field\",innerWrapperClassName:\"client-source-inner\",children:[nn(Be,{...u,options:Td,value:s.ref_type,onChange:l(\"ref_type\")}),c0.includes(s.ref_type)?Id(\"div\",{children:[nn(Be,{...u,options:Fd(s.ref_type,((c=o==null?void 0:o.insurancePlans)==null?void 0:c.map(p=>({label:(p==null?void 0:p.name_and_id)??\"\",value:(p==null?void 0:p.id)??\"\"})))??[],[]),value:s.ref_source,onChange:l(\"ref_source\"),onInputChange:i}),s.ref_source===\"Other\"&&nn(le,{...u,value:s.ref_source_other,onChange:l(\"ref_source_other\"),placeholder:ta(s.ref_type)})]}):nn(le,{...u,value:s.ref_source,onChange:l(\"ref_source\"),placeholder:ta(s[0])})]})}})};import{jsx as b,jsxs as Rt}from\"react/jsx-runtime\";var Ad=({customModule:e})=>{if(!e)return null;let t=e.options!==\"\"?e.options:e.hipaa_name||\"The Provider\";return Rt(\"div\",{className:\"tabable tabable-anchor top-anchor hipaa-field\",children:[\"HIPAA NOTICE OF PRIVACY PRACTICES\",b(\"br\",{}),b(\"br\",{}),\"This notice outlines your protected health information, how it may be used, and what your rights are. Please review carefully and ask any questions prior to signing. Questions about this notice can be directed to\",\" \",t,\".\",b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"OUR PLEDGE REGARDING PROTECTED HEALTH INFORMATION:\"}),b(\"br\",{}),b(\"br\",{}),\"We, \",t,\" understand that protected health information about you and your health is personal. We are committed to protecting health information about you. This Notice applies to all of the records of your care generated by \",t,\", whether made by \",t,\" personnel or your personal doctor or other health care provider. This Notice will tell you about the ways in which we may use and disclose protected health information about you. We also describe your rights and certain obligations we have regarding the use and disclosure of protected health information. The law requires us to:\",b(\"br\",{}),b(\"br\",{}),Rt(\"ul\",{style:{listStyleType:\"disc\"},children:[b(\"li\",{children:\"make sure that protected health information that identifies you is kept private\"}),b(\"li\",{children:\"notify you about how we protect protected health information about you\"}),b(\"li\",{children:\"explain how, when and why we use and disclose protected health information\"}),b(\"li\",{children:\"follow the terms of the Notice that is currently in effect.\"})]}),b(\"br\",{}),b(\"br\",{}),\"We are required to follow the procedures in this Notice. We reserve the right to change the terms of this Notice and to make new notice provisions effective for all protected health information that we maintain by:\",b(\"br\",{}),b(\"br\",{}),Rt(\"ul\",{style:{listStyleType:\"disc\"},children:[b(\"li\",{children:\"posting the revised Notice in our office\"}),b(\"li\",{children:\"making copies of the revised Notice available upon request\"}),b(\"li\",{children:\"posting the revised Notice on our website.\"})]}),b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"HOW WE MAY USE AND DISCLOSE PROTECTED HEALTH INFORMATION ABOUT YOU\"}),b(\"br\",{}),b(\"br\",{}),\"The following categories describe different ways that we use and disclose protected health information without your written authorization.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"For Treatment\"}),\": We may use protected health information about you to provide you with, coordinate or manage your medical treatment or services. We may disclose protected health information about you to doctors, nurses, technicians, medical students, or other personnel who are involved in taking care of you. \",t,\" staff may also share protected health information about you in order to coordinate the different things you need, such as prescriptions, lab work and x-rays. We also may disclose protected health information about you to people outside \",t,\"\\u2019s office who may be involved in your medical care. We may use and disclose protected health information to contact you as a reminder that you have an appointment for treatment or medical care at \",t,\". We may use and disclose protected health information to tell you about or recommend possible treatment options or alternatives or health-related benefits or services.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"For Payment for Services\"}),\": We may use and disclose protected health information about you so that the treatment and services you receive at\",\" \",t,\" may be billed to and payment may be collected from you, an insurance company or a third party. For example, we may need to give your health plan information about services you received at \",t,\" so your health plan will pay us or reimburse you for the service. We may also tell your health plan about the services you are going to receive to obtain prior approval or to determine whether your plan will cover the treatment.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"For Health Care Operations\"}),\": We may use and disclose protected health information about you for \",t,\" health care operations, such as our quality assessment and improvement activities, case management, coordination of care, business planning, customer services and other activities. These uses and disclosures are necessary to run the facility, reduce health care costs, and make sure that all of our patients receive quality care. We may also combine protected health information about many\",\" \",t,\" patients to decide what additional services \",t,\" should offer, what services are not needed, and whether certain new treatments are effective. We may also disclose information to doctors, nurses, technicians, medical students, and other \",t,\" personnel for review and learning purposes. We may also combine the protected health information we have with protected health information from other health care facilities to compare how we are doing and see where we can make improvements in the care and services we offer. We may remove information that identifies you from this set of protected health information so others may use it to study healthcare and health care delivery without learning who the specific patients are. We may also contact you as part of a fundraising effort. Subject to applicable state law, in some limited situations the law allows or requires us to use or disclose your health information for purposes beyond treatment, payment, and operations. However, some of the disclosures set forth below may never occur at our facilities.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"As Required By Law\"}),\": We will disclose protected health information about you when required to do so by federal, state or local law.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Research\"}),\": We may disclose your PHI to researchers when their research has been approved by an institutional review board or privacy board that has reviewed the research proposal and established protocols to ensure the privacy of your information.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Health Risks\"}),\": We may disclose protected health information about you to a government authority if we reasonably believe you are a victim of abuse, neglect, or domestic violence. We will only disclose this type of information to the extent required by law, if you agree to the disclosure, or if the disclosure is allowed by law and we believe it is necessary to prevent or lessen a serious and imminent threat to you or another person.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Judicial and Administrative Proceedings\"}),\": If you are involved in a lawsuit or dispute, we may disclose your information in response to a court or administrative order. We may also disclose health information about you in response to a subpoena, discovery request, or other lawful process by someone else involved in the dispute, but only if efforts have been made, either by us or the requesting party, to tell you about the request or to obtain an order protecting the information requested.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Business Associates\"}),\": We may disclose information to business associates who perform services on our behalf (such as billing companies); however, we require them to appropriately safeguard your information. Public Health. As required by law, we may disclose your protected health information to public health or legal authorities charged with preventing or controlling disease, injury, or disability.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"To Avert a Serious Threat to Health or Safety\"}),\": We may use and disclose protected health information about you when necessary to prevent a serious threat to your health and safety or the health and safety of the public or another person.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Health Oversight Activities\"}),\": We may disclose health information to a health oversight agency for activities authorized by law. These activities include audits, investigations, and inspections, which may be necessary for licensure and for the government to monitor the health care system, government programs, and compliance with civil rights laws.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Law Enforcement\"}),\": We may release protected health information as required by law, or in response to an order or warrant of a court, a subpoena, or an administrative request. We may also disclose protected health information in response to a request related to identification or location of an individual, victims of crime, decedents, or a crime on the premises.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Organ and Tissue Donation\"}),\": If you are an organ donor, we may release protected health information to organizations that handle organ procurement or organ, eye or tissue transplantation or to an organ donation bank to facilitate organ or tissue donation and transplantation.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Special Government Functions\"}),\": If you are a member of the armed forces, we may release protected health information about you if it relates to military and veterans\\u2019 activities. We may also release your protected health information for national security and intelligence purposes, protective services for the President, and medical suitability or determinations of the Department of State.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Coroners, Medical Examiners, and Funeral Directors\"}),\": We may release protected health information to a coroner or medical examiner. This may be necessary, for example, to identify a deceased person or determine the cause of death. We may also disclose protected health information to funeral directors consistent with applicable law to enable them to carry out their duties.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Correctional Institutions and Other Law Enforcement Custodial Situations\"}),\": If you are an inmate of a correctional institution or under the custody of a law enforcement official, we may release protected health information about you to the correctional institution or law enforcement official as necessary for your or another person\\u2019s health and safety.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Worker\\u2019s Compensation\"}),\": We may disclose information as necessary to comply with laws relating to worker\\u2019s compensation or other similar programs established by law.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Food and Drug Administration\"}),\": We may disclose to the FDA, or persons under the jurisdiction of the FDA, protected health information relative to adverse events with respect to drugs, foods, supplements, products and product defects, or post marketing surveillance information to enable product recalls, repairs, or replacement.\",b(\"br\",{}),b(\"br\",{}),\"YOU CAN OBJECT TO CERTAIN USES AND DISCLOSURES. Unless you object, or request that only a limited amount or type of information be shared, we may use or disclose protected health information about you in the following circumstances:\",Rt(\"ul\",{style:{listStyleType:\"disc\"},children:[b(\"li\",{children:\"We may share with a family member, relative, friend, or other person identified by you protected health information directly relevant to that person\\u2019s involvement in your care or payment for your care. We may also share information to notify these individuals of your location, general condition or death.\"}),b(\"li\",{children:\"We may share information with a public or private agency (such as the American Red Cross) for disaster relief purposes. Even if you object, we may still share this information if necessary for the emergency circumstances.\"})]}),b(\"br\",{}),b(\"br\",{}),\"If you would like to object to use and disclosure of protected health information in these circumstances, please call or write to our contact person listed on page 1 of this Notice.\",b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"YOUR RIGHTS REGARDING PROTECTED HEALTH INFORMATION ABOUT YOU.\"}),b(\"br\",{}),b(\"br\",{}),\"You have the following rights regarding protected health information we maintain about you:\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to Inspect and Copy\"}),\": You have the right to inspect and copy protected health information that may be used to make decisions about your care. Usually, this includes medical and billing records. To inspect and copy protected health information that may be used to make decisions about you, you must submit your request in writing to \",t,\". If you request a copy of the information, we may charge a fee for the costs of copying, mailing or other supplies associated with your request, and we will respond to your request no later than 30 days after receiving it. There are certain situations in which we are not required to comply with your request. In these circumstances, we will respond to you in writing, stating why we will not grant your request and describe any rights you may have to request a review of our denial.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to Amend\"}),\": If you feel that protected health information we have about you is incorrect or incomplete, you may ask us to amend or supplement the information. To request an amendment, your request must be made in writing and submitted to \",t,\". In addition, you must provide a reason that supports your request. We will act on the/ your request for an amendment no later than 60 days after receiving the request. We may deny your request for an amendment if it is not in writing or does not include a reason to support the request, and will provide a written denial to you. In addition, we may deny your request if you ask us to amend information that:\",b(\"br\",{}),b(\"br\",{}),Rt(\"ul\",{style:{listStyleType:\"disc\"},children:[b(\"li\",{children:\"Was not created by us, unless the person or entity that created the information is no longer available to make the amendment\"}),Rt(\"li\",{children:[\"Is not part of the protected health information kept by \",t]}),b(\"li\",{children:\"Is not part of the information which you would be permitted to inspect and copy, or\"}),b(\"li\",{children:\"We believe is accurate and complete.\"})]}),b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to an Accounting of Disclosures\"}),': You have the right to request an \"accounting of disclosures.\" This is a list of the disclosures we made of protected health information about you. To request this list or accounting of disclosures, you must submit your request in writing to',\" \",t,\". You may ask for disclosures made up to six years before your request (not including disclosures made before June 25, 2014). The first list you request within a 12-month period will be free. For additional lists, we may charge you for the costs of providing the list. We are required to provide a listing of all disclosures except the following:\",b(\"br\",{}),b(\"br\",{}),Rt(\"ul\",{style:{listStyleType:\"disc\"},children:[b(\"li\",{children:\"For your treatment\"}),b(\"li\",{children:\"For billing and collection of payment for your treatment\"}),b(\"li\",{children:\"For health care operations\"}),b(\"li\",{children:\"Made to or request by you, or that you authorized\"}),b(\"li\",{children:\"Occurring as a byproduct of permitted use and disclosures\"}),b(\"li\",{children:\"For national security or intelligence purposes or to correctional institutions or law enforcement regarding inmates\"}),b(\"li\",{children:\"As part of a limited data set of information that does not contain information identifying you\"})]}),b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to Request Restrictions\"}),\": You have the right to request a restriction or limitation on the protected health information we use or disclose about you for treatment, payment or health care operations or to persons involved in your care. We are not required to agree to your request. If we do agree, we will comply with your request unless the information is needed to provide you emergency treatment, the disclosure is to the Secretary of the Department of Health and Human Services, or the disclosure is for one of the purposes described on pages 4-5. To request restrictions, you must make your request in writing to \",t,\".\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to Request Confidential Communications\"}),\": You have the right to request that we communicate with you about medical matters in a certain way or at a certain location. For example, you can ask that we only contact you at work or by mail. To request confidential communications, you must make your request in writing to \",t,\". We will accommodate all reasonable requests.\",b(\"br\",{}),b(\"br\",{}),b(\"u\",{children:\"Right to a Paper Copy of This Notice\"}),\": You have the right to a paper copy of this Notice at any time by contacting \",t,\".\",b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"OTHER USES AND DISCLOSURES\"}),b(\"br\",{}),b(\"br\",{}),\"We will obtain your written authorization before using or disclosing your protected health information for purposes other than those provide for above (or as otherwise permitted or required by law). You may revoke this authorization in writing at any time. Upon receipt of the written revocation, we will stop using or disclosing your information, except to the extent that we have already taken action in reliance on the authorization.\",b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"YOU MAY FILE A COMPLAINT ABOUT OUR PRIVACY PRACTICES\"}),b(\"br\",{}),b(\"br\",{}),\"If you believe your privacy rights have been violated, you may file a complaint with \",t,\", or file a written complaint with the Secretary of the Department of Health and Human Services. A complaint to the Secretary should be filed within 180 days of the occurrence of the complaint or violation. If you file a complaint, we will not take any action against you or change our treatment of you in any way.\",b(\"br\",{}),b(\"br\",{}),b(\"br\",{}),b(\"br\",{}),b(\"b\",{children:\"Acknowledgement Confirming Receipt of HIPAA Privacy Notice\"}),b(\"br\",{}),b(\"br\",{}),\"I acknowledge I have received a copy of the HIPAA Privacy Notice. Please sign and date below.\",b(\"br\",{}),b(\"br\",{})]})};import{jsx as Ed,jsxs as d0}from\"react/jsx-runtime\";var p0=({customModule:e,label:t})=>e?d0(V,{label:t,fieldClassName:\"read-only-field\",children:[e.sublabel?Ed(\"p\",{className:\"sublabel\",children:e.sublabel}):null,Ed(Pe,{htmlContent:e.options,type:\"div\"})]}):null,Dd=p0;import m0 from\"@u-wave/react-vimeo\";import{jsx as di}from\"react/jsx-runtime\";function Md({name:e,customModule:t,label:r}){return di(Q,{validate:t.required?f0:void 0,name:e,render:({input:n})=>di(V,{label:r,required:t.required,fieldClassName:\"video-field\",children:t!=null&&t.options.includes(\"vimeo\")?di(m0,{video:t.options,width:\"560\",height:\"315\",onEnd:t.required?()=>n.onChange(t.options):void 0}):di(\"iframe\",{width:\"560\",height:\"315\",src:t.options,allowFullScreen:!0,title:\"Custom Module\",className:\"video-field\"})})})}var f0=e=>e?void 0:\"You need to finish watching the video\";import{Fragment as h0,jsx as vt,jsxs as Od}from\"react/jsx-runtime\";var y0=({checkedOptions:e,onOptionClick:t,label:r,required:n})=>vt(V,{label:r,required:n,fieldClassName:\"marketing-permission-field\",children:vt(yr,{options:[{label:\"Opt In\",value:\"opt in\"},{label:\"Opt Out\",value:\"opt out\"}]})}),Rd=({name:e,required:t,label:r,...n})=>e?vt(Q,{name:e,required:t,parse:i=>JSON.stringify(i),format:i=>i?JSON.parse(i):{permission:\"\",communication:\"\"},render:({input:{value:i,onChange:o,onBlur:a}})=>Od(V,{label:r,required:t,fieldClassName:\"marketing-permission-field\",children:[vt(yr,{options:[{label:\"Opt In\",value:\"opt in\"},{label:\"Opt Out\",value:\"opt out\"}],onSelect:s=>{o({permission:s}),a()},selectedOption:i==null?void 0:i.permission}),i.permission===\"opt in\"&&vt(yr,{label:\"What is your preferred communication method?\",options:[{label:\"Email\",value:\"email\"},{label:\"Text Message\",value:\"text message\"}],onSelect:s=>{o({...i,communication:s}),a()},selectedOption:i==null?void 0:i.communication}),i.communication===\"text message\"&&Od(h0,{children:[vt(Dt,{onChange:s=>{o({...i,phone:s})},value:(i==null?void 0:i.phone)??\"\"}),vt(\"p\",{className:\"marketing-permission-phone-hint\",children:\"Please verify your mobile phone number\"})]})]})},e):vt(y0,{...n});import{format as g0}from\"date-fns\";import ra from\"react-datepicker\";import{jsx as on}from\"react/jsx-runtime\";var _0=typeof ra.default<\"u\"?ra.default:ra,Ld=({onChange:e,value:t,name:r,label:n,required:i,...o})=>on(V,{label:n,required:i,fieldClassName:\"text-field\",children:on(_0,{onChange:s=>{e&&e(g0(s,\"MMMM dd, yyyy\"))},autoComplete:\"off\",timeCaption:\"time\",dateFormat:\"MMMM dd, yyyy\",value:t??void 0,className:\"input input-date-picker\"})}),Pd=({name:e,...t})=>e?on(Q,{name:e,required:t.required,render:({input:r})=>on(Ld,{...t,...r})}):on(Ld,{...t});import{jsx as G}from\"react/jsx-runtime\";function Qd({customModule:e,name:t,form:r,index:n}){var s,l,u;let i=t+\".answer\",o={name:i,label:(e==null?void 0:e.label)??void 0,required:(e==null?void 0:e.required)??void 0,customModule:e},a=c=>{r.mutators.setFieldTouchedState(i,c)};switch(e.mod_type){case\"agree_to_above\":return G(xp,{...o});case\"checkbox\":return G(Xp,{options:((s=e.options_array)==null?void 0:s.map(c=>({label:c??\"\",name:c??\"\"})))??[],...o});case\"dob\":case\"date\":return G(Rp,{...o});case\"date_picker\":return G(Pd,{...o});case\"diagnosis\":return G(kd,{...o});case\"document_upload\":return G(\"p\",{children:\"Document Upload field is not supported\"});case\"medications\":return G(md,{...o,required:!1});case\"blood_pressure\":return G(td,{...o,required:!1});case\"document\":return G(Qp,{...o});case\"dropdown\":return G(Be,{...o,options:((l=e.options_array)==null?void 0:l.map(c=>({value:c??\"\",label:c??\"\"})))??[]});case\"folder\":return G(qp,{...o});case\"gender\":return G(Jo,{...o,options:[J(\"Male\"),J(\"Female\"),J(\"Other\")]});case\"allergy\":return G(yd,{...o,required:!1});case\"intolerance/sensitivity\":return G(fd,{...o,required:!1});case\"preference\":return G(ud,{...o,required:!1});case\"Height (in.)\":case\"height\":return G(pi,{...o,isMetric:e.mod_type===\"height\"});case\"BMI(cm)\":case\"BMI(in.)\":return G(vd,{...o,isMetric:e.mod_type===\"BMI(cm)\"});case\"hipaa\":return G(Ad,{...o});case\"radio\":case\"horizontal_radio\":return G(Jo,{...o,options:((u=e.options_array)==null?void 0:u.map(c=>({label:c??\"\",value:c??\"\"})))??[],orientation:e.mod_type===\"horizontal_radio\"?\"horizontal\":\"vertical\"});case\"label\":return G(V,{fieldClassName:\"label-field\",...o});case\"location\":return G(wd,{...o});case\"matrix\":return G(Hp,{...o,setTouched:a});case\"referring_provider\":return G(Wo,{...o,required:!1});case\"name\":return G(Wo,{...o});case\"phone\":return G(le,{...o,type:\"tel\"});case\"read_only\":return G(Dd,{...o});case\"signature\":return G(Wp,{...o});case\"time\":return G(Zp,{...o});case\"textarea\":return G(Yp,{...o});case\"legal_name\":case\"text\":case\"address\":case\"email\":case\"pronouns\":case\"gender_identity\":return G(le,{...o});case\"number\":case\"Weight\":case\"A1C\":case\"Body Temperature\":case\"Oxygen Saturation\":case\"Waist Circumference\":case\"Blood Sugar\":case\"Body Fat %\":return G(Ne,{...o,preventNegatives:e.mod_type===\"Weight\"});case\"video\":return G(Md,{...o});case\"billing_item\":return G(hd,{...o});case\"anatomical_charting\":return G(Ap,{...o});case\"marketing_permission\":return G(Rd,{...o,required:!1});case\"client_source\":return G(Nd,{...o});default:return G(Ne,{...o,preventNegatives:e.mod_type===\"Weight\"})}}var v0={is_less_than:(e,t)=>parseFloat(e)parseFloat(e)>parseFloat(t),is_greater_than_or_equal_to:(e,t)=>parseFloat(e)>=parseFloat(t),is_less_than_or_equal_to:(e,t)=>parseFloat(e)<=parseFloat(t),is_equal_to:(e,t)=>(e==null?void 0:e.trim())===(t==null?void 0:t.trim()),is_not_equal_to:(e,t)=>(e==null?void 0:e.trim())!==(t==null?void 0:t.trim()),includes:(e,t)=>e==null?void 0:e.split(`\n`).map(r=>r.trim()).includes(t==null?void 0:t.trim()),does_not_include:(e,t)=>!(e!=null&&e.split(`\n`).map(r=>r.trim()).includes(t==null?void 0:t.trim())),contains:(e,t)=>e==null?void 0:e.trim().includes(t==null?void 0:t.trim()),does_not_contain:(e,t)=>!(e!=null&&e.trim().includes(t==null?void 0:t.trim()))},b0=(e,t,r)=>!e||!r||!t?!1:v0[e](t,r),na=(e,t,r=new Set)=>{var s;if(!e||!(t!=null&&t.form_answers)||e.filter_type==null)return!0;let n=(s=t.form_answers)==null?void 0:s.find(l=>{var c;return(l.custom_module_id||((c=l.custom_module)==null?void 0:c.id))===e.conditional_custom_module_id});if(n==null)return!1;let i=e.conditional_custom_module_id||\"\";if(!i)return!0;if(r.has(i))return console.error(\"Unable to save because the conditional logic in this form may result in an infinite loop.\"),!1;if(r.add(i),Boolean(n==null?void 0:n.conditional_custom_module_id)&&!na({conditional_custom_module_id:n.conditional_custom_module_id||\"\",filter_type:n.filter_type,value_to_filter:n.value_to_filter||\"\"},t,r))return!1;let a=(n==null?void 0:n.answer)||\"\";return b0(e.filter_type,a,e.value_to_filter)};import{Fragment as I0,jsx as Je,jsxs as Vd}from\"react/jsx-runtime\";var k0=(e,{fields:t},r)=>{let[n,i]=e,o=t[n];o&&(o.touched=i)};function T0({id:e,onSubmit:t,submitButtonText:r,onQueryStateChange:n,onMutationStateChange:i}){let{data:o,saveFormAnswers:a,loading:s,error:l,mutationStatus:u}=_p(e);ia(()=>{i&&i(u)},[u]),ia(()=>{n&&n({loading:s,error:l,data:o})},[s]);let c=o==null?void 0:o.customModuleForm,p=o==null?void 0:o.initialFormAnswers,d=g=>({form_answers:(g??[]).filter(S=>S!==null).map((S,F)=>{var k;return{custom_module_id:S.custom_module_id,custom_module:(k=c==null?void 0:c.custom_modules)==null?void 0:k[F],answer:S.answer,user_id:S.user_id,id:null,label:null,conditional_custom_module_id:S.conditional_custom_module_id,filter_type:S.filter_type,value_to_filter:S.value_to_filter}})}),f=p?d(p):null,[v,h]=w0(p?d(p):null);return ia(()=>{p&&h(d(p))},[p]),c?Vd(\"div\",{className:\"healthie-container\",children:[Je(\"p\",{children:\"test\"}),Je(C0,{onSubmit:async g=>{let _=!0;t&&await t(g)===!1&&(_=!1),_&&await a({variables:{form_answers:g.form_answers.map(N=>({...N,custom_module:void 0})),finished:!0}})},initialValues:v??void 0,mutators:{setFieldTouchedState:k0,...x0},render:({handleSubmit:g,form:_,submitting:N,pristine:S,values:F,errors:k,valid:y,touched:M})=>Vd(\"form\",{onSubmit:O=>{g(O)},className:\"healthie-form\",children:[Je(S0,{name:\"form_answers\",children:({fields:O})=>Je(I0,{children:O.map((L,Y)=>Je(F0,{customModule:F.form_answers[Y].custom_module,form:_,name:L,index:Y,values:F,initialValues:f},Y))})}),Je(\"div\",{className:\"submit-button-container\",children:Je(\"button\",{type:\"submit\",className:\"primary-button submit-button\",children:r??\"Submit\"})})]})})]}):null}var F0=({customModule:e,form:t,name:r,index:n,values:i,initialValues:o})=>{var u;let a=e.custom_module_condition,s=((u=o==null?void 0:o.form_answers)==null?void 0:u[n])??null;return(s&&typeof s==\"object\"&&\"filter_type\"in s?na({conditional_custom_module_id:s.conditional_custom_module_id||\"\",filter_type:s.filter_type,value_to_filter:s.value_to_filter||\"\"},i):!0)?Je(\"div\",{className:\"form-field-container\",children:Je(Qd,{customModule:i.form_answers[n].custom_module,form:t,name:r,index:n})},n):null};import{Buffer as C_}from\"buffer\";import x_ from\"react-select\";var N0={},A0=E`\n query embedWidgetSetup($locationString: String, $is_for_web: Boolean) {\n embedWidgetSteps(locationString: $locationString, is_for_web: $is_for_web) {\n title\n id\n }\n brand(locationString: $locationString) {\n id\n embeddable_layout_css_url\n gtm_id\n ga_id\n }\n }\n`;function $d(e){let t={...N0,...e};return U(A0,t)}var mi=E`\n fragment ClientOfferingFragment on Offering {\n id\n name\n price\n currency\n description\n repeat_times\n can_be_gifted\n first_time_payment\n offering_image_url\n frequency_times_string\n billing_frequency\n ask_for_cc\n video_url\n show_offering\n includes_ended_fixed_course\n under_purchase_cap\n embed_question_form_id\n living_plate_meal_plan_name\n visibility_status\n charge_immediately\n initial_payment_amount\n initial_price_with_taxes\n offering_lab_options {\n id\n lab_option {\n id\n name\n }\n }\n offering_courses {\n id\n course {\n id\n name\n }\n }\n offering_includes {\n id\n quantity\n is_repeating\n required_appointment_type\n appointment_type {\n id\n name\n clients_can_book\n }\n }\n offering_products {\n id\n price\n quantity\n taxable\n tax_amount\n product {\n id\n name\n tax_rate\n tax_description\n }\n }\n }\n`;var E0={},D0=E`\n query GetOfferings(\n $only_client_visible: Boolean\n $offering_id: ID\n $provider_id: ID\n $should_paginate: Boolean\n $offering_ids: [ID]\n $status: String\n $offset: Int\n $page_size: Int\n ) {\n offerings(\n only_client_visible: $only_client_visible\n offering_id: $offering_id\n provider_id: $provider_id\n should_paginate: $should_paginate\n offering_ids: $offering_ids\n status: $status\n offset: $offset\n page_size: $page_size\n ) {\n ...ClientOfferingFragment\n }\n offeringsCount(\n only_client_visible: $only_client_visible\n offering_id: $offering_id\n provider_id: $provider_id\n should_paginate: $should_paginate\n offering_ids: $offering_ids\n )\n }\n ${mi}\n`;function qd(e){let t={...E0,...e};return U(D0,t)}var M0={},O0=E`\n query getOrganizationCareTeamMembers(\n $provider_id: ID\n $provider_ids: [ID]\n $offering_ids: [ID]\n $appointment_type_ids: String\n $state_licenses: [String]\n ) {\n organization(\n provider_id: $provider_id\n provider_ids: $provider_ids\n state_licenses: $state_licenses\n ) {\n id\n providers: active_care_team_members(\n provider_ids: $provider_ids\n state_licenses: $state_licenses\n ) {\n id\n full_name\n qualifications\n avatar_url\n has_future_availabilities(offering_ids: $offering_ids)\n state_licenses {\n id\n state\n full_state_name\n }\n appointment_types(\n require_client_bookable: true\n appointment_type_ids: $appointment_type_ids\n ) {\n id\n require_in_state_clients\n }\n }\n }\n }\n`;function Gd(e){let t={...M0,...e};return U(O0,t)}import{loadStripe as w_}from\"@stripe/stripe-js\";import{Elements as S_}from\"@stripe/react-stripe-js\";import{useEffect as Vm,useMemo as dn,useState as Ve}from\"react\";import{Waypoint as k_}from\"react-waypoint\";import ua from\"react-datepicker\";import Ct from\"clsx\";var R0={},L0=E`\n query getEmbeddableCheckoutInfo(\n $appointment_type_id: ID\n $offering_id: ID\n $appointment_id: ID\n $appointment_location_id: ID\n $provider_id: ID\n $coupon_code: String\n $appointment_date: String\n $location_ids: String\n $intake_flow_uuid: String\n $fetch_intake_flow: Boolean = false\n ) {\n offering(id: $offering_id) {\n ...ClientOfferingFragment\n }\n appointment(id: $appointment_id) {\n id\n location\n contact_type\n }\n appointmentLocation(id: $appointment_location_id) {\n id\n location\n }\n appointmentLocations(\n provider_id: $provider_id\n appointment_date: $appointment_date\n appointment_type_id: $appointment_type_id\n location_ids: $location_ids\n ) {\n id\n location\n }\n appointmentType(id: $appointment_type_id) {\n id\n name\n is_group\n available_contact_types\n dont_ask_for_reason\n embed_question_form_id\n }\n currentUser {\n id\n stripe_customer_detail {\n id\n last_four\n card_type\n expiration\n bank_type\n }\n }\n validateCoupon(\n coupon_code: $coupon_code\n offering_id: $offering_id\n provider_id: $provider_id\n ) {\n new_price\n new_first_price\n fail_reason\n still_ask_for_cc\n repeat_times\n first_amount\n }\n onboardingFlow(uuid: $intake_flow_uuid) @include(if: $fetch_intake_flow) {\n id\n onboarding_items(custom_module_forms_only: true) {\n id\n item_id\n is_last_item(custom_module_forms_only: true)\n }\n }\n }\n ${mi}\n`;function Bd(e){let t={...R0,...e};return U(L0,t)}import{jsx as zd}from\"react/jsx-runtime\";var P0=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>zd(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:zd(\"path\",{d:\"M21.5419 5.40514C21.4096 5.27676 21.2522 5.17487 21.0788 5.10534C20.9053 5.0358 20.7193 5 20.5315 5C20.3436 5 20.1576 5.0358 19.9842 5.10534C19.8108 5.17487 19.6534 5.27676 19.5211 5.40514L8.91899 15.6227L4.46469 11.322C4.32733 11.1943 4.16518 11.0939 3.9875 11.0265C3.80982 10.9591 3.62009 10.9261 3.42914 10.9293C3.23819 10.9324 3.04975 10.9718 2.8746 11.045C2.69945 11.1183 2.54101 11.2241 2.40832 11.3563C2.27563 11.4885 2.1713 11.6445 2.10128 11.8155C2.03125 11.9865 1.99691 12.1691 2.00022 12.3529C2.00352 12.5367 2.0444 12.7181 2.12053 12.8866C2.19666 13.0552 2.30654 13.2077 2.4439 13.3354L7.90859 18.5949C8.04088 18.7232 8.19828 18.8251 8.3717 18.8947C8.54512 18.9642 8.73112 19 8.91899 19C9.10685 19 9.29286 18.9642 9.46628 18.8947C9.6397 18.8251 9.79709 18.7232 9.92939 18.5949L21.5419 7.41852C21.6863 7.29027 21.8016 7.1346 21.8804 6.96134C21.9593 6.78808 22 6.60098 22 6.41183C22 6.22268 21.9593 6.03558 21.8804 5.86232C21.8016 5.68906 21.6863 5.5334 21.5419 5.40514Z\",fill:r})}),fi=P0;import{jsx as Ze,jsxs as oa}from\"react/jsx-runtime\";var Q0=({width:e=\"28px\",height:t=\"29px\"})=>oa(\"svg\",{width:e,height:t,viewBox:\"0 0 28 29\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:[Ze(\"title\",{children:\"ProgramItemIcon\"}),Ze(\"g\",{id:\"Book-Appointment---Web\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:Ze(\"g\",{id:\"D->-Appointment->-Credit-Permutations\",transform:\"translate(-164.000000, -87.000000)\",children:Ze(\"g\",{id:\"Program/List\",transform:\"translate(154.000000, 77.000000)\",children:Ze(\"g\",{id:\"Group\",transform:\"translate(10.000000, 10.000000)\",children:oa(\"g\",{id:\"Icon/Program\",transform:\"translate(0.000000, 0.000000)\",children:[Ze(\"circle\",{id:\"Oval-Copy\",fill:\"#4C1559\",cx:\"13.9534884\",cy:\"15\",r:\"13.9534884\"}),Ze(\"circle\",{id:\"Oval-Copy-2\",fill:\"#872F9B\",cx:\"13.9534884\",cy:\"13.9534884\",r:\"13.9534884\"}),oa(\"g\",{id:\"File-Notes-Document\",strokeWidth:\"1\",transform:\"translate(5.581395, 5.581395)\",children:[Ze(\"polygon\",{id:\"Path\",points:\"0 0 16.744186 0 16.744186 16.744186 0 16.744186\"}),Ze(\"path\",{d:\"M12.5581395,1.39534884 L12.5581395,3.48837209 L11.1627907,3.48837209 L11.1627907,1.39534884 L9.06976744,1.39534884 L9.06976744,3.48837209 L7.6744186,3.48837209 L7.6744186,1.39534884 L5.58139535,1.39534884 L5.58139535,3.48837209 L4.18604651,3.48837209 L4.18604651,1.39534884 L2.09302326,1.39534884 L2.09302326,15.3488372 L14.6511628,15.3488372 L14.6511628,1.39534884 L12.5581395,1.39534884 Z M4.88372093,6.27906977 L10.4651163,6.27906977 L10.4651163,7.6744186 L4.88372093,7.6744186 L4.88372093,6.27906977 Z M11.8604651,13.255814 L4.88372093,13.255814 L4.88372093,11.8604651 L11.8604651,11.8604651 L11.8604651,13.255814 Z M11.8604651,10.4651163 L4.88372093,10.4651163 L4.88372093,9.06976744 L11.8604651,9.06976744 L11.8604651,10.4651163 Z\",id:\"Shape\",fill:\"#FFFFFF\",fillRule:\"nonzero\",transform:\"translate(8.372093, 8.372093) rotate(-15.000000) translate(-8.372093, -8.372093) \"})]})]})})})})})]}),an=Q0;import{jsx as Ke,jsxs as Hd}from\"react/jsx-runtime\";var V0=({width:e=\"28px\",height:t=\"29px\"})=>Hd(\"svg\",{width:e,height:t,viewBox:\"0 0 28 29\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:[Ke(\"title\",{children:\"CreditCoinIcon\"}),Ke(\"g\",{id:\"Book-Appointment---Web\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:Ke(\"g\",{id:\"D->-Appointment->-Credit-Permutations\",transform:\"translate(-164.000000, -150.000000)\",children:Ke(\"g\",{id:\"Credit/List-Copy\",transform:\"translate(154.000000, 140.000000)\",children:Ke(\"g\",{id:\"Group-2\",transform:\"translate(10.000000, 10.000000)\",children:Ke(\"g\",{id:\"Group\",children:Hd(\"g\",{id:\"Icon/Credit\",transform:\"translate(0.000000, 0.000000)\",children:[Ke(\"circle\",{id:\"Oval-Copy\",fill:\"#A58528\",fillRule:\"evenodd\",cx:\"13.9534884\",cy:\"15\",r:\"13.9534884\"}),Ke(\"path\",{d:\"M13.9534884,27.9069767 C21.6597872,27.9069767 27.9069767,21.6597872 27.9069767,13.9534884 C27.9069767,6.24718954 21.6597872,0 13.9534884,0 C6.24718954,0 0,6.24718954 0,13.9534884 C0,21.6597872 6.24718954,27.9069767 13.9534884,27.9069767 Z\",id:\"Oval\",fill:\"#F0B70E\",fillRule:\"evenodd\"}),Ke(\"path\",{d:\"M18.9837796,8.15406977 L17.611882,8.15406977 L17.611882,6.79142442 C17.611882,6.5416061 17.4060973,6.3372093 17.1545828,6.3372093 L16.2399844,6.3372093 C15.9884698,6.3372093 15.7826852,6.5416061 15.7826852,6.79142442 L15.7826852,8.15406977 L12.1242916,8.15406977 L12.1242916,6.79142442 C12.1242916,6.5416061 11.9185069,6.3372093 11.6669924,6.3372093 L10.752394,6.3372093 C10.5008794,6.3372093 10.2950948,6.5416061 10.2950948,6.79142442 L10.2950948,8.15406977 L8.92319719,8.15406977 C8.16579539,8.15406977 7.55129959,8.76442133 7.55129959,9.51671512 L7.55129959,19.5094477 C7.55129959,20.2617415 8.16579539,20.872093 8.92319719,20.872093 L18.9837796,20.872093 C19.7411814,20.872093 20.3556772,20.2617415 20.3556772,19.5094477 L20.3556772,9.51671512 C20.3556772,8.76442133 19.7411814,8.15406977 18.9837796,8.15406977 Z M18.9837796,10.8793605 L18.9837796,13.150436 L16.2399844,13.150436 L16.2399844,10.8793605 L18.9837796,10.8793605 Z M12.5815908,16.3299419 L12.5815908,14.0588663 L15.325386,14.0588663 L15.325386,16.3299419 L12.5815908,16.3299419 Z M15.325386,17.2383721 L15.325386,19.5094477 L12.5815908,19.5094477 L12.5815908,17.2383721 L15.325386,17.2383721 Z M11.6669924,16.3299419 L8.92319719,16.3299419 L8.92319719,14.0588663 L11.6669924,14.0588663 L11.6669924,16.3299419 Z M12.5815908,13.150436 L12.5815908,10.8793605 L15.325386,10.8793605 L15.325386,13.150436 L12.5815908,13.150436 Z M16.2399844,14.0588663 L18.9837796,14.0588663 L18.9837796,16.3299419 L16.2399844,16.3299419 L16.2399844,14.0588663 Z M11.6669924,10.8793605 L11.6669924,13.150436 L8.92319719,13.150436 L8.92319719,10.8793605 L11.6669924,10.8793605 Z M8.92319719,19.339117 L8.92319719,17.2383721 L11.6669924,17.2383721 L11.6669924,19.5094477 L9.09468439,19.5094477 C9.00036643,19.5094477 8.92319719,19.4327989 8.92319719,19.339117 Z M18.8122924,19.5094477 L16.2399844,19.5094477 L16.2399844,17.2383721 L18.9837796,17.2383721 L18.9837796,19.339117 C18.9837796,19.4327989 18.9066103,19.5094477 18.8122924,19.5094477 Z\",id:\"Shape\",fill:\"#FFFFFF\",fillRule:\"nonzero\",transform:\"translate(13.953488, 13.604651) rotate(-15.000000) translate(-13.953488, -13.604651) \"})]})})})})})})]}),aa=V0;var $0={},q0=E`\n query appointmentTypes(\n $offset: Int\n $keywords: String\n $provider_id: String\n $provider_ids: [String]\n $org_level: Boolean\n $appointment_type_ids: String\n $show_group: Boolean\n $should_paginate: Boolean\n $offering_id: String\n $clients_can_book: Boolean\n $appointment_location_id: String\n $user_id: ID\n $client_state_of_residence: String\n $embed_or_sharing_link: Boolean\n ) {\n appointmentTypesCount(\n keywords: $keywords\n provider_id: $provider_id\n appointment_type_ids: $appointment_type_ids\n org_level: $org_level\n show_group: $show_group\n offering_id: $offering_id\n clients_can_book: $clients_can_book\n embed_or_sharing_link: $embed_or_sharing_link\n )\n appointmentTypes(\n offset: $offset\n keywords: $keywords\n provider_id: $provider_id\n appointment_type_ids: $appointment_type_ids\n show_group: $show_group\n should_paginate: $should_paginate\n org_level: $org_level\n offering_id: $offering_id\n clients_can_book: $clients_can_book\n embed_or_sharing_link: $embed_or_sharing_link\n ) {\n id\n name\n length\n clients_have_credit\n client_call_provider\n availability_exists_for(\n provider_id: $provider_id\n org_level: $org_level\n provider_ids: $provider_ids\n appointment_location_id: $appointment_location_id\n )\n valid_state_licensing_for(\n provider_id: $provider_id\n org_level: $org_level\n provider_ids: $provider_ids\n client_state_of_residence: $client_state_of_residence\n )\n available_contact_types\n is_group\n is_waitlist_enabled\n require_in_state_clients\n }\n user(id: $user_id) {\n id\n phone_number\n }\n }\n`;function Ud(e){let t={...$0,...e};return U(q0,t)}var G0={},B0=E`\n query getDaysAvailableForRange(\n $provider_id: String\n $date_from_month: String\n $org_level: Boolean\n $contact_type: String\n $timezone: String\n $provider_ids: [String]\n $appt_type_id: String\n $appt_loc_id: String\n $clients_can_join_waitlist: Boolean\n $appointment_to_reschedule_id: ID\n $start_range_boundary: String\n $end_range_boundary: String\n $licensed_in_state: String\n ) {\n daysAvailableForRange(\n provider_id: $provider_id\n date_from_month: $date_from_month\n org_level: $org_level\n contact_type: $contact_type\n timezone: $timezone\n provider_ids: $provider_ids\n appt_type_id: $appt_type_id\n appt_loc_id: $appt_loc_id\n clients_can_join_waitlist: $clients_can_join_waitlist\n appointment_to_reschedule_id: $appointment_to_reschedule_id\n start_date_boundary: $start_range_boundary\n end_date_boundary: $end_range_boundary\n licensed_in_state: $licensed_in_state\n )\n }\n`;function Wd(e){let t={...G0,...e};return U(B0,t)}var z0={},H0=E`\n query availableSlotsForRange(\n $provider_id: String\n $start_date: String\n $end_date: String\n $org_level: Boolean\n $contact_type: String\n $timezone: String\n $provider_ids: [String]\n $appt_type_id: String\n $appointment_type_id: ID\n $appt_loc_id: String\n $clients_can_join_waitlist: Boolean\n $appointment_to_reschedule_id: ID\n $start_range_boundary: String\n $end_range_boundary: String\n $licensed_in_state: String\n ) {\n availableSlotsForRange(\n provider_id: $provider_id\n start_date: $start_date\n end_date: $end_date\n contact_type: $contact_type\n timezone: $timezone\n org_level: $org_level\n provider_ids: $provider_ids\n appt_type_id: $appt_type_id\n appt_loc_id: $appt_loc_id\n clients_can_join_waitlist: $clients_can_join_waitlist\n appointment_to_reschedule_id: $appointment_to_reschedule_id\n start_date_boundary: $start_range_boundary\n end_date_boundary: $end_range_boundary\n licensed_in_state: $licensed_in_state\n ) {\n user_id\n date\n appointment_id\n is_fully_booked\n has_waitlist_enabled\n }\n appointmentType(id: $appointment_type_id) {\n id\n name\n length\n no_availability_message\n }\n }\n`;function jd(e){let t={...z0,...e};return U(H0,t)}import ae from\"moment-timezone\";import{jsx as Yd}from\"react/jsx-runtime\";var U0=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>Yd(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:Yd(\"path\",{d:\"M12 19C12.1978 19 12.3911 18.9414 12.5556 18.8315C12.72 18.7216 12.8482 18.5654 12.9239 18.3827C12.9996 18.2 13.0194 17.9989 12.9808 17.8049C12.9422 17.6109 12.847 17.4327 12.7071 17.2929C12.5673 17.153 12.3891 17.0578 12.1951 17.0192C12.0011 16.9806 11.8 17.0004 11.6173 17.0761C11.4346 17.1518 11.2784 17.28 11.1685 17.4444C11.0586 17.6089 11 17.8022 11 18C11 18.2652 11.1054 18.5196 11.2929 18.7071C11.4804 18.8946 11.7348 19 12 19ZM17 19C17.1978 19 17.3911 18.9414 17.5556 18.8315C17.72 18.7216 17.8482 18.5654 17.9239 18.3827C17.9996 18.2 18.0194 17.9989 17.9808 17.8049C17.9422 17.6109 17.847 17.4327 17.7071 17.2929C17.5673 17.153 17.3891 17.0578 17.1951 17.0192C17.0011 16.9806 16.8 17.0004 16.6173 17.0761C16.4346 17.1518 16.2784 17.28 16.1685 17.4444C16.0586 17.6089 16 17.8022 16 18C16 18.2652 16.1054 18.5196 16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19ZM17 15C17.1978 15 17.3911 14.9414 17.5556 14.8315C17.72 14.7216 17.8482 14.5654 17.9239 14.3827C17.9996 14.2 18.0194 13.9989 17.9808 13.8049C17.9422 13.6109 17.847 13.4327 17.7071 13.2929C17.5673 13.153 17.3891 13.0578 17.1951 13.0192C17.0011 12.9806 16.8 13.0004 16.6173 13.0761C16.4346 13.1518 16.2784 13.28 16.1685 13.4444C16.0586 13.6089 16 13.8022 16 14C16 14.2652 16.1054 14.5196 16.2929 14.7071C16.4804 14.8946 16.7348 15 17 15ZM12 15C12.1978 15 12.3911 14.9414 12.5556 14.8315C12.72 14.7216 12.8482 14.5654 12.9239 14.3827C12.9996 14.2 13.0194 13.9989 12.9808 13.8049C12.9422 13.6109 12.847 13.4327 12.7071 13.2929C12.5673 13.153 12.3891 13.0578 12.1951 13.0192C12.0011 12.9806 11.8 13.0004 11.6173 13.0761C11.4346 13.1518 11.2784 13.28 11.1685 13.4444C11.0586 13.6089 11 13.8022 11 14C11 14.2652 11.1054 14.5196 11.2929 14.7071C11.4804 14.8946 11.7348 15 12 15ZM19 3H18V2C18 1.73478 17.8946 1.48043 17.7071 1.29289C17.5196 1.10536 17.2652 1 17 1C16.7348 1 16.4804 1.10536 16.2929 1.29289C16.1054 1.48043 16 1.73478 16 2V3H8V2C8 1.73478 7.89464 1.48043 7.70711 1.29289C7.51957 1.10536 7.26522 1 7 1C6.73478 1 6.48043 1.10536 6.29289 1.29289C6.10536 1.48043 6 1.73478 6 2V3H5C4.20435 3 3.44129 3.31607 2.87868 3.87868C2.31607 4.44129 2 5.20435 2 6V20C2 20.7956 2.31607 21.5587 2.87868 22.1213C3.44129 22.6839 4.20435 23 5 23H19C19.7956 23 20.5587 22.6839 21.1213 22.1213C21.6839 21.5587 22 20.7956 22 20V6C22 5.20435 21.6839 4.44129 21.1213 3.87868C20.5587 3.31607 19.7956 3 19 3ZM20 20C20 20.2652 19.8946 20.5196 19.7071 20.7071C19.5196 20.8946 19.2652 21 19 21H5C4.73478 21 4.48043 20.8946 4.29289 20.7071C4.10536 20.5196 4 20.2652 4 20V11H20V20ZM20 9H4V6C4 5.73478 4.10536 5.48043 4.29289 5.29289C4.48043 5.10536 4.73478 5 5 5H6V6C6 6.26522 6.10536 6.51957 6.29289 6.70711C6.48043 6.89464 6.73478 7 7 7C7.26522 7 7.51957 6.89464 7.70711 6.70711C7.89464 6.51957 8 6.26522 8 6V5H16V6C16 6.26522 16.1054 6.51957 16.2929 6.70711C16.4804 6.89464 16.7348 7 17 7C17.2652 7 17.5196 6.89464 17.7071 6.70711C17.8946 6.51957 18 6.26522 18 6V5H19C19.2652 5 19.5196 5.10536 19.7071 5.29289C19.8946 5.48043 20 5.73478 20 6V9ZM7 15C7.19778 15 7.39112 14.9414 7.55557 14.8315C7.72002 14.7216 7.84819 14.5654 7.92388 14.3827C7.99957 14.2 8.01937 13.9989 7.98079 13.8049C7.9422 13.6109 7.84696 13.4327 7.70711 13.2929C7.56725 13.153 7.38907 13.0578 7.19509 13.0192C7.00111 12.9806 6.80004 13.0004 6.61732 13.0761C6.43459 13.1518 6.27841 13.28 6.16853 13.4444C6.05865 13.6089 6 13.8022 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15ZM7 19C7.19778 19 7.39112 18.9414 7.55557 18.8315C7.72002 18.7216 7.84819 18.5654 7.92388 18.3827C7.99957 18.2 8.01937 17.9989 7.98079 17.8049C7.9422 17.6109 7.84696 17.4327 7.70711 17.2929C7.56725 17.153 7.38907 17.0578 7.19509 17.0192C7.00111 16.9806 6.80004 17.0004 6.61732 17.0761C6.43459 17.1518 6.27841 17.28 6.16853 17.4444C6.05865 17.6089 6 17.8022 6 18C6 18.2652 6.10536 18.5196 6.29289 18.7071C6.48043 18.8946 6.73478 19 7 19Z\",fill:r,strokeWidth:0,opacity:n})}),Jd=U0;import{jsx as sn}from\"react/jsx-runtime\";var W0=({width:e=15,height:t=16,color:r=\"#333333\"})=>sn(\"svg\",{width:e,height:t,viewBox:\"0 0 15 16\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:sn(\"g\",{id:\"Calendar---Add-Appointment/Availability\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:sn(\"g\",{id:\"D->-Calendar->-Provider->-Blocked-Availability\",transform:\"translate(-25.000000, -176.000000)\",fill:r,children:sn(\"g\",{id:\"Group-2\",transform:\"translate(25.000000, 88.000000)\",children:sn(\"path\",{d:\"M13.9987345,94.552 C13.4126472,94.4478774 12.8180351,94.3969957 12.2224382,94.4 C11.880216,94.4 11.5461419,94.4 11.2120678,94.464 C10.7961675,93.9191032 10.2652971,93.4688362 9.65577155,93.144 C10.1793274,92.5826018 10.4699887,91.8491841 10.4705864,91.088 C10.4705864,89.3825447 9.06243899,88 7.32540118,88 C5.58836337,88 4.18021599,89.3825447 4.18021599,91.088 C4.18081369,91.8491841 4.47147499,92.5826018 4.99503081,93.144 C4.38912997,93.470525 3.85911598,93.9173412 3.43873451,94.456 C3.12095673,94.4 2.78688266,94.4 2.44466044,94.4 C1.84856071,94.4022726 1.25394439,94.4585107 0.668364142,94.568 C0.276362824,94.6383739 -0.00628317502,94.976797 0.000106175024,95.368 L0.000106175024,101.968 C-0.000177584981,102.205946 0.107331471,102.431715 0.293549327,102.584 C0.478587218,102.737186 0.723411355,102.801676 0.961697475,102.76 C1.44929134,102.655735 1.94580654,102.596808 2.44466044,102.584 C4.02303328,102.582303 5.56716477,103.035729 6.88540118,103.888 L6.88540118,103.888 L6.88540118,103.888 L6.9913271,103.928 L6.9913271,103.928 C7.09940792,103.974049 7.21574037,103.998524 7.33354933,104 C7.41131871,103.999045 7.48839795,103.985531 7.56169748,103.96 L7.61873451,103.96 L7.72466044,103.92 L7.72466044,103.92 L7.72466044,103.92 C9.0554433,103.045847 10.6212888,102.580735 12.2224382,102.584 C12.7202627,102.586275 13.2167674,102.634487 13.7054012,102.728 C13.9436873,102.769676 14.1885114,102.705186 14.3735493,102.552 C14.5597672,102.399715 14.6672762,102.173946 14.6668837,101.936 L14.6668837,95.336 C14.6654437,94.9508194 14.3846434,94.6213304 13.9987345,94.552 Z M7.33354933,89.6 C8.1253486,89.6571172 8.73805366,90.3045017 8.73805366,91.084 C8.73805366,91.8634983 8.1253486,92.5108828 7.33354933,92.568 L7.33354933,92.568 C6.54175005,92.5108828 5.92904499,91.8634983 5.92904499,91.084 C5.92904499,90.3045017 6.54175005,89.6571172 7.33354933,89.6 L7.33354933,89.6 Z M6.51873451,101.864 C5.24165462,101.28442 3.85157285,100.984162 2.44466044,100.984 C2.17577155,100.984 1.90688266,100.984 1.62984562,101.024 L1.62984562,96 C2.31311911,95.9249534 3.00347523,95.9384019 3.68317896,96.04 L3.77280859,96.04 C4.7437401,96.2151975 5.67416367,96.5621674 6.51873451,97.064 L6.51873451,101.864 Z M7.33354933,95.68 C6.97121889,95.4747846 6.59560191,95.2930632 6.20910488,95.136 L6.16021599,95.136 C5.8913271,95.032 5.62243822,94.928 5.34540118,94.848 C5.91113749,94.4058989 6.61054728,94.1610534 7.33354933,94.152 L7.33354933,94.152 C8.05463475,94.1564889 8.75384578,94.3956378 9.32169748,94.832 C8.62999223,95.0440236 7.96345978,95.3283181 7.33354933,95.68 L7.33354933,95.68 Z M13.037253,101.024 C11.3641564,100.85895 9.67650213,101.135112 8.14836414,101.824 L8.14836414,97.024 C8.99446405,96.5350385 9.92546681,96.204127 10.8942901,96.048 L11.057253,96.048 C11.7123473,95.9478411 12.3779225,95.931706 13.037253,96 L13.037253,101.024 Z\",id:\"Shape\"})})})})}),Zd=W0;import{jsx as Kd}from\"react/jsx-runtime\";var j0=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>Kd(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:Kd(\"path\",{d:\"M15 11H13V7C13 6.73478 12.8946 6.48043 12.7071 6.29289C12.5196 6.10536 12.2652 6 12 6C11.7348 6 11.4804 6.10536 11.2929 6.29289C11.1054 6.48043 11 6.73478 11 7V12C11 12.2652 11.1054 12.5196 11.2929 12.7071C11.4804 12.8946 11.7348 13 12 13H15C15.2652 13 15.5196 12.8946 15.7071 12.7071C15.8946 12.5196 16 12.2652 16 12C16 11.7348 15.8946 11.4804 15.7071 11.2929C15.5196 11.1054 15.2652 11 15 11ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C21.9971 9.34874 20.9425 6.80691 19.0678 4.93219C17.1931 3.05746 14.6513 2.00295 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C19.9976 14.121 19.1539 16.1544 17.6542 17.6542C16.1544 19.1539 14.121 19.9976 12 20Z\",fill:r,opacity:1})}),Xd=j0;import{jsx as bt}from\"react/jsx-runtime\";var Y0=({width:e=19,height:t=24,color:r=\"#333333\"})=>bt(\"svg\",{width:e,height:t,viewBox:\"0 0 19 24\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:bt(\"g\",{id:\"Book-Appointment---Web\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",children:bt(\"g\",{id:\"D->-Client->-Booking->-Confirmation\",transform:\"translate(-429.000000, -497.000000)\",fill:r,children:bt(\"g\",{id:\"Stacked-Group\",transform:\"translate(428.000000, 61.000000)\",children:bt(\"g\",{id:\"Group-4\",transform:\"translate(0.000000, 240.000000)\",children:bt(\"g\",{id:\"Stacked-Group-2\",transform:\"translate(0.000000, 34.000000)\",children:bt(\"g\",{id:\"Stacked-Group-5\",transform:\"translate(1.000000, 162.000000)\",children:bt(\"path\",{d:\"M9.5,10.5482363 C10.8116763,10.5482363 11.875,9.47277917 11.875,8.14613561 C11.875,6.81949204 10.8116763,5.74403494 9.5,5.74403494 C8.18832372,5.74403494 7.125,6.81949204 7.125,8.14613561 C7.125,9.47277917 8.18832372,10.5482363 9.5,10.5482363 Z M8.656875,18.8474941 C8.87984784,19.0748681 9.18336793,19.2027627 9.5,19.2027627 C9.81663207,19.2027627 10.1201522,19.0748681 10.343125,18.8474941 L15.2,13.9231877 C17.5069115,11.5911718 18.1975309,8.08316982 16.9497593,5.03528258 C15.7019878,1.98739534 12.7616132,0 9.5,0 C6.2383868,0 3.2980122,1.98739534 2.05024067,5.03528258 C0.802469138,8.08316982 1.49308848,11.5911718 3.8,13.9231877 L8.656875,18.8474941 Z M3.835625,7.59365245 C3.9999463,5.85936472 4.92933822,4.292703 6.365,3.32992377 C8.26820807,2.0660323 10.7317919,2.0660323 12.635,3.32992377 C14.0607964,4.28921391 14.9870228,5.84378659 15.1594667,7.56697325 C15.3319105,9.29015991 14.7324543,11.000916 13.525625,12.2297067 L9.5,16.3012674 L5.474375,12.2297067 C4.26596743,11.0126483 3.66401539,9.30971473 3.835625,7.59365245 L3.835625,7.59365245 Z M17.8125,21.5978993 L1.1875,21.5978993 C0.53166186,21.5978993 0,22.1356279 0,22.7989497 C0,23.4622714 0.53166186,24 1.1875,24 L17.8125,24 C18.4683381,24 19,23.4622714 19,22.7989497 C19,22.1356279 18.4683381,21.5978993 17.8125,21.5978993 Z\",id:\"Shape\"})})})})})})})}),em=Y0;var tm=\"data:image/png;base64,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\";var rm=\"data:image/png;base64,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\";var nm=\"data:image/png;base64,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\";import{Fragment as e_,jsx as im}from\"react/jsx-runtime\";var X0=({billingItem:e,isAppointment:t,userPackageSelection:r,isJoiningWaitlist:n})=>{let i=e==null?void 0:e.offering,o=r==null?void 0:r.offering,a=i||o,s=\"You\\u2019ll receive an email confirmation\",l=\"When a spot opens up, you will be automatically booked for the session and will receive a confirmation email. You will have a chance to cancel if you are no longer available\",u=a?\"embedded-sub-text\":t?\"embedded-appt-sub-text\":\"\",c=a?`${s}${(e==null?void 0:e.gifted_by)||(e==null?void 0:e.gifted_to)?\", as will the gift recipient\":\"\"}`:t&&n?l:`${s}`;return im(e_,{children:im(\"div\",{className:`embedded-email-sent ${u}`,children:`${c}.`})})},om=X0;import{jsx as am}from\"react/jsx-runtime\";function t_(){return am(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",height:\"1em\",viewBox:\"0 0 448 512\",children:am(\"path\",{d:\"M144 144v48h160v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zm-64 48v-48C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64h16z\"})})}var sm=t_;var r_={},n_=E`\n mutation completeCheckout(\n $appointment_location_id: String\n $appointment_type_id: String\n $appointment_id: String\n $contact_type: String\n $coupon_code: String\n $date: String\n $location: String\n $offering_id: String\n $price: String\n $reason: String\n $token: String\n $first_name: String\n $legal_name: String\n $last_name: String\n $email: String\n $phone_number: String\n $provider_id: String\n $form_answer_group: CheckoutFormAnswerGroupInput\n $requested_payment_id: String\n $stripe_idempotency_key: String\n $timezone: String\n $is_gift: Boolean\n $gift: GiftInput\n $is_joining_waitlist: Boolean\n $intake_flow_uuid: String\n ) {\n completeCheckout(\n input: {\n appointment_location_id: $appointment_location_id\n appointment_type_id: $appointment_type_id\n contact_type: $contact_type\n coupon_code: $coupon_code\n date: $date\n location: $location\n offering_id: $offering_id\n price: $price\n reason: $reason\n token: $token\n appointment_id: $appointment_id\n timezone: $timezone\n requested_payment_id: $requested_payment_id\n first_name: $first_name\n last_name: $last_name\n legal_name: $legal_name\n email: $email\n phone_number: $phone_number\n provider_id: $provider_id\n form_answer_group: $form_answer_group\n is_gift: $is_gift\n gift: $gift\n is_joining_waitlist: $is_joining_waitlist\n stripe_idempotency_key: $stripe_idempotency_key\n intake_flow_uuid: $intake_flow_uuid\n }\n ) {\n appointment {\n provider {\n id\n full_name\n }\n id\n date\n start\n end\n location\n contact_type\n add_to_gcal_link\n appointment_type {\n id\n name\n length\n }\n }\n formAnswerGroupSaved\n widgetCompletedSubheaderHtml\n billingItem {\n id\n amount_paid\n currency\n gifted_by\n gifted_to\n payment_medium\n sender {\n id\n open_payments_count\n stripe_customer_detail {\n id\n last_four\n }\n }\n recurring_payment {\n id\n }\n offering {\n name\n id\n currency\n price\n first_time_payment\n frequency_times_string\n billing_frequency\n repeat_times\n offering_image_url\n }\n requested_payment {\n id\n status\n paid_at\n }\n recipient {\n id\n full_name\n }\n }\n userPackageSelection {\n id\n offering {\n name\n id\n offering_image_url\n }\n }\n messages {\n field\n message\n }\n }\n }\n`;function lm(e){let t={...r_,...e};return ut(n_,t)}import{CardElement as ym,useElements as o_,useStripe as a_}from\"@stripe/react-stripe-js\";import hm from\"moment\";import{Field as ln,Form as s_}from\"react-final-form\";import{v4 as l_}from\"uuid\";import{Fragment as cm,jsx as yi,jsxs as pm}from\"react/jsx-runtime\";var sa=(e,t,r,n)=>{let i=e.billing_frequency!==\"One-Time\"&&!e.repeat_times,o=ct(e.currency),a=(+((r==null?void 0:r.new_price)||e.price)).toFixed(2),s=_r(a),l=e.first_time_payment?(+e.first_time_payment).toFixed(1):null;r!=null&&r.new_first_price&&(l=(+(r==null?void 0:r.new_first_price)).toFixed(1)),n!=null&&n.amount_paid&&(l=n.amount_paid);let u=t==null?void 0:t.price,c=e.frequency_times_string.split(\"/\")[1],p=(r==null?void 0:r.repeat_times)||\"1\",d=e.repeat_times,f=(e.billing_frequency&&e.billing_frequency.indexOf(\"ly\")>-1?e.billing_frequency.slice(0,-2):e.billing_frequency).toLowerCase(),v=+d-+p,h=l?_r(l):s,g=h!==s,_=!(r!=null&&r.repeat_times),N=e.billing_frequency&&e.billing_frequency.indexOf(\"ly\")===-1?\"\":i?\"per\":\"a\",S=`${o}${s} ${N} ${f}`,F=i?\"\":`for ${v} ${v===1?f:`${f}s`}`,k=p===\"1\"?\"payment\":`${p} payments`,y=p===\"1\"?f:`${f}s`,M=_r(u||\"\"),O=\"\";g?O=`First payment ${o}${h},`:_||(O=`First ${k} ${o}${h}`),g&&(p=`${parseInt(p,10)-1}`);let L=\"\";_&&g?L=`then ${S}`:_?L=`${S}`:g&&p!==\"0\"&&(L=`then ${S} for ${p} ${y}, `);let Y=\"\";return r!=null&&r.repeat_times&&(a===\"0\"?Y=`then ${o}${M} ${N} ${c}`:f!==\"0\"&&(Y=`then ${o}${M} ${e.billing_frequency&&e.billing_frequency.indexOf(\"ly\")===-1?\"\":\"a\"} ${f} ${F}`)),`${O} ${L}${Y}`},i_=(e,t,r=!1)=>{var i;if(!e||!e.price)return\"\";let n=((i=t==null?void 0:t.validateCoupon)==null?void 0:i.new_price)??e.price;if(parseFloat(n)>0){let a=dm(e)?\"\":mm(e.first_time_payment,e.currency),s=r?e.abbreviated_frequency_times_string:e.frequency_times_string;return`${a} ${ct(e.currency)}${_r(n)} ${s}`}else return\"Free\"},dm=e=>e.first_time_payment===null||e.first_time_payment===\"NaN\"||parseFloat(e.first_time_payment)<0,um=e=>{var n;if(!((n=e.validateCoupon)!=null&&n.new_price))return;let t=e.offering,r=t.price??\"0\";if(parseFloat(r)>0){let o=dm(t)?\"\":mm(t.first_time_payment,t.currency),a=t.frequency_times_string;return`${o} ${ct(t.currency)}${_r(r)} ${a}`}else return\"Free\"},hi=e=>{let{validateCoupon:t,offering:r}=e??{};if(!r)return;if(r.frequency_times_string&&t&&!t.fail_reason&&t.still_ask_for_cc){let i=sa(r,r,t);return pm(cm,{children:[yi(\"div\",{className:\"large-price\",children:i}),yi(\"span\",{className:\"booking-packages-package-price-box-price-original\",children:um(e)})]})}return pm(cm,{children:[yi(\"div\",{className:\"large-price\",children:i_(r,e)}),yi(\"span\",{style:{marginLeft:\"10px\",textDecoration:\"line-through\"},children:um(e)})]})},_r=e=>{let r=(parseFloat(e)%1).toFixed(2)!==\"0.00\"?2:0;return parseFloat(e).toLocaleString(\"en-US\",{style:\"decimal\",minimumFractionDigits:r,maximumFractionDigits:2})},mm=(e,t)=>{let r=_r(e);return`First payment ${ct(t)}${r} then`},fm=e=>e.replace(/[[\\]']+/g,\"\").split(\",\").map(r=>String(r));import{useState as u_}from\"react\";import{Fragment as gm,jsx as W,jsxs as ye}from\"react/jsx-runtime\";function _m({onComplete:e,appointmentTimeSlot:t,embeddableCheckoutInfoQuery:r,onApplyPromoCode:n,selectedProvider:i,selectedAppointmentType:o,selectedOffering:a,selectedContactType:s,onPackageDetails:l,url:u}){let[c,p]=u_(\"\"),d={first_name:\"\",last_name:\"\",phone_number:\"\",email:\"\",reason:\"\"},f=a_(),v=o_(),[h]=lm({}),g=async F=>{var y,M;let k;a&&parseFloat(a.price??\"0\")>0&&(k=await(f==null?void 0:f.createToken(v==null?void 0:v.getElement(ym)))),await h({onCompleted:O=>{e(O)},variables:{appointment_id:null,first_name:F.first_name,last_name:F.last_name,email:F.email,phone_number:F.phone_number,reason:F.reason,provider_id:i,price:a==null?void 0:a.price,offering_id:a==null?void 0:a.id,appointment_type_id:o==null?void 0:o.id,date:t?hm(re(t.date)).format():void 0,contact_type:s,token:((y=k==null?void 0:k.token)==null?void 0:y.id)??void 0,stripe_idempotency_key:l_(),is_gift:!1,timezone:hm.tz.guess(),is_joining_waitlist:(t==null?void 0:t.has_waitlist_enabled)&&(t==null?void 0:t.is_fully_booked),coupon_code:((M=r==null?void 0:r.validateCoupon)==null?void 0:M.fail_reason)==null?c:void 0}})},N=null||u.searchParams.has(\"embed_form_id\")||(a==null?void 0:a.embed_question_form_id)||(o==null?void 0:o.embed_question_form_id)||null,S=()=>{let F=(t==null?void 0:t.has_waitlist_enabled)&&(t==null?void 0:t.is_fully_booked),k=u.searchParams.has(\"require_offering\")||u.searchParams.has(\"appointment_pay\")||u.searchParams.has(\"purchase_offering\");if((!a||!k)&&((t==null?void 0:t.appointment_id)||o))return`${F?\"Join Waitlist\":\"Confirm Appointment\"}`;if((!a||!k)&&N||!(a!=null&&a.price)||l)return\"Confirm Information\";let y=\"Confirm Information\";return k&&parseFloat(a.price)>0&&a.charge_immediately?y=\"Buy Now\":k&&parseFloat(a.price)<=0?y=\"Get Now\":k&&!a.charge_immediately?y=\"Get Package\":y=\"Confirm Information\",y};return W(s_,{onSubmit:g,initialValues:d,render:({handleSubmit:F})=>{var k,y,M,O;return W(\"form\",{onSubmit:L=>{F(L)},children:ye(\"div\",{className:\"booking-packages-package-price-box\",children:[W(\"h2\",{className:\"booking-packages-package-price-title\",children:\"Package price\"}),W(\"div\",{className:\"booking-packages-package-price-box-price\",children:hi(r)}),a&&parseFloat(a.price??\"0\")>0&&ye(\"div\",{className:\"booking-packages-package-price-promo-box\",children:[((k=r.validateCoupon)==null?void 0:k.fail_reason)!==null&&ye(gm,{children:[W(\"label\",{className:\"label\",children:\"Promo code\"}),ye(\"div\",{className:\"booking-packages-package-price-promo-form\",children:[W(\"input\",{type:\"text\",placeholder:\"Enter code\",value:c,onChange:L=>{p(L.target.value)},className:\"input\"}),W(\"button\",{type:\"button\",role:\"button\",onClick:()=>n(c),className:\"booking-packages-package-price-promo-apply-button\",children:\"Apply\"})]})]}),((y=r.validateCoupon)==null?void 0:y.fail_reason)!==null&&W(\"div\",{className:\"booking-packages-package-price-promo-error\",children:(M=r.validateCoupon)==null?void 0:M.fail_reason}),((O=r.validateCoupon)==null?void 0:O.fail_reason)===null&&ye(\"div\",{className:\"booking-packages-package-price-promo-success\",children:[\"Promo Code Applied: \",c]})]}),ye(\"div\",{children:[W(\"div\",{className:\"booking-packages-package-checkout-section-heading\",children:\"Your information\"}),ye(\"div\",{className:\"checkout-form-row\",children:[ye(\"div\",{className:\"\",children:[W(\"label\",{className:\"label\",children:\"First Name*\"}),W(ln,{name:\"first_name\",render:({input:L})=>W(\"input\",{type:\"text\",placeholder:\"Ex. Alice\",className:\"input\",...L})})]}),ye(\"div\",{children:[W(\"label\",{className:\"label\",children:\"Last Name*\"}),W(ln,{name:\"last_name\",render:({input:L})=>W(\"input\",{type:\"text\",placeholder:\"Ex. Smith\",className:\"input\",...L})})]})]}),ye(\"div\",{className:\"checkout-form-row\",children:[ye(\"div\",{children:[W(\"label\",{className:\"label\",children:\"Email Address*\"}),W(ln,{name:\"email\",render:({input:L})=>W(\"input\",{type:\"text\",placeholder:\"Ex. alice.smith@example.com\",className:\"input\",...L})})]}),ye(\"div\",{children:[W(\"label\",{className:\"label\",children:\"Phone Number*\"}),W(ln,{name:\"phone_number\",render:({input:L})=>W(\"input\",{type:\"text\",placeholder:\"Ex. 333-333-3333\",className:\"input\",...L})})]})]}),o&&ye(\"div\",{children:[W(\"label\",{className:\"label\",children:\"Reason for Appointment*\"}),W(ln,{name:\"reason\",render:({input:L})=>W(\"textarea\",{placeholder:\"Ex: To discuss my progress based off of recommendations\",...L})})]}),s&&ye(\"div\",{children:[W(\"label\",{className:\"label\",children:\"Contact Type\"}),W(\"p\",{children:s})]})]}),a&&parseFloat(a.price??\"0\")>0&&ye(gm,{children:[W(\"div\",{className:\"booking-packages-package-checkout-section-heading\",children:\"Payment information\"}),ye(\"div\",{className:\"booking-packages-package-payment-box\",children:[ye(\"div\",{className:\"booking-packages-package-payment-security\",children:[W(sm,{}),W(\"span\",{children:\"Your information is encrypted and secure.\"})]}),W(\"label\",{className:\"label\",children:\"Enter Payment Card\"}),W(\"div\",{className:\"payment-box-card-element\",children:W(ym,{})})]})]}),W(\"div\",{className:\"payment-box-submit-container\",children:W(\"button\",{onClick:()=>{F()},className:\"primary-button\",children:S()})})]})})}})}import{jsx as vm,jsxs as p_}from\"react/jsx-runtime\";var c_=({icon:e,classNames:t=\"\",pulseCircleStyles:r})=>{let n={background:r==null?void 0:r.background,width:r!=null&&r.size?r.size:\"64px\",height:r!=null&&r.size?r.size:\"64px\",opacity:r!=null&&r.opacity?r.opacity:\"100%\"};return vm(\"div\",{\"data-testid\":\"animated-pulse-loader\",className:`pulse-loader-container ${t}`,children:p_(\"div\",{className:\"animated-pulse-loader\",children:[vm(\"div\",{style:n,className:\"pulse-circle\"}),e]})})},bm=c_;import{jsx as Cm}from\"react/jsx-runtime\";var d_=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>Cm(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:Cm(\"path\",{d:\"M21.7099 20.2899L17.9999 16.6099C19.44 14.8143 20.1374 12.5352 19.9487 10.2412C19.76 7.94721 18.6996 5.81269 16.9854 4.27655C15.2713 2.74041 13.0337 1.91941 10.7328 1.98237C8.43194 2.04534 6.24263 2.98747 4.61505 4.61505C2.98747 6.24263 2.04534 8.43194 1.98237 10.7328C1.91941 13.0337 2.74041 15.2713 4.27655 16.9854C5.81269 18.6996 7.94721 19.76 10.2412 19.9487C12.5352 20.1374 14.8143 19.44 16.6099 17.9999L20.2899 21.6799C20.3829 21.7736 20.4935 21.848 20.6153 21.8988C20.7372 21.9496 20.8679 21.9757 20.9999 21.9757C21.1319 21.9757 21.2626 21.9496 21.3845 21.8988C21.5063 21.848 21.6169 21.7736 21.7099 21.6799C21.8901 21.4934 21.9909 21.2442 21.9909 20.9849C21.9909 20.7256 21.8901 20.4764 21.7099 20.2899ZM10.9999 17.9999C9.61544 17.9999 8.26206 17.5894 7.11091 16.8202C5.95977 16.051 5.06256 14.9578 4.53275 13.6787C4.00293 12.3996 3.86431 10.9921 4.13441 9.63427C4.4045 8.27641 5.07119 7.02912 6.05016 6.05016C7.02912 5.07119 8.27641 4.4045 9.63427 4.13441C10.9921 3.86431 12.3996 4.00293 13.6787 4.53275C14.9578 5.06256 16.051 5.95977 16.8202 7.11091C17.5894 8.26206 17.9999 9.61544 17.9999 10.9999C17.9999 12.8564 17.2624 14.6369 15.9497 15.9497C14.6369 17.2624 12.8564 17.9999 10.9999 17.9999Z\",fill:r})}),xm=d_;import{jsx as wm}from\"react/jsx-runtime\";function m_(){return wm(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",height:\"1em\",viewBox:\"0 0 512 512\",children:wm(\"path\",{d:\"M256 512a256 256 0 100-512 256 256 0 100 512zm-40-176h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 110 64 32 32 0 110-64z\"})})}var Sm=m_;import{jsx as la,jsxs as km}from\"react/jsx-runtime\";var f_=({name:e,quantity:t,icon:r})=>km(\"div\",{className:\"product-quantity-box\",children:[r&&la(\"div\",{className:\"icon-container\",children:r}),km(\"div\",{className:\"info-wrapper\",children:[t&&la(\"span\",{className:\"product-quantity\",children:t}),la(\"span\",{className:\"product-name\",children:e})]})]}),vr=f_;import{jsx as Z,jsxs as br}from\"react/jsx-runtime\";var gi=(e,t,r,n)=>!e&&e!==0||!t?\"\":`${n?\"\":`${e}`} ${t}${e!==1?r||\"s\":\"\"}`,un=(e,t)=>{if(!e||!t)return\"\";let r=e.length;if(r>t){let n=r-t;return e.substring(0,r-n)+\"...\"}else return e},y_=e=>{if(!e||e.offering_includes&&e.offering_includes.length<1)return;let t=0,r=e.offering_includes.reduce((n,i)=>n+Number(i.quantity),t);return gi(r,\"Appointment Session\")},Tm=(e,t)=>{if(!t)return;let{quantity:r,is_repeating:n}=t;if(!e||e===\"One-Time\"||!n)return r;let i=`${r} per`;switch(e){case\"Bi-Weekly\":i+=\" every 2 weeks\";break;case\"Every 4 Weeks\":i+=\" every 4 weeks\";break;case\"Every 8 Weeks\":i+=\" every 8 weeks\";break;case\"Quarterly\":i+=\" quarter\";break;case\"Monthly\":i+=\" month\";break;case\"Weekly\":i+=\" week\";break;default:i=`${r}`}return i},Fm=(e,t,r)=>{if(!e)return;let n=e.offering_courses||[],i=e.offering_includes||[],o=e.offering_lab_options||[],a=e.offering_products||[],s=40;return!(n!=null&&n.length)&&!(i!=null&&i.length)&&!(o!=null&&o.length)&&!(a!=null&&a.length)&&!e.living_plate_meal_plan_name?null:br(\"div\",{className:\"included-items-container\",style:t,children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-header\"}),(n==null?void 0:n.length)>0&&br(\"div\",{children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-subtitle\",style:r?{margin:\"12px 0 0 10px\",color:\"#4a4a4a\"}:{},children:gi(n.length,\"Program\")}),r?Z(\"ul\",{children:n.map((l,u)=>Z(\"li\",{children:`- ${un(l.course.name,s)}`},u))}):Z(\"div\",{className:\"offering-courses-list\",children:n.map((l,u)=>Z(vr,{name:l.course.name},u))})]}),(o==null?void 0:o.length)>0&&br(\"div\",{children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-subtitle\",style:r?{margin:\"12px 0 0 10px\",color:\"#4a4a4a\"}:{},children:gi(o.length,\"Lab\")}),r?Z(\"ul\",{children:o.map((l,u)=>Z(\"li\",{children:`- ${un(l.lab_option.name,s)}`},u))}):Z(\"div\",{className:\"offering-courses-list\",children:o.map((l,u)=>Z(vr,{name:l.lab_option.name},u))})]}),e.living_plate_meal_plan_name&&br(\"div\",{children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-subtitle\",style:r?{margin:\"12px 0 0 10px\",color:\"#4a4a4a\"}:{},children:r?\"1 Meal Plan\":\"Meal Plan\"}),r?Z(\"ul\",{children:Z(\"li\",{children:`- ${un(e.living_plate_meal_plan_name,s)}`},e.living_plate_meal_plan_name)}):Z(\"div\",{className:\"offering-courses-list\",children:Z(vr,{name:e.living_plate_meal_plan_name},e.living_plate_meal_plan_name)})]}),a.length>0&&br(\"div\",{children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-subtitle\",style:r?{margin:\"12px 0 0 10px\",color:\"#4a4a4a\"}:{},children:gi(a.length,\"Product\")}),r?Z(\"ul\",{children:a.map((l,u)=>{var c;return Z(\"li\",{children:`- ${un(`${(c=l==null?void 0:l.product)==null?void 0:c.name}${(l==null?void 0:l.quantity)&&parseFloat(l.quantity)>0?` (${l.quantity})`:\"\"}`,s)}`},u)})}):Z(\"div\",{className:\"offering-courses-list\",children:a.map((l,u)=>{var c;return Z(vr,{name:`${l==null?void 0:l.quantity} ${(c=l==null?void 0:l.product)==null?void 0:c.name}`},u)})})]}),!r&&Z(\"hr\",{className:\"section-delimiter\"}),(i==null?void 0:i.length)>0&&br(\"div\",{children:[Z(\"div\",{className:r?\"small-subtitle\":\"included-items-subtitle\",style:r?{margin:\"12px 0 0 10px\",color:\"#4a4a4a\"}:{},children:y_(e)}),r?Z(\"ul\",{children:i.map((l,u)=>{let c=Tm(e==null?void 0:e.billing_frequency,l);return l.appointment_type&&Z(\"li\",{children:`- ${un(l.appointment_type.name,s)} (${c})`},u)})}):Z(\"div\",{className:\"offering-credits-list\",children:i.map((l,u)=>Z(vr,{quantity:Tm(e==null?void 0:e.billing_frequency,l),name:l.appointment_type.name},u))})]})]})};var h_={},g_=E`\n query GetSdkConfig {\n sdkConfig {\n stripe_publishable_key\n }\n }\n`;function Im(e){let t={...h_,...e};return U(g_,t)}import{jsx as cn}from\"react/jsx-runtime\";var __=({width:e=\"14px\",height:t=\"14px\",color:r=\"#515151\",opacity:n=\"0.5\"})=>cn(\"svg\",{width:e,height:t,viewBox:\"0 0 10 10\",version:\"1.1\",xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",children:cn(\"g\",{id:\"Calendar---Status-Indicators\",stroke:\"none\",strokeWidth:\"1\",fill:\"none\",fillRule:\"evenodd\",opacity:n,children:cn(\"g\",{id:\"D->-Calendar->-Provider->-Appointment-Status-Permutations\",transform:\"translate(-1352.000000, -778.000000)\",fill:r,children:cn(\"g\",{id:\"Icon/User-Interface/Building\",transform:\"translate(1352.000000, 778.000000)\",children:cn(\"path\",{d:\"M5.875,3.25 L6.3125,3.25 C6.55412458,3.25 6.75,3.05412458 6.75,2.8125 C6.75,2.57087542 6.55412458,2.375 6.3125,2.375 L5.875,2.375 C5.63337542,2.375 5.4375,2.57087542 5.4375,2.8125 C5.4375,3.05412458 5.63337542,3.25 5.875,3.25 Z M5.875,5 L6.3125,5 C6.55412458,5 6.75,4.80412458 6.75,4.5625 C6.75,4.32087542 6.55412458,4.125 6.3125,4.125 L5.875,4.125 C5.63337542,4.125 5.4375,4.32087542 5.4375,4.5625 C5.4375,4.80412458 5.63337542,5 5.875,5 Z M3.6875,3.25 L4.125,3.25 C4.36662458,3.25 4.5625,3.05412458 4.5625,2.8125 C4.5625,2.57087542 4.36662458,2.375 4.125,2.375 L3.6875,2.375 C3.44587542,2.375 3.25,2.57087542 3.25,2.8125 C3.25,3.05412458 3.44587542,3.25 3.6875,3.25 Z M3.6875,5 L4.125,5 C4.36662458,5 4.5625,4.80412458 4.5625,4.5625 C4.5625,4.32087542 4.36662458,4.125 4.125,4.125 L3.6875,4.125 C3.44587542,4.125 3.25,4.32087542 3.25,4.5625 C3.25,4.80412458 3.44587542,5 3.6875,5 Z M8.9375,8.5 L8.5,8.5 L8.5,1.0625 C8.5,0.820875422 8.30412458,0.625 8.0625,0.625 L1.9375,0.625 C1.69587542,0.625 1.5,0.820875422 1.5,1.0625 L1.5,8.5 L1.0625,8.5 C0.820875422,8.5 0.625,8.69587542 0.625,8.9375 C0.625,9.17912458 0.820875422,9.375 1.0625,9.375 L8.9375,9.375 C9.17912458,9.375 9.375,9.17912458 9.375,8.9375 C9.375,8.69587542 9.17912458,8.5 8.9375,8.5 Z M5.4375,8.5 L4.5625,8.5 L4.5625,6.75 L5.4375,6.75 L5.4375,8.5 Z M7.625,8.5 L6.3125,8.5 L6.3125,6.3125 C6.3125,6.07087542 6.11662458,5.875 5.875,5.875 L4.125,5.875 C3.88337542,5.875 3.6875,6.07087542 3.6875,6.3125 L3.6875,8.5 L2.375,8.5 L2.375,1.5 L7.625,1.5 L7.625,8.5 Z\",id:\"Shape\"})})})})}),Nm=__;import{jsx as Am}from\"react/jsx-runtime\";var v_=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>Am(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:Am(\"path\",{d:\"M19.4401 13.0001C19.2201 13.0001 18.9901 12.9301 18.7701 12.8801C18.3246 12.7819 17.8868 12.6516 17.4601 12.4901C16.9962 12.3213 16.4862 12.3301 16.0284 12.5147C15.5706 12.6993 15.1972 13.0467 14.9801 13.4901L14.7601 13.9401C13.7861 13.3983 12.8911 12.7253 12.1001 11.9401C11.3149 11.1491 10.6419 10.2541 10.1001 9.28011L10.5201 9.00011C10.9635 8.78303 11.3109 8.40964 11.4955 7.9518C11.6801 7.49396 11.6889 6.98402 11.5201 6.52011C11.3613 6.09253 11.231 5.65491 11.1301 5.21011C11.0801 4.99011 11.0401 4.76011 11.0101 4.53011C10.8887 3.82573 10.5197 3.18785 9.96972 2.73135C9.41972 2.27485 8.7248 2.02972 8.0101 2.04011H5.0101C4.57913 2.03607 4.15235 2.12493 3.75881 2.30064C3.36527 2.47636 3.01421 2.73481 2.72953 3.05839C2.44485 3.38198 2.23324 3.76311 2.10909 4.17583C1.98494 4.58855 1.95118 5.02317 2.0101 5.45011C2.54284 9.63949 4.45613 13.532 7.44775 16.5127C10.4394 19.4935 14.3388 21.3926 18.5301 21.9101H18.9101C19.6475 21.9112 20.3595 21.6406 20.9101 21.1501C21.2265 20.8672 21.4792 20.5203 21.6516 20.1324C21.8239 19.7446 21.9121 19.3245 21.9101 18.9001V15.9001C21.8979 15.2055 21.6449 14.5367 21.1944 14.0078C20.744 13.4789 20.1239 13.1227 19.4401 13.0001ZM19.9401 19.0001C19.9399 19.1421 19.9095 19.2824 19.8509 19.4117C19.7923 19.5411 19.7068 19.6564 19.6001 19.7501C19.4887 19.8471 19.3581 19.9195 19.2168 19.9626C19.0755 20.0057 18.9267 20.0185 18.7801 20.0001C15.035 19.5199 11.5563 17.8066 8.89282 15.1304C6.2293 12.4542 4.53251 8.96745 4.0701 5.22011C4.05419 5.07363 4.06813 4.92544 4.1111 4.7845C4.15407 4.64356 4.22517 4.5128 4.3201 4.40011C4.41381 4.29344 4.52916 4.20795 4.65848 4.14933C4.7878 4.09071 4.92812 4.06029 5.0701 4.06011H8.0701C8.30265 4.05494 8.52972 4.13099 8.71224 4.27518C8.89476 4.41937 9.02131 4.62268 9.0701 4.85011C9.1101 5.12345 9.1601 5.39345 9.2201 5.66011C9.33562 6.18726 9.48936 6.70529 9.6801 7.21011L8.2801 7.86011C8.1604 7.91503 8.05272 7.99306 7.96326 8.08971C7.87379 8.18636 7.8043 8.29973 7.75877 8.42331C7.71324 8.54689 7.69257 8.67824 7.69795 8.80983C7.70332 8.94142 7.73464 9.07066 7.7901 9.19011C9.2293 12.2729 11.7073 14.7509 14.7901 16.1901C15.0336 16.2901 15.3066 16.2901 15.5501 16.1901C15.6748 16.1455 15.7894 16.0766 15.8873 15.9873C15.9851 15.898 16.0643 15.7902 16.1201 15.6701L16.7401 14.2701C17.2571 14.455 17.7847 14.6086 18.3201 14.7301C18.5868 14.7901 18.8568 14.8401 19.1301 14.8801C19.3575 14.9289 19.5608 15.0554 19.705 15.238C19.8492 15.4205 19.9253 15.6476 19.9201 15.8801L19.9401 19.0001Z\",fill:r,opacity:n})}),Em=v_;import{jsx as Dm}from\"react/jsx-runtime\";var b_=({width:e=24,height:t=24,color:r=\"#333333\",opacity:n=1})=>Dm(\"svg\",{width:e,height:t,viewBox:\"0 0 24 24\",opacity:n,fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:Dm(\"path\",{d:\"M21.53 7.15C21.378 7.06223 21.2055 7.01603 21.03 7.01603C20.8545 7.01603 20.682 7.06223 20.53 7.15L17 8.89C16.9715 8.11357 16.6429 7.37847 16.0834 6.83944C15.5238 6.3004 14.777 5.99948 14 6H5C4.20435 6 3.44129 6.31607 2.87868 6.87868C2.31607 7.44129 2 8.20435 2 9V15C2 15.7957 2.31607 16.5587 2.87868 17.1213C3.44129 17.6839 4.20435 18 5 18H14C14.777 18.0005 15.5238 17.6996 16.0834 17.1606C16.6429 16.6215 16.9715 15.8864 17 15.11L20.56 16.89C20.6963 16.9599 20.8468 16.9975 21 17C21.1872 17.0006 21.3709 16.9486 21.53 16.85C21.6741 16.7599 21.7929 16.6346 21.8751 16.4859C21.9574 16.3372 22.0003 16.1699 22 16V8C22.0003 7.83006 21.9574 7.66283 21.8751 7.51411C21.7929 7.36538 21.6741 7.24007 21.53 7.15ZM15 15C15 15.2652 14.8946 15.5196 14.7071 15.7071C14.5196 15.8946 14.2652 16 14 16H5C4.73478 16 4.48043 15.8946 4.29289 15.7071C4.10536 15.5196 4 15.2652 4 15V9C4 8.73478 4.10536 8.48043 4.29289 8.29289C4.48043 8.10536 4.73478 8 5 8H14C14.2652 8 14.5196 8.10536 14.7071 8.29289C14.8946 8.48043 15 8.73478 15 9V15ZM20 14.38L17 12.88V11.12L20 9.62V14.38Z\",fill:r})}),Mm=b_;import{jsx as Cr}from\"react/jsx-runtime\";var Om=null,Rm=e=>{let t=Om?`#${Om}`:\"#4A90E2\";switch(e){case\"Healthie Telehealth\":case\"Healthie Video Call\":case\"Secure Videochat\":return Cr(\"span\",{style:{color:t},children:Cr(Mm,{width:16,height:16,color:\"currentColor\"})});case\"In Person\":return Cr(Nm,{width:\"16px\",height:\"16px\",color:t,opacity:\"1\"});case\"Phone Call\":return Cr(\"span\",{style:{color:t},children:Cr(Em,{width:16,height:16,color:\"currentColor\"})});case\"picked-contact\":return Cr(fi,{width:16,height:15,color:\"#FFFFFF\"});default:return null}};import pn from\"moment\";function Lm(e){let t=pn().set({hour:6,minute:0,second:0,millisecond:0}),r=pn().set({hour:12,minute:0,second:0,millisecond:0}),n=pn().set({hour:18,minute:0,second:0,millisecond:0}),i=new Map;return i.set(\"Morning\",[]),i.set(\"Afternoon\",[]),i.set(\"Evening\",[]),e.forEach(o=>{var l,u,c;let a=pn(re(o.date)),s=pn().set({hour:a.hour(),minute:a.minute(),second:a.second(),millisecond:a.millisecond()});s.isBetween(t,r)?(l=i.get(\"Morning\"))==null||l.push(o):s.isBetween(r,n)?(u=i.get(\"Afternoon\"))==null||u.push(o):(c=i.get(\"Evening\"))==null||c.push(o)}),i}var Pm=e=>{var t;if(e.organization){let r=(((t=e.organization)==null?void 0:t.providers)??[]).map(i=>i.state_licenses).flat().map(i=>({label:i.full_state_name,value:i.state})).sort((i,o)=>i.value>o.value?1:-1);return[...r.filter((i,o)=>r.findIndex(a=>a.value===i.value)===o),{label:\"My state is not listed\",value:\"not_listed\"}]}else return[]};var Qm=e=>{switch(e){case\"Healthie Telehealth\":case\"Healthie Video Call\":case\"Secure Videochat\":return\"Video Call\";default:return e}};import{Fragment as $m,jsx as C,jsxs as A}from\"react/jsx-runtime\";var T_=typeof ua.default<\"u\"?ua.default:ua;function F_({hideEmbedTitle:e,queryString:t,onCompleted:r}){var ma,fa,ya,ha,ga,_a,va,ba,Ca,xa,wa,Sa,ka,Ta,Fa,Ia,Na,Aa,Ea,Da,Ma,Oa,Ra,La,Pa,Qa,Va,$a,qa,Ga,Ba,za,Ha,Ua,Wa,ja,Ya,Ja,Za,Ka,Xa,es,ts,rs,ns,is,os,as,ss,ls,us,cs,ps,ds,ms,fs,ys,hs,gs,_s,vs,bs,Cs,xs,ws,Ss,ks,Ts,Fs,Is,Ns,As,Es,Ds,Ms,Os,Rs,Ls,Ps,Qs,Vs,$s,qs,Gs,Bs,zs,Hs,Us,Ws,js,Ys,Js;let n=Im(),[i,o]=Ve(!1),a=dn(()=>{var m,I,$;return(m=n.data)!=null&&m.sdkConfig?(o(!0),w_(($=(I=n.data)==null?void 0:I.sdkConfig)==null?void 0:$.stripe_publishable_key)):new Promise(()=>null)},[n.data]),[s,l]=Ve(0),[u,c]=Ve(null),p=$d({variables:{locationString:t,is_for_web:!1}}),d=new URL(t,\"http://localhost\"),f=d.searchParams.get(\"dietitian_id\"),[v,h]=Ve(f),g=Gd({variables:{provider_id:v,provider_ids:JSON.parse(d.searchParams.get(\"provider_ids\")??\"[]\"),state_licenses:d.searchParams.get(\"state_licenses\")?fm(d.searchParams.get(\"state_licenses\")):[]}}),[_,N]=Ve(null),[S,F]=Ve(null),k=qd({variables:{provider_id:v,offering_ids:JSON.parse(d.searchParams.get(\"offering_ids\")??\"[]\"),only_client_visible:!0,status:\"active\",page_size:6,should_paginate:!0},skip:!v}),[y,M]=Ve(null);Vm(()=>{d.searchParams.get(\"dietitian_id\")&&h(d.searchParams.get(\"dietitian_id\"))},[d]);let O=Ud({variables:{offering_id:(y==null?void 0:y.id)??d.searchParams.get(\"offering_id\"),provider_id:v,clients_can_book:!0,embed_or_sharing_link:!0,should_paginate:!1,client_state_of_residence:(u==null?void 0:u.value)??\"\"},skip:!v}),[L,Y]=Ve(null),Lt=!!d.searchParams.get(\"offering_id\")||!!y||!!v,we=Bd({variables:{offering_id:(y==null?void 0:y.id)??d.searchParams.get(\"offering_id\"),provider_id:v,appointment_date:L?ae(L.date).format():void 0,appointment_type_id:_==null?void 0:_.id,fetch_intake_flow:!1},skip:!Lt}),he=m=>{we.refetch({coupon_code:m})},[Se,xt]=Ve(null),Xe=dn(()=>Se??new Date,[Se]),Pt=Wd({variables:{provider_id:v,provider_ids:JSON.parse(d.searchParams.get(\"provider_ids\")??\"[]\").map(m=>String(m)),appt_type_id:_==null?void 0:_.id,appt_loc_id:d.searchParams.get(\"appt_loc_id\"),contact_type:S,clients_can_join_waitlist:!0,timezone:ae.tz.guess(),date_from_month:Xe.toString()},skip:!S}),ge=dn(()=>{var m,I;return(I=(m=Pt.data)==null?void 0:m.daysAvailableForRange)==null?void 0:I.find($=>ae($,\"YYYY-MM-DD\").isAfter(Xe))},[Xe,(ma=Pt.data)==null?void 0:ma.daysAvailableForRange]),mn=dn(()=>ae(Xe).add(1,\"month\").toDate(),[Xe]),be=jd({variables:{appointment_type_id:_==null?void 0:_.id,appt_type_id:_==null?void 0:_.id,timezone:ae.tz.guess(),start_date:ae.tz(Se,ae.tz.guess()).format(\"YYYY-MM-DD\"),end_date:ae.tz(Se,ae.tz.guess()).format(\"YYYY-MM-DD\"),provider_id:v,licensed_in_state:(u==null?void 0:u.value)??void 0,org_level:!1,clients_can_join_waitlist:!0,contact_type:S},skip:!Se}),xr=dn(()=>{var m;return Lm(((m=be.data)==null?void 0:m.availableSlotsForRange)??[])},[be.data]),fn=(((ya=(fa=be.data)==null?void 0:fa.availableSlotsForRange)==null?void 0:ya.length)??0)>0;Vm(()=>{var m;we.data&&M(((m=we.data)==null?void 0:m.offering)??null)},[we.data]);let[ca,qm]=Ve(!1),[R,Gm]=Ve(null),Bm=m=>{Gm(m),qm(!0),r&&r()},zm=xe().brandedBackendUrl,pa=m=>{var $,K,te,ve,Ce,$e,Ee;let I=C_.from(`${(K=($=R==null?void 0:R.completeCheckout)==null?void 0:$.appointment)==null?void 0:K.id}:${(Ce=(ve=(te=R==null?void 0:R.completeCheckout)==null?void 0:te.appointment)==null?void 0:ve.appointment_type)==null?void 0:Ce.id}`).toString(\"base64\");return`${zm}/appointments/add_to_cal/${(Ee=($e=R==null?void 0:R.completeCheckout)==null?void 0:$e.appointment)==null?void 0:Ee.id}.ics?cal_type=${m}&cal_export_id=${I}`},_i=!!((ha=R==null?void 0:R.completeCheckout)!=null&&ha.appointment),da=!!((_a=(ga=R==null?void 0:R.completeCheckout)==null?void 0:ga.billingItem)!=null&&_a.offering),Hm=()=>{var K,te,ve,Ce;let m=(K=R==null?void 0:R.completeCheckout)==null?void 0:K.billingItem,I=(te=R==null?void 0:R.completeCheckout)==null?void 0:te.appointment,$=m!=null&&m.amount_paid?parseFloat(m==null?void 0:m.amount_paid)===0:!0;return I&&(m==null?void 0:m.offering)?$?`All done! You\\u2019re booked with ${(ve=I==null?void 0:I.provider)==null?void 0:ve.full_name}!`:`Your purchase is confirmed, and you\\u2019re booked with ${(Ce=I==null?void 0:I.provider)==null?void 0:Ce.full_name}!`:(m==null?void 0:m.gifted_by)??(m==null?void 0:m.gifted_to)?\"You've purchased this gift\":$?\"All done!\":\"Your purchase is confirmed!\"},Um=(m,I)=>{let $=m.amount_paid?parseFloat(m.amount_paid):null;return $===null?\"\":m.recurring_payment?$>0?sa(m.offering,m.offering,I,m):\"Free\":$>0?`${ct(m.currency)}${$.toFixed(2)}`:\"Free\"},Wm=()=>{var te,ve,Ce,$e,Ee,et;let m=(te=R==null?void 0:R.completeCheckout)==null?void 0:te.billingItem;if(!m)return\"To be paid later\";let I=Um(m,(ve=we.data)==null?void 0:ve.validateCoupon);if(I===\"Free\")return I;let $=`You have paid ${I.toLowerCase()}`;if(!((Ce=m==null?void 0:m.sender)!=null&&Ce.stripe_customer_detail))return $;let K=` by ${($e=(m==null?void 0:m.payment_medium)??\"\")==null?void 0:$e.toLowerCase()} ending in ${(et=(Ee=m==null?void 0:m.sender)==null?void 0:Ee.stripe_customer_detail)==null?void 0:et.last_four}.`;return $+K},yn=(Ca=(ba=(va=g.data)==null?void 0:va.organization)==null?void 0:ba.providers)==null?void 0:Ca.filter(m=>m.has_future_availabilities),vi=((Sa=(wa=(xa=g.data)==null?void 0:xa.organization)==null?void 0:wa.providers)==null?void 0:Sa.find(m=>m.id===f))||(yn==null?void 0:yn[0]);if(!i)return null;let jm=()=>{var I,$;let m=($=(I=p.data)==null?void 0:I.embedWidgetSteps)==null?void 0:$.findIndex(K=>(K==null?void 0:K.id)===\"package_details\");return(m??-1)>-1&&m===s},Ym=m=>{let I=m.length>=3?\", or $1\":\" or $1\";return m.join(\", \").replace(/, ([^,]*)$/,I)};return C(S_,{stripe:a,children:A(\"div\",{className:\"healthie-container\",children:[!e&&C(\"div\",{className:\"booking-title-container\",children:C(\"h1\",{className:\"booking-title\",children:\"Package\"})}),A(\"div\",{className:\"booking-container\",children:[A(\"div\",{className:\"booking-steps-header\",children:[C(\"div\",{className:\"booking-steps-header-spacing\",children:C(\"button\",{onClick:()=>{s>0&&l(s-1)},className:\"booking-steps-header-back-button\",children:C(\"i\",{className:\"big-chevron-left\",\"aria-hidden\":\"true\"})})}),A(\"div\",{className:\"booking-steps-header-main\",children:[C(\"div\",{className:\"booking-steps-header-title\",children:(Fa=(Ta=(ka=p.data)==null?void 0:ka.embedWidgetSteps)==null?void 0:Ta[s])==null?void 0:Fa.title}),A(\"div\",{className:\"booking-steps-header-subtitle\",children:[\"Step \",s+1,\" of \",(Na=(Ia=p.data)==null?void 0:Ia.embedWidgetSteps)==null?void 0:Na.length]})]}),C(\"div\",{className:\"booking-steps-header-spacing\"})]}),C(\"div\",{className:\"booking-sidebar\",children:C(\"div\",{className:\"steps\",children:C(\"ul\",{className:\"booking-steps-nav\",children:(Ea=(Aa=p.data)==null?void 0:Aa.embedWidgetSteps)==null?void 0:Ea.map((m,I)=>{var $,K,te,ve,Ce,$e,Ee,et,Zs,Ks,Xs,el,tl,rl,nl,il,ol,al,sl,ll,ul,cl;return A(\"li\",{className:Ct(\"booking-steps-nav-item\",I===s&&\"booking-steps-nav-item-active\",s>I&&\"is-visited\"),children:[A(\"div\",{className:\"booking-steps-nav-item-header\",children:[C(\"div\",{className:\"booking-steps-nav-step-number\",children:C(\"span\",{children:I+1})}),C(\"div\",{className:Ct(\"booking-steps-nav-item-title\",s>I&&\"is-visited\"),onClick:()=>{s>I&&l(I)},children:m==null?void 0:m.title})]}),s>I&&u&&((te=(K=($=p.data)==null?void 0:$.embedWidgetSteps)==null?void 0:K[I])==null?void 0:te.id)===\"select_state_of_residence\"&&C(\"div\",{className:\"booking-steps-nav-item-details\",children:u==null?void 0:u.label}),s>I&&v&&(($e=(Ce=(ve=p.data)==null?void 0:ve.embedWidgetSteps)==null?void 0:Ce[I])==null?void 0:$e.id)===\"select_provider\"&&C(\"div\",{className:\"booking-steps-nav-item-details\",children:(Ks=(Zs=(et=(Ee=g.data)==null?void 0:Ee.organization)==null?void 0:et.providers)==null?void 0:Zs.find(Jm=>Jm.id===v))==null?void 0:Ks.full_name}),s>I&&y&&(((tl=(el=(Xs=p.data)==null?void 0:Xs.embedWidgetSteps)==null?void 0:el[I])==null?void 0:tl.id)===\"package_details\"||((il=(nl=(rl=p.data)==null?void 0:rl.embedWidgetSteps)==null?void 0:nl[I])==null?void 0:il.id)===\"select_package\")&&C(\"div\",{className:\"booking-steps-nav-item-details\",children:y.name}),s>I&&y&&((sl=(al=(ol=p.data)==null?void 0:ol.embedWidgetSteps)==null?void 0:al[I])==null?void 0:sl.id)===\"select_appt_type\"&&C(\"div\",{className:\"booking-steps-nav-item-details\",children:_==null?void 0:_.name}),s>I&&y&&((cl=(ul=(ll=p.data)==null?void 0:ll.embedWidgetSteps)==null?void 0:ul[I])==null?void 0:cl.id)===\"select_date_time\"&&C(\"div\",{className:\"booking-steps-nav-item-details\",children:ae.tz(L,\"Europe/Warsaw\").format(\"ddd, MMM Do, h:mm a z\")})]},m==null?void 0:m.id)})})})}),ca&&C(\"div\",{className:\"booking-main\",children:A(\"div\",{className:\"booking-confirmation-container\",children:[A(\"div\",{className:\"booking-confirmation-body\",children:[C(\"div\",{className:\"booking-confirmation-title-icon\",children:C(fi,{width:55,height:43,color:\"#7ABC32\"})}),C(\"div\",{className:\"booking-confirmation-offering-name\",children:(Oa=(Ma=(Da=R==null?void 0:R.completeCheckout)==null?void 0:Da.billingItem)==null?void 0:Ma.offering)==null?void 0:Oa.name}),C(\"div\",{className:\"booking-confirmation-title\",children:Hm()}),C(\"div\",{className:\"booking-confirmation-info\",children:C(om,{billingItem:(Ra=R==null?void 0:R.completeCheckout)==null?void 0:Ra.billingItem,isAppointment:_i,isJoiningWaitlist:!1,userPackageSelection:(La=R==null?void 0:R.completeCheckout)==null?void 0:La.userPackageSelection})}),((Pa=R==null?void 0:R.completeCheckout)==null?void 0:Pa.appointment)&&A(\"div\",{className:\"booking-confirmation-section\",children:[C(\"div\",{className:\"booking-confirmation-section-title\",children:C(\"p\",{children:da?\"Session Details\":\"Details\"})}),C(\"div\",{className:\"booking-confirmation-section-body\",children:A(\"div\",{className:\"booking-confirmation-details-list\",children:[A(\"div\",{className:\"booking-confirmation-details-item\",children:[C(\"div\",{className:\"booking-confirmation-details-item-icon\",children:C(Zd,{width:22,height:24,color:\"#828282\"})}),C(\"div\",{className:\"booking-confirmation-details-item-text\",children:($a=(Va=(Qa=R==null?void 0:R.completeCheckout)==null?void 0:Qa.appointment)==null?void 0:Va.appointment_type)==null?void 0:$a.name})]}),A(\"div\",{className:\"booking-confirmation-details-item\",children:[C(\"div\",{className:\"booking-confirmation-details-item-icon\",children:C(Jd,{width:24,height:24,color:\"#828282\"})}),C(\"div\",{className:\"booking-confirmation-details-item-text\",children:ae(re((Ga=(qa=R==null?void 0:R.completeCheckout)==null?void 0:qa.appointment)==null?void 0:Ga.date)).format(\"dddd [-] MMM D, YYYY\")})]}),A(\"div\",{className:\"booking-confirmation-details-item\",children:[C(\"div\",{className:\"booking-confirmation-details-item-icon\",children:C(Xd,{width:24,height:24,color:\"#828282\"})}),A(\"div\",{className:\"booking-confirmation-details-item-text\",children:[ae(re((za=(Ba=R==null?void 0:R.completeCheckout)==null?void 0:Ba.appointment)==null?void 0:za.start)).format(\"h:mm\"),\" \",\"-\",\" \",ae.tz(re((Ua=(Ha=R==null?void 0:R.completeCheckout)==null?void 0:Ha.appointment)==null?void 0:Ua.end),\"Europe/Warsaw\").format(\"h:mm A (z)\")]})]}),A(\"div\",{className:\"booking-confirmation-details-item\",children:[C(\"div\",{className:\"booking-confirmation-details-item-icon\",children:C(em,{width:24,height:24,color:\"#828282\"})}),C(\"div\",{className:\"booking-confirmation-details-item-text\",children:(ja=(Wa=R==null?void 0:R.completeCheckout)==null?void 0:Wa.appointment)==null?void 0:ja.contact_type})]})]})})]}),y&&A(\"div\",{className:\"booking-confirmation-section\",children:[C(\"div\",{className:\"booking-confirmation-section-title\",children:C(\"p\",{children:\"Payment Details\"})}),C(\"div\",{className:\"booking-confirmation-section-body\",children:Wm()})]})]}),C(\"div\",{className:\"booking-confirmation-footer\",children:(_i||_i&&da)&&A(\"div\",{className:\"booking-confirmation-footer-section\",children:[C(\"div\",{className:\"booking-confirmation-footer-section-title\",children:\"Add to your personal calendar\"}),A(\"div\",{className:\"booking-confirmation-footer-section-body\",children:[A(\"a\",{href:((Ja=(Ya=R==null?void 0:R.completeCheckout)==null?void 0:Ya.appointment)==null?void 0:Ja.add_to_gcal_link)??\"\",target:\"_blank\",rel:\"noreferrer\",className:\"booking-confirmation-footer-calendar-button\",children:[C(\"img\",{src:tm,alt:\"\",className:\"booking-confirmation-footer-calendar-button-icon\"}),C(\"span\",{className:\"booking-confirmation-footer-calendar-button-text\",children:\"Add to Google calendar\"})]}),A(\"a\",{href:pa(\"ical\"),target:\"_blank\",rel:\"noreferrer\",className:\"booking-confirmation-footer-calendar-button\",children:[C(\"img\",{src:rm,alt:\"\",className:\"booking-confirmation-footer-calendar-button-icon\"}),C(\"span\",{className:\"booking-confirmation-footer-calendar-button-text\",children:\"Add to Apple calendar\"})]}),A(\"a\",{href:pa(\"outlook\"),target:\"_blank\",rel:\"noreferrer\",className:\"booking-confirmation-footer-calendar-button\",children:[C(\"img\",{src:nm,alt:\"\",className:\"booking-confirmation-footer-calendar-button-icon\"}),C(\"span\",{className:\"booking-confirmation-footer-calendar-button-text\",children:\"Add to Outlook\"})]})]})]})})]})}),!ca&&A(\"div\",{className:\"booking-main\",children:[((Xa=(Ka=(Za=p.data)==null?void 0:Za.embedWidgetSteps)==null?void 0:Ka[s])==null?void 0:Xa.id)===\"select_state_of_residence\"&&A(\"div\",{className:\"booking-providers-state-section\",children:[C(\"h1\",{className:\"booking-providers-state-section-title\",children:\"In which state do you reside?\"}),C(\"p\",{className:\"booking-providers-state-section-text\",children:\"This helps us connect you to the right providers\"}),g.data&&C(x_,{options:Pm(g.data),placeholder:\"Select state\",isClearable:!1,onChange:m=>{c(m??null)},value:u}),(u==null?void 0:u.value)===\"not_listed\"&&A(\"div\",{className:\"booking-state-section-alert-not-listed\",children:[C(\"div\",{className:\"booking-state-section-alert-not-listed-icon\",children:C(Sm,{})}),C(\"div\",{className:\"booking-state-section-alert-not-listed-text\",children:C(\"p\",{children:\"We currently only provide services to states listed in the dropdown menu. If you have a question or believe this is a mistake, please contact us.\"})})]}),C(\"div\",{className:\"booking-providers-state-section-button-container\",children:C(\"button\",{className:Ct(\"primary-button\",(u==null||(u==null?void 0:u.value)===\"not_listed\")&&\"button-disabled\"),disabled:u==null||(u==null?void 0:u.value)===\"not_listed\",onClick:()=>{l(m=>m+1)},children:\"Confirm State\"})})]}),((rs=(ts=(es=p.data)==null?void 0:es.embedWidgetSteps)==null?void 0:ts[s])==null?void 0:rs.id)===\"select_provider\"&&C(\"div\",{className:\"booking-providers-list\",children:(os=(is=(ns=g.data)==null?void 0:ns.organization)==null?void 0:is.providers)==null?void 0:os.concat([{full_name:\"No Preference\",qualifications:\"\",id:(vi==null?void 0:vi.id)||f,avatar_url:\"missing.png\",has_future_availabilities:!!yn,state_licenses:[],appointment_types:[]}]).map((m,I)=>{var $,K;return A(\"div\",{className:\"booking-providers-list-item\",children:[A(\"div\",{className:\"booking-providers-list-item-avatar\",children:[($=m==null?void 0:m.full_name)==null?void 0:$.split(\" \")[0].charAt(0),(K=m==null?void 0:m.full_name)==null?void 0:K.split(\" \")[1].charAt(0)]}),C(\"div\",{className:\"booking-providers-list-item-name\",children:C(\"div\",{children:m==null?void 0:m.full_name})}),C(\"div\",{className:\"booking-providers-list-item-actions\",children:m.has_future_availabilities?C(\"button\",{onClick:()=>{h((m==null?void 0:m.id)??null),l(te=>te+1)},className:\"primary-button\",children:\"Select\"}):C(\"div\",{className:\"booking-providers-list-item-no-availability\",children:m.full_name===\"No Preference\"?\"No Availabilities\":\"No Availability\"})})]},I)})}),((ls=(ss=(as=p.data)==null?void 0:as.embedWidgetSteps)==null?void 0:ss[s])==null?void 0:ls.id)===\"select_package\"&&A(\"div\",{className:\"booking-packages-list\",children:[(cs=(us=k.data)==null?void 0:us.offerings)==null?void 0:cs.map(m=>A(\"div\",{className:\"booking-packages-item\",children:[C(\"div\",{className:\"booking-packages-item-image-container\",children:C(\"img\",{src:(m==null?void 0:m.offering_image_url)??\"\",alt:\"\",className:\"booking-packages-item-image\"})}),A(\"div\",{className:\"booking-packages-item-body\",children:[C(\"div\",{className:\"booking-packages-item-title\",children:m==null?void 0:m.name}),A(\"div\",{className:\"booking-packages-item-price\",children:[ct((m==null?void 0:m.currency)??void 0),parseFloat((m==null?void 0:m.initial_price_with_taxes)??\"0\"),\" \",m==null?void 0:m.frequency_times_string]}),C(\"div\",{style:{height:138,overflowY:\"scroll\"},className:\"booking-packages-item-included-items\",children:Fm(m,{marginTop:\"0\"},!0)}),C(\"div\",{className:\"booking-packages-item-actions\",children:C(\"button\",{className:\"primary-button\",onClick:()=>{M(m??null),l(I=>I+1)},children:\"Learn more\"})})]})]},m==null?void 0:m.id)),(((ds=(ps=k.data)==null?void 0:ps.offerings)==null?void 0:ds.length)??0)>0&&C(\"div\",{className:\"booking-packages-waypoint\",children:C(k_,{onEnter:()=>{var m,I,$,K,te;(((I=(m=k.data)==null?void 0:m.offerings)==null?void 0:I.length)??0)>=((($=k.data)==null?void 0:$.offeringsCount)??0)||k.fetchMore({variables:{offset:(te=(K=k.data)==null?void 0:K.offerings)==null?void 0:te.length}}).then(ve=>{k.updateQuery(Ce=>{var Ee,et;let $e=[...Ce.offerings??[],...((Ee=ve.data)==null?void 0:Ee.offerings)??[]];return{...Ce,offerings:$e,offeringsCount:((et=k==null?void 0:k.data)==null?void 0:et.offeringsCount)??0}})})}})})]}),((ys=(fs=(ms=p.data)==null?void 0:ms.embedWidgetSteps)==null?void 0:fs[s])==null?void 0:ys.id)===\"package_details\"&&A($m,{children:[A(\"div\",{className:\"booking-packages-package-details-header\",children:[d.searchParams.get(\"hide_package_images\")!==\"true\"&&C(\"img\",{className:\"booking-packages-package-details-header-image\",src:y!=null&&y.offering_image_url?y==null?void 0:y.offering_image_url:\"\",alt:(y==null?void 0:y.name)??\"\"}),C(\"div\",{className:\"booking-packages-package-details-header-title\",children:y==null?void 0:y.name})]}),A(\"div\",{className:\"booking-packages-package-details\",children:[A(\"div\",{className:\"booking-packages-package-description\",children:[C(Pe,{htmlContent:(y==null?void 0:y.description)??\"\"}),A(\"div\",{children:[(((hs=y==null?void 0:y.offering_courses)==null?void 0:hs.length)??0)>0&&A(\"h3\",{children:[(gs=y==null?void 0:y.offering_courses)==null?void 0:gs.length,\" Program\",((_s=y==null?void 0:y.offering_courses)==null?void 0:_s.length)===1?\"\":\"s\"]}),(vs=y==null?void 0:y.offering_courses)==null?void 0:vs.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(an,{}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.course)==null?void 0:I.name})]},m==null?void 0:m.id)}),A(\"h3\",{children:[(bs=y==null?void 0:y.offering_courses)==null?void 0:bs.length,\" Lab\",((Cs=y==null?void 0:y.offering_courses)==null?void 0:Cs.length)===1?\"\":\"s\"]}),(xs=y==null?void 0:y.offering_lab_options)==null?void 0:xs.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(an,{}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.lab_option)==null?void 0:I.name})]},m==null?void 0:m.id)}),A(\"h3\",{children:[(ws=y==null?void 0:y.offering_includes)==null?void 0:ws.length,\" \",\"Appointment Session\",((Ss=y==null?void 0:y.offering_includes)==null?void 0:Ss.length)===1?\"\":\"s\"]}),(ks=y==null?void 0:y.offering_includes)==null?void 0:ks.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(aa,{}),A(\"div\",{className:\"booking-packages-package-program-item-appointment-item\",children:[C(\"div\",{className:\"booking-packages-package-program-item-appointment-item-qty\",children:Eo(y==null?void 0:y.billing_frequency,{quantity:(m==null?void 0:m.quantity)??\"1\",isRepeating:(m==null?void 0:m.is_repeating)??!1})}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.appointment_type)==null?void 0:I.name})]})]},m==null?void 0:m.id)})]})]}),A(\"div\",{className:\"booking-packages-package-price-box\",children:[A(\"div\",{children:[C(\"h2\",{className:\"booking-packages-package-price-title\",children:\"Package price\"}),we.data&&C(\"div\",{className:\"booking-packages-package-price-box-price\",children:hi(we.data)})]}),C(\"button\",{onClick:()=>{l(m=>m+1)},className:\"primary-button\",children:\"Continue\"})]})]})]}),((Is=(Fs=(Ts=p.data)==null?void 0:Ts.embedWidgetSteps)==null?void 0:Fs[s])==null?void 0:Is.id)===\"select_appt_type\"&&C(\"div\",{className:\"booking-packages-package-appointment-type\",children:A(\"div\",{className:\"booking-packages-appointment-types-list\",children:[(As=(Ns=O.data)==null?void 0:Ns.appointmentTypes)==null?void 0:As.map((m,I)=>{var $,K;return A(\"div\",{className:Ct(\"booking-packages-appointment-type\",(_==null?void 0:_.id)===(m==null?void 0:m.id)&&\"active\"),onClick:()=>{(m==null?void 0:m.id)!==(_==null?void 0:_.id)&&F(null),N(m)},children:[C(\"div\",{className:Ct(\"booking-packages-appointment-type-circle\",(_==null?void 0:_.id)===(m==null?void 0:m.id)&&\"active\")}),A(\"div\",{className:\"booking-packages-appointment-type-details\",children:[C(\"h3\",{className:\"booking-packages-appointment-type-name\",children:m==null?void 0:m.name}),A(\"p\",{className:\"booking-packages-appointment-type-duration\",children:[m==null?void 0:m.length,\" minutes\"]})]}),C(\"div\",{className:\"booking-packages-appointment-type-options\",children:(_==null?void 0:_.id)===(m==null?void 0:m.id)?C($m,{children:($=m==null?void 0:m.available_contact_types)==null?void 0:$.map((te,ve)=>A(\"button\",{onClick:()=>{F(te)},className:Ct(S===te&&(_==null?void 0:_.id)===(m==null?void 0:m.id)&&\"selected\"),children:[Rm(te),C(\"span\",{className:\"booking-packages-appointment-type-title\",children:Qm(te)})]},ve))}):C(\"span\",{className:\"booking-packages-appointment-type-options-description\",children:Ym((K=m==null?void 0:m.available_contact_types)==null?void 0:K.filter(te=>te&&te.length>0))})})]},I)}),C(\"button\",{onClick:()=>{l(m=>m+1)},className:\"primary-button\",style:{marginTop:50},children:\"Confirm Appointment Type\"})]})}),((Ms=(Ds=(Es=p.data)==null?void 0:Es.embedWidgetSteps)==null?void 0:Ds[s])==null?void 0:Ms.id)===\"select_date_time\"&&A(\"div\",{className:\"booking-packages-package-appointment-datetime\",children:[C(\"div\",{className:\"booking-packages-package-appointment-datetime-date\",children:C(T_,{inline:!0,selected:Se,onChange:m=>{xt(m)},onMonthChange:m=>{xt(m)},highlightDates:(Rs=(Os=Pt.data)==null?void 0:Os.daysAvailableForRange)==null?void 0:Rs.map(m=>new Date(m))})}),A(\"div\",{className:\"booking-packages-package-appointment-datetime-slots\",children:[A(\"div\",{children:[C(\"div\",{className:\"booking-packages-appointment-slots-triangle\"}),A(\"div\",{className:\"booking-packages-appointment-datetime-slots-header\",children:[C(\"h3\",{children:ae(Xe).format(\"MMMM DD, YYYY\")}),A(\"p\",{className:\"booking-packges-appointment-datetime-slots-timezone\",children:[\"Timezone: \",ae.tz.guess(),\" \",ae.tz(new Date,ae.tz.guess()).format(\"z Z\")]})]}),fn?Array.from(xr).filter(([m,I])=>I.length>0).map(([m,I])=>A(\"div\",{className:\"booking-time-slots-group\",children:[C(\"p\",{className:\"booking-time-slots-group-name\",children:m}),C(\"div\",{className:\"booking-time-slots\",children:I==null?void 0:I.map($=>{var K;return C(\"button\",{className:Ct(\"booking-time-slot\",(L==null?void 0:L.date)===$.date&&\"booking-time-slot-selected\"),onClick:()=>{Y($)},children:ae(re($.date)).format(\"hh:mm A\")},(K=$.date)==null?void 0:K.toString())})})]},m)):be.loading?A(\"div\",{className:\"booking-time-slots-loading\",children:[C(bm,{icon:C(xm,{width:32,height:32}),pulseCircleStyles:{background:\"#f1f6fe\",size:\"64px\"}}),C(\"p\",{className:\"booking-time-slots-loading-message\",children:\"Searching for available sessions\"})]}):A(\"div\",{className:\"booking-time-slots-empty\",children:[C(\"p\",{className:\"booking-time-slots-empty-title\",children:\"No available time slots\"}),C(\"p\",{className:\"booking-time-slots-empty-text\",children:\"Select another date or try other options:\"}),C(\"div\",{className:\"booking-time-slots-empty-actions\",children:ge?A(\"button\",{className:\"booking-time-slots-empty-button\",onClick:()=>{xt(ae(ge,\"YYYY-MM-DD\").toDate())},children:[\"Go to next availability (\",ae(ge).format(\"MMM D\"),\")\"]}):C(\"button\",{className:\"booking-time-slots-empty-button\",onClick:()=>{xt(mn)},children:\"Check the next month\"})})]})]}),C(\"button\",{onClick:()=>{l(m=>m+1)},className:Ct(\"primary-button\",!L&&\"button-disabled\"),children:\"Confirm Date and Time\"})]})]}),((Qs=(Ps=(Ls=p.data)==null?void 0:Ls.embedWidgetSteps)==null?void 0:Ps[s])==null?void 0:Qs.id)===\"your_information\"&&A(\"div\",{className:\"booking-packages-payment\",children:[A(\"div\",{className:\"booking-packages-package-description\",children:[C(Pe,{htmlContent:(y==null?void 0:y.description)??\"\"}),A(\"div\",{children:[(((Vs=y==null?void 0:y.offering_courses)==null?void 0:Vs.length)??0)>0&&A(\"h3\",{children:[($s=y==null?void 0:y.offering_courses)==null?void 0:$s.length,\" Program\",((qs=y==null?void 0:y.offering_courses)==null?void 0:qs.length)===1?\"\":\"s\"]}),(Gs=y==null?void 0:y.offering_courses)==null?void 0:Gs.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(an,{}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.course)==null?void 0:I.name})]},m==null?void 0:m.id)}),(((Bs=y==null?void 0:y.offering_courses)==null?void 0:Bs.length)??0)>0&&A(\"h3\",{children:[(zs=y==null?void 0:y.offering_courses)==null?void 0:zs.length,\" Lab\",((Hs=y==null?void 0:y.offering_courses)==null?void 0:Hs.length)===1?\"\":\"s\"]}),(Us=y==null?void 0:y.offering_lab_options)==null?void 0:Us.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(an,{}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.lab_option)==null?void 0:I.name})]},m==null?void 0:m.id)}),(((Ws=y==null?void 0:y.offering_includes)==null?void 0:Ws.length)??0)>0&&A(\"h3\",{children:[(js=y==null?void 0:y.offering_includes)==null?void 0:js.length,\" \",\"Appointment Session\",((Ys=y==null?void 0:y.offering_includes)==null?void 0:Ys.length)===1?\"\":\"s\"]}),(Js=y==null?void 0:y.offering_includes)==null?void 0:Js.map(m=>{var I;return A(\"div\",{className:\"booking-packages-package-program-item\",children:[C(aa,{}),A(\"div\",{className:\"booking-packages-package-program-item-appointment-item\",children:[C(\"div\",{className:\"booking-packages-package-program-item-appointment-item-qty\",children:Eo(y==null?void 0:y.billing_frequency,{quantity:(m==null?void 0:m.quantity)??\"1\",isRepeating:(m==null?void 0:m.is_repeating)??!1})}),C(\"div\",{className:\"booking-packages-package-program-item-label\",children:(I=m==null?void 0:m.appointment_type)==null?void 0:I.name})]})]},m==null?void 0:m.id)})]})]}),we.data&&C(_m,{onPackageDetails:jm(),embeddableCheckoutInfoQuery:we.data,onComplete:Bm,appointmentTimeSlot:L??void 0,onApplyPromoCode:he,selectedProvider:v??void 0,selectedAppointmentType:_,selectedOffering:y,selectedContactType:S,url:d})]})]})]})]})})}export{F_ as Booking,b1 as Chat,F1 as ConversationList,T0 as Form,Ec as HealthieContext,T6 as HealthieProvider,Pc as MAX_GROUP_TIME_THRESHOLD,Qc as MILISECONDS_PER_DAY,Mc as capitalize,J as createSimpleOption,ct as currencySymbol,Gr as dateToHealthieString,M6 as fieldLabel,E6 as getNoteDate,No as healthieDateStringToDate,D6 as isDateSameDay,A6 as last,Ao as normalizeId,re as parseDate,Zn as parseNoteDate,Eo as quantityFrequency,O6 as required,Bc as useConversation,Hc as useConversations,xe as useHealthieContext,Vc as useNotes};\n"],"names":[],"sourceRoot":""}